html, body {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: FuturaBT-Book;
  src: url(../font/FuturaBT-Book.otf);
}
.FuturaBT-Book {
  font-family: FuturaBT-Book;
}

.owl-theme .owl-nav [class*=owl-] {
  font-family: math;
}

.nanum-myeongjo-regular {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-style: normal;
}

.nanum-myeongjo-bold {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  font-style: normal;
}

.nanum-myeongjo-extrabold {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 800;
  font-style: normal;
}

.AnimatePrice {
  display: inline-block;
  padding: 1px;
  position: relative;
  overflow: hidden;
  background: rgba(39, 38, 45, 0.2);
  transition: 1s linear;
}
.AnimatePrice .enquireNowBtn {
  position: relative;
  color: #27262d;
  background: #fff;
}

form {
  width: 100%;
  display: flex;
}

.AnimatePrice::before {
  position: absolute;
  content: "";
  background: #27262d;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  rotate: 0deg;
}

@keyframes rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
.row {
  max-width: unset;
}

.owl-carousel .owl-stage-outer {
  overflow: unset !important;
}

.popupBack {
  position: fixed;
  z-index: 20;
  background: rgba(0, 0, 0, 0.4392156863);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.GalleryPopup {
  position: fixed;
  display: flex;
  z-index: 21;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-out;
  overflow: hidden;
  border-radius: 12px;
  width: 70%;
  border-radius: 20px;
}
.GalleryPopup .closeGallery {
  display: inline-block;
  position: absolute;
  color: #fff;
  top: 15px;
  right: 15px;
  width: 15px;
}
.GalleryPopup img {
  width: 100%;
}

header {
  background: rgb(250, 250, 252);
  position: fixed;
  width: 100%;
  z-index: 20;
  box-shadow: 0 0 14px -5px #27262d;
  top: -60px;
  transition: 0.5s ease-in-out;
}
header .inner {
  margin: auto 5%;
}
header .navbar-brand img {
  height: 30px;
}
header .nav-link {
  color: #000 !important;
  font-size: 15px;
}
header .headernumber {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1800px) {
  .nav-link {
    font-size: 14px !important;
  }
}
.navbar-collapse {
  flex-grow: 0;
}

.enquireNowBtn {
  background: #27262d;
  text-align: center;
  color: #fff;
  font-size: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px 13px;
}
.enquireNowBtn img {
  width: 25px;
  margin-right: 10px;
  height: auto;
}

.outer {
  width: 100;
}

section {
  width: 100%;
  padding: 4% 0;
  justify-content: center;
  overflow: hidden;
}

.sectitle {
  font-size: 45px;
  text-align: center;
  color: #27262d;
  margin-bottom: 15px;
}

.secsubtitle {
  font-size: 20px;
  text-align: center;
}

.owl-nav {
  display: inline-block;
  float: right;
  margin-right: 10%;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  border-radius: 50px !important;
  padding: 0px 18px !important;
  font-size: 30px !important;
  color: #000 !important;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  z-index: 2;
  transition: 1s ease-out;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 0;
  position: fixed;
}

.bannerShrink {
  background-size: cover;
  background-position: center;
  z-index: 9;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
}
.bannerShrink .branlog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.bannerShrink .branlog img {
  width: 360px;
  position: relative;
}
.bannerShrink .branlog .sitevisit {
  color: #27262d;
  background: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 27px;
}
.bannerShrink .branlog .offerUSP {
  color: #fff;
  font-size: 25px;
  margin-top: 10px;
  text-shadow: 0px 0px 15px black;
  line-height: 43px;
}

.bannerShrink::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.bannerShrink::after .offerBoxOuter {
  osition: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(45deg, #000, transparent, transparent);
  z-index: 1;
  display: none;
}
.bannerShrink::after .offerBoxOuter .AnimatePrice {
  padding: 5px;
}
.bannerShrink::after .offerBoxOuter .offerInner {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  text-align: left;
  color: #fff;
  left: 50px;
}
.bannerShrink::after .offerBoxOuter #sitevisit {
  color: #27262d;
  width: unset;
  display: inline-block;
}
.bannerShrink::after .offerBoxOuter #sitevisit .img {
  width: 100%;
  height: auto;
}
.bannerShrink::after .offerBoxOuter .offerTitle {
  font-size: 30px;
  position: relative;
}
.bannerShrink::after .offerBoxOuter .offerTitle img {
  filter: brightness(50);
  width: 550px;
  width: 280px;
}
.bannerShrink::after .offerBoxOuter .AnimatePrice {
  background: unset;
}
.bannerShrink::after .offerBoxOuter .AnimatePrice::before {
  background: unset;
}
.bannerShrink::after .offerBoxOuter .offerConifg {
  padding: 20px 0px;
  font-size: 25px;
}
.bannerShrink::after .offerBoxOuter .offerConifg .offerLoc {
  font-size: 18px;
}
.bannerShrink::after .offerBoxOuter .paymentPlanFig img {
  filter: brightness(40);
}
.bannerShrink::after .offerBoxOuter .offerUSP {
  font-size: 20px;
}
.bannerShrink::after .offerBoxOuter .offerPaymentplan {
  padding: 20px 0px;
  font-size: 18px;
}
.bannerShrink::after .offerBoxOuter .offerButtons {
  padding-top: 20px;
  font-size: 20px;
}
.bannerShrink::after .offerBoxOuter .offerButtons a {
  text-decoration: none;
  width: 100%;
}
.bannerShrink::after .offerBoxOuter .offerButtons .whatsapp-img {
  width: 27px;
  margin-right: 8px;
}
.bannerShrink::after .offerBoxOuter .offerButtons .enquireNowBtn {
  width: 100%;
  background: #fff;
  color: #fff;
}

