/* @font-face {
  font-family: "MontserratBold";
  src: url(https://www.godrejproperties.com/backoffice/data_content/projects/godrej_reserve_mumbai/landing_page/font/Montserrat-Bold.ttf);
  font-weight: normal;
} */

/* @font-face {
  font-family: 'MontserratRegular';
  src: url(https://www.godrejproperties.com/backoffice/data_content/projects/godrej_reserve_mumbai/landing_page/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;
}
html{
  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; */
}
.township-overview .enquiry-form{
  margin-top: 100px !important;
  max-width: 402px;
  margin: 0 0 0 auto;
  background: #00000096;;
}
.township-overview .enquiry-form .input-box {
  margin-top: 5px;
}
.section-wrapper-control::after,
.main-banner-godrej::after,
.township-overview::after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 81%);
  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-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;
}

.hide {
  display: none;
}

#valid-msg,
#valid-msgftr,
#valid-msgmodal {
  color: #00c900;
}

#error-msg,
#error-msgftr,
#error-msgmodal {
  color: #FF0000;
}

.iti__country-list {
  background-color: #0068B4 !important;
}

.iti {
  width: 100%;
}

.phtxt {
  padding: 10px 45px !important;
}

.phtxtcontact {
  padding: 20px 45px !important;
}

.enquiry-form .form-content .button-block button {
  width: 100%;
  text-transform: uppercase;
  border: none;
  padding: 8px 30px;
  background: #baae75;
  color: #e4c051;
  font-size: clamp(18px, 1vw, 20px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.desk_img {
  display: block;
}

.mobi_img {
  display: none;
}
.error_msg {
  border-bottom: 2px solid red !important;
}

.hide_country {
  display: none;
}

.enquiry-form .form-content .homeally_dwnld_checklist input {
  width: 20px;
  margin-right: 15px;
}

.homeally_dwnld_checklist span {
  color: #fff;
}

.btm_disclaimer {
  padding: 0 50px 20px;
  color: #baae75;
}

.btm_disclaimer p {
  color: #baae75;
  text-align: justify;
}

.qr-code-wrap img {
  max-width: 150px;
  margin: 10px 10px 10px 0;
}





.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, 14.4vh, 114px);
  padding-right: 0;
  padding-bottom: clamp(25px, 11.4vh, 114px);
  padding-left: clamp(25px, 12.292vw, 236px);
}


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

.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,
.amenities-wrapper .control,
.gallery-wrapper .control {
  /*  width: 100%; */
  margin-top: 20px;
  padding: 0;
}

.slider-control ul,
.amenities-wrapper .control ul,
.gallery-wrapper .control ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1vw;
}

.slider-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,
.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,
.amenities-wrapper .control ul li.prev,
.gallery-wrapper .control ul li.prev,
.slider-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,
.amenities-wrapper .control ul li.prev:hover,
.gallery-wrapper .control ul li.prev:hover,
.slider-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,
.amenities-wrapper .control ul li.prev:hover img,
.gallery-wrapper .control ul li.prev:hover img,
.slider-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,
.gallery-wrapper .gallery-slider-wrapper .left-panel figure {
  height: 100%;
}

.img-responsive figure img,
.gallery-wrapper .gallery-slider-wrapper .left-panel figure img {
  object-fit: cover;
  object-position: center bottom;
}

/*  */
.figcaption-banner{
  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;
}

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

.figcaption-banner .disclaimer-text {
  font-family: "europaregular";
  font-size: clamp(3px, 0.417vw, 8px);
  opacity: 0.5;
  color: #ffffff;
  text-transform: unset;
}

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: 9999;
  left: 0;
  right: 0;
  /* height: clamp(80px, 12.025vh, 114px); */
}

.header-link-container .godrej-reserve-logo {
  max-height: 50px;
  transition: all 1s ease-in-out;
}

.header-link-container.affix .godrej-reserve-logo {
  max-height: 40px;
}


.header-link-container .godrej-outer-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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


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

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

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



.nav-link:hover {
  text-decoration: none;
}

.footer-content {
  background: #2b2b2b;
  padding: 30px 0;
  width: 100%;
  float: left;
  clear: both;
}

.footer-content ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
}

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

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

.footer-content .enquery-call img {
  max-width: 30px;
}

.footer-content .enquery-call:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.requestCallback {
  position: fixed;
  z-index: 9;
  right: 16px;
  top: 30vh;
}

.requestCallback:hover {
  opacity: 0.8;
}

