@font-face {
  font-family: "Montserrat-Regular";
  src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "OPTIMA";
  src: url(../fonts/OPTIMA.TTF) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "OPTIMA-Bold";
  src: url(../fonts/OPTIMA_B.TTF) format("truetype");
  font-display: swap;
}


html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

html,
body,
h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:hover,
*:focus,
*:visited {
  outline: 0;
}


:root {
  --darkgold: #8D7448;
  --white: #ffffff;
  --darkgray: #363434;
  --gold: #C4A46A;
  --btn-color: #a28757;
}


.headblue {
  color: var(--headblue);
}


body {
  margin: 0 auto;
  font-family: Montserrat-Regular;
  font-weight: 400;
  color: var(--darkgray);
  font-size: 15px;
  line-height: 150%;
  background-color: #fff;
  overflow-x: hidden !important;
}

.clearfix {
  clear: both;
}

.mHide {
  display: block !important;
}

.dHide {
  display: none !important;
}

.txtUppercase {
  text-transform: uppercase;
}
.getbtn {
    color: #000;
    border: 0;
    font-size: 15px;
    float: right;
    position: fixed;
    right: 0;
    top: 79%;
    z-index: 9999;
    cursor: pointer;
}
.constructionUpdate {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  opacity: 1;
  background: #000000c4;
  width: 100%;
  height: 100vh;
}
.constructionUpdate .container {
  width: 80%;
}
.constructionUpdate > div {
  display: block;
}
.constructionUpdateGallery {
  top: 50%;
  position: fixed !important;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 80% !important;
}
.cgalleryClose {
  display: block;
  position: absolute;
  right: 0;
  top: 15%;
  text-align: right;
  background-color: #bca36b;
  padding: 10px 15px;
  border: 1px solid #8d7d58;
  cursor: pointer;
}


.ytVideoConstructionUpdates{
  width:800px;
  max-width:100%;
  margin:0 auto;
  padding-top:7%;
  background-color: #000000;
}
.ytVideoConstructionUpdates iframe{
  width:100%;
  height:500px;
}
.ytVideoConstructionUpdates p{
  color:#fff;
  font-size:15px;
  padding:5px 10px 12px 13px;
}
.ytVideoConstructionUpdates p span{
  font-weight:700;
}

.w-800 {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
}

a {
  color: var(--gold);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--gold);
  transition: all 0.2s ease-in-out;
}

a:focus {
  text-decoration: none;
}

a.blueLink {
  color: var(--gold);
}

a,
a:link,
a:hover,
a:active {
  outline: none;
}

/* img {
    width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
  } */

img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  border: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

.section-title {
  padding: 0px;
  margin: 0px;
  font-family: OPTIMA;
  font-size: 50px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title2 {
  padding: 0px;
  margin: 0px;
  font-family: OPTIMA;
  font-size: 30px;
  text-transform: uppercase;
}

.goldenheading {
  color: var(--darkgold);
}

.artistictextleft
{
  position: absolute;
  bottom:10px;
  left:10px;
  font-size:12px;
color:#fff;
}

.artistictextright
{
  position: absolute;
  bottom:10px;
  right:10px;
  font-size:12px;
  color:#fff;
}

.wrapper {
  width: 100%;
  margin: 0;
}

.padding20 {
  padding: 20px;
}



.paddingTop {
  padding-top: 50px;
}

.paddingTop20 {
  padding-top: 20px;
}

.paddingBottom {
  padding-bottom: 50px;
}

.paddingTopBottom {
  padding: 60px 0px;
}

.paddingTopBottom40 {
  padding: 40px 0px;
}

.full_width {
  width: 100%;
  margin: 0 auto;
}

.containerAsp {
  width: 1140px;
  max-width: 80%;
  margin: 0 auto;
}


/**********************/
/** Slick Slider css **/
/**********************/

/* .slick-slider {
    position: relative;
  
    display: block;
    box-sizing: border-box;
  
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
  
    display: block;
    overflow: hidden;
  
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
  
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after {
    display: table;
  
    content: "";
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide {
    display: none;
    float: left;
  
    height: 100%;
    min-height: 1px;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
  
    height: auto;
  
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  } */


/**********************/
/** Header css **/
/**********************/

.header_main {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 9999;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1); */
  padding-top: 10px;
  padding-bottom: 10px;
  /* box-shadow: 0 2px 1px 0 #ffffff75; */
}

