@font-face {
  font-family: MontserratBold;
  src: url(../font/Montserrat-Bold.ttf);
  font-weight: normal; }
@font-face {
  font-family: MontserratRegular;
  src: url(../font/Montserrat-Regular.ttf);
  font-weight: normal; }
@font-face {
  font-family: europaregular;
  src: url(../font/Europa-Regular.ttf);
  font-weight: normal; }
@font-face {
  font-family: europabold;
  src: url(../font/europa-bold.ttf);
  font-weight: normal; }
* {
  font-family: europaregular; }

body {
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth; }

.text-color-6 *,
.text-color-6 .h1 {
  color: #baae75; }

h1,
.h1 {
  font-family: europabold;
  font-size: clamp(30px, 4.167vw, 80px);
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
  padding-bottom: 20px; }
  h1 *,
  .h1 * {
    font-family: europabold; }

h1 .sub-title {
  font-family: europaregular;
  font-size: clamp(28px, 3.906vw, 75px); }

h2 span.sub-title {
  font-family: europaregular;
  font-size: clamp(28px, 3.906vw, 75px);
  display: block; }

h2 {
  font-size: clamp(28px, 2.1vw, 50px);
  line-height: 1.1; }

h3 {
  font-size: clamp(28px, 2.1vw, 50px);
  line-height: 1.1; }

h4 {
  font-size: clamp(20px, 1.5vw, 30px);
  line-height: 1.1; }

h2,
h3,
h4 {
  font-family: europaregular; }

p {
  font-family: europaregular;
  font-size: 0.8vw;
  font-size: clamp(14px, 0.8vw, 18px);
  line-height: 1.4;
  font-weight: 400;
  padding: 0;
  color: #ffffff; }

img {
  max-width: 100%; }

.show {
  display: block; }

.hide {
  display: none; }

.overflow-hidden {
  overflow: hidden !important; }

.video-player-wrapper {
  background: black;
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .video-player-wrapper .skip {
    position: absolute;
    z-index: 10;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px; }
    .video-player-wrapper .skip:hover {
      color: #46989c;
      text-decoration: none; }
  .video-player-wrapper .loader {
    position: absolute;
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    animation: rotate 1s linear infinite; }
  .video-player-wrapper .loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    animation: prixClipFix 2s linear infinite; }
@keyframes rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0); }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0); }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%); }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%); }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0); } }
ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul li {
    padding: 0;
    margin: 0; }

a {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #46989c; }

.clear-float {
  width: 100%;
  float: left;
  clear: both; }

.godrej-outer-container {
  width: 100%;
  max-width: 1770px;
  margin: 0 auto;
  padding: 0 15px; }

.godrej-inner-container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.preloader {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  display: none;
  align-items: center;
  justify-content: center; }
  .preloader.active {
    display: flex; }
  .preloader video {
    max-width: 320px; }

.section-wrapper-control, .main-banner-godrej, .township-overview {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  position: relative;
  height: 100vh; }
  .section-wrapper-control::after, .main-banner-godrej::after, .township-overview::after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1; }
  .section-wrapper-control .godrej-inner-container, .main-banner-godrej .godrej-inner-container, .township-overview .godrej-inner-container {
    height: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; }

.banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-container .banner-img {
    width: 78%;
}
.banner_txt_wrap {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    text-align: center;
    padding: 0 35px;
    justify-content: space-evenly;
    align-items: center;
}
.banner-logo {
    width: 95%;
    margin: 35px auto 0 auto;
}
.line1 {
    color: #0b5746;
    font-size: 38px;
    line-height: 43px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0;
}
.price_line_wrap {
    display: flex;
    flex-direction: column;
    border: 1px solid #cfb37a;
    padding: 10px 20px 10px;
    margin: 40px 0;
}
.line2 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    display: inline-block;
    background-color: #cfb37a;
    width: 55%;
    margin: -25px auto 6px;
    letter-spacing: 1px;
}
.line3 {
    color: #68686a;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 10px 0;
}
.line3 strong {
    color: #57575a;
    font-size: 26px;
    line-height: 30px;
}
.line4 {
    font-size: 18px;
    line-height: 26px;
    color: #57575a;
    display: inline-block;
    background-color: #fff;
    width: 72%;
    margin: 0 auto -22px;
    letter-spacing: 1px;
}
    
    @media screen and (max-width: 767px) {
      .section-wrapper-control .godrej-inner-container, .main-banner-godrej .godrej-inner-container, .township-overview .godrej-inner-container {
        align-items: flex-start; } 

        .banner-container {
    flex-direction: column;
}
.banner-container .banner-img {
    width: 100%;
}

    .banner_txt_wrap {
        height: 60vh;
}
.banner-logo {
    margin: 15px auto -30px auto;
}
.line1 {
    font-size: 19px;
    line-height: 43px;
    padding-bottom: 12px;
}
.line1 br {
    display: none;
}
.price_line_wrap {
    padding: 0 0;
    width: 100%;
    margin: 0px 0 15px 0;
}
.line2 {
    font-size: 12px;
    line-height: 18px;
    width: 50%;
    margin: -9px auto 5px;
    ;
}
.line3 {
    font-size: 15px;
    line-height: 20px;
    padding: 0
}
.line3 strong {
    font-size: 15px;
    line-height: 26px;
}
.line4 {
    font-size: 13px;
    line-height: 20px;
    width: 68%;
    margin: 0 auto -6px;
}

      }
    .section-wrapper-control .godrej-inner-container .banner-heading, .main-banner-godrej .godrej-inner-container .banner-heading, .township-overview .godrej-inner-container .banner-heading {
      padding-top: clamp(25px, 11.4vh, 114px);
      padding-right: 0;
      padding-bottom: clamp(55px, 41.4vh, 154px);
      padding-left: clamp(25px, 12.292vw, 236px); }
      @media screen and (max-width: 767px) {
        .section-wrapper-control .godrej-inner-container .banner-heading, .main-banner-godrej .godrej-inner-container .banner-heading, .township-overview .godrej-inner-container .banner-heading {
          padding-top: clamp(30%, 11.4vh, 114px);
          padding-left: 25px; } }
      .section-wrapper-control .godrej-inner-container .banner-heading h1, .main-banner-godrej .godrej-inner-container .banner-heading h1, .township-overview .godrej-inner-container .banner-heading h1,
      .section-wrapper-control .godrej-inner-container .banner-heading h2,
      .main-banner-godrej .godrej-inner-container .banner-heading h2,
      .township-overview .godrej-inner-container .banner-heading h2,
      .section-wrapper-control .godrej-inner-container .banner-heading p,
      .main-banner-godrej .godrej-inner-container .banner-heading p,
      .township-overview .godrej-inner-container .banner-heading p {
        padding: 0;
        margin: 0; }
      .section-wrapper-control .godrej-inner-container .banner-heading p, .main-banner-godrej .godrej-inner-container .banner-heading p, .township-overview .godrej-inner-container .banner-heading p {
        max-width: clamp(320px, 30.365vw, 540px);
        font-size: clamp(16px, 3.5vw, 25px); }
        @media screen and (min-width: 768px) and (max-width: 1440px) {
          .section-wrapper-control .godrej-inner-container .banner-heading p, .main-banner-godrej .godrej-inner-container .banner-heading p, .township-overview .godrej-inner-container .banner-heading p {
            max-width: 420px;
            font-size: 20px; } }
      .section-wrapper-control .godrej-inner-container .banner-heading h1 + p, .main-banner-godrej .godrej-inner-container .banner-heading h1 + p, .township-overview .godrej-inner-container .banner-heading h1 + p,
      .section-wrapper-control .godrej-inner-container .banner-heading h2 + p,
      .main-banner-godrej .godrej-inner-container .banner-heading h2 + p,
      .township-overview .godrej-inner-container .banner-heading h2 + p {
        margin-top: 2vh; }

