@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

@font-face {
  font-family: "FoglihtenNo07calt";
  src: url("../fonts/FoglihtenNo07calt.woff2") format("woff2"),
    url("../fonts/FoglihtenNo07calt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FoglihtenNo07";
  src: url("../fonts/FoglihtenNo07.woff2") format("woff2"),
    url("../fonts/FoglihtenNo07.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --bs-primary: #f5e9db;
  --bs-secondary: #2E180E;
  --bs-body-font-family: "Montserrat", 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: #ffffff;
  --bs-body-font-secondary: "FoglihtenNo07";
}
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;
  padding: 12px;
}

#header .header-wrap {
  padding: 10px 0;
  background-color: #2E180E;
  border-radius: 10px;
}

#header .header-wrap .container-xl {
  position: relative;
}

#header .header-wrap .header-logo img {
  max-width: 100px;
}

#header .header-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  grid-column-gap: 15px;
}

#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: #ffffff;
  text-decoration: none;
  font-weight: 400;
}

#header .header-nav li a:hover {
  color: #fa3439;
}

#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: #2E180E;
  font-family: var(--bs-body-font-secondary);
}
.banner-content h4 {
  font-size: 1.5rem;
  color: #2E180E;
  font-family: var(--bs-body-font-secondary);
}
.banner-content h5 {
  font-size: 1.25rem;
  color: #2E180E;
}
.banner-content h5 span {
  font-size: 1.5rem;
  font-family: var(--bs-body-font-secondary);
}
.btn-banner {
  background-color: #2E180E;
  border-radius: 4px;
  color: #ffffff;
  width: fit-content;
  padding: 6px 12px;
  margin-bottom: 6px;
  font-size: 1rem;
}
.btn-banner span {
  color: var(--bs-secondary);
}
.bannerLoc {
  position: absolute;
  bottom: 20px;
  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: #2E180E;
}
.banner_form .form-group {
  margin-bottom: 12px;
  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: 0;
  border: 0;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 0;
  box-shadow: none;
}
.form_head {
  font-family: var(--bs-body-font-secondary);
  color: #ffffff;
}

::placeholder {
  color: #ffffff !important;
}
.banner_form .submit_handler{
  border: 1px solid #ffffff !important;
  border-radius: 30px;
  font-size: 1rem;
  color: #ffffff !important;
  padding-left: 30px;
  padding-right: 30px;
}
.banner_form .submit_handler:focus:not(:focus-visible){
  border-color: #ffffff !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: 80px 0;
}
.sec_head {
  font-size: 2.25rem;
  margin-bottom: 16px;
  color: var(--bs-secondary);
  font-weight: 400;
  line-height: 1.1;
  font-family: var(--bs-body-font-secondary);
}
.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;
}

.highlights-content h3{
  font-size: 1.75rem;
  font-family: var(--bs-body-font-secondary);
  color: #ffffff;
}
.highlights-row{
  margin-bottom: 15px;
}
.highlights-row:last-of-type{
  margin-bottom: 0;
}
.highlights-row h5{
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  padding-left: 17px;
  position: relative;
}
.highlights-row h5:before{
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.highlights-row p{
  font-size: 1rem;
  color: #ffffff;
  padding-left: 17px;
}
.highlights-row p strong{
  font-weight: 700;
}


.video_sec{
  background-color: #F5F1EB;
}


.location_sec {
  border-top: 1px solid #2E180E;
}

.Amenities_acc {
  padding: 20px;
  background-color: #F5F1EB;
  border-radius: 0 15px 15px 0;
}

.Amenities_acc .accordion-item {
  border: 0;
  border-bottom: 1px solid #707070;
  background-color: transparent;
  border-radius: 0;
}
.Amenities_acc .accordion-item:last-of-type{
  border-bottom: 0;
}

.Amenities_acc .accordion-button {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  padding: 15px 0;
  font-family: var(--bs-body-font-secondary);
  font-size: 1.25rem;
  font-weight: 400;
  border-radius: 0 !important;
}

.accordion-button:after {
  z-index: 1;
  background-position: center;
  width: 16px;
  height: 16px;
  background-image: url("../images/down-arrow.svg");
  margin-right: 20px;
}

.Amenities_acc .accordion-button:focus {
  border-color: transparent;
}
.Amenities_acc .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000000;
  box-shadow: none;
}

.Amenities_acc .accordion-button:not(.collapsed):after {
  transform: rotate(-180deg);
  width: 16px;
  z-index: 1;
  background-position: center;
   background-image: url("../images/down-arrow.svg");
}

.Amenities_acc .accordion-body {
  padding: 0 0 10px;
}