/* .header {
    width: 1140px;
    max-width: 80%;
    margin: 0 auto;
  } */

.headerInside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navMenuBtn {
  cursor: pointer;
  opacity: 1;
}

.pageScroll {
  display: block;
  z-index: 99999999;
  opacity: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  will-change: opacity;
  opacity: 1;
}

.scroll-css {
  background-color: #00000075 !important;
  z-index: 999999999999;
}

.pageScroll .bar1,
.pageScroll .bar2,
.pageScroll .bar3 {
  background-color: #fff;
}


.bar1,
.bar2,
.bar3 {
  width: 23px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: .4s;
  border: 0 solid;
  border-radius: 10px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-1px, 0px);
  transform: rotate(-45deg) translate(-1px, 0px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.logo {
  width: 150px;
  max-width: 25%;
  margin: 9px;
  float: left;
}


.top_right {
  width: 395px;
  max-width: 65%;
  float: right;
  margin-top: 21px;
}

.headerMenuClick .headerInside2 {
  opacity: 0 !important;
  display: none !important;
}

.sidebarNavigation {
  width: 250px;
  height: 100vh;
  max-width: 76%;
  position: fixed;
  right: -536px;
  top: 0;
  z-index: 9999;
  opacity: 0;
  background-color: var(--darkgray);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  will-change: opacity;
  opacity: 1;

  backdrop-filter: blur(100px);
  transition: all 0.8s ease-in-out;
}

.sidebarNavigationShow {
  right: 0px;
  transition: all 1s ease-in-out;
}

.sidebarNavigation ul {
  list-style: none;
  padding: 120px 20px 0px 18px;
}

.sidebarNavigation ul li {
  margin: 6% 5% 6% 0%;
  text-align: left;
}

.sidebarNavigation ul li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff87;
  text-decoration: none;
  padding-top: 4px;
}

