/*-----------Custum Css----------------*/
body {
  background: #cdcdcd;
}

* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  max-width: 100%;
}

.logotop {
    
}
.logotop a{
    position: absolute;
    overflow: hidden;
    left: 15px;
    top: 8px;
}

.imgclick {
    width: 50px;
    display: inline-block;
    text-decoration: none;
}
.imgclick img {
    width: 100%;
}
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1;
}
.popup img {
    width: 100%;
}
.popup__content {
    width: 600px;
    overflow: auto;
    /* padding: 50px; */
    /* background: white; */
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.close {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 20px;
      display: block;
    }
    .close span {
        cursor: pointer;
        position: fixed;
        width: 20px;
        height: 3px;
        background: #000;
      }
    .close span:nth-child(1) {
          transform: rotate(45deg);
        }
   
    .close span:nth-child(2) {
          transform: rotate(135deg);
      }


/*-----------------------*/

.wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}

.wrapper:before {
  /*  background: rgb(8 8 8 / 35%);*/
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.container-fluid.homesection {
  /* padding-top: 85px; */
  /* padding-bottom: 120px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-fluid.menusection {
  background: #013906;
  padding-left: 0;
  padding-right: 0;
  border: 2px solid #906f37;
  position: fixed;
  width: 100%;
  bottom: 0;
  min-height: auto;
  z-index: 999;
}

.menuinner {}

.menulink {
  margin: 0;
}

.menulink a {
  text-decoration: none;
  color: #fff;
  font-size: 30px !important;
  line-height: 20px !important;
  display: inline-block!important;
}

.playButton img {
  width: 27px;
}

.menulink a img {
    width: 30px;
    margin: 0 5px;
}
.menulink a i {
  font-size: 26px;
  margin: 0 10px;
}

.main_manu {
  margin: 0;
  padding: 0;
   width: 100%;
}

ul.main_manu li {
  /* float: left; */
  list-style: none;
  margin-left: 0%;
  width: 16%;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
  border-left: 2px solid #906f37;
  line-height: 30px;
}

ul.main_manu li:first-child {
    border-left: 0;
}
ul.main_manu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 30px;
}

/*--
.containrow{
  display: flex;
  justify-content: center;
  align-items: center;
}--*/
.welcomeBox {
  padding: 0 10px;
  background: rgb(255 255 255 / 63%);
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}

.welcomeBoxin {
  border: 0;
  padding: 30px 15px !important;
  position: relative;
  z-index: 1;
  text-align: center;
  position: relative;
  border-image: url(../img/before_bdr01.png);
}

.welcomeBoxin:before {
  background: url(../img/before_bdr01.png)no-repeat scroll 0 0/100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
}

.welcomeBoxin h2 {
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  position: relative;
  z-index: 99;
}

.welcomeBoxin p {
  font-size: 15px;
  line-height: 25px;
  position: relative;
  z-index: 99;
}

/*---
.containBox {
  background:rgb(255 255 255 / 86%);
  padding: 25px;
  opacity:1;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.containBoxin {
  border: 3px solid #afa177;
  padding: 20px;
  
}

.bdrtop {
  padding: 0 25px;
  background: rgb(255 255 255 / 63%);
  margin-bottom: 50px;
  width: 86%;
  margin-left: 14%;
}
.bdrtopin {
  border: 0;
  padding: 70px 30px 64px!important;
  position: relative;
  z-index: 1;
  text-align: center;
   position: relative;
}
---*/


.logosn {
  text-align: center;
}

.logosn img {
  width: 100%;
  max-width: 57%;
}

.logosn span {
  font-size: 17px;
  line-height: 32px;
  font-weight: 600;
  display: inline-block;
}
.smshow{
  display: none;
}
.pcshow{
 display: block;
}
a.navbar-toggler.btntoggle {
    color: #fff;
}
@media screen and (max-width: 1399px) {

}
@media screen and (max-width: 1100px) {
ul.main_manu li a {
    font-size: 13px;
}

}
@media screen and (max-width: 991px) {
.smshow{
  display: block;
}
.pcshow{
 display: none!important;
}
ul.main_manu li {
    width: 100%;
    padding: 5px 15px;
    text-align: left;
    border-left: 0px!important;
}
}