.Highlights {
  background: #fdfcfb;
  padding-bottom: 1%;
}
.Highlights .item {
  height: 170px;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: 0 0 14px -10px #27262d;
}
.Highlights .item::before {
  background: rgba(0, 0, 0, 0.3803921569);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Highlights .highCont {
  font-size: 18px;
  margin-top: 5px;
  line-height: 27px;
  position: relative;
  text-shadow: 0 0 4px black;
}
.Highlights .downloadBrochureOuter {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 14px -10px #27262d;
}
.Highlights .dnHeroimageOuter {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  height: 350px;
  box-shadow: 0 0 14px -10px #27262d;
}
.Highlights .dnHeroimageOuter iframe {
  width: 100%;
}
.Highlights .dnTextOuter {
  font-size: 30px;
  display: flex;
  align-items: center;
  text-align: left;
  height: 100%;
  justify-content: center;
  text-align: justify;
}
.Highlights .dnTextOuter .secsubtitle {
  text-align: left;
}
.Highlights .dnTextOuter .enquireNowBtn {
  display: inline-block;
  font-size: 17px;
  width: 100%;
}

.videos {
  background: #fdfcfb;
  padding-bottom: 1%;
}
.videos .bodyContent {
  display: flex;
  justify-content: center;
}
.videos .bodyContent .videoouter {
  box-shadow: 0 0 14px -5px #27262d;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.videos .bodyContent .videoTop {
  height: 294px;
}
.videos .bodyContent .videoTop iframe {
  pointer-events: none;
  width: 100%;
  height: -webkit-fill-available;
}
.videos .bodyContent .videoTitle {
  padding: 20px 5px;
  font-size: 18px;
  text-align: center;
}

.projects {
  margin-top: -30px;
  z-index: 1;
  position: relative;
  background: #fdfcfb;
  top: 50%;
}
.projects .filterLocation {
  display: flex;
  justify-content: center;
}
.projects .filterLocation .filterOuter {
  display: flex;
  justify-content: space-evenly;
  width: 80%;
  margin-bottom: 25px;
}
.projects .filterLocation .filterOuter .locBtn {
  display: inline-block;
  padding: 5px 19px;
  border: 1px solid #27262d;
  border-radius: 12px;
  margin: 10px 0px;
  cursor: pointer;
}
.projects .filterLocation .filterOuter .active {
  background: #27262d;
  color: #fff;
}
.projects .bottom hr {
  margin: 50px 0px;
}
.projects .bottom .bottomInner {
  display: flex;
  justify-content: center;
}
.projects .bottom .bottomInner .OuterProj {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.projects .bottom .bottomInner .innerProj {
  width: 100%;
  box-shadow: 0 0 14px -5px #27262d;
  overflow: hidden;
}
.projects .bottom .bottomInner .innerProj .imgProjOuter {
  box-shadow: 0 0 14px -5px #27262d;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.projects .bottom .bottomInner .innerProj .imgProjOuter .offerProj {
  position: absolute;
  background: #fff;
  color: #000;
  padding: 3px 18px 3px 24px;
}
.projects .bottom .bottomInner .innerProj .imgProjOuter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects .bottom .bottomInner .innerProj .imgProjOuter .checkconfiguration {
  position: absolute;
  bottom: 14px;
  right: 10px;
  color: #27262d;
  padding: 7px 17px;
  background: rgba(0, 0, 0, 0.63);
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
}
.projects .bottom .bottomInner .innerProj .imgProjOuter .checkconfiguration img {
  width: 12px;
  margin-right: 7px;
  filter: brightness(30);
}
.projects .bottom .bottomInner .innerProj .imgProjOuter .configPricesBody {
  position: absolute;
  top: 100%;
  height: 100%;
  width: 100%;
  background: #000;
  left: 0;
  background: rgba(0, 0, 0, 0.4392156863);
  left: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.5s ease-out;
}
.projects .bottom .bottomInner .innerProj .imgProjOuter .configPricesBody .closeConfigPop {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 12px;
  height: 12px;
  filter: brightness(50);
  cursor: pointer;
}
.projects .bottom .bottomInner .innerProj .imgProjOuter .configPricesBody .configInner {
  width: 80%;
}
.projects .bottom .bottomInner .innerProj .imgProjOuter .configPricesBody .configInner hr {
  margin: 0;
}
.projects .bottom .bottomInner .innerProj .imgProjOuter .configPricesBody .configInner .pricesOuter {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 14px 0px;
}
.projects .bottom .bottomInner .innerProj .imgProjOuter .configPricesBody .configInner .pricesOuter .checkpricebtn {
  color: #fff;
  padding: 4px 14px;
  border: 1px solid #fff;
  font-size: 15px;
}
.projects .bottom .bottomInner .innerProj .textProjOuter {
  display: flex;
}
.projects .bottom .bottomInner .innerProj .textProjOuter .textProjInner {
  margin: 10px 5px;
  width: 100%;
  font-size: 15px;
}
.projects .bottom .bottomInner .innerProj .textProjOuter .textProjInner img {
  width: 20px;
  margin-top: -6px;
  margin-right: 3px;
}
.projects .bottom .bottomInner .innerProj .textProjOuter .textProjInner .projName {
  font-size: 25px;
  text-align: left;
}
.projects .bottom .bottomInner .innerProj .textProjOuter .textProjInner .projLoc {
  margin: 0px 0 5px;
  color: #27262d;
  color: #707070;
  font-size: 15px;
}
.projects .bottom .bottomInner .innerProj .textProjOuter .textProjInner .projDesc {
  font-size: 15px;
}
.projects .bottom .bottomInner .innerProj .textProjOuter .textProjInner .projConf {
  margin: 8px 0px;
  font-size: 15px;
}
.projects .bottom .bottomInner .innerProj .textProjOuter .textProjInner .projKnowMore {
  cursor: pointer;
  font-size: 18px;
}
.projects .bottom .bottomInner .innerProj .textProjOuter .textProjInner .projKnowMore img {
  width: 25px;
  margin-top: -4px;
}
.projects .bottom .bottomInner .innerProj .textProjOuter .textProjInner .unitOptionsOuter {
  display: none;
}
.projects .bottom .bottomInner .innerProj .textProjOuter .textProjInner .projPrices {
  font-size: 20px;
}
.projects .bottom .bottomInner .innerProj .textProjOuter .textProjInner .cta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 10px;
}
.projects .bottom .bottomInner .innerProj .textProjOuter .textProjInner .cta .projKnowMore {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  background: #42c853;
  display: inline-block;
  padding: 5px 22px;
  color: #fff;
}
.projects .bottom .bottomInner .innerProj .textProjOuter .textProjInner .cta .downloadBroIcon {
  display: flex;
  align-items: center;
  padding: 0px 40px;
  background: #27262d;
  color: #fff;
  cursor: pointer;
}
.projects .bottom .bottomInner .innerProj .textProjOuter .textProjInner .cta .downloadBroIcon img {
  margin-top: -6px;
  width: 28px;
}

.Configuration {
  background: #fdfcfb;
}
.Configuration .container {
  overflow: hidden;
}
.Configuration .container .configTabButtons {
  display: flex;
  justify-content: center;
}
.Configuration .container .configTabButtons .configTabButtonsOuter {
  display: flex;
  justify-content: space-between;
}
.Configuration .container .configTabButtons .configTabButtonsOuter .TabBtns {
  border: 1px solid #27262d;
  border-radius: 12px;
  background: #fff;
  color: #27262d;
  padding: 10px 50px;
  margin: 10px 10px;
  cursor: pointer;
}
.Configuration .container .configTabButtons .configTabButtonsOuter .TabBtns-active {
  background: #27262d;
  color: #fff;
}
.Configuration .bodyContent {
  display: flex;
  justify-content: center;
}
.Configuration .bodyContent .hideConfig {
  display: none;
}
.Configuration .bodyContent .showConfig {
  display: flex;
}
.Configuration .bodyContent .row {
  justify-content: center;
}
.Configuration .bodyContent .floorplanbackDrop::before {
  content: "Click to View Plan";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.45);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.Configuration .item {
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.Configuration .item .floorplanImg {
  border-bottom: 1px solid #757575;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.Configuration .item .floorPlanBottom {
  line-height: 25px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
.Configuration .item .floorPlanBottom .congigDetails {
  margin-bottom: 8px;
}
.Configuration .item .floorPlanBottom .congigDetails .configSQ {
  font-size: 20px;
  color: #000;
}
.Configuration .item .enquireNowBtn {
  padding: 6px 30px;
  display: inline-block;
  color: #27262d;
}
.Configuration .item .fpOuter {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 0 14px -10px #27262d;
}
.Configuration .item .fpOuter .specialOffer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #27262d;
  z-index: 1;
  color: #fff;
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 0px 0px 12px 0px;
}

.starting {
  display: none;
}

.Aminities {
  position: relative;
}
.Aminities .container {
  position: relative;
  overflow: hidden;
}
.Aminities .displayImage {
  display: block;
  height: 100%;
}
.Aminities #amiBtn {
  justify-content: center;
}
.Aminities .item {
  height: 170px;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: 0 0 14px -10px #27262d;
}
.Aminities .item::before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1380px) {
  .Aminities .item {
    height: 170px;
    padding: 20px;
    border-radius: 12px;
    background: #fdfcfb;
    color: #000;
  }
}
.Aminities .highCont {
  font-size: 22px;
  margin-top: 5px;
  line-height: 27px;
  position: relative;
  text-shadow: 0 0 4px black;
}
.Aminities .downloadBrochureOuter {
  background: #fdfcfb;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 14px -10px #27262d;
}
.Aminities .wideImg {
  display: block;
  height: 100%;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 14px -10px #27262d;
}
.Aminities .wideImg .AmiName {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(0, 0, 0, 0.7411764706);
  color: #fff;
  z-index: 3;
  padding: 5px 15px 5px 15px;
  text-shadow: 0 0 10px black;
  font-size: 20px;
}
.Aminities .wideImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Aminities .imgBtn {
  border-radius: 12px;
  display: block;
  height: 100px;
  overflow: hidden;
  box-shadow: 0 0 14px -10px #27262d;
}
.Aminities .imgBtn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Aminities .imgtext {
  text-align: center;
  margin-bottom: 5px;
  font-size: 15px;
  margin-bottom: 15px;
}