.sidebarNavigation ul li a:hover {
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.sidebarNavigation ul li.active a {
  color: #fff;
}

.sidebarNavigation ul ul {
  padding: 15px 0px 0px 20px;
}

.sidebarNavigation ul ul li {
  margin: 3% 5%;
}

.sidebarNavigation ul ul li a {
  font-size: 14px;
}



.strong {
  font-weight: 600;
}


.contactform-transform-wrapper {
  z-index: 10000;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
}

/*Banner */

.bannersection {
  position: relative;
  /* height: 100vh; */
  line-height: 0;
}

.bannersection .bannerVideoHeight {
  position: inherit;
  overflow: hidden;
  right: 0;
  min-width: 100%;
  z-index: -9999;
  height: 100vh;
  /* object-fit: cover; */
  object-position: center top;
}

.bannerformbottom {
  padding: 0.2rem;
  background-color: var(--gold);
}


.bannerform {
  padding: 5px 0px;
  position: relative;
}

.bannerform .form-group {
  width: 15.3%;
  float: left;
  margin: .6%;
}



.bannerform .form-control::placeholder {
  color: var(--darkgray) !important;
  font-family: "Montserrat-Regular" !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.bannerform :-ms-input-placeholder {
  color: var(--darkgray) !important;
  font-family: "Montserrat-Regular" !important;
  font-size: 15px;
  text-transform: uppercase;
}

.bannerform ::-ms-input-placeholder {
  color: var(--darkgray) !important;
  font-family: "Montserrat-Regular" !important;
  font-size: 15px;
  text-transform: uppercase;
}


.bannerform .form-group2 button {
  height: calc(1.5em + 0.75rem + 5px);
  padding: 0.375rem 0.75rem;
  width: 100%;
}

/* .bannerform .form-group2 {
  padding: 0px 30px;
} */

.bannerform .form-group .form-control {
  border: 0px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-radius: 0;
  font-family: "Montserrat-Regular" !important;
  font-size: 15px;
}

.bannerform .containerAsp {
  background-color: var(--white);
  max-width: 100%;
}


/*Banner Ends*/



/* Overview*/

.overview
{
  position: relative;
  /* padding-top: 20px; */
}

.overviewcontainer {
  display: flex;
  justify-content: space-evenly;
  /* align-items: center; */
}

.headcontent {
  padding-right: 50px;
  flex: 1;
  /* border-right:1px solid var(--gold); */
  position: relative;
}

.overviewsubhead {
  font-size: 20px;
}

.overviewPara {
  padding-left: 50px;
  flex: 1;
  border-left: 1px solid var(--gold);
  display: flex;
    align-items: center;
}

.tarrow {
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}

/* .rerano
{
    width: 400px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    display: block;
    font-size: 10px;
    font-family: 'Montserrat-Regular';
} */

.rerano
{
  width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* margin-top: 10px; */
    display: block;
    font-size: 12px;
    font-family: 'Montserrat-Regular';
    background-color: var(--gold);
    text-align: center;
    padding: 10px;
    color: #fff;
}

/* Overview Ends*/



/* Features */
.features {
  background-image: url(../images/features.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
}

.featurescontainer {
  display: flex;
  justify-content: space-evenly;

}

.fcta {
  flex: 1;
}

.fcta button {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--btn-color);
  color: var(--white);
  padding: 13px 10px 13px 10px;
  padding-right: 50px;
  border: 0;
  width: 350px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.featurespointers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex: 1;
  z-index: 9999;
  padding-left: 100px;
  gap: 20px;
  padding: 55px 55px 55px 170px;
}

.foverlay {
  background-color: #00000094;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
}

.featureitem {
  border-radius: 10px;
  border: 2px solid #fff;
  padding: 10px;
  color: #fff;
  text-align: center;
  padding: 20px;
  /* display: flex;
    flex-direction: column;
    align-items: center; */
  /* width: 220px; */
  height: 150px;
  /* justify-content: space-around; */
}

.featureitem h4 {
  font-size: 14px;
  text-transform: uppercase;
  /* font-weight: 600; */
}

.featureitem img {
  width: 60px;
  margin-bottom: 10px;
}

/* Features Ends*/

/*Amenities*/
.amenities {
  padding-bottom: 0;
}

.amenitiesheadcontainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.amenitiesTopSlider {
  border: 1px solid var(--darkgold);
  margin-top: 30px;
  border-radius: 10px;
}

.amenitiesTopSliderInside {
  /* padding: 30px 10px 30px 10px; */
  margin: 20px auto;
  border-right: 1px solid var(--darkgold);
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.amenitiesTopSliderImg img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
 
}

.amenitiesTopSlider .slick-current img {
  filter: none;
}

.amenitiesTopSliderTxt {
  margin-left: 10px;
  text-transform: uppercase;
}

.amenitiesNext,
.amenitiesPrev {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}

.amenitiesPrev {
  left: -50px;
  right: auto;
}

.amenitiesBottomSlider {
  margin-top: 20px;
}

.amenitiesBottomSliderInside {
  position: relative;
  width: 100%;
}

.amenitiesBottomSliderInsideTxt {
  position: absolute;
  bottom: 50px;
  width: 200px;
  max-width: 100%;
  background-color: var(--white);
  border: 0px solid var(--darkgold);
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: "OPTIMA-Bold";
  font-size: 16px;
}

/* .amenitiesslider .slick-track{display: flex !important;}
       .amenitiesslider .slick-slide{height: inherit !important;margin-left:10px;margin-right:10px;} */
.amenitiesslider .slick-list {
  overflow: visible;
}



/*Amenities Ends*/


.locationmapimg {
  text-align: center;
  position: relative;
}

.locationmapimg .zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000d1;
  padding: 10px;
  width: 50px;

}

/* Connectivity */

.Connectivity {
  background-color: var(--darkgray);
  position: relative;
  /* min-height: 755px; */
  overflow: hidden;
}

.locationpointersimg {
  position: absolute;
  top: 0;
  right: 20%;
  width: 310px;
}


.locimg {
  width: 200px;
  margin-top: 20px;
}

.Connectivity p {
  color: var(--white);
  width: 40%;
  /* border: 1px solid; */
  margin-bottom: 40px;
}



/* Connectivity Ends */


/* Floor Plans*/

button img {
  width: 32px;
}

button.brownbutton {
  background-color: var(--btn-color);
  color: var(--white);
  padding: 13px 20px 13px 20px;
  /* padding-right: 50px; */
  border: 0;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}


button.brownbutton2 {
  background-color: #353434;
  color: var(--white);
  padding: 13px 20px 13px 20px;
  /* padding-right: 50px; */
  border: 0;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.floorheadcontainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.floorplans {
  padding-bottom: 0px !important;
}

.siteplan {
  padding-bottom: 0px !important;
}

.towerplan {
  padding-bottom: 0px !important;
}

.floorplanscontainer {
  /* display: flex;
  justify-content: space-evenly;
  gap: 20px; */
  margin-top: 20px;
}

.floorplanimagecontainer {
  position: relative;
}

.floorplanitem {
  /* width: 50%; */
  padding: 10px;
}

.floorplanitem h4 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.flooroverlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff47;
  overflow: hidden;
  width: 100%;
  height: 0%;
  transition: 0.5s ease;
}

.floorplanimagecontainer:hover .flooroverlay {
  bottom: 0;
  height: 100%;
}



.flooroverlay button {
  width: 100%;
  background-color: var(--darkgold);
  color: var(--white);
  text-transform: uppercase;
  padding: 10px 0px;
  border: 1px solid var(--darkgold);
  display: block;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.floorplanNext,
.floorplanPrev {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}

.floorplanPrev {
  left: -50px;
  right: auto;
}

/* Floor Plans Ends*/

/* Gallery */

.gallery {
  padding-bottom: 0px;
}

.gallerycontainer {
  position: relative;
  margin-top: 20px;
}

.mobgallerycontainer {
  margin-top: 20px;
}

.galleryitem {
  position: relative;
}

.gallerydescription {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--gold);
  color: var(--white);
  width: 400px;
  padding: 40px;
}

.gallerydescription p {
  width: 50%;
}

.galleryitem img {
  height: 600px !important;
}

.galleryarrow {
  position: absolute;
  bottom: 0;
  right: 50px;
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
  bottom: 20px;
}

.garrow img {
  width: 12px;
}

.galleryarrow .garrow {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* club */

.club {
  padding-bottom: 0px;
}

.club h2
{
  margin-bottom: 25px;
}

/* Contact form*/

.contactcontainer {
  display: flex;
  justify-content: space-evenly;
}

.contactform {
  /* flex: 1; */
  border: 2px solid var(--darkgold);
  padding: 50px;
  background-color: #f4f2ef;
  width: 50%;
}

.contactform form {
  margin-top: 10px;
}


.contactform h2 {
  font-family: 'OPTIMA';
  text-transform: uppercase;
  color: var(--darkgold);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}


.contactform .form-group {
  width: 98%;
  float: left;
  margin: 0.8%;
  margin-right: 0px;
}

.contactform .form-group2 {
  width: 12%;
  float: left;
  margin: 0.5%;
}

.contactform .user-box {
  position: relative;
}

.contactform .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #afafaf;
  outline: none;
  background: transparent;
  border-radius: 0;
}

.contactform select {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #afafaf;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #afafaf;
  outline: none;
  background: transparent;
  border-radius: 0;
}





.contactform .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #afafaf;
  pointer-events: none;
  transition: .5s;
}