/*------------home-new------------------*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #013906;
  border-radius: 10px;
}

.bg {
  width: 100%;
  height: 100vh;
  background: url(../img/bg_home01.jpg) no-repeat scroll center bottom/ cover;
  position: relative;
}

.container-center {
  height: 100vh;
}

.trans-box {
  width: 100%;
  height: 450px;
  display: flex;
  max-width: 310px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 25px 30px;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  background: rgba(255, 255, 2555, 0.8);
}

.inner-trans-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.inner-trans-box img {
  width: 100%;
  height: 524px;
  object-fit: contain;
}

.inner-border-box {
  min-height: 0;
  overflow-y: auto;
  max-height: 400px;
  position: relative;
}

.inner-border-box p {
  font-size: 14px;
  line-height: 21px;
}

.inner-border-box img {
  width: 100%;
  height: 60px;
  display: block;
  margin: 10px 0;
  object-fit: contain;
}

.inner-border-box h6 {

}
@media screen and (max-width: 1391px) {
.container-center {
    height: 90vh;
    min-height: 90%;
}
}
/*---------locationmenu-----------------*/
.locationblur:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: inherit;
  filter: blur(5px);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-fluid.locationmenu {
  background: none !important;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

p.menulink.locationLink {
  width: 202px;
  padding: 10px;
  border-radius: 30px;
  border: 1px solid #665f5a;
  background: rgb(203 200 200 / 48%);
}

ul.locationinfo {
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.locationinfo li {
  list-style: none;
  display: inline-block;
}

ul.locationinfo li a {
  text-decoration: none;
  display: inline-block;
  background: #ccc;
  background: rgb(204 204 204 / 58%);
  color: #2a2b22;
  text-align: center;
  font-size: 17px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.85px;
  border-radius: 31px;
  border: 1px solid #8d8a7a;
  margin: 0 10px;
  padding: 0 30px;
}

ul.locationinfo li a:hover {
  background: #517149;
  color: #fff;
}

/*---
ul.locationinfo li button{
  text-decoration: none;
  display: inline-block;
  background: #ccc;
  width: 250px;
  background: rgb(204 204 204 / 58%);
  color: #2a2b22;
  text-align: center;
  font-size: 17px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.85px;
  border-radius: 31px;
  border: 1px solid #8d8a7a;
  margin: 0 10px;
}--*/


@media screen and (max-width: 1200px) {
  ul.locationinfo li a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1391px) {
  ul.locationinfo li a {
    font-size: 15px;
    margin: 0 6px;
    padding: 0 16px;
}
  }

/*---------location-map-----------------*/
.containTop {
  padding-top: 0;
  position: relative;
  margin: 50px;
}

a.closelink {
  position: absolute;
  right: -17px;
  font-size: 23px;
  color: #fff;
  top: -25px;
  z-index: 99;
  transition: all 0.3s;
}

.mapcloselink {
    position: absolute;
    right: -12px;
    font-size: 23px;
    color: #000;
    top: -10px;
    z-index: 99;
    transition: all 0.3s;
    width: 37px;
    height: 30px;
}

.panel.panel-default.panel-fullscreen a.mapcloselink {
  right: 10px;
  top: 0px;
   color: #fff;
}

/*---------location-Video-----------------*/
#contentvideo a.closelink {
  top: 108px;
}

/*---------location-360-----------------*/

a.backbtn {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9;
}

a.backbtn button {
  width: 130px;
  background: rgb(204 204 204 / 58%);
  color: #2a2b22;
  text-align: center;
  font-size: 17px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.85px;
  border-radius: 3px;
  border: 1px solid #8d8a7a;
}

a.backbtn button i {
  margin: 0 5px 0 0;
  display: none;
}

/*----project_walkthrough-----*/

.prtwtBox {
  background: rgb(255 255 255 / 86%);
  padding: 25px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}

.prtwtBoxin {
  padding: 40px 20px;
  border: 3px solid #afa177;
}

.prtwtBox h2 {
  text-align: left;
  font-size: 17px;
  line-height: 18px;
}

.prtwtBox p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px !Important;
}

@media screen and (max-width: 1399px) {
  .prtwtBox .prtwtBoxin {
    padding: 30px 10px;
  }

  .prtwtBox h2 {
    font-size: 14px;
  }

  ul.bhlist li {
    width: 30%;
  }

}