.Amenities_acc .accordion-body ul{
  margin: 0;
  padding: 0;
}
.Amenities_acc .accordion-body li {
  color: #2E180E;
  display: flex;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.Amenities_acc .accordion-body li:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #2E180E;
  border-radius: 50%;
}
.Amenities_acc .accordion-body li > span{
  min-width: 70%;
  max-width: 70%;
}
.Amenities_acc .accordion-body li > strong{
  min-width: 30%;
  max-width: 30%;
  font-weight: 500;
  text-align: right;
}

.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-color: #2E180E;
}

.gallery-content-container{
  width: 70%;
  padding: 25px 25px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gallery-content-container h3{
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #ffffff;
  font-family: var(--bs-body-font-secondary);
}



.gallery-swiper-slide-action {
  position: absolute;
  bottom: 20px;
  right: 30px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.gallery-swiper-slide-action .gallery-button-next,
.gallery-swiper-slide-action .gallery-button-prev {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.gallery-swiper-slide-action .gallery-button-prev {
  background-image: url(../images/pagination-prev.svg);
}
.gallery-swiper-slide-action .gallery-button-next {
  background-image: url(../images/pagination-next.svg);
}
.gallery-swiper-slide-action .swiper-button-disabled {
  opacity: .3;
}
.gallery-swiper-slide-action .gallery-swiper-pagination {
  width: auto;
  margin: 0 5px;
}
.gallery-swiper-slide-action .gallery-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.gallery-swiper-slide-action .gallery-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.masterplan_sec{
  background-color: #AC987C;
}

.plan-list{
  margin-top: -100px;
}
.plan-list h5{
  font-size: 1rem;
  font-size: 600;
  color: #2E180E;
}
.plan-list ol{
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 0.675rem;
}



.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 {
  background-color: #2E180E;
  padding: 30px 0 20px;
}

.footer-logo img{
  max-width: 180px;
}

.footer h4{
  font-weight: 600;
  font-size: 1.125rem;
}
.footer-social li img{
  max-width: 34px;
}

.footer-projects-logo h3{
  font-size: 1.5rem;
  margin-bottom: 0;
  font-family: var(--bs-body-font-secondary);
  color: #ffffff;
}
.footer-projects-logo img{
  max-width: 160px;
}




.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: 0;
  padding: 0px;
  background-color: #2E180E;
}
.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");
    background-position: bottom  center;
  }
  .elevated_row {
    padding: 10px 0;
  }
  .banner-section {
    background-color: #080707 !important;
  }
  .section {
    padding: 40px 0;
  }

  .sec_head {
    font-size: 2.125rem;
  }

  #header {
    position: sticky;
    padding: 0;
  }

  #header .header-wrap {
    padding: 12px 0;
    border-radius: 0;
  }

  #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: #2E180E;
  }

  #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;
  }
  .banner-content h4{
    font-size: 1.25rem;
  }

  .plan-list{
    margin-top: 15px;
    padding-left: 12px;
  }

  .gallery-content-container{
    width: 100%;
    padding: 15px;
  }
  .gallery-content-container h3{
    font-size: 1.25rem;
  }
  .gallery-swiper-slide-action{
    position: static;
    margin-top: 20px;
    justify-content: center;
  }

  .location-box{
    padding: 15px;
    background-color: #F5F1EB;
    border-radius: 10px;
  }
  .map_img img{
    border-radius: 10px;
  }
  .Amenities_acc{
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}

@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;
  }
  .banner-content h4{
    font-size: 1.125rem;
  }
  .elevated_sec{
    padding-bottom: 380px;
  }
  .highlights-content h3{
    font-size: 1.125rem;
  }
  .highlights-row h5{
    font-size: 1rem;
  }
  .highlights-row p{
    font-size: 0.875rem;
  }
  .gallery-content-container h3{
    font-size: 1.125rem;
  }

  .Amenities_acc .accordion-body li > span{
  min-width: 50%;
  max-width: 50%;
}
.Amenities_acc .accordion-body li > strong{
  min-width: 50%;
  max-width: 50%;
}
}

@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 {    
    font-size: 1rem;
  }
  .designed_card .card-title {
    font-size: 0.9rem;
  }
  .banner-content-row {
    top: 60px;
  }
  .btn-banner {
    padding: 4px 12px;
    font-size: 0.8rem;
  }
  .bannerLoc {
    bottom: 10px;
  }
  .bannerLoc img {
    width: 16px;
  }
  .banner-content h4{
    font-size: 1rem;
  }
  .banner-content h5{
    font-size: 1rem;
  }
  .banner-content h5 span{
    font-size: 1.25rem;
  }
  .gallery-content-container h3{
    font-size: 1rem;
  }

  .footer-projects-logo h3{
    font-size: 1.125rem;
  }
  .footer-projects-logo img{
    max-width: 120px;
  }
}

/* .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;
}
