@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

@font-face {
  font-family: "giovanni_lt_book";
  src: url("../fonts/giovanni_lt_book_regular-webfont.woff2") format("woff2"),
    url("../fonts/giovanni_lt_book_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "giovanni_lt_book";
  src: url("../fonts/giovanni_lt_book_bold-webfont.woff2") format("woff2"),
    url("../fonts/giovanni_lt_book_bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
:root {
  --bs-primary: #f5e9db;
  --bs-secondary: #78222f;
  --bs-body-font-family: "Mulish", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #78222f;
  --bs-body-font-secondary: "giovanni_lt_book";
}
body {
  overflow-x: hidden;
  font-display: swap;
}

html {
  scroll-behavior: initial !important;
}

img {
  max-width: 100%;
  height: auto;
}

.section {
  padding: 60px 0;
}

.btn {
  font-size: 0.875rem;
  padding: 8px 26px;
  border-radius: 4px;
}

.btn-primary {
  background-color: var(--bs-secondary);
  color: #fff;
  border-color: var(--bs-primary);
}

.btn-primary:hover,
.btn-primary:active {
  background-color: var(--bs-secondary);
  color: #fff;
  border-color: var(--bs-secondary);
}

.btn-outline-light {
  border-color: #b16f52 !important;
  color: #b16f52;
}

.btn-outline-light:hover {
  background-color: var(--bs-secondary);
  color: #fff;
}

#header {
  width: 100%;
  z-index: 33;
  background-color: #f3eadd;
}

#header .header-wrap {
  padding: 15px 0;
}

#header .header-wrap .container-xl {
  position: relative;
}

#header .header-wrap .header-logo img {
  /* max-width: 64px; */
}

#header .header-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  grid-column-gap: 20px;
}

#header .header-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.3;
}

#header .header-nav li a {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #b16f52;
  text-decoration: none;
  font-family: var(--bs-body-font-secondary);
  font-weight: 400;
}

#header .header-nav li a:hover {
  color: #78222f;
}

#header .header-wrap .btn {
  min-width: 130px;
  padding: 5px 10px;
  line-height: 1.5;
}
.banner-section {
  background-color: #eaeaea !important;
}
/* .banner-img {
  overflow: hidden;
  padding-top: calc(1000 / 1920 * 100%);
} */