.contactform .user-box input:focus~label,
.contactform .user-box input:valid~label {
  top: -20px;
  left: 0;
  color: #afafaf;
  font-size: 15px;
}

.contactform .btn_valid {
  background-color: #353434;
  border: 0px solid #353434;
  color: #fff;
  padding: 15px !important;
  width: 170px !important;
  cursor: pointer !important;
  /* height: 34px !important; */
  font-size: 0.85rem;
  text-transform: uppercase;
  font-family: Montserrat-Regular;
  /* float: right; */
}

.contactform .btn_valid:focus,
.contactform .btn_valid:hover,
.contactform .btn_valid:visited {
  background-color: #353434;
  border: 0px solid #cc9b31;
  color: #fff;
}

.map {
  /* flex:1; */
  width: 50%;
}

.map iframe {
  width: 100%;
  height: 100%;
}


/* Footer css*/

.footer {
    background-color: #353434;
    color: var(--white);
    padding: 15px 0px;
  
}
.footercontent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.socialContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.sociallink {
  display: flex;
  gap: 10px;
}

/* Footer css Ends*/



.form_strip {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: var(--darkgray);
  color: var(--darkblue);
  text-align: center;
  border: 0px solid #bdb7b4;
  z-index: 9999999;
}

.form_strip button {
  color: var(--white);
  background-color: var(--btn-color);
  text-transform: uppercase;
  font-family: Montserrat-Regular;
  font-size: 15px;
  padding: 5px 15px;
  border: 0px;
  font-weight: 600;
  letter-spacing: 1px;
}