/*----amenitiesBox-----*/
.amenitiesBox {
  padding: 20px;
  background: rgb(255 255 255 / 86%);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}

.amenitiesBox .amenitiesBoxin {
  padding: 30px 10px 15px;
  border: 3px solid #afa177;
}

.amenitiesBox h2 {
  text-align: left;
  font-size: 15px;
  line-height: 18px;
}

.amenitiesBox p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 15px !Important;
}

.amenitiesBox ul {
  margin: 0;
  padding: 0;
  float: left;
}

ul.listRight {
  border-left: 2px solid #afafaf;
  padding: 0 0 0 5px;
}

.amenitiesBox ul li {

  list-style: none;
  font-size: 13px;
  line-height: 24px;
  /*-- column-count: 2;
  display: flex;--*/
  margin: 0 8px;
}

@media screen and (max-width: 1399px) {
  .amenitiesBox .amenitiesBoxin {
    width: 100%;
    height: 434px;
    overflow: auto;

  }

  ul.listRight {
    border-left: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1391px) {
.amenitiesBox .amenitiesBoxin {
    height: 350px;

  }
}
/*---residences----*/
.residencesBox {
  background: rgb(255 255 255 / 86%);
  padding: 25px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}

.residencesBoxin {
  width: 100%;
  height: 434px;
  overflow: auto;
  border: 3px solid #afa177;
  padding: 20px;
}

.residencesBox h2 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.residencesBox p {
  font-size: 16px;
  line-height: 28px;
}

.residencesBox h3 {
  font-size: 18px;
  line-height: 24px;
}

.residencesBox ul {
  margin: 10px 0;
  padding: 0;
}

.residencesBox ul li {
  font-size: 14px;
  line-height: 21px;
  margin: 0 15px;
}

ul.bhlist {
  padding: 42px 9px;
  border: 4px solid #554f4f;
  position: relative;
}

/*--
ul.bhlist a.closelink {
  top: 4px;
  right: 10px;
  color: #000;
}
--*/
ul.bhlist li {
  list-style: none;
  display: inline-block;
  width: 30.5%;
  margin: 0 10px;
  position: relative;
  border: 3px solid #fff;
  border-radius: 5px;
}

ul.bhlist li a {
  display: inline-block;
  list-style: none;
  position: relative;
  text-decoration: none;
}

ul.bhlist li a:before {
  background: #00000054;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
}

ul.bhlist li a span {
  font-size: 18px;
  line-height: 24px;
  padding: 5px 0;
  color: #fff;
  background: #517149;
  display: block;
  text-align: center;
  z-index: 999;
  position: relative;
  text-transform: uppercase;
}

ul.bhlist li a img {
  width: 100%;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #517149;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

@media screen and (max-width: 1399px) {

  ul.bhlist li {
    width: 30%;
  }

}

@media screen and (max-width: 1391px) {
.residencesBoxin {
    height: 350px;
}
}

/*------Bhinfo 1bh 2bh---*/
.bhinfo {
  position: relative;
  z-index: 999;
}

p.bhkname button {
  text-decoration: none;
  display: inline-block;
  background: #ccc;
  width: 164px;
  background: rgb(204 204 204 / 58%);
  color: #2a2b22;
  text-align: center;
  font-size: 17px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.85px;
  border-radius: 15px;
  border: 1px solid #8d8a7a;
}

/*------unit_plant---*/
.pdlr {
  padding: 0px 0px;
}

.unitplant {
  width: 100%;
}

.towerinfo {
  position: relative;
  text-align: right;
  margin: 0;
  padding: 0;
}

ul.towerinfo.towerinfoleft {
  text-align: left;
}

/*---
ul.towerinfo.towerinfoleft li button {
  text-align: left;
  padding-left: 30px;
}
---*/
.towerinfo li {
  list-style: none;
}

/*---  
.towerinfo li button {
  text-decoration: none;
  display: inline-block;
  background: #ccc;
  width: 200px;
  background: #d0d2c1;
  color: #2a2b22;
  text-align: center;
  font-size: 17px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.85px;
  border-radius: 0;
  border: 1px solid #8d8a7a;
  margin: 10px 0;
}--*/
.towerinfo li button {
  width: 200px;
  margin: 10px 10px;
  text-decoration: none;
  display: inline-block;
  background: rgb(204 204 204 / 58%);
  color: #2a2b22;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.85px;
  border-radius: 31px;
  border: 1px solid #8d8a7a;
}

.towerinfo li button:hover {
  background: #517149;
  color: #fff;
}

a.active button {
  background: #517149;
  color: #fff;
}

.towerdesc {
  position: relative;
}

.carousel-control-prev {
  left: -65px;
}

.carousel-control-next {
  right: -115px;
}

.carousel-control-prev-icon {
  background: url(../img/leftarrow.png)no-repeat scroll 0 0/50% !important;
  width: 100px;
  height: 100px;
}

.carousel-control-next-icon {
  background: url(../img/rightarrow.png)no-repeat scroll 0 0/50% !important;
  width: 100px;
  height: 100px;
}

/*-------img--zoom-------*/

.imgDiv {
  position: relative;
}

.boximg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*.boximg > div p, {*/
.boximg .boximginner,
.boximg .boximginner .item.panzoom {
  height: 100%;
  padding: 7px;
}

.boximg div p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}

.boximginner {
 
}

.buttons {
    left: 35px;
    z-index: 99;
    bottom: 27px;
    position: absolute;
}

.buttons button {
  display: block;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  background: rgb(0 0 0 / 62%);
  padding: 0px 8px;
}

.buttons button:hover {
  background: #fff;
  color: #000;
}

p.item.panzoom {
  margin: 0;
}

/*-------screen--full-----*/
.panel.panel-default {
  height: calc(100vh - 250px);
 /*-- background: red;--*/
  position: relative;
  width: 100%;
  max-width: 754px;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s;
}

.panel.panel-default.panel-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  max-width: 100%;
  background: #000;
}
.mapbox .panel-body {
    padding: 10px;
}
.mapbox.panel-default.panel-fullscreen .panel-body{
 
}
.mapbox.panel-default.panel-fullscreen .panel-body{
 
}

.panel.panel-default>div,
.panel.panel-default>div>div {
  height: 100%;
}

.panel-actions {
  margin-top: 0px;
  margin-bottom: 0;
  text-align: right;
}

.panel-actions a {
  color: #333;
}

#panel-fullscreen {
    position: absolute;
    right: 37px;
    bottom: 27px;
    background: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
}

