@font-face {
  font-family: FuturaBT-Book;
  src: url(../fonts/FuturaBT-Book.otf);
}
@font-face {
  font-family: HistoryPro;
  src: url(../fonts/HistoryPro-Two.woff2);
}
.historypro {
  font-family: HistoryPro;
}

:root {
  --primary-color: #1d8acb;
  --primary-soft: rgba(29, 138, 203, 0.16);
  --secondary-color: #c4933d;
  --secondary-soft: rgba(196, 147, 61, 0.16);
  --dark-color: #23142d;
  --text-muted: #7c7c86;
  --surface-color: #f5f7fb;
}

body {
  background: var(--surface-color);
  color: var(--dark-color);
}

a {
  color: var(--primary-color);
}

a:hover {
  color: #146fa2;
}
.HistoryPro {
  font-family: HistoryPro;
}

.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;
}

.playfair-display-regular {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.playfair-display-medium {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.playfair-display-semibold {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.playfair-display-bold {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.inter-medium {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-semibold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.AnimatePrice {
  padding: 2px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: var(--primary-soft);
  transition: 1s linear;
}
.AnimatePrice .enquireNowBtn {
  position: relative;
  color: var(--primary-color);
  background: #000;
}

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

.AnimatePrice::before {
  position: absolute;
  content: "";
  background: conic-gradient(from 40deg at 50% 50%, rgba(255, 255, 255, 0) 43%, var(--primary-color) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  rotate: 0deg;
}

.AnimatePrice::before {
  animation-name: rotate;
  animation-duration: 3s;
  transform: scale(8);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
.playvideooverlap video {
  pointer-events: none;
}

.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;
  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: 12px;
}
.GalleryPopup .closeGallery {
  display: inline-block;
  position: absolute;
  color: #fff;
  top: 15px;
  right: 15px;
  width: 15px;
}
.GalleryPopup img {
  width: 100%;
}

header {
  background: #fff;
  backdrop-filter: saturate(180%) blur(20px);
  position: fixed;
  width: 100%;
  z-index: 20;
  box-shadow: 0 0 14px -5px var(--primary-color);
  transition: 0.3s ease-out;
  top: -81px;
}
header .inner {
  margin: auto 5%;
}
header .navbar-brand img {
  width: 147px;
}
header .nav-link {
  color: #000 !important;
  font-size: 14px;
}
header .shareicon {
  display: none;
}

@media only screen and (max-width: 480px) {
  header .shareicon {
    display: block;
    width: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .nav-link {
    font-size: 16px !important;
  }
}
.navbar-collapse {
  flex-grow: 0;
}

.enquireNowBtn {
  background: var(--primary-color);
  text-align: center;
  color: #000;
  border-radius: 12px;
  font-size: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 7px 15px;
}
.enquireNowBtn img {
  width: 25px;
  margin-right: 10px;
}

.outer {
  width: 100;
}

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

.sectitle {
  font-size: 60px;
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.linehor {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.linehor .linehorinner {
  background: var(--primary-color);
  width: 12%;
  height: 3px;
}

.secsubtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
  color: #000000;
}

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

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

.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 .videobanner {
  position: absolute;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* position: fixed; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.bannerShrink .bannerSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bannerShrink .bannerSlider .item {
  height: 100%;
  width: 100%;
  background-position: top;
  background-size: cover;
}
.bannerShrink .offerBoxOuter {
  osition: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.bannerShrink .offerBoxOuter .AnimatePrice {
  padding: 5px;
}
.bannerShrink .offerBoxOuter .offerInner {
  opacity: 0;
  position: absolute;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  transition: 1s ease-out;
}
.bannerShrink .offerBoxOuter .offerTitle {
  font-size: 18px;
  position: relative;
  border: 1px solid var(--primary-color);
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50px;
  background: var(--primary-soft);
  margin-top: 20px;
}
.bannerShrink .offerBoxOuter .offerTitle img {
  width: 18px;
  margin-top: -5px;
  padding-right: 5px;
}
.bannerShrink .offerBoxOuter .AnimatePrice {
  background: unset;
}
.bannerShrink .offerBoxOuter .AnimatePrice::before {
  background: unset;
}
.bannerShrink .offerBoxOuter .offerConifg {
  padding-bottom: 25px;
  font-size: 20px;
  color: var(--primary-color);
}
.bannerShrink .offerBoxOuter .offerConifg .offerLoc {
  font-size: 15px;
}
.bannerShrink .offerBoxOuter .paymentPlanFig {
  padding: 15px;
}
.bannerShrink .offerBoxOuter .paymentPlanFig .projnametitle {
  color: var(--primary-color);
  font-size: 60px !important;
}
.bannerShrink .offerBoxOuter .paymentPlanFig .projloctitle {
  font-size: 25px !important;
}
.bannerShrink .offerBoxOuter .offerUSP {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}
.bannerShrink .offerBoxOuter .offerUSP .innerusps {
  font-size: 16px;
  display: flex;
  align-items: center;
  border: 1px solid var(--primary-color);
  background: var(--primary-soft);
  padding: 5px 15px;
  border-radius: 40px;
  margin: 0 15px;
}
.bannerShrink .offerBoxOuter .offerUSP .innerusps img {
  width: 8px;
  margin-right: 5px;
}
.bannerShrink .offerBoxOuter .offerPaymentplan {
  padding: 20px 0px;
  font-size: 18px;
}
.bannerShrink .offerBoxOuter .offerButtons {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerShrink .offerBoxOuter .offerButtons .enquireNowBtn {
  width: -moz-max-content;
  width: max-content;
  font-size: 20px;
}
.bannerShrink .offerBoxOuter .offerButtons a {
  text-decoration: none;
  width: 100%;
}
.bannerShrink .offerBoxOuter .offerButtons .whatsapp-img {
  width: 24px;
  margin-right: 8px;
}
.bannerShrink .offerBoxOuter .offerButtons .enquireNowBtn {
  background: var(--primary-color);
  color: #000;
}
.bannerShrink .offerBoxOuter .offerButtons .enquireNowBtn img {
  filter: brightness(0);
}

.Highlights .bodyContent {
  overflow: hidden;
  margin: auto 3%;
}
.Highlights .item {
  height: 400px;
  padding: 20px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: 0 0 14px -10px var(--primary-color);
  display: flex;
  align-items: end;
}
.Highlights .item .highicon {
  background: var(--secondary-color);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  padding: 10px;
}
.Highlights .item .hightitle {
  font-size: 20px;
  margin-top: 20px;
}
.Highlights .item .highdesc {
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: 0px;
  color: #dedede;
}
.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: 20px;
  margin-top: 5px;
  line-height: 27px;
  position: relative;
  text-shadow: 0 0 4px black;
  width: 100%;
  height: 100%;
}
.Highlights .downloadBrochureOuter {
  background: #fffdf9;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 14px -8px var(--primary-color);
}
.Highlights .dnHeroimageOuter {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 14px -10px var(--primary-color);
}
.Highlights .dnHeroimageOuter iframe {
  width: 100%;
  height: 100%;
}
.Highlights .aboutprojouterimg {
  height: 100%;
  display: flex;
  align-items: center;
}
.Highlights .aboutprojouterimg .aboutprojinnerimg {
  position: relative;
  background: #f2e7c3;
  padding: 3px;
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
  width: 100%;
}
.Highlights .aboutprojouterimg .aboutprojinnerimg iframe {
  position: relative;
  border-radius: 12px;
  height: 100%;
  width: 100%;
}
.Highlights .aboutprojouterimg .aboutprojinnerimg img {
  border-radius: 12px;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Highlights .aboutprojouterimg .aboutprojinnerimg .blocktop {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background: var(--primary-color);
}
.Highlights .aboutprojouterimg .aboutprojinnerimg .blockbottom {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
  background: var(--primary-color);
}
.Highlights .aboutprojouterimg .aboutprojinnerimg .brandvidshow {
  display: none;
}
.Highlights .dnTextOuter {
  font-size: 30px;
  display: flex;
  align-items: center;
  text-align: left;
  height: 100%;
  justify-content: left;
  text-align: justify;
}
.Highlights .dnTextOuter .sectitle {
  text-align: left;
  font-size: 45px;
}
.Highlights .dnTextOuter .linehor {
  justify-content: left;
  margin-bottom: 10px;
}
.Highlights .dnTextOuter .secsubtitle {
  text-align: left;
  margin-bottom: 10px;
}
.Highlights .dnTextOuter .aboutContent {
  text-align: left;
  color: #ababab;
}
.Highlights .dnTextOuter .animatenumber {
  display: flex;
  justify-content: space-between;
}
.Highlights .dnTextOuter .animatenumber .animatenumbersection {
  width: 48.5%;
  background: #f9f7f2;
  border: 1px solid var(--primary-soft);
  border-radius: 12px;
  padding: 15px;
  margin-top: 15px;
}
.Highlights .dnTextOuter .animatenumber .animatenumbersection .displaynumber {
  color: var(--primary-color);
  font-size: 25px;
  letter-spacing: 2px;
}
.Highlights .dnTextOuter .animatenumber .animatenumbersection .numbersdescription {
  color: #ababab;
}
.Highlights .dnTextOuter .dnBroBtnOuter {
  display: flex;
  text-align: center;
  color: #000;
}
.Highlights .dnTextOuter .enquireNowBtn {
  display: inline-block;
}

.Highlights2 .bodyContent {
  overflow: hidden;
  margin: auto 3%;
}
.Highlights2 .item {
  height: 400px;
  padding: 20px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: 0 0 14px -10px var(--primary-color);
  display: flex;
  align-items: end;
}
.Highlights2 .item .highicon {
  background: var(--secondary-color);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  padding: 10px;
}
.Highlights2 .item .hightitle {
  font-size: 20px;
  margin-top: 20px;
}
.Highlights2 .item .highdesc {
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: 0px;
  color: #dedede;
}
.Highlights2 .item::before {
  background: rgba(0, 0, 0, 0.3803921569);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Highlights2 .highCont {
  font-size: 20px;
  margin-top: 5px;
  line-height: 27px;
  position: relative;
  text-shadow: 0 0 4px black;
  width: 100%;
  height: 100%;
}
.Highlights2 .downloadBrochureOuter {
  background: #f7f5ef !important;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 14px -8px var(--primary-color);
}
.Highlights2 .dnHeroimageOuter {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 14px -10px var(--primary-color);
}
.Highlights2 .dnHeroimageOuter iframe {
  width: 100%;
  height: 100%;
}
.Highlights2 .aboutprojouterimg {
  height: 100%;
  display: flex;
  align-items: center;
}
.Highlights2 .aboutprojouterimg .aboutprojinnerimg {
  position: relative;
  background: #f2e7c3;
  padding: 3px;
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
  width: 100%;
}
.Highlights2 .aboutprojouterimg .aboutprojinnerimg iframe {
  position: relative;
  border-radius: 12px;
  height: 100%;
  width: 100%;
}
.Highlights2 .aboutprojouterimg .aboutprojinnerimg img {
  border-radius: 12px;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Highlights2 .aboutprojouterimg .aboutprojinnerimg .blocktop {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background: var(--primary-color);
}
.Highlights2 .aboutprojouterimg .aboutprojinnerimg .blockbottom {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
  background: var(--primary-color);
}
.Highlights2 .aboutprojouterimg .aboutprojinnerimg .brandvidshow {
  display: none;
}
.Highlights2 .dnTextOuter {
  font-size: 30px;
  display: flex;
  align-items: center;
  text-align: left;
  height: 100%;
  justify-content: left;
  text-align: justify;
}
.Highlights2 .dnTextOuter .sectitle {
  text-align: left;
  font-size: 45px;
}
.Highlights2 .dnTextOuter .linehor {
  justify-content: left;
  margin-bottom: 10px;
}
.Highlights2 .dnTextOuter .secsubtitle {
  text-align: left;
  margin-bottom: 10px;
}
.Highlights2 .dnTextOuter .aboutContent {
  text-align: left;
  color: #ababab;
}
.Highlights2 .dnTextOuter .animatenumber {
  display: flex;
  justify-content: space-between;
}
.Highlights2 .dnTextOuter .animatenumber .animatenumbersection {
  width: 48.5%;
  background: #f9f7f2;
  border: 1px solid var(--primary-soft);
  border-radius: 12px;
  padding: 15px;
  margin-top: 15px;
}
.Highlights2 .dnTextOuter .animatenumber .animatenumbersection .displaynumber {
  color: var(--primary-color);
  font-size: 25px;
  letter-spacing: 2px;
}
.Highlights2 .dnTextOuter .animatenumber .animatenumbersection .numbersdescription {
  color: #ababab;
}
.Highlights2 .dnTextOuter .dnBroBtnOuter {
  display: flex;
  text-align: center;
  color: #000;
}
.Highlights2 .dnTextOuter .enquireNowBtn {
  display: inline-block;
}

.Partners {
  padding-top: 0px;
  padding-bottom: 100px;
  position: relative;
  background-image: url(../images/dpback.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.Partners .container {
  position: relative;
}
.Partners .bodyContent {
  display: flex;
  justify-content: center;
}
.Partners .col-7, .Partners .col-5 {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  font-size: 12px;
  border-bottom: 1px solid var(--primary-soft);
  padding: 20px 10px;
}
.Partners .col-7 img, .Partners .col-5 img {
  width: 100px;
}
.Partners .w-100 {
  border-bottom: 1px solid var(--primary-soft);
}

@media only screen and (min-width: 1300px) {
  .Partners {
    padding-bottom: 360px;
  }
  .Partners .col-7, .Partners .col-5 {
    justify-content: center;
    text-align: center;
    font-size: 13px;
    border-bottom: 0;
    margin-top: 10px;
    padding: 5px 10px;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1440px) {
  .Partners {
    padding-bottom: 480px;
  }
  .Partners .col-7, .Partners .col-5 {
    padding: 5px 10px;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 0px) {
  .Partners .col-5 {
    justify-content: space-evenly;
  }
}
.Configuration {
  background: #f7f5ef;
}
.Configuration .container {
  overflow: hidden;
}
.Configuration .container .configTabButtons {
  display: flex;
  justify-content: center;
}
.Configuration .container .configTabButtons .configTabButtonsOuter {
  display: flex;
  justify-content: center;
}
.Configuration .container .configTabButtons .configTabButtonsOuter .TabBtns {
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  background: #fff;
  color: var(--primary-color);
  font-size: 15px;
  padding: 6px 20px;
  margin: 10px 5px;
  cursor: pointer;
}
.Configuration .container .configTabButtons .configTabButtonsOuter .TabBtns-active {
  background: var(--primary-color);
  color: #fff;
}
.Configuration .bodyContent {
  display: flex;
  justify-content: center;
}
.Configuration .bodyContent .hideConfig {
  display: none;
}
.Configuration .bodyContent .showConfig {
  display: flex;
  justify-content: center;
  width: 100%;
}
.Configuration .bodyContent .row {
  justify-content: center;
}
.Configuration .bodyContent .floorplanbackDrop::before {
  content: "View Plan";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  border-radius: 12px;
}
.Configuration .item {
  overflow: hidden;
  padding: 10px;
}
.Configuration .item .floorPlanTop {
  display: flex;
  justify-content: space-between;
  argin-top: 20px;
  position: relative;
  box-shadow: 0 0 14px -4px var(--primary-color);
}
.Configuration .item .floorPlanTop .upsconfig {
  position: absolute;
  width: 100%;
  height: 100%;
}
.Configuration .item .floorPlanTop .upsconfig .upsconfiginner {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  background: var(--primary-color);
  padding: 3px 15px;
  font-size: 13px;
  border-radius: 12px;
  color: #000;
  box-shadow: 0 0 14px -5px var(--primary-color);
}
.Configuration .item .floorPlanTop .upsconfig .viewfloorplan {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  background: var(--primary-color);
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 8px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 14px -5px var(--primary-color);
}
.Configuration .item .floorPlanTop .upsconfig .viewfloorplan img {
  width: 13px;
  margin-right: 5px;
}
.Configuration .item .floorplanImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.Configuration .item .floorPlanBottom {
  line-height: 25px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-top: 10px;
}
.Configuration .item .floorPlanBottom .congigDetails {
  margin-bottom: 8px;
  margin-top: 8px;
}
.Configuration .item .floorPlanBottom .congigDetails .configSQ {
  font-size: 17px;
  color: #ababab;
  margin: 10px 0px 0px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid #f5edd4;
}
.Configuration .item .floorPlanBottom .congigDetails .configSQUSP {
  display: block;
  font-size: 13px;
  text-align: center;
  margin-top: 0px;
}
.Configuration .item .enquireNowBtn {
  display: inline-block;
  color: var(--primary-color);
  padding: 6px 20px;
  width: 100%;
  background: var(--primary-color);
  color: #000;
  margin-top: 10px;
}
.Configuration .item .fpOuter {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 14px -8px var(--primary-color);
}
.Configuration .item .fpOuter .bestSellerOuter {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-color);
  z-index: 1;
  color: #fff;
  padding: 2px 14px;
  border-radius: 0 0 12px;
}

.starting {
  display: none;
}

.Aminities2 .container {
  overflow: hidden;
}
.Aminities2 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.Aminities2 .amimain {
  display: flex;
  justify-content: center;
}
.Aminities2 .amimain .amiinner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-family: playfair-display-regular;
}
.Aminities2 .amimain .amiinner .amiiconouter {
  display: flex;
  justify-content: center;
}
.Aminities2 .amimain .amiinner .amiiconouter .amiicon {
  margin-right: 20px;
}
.Aminities2 .amimain .amiinner .amiiconouter .amiicon img {
  width: 50px;
}

@media only screen and (max-width: 480px) {
  .Aminities2 .amimain .amiinner {
    display: block;
  }
  .Aminities2 .amimain .amiinner .amiiconouter .amiicon {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.Aminities {
  position: relative;
}
.Aminities .container {
  position: relative;
  overflow: hidden;
}
.Aminities .displayImage {
  display: block;
  height: 100%;
}
.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 -7px var(--primary-color);
}
.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: #fffdf9;
    color: #000;
  }
}
.Aminities .highCont {
  font-size: 22px;
  margin-top: 5px;
  line-height: 27px;
  position: relative;
  text-shadow: 0 0 4px black;
}
.Aminities .downloadBrochureOuter {
  background: #fffdf9;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 14px -8px var(--primary-color);
}
.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 var(--primary-color);
}
.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 var(--primary-color);
}
.Aminities .imgBtn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Aminities .imgtext {
  text-align: center;
  margin-bottom: 5px;
}

.Gallery {
  background: #f7f5ef;
}
.Gallery .owl-stage-outer {
  overflow: unset;
}
.Gallery .item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 14px -10px var(--primary-color);
  height: 420px;
}
.Gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .Gallery .item {
    height: 260px;
  }
}

.virtual video {
  border-radius: 12px;
}
.virtual video {
  width: 100%;
  height: 70%;
}
.virtual .videoouter {
  position: relative;
  box-shadow: 0 0 14px -5px var(--primary-color);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 25px;
}
.virtual .videoouter .videotop {
  position: relative;
}
.virtual .videoouter .videobottom {
  padding: 10px 15px;
  background: #fff;
}
.virtual .videoouter .videobottom .videotitle {
  font-size: 18px;
}
.virtual .videoouter .videobottom .videosubtitle {
  color: #ababab;
  font-size: 15px;
}
.virtual .virtualtouroverlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/playbutton.png);
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
  backdrop-filter: blur(10px);
}

@media only screen and (max-width: 480px) {
  .virtual .bottom {
    display: flex;
    justify-content: center;
  }
  .virtual .bottom .col-6 {
    margin-bottom: 20px;
  }
}
.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%;
}

.location2 {
  background: #f7f5ef;
}
.location2 .bottom .loccol {
  display: flex;
  justify-content: center;
}
.location2 .bottom .loccol .locleftouter {
  display: flex;
  align-items: center;
}
.location2 .bottom .loccol .locleftouter .locmapimg {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
}
.location2 .bottom .loccol .locrightouter {
  width: 100%;
}
.location2 .bottom .loccol .locrightouter .locOuter {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f7f5ef;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 20px;
  transition: 0.2s ease-in;
}
.location2 .bottom .loccol .locrightouter .locOuter .locinnerleft {
  display: flex;
}
.location2 .bottom .loccol .locrightouter .locOuter .locinnerleft .locinnerlefticon {
  width: 48px;
  height: 48px;
  background: var(--primary-soft);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  margin-right: 14px;
}
.location2 .bottom .loccol .locrightouter .locOuter .locinnerleft .locinnerlefticon img {
  width: 24px;
  height: 24px;
}
.location2 .bottom .loccol .locrightouter .locOuter .locinnerleft .locinnerleftdesc .loctitle {
  color: var(--primary-color);
  font-size: 18px;
  margin-bottom: 5px;
}
.location2 .bottom .loccol .locrightouter .locOuter .locinnerleft .locinnerleftdesc .locdesc ul {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  margin-left: 14px;
}
.location2 .bottom .loccol .locrightouter .locOuter .locinnerright {
  font-size: 14px;
  color: var(--primary-color);
}
.location2 .bottom .loccol .locrightouter .locOuter:hover {
  border: 1px solid var(--primary-color);
  background: #fefdfb;
}

@media only screen and (max-width: 600px) {
  .location2 .bottom {
    display: flex;
    justify-content: center;
  }
  .location2 .bottom .loccol2 {
    margin-top: 20px;
  }
  .location2 .bottom .loccol2 .locrightouter .locOuter {
    padding: 10px;
  }
  .location2 .bottom .loccol2 .locrightouter .locOuter .locinnerleftdesc {
    text-align: left;
  }
}
.About {
  padding-bottom: 80px;
}
.About .bottom .bottomtop .aboutleft {
  display: flex;
  align-items: center;
  justify-content: left;
}
.About .bottom .bottomtop .aboutleft .aboutleftinner {
  padding: 40px 100px;
  box-shadow: 0 0 14px -5px var(--primary-color);
  border-radius: 20px;
  background: #fff;
}
.About .bottom .bottomtop .aboutright .aboutrightinner {
  color: #000000;
  font-size: 18px;
}
.About .bottom .bottomtop .aboutright .uspsaboutouter .uspsaboutinner {
  display: inline-block;
  color: #000;
  background: var(--primary-soft);
  font-size: 14px;
  border-radius: 20px;
  margin-right: 10px;
  padding: 8px 20px;
}
.About .bottom .bottomtop .aboutmiddle .aboutnumberssection {
  display: flex;
  justify-content: center;
  padding: 15px;
}
.About .bottom .bottomtop .aboutmiddle .aboutnumberssection .aboutmiddleouter {
  text-align: center;
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 0 14px -5px var(--primary-color);
  width: 100%;
}
.About .bottom .bottomtop .aboutmiddle .aboutnumberssection .aboutmiddleouter .aboutnumberslogo {
  display: inline-block;
  background: #f4f1e8;
  border-radius: 122px;
  width: 50px;
  height: 50px;
  padding: 10px;
}
.About .bottom .bottomtop .aboutmiddle .aboutnumberssection .aboutmiddleouter .aboutnumberslogo img {
  width: 30px;
}
.About .bottom .bottomtop .aboutmiddle .aboutnumberssection .aboutmiddleouter .aboutnumbersnumber {
  margin-top: 5px;
  font-size: 36px;
}
.About .bottom .bottomtop .aboutmiddle .aboutnumberssection .aboutmiddleouter .aboutnumbersdesc {
  margin-top: 5px;
  font-size: 14px;
}
.About .bottom .bottomtop .aboutbottom {
  background: var(--primary-soft);
  border-radius: 12px;
  text-align: center;
  font-size: 12px;
  padding: 20px;
  margin-top: 20px;
}
.About .bottom .bottomtop .aboutbottom .disclaimer .reraimg {
  margin-top: 10px;
  width: 100px;
}

@media only screen and (max-width: 600px) {
  .About .bottom .bottomtop {
    display: flex;
    justify-content: center;
  }
  .About .bottom .bottomtop .aboutleft .aboutleftinner {
    padding: 30px 60px;
  }
  .About .bottom .bottomtop .aboutrightinner {
    margin-top: 20px;
  }
  .About .bottom .bottomtop .uspsaboutinner {
    margin-bottom: 20px;
  }
  .About .bottom .bottomtop .aboutmiddle .aboutnumberssection .aboutmiddleouter {
    margin-top: 0;
  }
}
.footerPop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  z-index: 21;
  box-shadow: 0 0 14px -5px var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  background-image: url(../images/background.webp) !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: repeat !important;
}
.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: var(--primary-color);
  margin-bottom: 10px;
  font-size: 18px;
}
.footerPop .phoneEnq {
  font-size: 17px;
  margin-bottom: 10px;
  color: var(--primary-color);
}
.footerPop .enqOffer {
  margin-bottom: 10px;
}
.footerPop .captcha {
  font-size: 8px;
  margin-bottom: 15px;
}
.footerPop .usps {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  display: none;
}
.footerPop .usps img {
  width: 40px;
  margin-bottom: 10px;
}
.footerPop .uspOuter {
  width: 31%;
}
.footerPop .inner {
  width: 100%;
  font-size: 15px;
  text-align: center;
  padding: 20px;
}
.footerPop .consent-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin: 12px 0;
  text-align: left;
}
.footerPop .consent-row input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-bottom: 2px;
  flex-shrink: 0;
}
.footerPop .consent-row label {
  margin: 2px 0;
  line-height: 1.4;
  font-size: 12px;
}

.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: 24px;
  margin-right: 8px;
}
.footerPop .inner .slide-submit {
  display: none;
}
.footerPop .consent-row {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 8px;
  line-height: 1.3;
  margin: 4px 0 0;
  color: #000;
  justify-content: center;
}
.footerPop .consent-row input[type=checkbox] {
  margin-top: 0;
  accent-color: #e07a1f;
  width: 11px;
  height: 11px;
  min-width: 11px;
}
.footerPop .consent-row label {
  margin: 0;
  line-height: 1.4;
}
.footerPop .consent-row a {
  color: var(--primary-color);
  text-decoration: underline;
}

.footerSticky {
  position: fixed;
  bottom: -60px;
  left: 0%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  z-index: 20;
  box-shadow: 0 0 14px -5px var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-out;
}
.footerSticky .closeform {
  display: none;
}
.footerSticky .mobileFooter {
  display: none;
}
.footerSticky a {
  color: unset;
  text-decoration: none;
}
.footerSticky .enqtext {
  color: var(--primary-color);
  font-size: 18px;
  display: flex;
  /* width: 130px */
  align-items: center;
}
.footerSticky .phoneOuter {
  display: none;
}
.footerSticky .phoneEnq {
  font-size: 17px;
  margin-bottom: 10px;
  color: var(--primary-color);
}
.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: 24px;
  margin-right: 8px;
}
.footerSticky .inner .or, .footerSticky .inner .countWhatsApp {
  display: none;
}
.footerSticky .inner .phone {
  width: 100%;
}
.footerSticky .inner .slide-submit {
  display: none;
}
.footerSticky .consent-row {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 8px;
  line-height: 1.3;
  margin: 4px 18px 0;
  color: #000;
}
.footerSticky .consent-row input[type=checkbox] {
  margin-top: 0;
  accent-color: #e07a1f;
  width: 11px;
  height: 11px;
  min-width: 11px;
}
.footerSticky .consent-row label {
  margin: 0;
  line-height: 1.4;
}
.footerSticky .consent-row a {
  color: var(--primary-color);
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .footerSticky .consent-row {
    font-size: 8px;
    gap: 3px;
    margin: 3px 12px 0;
    align-items: center;
  }
  .footerSticky .consent-row input[type=checkbox] {
    width: 10px;
    height: 10px;
    min-width: 10px;
  }
  .footerSticky .consent-row label {
    line-height: 1.4;
  }
  .footerPop .consent-row {
    font-size: 8px;
    gap: 3px;
    margin: 3px 8px 0;
    align-items: center;
  }
  .footerPop .consent-row input[type=checkbox] {
    width: 10px;
    height: 10px;
    min-width: 10px;
  }
  .footerPop .consent-row label {
    line-height: 1.4;
  }
}

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

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

.zoomIn:hover {
  color: #000;
  transform: scale(1.02) !important;
  box-shadow: 0 0 20px -5px var(--primary-color) !important;
}

@media only screen and (max-width: 600px) {
  .loadingImgOuter img {
    width: 100% !important;
  }
  header nav .navbar-brand {
    padding: 0;
  }
  header nav .navbar-toggler {
    background: url(../images/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 .enquireNowBtn {
    display: none;
  }
  header nav .hideContact {
    display: none;
  }
  header .hidNavmenu {
    display: none !important;
  }
  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 .bannerSlider {
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .bannerShrink .bannerSlider .item {
    height: 100%;
    width: 100%;
    background-position: top;
    background-size: cover;
  }
  .bannerShrink .offerBoxOuter .offerTitle {
    font-size: 15px;
  }
  .bannerShrink .offerBoxOuter .offerTitle img {
    width: 18px;
  }
  .bannerShrink .offerBoxOuter .offerInner {
    text-align: center;
    transition: 0.6s ease-out;
    color: #fff;
    border-radius: 12px;
    opacity: 1;
    top: unset;
  }
  .bannerShrink .offerBoxOuter .offerInner .offerUSP {
    display: inline-block;
    font-size: 15px;
    padding-bottom: 0px;
  }
  .bannerShrink .offerBoxOuter .offerInner .offerUSP .innerusps {
    display: inline-block;
    margin: 10px 10px;
  }
  .bannerShrink .offerBoxOuter .offerInner .AnimatePrice {
    width: 100%;
    position: relative;
    margin: 10px 0px;
    padding: 3px;
    background: var(--primary-soft);
  }
  .bannerShrink .offerBoxOuter .offerInner .AnimatePrice::before {
    animation-duration: 5s;
    background: conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 43%, var(--primary-color) 100%);
  }
  .bannerShrink .offerBoxOuter .offerInner .offerConifg {
    position: relative;
    z-index: 2;
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 12px;
  }
  .bannerShrink .offerBoxOuter .offerInner .offerLoc {
    font-size: 15px;
  }
  .bannerShrink .offerBoxOuter .offerInner .paymentPlanFig {
    font-size: 15px;
    padding: 0;
  }
  .bannerShrink .offerBoxOuter .offerInner .paymentPlanFig .projnametitle {
    font-size: 40px !important;
  }
  .bannerShrink .offerBoxOuter .offerInner .paymentPlanFig .projloctitle {
    font-size: 15px !important;
  }
  .bannerShrink .offerBoxOuter .offerInner .offerButtons {
    padding-top: 10px;
    display: flex;
    justify-content: center;
  }
  .bannerShrink .offerBoxOuter .offerInner .offerButtons #sitevisit {
    font-size: 15px;
  }
  .top {
    text-align: left;
    margin-bottom: 10px;
  }
  .top .sectitle {
    font-size: 36px;
  }
  .top .secsubtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .Highlights {
    padding-bottom: 10px;
  }
  .Highlights .downloadBrochureOuter {
    padding: 30px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .Highlights .downloadBrochureOuter .dnHeroimageOuter {
    margin-top: 20px;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter {
    text-align: center;
    height: unset;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter .sectitle {
    font-size: 36px;
    text-align: center;
    margin-top: 10px;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter .linehor {
    justify-content: center;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter .aboutContent {
    text-align: center;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter .dnBroBtnOuter {
    justify-content: center;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter .dnTextInner {
    text-align: center;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter .secsubtitle {
    text-align: center;
  }
  .Highlights .downloadBrochureOuter .dnTextOuter #mainVideo {
    margin-top: 20px;
  }
  .Highlights2 .downloadBrochureOuter {
    padding: 30px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .Highlights2 .downloadBrochureOuter .dnHeroimageOuter {
    margin-top: 20px;
  }
  .Highlights2 .downloadBrochureOuter .dnTextOuter {
    text-align: center;
    height: unset;
  }
  .Highlights2 .downloadBrochureOuter .dnTextOuter .sectitle {
    font-size: 36px;
    text-align: center;
    margin-top: 10px;
  }
  .Highlights2 .downloadBrochureOuter .dnTextOuter .linehor {
    justify-content: center;
  }
  .Highlights2 .downloadBrochureOuter .dnTextOuter .aboutContent {
    text-align: center;
  }
  .Highlights2 .downloadBrochureOuter .dnTextOuter .dnBroBtnOuter {
    justify-content: center;
  }
  .Highlights2 .downloadBrochureOuter .dnTextOuter .dnTextInner {
    text-align: center;
  }
  .Highlights2 .downloadBrochureOuter .dnTextOuter .secsubtitle {
    text-align: center;
  }
  .Highlights2 .downloadBrochureOuter .dnTextOuter #mainVideo {
    margin-top: 20px;
  }
  .virtual iframe {
    width: 100%;
    height: 40%;
  }
  .Configuration .container .configTabButtons {
    display: block;
  }
  .Configuration .container .bottom .bodyContent #tower2 {
    display: inline-flex;
    justify-content: center;
  }
  .Configuration .container .bottom .bodyContent .hideConfig {
    justify-content: center;
  }
  .Configuration .container .bottom .AnimatePrice::before {
    background: conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 43%, var(--primary-color) 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: none;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 0 14px -5px var(--primary-soft);
  }
  .Location .bodyContent .locMobile {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 14px -5px var(--primary-soft);
  }
  .Location .bodyContent .locMobile .accordion-button:not(.collapsed) {
    background-color: var(--primary-soft);
  }
  .Location .bodyContent .locMobile button:hover, .Location .bodyContent .locMobile button:focus, .Location .bodyContent .locMobile .button:hover, .Location .bodyContent .locMobile .button:focus {
    background-color: var(--primary-soft);
    color: #000;
  }
  .Location .bodyContent .locMobile .accordion-button:focus {
    box-shadow: unset;
  }
  .Location .bodyContent .locMobile .accordion-button:focus {
    border-color: var(--primary-color);
  }
  .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 {
    box-shadow: unset;
  }
  .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;
  }
  .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%;
    display: flex;
  }
  .footerSticky .inner {
    display: none;
  }
  .footerPop .inner .countWhatsApp {
    display: flex;
  }
  .footerPop .inner .slide-submit {
    display: flex;
  }
  .footerPop .inner .enqtext {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .GalleryPopup {
    width: 100%;
    border-radius: 0;
  }
  .GalleryPopup .closeGallery {
    top: 10px;
    right: 10px;
    width: 15px;
  }
}
.enqNowFlotaing {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  background: #A57C3A;
  /* writing-mode: vertical-rl; */
  /* text-orientation: mixed; */
  color: #fff;
  /* transform: rotate(180deg); */
  padding: 9px;
  box-shadow: 0 0 14px -5px #000;
  border-radius: 12px;
  z-index: 1;
  width: 55px;
}

.altBack {
  background-image: url(../images/background.webp) !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: repeat !important;
}

@media only screen and (min-width: 1024px) {
  .bottom-nav {
    display: none;
  }
}
.bottom-nav {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  position: fixed;
  bottom: -70px;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 50px;
  box-shadow: 0 0 14px -5px var(--primary-color);
  border-bottom: 1px solid #000000;
  transition: 0.3s ease-out;
}
.bottom-nav .customfoot .item {
  text-align: center;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #000;
}
.bottom-nav .customfoot .item a {
  text-decoration: none;
  color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floorplanbackDrop {
  position: relative;
}

.floatingring {
  position: fixed;
  border: 1px solid #ede4d2;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 300px;
  z-index: -1;
}

.flashanim {
  overflow: hidden;
  position: relative;
}

.flashanim::before {
  position: absolute;
  top: 0px;
  left: -100%;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  animation: fill 3s infinite linear;
}

@keyframes fill {
  0% {
    left: -100%;
  }
  30% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}/*# sourceMappingURL=main.css.map */