.qr-wrapper {
  background: #e4c051;
  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);
}

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

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

.main-banner-godrej .godrej-inner-container {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}

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

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

.enquiry-form .form-content form .input-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: #e4c051;
  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: #e4c051;
  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;
}

.township-overview sup {
  font-size: 50%;
}

.location-wrapper {
  position: relative;
  height: 100vh;
  max-height: 600px;
  max-height: clamp(550px, 100vh, 900px);
}

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

.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: #2b2b2b;
  padding: 0 20px;
  overflow: hidden;
  height: 81px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}

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

.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: 5px 0;
  margin: 3px 0;
  cursor: pointer;
}

.location-wrapper .filter-option .filter-option-wrapper ul li img {
  width: 100%;
  max-width: clamp(45px, 3vw, 68px);
  padding-right: 5px;
}

.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: #e4c051;
}

.location-wrapper .map-wrapper {
  display: flex;
  width: 100%;
  padding: 0 45px 0 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: #e4c051;
  width: 50vw;
}

.location-wrapper .map-wrapper .map-description {
  width: 100%;
  max-width: clamp(315px, 34vw, 650px);
  padding: 3vw 0 0;
  flex-shrink: 0;
}

.location-wrapper .map-wrapper .map-description h2+p {
  margin-top: 2vh;
}

.location-wrapper .map-wrapper .map-description p {
  color: #e4c051;
  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;
}

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

.location-wrapper .map-wrapper .map-view img.active {
  z-index: 2;
}

.global-heading {
  padding-bottom: clamp(25px, 9.519vh, 92px);
}

.global-heading .h1 {
  margin: 0;
  padding: 0;
}

.amenities-wrapper .control ul li {
  color: #e4c051;
}

.amenities-wrapper {
  background: #ffffff;
  height: 100vh;
  /* padding: clamp(25px, 11.4vh, 114px) 0; */
  padding: clamp(25px, 1.4vh, 114px) 0;
  margin-bottom: 40px;
}

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

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

.amenities-wrapper .amenities-details .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2vh;
  width: 100%;
}

.amenities-wrapper .amenities-details .title-wrapper .title {
  width: 60%;
}

.amenities-wrapper .amenities-details .title-wrapper .title .title-slider {
  width: 100%;
}

.amenities-wrapper .amenities-details .title-wrapper h3 {
  font-family: "europabold";
  color: #e4c051;
  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: #e4c051;
  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;
}

.amenities-wrapper .amenities-details ul.aminity-icon li {
  color: #e4c051;
  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;
}

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

.gallery-wrapper {
  background: #2b2b2b;
  height: 100vh;
  padding: clamp(25px, 11.4vh, 114px) 0 clamp(25px, 11.4vh, 114px) clamp(25px, 12.292vw, 236px);
  overflow: hidden;
}
.gallery-wrapper a:focus {
  outline: none;
}

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

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

.slide_banner .row {
  align-items: center;
  display: flex;
}

.slide_banner .inner-content-box h1 {
  color: #e4c051;
  font-size: 44px;
  margin-bottom: 0;
  padding-bottom: 0;
  letter-spacing: 2px;
}
.slide_banner .inner-content-box {
  text-align: center;
  color: #e4c051;
}
.slide_banner .slider-content {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  height: 100%;
  padding: 0 15px;
  padding-left: 0;
}

.slide_banner .inner-content-box p {
  color: #e4c051;
  font-size: 26px;
}

.slide_banner .inner-content-box h3.location {
  margin-bottom: 20px;
  margin-top: 0;
}

.slide_banner .inner-content-box p {
  color: #e4c051;
  font-size: 26px;
}

.slide_banner .inner-content-box h3.location {
  margin-bottom: 20px;
  margin-top: 4px;
  font-size: 30px;
  letter-spacing: 2px;
}
.slide_banner .inner-content-box p.price {
  font-size: 26px;
  background: #e4c051;
  color: #000;
  display: inline-block;
  padding: 4px 35px;
}

.slide_banner .carousel-inner img {
  height: 100vh;
}


.slide_banner .carousel-control {
  background: transparent;
  box-shadow: none;
  background-image: none!important;
}

/* highlight section start here */
.highlights_section {
  padding: 100px 0;
}
.highlights_section ul ul{
  margin-left:20px;
}