.clickzoom li a {
  font-size: 32px;
}

.clickzoom li a i {}

.footmenu {
  background: none !important;
  position: fixed;
  width: 100%;
  bottom: 40px;
  z-index: 9;
}

.footmenuinner {
  padding: 10px 0;
}

.container-fluid.footersection {
  background: none !important;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9;
}
@media screen and (max-width: 1391px) {
  .footmenuinner {
  padding: 0px 0;
}
.panel.panel-default {
    height: calc(100vh - 217px);
    max-width: 480px;
}

  }


/*-----------unitplans---------------------*/
.multifullscreen {
  position: absolute;
  right: 12px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
}
.unitpanelfull.panel-default {
  height: calc(100vh - 259px);
  /*-- background: red;--*/
  position: relative;
  width: 100%;
  max-width: 754px;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s;
}

.unitpanelfull.panel-default.unitfullscreen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    max-width: 100%;
    overflow: scroll;
}
.unitpanelfull.panel-default.unitfullscreen .panel-body{
  padding:10px;
}
.unitpanelfull.panel-default .panel-body{
  padding:20px;
}
.imgdivBox{
  position: relative;
}
.unitpanelfull.panel-default>div,
.unitpanelfull.panel-default>div>div {
  /* height: 100%; */
}
.imgdivBox{
  position: relative;
}

.unitpanelfull.panel-default.unitfullscreen a.slideclose {
    right:8px;
    top: 0px;
    color: #000;
}
.slideclose {
    position: absolute;
    right: -15px;
    font-size: 23px;
    color: #000;
    top: -25px;
    z-index: 99;
    transition: all 0.3s;
    /* width: 37px; */
    /* height: 30px; */
}
.slideboximg{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slideboximginner {
    background-color: black;
}

.slideboximg .slideboximginner, .slideboximg .slideboximginner .imgfull{
    height: 100%;
    margin: 0px;
}

.slideboximg div p img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}

@media screen and (max-width: 1399px){
.unitpanelfull.panel-default.unitfullscreen {
    height: calc(100vh - 394px)!important;
    height: 100% !important;
}

}