/*  */
.slider-control, .highlights-wrapper .control,
.amenities-wrapper .control,
.gallery-wrapper .control {
  /*  width: 100%; */
  margin-top: 20px;
  padding: 0; }
  @media screen and (max-width: 990.99px) {
    .slider-control, .highlights-wrapper .control,
    .amenities-wrapper .control,
    .gallery-wrapper .control {
      width: 100%;
      max-width: 100%; } }
  .slider-control ul, .highlights-wrapper .control ul,
  .amenities-wrapper .control ul,
  .gallery-wrapper .control ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1vw; }
    @media screen and (max-width: 990.99px) {
      .slider-control ul, .highlights-wrapper .control ul,
      .amenities-wrapper .control ul,
      .gallery-wrapper .control ul {
        gap: 4vw; } }
    .slider-control ul li, .highlights-wrapper .control ul li,
    .amenities-wrapper .control ul li,
    .gallery-wrapper .control ul li {
      font-size: clamp(14px, 0.95vw, 21px);
      color: #baae75; }
      .slider-control ul li span, .highlights-wrapper .control ul li span,
      .amenities-wrapper .control ul li span,
      .gallery-wrapper .control ul li span {
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center; }
      .slider-control ul li.prev, .highlights-wrapper .control ul li.prev,
      .amenities-wrapper .control ul li.prev,
      .gallery-wrapper .control ul li.prev, .slider-control ul li.next, .highlights-wrapper .control ul li.next,
      .amenities-wrapper .control ul li.next,
      .gallery-wrapper .control ul li.next {
        font-size: clamp(14px, 0.95vw, 21px);
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        display: flex;
        align-items: center;
        gap: 5px;
        text-indent: -9999px; }
        .slider-control ul li.prev:hover, .highlights-wrapper .control ul li.prev:hover,
        .amenities-wrapper .control ul li.prev:hover,
        .gallery-wrapper .control ul li.prev:hover, .slider-control ul li.next:hover, .highlights-wrapper .control ul li.next:hover,
        .amenities-wrapper .control ul li.next:hover,
        .gallery-wrapper .control ul li.next:hover {
          color: #ffffff; }
          .slider-control ul li.prev:hover img, .highlights-wrapper .control ul li.prev:hover img,
          .amenities-wrapper .control ul li.prev:hover img,
          .gallery-wrapper .control ul li.prev:hover img, .slider-control ul li.next:hover img, .highlights-wrapper .control ul li.next:hover img,
          .amenities-wrapper .control ul li.next:hover img,
          .gallery-wrapper .control ul li.next:hover img {
            filter: opacity(0.5); }

/*  */
.img-responsive figure, .highlights-wrapper .highlights-slider-wrapper .left-panel figure, .gallery-wrapper .gallery-slider-wrapper .left-panel figure {
  height: 100%; }
  .img-responsive figure img, .highlights-wrapper .highlights-slider-wrapper .left-panel figure img, .gallery-wrapper .gallery-slider-wrapper .left-panel figure img {
    object-fit: cover;
    object-position: center bottom; }

/*  */
.figcaption-banner, .highlights-wrapper .highlights-slider-wrapper .left-panel ul li figure figcaption, .gallery-wrapper .gallery-slider-wrapper .left-panel ul#gallerySliderLeft li figure figcaption {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 10px 5px 10px;
  background: black;
  background: linear-gradient(360deg, black 0%, rgba(232, 243, 237, 0) 70%);
  height: 20vh;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px; }
  @media screen and (max-width: 766.99px) {
    .figcaption-banner, .highlights-wrapper .highlights-slider-wrapper .left-panel ul li figure figcaption, .gallery-wrapper .gallery-slider-wrapper .left-panel ul#gallerySliderLeft li figure figcaption {
      padding: 1vw; } }
  .figcaption-banner label, .highlights-wrapper .highlights-slider-wrapper .left-panel ul li figure figcaption label, .gallery-wrapper .gallery-slider-wrapper .left-panel ul#gallerySliderLeft li figure figcaption label {
    font-family: europaregular;
    font-size: clamp(15px, 3.125vw, 22px);
    line-height: 1.5;
    font-weight: 400;
    color: #baae75;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0 0 5px #000; }

.figcaption-banner label span, .highlights-wrapper .highlights-slider-wrapper .left-panel ul li figure figcaption label span, .gallery-wrapper .gallery-slider-wrapper .left-panel ul#gallerySliderLeft li figure figcaption label span {
  display: block;
  font-size: 70%;
}

  .figcaption-banner .disclaimer-text, .highlights-wrapper .highlights-slider-wrapper .left-panel ul li figure figcaption .disclaimer-text, .gallery-wrapper .gallery-slider-wrapper .left-panel ul#gallerySliderLeft li figure figcaption .disclaimer-text {
    font-family: europaregular;
    font-size: clamp(3px, 0.417vw, 8px);
    opacity: 0.5;
    color: #ffffff;
    text-transform: unset; }
  @media screen and (max-width: 766.99px) {
    .figcaption-banner, .highlights-wrapper .highlights-slider-wrapper .left-panel ul li figure figcaption, .gallery-wrapper .gallery-slider-wrapper .left-panel ul#gallerySliderLeft li figure figcaption {
      background: linear-gradient(360deg, black 0%, rgba(232, 243, 237, 0) 50%);
      font-size: 13px;
      padding: 15px 15px 8px; } }

@media screen and (max-width: 766.99px) {
  .banner-main-img, .highlights-wrapper .highlights-slider-wrapper .left-panel ul li figure img, .gallery-wrapper .gallery-slider-wrapper .left-panel ul#gallerySliderLeft li figure img {
    max-width: 100% !important;
    height: 230px !important; } }

body.nav-open .header-link-container {
  background: rgba(26, 82, 67, 0.8); }