.highlights_section ul li{
  line-height: 28px;
  font-size: 18px;
  padding: 10px 0;
  /* border-bottom: 1px solid #e4c051; */
  /* display: block; */
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.highlights_section h2 span.sub-title {
  color: #e4c051;
}
.highlights_section .row {
  display: flex;
  /* align-items: center; */
}
.highlights_section button.btn.btn-gold {
  background: #e4c051;
  color: #000;
  padding: 10px 30px;
  margin-top: 25px;
  font-size: 20px;
  cursor: pointer;
}

 button.btn-gold {
  background: #2b2b2b;
  color: #ffff;
  padding: 10px 30px;
  margin-top: 25px;
  font-size: 20px;
  cursor: pointer;
}
button.btn-gold:hover {

  color: #fff;

}
/* price_list section */

.price_list .laysize{
  width: calc(100% - 20px);
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  /* background-color: rgb(0 0 0 / 13%); */
  height: 100%;
  flex-wrap: wrap;
  gap: 60px;
}

.price_list .laysize ul {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  width: 100%;
  margin-top: 12px;
}

.price_list .laysize ul li{
  flex-grow: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  font-size: 20px;
  padding: 0 10px;
  width: 20%;
}
.price_list .laysize ul li:nth-child(3){
border-right: none;
}
.price_list .laysize ul li:last-child{
  border-right: 0;
}

.price_list .laysize ul li strong{
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--gold);
  font-size: 80%;
  letter-spacing: 1px;
}

.price_list .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
}

.price_list {
  background: #2b2b2b;
  color: #fff;
  padding: 100px 0;
}

.price_list .laysize ul button.btn-gold {
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 40px;
  font-size: 20px;
}

.price_list .laysize ul button.btn-gold:hover{
  color:#fff;
}

.price_list .global-heading .h1 {
  text-align: center;
}
.floor_plan {
  padding: 100px 0;
}
.floor_plan .container {
  /* width: 100%; */
  /* max-width: 1500px; */
  margin: 0 auto;
  padding: 0 15px;
}

.floor_plan .view_btn {
  position: absolute;
  top: 28%;
  transform: translate(50%, 50%);
  left: 0%;
  z-index: 1;
  width: 50%;
}

.floor_plan .floor_div {
  position: relative;
}

.floor_plan h2.h1 {
  color: #e4c051;
}

.floor_plan .title-block {
  margin-bottom: 40px;
}

header .call_btn {
  padding: 2px 14px;
    background: #e4c051;
    color: #fff;
}
header .call_btn a:hover {
    color: #fff;
}

header .call_btn a {
  font-size: 18px;
  color: #000;
}
.header_menu ul {
  display: flex;
  align-items: center;
}

.header_menu ul li {
  padding: 3px 20px;
}

.header_menu ul li a {
  color: #fff;
  font-size: 18px;
}

header.scrl {
  background: #fff;
  color: #000;
}

header.scrl .header_menu ul li a {
  color: #000;
}
.close{
  display: none;
}

.btm_disclaimer p a {
  color: #baae75;
}

.carousel-indicators {
  z-index: 1;
}
.more_enquire {
  padding: 120px 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  position: relative;
  background-position: center;
}
.more_enquire::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000094;
  z-index: 1;
}
.more_enquire .content {
  position: relative;
  z-index: 999;
}
.more_enquire h3{
  font-size: 35px;
  margin-bottom: 18px;
}

.more_enquire .sub_heading {
  font-size: 22px;
  margin-bottom: 18px;
}
.more_enquire .btn{
  display: block;
  margin: 0 auto;
}
.modal-content{
  background: #2b2b2b;
  border: solid 2px #fff;
  padding: 15px;
}
.modal-header{
  padding: 0;
  border: 0;
}
.modal-body p{
  font-size: 30px;
  text-align: center;
  color: #baae75;
}
.form-group label{
  color: #baae75;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    min-width: 60px;
}
.form-group input{
  background: transparent;
  border: 0;
  border-bottom: 1px solid #baae75;
  border-radius: 0;
  color: #fff;
}
.form-control:focus{
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #baae75;
}
input:-webkit-autofill{
  box-shadow: inset 0 0 20px 20px #154336;
}
.form-control {
  height: 28px;
}
.formFooter .btn-gold {
  width: 50%;
  text-transform: uppercase;
  border: none;
  padding: 8px 30px;
  background: #e4c051;
  color: #000;
  font-size: clamp(18px, 1vw, 20px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: 0 auto;
  display: block;
}
.formFooter .btn-gold:hover {
  background: #fff;
  color: #000;
}
.modal .inp-box{
  margin-top: 10px;
  display: flex;
  align-items: baseline;
}
.modal .inp-box label{
  color: #fff;
  margin-left: 5px;
  font-size: 10px;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin)* 2);
}
.modal-body .close-icon{
  height: 27px;
  position: absolute;
  right: 10px;
  top: 26px;
  cursor: pointer;
}