.form_strip {
  display: none;
}



/* Form Mobile*/

.form-mobile {
  display: none;
}

.form-mobile {
  box-shadow: 0 0 9px 1px hsl(0deg 0% 0% / 18%);
  background-color: #fff;
  width: 400px;
  padding: 15px 25px 15px 25px;
  border: 5px solid var(--darkgold);
  position: fixed;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999;
}

.form-mobile .form-control {
  padding: 0.35rem 0.35rem;
  font-size: 0.85rem;
  border: 2px solid #b7b7b7;
  color: var(--darkgray) !important;
  font-weight: 600;
  font-family: "Montserrat-Regular";
}

.form-mobile h3 {
  color: var(--darkblue);
  font-family: 'OPTIMA';
  padding-bottom: 23px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px auto;
  padding: 15px 10px;
  display: block;
  text-align: center;
}

.form-mobile .form-control::placeholder {
  color: var(--darkgray) !important;
  font-weight: 600 !important;
  font-family: "Montserrat-Regular" !important;
}

.form-mobile :-ms-input-placeholder {
  color: var(--darkgray) !important;
  font-weight: 600 !important;
  font-family: "Montserrat-Regular" !important;
}

.form-mobile ::-ms-input-placeholder {
  color: var(--darkgray) !important;
  font-weight: 600 !important;
  font-family: "Montserrat-Regular" !important;
}

.form-mobile .close_frm_frm_close1 {
  text-align: right;
  top: 6px;
  position: absolute;
  right: 5px;
  cursor: pointer;
}

.form-mobile .close_frm_frm_close1 {
  display: block !important;
}

.form-mobile .close_frm_frm_close1 img {
  width: 25px;
}

.otpbtn {
  padding: 5px 5px!important;
}

.btnmobile
{
  width:170px!important;
}

.impLinks a:first-child {
  padding-left: 0!important;
}

.impLinks a {
  padding: 0 10px;
  border-right: 1px solid #fff;
  font-size: .75rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-decoration: none;
  font-weight: 400;
}

.impLinks a:last-child {
  padding-left: 5px;
  border: none;
}

.vrContainer .section-title{
  margin-bottom: 20px;
}




@media (max-width: 1920px) {}

@media (max-width: 1600px) {}






@media (max-width: 1440px) {

  /* .featurespointers {
      padding: 53px 60px 53px 170px;
  } */


}


@media (max-width: 1280px) {

  /* .featurespointers {
      padding: 53px 30px 53px 170px;
  } */

  /* .featureitem {
      width: 200px;
      height: 150px;
  } */


}