.header-link-container {
  /* background: rgba($color: $color_5, $alpha: 0); 
  transition: backround 0.3s ease-in-out; */
  background: black;
  background: linear-gradient(180deg, black 0%, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  height: clamp(80px, 12.025vh, 114px); }
  .header-link-container .godrej-rivercrest-logo {
    max-height: 64px;
    transition:all 1s ease-in-out; }
    .header-link-container.affix .godrej-rivercrest-logo {
    max-height: 40px; }
    @media screen and (max-width: 766.99px) {
      .header-link-container .godrej-rivercrest-logo {
        max-height: 55px; } }
  .header-link-container .godrej-outer-container {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 766.99px) {
      .header-link-container .godrej-outer-container {
        flex-wrap: wrap;
        flex-flow: row-reverse; } }
    .header-link-container .godrej-outer-container.navbar::before, .header-link-container .godrej-outer-container.navbar::after {
      display: none; }
  .header-link-container.affix {
    /* background: rgba($color: $color_3, $alpha: 0.8); */ 
  height: clamp(120px, 20.025vh, 154px);
z-index: 9}

.navbar-brand {
  text-transform: uppercase;
  height: auto;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(18px, 2vw, 25px);
  padding: 15px 0; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: #ffffff; }
  @media screen and (max-width: 766.99px) {
    .navbar-brand.logo {
      order: 2; } }
  .navbar-brand.godrej-logo img {
    max-width: 200px;
    transition:all 1s ease-in-out; }
.header-link-container.affix .navbar-brand.godrej-logo img {
  max-width: 150px;
} 

  @media screen and (max-width: 766.99px) {
    .navbar-brand.godrej-logo {
      padding: 10px 0 0;
      order: 1;
      /* flex: 0 0 100%; */
      align-items: center;
      justify-content: flex-end;
      display: flex; }
      .navbar-brand.godrej-logo img {
        max-width: 150px; } 
      .header-link-container.affix .navbar-brand.godrej-logo img {
  max-width: 100px;
} 
}
  .navbar-brand span {
    text-transform: uppercase;
    font-size: clamp(15px, 1.6vw, 18px);
    display: block;
    font-weight: 500;
    line-height: 1; }

.navbar-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none; }
  .navbar-menu:hover {
    text-decoration: none; }
  @media screen and (max-width: 766.99px) {
    .navbar-menu {
      order: 4;
      flex: 0 0 100%; } }
  .navbar-menu span {
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1; }

.navbar-toggler {
  order: 3;
  background: transparent;
  border: none; }
  .navbar-toggler span {
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1; }
  @media screen and (min-width: 766.99px) {
    .navbar-toggler {
      display: none; } }

.open > .dropdown-menu {
  display: flex; }

.dropdown-menu {
  background: rgba(26, 82, 67, 0.8);
  width: clamp(200px, 30vw, 350px);
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  padding: 1vh 2vw;
  flex-flow: column; }
  .dropdown-menu a {
    color: #ffffff;
    font-size: clamp(14px, 1.2vw, 21px);
    line-height: 1.2;
    text-decoration: none;
    opacity: 0.8;
    padding: 0.5vh 0; }
    .dropdown-menu a:hover {
      opacity: 1; }
  .dropdown-menu a + a {
    margin-top: 1vh; }

.navbar-collapse {
  width: 100%; }

@media screen and (max-width: 766.99px) {
  .navbar-nav.nav-desktop {
    display: none; } }
.navbar-nav.nav-mobile {
  display: none;
  width: 100%;
  padding: 1vh 2vw;
  flex-flow: column; }
  .navbar-nav.nav-mobile a {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    opacity: 0.8;
    padding: 0.5vh 0;
    outline: none; }
    .navbar-nav.nav-mobile a:hover {
      opacity: 1; }
  .navbar-nav.nav-mobile li + li {
    margin-top: 1.5vh; }
  @media screen and (max-width: 766.99px) {
    .navbar-nav.nav-mobile {
      display: flex;
      margin: 0;
      padding: 2vh 0; } }

.nav-link:hover {
  text-decoration: none; }

.footer-content {
  background: #1a5243;
  padding: 30px 0;
  /* 150px */
  width: 100%;
  float: left;
  clear: both;
    /* @media screen and (max-width: 1023px) {
        padding-bottom: 200px;
    }

    @media screen and (max-width: 766.99px) {
        padding-bottom: 270px;
    } */ }
  .footer-content ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    align-items: center;
    justify-content: flex-start; }
    @media screen and (max-width: 766.99px) {
      .footer-content ul {
        flex-flow: column;
        gap: 20px; } }
    .footer-content ul li {
      display: inline;
      padding-left: 50px;
      padding-right: 50px;
      border-right: 1px solid #baae75;
      text-transform: uppercase;
      font-family: europaregular;
      font-size: 13px;
      line-height: 1;
      color: #baae75;
            /* @media screen and (max-width: 766.99px) {
                display: block;
                padding: 0;
                border: none;
                width: 50%;
                float: left;

                &:last-child {
                    width: 100%;
                    margin-top: 3vh;
                }
            } */ }
      @media screen and (max-width: 766.99px) {
        .footer-content ul li {
          border-right: none; } }
      .footer-content ul li a {
        font-family: europaregular;
        font-size: 13px;
        line-height: 1;
        color: #baae75;
        text-decoration: none; }
        .footer-content ul li a:hover {
          color: #ffffff; }
      .footer-content ul li:last-child {
        border-right: none;
        text-transform: none; }
  .footer-content .enquery-call {
    position: fixed;
    z-index: 9;
    right: 50px;
    bottom: 50px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px; }
    @media screen and (max-width: 766.99px) {
      .footer-content .enquery-call {
        width: 45px;
        height: 45px;
        right: 25px;
        bottom: 25px; } }
    .footer-content .enquery-call img {
      max-width: 30px; }
      @media screen and (max-width: 766.99px) {
        .footer-content .enquery-call img {
          max-width: 20px; } }
    .footer-content .enquery-call:hover {
      background-color: rgba(0, 0, 0, 0.8); }

.requestCallback {
   /*  position: fixed;
    z-index: 9;
    right: -30px;
    top: 30vh;
    background: $color_3;
    color: $color_1;
    transform: rotate(-90deg);
    padding: 10px 20px;
    font-size: 1vw;
    border-radius: 8px 8px 0 0;
    text-decoration: none;

    @media screen and (min-width: 1921px) {
        right: -35px;
    } */
  position: fixed;
  z-index: 9;
  right: 0;
  top: 30vh; }
  .requestCallback:hover {
    /* color: $color_6;
    text-decoration: none; */
    opacity: 0.8; }

.qr-wrapper {
  background: #1a5243;
  float: left;
  width: 100%;
  padding: 0 20px; }
  .qr-wrapper .godrej-inner-container {
    max-width: 100%; }
    .qr-wrapper .godrej-inner-container h3 {
      text-align: center;
      color: #baae75;
      text-transform: uppercase;
      font-size: clamp(30px, 3.385vw, 38px);
      padding: clamp(17px, 4.896vw, 94px) clamp(2.5px, 12vw, 238px) clamp(26px, 2.708vw, 52px); }
      @media screen and (max-width: 767px) {
        .qr-wrapper .godrej-inner-container h3 {
          font-size: clamp(22px, 3.385vw, 25px); } }
    .qr-wrapper .godrej-inner-container p {
      color: #baae75; }
    .qr-wrapper .godrej-inner-container a {
      color: #fff; }
  .qr-wrapper .qr-list {
    display: flex;
    gap: 2vw;
    align-items: center;
    justify-content: space-around;
    padding: 2vw;
    flex-flow: wrap;
    max-width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .qr-wrapper .qr-list {
        /*  flex-flow: column;
         gap: 20px; */
        padding-bottom: clamp(26px, 2.708vw, 52px); } }
    .qr-wrapper .qr-list figure {
      /*  border: solid 1px #baae75;
       background: #baae75;
       padding: 0.25vw; */
      padding: 0.25vw;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      font-size: 17px;
      color: #baae75;
      gap: 10px; }
      .qr-wrapper .qr-list figure img {
        display: block;
        max-width: 150px; }

/* Main banner */
.main-banner-godrej {
  background: transparent; }
  .main-banner-godrej video {
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    height: 100vh; }
  @media screen and (max-width: 766.99px) {
    .main-banner-godrej {
      background-position: center right 10%; } }
  .main-banner-godrej .godrej-inner-container {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0; }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .main-banner-godrej .godrej-inner-container .banner-heading p {
        max-width: 470px; } }

.enquiry-form-overlay {
  position: fixed;
  z-index: 9999;
  max-width: 350px;
  width: 100%;
  height: auto;
/*  background: rgba(186, 174, 117, 0.95);*/
  background: #154336;
  border: solid 2px #fff;
  top: 50%;
  transform: translateY(-50%);
  /*bottom: 0;
  left: 0;*/
  right: 0;
  align-items: center;
  justify-content: center;
  display: none;
  padding: 20px 20px 20px 20px; }
  .enquiry-form-overlay.modal-open {
    display: flex; }
  .enquiry-form-overlay .close-icon {
    position: absolute;
    z-index: 3;
    right: 2%;
    top: 2%;
    max-width: clamp(24px, 4.5vw, 36px);
    cursor: pointer; }

.enquiry-form {
  background: #154336;
  width: 100%;
  max-width: 500px; }
  .enquiry-form .inner {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
     }
    @media screen and (max-width: 1299.99px) {
      .enquiry-form .inner {
        flex-flow: column;
        align-items: flex-start; } }
    .enquiry-form .inner h3 {
      font-size: 30px;
      color: #baae75;
      padding: 0;
      margin: 0;
      width: 100%;
      margin-bottom: 1.5vh; }
  .enquiry-form .form-content {
    width: 100%; }
    .enquiry-form .form-content form {
      display: flex;
      flex-flow: column;
      width: 100%;
      gap: 1vw; }
      @media screen and (max-width: 1022.99px) {
        .enquiry-form .form-content form {
          flex-wrap: wrap; } }
      .enquiry-form .form-content form .ip-box {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 0.5vw; }
    .enquiry-form .form-content label {
      color: #baae75;
      font-size: 19px;
      font-weight: 400;
      margin: 0;
      min-width: 60px; }
    .enquiry-form .form-content input {
      border: none;
      border-bottom: 1px solid rgba(186, 174, 117, 0.8);
      border-radius: 0px;
      padding: 0 5px 0 10px;
      min-height: 35px;
      background: none;
      width: 100%;
      max-width: 100%;
      color: #ffffff; }
      .enquiry-form .form-content input:focus {
        outline: none;
        border-color: #baae75; }
    .enquiry-form .form-content .button-block {
      width: 100%;
      margin-top: 1vh; }
      .enquiry-form .form-content .button-block button {
        width: 100%;
        text-transform: uppercase;
        border: none;
        padding: 8px 30px;
        background: #baae75;
        color: #1a5243;
        font-size: clamp(18px, 1vw, 20px);
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .enquiry-form .form-content .button-block button:hover {
          background: #ffffff;
          color: #000000; }
      .enquiry-form .form-content .button-block a {
        width: 100%;
        text-transform: uppercase;
        border: none;
        padding: 8px 30px;
        background: #baae75;
        color: #1a5243;
        font-size: clamp(18px, 1vw, 20px);
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .enquiry-form .form-content .button-block a:hover {
          background: #ffffff;
          color: #000000; }

@media screen and (max-width: 766.99px) {
  .township-overview {
    background-position: center right 34%; } }
.township-overview sup {
  font-size: 50%; }

.property-details {
  background: #1a5243;
  padding-left: clamp(50px, 10vw, 200px);
  height: 100vh;
  overflow: hidden; }
  @media screen and (max-width: 990.99px) {
    .property-details {
      padding-left: 0;
      height: auto; } }
  .property-details .inner {
    border-left: solid 1px #baae75;
    padding-top: clamp(20px, 20vh, 30px);
    padding-bottom: 0;
    display: flex;
    flex-flow: row;
    height: 100%; }
    @media screen and (max-width: 990.99px) {
      .property-details .inner {
        flex-flow: column;
        padding-bottom: 20px;
        /* padding: clamp(50px, 8vh, 110px) clamp(20px, 2vw, 35px); */ } }
    @media screen and (max-width: 598.99px) {
      .property-details .inner {
        padding-left: 0;
        padding-right: 0; } }
    .property-details .inner .left-control {
      width: 33.33%;
      flex-shrink: 0;
      max-width: clamp(190px, 15vw, 320px);
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .property-details .inner .left-control ul li {
        font-family: europaregular;
        font-size: clamp(18px, 2vw, 25px);
        line-height: 1.3;
        font-weight: 400;
        padding: 0 0 0 1vw;
        color: #baae75;
        opacity: 0.4;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        cursor: pointer; }
        .property-details .inner .left-control ul li.active {
          opacity: 1;
          position: relative; }
          .property-details .inner .left-control ul li.active::before, .property-details .inner .left-control ul li.active::after {
            display: block;
            content: '';
            border-radius: 50%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%); }
            @media screen and (max-width: 990.99px) {
              .property-details .inner .left-control ul li.active::before, .property-details .inner .left-control ul li.active::after {
                left: 50%;
                transform: translateX(-50%) translateY(0); } }
          .property-details .inner .left-control ul li.active::before {
            width: 14px;
            height: 14px;
            background-color: rgba(186, 174, 117, 0.2);
            z-index: 1;
            left: -8px; }
            @media screen and (max-width: 990.99px) {
              .property-details .inner .left-control ul li.active::before {
                left: 50%;
                top: -20px; } }
          .property-details .inner .left-control ul li.active::after {
            width: 6px;
            height: 6px;
            background-color: #baae75;
            left: -4px; }
            @media screen and (max-width: 990.99px) {
              .property-details .inner .left-control ul li.active::after {
                left: 50%;
                top: -16px; } }
        .property-details .inner .left-control ul li:hover {
          opacity: 0.8; }
      .property-details .inner .left-control ul li + li {
        margin: 2.5vh 0 0; }
      @media screen and (max-width: 990.99px) {
        .property-details .inner .left-control {
          width: 100%;
          max-width: unset; }
          .property-details .inner .left-control ul {
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 5vw;
            margin-bottom: 2vh; }
            .property-details .inner .left-control ul li + li {
              margin: 0; } }
    .property-details .inner .right-control {
      width: 100%;
      overflow-x: hidden; }
      @media screen and (max-width: 990.99px) {
        .property-details .inner .right-control {
          flex-flow: column;
          overflow-x: visible; } }
      .property-details .inner .right-control .property-details-image ul li {
        float: left; }
        .property-details .inner .right-control .property-details-image ul li figure img {
          object-fit: cover;
          object-position: center bottom;
          max-height: 490px;
          width: 100%; }
      .property-details .inner .right-control .property-details-description {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start; }
        @media screen and (max-width: 990.99px) {
          .property-details .inner .right-control .property-details-description {
            flex-flow: column;
            gap: 2.5vw; } }
        .property-details .inner .right-control .property-details-description .content {
          width: 72%;
          max-width: 800px;
          padding-right: 2vw;
          /*  @media screen and (max-width: 598.99px) {
              margin-top: 0;
              background: rgba($color: $color_3, $alpha: 0);
          } */ }
          @media screen and (max-width: 990.99px) {
            .property-details .inner .right-control .property-details-description .content {
              width: 100%;
              max-width: 100%;
              padding: 0 clamp(20px, 2vw, 35px);
              margin-top: 0;
              /* background: rgba($color: $color_3, $alpha: 0.5); */
              position: relative; } }
          .property-details .inner .right-control .property-details-description .content h3 {
            color: #baae75;
            text-transform: uppercase;
            font-size: clamp(10px, 5vw, 25px); }
          .property-details .inner .right-control .property-details-description .content p {
            color: #baae75;
            padding-bottom: clamp(12px, 3.426vh, 15px); }
          .property-details .inner .right-control .property-details-description .content ul.aminity-icon {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative; }
            .property-details .inner .right-control .property-details-description .content ul.aminity-icon.hidden {
              visibility: hidden;
              opacity: 0; }
            @media screen and (max-width: 767px) {
              .property-details .inner .right-control .property-details-description .content ul.aminity-icon {
                flex-wrap: wrap;
                justify-content: center;
                gap: 15px; } }
            .property-details .inner .right-control .property-details-description .content ul.aminity-icon li {
              color: #baae75;
              position: relative;
              width: 20%;
              display: flex;
              flex-flow: column;
              flex-wrap: wrap;
              align-items: center;
              justify-content: center;
              padding: 0 10px;
              text-align: center; }
              @media screen and (max-width: 767px) {
                .property-details .inner .right-control .property-details-description .content ul.aminity-icon li {
                  width: calc(33.33% - 15px); }
                  .property-details .inner .right-control .property-details-description .content ul.aminity-icon li:nth-child(3n)::after {
                    display: none; } }
              @media screen and (max-width: 400px) {
                .property-details .inner .right-control .property-details-description .content ul.aminity-icon li {
                  width: calc(50% - 15px); }
                  .property-details .inner .right-control .property-details-description .content ul.aminity-icon li:nth-child(even)::after {
                    display: none; }
                  .property-details .inner .right-control .property-details-description .content ul.aminity-icon li:nth-child(3n)::after {
                    display: block; } }
              .property-details .inner .right-control .property-details-description .content ul.aminity-icon li figure {
                display: flex;
                justify-content: center;
                align-items: center; }
                .property-details .inner .right-control .property-details-description .content ul.aminity-icon li figure img {
                  max-width: 18px;
                  margin-bottom: 5px; }
              .property-details .inner .right-control .property-details-description .content ul.aminity-icon li::after {
                content: '';
                height: 30px;
                width: 1px;
                background: #baae75;
                display: block;
                position: absolute;
                z-index: 1;
                right: 0;
                top: 50%;
                transform: translateY(-50%); }
              .property-details .inner .right-control .property-details-description .content ul.aminity-icon li:last-child::after {
                display: none; }
        .property-details .inner .right-control .property-details-description .control {
          width: 28%;
          margin-top: 20px; }
          @media screen and (max-width: 990.99px) {
            .property-details .inner .right-control .property-details-description .control {
              width: 100%;
              max-width: 100%; } }
          .property-details .inner .right-control .property-details-description .control ul {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1vw; }
            @media screen and (max-width: 990.99px) {
              .property-details .inner .right-control .property-details-description .control ul {
                gap: 4vw; } }
            .property-details .inner .right-control .property-details-description .control ul li {
              font-size: clamp(14px, 0.95vw, 21px);
              color: #baae75; }
              .property-details .inner .right-control .property-details-description .control ul li span {
                width: 20px;
                height: 20px;
                display: inline-block;
                text-align: center; }
              .property-details .inner .right-control .property-details-description .control ul li.prev, .property-details .inner .right-control .property-details-description .control ul li.next {
                font-size: clamp(14px, 0.95vw, 21px);
                cursor: pointer;
                transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
                display: flex;
                align-items: center;
                gap: 5px;
                text-indent: -9999px; }
                .property-details .inner .right-control .property-details-description .control ul li.prev:hover, .property-details .inner .right-control .property-details-description .control ul li.next:hover {
                  color: #ffffff; }
                  .property-details .inner .right-control .property-details-description .control ul li.prev:hover img, .property-details .inner .right-control .property-details-description .control ul li.next:hover img {
                    filter: opacity(0.5); }

.tropical-hideway {
  background: #f2f2f2;
  padding-top: clamp(60px, 8vh, 128px);
  padding-bottom: clamp(40px, 8vh, 80px);
  padding-left: clamp(80px, 8vw, 175px);
  padding-right: clamp(40px, 8vw, 80px);
  /* height: 100vh;
  max-height: 1075px; */
  display: flex;
  flex-flow: row; }
  @media screen and (max-width: 1023.99px) {
    .tropical-hideway {
      padding: clamp(30px, 2vh, 60px) clamp(20px, 2vw, 40px); } }
  .tropical-hideway .left-panel {
    width: 33.33%;
    flex-shrink: 0;
    max-width: clamp(150px, 20vw, 375px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow-x: hidden; }
    @media screen and (max-width: 991.99px) {
      .tropical-hideway .left-panel {
        align-items: flex-start; } }
    @media screen and (max-width: 1022.99px) {
      .tropical-hideway .left-panel {
        display: none; } }
    .tropical-hideway .left-panel .sticky-text {
      font-family: europaregular;
      position: absolute;
      z-index: 3;
      left: 2vw;
      right: 2vw;
      top: 5.0vw;
      font-size: clamp(12px, 0.9vw, 18px);
      line-height: 1;
      color: #8f8e8e; }
    .tropical-hideway .left-panel .inner {
      width: 100%;
      max-width: clamp(150px, 20vw, 375px); }
    .tropical-hideway .left-panel ul li {
      position: relative; }
      .tropical-hideway .left-panel ul li img {
        max-height: clamp(500px, 100vh, 868px);
        object-fit: cover; }
      .tropical-hideway .left-panel ul li::after {
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
        background: rgba(0, 0, 0, 0.5); }
      .tropical-hideway .left-panel ul li span {
        font-family: europaregular;
        position: absolute;
        z-index: 3;
        left: 2vw;
        right: 2vw;
        top: 7vw;
        font-size: clamp(16px, 1.6vw, 24px);
        line-height: 1;
        color: #ffffff; }
  .tropical-hideway .right-panel {
    padding-left: clamp(40px, 20vw, 80px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: column;
    width: 100%;
    max-width: clamp(320px, 100vw, 1320px);
    overflow-x: hidden; }
    @media screen and (max-width: 1399.99px) {
      .tropical-hideway .right-panel {
        padding-left: clamp(40px, 4vw, 80px); } }
    @media screen and (max-width: 1022.99px) {
      .tropical-hideway .right-panel {
        padding-left: 0;
        gap: 2.5vw; } }
    .tropical-hideway .right-panel div {
      width: 100%; }
    .tropical-hideway .right-panel h2 {
      padding-top: 0;
      margin-top: 0;
      text-transform: uppercase; }
    .tropical-hideway .right-panel h2,
    .tropical-hideway .right-panel p {
      color: #414242; }
    .tropical-hideway .right-panel p {
      max-width: 780px; }
    .tropical-hideway .right-panel h2 + p {
      margin-top: 2vh; }
    .tropical-hideway .right-panel .control-wrapper {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 2vw;
      width: 100%; }
    .tropical-hideway .right-panel .slider {
      width: 80%;
      flex-shrink: 0;
      max-width: 820px; }
      @media screen and (max-width: 766.99px) {
        .tropical-hideway .right-panel .slider {
          width: 65%; } }
      .tropical-hideway .right-panel .slider ul li {
        width: 100%;
        height: 2px;
        background: rgba(0, 0, 0, 0.1);
        position: relative; }
        .tropical-hideway .right-panel .slider ul li span {
          position: absolute;
          z-index: 1;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 25%;
          height: 4px;
          background: black; }
    .tropical-hideway .right-panel .control ul {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 3vw; }
      .tropical-hideway .right-panel .control ul li {
        font-size: 0.95vw;
        color: #25160b; }
        .tropical-hideway .right-panel .control ul li.prev, .tropical-hideway .right-panel .control ul li.next {
          font-size: 1vw;
          cursor: pointer;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .tropical-hideway .right-panel .control ul li.prev:hover, .tropical-hideway .right-panel .control ul li.next:hover {
            color: #ffffff; }
            .tropical-hideway .right-panel .control ul li.prev:hover img, .tropical-hideway .right-panel .control ul li.next:hover img {
              filter: opacity(0.5); }
    .tropical-hideway .right-panel .tropical-gallary-wrapper {
      width: 100%; }
      .tropical-hideway .right-panel .tropical-gallary-wrapper ul {
        width: 100%; }
        .tropical-hideway .right-panel .tropical-gallary-wrapper ul li {
          float: left; }
          .tropical-hideway .right-panel .tropical-gallary-wrapper ul li figure {
            object-fit: cover; }
            .tropical-hideway .right-panel .tropical-gallary-wrapper ul li figure img {
              object-fit: cover;
              max-height: 550px; }
      .tropical-hideway .right-panel .tropical-gallary-wrapper .content-block {
        display: flex;
        align-items: center;
        gap: 2vw; }
        @media screen and (max-width: 766.99px) {
          .tropical-hideway .right-panel .tropical-gallary-wrapper .content-block {
            flex-flow: column-reverse; } }
        .tropical-hideway .right-panel .tropical-gallary-wrapper .content-block .content {
          width: 33.33%;
          flex-shrink: 0;
          max-width: 480px; }
          @media screen and (max-width: 766.99px) {
            .tropical-hideway .right-panel .tropical-gallary-wrapper .content-block .content {
              width: 100%; } }
          .tropical-hideway .right-panel .tropical-gallary-wrapper .content-block .content h3 {
            line-height: 1.4;
            text-transform: uppercase; }
          .tropical-hideway .right-panel .tropical-gallary-wrapper .content-block .content p {
            line-height: 1.6; }
          .tropical-hideway .right-panel .tropical-gallary-wrapper .content-block .content h3 + p {
            margin-top: clamp(10px, 2vh, 15px); }
        .tropical-hideway .right-panel .tropical-gallary-wrapper .content-block .content-image {
          position: relative; }
          @media screen and (max-width: 766.99px) {
            .tropical-hideway .right-panel .tropical-gallary-wrapper .content-block .content-image {
              width: 100%; } }
          .tropical-hideway .right-panel .tropical-gallary-wrapper .content-block .content-image::after {
            content: '';
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            position: absolute;
            z-index: 1;
            background: rgba(0, 0, 0, 0.4); }

.location-wrapper {
  position: relative;
  height: 100vh;
  max-height: 600px;
  max-height: clamp(550px, 100vh, 900px);
  /* 27-02-2024 */ }
  .location-wrapper.no-goole-map {
    height: auto;
    max-height: 100%; }
  .location-wrapper .filter-option {
    width: 100%;
    max-width: clamp(315px, 24vw, 472px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    flex-shrink: 0;
    position: absolute;
    z-index: 2;
    left: clamp(2.5px, 12vw, 238px);
    bottom: 0;
    top: 0; }
    @media screen and (max-width: 766.99px) {
      .location-wrapper .filter-option {
        left: 20px;
        transform: none;
        width: 50%; } }
    .location-wrapper .filter-option .filter-titlle {
      padding-top: clamp(15px, 3vh, 93px); }
      .location-wrapper .filter-option .filter-titlle h3,
      .location-wrapper .filter-option .filter-titlle p {
        color: #000000; }
      .location-wrapper .filter-option .filter-titlle h3 {
        padding: 0 0 clamp(15px, 1vh, 60px);
        margin: 0;
        text-transform: uppercase; }
    .location-wrapper .filter-option .filter-option-wrapper {
      background: #1a5243;
      padding: 0 clamp(13px, 2.5vw, 60px) 0;
      overflow: hidden;
      height: 81px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px; }
      @media screen and (max-width: 766.99px) {
        .location-wrapper .filter-option .filter-option-wrapper {
          height: 50px; } }
      .location-wrapper .filter-option .filter-option-wrapper * {
        transition: all 0.3s cubic-bezier(0.6, -0.28, 0.74, 0.05); }
      .location-wrapper .filter-option .filter-option-wrapper.active {
        height: auto; }
        .location-wrapper .filter-option .filter-option-wrapper.active h4 span {
          transform: none; }
        .location-wrapper .filter-option .filter-option-wrapper.active ul {
          height: auto; }
      .location-wrapper .filter-option .filter-option-wrapper h4 {
        color: #baae75;
        line-height: 1;
        text-transform: uppercase;
        padding: clamp(22px, 2vh, 42px) 0;
        cursor: pointer;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media screen and (max-width: 766.99px) {
          .location-wrapper .filter-option .filter-option-wrapper h4 {
            font-size: 14px;
            padding: 10px 0; } }
        .location-wrapper .filter-option .filter-option-wrapper h4 span {
          display: flex;
          align-items: center;
          justify-content: center;
          transform: rotate(180deg); }
      .location-wrapper .filter-option .filter-option-wrapper ul {
        height: 0px; }
        .location-wrapper .filter-option .filter-option-wrapper ul li {
          color: #baae75;
          font-size: clamp(16px, 1vw, 20px);
          line-height: 1.2;
          padding: 8px 0;
          margin: 8px 0;
          cursor: pointer; }
          .location-wrapper .filter-option .filter-option-wrapper ul li img {
            width: 100%;
            max-width: clamp(45px, 5vw, 68px);
            padding-right: clamp(6px, 1vw, 17px); }
          .location-wrapper .filter-option .filter-option-wrapper ul li:hover, .location-wrapper .filter-option .filter-option-wrapper ul li.active {
            color: #ffffff; }
  .location-wrapper #map {
    position: relative;
    height: 100%; }
  .location-wrapper .title-block h2 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: clamp(30px, 3.385vw, 58px);
    color: #1a5243; }
  .location-wrapper .map-wrapper {
    display: flex;
    width: 100%;
    padding: 0 45px 0 clamp(2.5px, 12vw, 236px);
    align-items: flex-start;
    position: relative;
    /* display: flex;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: clamp(2.5px, 12vw, 236px);
    align-items: flex-start;
    position: relative; */ }
    .location-wrapper .map-wrapper::after {
      content: '';
      position: absolute;
      z-index: 1;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: #1a5243;
      width: 50vw; }
    @media screen and (max-width: 990.99px) {
      .location-wrapper .map-wrapper {
        flex-flow: column;
        padding: 0; } }
    .location-wrapper .map-wrapper .map-description {
      width: 100%;
      max-width: clamp(315px, 34vw, 650px);
      padding: 10vw 0 0;
      flex-shrink: 0; }
      @media screen and (max-width: 990.99px) {
        .location-wrapper .map-wrapper .map-description {
          max-width: 100%;
          background-color: #fff;
          position: relative;
          z-index: 2;
          padding: 50px 25px 0; } }
      .location-wrapper .map-wrapper .map-description h2 + p {
        margin-top: 2vh; }
        @media screen and (max-width: 766.99px) {
          .location-wrapper .map-wrapper .map-description h2 + p {
            margin-top: 25px; } }
      .location-wrapper .map-wrapper .map-description p {
        color: #1a5243;
        font-size: clamp(14px, 1vw, 25px); }
    .location-wrapper .map-wrapper .map-view {
      background: #fff;
      position: relative;
      width: 100%;
      height: 100vh;
      max-height: 750px;
      z-index: 2; 
      overflow: hidden;
    }
      @media screen and (max-width: 1200px) {
        .location-wrapper .map-wrapper .map-view {
          max-height: 500px; } }
      .location-wrapper .map-wrapper .map-view img {
        object-fit: contain;
        object-position: right center;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); 
        pointer-events: none;
      }
        .location-wrapper .map-wrapper .map-view img.active {
          z-index: 2; }
        @media screen and (max-width: 1200px) {
          .location-wrapper .map-wrapper .map-view img {
            max-height: 500px; } }

.global-heading {
  padding-bottom: clamp(25px, 9.519vh, 92px); }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .global-heading {
      padding-bottom: 25px; } }
  @media screen and (max-width: 766.99px) {
    .global-heading {
      padding-bottom: 25px; } }
  .global-heading .h1 {
    margin: 0;
    padding: 0; }

@media screen and (max-width: 766.99px) {
  .amenities-wrapper .control ul {
    justify-content: center; } }
.amenities-wrapper .control ul li {
  color: #1a5243; }
@media screen and (max-width: 766.99px) {
  .amenities-wrapper .control {
    justify-content: center; } }

.highlights-wrapper {
  background: #1a5243;
  height: 100vh;
  padding-top: clamp(25px, 11.4vh, 114px);
  padding-right: 0;
  padding-bottom: clamp(25px, 11.4vh, 114px);
  padding-left: clamp(25px, 12.292vw, 236px);
  overflow: hidden;
  display: flex;
  flex-flow: column; }
  @media screen and (max-width: 766.99px) {
    .highlights-wrapper {
      height: auto;
      padding: 50px 25px; } }
  .highlights-wrapper .highlights-slider-wrapper {
    display: flex;
    height: 100%; }
    @media screen and (max-width: 766.99px) {
      .highlights-wrapper .highlights-slider-wrapper {
        flex-flow: column; } }
    .highlights-wrapper .highlights-slider-wrapper .left-panel {
      width: 100%;
      max-width: clamp(320px, 65vw, 995px); }
      @media screen and (max-width: 766.99px) {
        .highlights-wrapper .highlights-slider-wrapper .left-panel {
          max-width: 100%; } }
      .highlights-wrapper .highlights-slider-wrapper .left-panel ul {
        height: 100%; }
        .highlights-wrapper .highlights-slider-wrapper .left-panel ul#highlightSliderLeft{
          pointer-events: none;
        }
        .highlights-wrapper .highlights-slider-wrapper .left-panel ul li {
          height: 100%;}
          .highlights-wrapper .highlights-slider-wrapper .left-panel ul li figure {
            position: relative; }
            .highlights-wrapper .highlights-slider-wrapper .left-panel ul li figure img {
              width: 100%;
              max-width: clamp(320px, 65vw, 995px);
              height: calc(100vh - ((clamp(25px, 11.4vh, 114px)* 2) + 10.979vh + 20px + 9.519vh)); }
              @media screen and (min-width: 768px) and (max-width: 1440px) {
                .highlights-wrapper .highlights-slider-wrapper .left-panel ul li figure img {
                  height: calc(100vh - ((clamp(25px, 11.4vh, 114px)* 2) + 10.979vh + 20px + 0px)); } }
            .highlights-wrapper .highlights-slider-wrapper .left-panel ul li figure figcaption sup {
                /*top: -0.8em;*/ }
    .highlights-wrapper .highlights-slider-wrapper .right-panel {
      width: calc(100% - 3vw);
      max-width: clamp(320px, 35vw, 662px);
      margin-left: 3vw;
      display: flex;
      flex-flow: column;
      align-items: flex-start;
      justify-content: space-between; }
      @media screen and (max-width: 766.99px) {
        .highlights-wrapper .highlights-slider-wrapper .right-panel {
          width: 100%;
          max-width: 100%; } }
      @media screen and (max-width: 766.99px) {
        .highlights-wrapper .highlights-slider-wrapper .right-panel {
          margin-left: 0;
          padding-top: 1vh; } }
      .highlights-wrapper .highlights-slider-wrapper .right-panel .slick-list {
        padding: 0 30% 0 0 !important; }
      .highlights-wrapper .highlights-slider-wrapper .right-panel div {
        width: 100%; }
        .highlights-wrapper .highlights-slider-wrapper .right-panel div ul {
          height: 100%; }
          .highlights-wrapper .highlights-slider-wrapper .right-panel div ul li figure img {
            /* height: 160px; */
            object-fit: cover;
            padding-right: 2vw; }
            .highlights-wrapper .highlights-slider-wrapper .right-panel div ul#highlightSliderRight {
              pointer-events: none;
            }
            @media screen and (max-width: 766.99px) {
              .highlights-wrapper .highlights-slider-wrapper .right-panel div ul li figure img {
                height: 115px;
                width: 100%; } }
      .highlights-wrapper .highlights-slider-wrapper .right-panel figcaption {
        font-family: europaregular;
        font-size: clamp(15px, 3.125vw, 18px);
        color: #baae75;
        text-transform: uppercase;
        padding-top: 1vh; }
        @media screen and (max-width: 766.99px) {
          .highlights-wrapper .highlights-slider-wrapper .right-panel figcaption {
            font-size: 13px; } }

.gallery-wrapper {
  background: #1a5243;
  height: 100vh;
  padding: clamp(25px, 11.4vh, 114px) 0 clamp(25px, 11.4vh, 114px) clamp(25px, 12.292vw, 236px);
  overflow: hidden; }
  @media screen and (max-width: 766.99px) {
    .gallery-wrapper {
      height: auto;
      padding: 50px 25px; } }
  .gallery-wrapper .gallery-slider-wrapper {
    display: flex;
    height: calc(100% - (clamp(25px, 11.4vh, 114px) * 2)); }
    .gallery-wrapper .gallery-slider-wrapper .left-panel {
      width: 100%; }
      .gallery-wrapper .gallery-slider-wrapper .left-panel .slick-list {
        padding: 0 30% 0 0 !important; }
        @media screen and (max-width: 766.99px) {
          .gallery-wrapper .gallery-slider-wrapper .left-panel .slick-list {
            padding: 0 15% 0 0 !important; } }
      .gallery-wrapper .gallery-slider-wrapper .left-panel ul#gallerySliderLeft li {
        margin-right: 30px; }
        .gallery-wrapper .gallery-slider-wrapper .left-panel ul#gallerySliderLeft li figure {
          position: relative; }
          .gallery-wrapper .gallery-slider-wrapper .left-panel ul#gallerySliderLeft li figure img {
            width: 100%;
            height: calc(100vh - ((clamp(25px, 11.4vh, 114px)* 2) + 10.979vh + 20px + 20px + 3.472vw + 9.519vh)); }
            @media screen and (min-width: 768px) and (max-width: 1440px) {
              .gallery-wrapper .gallery-slider-wrapper .left-panel ul#gallerySliderLeft li figure img {
                height: calc(100vh - ((clamp(25px, 11.4vh, 114px)* 2) + 10.979vh + 20px + 75px)); } }
          .gallery-wrapper .gallery-slider-wrapper .left-panel ul#gallerySliderLeft li figure figcaption sup {
            /*top: -1.5em;*/ }

.amenities-wrapper {
  background: #ffffff;
  height: 100vh;
  padding: clamp(25px, 7.4vh, 114px) 0px }
  @media screen and (max-width: 766.99px) {
    .amenities-wrapper {
      height: auto;
      padding: 50px 25px; } }
  .amenities-wrapper .amenities-slider {
    /*  display: flex;
    align-items: center;
    justify-content: center; */ }
    .amenities-wrapper .amenities-slider ul {
      width: 100%; }
    .amenities-wrapper .amenities-slider ul li {
      padding:0 20px }
    .amenities-wrapper .amenities-slider figure {
      padding: 0;
      position: relative; }
      .amenities-wrapper .amenities-slider figure img {
        width: 100%;
        max-width: clamp(320px, 65vw, 995px);
        object-fit: cover;
        object-position: center bottom;
        height: calc(100vh - ((clamp(25px, 11.4vh, 114px)* 2) + 18.841vh)); }
        @media screen and (max-width: 766.99px) {
          .amenities-wrapper .amenities-slider figure img {
            height: 230px; } }
      .amenities-wrapper .amenities-slider figure figcaption {
        position: absolute;
        z-index: 1;
        right: 20px;
        bottom: 0;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        font-family: europaregular;
        font-size: clamp(3px, 0.417vw, 8px);
        opacity: 0.5;
        color: #ffffff;
        padding: 1vw; }
  .amenities-wrapper .amenities-details {
    width: 100%;
    max-width: 1145px;
    margin: 0 auto;
    padding: 0 40px 0 50px }
    @media screen and (max-width: 766.99px) {
      .amenities-wrapper .amenities-details {
    padding: 0 0px 0 12px }
    }
    .amenities-wrapper .amenities-details .title-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 2vh;
      width: 100%; }
      @media screen and (max-width: 766.99px) {
        .amenities-wrapper .amenities-details .title-wrapper {
          flex-flow: column;
          align-items: center;
          justify-content: center;
          padding-top: 2vh; } }
      .amenities-wrapper .amenities-details .title-wrapper .title {
        width: 60%; }
        @media screen and (max-width: 766.99px) {
          .amenities-wrapper .amenities-details .title-wrapper .title {
            width: 100%; } }
        .amenities-wrapper .amenities-details .title-wrapper .title .title-slider {
          width: 100%; }
      .amenities-wrapper .amenities-details .title-wrapper h3 {
        font-family: europabold;
        color: #1a5243;
        text-transform: uppercase;
        font-size: clamp(13px, 3.125vw, 18px);
        padding: 0;
        margin: 0; }
    .amenities-wrapper .amenities-details .aminity-icon-wrapper {
      width: 100%; }
      .amenities-wrapper .amenities-details .aminity-icon-wrapper .aminity-icon-list {
        width: 100%; }
        .amenities-wrapper .amenities-details .aminity-icon-wrapper .aminity-icon-list p {
          color: #1a5243;
          text-align: center;
          padding: 1.5vh;
          margin: 0; }
    .amenities-wrapper .amenities-details ul.aminity-icon {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative; 
    }
      .amenities-wrapper .amenities-details ul.aminity-icon.hidden {
        visibility: hidden;
        opacity: 0; }
      @media screen and (max-width: 766.99px) {
        .amenities-wrapper .amenities-details ul.aminity-icon {
          flex-wrap: wrap;
          justify-content: center;
          gap: 15px; } }
      .amenities-wrapper .amenities-details ul.aminity-icon li {
        color: #1a5243;
        position: relative;
        width: 20%;
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        cursor: default;
        padding: 0 10px;
        text-align: center;
        /*  &:hover {
            color: $color_5;
        } */ }
        @media screen and (max-width: 767px) {
          .amenities-wrapper .amenities-details ul.aminity-icon li {
            width: calc(33.33% - 15px); } }
        @media screen and (max-width: 400px) {
          .amenities-wrapper .amenities-details ul.aminity-icon li {
            width: calc(50% - 15px); } }
        .amenities-wrapper .amenities-details ul.aminity-icon li figure {
          display: flex;
          justify-content: center;
          align-items: center; }
          .amenities-wrapper .amenities-details ul.aminity-icon li figure img {
            max-width: 50px;
            margin-bottom: 5px; }
            @media screen and (max-width: 766.99px) {
              .amenities-wrapper .amenities-details ul.aminity-icon li figure img {
                max-width: 30px; } }

@media screen and (min-width: 1440px) and (min-height: 810px) and (min-resolution: 120dpi) {
  /* Your styles for laptops with 1920x1080 resolution and 150% zoom */ }
@media screen and (min-width: 1024px) and (max-width: 1440px) and (min-resolution: 120dpi) {
  /* Your styles for laptops at 125% zoom */ }
@media screen and (min-width: 768px) and (max-width: 1440px) {
  /* Your styles for laptops  @media screen and (min-width: 1024px) and (max-width: 1440px)*/
    /*.global-heading {
        .h1 {
            font-size: clamp(25px, 3.125vw, 45px);
            padding-bottom: 20px;
        }

        h2 {
            span.sub-title {
                font-size: clamp(15px, 2.083vw, 30px);
            }
        }
    } */
  .godrej-rivercrest-logo {
    max-height: 34px; }

  h1,
  .h1 {
    font-size: clamp(40px, 3.125vw, 45px);
    padding-bottom: 20px; }

  h1 .sub-title,
  h2 span.sub-title {
    font-size: clamp(25px, 2.083vw, 30px); }

  .amenities-wrapper .amenities-details {
    /* max-width: 59.635vw; */
    max-width: 65%; }

  /*  .highlights-wrapper .highlights-slider-wrapper .left-panel figure img {
       width: 100%;
       max-height: 309px;
   } */
  /* .gallery-wrapper .gallery-slider-wrapper .left-panel figure img  */
  .amenities-wrapper .amenities-details ul.aminity-icon {
    align-items: flex-start; }
    .amenities-wrapper .amenities-details ul.aminity-icon li figure img {
      max-width: 35px; }
    .amenities-wrapper .amenities-details ul.aminity-icon li::after {
      top: 30px;
      transform: none; }

  .amenities-wrapper .amenities-details .title-wrapper h3 {
    font-size: clamp(13px, 1.5vw, 13px); }

  .gallery-wrapper .gallery-slider-wrapper .left-panel ul#gallerySliderLeft li figure figcaption {
    font-size: clamp(13px, 1.5vw, 13px); }

  .highlights-wrapper .highlights-slider-wrapper .left-panel ul li figure figcaption {
    font-size: clamp(13px, 1.5vw, 13px); }

  .highlights-wrapper .highlights-slider-wrapper .right-panel figcaption {
    font-size: clamp(11px, 1.5vw, 13px); }

  .highlights-wrapper .highlights-slider-wrapper .left-panel {
    max-width: 60%; }

  .highlights-wrapper .highlights-slider-wrapper .right-panel {
    max-width: 40%; }

  .property-details .inner .right-control .property-details-image ul li figure img {
    max-height: 350px; }

  .property-details .inner .right-control .property-details-description .content ul.aminity-icon {
    align-items: flex-start; }
    .property-details .inner .right-control .property-details-description .content ul.aminity-icon li figure img {
      max-width: 35px; }
    .property-details .inner .right-control .property-details-description .content ul.aminity-icon li::after {
      top: 30px;
      transform: none; } }
@media screen and (min-width: 1440px) and (min-height: 810px) and (min-resolution: 120dpi) {
  /* Your styles for laptops with 1920x1080 resolution and 150% zoom */ }
/* animation */
.init-anim .banner-heading hgroup p span {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1); }
.init-anim .banner-heading hgroup h1 div span i {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1); }

.banner-heading hgroup h1 div.sub-title span i {
  font-family: europaregular; }

.banner-heading hgroup h1 div span i {
  display: inline-block;
  opacity: 0;
  font-style: normal;
  transform: translateY(65%) rotateX(90deg);
  transition: 800ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.banner-heading hgroup p {
  display: block; }

.banner-heading hgroup p div {
  display: inline-block;
  perspective: 600px; }

.banner-heading hgroup p span {
  font-family: europaregular;
  display: inline-block;
  opacity: 0;
  font-style: normal;
  transform: translateY(65%) rotateX(90deg);
  transition: 800ms cubic-bezier(0.215, 0.61, 0.355, 1); }

/*# sourceMappingURL=custom.css.map */