.modal-dialog-centered {
  transform: translate(-50%, -50%) !important;
  top: 50%;
  position: absolute;
  left: 50%;
}

.amenities-wrapper .title-block h2 span.sub-title {
  font-family: "europaregular";
  font-size: clamp(28px, 3.906vw, 75px);
  display: block;
  color: #e4c051;
}
.township-overview .godrej-inner-container .banner-heading p {
  font-size: 18px;
  margin-bottom: 10px;
}

.mobile-section {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  background: #e4c051;
}


.mobile-section .btn:not(:last-child) {
  border-right: 1px solid #333;
}
.mobile-section .btn {
  flex-grow: 1;
  font-size: 14px;
  letter-spacing: 0.3px;
  position: relative;
  color: #000;
  font-weight: 700;
  padding: 8px 12px;
}
.township-overview .godrej-inner-container .banner-heading p {
  max-width: 88% !important;
  letter-spacing: 0.4px;
}
.township-overview .godrej-inner-container .banner-heading {
  padding-left: 0;
  padding-top: 110px;
}
.location-wrapper .filter-option {
  max-width: 500px;
}
.btm_disclaimer p.text-white.rera_text {
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}
body.overflow-hidden.mfp-zoom-out-cur {
  overflow: hidden;
}

.costing {
  padding-top: 40px;
  margin: 0 auto;
  text-align: center;
}

.costing_inner button.btn-gold {
  display: block;
  margin: 0 auto;
  background: #baae75;
  color: #000;
  margin-top: 10px;
  padding: 12px 50px;
}

.slide_banner {
  background-color: #2b2b2b;
}

.more_enquire .content .btn {
  background: #e4c051;
  color: #2b2b2b;
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  color: #fff;
}
@media(min-width:767px){
  .mobile-section{
    display: none;
  }
}
/* animation */

/* responsive css starts here */

@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;
  }
  .global-heading {
    padding-bottom: 25px;
  }
  .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));
  }
  .godrej-reserve-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: 65%;
  }

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

@media(max-width:1400px){
  .slide_banner .inner-content-box p.price {
      padding: 4px 20px;
      font-size: 24px;
  }
  
  .slide_banner .inner-content-box h1 {
      font-size: 40px;
      letter-spacing: 3px;
  }
  .price_list .laysize {
    gap: 6px;
  }
  .header_menu ul li a {
    color: #fff;
    font-size: 16px;
  }
  .header_menu ul li {
    padding: 3px 12px;
  }
  .requestCallback {
    right: 0px;
}
}