@media (max-width: 768px) {

  .ytVideoConstructionUpdates {
    padding-top: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;
}

.ytVideoConstructionUpdates iframe {
  height: 250px;
}

  .rerano
  {
      width: 100%;
  }

  .form-mobile {
    width: 85%;
  }

  .paddingTopBottom {
    padding: 40px 0px;
  }

  .gallery {
    padding-bottom: 0px;
  }

  .club {
      padding-bottom: 0px;
  }

  .form_strip {
    display: block;
  }

  .containerAsp {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }

  .section-title {
    font-size: 30px;
  }

  .section-title2 {
    font-size: 20px;
  }

  .header .containerAsp {
    width: 96%;
    max-width: 100%;
    margin: 0 auto;
    border: 0 solid;
  }

  .mHide {
    display: none !important;
  }

  .dHide {
    display: block !important;
  }

  .bannerVideoHeight {
    /* height: 70vh !important; */
    height: auto !important;
  }

  .overviewcontainer {
    flex-direction: column;
  }

  .headcontent {
    padding-right: 0px;
    flex: 1;
    border-bottom: 0px solid var(--gold);
    position: relative;
    padding-bottom: 25px;
    border-right: 0px solid var(--gold);
  }

  .overviewPara {
    padding-left: 0px;
    flex: 1;
    padding-top: 25px;
    border-left: 0px solid var(--gold);
    border-top: 1px solid var(--gold);
  }

  .tarrowd {
    position: absolute;
    right: 0px;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
  }

  .features {
    background-image: none;
  }

  .mobfeaturespointers {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .mobfeatureitem {
    position:relative;
    display: flex;
    align-items: center;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 10px;
    gap: 10px;
  }

  .mobfeatureitem img {
    width: 55px;
  }

  .mobfeatureitem h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
  }

  .mobfeaturescontainer .mobfeatureimg {
    width: 100%;
  }

  .mobfeaturescontainer button {
    width: 80%;
    margin: 20px auto 0px auto;
    display: block;
  }

  .amenities button {
    width: 80%;
    margin: 20px auto 0px auto;
    display: block;
  }

  .mobgallerycontainer {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
  }

  .mobgalleryitem
  {
    position:relative;
  }

  .mobgalleryitem .artistictextright
  {
    bottom:70px;
  }

  .mobgallerydescription {
    background-color: var(--gold);
    color: var(--white);
    padding: 15px;
  }

  .mobgallerydescription h4 {
    padding: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  /* ammenities  starts*/

  .amenitiesTopSlider {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px
  }

  .amenitiesBottomSlider {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .amenitiesBottomSliderInsideTxt {
    position: static;
    border: 0;
    background-color: transparent;
    text-align: left;
    font-size: 14px;
  }

  .amenitiesBottomSliderInside .artistictextright
  {
    bottom:50px;
  }

  /* ammenites ends */






  .Connectivity p {
    color: var(--white);
    width: 80%;
    /* border: 1px solid; */
    margin-bottom: 40px;
  }

  .locimg {
    width: 150px;
    margin: 0px auto;
    text-align: center;
    display: block;
    margin-top: 30px;
  }

  .floorplanscontainer {
    flex-direction: column;
    gap: 20px;

    width: 80%;
    margin: 0px auto;
  }


  .moblocationpointersimg {
    width: 250px;
    margin: 10px auto;
  }

  .floorplanitem {
    width: 100%;
  }

  .contactcontainer {
    flex-direction: column;
  }

  .contactform {
    width: 100%;
    padding: 25px;
  }

  .contactform h2 {
    font-family: 'OPTIMA';
    text-transform: uppercase;
    color: var(--darkgold);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }


  .contactform .btn_valid {
    padding: 10px !important;
    margin: 0px auto 0px auto;
    display: block;
  }

  .map {
    width: 100%;
  }

  .map iframe {
    width: 100%;
    height: 300px;
  }

  .footercontent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer {
    margin-bottom: 62px;
  }

  .vrView{
    width: 100% !important;
    height: auto !important;
  }

  .impLinks{
    text-align: center;
  }


}

@media (max-width: 412px) {
  .bannerVideoHeight {
    height: auto !important;
  }
}

@media (max-width: 270px) {

  .bannerVideoHeight {
    height: auto !important;
  }

}