#Aminities2 {
  background: #fdfcfb;
}

.infrastructure {
  position: relative;
  top: 49%;
  background: #fff;
}
.infrastructure .bodycontent {
  text-align: center;
  margin-bottom: 10px;
}
.infrastructure .infraouter {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 15px;
}
.infrastructure .infraouter .infraimg {
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 20px;
  box-shadow: 0 0 14px -5px #000;
}

.Gallery {
  position: relative;
  top: 49%;
  background: #fdfcfb;
}
.Gallery .owl-stage-outer {
  overflow: unset;
}
.Gallery .item {
  overflow: hidden;
  text-align: center;
  font-size: 15px;
}
.Gallery .item iframe {
  width: 100%;
  height: 200px;
  box-shadow: 0 0 14px -10px #27262d;
}
.Gallery .item .gapgallery {
  margin: 10px;
}
.Gallery .backgallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Gallery .backgallery::before iframe {
  pointer-events: none;
}

.virtual iframe {
  width: 100%;
  height: 60%;
  border-radius: 12px;
  box-shadow: 0 0 14px -5px #000;
  margin-top: 10px;
}

.Video .videoOuter {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.Video .videoOuter .videoContentOuter {
  width: 70%;
  height: 480px;
  overflow: hidden;
  border-radius: 12px;
}
.Video .videoOuter .videoContentOuter iframe {
  width: 100%;
  height: 100%;
}

.testimonials {
  background: #fdfcfb;
  position: relative;
  top: 48%;
}
.testimonials .owl-stage-outer {
  overflow: unset;
}
.testimonials .item {
  overflow: hidden;
  box-shadow: 0 0 14px -10px #27262d;
}
.testimonials .item .testvideoouter {
  height: 200px;
}
.testimonials .item .testvideoText {
  padding: 15px;
  text-align: center;
  background: #fff;
}

.Location {
  position: relative;
  background-image: url("../img/mapback.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.Location .locMap {
  display: none;
}
.Location .sectitle, .Location .secsubtitle {
  color: #ffffff;
}
.Location .bodyContent .locMobile {
  display: none;
}
.Location .bodyContent .outerLoc {
  justify-content: center;
  display: flex;
  margin-top: 20px;
}
.Location .bodyContent .outerLoc .colnew {
  transition: 0.5s ease-out;
  width: 16%;
  margin: 0 10px;
}
.Location .bodyContent .locmapOuter {
  padding: 0px;
}
.Location .bodyContent .expandConnect {
  position: relative;
  background: #fdfcfb;
  padding: 0px;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  border-radius: 12px;
  display: flex;
}
.Location .bodyContent .expandConnect .closeExpand {
  display: none;
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 30px;
  color: grey;
  cursor: pointer;
}
.Location .bodyContent .conContent {
  display: none;
  padding: 10px 0px;
}
.Location .bodyContent .conContent .conContentInner {
  display: flex;
  align-items: center;
  height: 100%;
}
.Location .bodyContent .conContent .conContentInner ul {
  margin: 0;
  font-size: 15px;
  padding-right: 30px;
}
.Location .bodyContent .locTabsOuter {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 0 14px -10px #27262d;
}
.Location .bodyContent .locTabsOuter .locIcon {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.Location .bodyContent .locTabsOuter .locIcon img {
  width: 100%;
}
.Location .bodyContent .locTabsOuter .locItems {
  justify-content: space-between;
  display: flex;
  color: #27262d;
  padding-top: 10;
  border-top: 2px solid rgba(125, 125, 125, 0.937254902);
  font-size: 15px;
}

.Location::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.About {
  padding-bottom: 80px;
  background: #fdfcfb;
  position: relative;
  top: 47%;
}
.About .bodyContent {
  text-align: center;
}
.About .bodyContent .aboutSection {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.About .bodyContent .reraSection {
  font-size: 13px;
  margin-bottom: 10px;
}
.About .bodyContent .disclaimer {
  font-size: 8px;
}
.About .bodyContent .disclaimer .reraimg {
  height: 90px;
  margin-top: 10px;
}
.About .bodyContent .privacy {
  margin-top: 20px;
  font-size: 13px;
  cursor: pointer;
}
.About .reraDetailsOuter {
  display: flex;
  justify-content: center;
}
.About .reraDetailsOuter .row {
  justify-content: center;
}
.About .reraDetailsOuter .itemRera {
  margin-bottom: 10px;
}
.About .reraDetailsOuter .itemRera .reraText {
  font-size: 10px;
}

.footerPop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  z-index: 21;
  box-shadow: 0 0 14px -5px #27262d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerPop .closeform {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 12px;
}
.footerPop .or {
  margin: 10px 0px;
}
.footerPop a {
  color: unset;
  text-decoration: none;
}
.footerPop .enqtext {
  color: #27262d;
  margin-bottom: 10px;
  font-size: 30px;
}
.footerPop .phoneEnq {
  font-size: 17px;
  margin-bottom: 10px;
}
.footerPop .enqOffer {
  margin-bottom: 10px;
}
.footerPop .captcha {
  font-size: 8px;
  margin-bottom: 15px;
}
.footerPop .usps {
  display: flex;
  justify-content: center;
  margin-top: -5px;
  margin-bottom: 10px;
  display: none;
}
.footerPop .usps img {
  width: 40px;
  margin-bottom: 10px;
}
.footerPop .uspOuter {
  width: 31%;
}
.footerPop .inner {
  font-size: 15px;
  text-align: center;
  padding: 20px;
}
.footerPop .inner .phoneNumber {
  display: flex;
}
.footerPop .inner input, .footerPop .inner select {
  background: unset;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #6d767e;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
}
.footerPop .inner select {
  width: 50%;
  padding: 5px 10px;
  text-align: center;
}
.footerPop .inner .iti {
  width: 100%;
  margin-bottom: 16px;
}
.footerPop .inner .form-control:focus, .footerPop .inner input[type=tel]:focus {
  color: #000;
  background-color: unset;
  border-color: #000;
  outline: 0;
  box-shadow: unset;
}
.footerPop .inner .enquireNowBtn {
  width: 100%;
}
.footerPop .inner .phone {
  width: 100%;
}
.footerPop .inner .whatsapp-img {
  width: 27px;
  margin-right: 8px;
}
.footerPop .inner .slide-submit {
  display: none;
}

.footerSticky {
  position: fixed;
  bottom: 0%;
  left: 0%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  z-index: 20;
  box-shadow: 0 0 14px -5px #27262d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerSticky .closeform {
  display: none;
}
.footerSticky .mobileFooter {
  display: none;
}
.footerSticky a {
  color: unset;
  text-decoration: none;
}
.footerSticky .enqtext {
  color: #27262d;
  font-size: 18px;
  display: flex;
  /* width: 130px */
  align-items: center;
}
.footerSticky .phoneOuter {
  display: none;
}
.footerSticky .phoneEnq {
  font-size: 17px;
  margin-bottom: 10px;
}
.footerSticky .enqOffer {
  margin-bottom: 20px;
  display: none;
}
.footerSticky .captcha {
  font-size: 8px;
  margin-right: 17px;
  width: 180px;
}
.footerSticky .usps {
  display: none;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footerSticky .usps img {
  width: 40px;
  margin-bottom: 10px;
}
.footerSticky .uspOuter {
  width: 31%;
}
.footerSticky .inner {
  font-size: 15px;
  text-align: center;
  padding: 9px;
  display: flex;
}
.footerSticky .inner .phoneNumber {
  display: flex;
}
.footerSticky .inner input, .footerSticky .inner select {
  background: unset;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #6d767e;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 0;
  width: 180px;
  margin: auto 20px;
}
.footerSticky .inner select {
  width: 180px;
  padding: 5px 10px;
  text-align: center;
}
.footerSticky .inner .iti {
  bottom: -5px;
}
.footerSticky .inner .iti__selected-country {
  top: -2px;
}
.footerSticky .inner .form-control:focus, .footerSticky .inner input[type=tel]:focus {
  color: #000;
  background-color: unset;
  border-color: #000;
  outline: 0;
  box-shadow: unset;
}
.footerSticky .inner .whatsapp-img {
  width: 27px;
  margin-right: 8px;
}
.footerSticky .inner .or, .footerSticky .inner .countWhatsApp {
  display: none;
}
.footerSticky .inner .phone {
  width: 100%;
}
.footerSticky .inner .slide-submit {
  display: none;
}

.appearText {
  opacity: 0;
  transition: 0.5s ease-out;
  transform: scale(0.8);
}

.zoomIn {
  transition: 0.5s ease-out;
}

.zoomIn:hover {
  transform: scale(1.02) !important;
  box-shadow: 0 0 14px -5px #27262d !important;
}

.loadingImg {
  display: flex;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 252, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  z-index: 30;
  justify-content: center;
  align-items: center;
  transition: 0.8s cubic-bezier(0.12, 0.71, 0.42, 0.96);
  padding: 30px;
}
.loadingImg .loadingImgOuter {
  width: 100%;
  text-align: center;
}
.loadingImg .loadingImgOuter img {
  max-width: 70%;
  height: auto;
}
.loadingImg .loadingicon {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.loadingImg .loadingicon img {
  width: 50px;
}
.loadingImg .loadMessage {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  header nav .navbar-brand {
    padding: 0;
  }
  header nav .navbar-toggler {
    background: url(../img/hamburger.png);
    border: none;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    transition: 0.5s ease-out;
  }
  header nav button:hover, header nav button:focus, header nav .button:hover, header nav .button:focus {
    border: none;
  }
  header nav .navbar-toggler:focus {
    box-shadow: none;
  }
  header nav .headernumber {
    display: none;
  }
  header nav .enquireNowBtn {
    display: none;
  }
  header nav .hideContact {
    display: none;
  }
  section {
    padding: 15% 0px;
  }
  .container {
    text-align: center;
    width: 100vw;
  }
  .banner {
    box-shadow: 0 0 14px -5px #000;
  }
  .bannerShrink {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bannerShrink .branlog {
    width: 80%;
  }
  .bannerShrink .branlog img {
    width: 200px;
  }
  .bannerShrink .branlog .sitevisit {
    margin-top: 10px;
    padding: 7px 28px;
  }
  .bannerShrink .branlog .offerUSP {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }
  .bannerShrink .offerBoxOuter {
    background: unset;
    align-items: flex-end;
    justify-content: center;
  }
  .bannerShrink .offerBoxOuter .offerInner {
    text-align: center;
    bottom: 0%;
    transition: 0.6s ease-out;
    background: #fff;
    color: #000;
    border-radius: 40px 40px 0px 0px;
    box-shadow: 0 0 14px -5px #000;
    width: 100%;
  }
  .bannerShrink .offerBoxOuter .offerInner .offerUSP {
    font-size: 15px;
  }
  .bannerShrink .offerBoxOuter .offerInner .AnimatePrice {
    width: 100%;
    position: relative;
    margin: 10px 0px;
    padding: 3px;
    background: rgba(39, 38, 45, 0.2);
  }
  .bannerShrink .offerBoxOuter .offerInner .AnimatePrice::before {
    animation-duration: 5s;
    background: conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 43%, #27262d 100%);
  }
  .bannerShrink .offerBoxOuter .offerInner .offerConifg {
    position: relative;
    z-index: 2;
    font-size: 15px;
    background: #fff;
    padding: 10px 10px;
    border-radius: 12px;
  }
  .bannerShrink .offerBoxOuter .offerInner .offerLoc {
    font-size: 15px;
  }
  .bannerShrink .offerBoxOuter .offerInner .paymentPlanFig img {
    filter: unset;
  }
  .bannerShrink .offerBoxOuter .offerInner .offerButtons {
    padding-top: 10px;
    display: flex;
    justify-content: center;
  }
  .bannerShrink .offerBoxOuter .offerInner .offerButtons #sitevisit {
    background: #27262d;
    color: #fff;
    width: 100%;
  }
  .bannerShrink .offerBoxOuter .offerInner {
    left: 0;
  }
  .top {
    text-align: center;
    margin-bottom: 10px;
  }
  .top .sectitle {
    font-size: 25px;
  }
  .top .secsubtitle {
    font-size: 20px;
  }
  .Highlights .downloadBrochureOuter {
    padding: 10px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .Highlights .downloadBrochureOuter .dnHeroimageOuter {
    height: 200px;
    margin-top: 20px;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter {
    padding: 30px 0px 0;
    text-align: center;
    height: unset;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter .enquireNowBtn {
    width: 100%;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter .dnTextInner {
    text-align: justify;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter .secsubtitle {
    text-align: center;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter #mainVideo {
    margin-top: 20px;
  }
  .videos .bodyContent .videoTop {
    height: 194px;
  }
  .projects .filterLocation .filterOuter {
    display: block;
    justify-content: space-evenly;
    width: 92%;
    margin-bottom: 25px;
  }
  .projects .filterLocation .filterOuter .locBtn {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #27262d;
    margin: 4px 4px;
  }
  .projects .bottom .bottomInner .innerProj .imgProjOuter .checkconfiguration {
    display: none;
  }
  .projects .bottom .bottomInner .unitOptionsOuter {
    display: block !important;
    margin-bottom: 10px;
  }
  .projects .bottom .bottomInner .unitOptionsOuter .unitOptButton {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    border: 1px solid #27262d;
    background: #27262d;
    color: #fff;
  }
  .projects .bottom .bottomInner .unitOptionsOuter .unitOptButton img {
    width: 10px;
    transition: 0.3s ease-in;
    border-radius: 6px;
    filter: brightness(60);
  }
  .projects .bottom .bottomInner .unitOptionsOuter .optionsBody {
    padding: 0 10px;
    height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
  }
  .projects .bottom .bottomInner .unitOptionsOuter .optionsBody hr {
    margin: 0;
  }
  .projects .bottom .bottomInner .unitOptionsOuter .optionsBody .pricesOuter {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 14px 0px;
    font-size: 13px;
    text-align: center;
  }
  .projects .bottom .bottomInner .unitOptionsOuter .optionsBody .checkpricebtn {
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    background: #27262d;
  }
  .projects .bottom .bottomInner .row .order-md-1 {
    text-align: left !important;
  }
  .projects .bottom .bottomInner .row .textProjOuter .textProjInner {
    text-align: left;
  }
  .Configuration .container .configTabButtons {
    display: block;
  }
  .Configuration .container .configTabButtons .configTabButtonsOuter {
    display: block;
  }
  .Configuration .container .configTabButtons .configTabButtonsOuter .TabBtns {
    border: 1px solid #27262d;
    border-radius: 12px;
    background: #fff;
    color: #27262d;
    cursor: pointer;
    padding: 10px 20px;
    margin: 10px 2px;
    cursor: pointer;
    display: inline-block;
  }
  .Configuration .container .configTabButtons .configTabButtonsOuter .TabBtns-active {
    background: #27262d;
    color: #fff;
  }
  .Configuration .container .bottom .bodyContent .hideConfig {
    justify-content: center;
  }
  .Configuration .container .bottom .AnimatePrice, .Configuration .container .bottom .enquireNowBtn {
    width: 100%;
  }
  .Configuration .container .bottom .AnimatePrice::before {
    background: conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 43%, #27262d 100%);
    transform: scale(20);
  }
  .Aminities .col-md-8 {
    display: none;
  }
  .Aminities .amiOuter {
    display: flex;
    justify-content: center;
  }
  .Location {
    padding: 25% 0px;
  }
  .Location .bodyContent .outerLoc {
    display: none;
  }
  .Location .bodyContent .locMap {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 0 14px -5px #000;
  }
  .Location .bodyContent .locMobile {
    display: block;
    border-radius: 12px;
    overflow: hidden;
  }
  .Location .bodyContent .locMobile .accordion-button:not(.collapsed) {
    background-color: rgba(39, 38, 45, 0.2);
  }
  .Location .bodyContent .locMobile button:hover, .Location .bodyContent .locMobile button:focus, .Location .bodyContent .locMobile .button:hover, .Location .bodyContent .locMobile .button:focus {
    background-color: rgba(39, 38, 45, 0.2);
    color: #000;
  }
  .Location .bodyContent .locMobile .accordion-button:focus {
    box-shadow: unset;
  }
  .Location .bodyContent .locMobile .accordion-button:focus {
    border-color: #27262d;
  }
  .Location .bodyContent .locMobile .accordion-button:not(.collapsed)::after {
    filter: brightness(0);
  }
  .Location .bodyContent .locMobile .accordion-button:not(.collapsed) {
    color: #000;
  }
  .Location .bodyContent .locMobile .accordion-button {
    padding: 10px 15px;
    font-size: 18px;
  }
  .Location .bodyContent .locMobile .accordion-button img {
    width: 40px;
    margin-right: 15px;
  }
  .Location .bodyContent .locMobile ul {
    text-align: left;
    padding: 0px;
  }
  .footerPop {
    width: 90%;
  }
  .footerSticky {
    bottom: -0.1px;
  }
  .footerSticky .closeform {
    display: none;
  }
  .footerSticky .mobileFooter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footerSticky .mobileFooter .mobFooterPhone, .footerSticky .mobileFooter .mobFooterWhatsapp {
    width: 50%;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footerSticky .mobileFooter .mobFooterPhone .enquireNowBtn, .footerSticky .mobileFooter .mobFooterWhatsapp .enquireNowBtn {
    font-size: 14px !important;
  }
  .footerSticky .mobileFooter .mobFooterPhone img, .footerSticky .mobileFooter .mobFooterWhatsapp img {
    width: 35px;
    height: auto;
  }
  .footerSticky .mobileFooter .phoneOuter {
    display: block;
  }
  .footerSticky .mobileFooter .phoneOuter .phoneEnq {
    font-size: 14px !important;
  }
  .footerSticky .mobileFooter .phoneOuter .phoneEnq {
    margin: 0;
  }
  .footerSticky .mobileFooter .enquireNowBtn {
    border-radius: 0;
    background: unset;
    padding: 0;
    display: block;
    width: 100%;
  }
  .footerSticky .inner {
    display: none;
  }
  .footerPop .inner {
    width: 100%;
  }
  .footerPop .inner .countWhatsApp {
    display: block;
  }
  .footerPop .inner .slide-submit {
    display: none;
  }
  .footerPop .inner .enqtext {
    font-size: 25px;
    margin-bottom: 0;
  }
  .footerPop .closeform {
    top: unset;
    right: 50%;
    width: 12px;
    bottom: -67px;
    border: 1px solid #fff;
    padding: 12px 18px;
    width: 50px;
    transform: translate(50%, 0);
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.1490196078);
  }
  .footerPop .closeform img {
    filter: brightness(40);
  }
  .GalleryPopup {
    width: 100%;
    border-radius: 0;
    overflow: unset;
  }
  .GalleryPopup .closeGallery {
    top: unset;
    right: 50%;
    width: 12px;
    bottom: -67px;
    border: 1px solid #fff;
    padding: 12px 18px;
    width: 50px;
    transform: translate(50%, 0);
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.1490196078);
  }
  .GalleryPopup .closeGallery img {
    filter: brightness(40);
  }
}
.enqNowFlotaing {
  position: fixed;
  top: 40%;
  right: 0px;
  background: #27262d;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  transform: rotate(180deg);
  padding: 17px 5px;
  box-shadow: 0 0 14px -5px #000;
  z-index: 1;
}

.loading .dot {
  animation: blink 1s infinite;
  opacity: 0;
}

.loading .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.loading .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes blink {
  0%, 20%, 100% {
    opacity: 0;
  }
  10%, 30% {
    opacity: 1;
  }
}
.floorplanbackDrop {
  position: relative;
}

.popupOffer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  justify-content: center;
  align-items: center;
  display: flex;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.4392156863);
  display: none;
}
.popupOffer .popupOfferInner {
  text-align: center;
  width: 80%;
}
.popupOffer .popupOfferInner .closeOfferInner {
  display: block;
}
.popupOffer .popupOfferInner .closeOfferInner .closeOfferInner2 {
  display: inline-block;
  width: 61px;
  filter: brightness(30);
  border: 1px solid #fff;
  margin-top: 20px;
  padding: 12px 18px;
  width: 50px;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.1490196078);
}/*# sourceMappingURL=main.css.map */