@media screen and (max-width: 1299.99px) {
  .enquiry-form .inner {
    flex-flow: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1200px) {
  .location-wrapper .map-wrapper .map-view {
    max-height: 500px;
  }
  .location-wrapper .map-wrapper .map-view img {
    max-height: 500px;
  }
}

@media screen and (max-width: 1022.99px) {
  .enquiry-form .form-content form {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 990.99px) {
  .slider-control,
  .amenities-wrapper .control,
  .gallery-wrapper .control {
    width: 100%;
    max-width: 100%;
  }
  .slider-control ul,
  .amenities-wrapper .control ul,
  .gallery-wrapper .control ul {
    gap: 4vw;
  }

  .location-wrapper .map-wrapper {
    flex-flow: column;
    padding: 0;
  }
  .location-wrapper .map-wrapper .map-description {
    max-width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 50px 25px 0;
  }
}

@media only screen and (max-width:767px) {
  .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;
  }

  .navbar-menu {
    order: 4;
    flex: 0 0 100%;
  }
  .navbar-toggler {
    display: none;
  }

  .navbar-nav.nav-desktop {
    display: none;
  }

  .navbar-nav.nav-mobile {
    display: flex;
    margin: 0;
    padding: 2vh 0;
  }

  .header-link-container.affix .navbar-brand.godrej-logo img {
    max-width: 100px;
  }
  .navbar-brand.logo {
    order: 2;
    padding: 5px 0;
  }
  .header-link-container .godrej-reserve-logo {
    max-height: 55px;
  }
  .header-link-container .godrej-outer-container {
    flex-wrap: wrap;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
  .btm_disclaimer {
      padding: 0 0px 10px;
      text-align: center;
  }

  .qr-code-wrap img {
      max-width: 90px;
      margin: 10px 5px 10px 0;
  }
  .section-wrapper-control .godrej-inner-container,
  .main-banner-godrej .godrej-inner-container,
  .township-overview .godrej-inner-container {
    align-items: flex-start;
  }

  .banner-logo {
    margin: 15px auto -30px auto;
  }

  .main-banner-godrej {
    background-position: center right 10%;
  }
  .main-banner-godrej .godrej-inner-container .banner-heading p {
    max-width: 470px;
  }
  .carousel-inner .item .d_sm_block{
    min-height: 300px;
    height: auto;
  }
  .township-overview {
    height: 58vh;
    background-position: center right 34%;
  }
  
  .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;
  }
  .global-heading {
    padding-bottom: 25px;
  }

  .amenities-wrapper .control ul {
    justify-content: center;
  }
  
  .figcaption-banner{
    padding: 1vw;
  }
  .figcaption-banner {
    background: linear-gradient(360deg, black 0%, rgba(232, 243, 237, 0) 50%);
    font-size: 13px;
    padding: 15px 15px 8px;
  }
  .banner-main-img,
  .gallery-wrapper .gallery-slider-wrapper .left-panel ul#gallerySliderLeft li figure img {
    max-width: 100% !important;
    height: 230px !important;
  }
  .gallery-wrapper {
    height: auto;
    padding: 50px 25px;
  }
  .gallery-wrapper .gallery-slider-wrapper .left-panel .slick-list {
    padding: 0 15% 0 0 !important;
  }

  .amenities-wrapper .control {
    justify-content: center;
  }
  .amenities-wrapper {
    height: auto;
    padding: 50px 25px;
  }
  .amenities-wrapper .amenities-slider figure img {
    height: 230px;
  }
  .amenities-wrapper .amenities-details {
    padding: 0 0px 0 12px
  }
  .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: 100%;
  }
  .amenities-wrapper .amenities-details ul.aminity-icon {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .amenities-wrapper .amenities-details ul.aminity-icon li {
    width: calc(33.33% - 15px);
  }
  .amenities-wrapper .amenities-details ul.aminity-icon li figure img {
    max-width: 30px;
  }
  .location-wrapper .filter-option {
    left: 8px;
    transform: none;
    width: 96%;
  }
  .location-wrapper .filter-option .filter-option-wrapper {
    height: 50px;
  }
  .location-wrapper .filter-option .filter-option-wrapper h4 {
    font-size: 14px;
    padding: 10px 0;
  }
  .location-wrapper .map-wrapper .map-description h2+p {
    margin-top: 25px;
  }
  .footer-content ul {
    flex-flow: column;
    gap: 20px;
  }
  .footer-content ul li {
    border-right: none;
  }
  .footer-content .enquery-call {
    width: 45px;
    height: 45px;
    right: 25px;
    bottom: 25px;
  }
  .footer-content .enquery-call img {
    max-width: 20px;
  }
  .qr-wrapper .godrej-inner-container h3 {
    font-size: clamp(22px, 3.385vw, 25px);
  }
  .qr-wrapper .qr-list {
    padding-bottom: clamp(26px, 2.708vw, 52px);
  }
  .slide_banner .row {
    flex-direction: column;
  }
  
  .slide_banner .inner-content-box h1 {
    font-size: 32px;
  }
  
  .slide_banner .inner-content-box p.price {
    font-size: 20px;
  }
  
  .slide_banner .inner-content-box p {
    font-size: 20px;
  }
  .highlights_section .row {
    flex-direction: column;
    gap: 20px;
  }
  .price_list  .laydets{text-align: center; margin-top: -10px;}
  .price_list .laysize{flex-wrap: wrap;padding: 0;}
  .price_list .laysize ul{max-width: 100%;flex: 0 0 100%;margin-bottom: 25px;background-color: rgb(0 0 0 / 13%);padding: 20px;flex-wrap: wrap;}
  .price_list .laysize > div{margin: 0 auto;}
  .price_list .laysize ul li {
    width: 100%;
    padding: 10px 0;
    border-right: none;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    font-size: 18px;
  }
  #menu_trigger {height: 22px;width: 30px;margin-right: 0;display: inline-block;}
  #menu_trigger .menulines {margin-top: 9px;position: relative;display: block;}
  #menu_trigger .menulines, #menu_trigger .menulines:before, #menu_trigger .menulines:after {content: "";
  height: 2px;width: 30px;border-radius: 5px;background: #000;}
  #menu_trigger .menulines:before, #menu_trigger .menulines:after {position: absolute;left: 0;}
  #menu_trigger .menulines:before {top: -9px;}
  #menu_trigger .menulines:after {top: 9px;}
  .header-link-container {
    background: #fff;
}
  
  
  .collapse.navbar-collapse {
    position: fixed;
    top: 0;
    background: #fff;
    padding: 35px;
    width: 100%;
    max-width: 68%;
    height: 100vh;
    box-shadow: 0 5px 10px rgba(0 0 0 / 5%);
    right: -100%;
    z-index: 9999;
    display: block !important;
    transition: all 400ms ease-in-out;
  }
  
  .header_menu.mobile_open .collapse.navbar-collapse{
      right: 0;
  }
  
  .header_menu ul {
    flex-wrap: wrap;
  }
  
  .header_menu ul li a {
    color: #e4c051;
    font-weight: 700;
  }
  
  header .header_menu ul li {
    width: 100%;
    padding: 14px 0;
  }
  header .header_menu .close {
    margin-left: auto;
    font-size: 46px;
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    right: 10%;
    top: 2%;
  }
  
  header .call_btn {
    padding: 0px 4px;
  }
  
  header .call_btn a {
    font-size: 14px;
  }
  
  .scrl #menu_trigger .menulines, 
  .scrl #menu_trigger .menulines:before,
  .scrl #menu_trigger .menulines:after {
    background: #000;
  }
  .close{
    display: block;
  }
  .mobile_open .header_menu .collapse.navbar-collapse{
    right: 0;
  }
  .highlights_section {
    padding: 40px 0;
  }
  .highlights_section .h1{
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .highlights_section .row {
    gap: 0px;
  }
  .highlights_section .readmore{
    margin-bottom: 20px;
  }
  .highlights_section button.btn.btn-gold{
    margin-top: 15px;
  }
  .slide_banner .slider-content {
    padding: 10px 0;
  }
  .price_list .laysize ul button.btn-gold {
      font-size: 16px;
      padding: 8px 30px;
      margin-top: 0px;
  }
  .price_list .laysize ul {
      margin-bottom: 0px;
  }
  button.btn-gold {
      font-size: 16px;
      padding: 8px 30px;
  }
  .floor_plan, .price_list,.highlights_section {
      padding: 40px 0;
  }
  .township-overview {
    height: auto;
    padding-bottom: 24px;
}
.township-overview .enquiry-form{
  margin-top: 0 !important;
}
  .highlights_section .title-block h2.h1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .highlights_section .row {
      gap: 15px;
  }


  .highlights_section ul li{
    font-size: 16px;
  }

  .highlights_section button.btn.btn-gold {
      padding: 8px 30px;
      font-size: 16px;
  }
  .carousel{
    padding: 0px 15px;
    min-height: 635px;
  }
  .modal-dialog {
    margin: 10px auto;
  }
  .modal-dialog-centered {
    position: relative;
  }
  .modal-content {
    margin: 10px;
  }
  .carousel-inner {
    min-height: 300px;
  }
  .carousel-control.left{
    display: none;
  }
  .carousel-control.right{
    display: none;
  }
  .requestCallback {
    right: 0px;
    top: 52vh;
  }
  .header-link-container {
    z-index: 9999;
  }
  .more_enquire h3 {
    font-size: 29px;
    margin-bottom: 15px;
  }
  .slide_banner .slider-content {
    min-height: 335px;
  }
  .slide_banner .col-lg-4 {
    min-height: 335px;
  }
  .township-overview .godrej-inner-container .banner-heading {
    padding: 40px 0px;
}

.township-overview .godrej-inner-container .banner-heading p {
    font-size: 16px;
}
.header_wrap {
  min-height: 67px;
}
.township-overview .godrej-inner-container .banner-heading p {
  max-width: 100%!important;
}
.btm_disclaimer p.text-white.rera_text {
  margin-top: 20px;
}
.location-wrapper .filter-option .filter-option-wrapper ul li img {
  max-width: clamp(34px, 1vw, 68px);
}

.location-wrapper .filter-option .filter-option-wrapper {
  padding: 0 8px;
}

.location-wrapper .filter-option .filter-option-wrapper ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.costing_inner button.btn-gold {
  padding: 12px 69px;
}
.iti__country-list{
  height: 300px;
}
}
@media screen and (max-width: 400px) {
  .amenities-wrapper .amenities-details ul.aminity-icon li {
    width: calc(50% - 15px);
  }

}
