@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

@font-face {
  font-family: Gilroy-Regular;
  src: url(../Gilroy-Regular.ttf);
}
@font-face {
  font-family: Sansation;
  src: url(../Sansation_Regular.ttf);
}
@font-face {
  font-family: Gilroy-Medium;
  src: url(../Gilroy-Medium.ttf);
}
@font-face {
  font-family: Belleza;
  src: url(../Belleza-Regular.ttf);
}
nav {
  background: #FFFFFF;
}
nav a {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 16px !important;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase !important;
  color: #794205 !important;
}

.banner {
  background: url("../Images/banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .banner {
    height: 450px;
  }
}
.banner .box {
  height: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(89.93deg, rgba(66, 36, 22, 0.88) 0.06%, rgba(79, 43, 26, 0.6512) 41.19%, rgba(168, 92, 56, 0.1408) 98.38%);
}
@media (max-width: 991px) {
  .banner .box {
    height: 450px;
  }
}
.banner .box h1 {
  font-family: Belleza;
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  leading-trim: NONE;
  line-height: 62px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 29px;
}
@media (max-width: 991px) {
  .banner .box h1 {
    font-size: 34px;
    line-height: normal;
    margin-bottom: 10px;
  }
}
.banner .box p {
  font-family: Belleza;
  font-weight: 400;
  font-style: ☞;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .banner .box p {
    font-size: 16px;
    line-height: normal;
  }
}
.banner .box button {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 25px;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #794205;
  text-decoration: none;
}

.about .logo {
  width: 400px;
  height: auto;
}
@media (max-width: 991px) {
  .about .logo {
    width: 250px;
  }
}
.about h6 {
  font-family: Belleza;
  font-weight: 400;
  font-style: ☞;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
}
.about h2 {
  font-family: Belleza;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 112%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #794205;
}
.about p {
  font-family: Gilroy-Regular;
  font-weight: 400;
  font-style: ☞;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #454545;
}
.about .table-wrapper {
  overflow-x: auto;
  max-width: 100%;
}
.about .property-details {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  min-width: 400px;
  /* Prevents squishing on small screens */
}
.about .property-details td {
  padding: 12px;
  vertical-align: top;
}
.about .property-details tr td:first-child {
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #d4c4aa;
  width: 40%;
}
.about .property-details tr td:last-child {
  color: #555;
  border-bottom: 1px solid #d4c4aa;
}
.about button {
  background-color: #794205;
  padding: 10px 30px;
  border-radius: 25px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  text-decoration: none;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.amenities h6 {
  font-family: Gilroy-Medium;
  font-weight: 400;
  font-style: ☞;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
}
.amenities h2 {
  font-family: Belleza;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 112%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #794205;
}
.amenities .col-box {
  background: #FFF5E0;
  padding: 30px 10px;
  height: 100%;
}
.amenities .col-box h4 {
  font-family: Gilroy-Medium;
  font-weight: 400;
  font-style: ☞;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}
.amenities .col-boxe {
  background: #FFE5C8;
  padding: 30px 10px;
  height: 100%;
}
.amenities .col-boxe h4 {
  font-family: Gilroy-Medium;
  font-weight: 400;
  font-style: ☞;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}

.floor-plans h6 {
  font-family: Gilroy-Medium;
  font-weight: 400;
  font-style: ☞;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000000;
}
.floor-plans h2 {
  font-family: Belleza;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 112%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #794205;
}
.floor-plans .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #794205 !important;
  padding: 7px;
}
.floor-plans span.swiper-pagination-bullet {
  padding: 5px;
}

.location .map-section {
  position: relative;
  width: 100%;
  padding-top: 50%;
  /* Adjust this to control map height ratio */
  overflow: hidden;
}
.location .map-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.location .map-overlay {
  position: absolute;
  top: 25%;
  left: 5%;
  background: white;
  padding: 20px;
  border-radius: 12px;
  max-width: 320px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.location .map-overlay h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #5d3d1c;
  line-height: 1.2;
}
.location .map-overlay p {
  margin: 10px 0 0;
  font-size: 14px;
  color: #444;
  line-height: 1.4;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
}
.location .map-overlay img.property-image {
  width: 100%;
  margin-top: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .location .map-section {
    padding-top: 75%;
    height: 500px;
  }
  .location .map-overlay {
    top: 18%;
    left: 5%;
    right: 5%;
    padding: 15px;
    max-width: 100%;
  }
  .location .map-overlay h2 {
    font-size: 18px;
  }
  .location .map-overlay p {
    font-size: 13px;
  }
}
.location .logo-center {
  width: 200px;
}
@media (max-width: 991px) {
  .location .logo-center {
    width: 50px;
  }
}
.location h6 {
  font-family: Gilroy-Medium;
  font-weight: 400;
  font-style: ☞;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000000;
}
.location h2 {
  font-family: Belleza;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 112%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #794205;
}

.place {
  background: linear-gradient(89.93deg, rgba(66, 36, 22, 0.88) 0.06%, rgba(79, 43, 26, 0.6512) 41.19%, rgba(168, 92, 56, 0.1408) 98.38%), url(../Images/place.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 485px;
}
.place .col-12 {
  height: 485px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.place .col-12 h3 {
  font-family: Belleza;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 112%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.place .col-12 p {
  font-family: Belleza;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
.place .col-12 button {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background: #F8F5EC;
  padding: 10px 30px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  text-decoration: none;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #794205;
}

footer {
  background-color: #ffffff;
  padding: 10px 0px;
}
footer p {
  font-family: Sansation;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 134%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999999;
}

.form-container {
  position: fixed;
  top: 55%;
  left: 50%;
  width: 40%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  background-position: center;
  background-size: cover;
  padding: 20px 120px;
  border-radius: 5px;
  display: none;
  z-index: 999999;
}

.form-container button:hover {
  background-color: white;
  color: black;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.popup_form .cross {
  background-color: #19382B;
  color: #fff;
}
.popup_form .cross:hover {
  background-color: #19382B;
  color: #fff;
}

.popup_form label {
  color: #000;
  font-family: Belleza;
  font-size: 18px;
}

.popup_form input {
  font-family: Belleza;
  font-size: 14px;
  color: #53626a;
}

.popup_form textarea {
  font-family: Belleza;
  font-size: 14px;
  color: #53626a;
}

.popup_form h5 {
  color: #000;
  font-family: Belleza;
  font-size: 24px;
}

.popup_form h6 {
  color: #000;
  font-family: Belleza;
  font-size: 15px;
  text-align: center;
}

.popup_form button {
  background-color: #794205;
  color: #fff;
  font-family: Belleza;
  font-weight: 500;
}
.popup_form button:hover {
  border: 1px solid #19382B;
}

@media (max-width: 576px) {
  .form-container {
    top: 50%;
    width: 90%;
    padding: 15px 60px;
  }
  .btn_brochure {
    background-color: #1e1916;
    padding: 5px 0 20px 0;
    margin-top: -5px;
  }
}/*# sourceMappingURL=style.css.map */