/* .banner-img img {
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
} */
.banner-img img {
  max-height: 660px;
  object-fit: cover;
}
.banner-content-row {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.banner-content .head {
  font-size: 2.25rem;
  color: #fff;
  font-weight: 400;
  font-family: var(--bs-body-font-secondary);
}
.btn-banner {
  background-color: #fff;
  border-radius: 4px;
  color: #25262a;
  width: fit-content;
  padding: 6px 12px;
  font-weight: 600;
  font-family: var(--bs-body-font-secondary);
  margin-bottom: 6px;
  font-size: 1.25rem;
}
.btn-banner span {
  color: var(--bs-secondary);
}
.bannerLoc {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.subhead {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
}
.banner-img::after {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent, #000);
  pointer-events: none;
}
.banner-form-row {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.banner-form {
  padding: 36px 30px;
  border-radius: 10px;
  background-color: #f0e7dd;
}
.banner_form .form-group {
  margin-bottom: 22px;
  position: relative;
}
.banner_form .form-group label {
  position: absolute;
  top: -8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background: #f0e7dd;
  padding: 0 12px 0 6px;
  margin: 0 0 0 12px;
}
.form-group .form-control,
.form-group .form-select {
  padding-left: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #00000099;
  background-color: transparent;
  margin: 6px 0 0;
  color: #000;
}
.form_head {
  font-family: var(--bs-body-font-secondary);
  color: var(--bs-secondary);
  font-weight: 600;
}

::placeholder {
  color: #25262a5c !important;
}

.elevated_sec {
  background-image: url("../images/bg-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  align-items: self-start;
}
.elevated_row {
  padding: 100px 0;
}
.sec_head {
  font-size: 2.5rem;
  margin-bottom: 16px;
  color: var(--bs-secondary);
  font-weight: 400;
  line-height: 1.1;
  font-family: var(--bs-body-font-secondary);
}
.gallery_sec .sec_head,
.designed_sec .sec_head,
.masterplan_sec .sec_head {
  color: var(--bs-primary);
}
.elevate_card {
  padding: 20px 0;
}

.elevate_card .heading {
  color: var(--bs-secondary);
  font-family: var(--bs-body-font-secondary);
  font-size: 1.5rem;
  margin-bottom: 6px;
  font-weight: 600;
}

.elevate_card .text {
  color: #000;
  font-size: 1rem;
}
.location_sec {
  background-color: #f5e9db;
}

.Amenities_acc {
  padding: 10px 0;
}

.Amenities_acc .accordion-item {
  background-color: #78222f;
  border-radius: 4px;
  margin: 8px 0;
  border: none;
}

.Amenities_acc .accordion-button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #b16f52;
  padding: 16px 20px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  border-radius: 0 !important;
}

.accordion-button:after {
  z-index: 1;
  background-position: center;
  width: 16px;
  height: 16px;
  filter: invert(1);
}

.Amenities_acc .accordion-button:focus {
  border-color: transparent;
}
.Amenities_acc .accordion-button {
  background-color: #914a52;
  border-radius: 4px;
}
.Amenities_acc .accordion-button:not(.collapsed) {
  background-color: #78222f;
  color: #fff;
  box-shadow: none;
}

.Amenities_acc .accordion-button:not(.collapsed):after {
  transform: rotate(-180deg);
  width: 16px;
  z-index: 1;
  background-position: center;
}

.Amenities_acc .accordion-body {
  padding: 10px 12px;
}

.Amenities_acc .accordion-body li {
  color: #fff;
}

.Amenities_acc .accordion-body li::marker {
  color: #b16f52;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 12px;
  box-shadow: none;
}
.map_img {
  position: relative;
  z-index: 2;
}
.bg1 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  max-width: 600px;
}
.nav-tabs button {
  background-color: #f5e9db !important;
  padding: 12px 50px;
  color: #b16f52 !important;
  font-weight: 500;
  font-family: var(--bs-body-font-secondary);
  border-color: transparent !important;
}
.nav-tabs button.active {
  background-color: #b16f52 !important;
  color: #f5e9db !important;
}
.master_img {
  width: 100%;
  background-color: #fff;
  padding: 50px 30px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--bs-secondary);
}

.swiper-slide {
  height: initial;
}

.gallery_sec {
  background-image: url("../images/gal_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 60px 0 120px;
}

.gallery_swiper {
  overflow: hidden;
}

.gallery_swiper .swiper-slide .life_img img {
  border-radius: 6px;
  height: auto;
}

.accordion_faq .accordion-item {
  border: 1px solid var(--bs-primary);
  margin-bottom: 16px;
  border-radius: 6px;
  /* padding: 4px 16px; */
}
.accordion_faq .accordion-button:not(.collapsed) {
  background-color: var(--bs-secondary);
}

.accordion_faq .accordion-body {
  color: #000;
  background-color: #f5e9db;
  border-color: #707070;
  border-radius: 0 0 6px 6px;
}

.accordion_faq .accordion-button {
  color: #fff;
  font-size: 1.125rem;
  font-family: var(--bs-body-font-secondary);
  font-weight: 600;
}

.footer {
  border-top: 1px solid var(--bs-primary);
  border-bottom: 1px solid var(--bs-primary);
  padding: 30px 0 20px;
}

.footer-head {
  font-size: 1.5rem;
  margin-bottom: 12px;
  font-family: var(--bs-body-font-secondary);
  font-weight: 600;
}

.fixed_button {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
  rotate: 270deg;
  margin-right: -90px;
}
.form_popUp .modal-content {
  border: 1px solid var(--bs-primary);
  padding: 0px;
  background-color: #f0e7dd;
}
.form_popUp .btn-close {
  /* filter: invert(1); */
}
button:focus:not(:focus-visible) {
  box-shadow: none !important;
  border-color: transparent !important;
}
.designed_card .card-img-overlay {
  background-color: #f5e9db;
  border-radius: 4px;
  top: auto;
  margin: 6px;
}
.designed_card .card-title {
  font-size: 1.25rem;
  color: var(--bs-secondary);
  font-weight: 600;
  font-family: var(--bs-body-font-secondary);
}
@media (min-width: 1099px) and (max-width: 1299px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
  .banner-img img {
    max-height: 560px;
    object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .sec_head {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  /* .banner-img {
    padding-top: calc(1600 / 1040 * 100%);
    position: relative;
    overflow: hidden;
    margin-top: 30px;
  } */
  .elevated_sec {
    background-image: url("../images/bg-2-mb.png");
  }
  .elevated_row {
    padding: 10px 0;
  }
  .banner-section {
    background-color: #080707 !important;
  }
  .section {
    padding: 40px 0;
  }

  .sec_head {
    font-size: 2.125rem;
  }

  #header {
    position: sticky;
  }

  #header .header-wrap {
    padding: 12px 0;
    background-color: #f5e9db;
  }

  #header .header-wrap .container-xl:after {
    display: none;
  }

  #header .header-wrap .container-xl .row {
    align-items: center;
  }

  /* #header .header-wrap .header-logo img {
    max-width: 50px;
  } */

  #header .header-nav {
    margin-top: 40px;
  }

  #header .header-nav ul {
    flex-direction: column;
  }

  #header .header-wrap .container-xl {
    position: initial;
  }

  .navbar-expand .navbar-nav {
    position: absolute;
    bottom: -32px;
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: scroll;
    padding: 0 10px;
    background-color: #f5e9db;
  }

  #header .header-nav li a {
    padding: 8px;
    font-size: 15px;
    border-bottom: none;
    /* color: #000; */
  }

  #header .header-nav li a:hover {
    color: #000;
  }
  .btn-banner {
    font-size: 1rem;
  }
  .bannerLoc {
    bottom: 0;
  }
  .subhead {
    font-size: 1rem;
  }
  .banner-form-row {
    position: relative;
    transform: none;
    padding: 30px 0;
    background-color: #fff;
  }
  .banner-form {
    border: 1px solid #fff;
    padding: 20px;
  }
  .banner-content .head {
    font-size: 2rem;
  }

  .banner-content-row {
    position: absolute;
    top: 60px;
    transform: none;
  }

  .elevate_card {
    padding: 10px 0;
  }

  .lifestyle_card .card-img-top {
    height: 160px;
  }

  .accordion-button {
    font-size: 1.1rem;
  }

  .accordion-body {
    font-size: 0.9rem;
    padding: 4px 6px;
  }

  .map_img iframe {
    height: 360px;
  }
  .loc_block .row {
    flex-direction: column-reverse;
  }
  .designed_card .card-title {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .navbar-expand .navbar-nav {
    bottom: -42px;
  }
  .btn-banner {
    padding: 4px 8px;
    font-size: 0.9rem;
  }
  .banner-content-row {
    top: 50px;
  }
  .banner-img img {
    height: 600px;
    object-fit: cover;
  }

  .sec_head,
  .sec_head_sub {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }

  .fixed_button {
    position: fixed;
    top: auto;
    bottom: 0;
    z-index: 999;
    transform: none;
    rotate: none;
    margin-right: 0;
    width: 100%;
  }

  .fixed_button .btn {
    border-radius: 8px !important;
    width: 100%;
  }

  footer {
    padding: 0 0 50px;
  }
  .elevated_row .row {
    flex-direction: row-reverse;
  }
  .accordion_faq .accordion-item {
    margin-bottom: 8px;
  }
  .designed_card .card-img-overlay {
    padding: 8px 8px;
  }
  .nav-tabs button {
    padding: 6px 20px;
  }
  #header .header-wrap .header-logo img {
    width: 120px;
  }
}

@media (max-width: 575px) {
  /* .banner-img {
    padding-top: calc(1077 / 725 * 100%);
  } */
  .banner-content .head {
    font-size: 1.5rem;
  }

  .banner-content .subhead {
    font-size: 1rem;
  }

  .sec_head,
  .sec_head_sub {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .lifestyle_card .card-img-top {
    height: 180px;
  }

  .testi_card iframe {
    height: 200px;
  }

  p {
    font-size: 0.9rem;
  }

  .footer-head {
    font-size: 1.25rem;
  }

  .footer-logo {
    margin: auto;
    display: flex;
    width: 180px;
  }

  .master_img > img {
    height: 260px;
    width: 100%;
  }

  .zoom-icon img {
    width: 26px;
  }
  .elevate_card {
    padding: 0 0 6px;
  }
  .elevate_card .heading {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .elevate_card .text {
    font-size: 0.9rem;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px;
  }
  .master_img {
    padding: 20px 10px;
  }
  .Amenities_acc .accordion-button,
  .accordion_faq .accordion-button {
    padding: 10px;
    font-size: 1rem;
  }
  .designed_card .card-title {
    font-size: 0.9rem;
  }
  .banner-content-row {
    top: 40px;
  }
  .btn-banner {
    padding: 4px 12px;
    font-size: 0.8rem;
  }
  .bannerLoc {
    bottom: 30px;
  }
  .bannerLoc img {
    width: 20px;
  }
}

/* .swiper-button-next, .swiper-button-prev {
    padding: 12px;
    background-color: transparent;
    border-radius: 16px;
    border: 1px solid var(--bs-primary);
    width: 30px;
    height: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.swiper-button-next::after, .swiper-button-prev::after {
    color: var(--bs-primary);
    font-size: 12px;
    font-weight: 900;
} */
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid var(--bs-primary);
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
}
.bottom-action {
  position: fixed;
  bottom: 20px;
  left: 50%;
  width: auto;
  padding: 4px;
  background-color: var(--bs-secondary);
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}
.bottom-action .btn {
  padding: 5px 15px;
  font-weight: normal;
  color: #f9eeed;
  font-size: 14px;
  border-radius: 30px;
  white-space: nowrap;
}
