@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Qwitcher+Grypen:wght@400;700&display=swap");
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  position: relative;
  background-color: #000000;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 0.5rem;
}
body::-webkit-scrollbar-track {
  background-color: rgba(53, 145, 244, 0.2);
}
body::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background: #9E8C78;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  background-color: #fff;
  background-image: var(--kristi-select-arrow, none);
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.brown-btn {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 3.125rem;
  padding: 0.625rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #7A6A56;
  transition: all 0.3s ease-in-out;
}
.brown-btn img {
  max-width: 1.875rem;
  max-height: 1.875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.brown-btn:hover {
  background-color: #3A3830;
  color: #FFF;
}

.white-btn {
  color: #3A3830;
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 3.125rem;
  padding: 0.625rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #FFF;
}
.white-btn img {
  max-width: 1.875rem;
  max-height: 1.875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.white-btn:hover {
  color: #3A3830;
}

.border-btn {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 3.125rem;
  border: 1px solid #FFF;
  padding: 0.9375rem 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 0.3s ease-in-out;
}
.border-btn:hover {
  background-color: #FFF;
  color: #3A3830;
}

h2 {
  color: var(--Charcoal-olive, #3A3830);
  font-family: "Fraunces", serif;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.875rem;
  /* 103.333% */
  margin-bottom: 0;
}

p {
  color: var(--Oyster-grey, #929288);
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin-bottom: 0;
}

.sub-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
.sub-heading.left-hidden::before {
  display: none;
}
.sub-heading.white span {
  color: var(--White, #FFF);
}
.sub-heading.white::after {
  background-image: var(--kristi-subheading-white-left, none);
}
.sub-heading.white::before {
  background-image: var(--kristi-subheading-white-right, none);
}
.sub-heading::before {
  content: "";
  width: 13.4375rem;
  height: 1.25rem;
  display: block;
  background-image: var(--kristi-subheading-left, none);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.sub-heading::after {
  content: "";
  width: 13.4375rem;
  height: 1.25rem;
  display: block;
  background-image: var(--kristi-subheading-right, none);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.sub-heading span {
  color: var(--Bark, #7A6A56);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: block;
}

header {
  border-bottom: 1px solid rgba(245, 237, 224, 0.4);
  background: rgba(58, 56, 48, 0.2);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
header.sticky {
  position: fixed;
  background-color: #9E8C78;
}
header:hover {
  background: var(--Mushroom, #9E8C78);
}
header:hover .menu-btn-wraper ul li {
  color: #3A3830;
}
header:hover .menu-btn-wraper ul li a {
  color: #3A3830;
}
header:hover .menu-btn-wraper ul li a:hover {
  color: #FFF;
}
header button {
  display: none;
}
header .header-content-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
header .logo-wraper {
  position: relative;
  display: block;
  z-index: 9999999999;
}
header .logo-wraper a {
  display: table;
}
header .logo-wraper a img {
  max-width: 12.0625rem;
  max-height: 3.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 193/52;
}
header .menu-btn-wraper {
  display: flex;
  align-items: center;
  gap: 1.265rem;
}
@media (min-width: 992px) {
  header .menu-btn-wraper ul {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
  header .menu-btn-wraper ul li {
    color: var(--White, #FFF);
    font-family: "Plus Jakarta Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
    /* 162.5% */
  }
  header .menu-btn-wraper ul li.active a::after {
    opacity: 1;
  }
  header .menu-btn-wraper ul li a {
    color: var(--White, #FFF);
    padding: 1.69rem 0.62rem;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  header .menu-btn-wraper ul li a:hover {
    color: #FFF;
  }
  header .menu-btn-wraper ul li a:hover::after {
    opacity: 1;
  }
  header .menu-btn-wraper ul li a::after {
    content: "";
    width: 100%;
    height: 0.0938rem;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
}

footer {
  background: #222018;
  padding-top: 6.25rem;
}
footer .ft-top {
  display: block;
}
footer .ft-top .flex-wraper {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  justify-content: space-between;
}
footer .ft-top .flex-wraper .left-content-wraper {
  max-width: 12.8125rem;
  width: 100%;
}
footer .ft-top .flex-wraper .left-content-wraper a.logo {
  display: block;
}
footer .ft-top .flex-wraper .left-content-wraper a.logo img {
  max-width: 12.8125rem;
  max-height: 5.40888rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 205/86.54;
}
footer .ft-top .flex-wraper .left-content-wraper p {
  color: var(--Dark-Olive, #78786C);
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin: 1.88rem 0;
}
footer .ft-top .flex-wraper .left-content-wraper ul.social-icon {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
footer .ft-top .flex-wraper .left-content-wraper ul.social-icon li {
  display: table;
}
footer .ft-top .flex-wraper .left-content-wraper ul.social-icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .ft-top .flex-wraper .left-content-wraper ul.social-icon li a img {
  max-width: 1.875rem;
  max-height: 1.875rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
footer .ft-top .flex-wraper .right-content-wraper {
  display: flex;
  align-items: flex-start;
  gap: 7.25rem;
}
footer .ft-top .flex-wraper .right-content-wraper .item h5 {
  color: var(--White, #FFF);
  font-family: Fraunces;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.88rem;
}
footer .ft-top .flex-wraper .right-content-wraper .item ul li {
  color: var(--White, #FFF);
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin-bottom: 0.75rem;
}
footer .ft-top .flex-wraper .right-content-wraper .item ul li:last-child {
  margin: 0;
}
footer .ft-top .flex-wraper .right-content-wraper .item ul li a,
footer .ft-top .flex-wraper .right-content-wraper .item ul li span {
  color: var(--White, #FFF);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}
footer .ft-top .flex-wraper .right-content-wraper .item ul li a img,
footer .ft-top .flex-wraper .right-content-wraper .item ul li span img {
  max-width: 1.125rem;
  max-height: 1.125rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
footer .ft-bottom {
  padding: 0.44rem 5rem;
  background: #9E8C78;
  margin-top: 5rem;
}
footer .ft-bottom h6 {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin: 0;
}

section.inner-banner {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-top: 5rem;
}
section.inner-banner .bg-img-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.inner-banner .bg-img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 319/127;
}
section.inner-banner .content-wraper {
  padding: 2.37rem 0 3.12rem;
}
section.inner-banner .content-wraper h1 {
  color: var(--White, #FFF);
  font-family: Fraunces;
  font-size: 5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0.44rem;
}
section.inner-banner .content-wraper ul {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section.inner-banner .content-wraper ul li {
  color: var(--White, #FFF);
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section.inner-banner .content-wraper ul li:last-child::after {
  display: none;
}
section.inner-banner .content-wraper ul li::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: var(--kristi-button-background-arrow, none);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}
section.inner-banner .content-wraper ul li a {
  color: var(--White, #FFF);
}

section.home-banner {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section.home-banner .bg-img-wraper {
  display: block;
  width: 100%;
  height: auto;
}
section.home-banner .bg-img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner .content-wraper {
  padding: 6rem 0 5rem;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 9;
}
section.home-banner .content-wraper .sub-heading {
  margin-bottom: 1.25rem;
}
section.home-banner .content-wraper h1 {
  color: var(--White, #FFF);
  font-family: Fraunces;
  font-size: 5.625rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 1.25rem;
}
section.home-banner .content-wraper p {
  color: var(--White, #FFF);
  margin-bottom: 1.88rem;
}
section.home-banner .content-wraper .btn-wraper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.home-banner .scroll-down {
  position: absolute;
  right: 5rem;
  bottom: 8rem;
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  background-image: var(--kristi-scroll-background, none);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 999;
}
section.home-banner .scroll-down span {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Fraunces;
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 2rem;
}

section.home-sec2 {
  padding: 6.25rem 0;
  background: #929288;
}
section.home-sec2 .left-content-wraper {
  margin-bottom: 4.06rem;
}
section.home-sec2 .left-content-wraper h2 {
  color: var(--White, #FFF);
  margin-top: 0.62rem;
}
section.home-sec2 .img-wraper {
  position: relative;
  margin-left: -1.6rem;
  margin-right: 2.2rem;
  margin-top: 3.81rem;
}
section.home-sec2 .img-wraper .badge-icon {
  position: absolute;
  top: -3.8rem;
  left: -3.8rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
}
section.home-sec2 .img-wraper .badge-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  animation: rotate 12s linear infinite;
}
section.home-sec2 .img-wraper img.bg-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 60.0625rem;
}
section.home-sec2 .img-wraper .sign {
  position: absolute;
  right: 0;
  bottom: 0;
  color: var(--White, #FFF);
  font-family: "Qwitcher Grypen";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.875rem;
  /* 124% */
  padding: 0 1.25rem;
  border-radius: 2.5rem 0 0 0;
  background: var(--Oyster-grey, #929288);
}
section.home-sec2 .right-content-wraper {
  margin-bottom: 3.69rem;
}
section.home-sec2 .right-content-wraper p {
  color: var(--White, #FFF);
  margin-bottom: 1.25rem;
}
section.home-sec2 .right-content-wraper .border-btn {
  margin-top: 0.62rem;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section.home-sec3 {
  padding: 6.25rem 0;
  background: #FFF;
  overflow: hidden;
}
section.home-sec3 .heading-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.62rem;
  text-align: center;
  margin-bottom: 3.12rem;
}
section.home-sec3 .heading-wraper h2 {
  color: var(--Charcoal-olive, #3A3830);
}
section.home-sec3 .property-types-slider .owl-stage-outer {
  padding: 1.5rem 0;
}
section.home-sec3 .property-types-slider .owl-item {
  transform: scale(0.9);
}
section.home-sec3 .property-types-slider .owl-item.active {
  transform: scale(0.9);
}
section.home-sec3 .property-types-slider .owl-item.active.center {
  transform: scale(1.1);
}
section.home-sec3 .property-types-slider .property-types-card .img-wraper {
  margin-bottom: 1.25rem;
}
section.home-sec3 .property-types-slider .property-types-card .img-wraper img {
  width: 100%;
  height: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec3 .property-types-slider .property-types-card .text-wraper h4 {
  color: var(--Charcoal-olive, #3A3830);
  font-family: Fraunces;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.62rem;
}

section.home-sec4 {
  padding: 6.25rem 0;
  background: var(--Cream, #F5EDE0);
}
section.home-sec4 .heading-wraper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.12rem;
}
section.home-sec4 .heading-wraper .left-text-wraper .sub-heading {
  margin-bottom: 1rem;
}
section.home-sec4 .heading-wraper .left-text-wraper h2 {
  color: var(--Charcoal-olive, #3A3830);
  margin-bottom: 0.62rem;
}
section.home-sec4 .curated-properties-card {
  position: relative;
  overflow: hidden;
}
section.home-sec4 .curated-properties-card img.bg-img {
  width: 100%;
  height: auto;
  max-height: 31, 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
section.home-sec4 .curated-properties-card:hover img.bg-img {
  transform: scale(1.05);
}
section.home-sec4 .curated-properties-card:hover .text-wraper {
  background: rgba(58, 56, 48, 0.6);
}
section.home-sec4 .curated-properties-card:hover .text-wraper .details {
  max-height: 12.5rem;
  opacity: 1;
  margin-top: 0.75rem;
}
section.home-sec4 .curated-properties-card .text-wraper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.25rem;
  background: rgba(58, 56, 48, 0.2);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease-in-out;
}
section.home-sec4 .curated-properties-card .text-wraper h4 {
  color: var(--White, #FFF);
  font-family: Fraunces;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
section.home-sec4 .curated-properties-card .text-wraper .details {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
section.home-sec4 .curated-properties-card .text-wraper .details .location {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--White, #FFF);
  font-family: "Plus Jakarta Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
  margin-bottom: 0.75rem;
}
section.home-sec4 .curated-properties-card .text-wraper .details .location img {
  max-width: 1rem;
  max-height: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  margin-top: 0.2rem;
  flex-shrink: 0;
}
section.home-sec4 .curated-properties-card .text-wraper .details .price {
  color: var(--White, #FFF);
  font-family: Fraunces;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.75rem;
}
section.home-sec4 .curated-properties-card .text-wraper .details .specs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
section.home-sec4 .curated-properties-card .text-wraper .details .specs li {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  color: var(--White, #FFF);
  font-family: "Plus Jakarta Sans";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.home-sec4 .curated-properties-card .text-wraper .details .specs li img {
  max-width: 1rem;
  max-height: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

section.home-sec5 {
  padding: 6.25rem 0;
  background: var(--Cream, #F5EDE0);
}
section.home-sec5 .heading-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.62rem;
  text-align: center;
  max-width: 77rem;
  width: 100%;
  margin: 0 auto 3.12rem;
}
section.home-sec5 .heading-wraper h2 {
  color: var(--Charcoal-olive, #3A3830);
}
section.home-sec5 .local-communities-card .img-wraper {
  margin-bottom: 1.25rem;
  overflow: hidden;
}
section.home-sec5 .local-communities-card .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 21.875rem;
  transition: all 0.3s ease-in-out;
}
section.home-sec5 .local-communities-card:hover .img-wraper img {
  transform: scale(1.05);
}
section.home-sec5 .local-communities-card .text-wraper h4 {
  color: var(--Charcoal-olive, #3A3830);
  font-family: Fraunces;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.62rem;
}

section.home-sec6 {
  padding: 6.25rem 0;
  background: var(--Mushroom, #929288);
}
section.home-sec6 .heading-wraper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.12rem;
}
section.home-sec6 .heading-wraper .left-text-wraper .sub-heading {
  margin-bottom: 1rem;
}
section.home-sec6 .heading-wraper .left-text-wraper .sub-heading span {
  color: var(--White, #FFF);
}
section.home-sec6 .heading-wraper .left-text-wraper h2 {
  color: var(--White, #FFF);
}
section.home-sec6 .testimonials-card {
  background: #78786C;
  height: 100%;
}
section.home-sec6 .testimonials-card .top-wraper {
  padding-right: 1.25rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
section.home-sec6 .testimonials-card .top-wraper .quote-icon {
  display: block;
  margin-bottom: 0;
}
section.home-sec6 .testimonials-card .top-wraper .quote-icon img {
  max-width: 6.875rem;
  max-height: 6.875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.home-sec6 .testimonials-card .top-wraper .rating-wraper {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin-bottom: 1.25rem;
}
section.home-sec6 .testimonials-card .top-wraper .rating-wraper ul {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
section.home-sec6 .testimonials-card .top-wraper .rating-wraper ul li {
  display: table;
}
section.home-sec6 .testimonials-card .top-wraper .rating-wraper ul li img {
  max-width: 1rem;
  max-height: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
section.home-sec6 .testimonials-card .top-wraper .rating-wraper span {
  color: var(--White, #FFF);
  font-family: "Plus Jakarta Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.home-sec6 .testimonials-card .bottom-part {
  padding: 1.265rem;
}
section.home-sec6 .testimonials-card .bottom-part p {
  color: var(--White, #FFF);
  margin-bottom: 1.88rem;
  min-height: 9.75rem;
}
section.home-sec6 .testimonials-card .bottom-part .client-wraper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section.home-sec6 .testimonials-card .bottom-part .client-wraper .img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  overflow: hidden;
}
section.home-sec6 .testimonials-card .bottom-part .client-wraper .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
section.home-sec6 .testimonials-card .bottom-part .client-wraper h5 {
  color: var(--White, #FFF);
  font-family: Fraunces;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

section.home-sec7 {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 3.5rem 0;
}
section.home-sec7 .bg-img-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.home-sec7 .bg-img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec7 .content-wraper {
  padding: 1.88rem;
  background: var(--Charcoal-olive, #3A3830);
}
section.home-sec7 .content-wraper .sub-title {
  color: var(--White, #FFF);
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1.25rem;
}
section.home-sec7 .content-wraper h2 {
  color: var(--White, #FFF);
  margin-bottom: 1.25rem;
  margin-top: 0.62rem;
}
section.home-sec7 .content-wraper p {
  color: var(--White, #FFF);
  margin-bottom: 1.88rem;
}
section.home-sec7 .content-wraper .form-wraper form .fild-wraper {
  margin-bottom: 1.25rem;
}
section.home-sec7 .content-wraper .form-wraper form .fild-wraper input:not([type=submit]),
section.home-sec7 .content-wraper .form-wraper form .fild-wraper textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.75rem 1.25rem;
  color: var(--White, #FFF);
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  outline: none;
}
section.home-sec7 .content-wraper .form-wraper form .fild-wraper input:not([type=submit])::-moz-placeholder, section.home-sec7 .content-wraper .form-wraper form .fild-wraper textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
section.home-sec7 .content-wraper .form-wraper form .fild-wraper input:not([type=submit])::placeholder,
section.home-sec7 .content-wraper .form-wraper form .fild-wraper textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
section.home-sec7 .content-wraper .form-wraper form .fild-wraper textarea {
  height: 6.25rem;
  resize: none;
}
section.home-sec7 .content-wraper .form-wraper form .white-btn {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 1.88rem;
  justify-content: center;
}
section.home-sec7 .content-wraper .form-wraper form .white-btn input[type=submit] {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}

section.about-sec1 {
  padding: 6.25rem 0;
  background: #FFF;
}
section.about-sec1 .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 40rem;
}
section.about-sec1 .content-wraper .sub-heading {
  margin-bottom: 1.25rem;
}
section.about-sec1 .content-wraper h2 {
  color: var(--Charcoal-olive, #3A3830);
  margin-bottom: 1.25rem;
}
section.about-sec1 .content-wraper p {
  margin-bottom: 1.88rem;
}
section.about-sec1 .content-wraper .brown-btn {
  margin-top: 0.62rem;
}

section.about-sec2 {
  padding: 6.25rem 0;
  background: #929288;
}
section.about-sec2 .content-wraper {
  padding-right: 2.5rem;
}
section.about-sec2 .content-wraper .sub-heading {
  margin-bottom: 1.25rem;
}
section.about-sec2 .content-wraper .sub-heading span {
  color: var(--White, #FFF);
}
section.about-sec2 .content-wraper h2 {
  color: var(--White, #FFF);
  margin-bottom: 2.5rem;
}
section.about-sec2 .content-wraper p {
  color: var(--White, #FFF);
  margin-bottom: 1.25rem;
}
section.about-sec2 .content-wraper .border-btn {
  margin-top: 0.62rem;
}
section.about-sec2 .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 37.5rem;
}

section.home-sec6.testimonials-bg-cream {
  background: var(--Cream, #F5EDE0);
}
section.home-sec6.testimonials-bg-cream .heading-wraper .left-text-wraper .sub-heading span {
  color: var(--Bark, #7A6A56);
}
section.home-sec6.testimonials-bg-cream .heading-wraper .left-text-wraper h2 {
  color: var(--Charcoal-olive, #3A3830);
}
section.home-sec6.testimonials-bg-cream .heading-wraper .border-btn {
  color: var(--Charcoal-olive, #3A3830);
  border: 1px solid var(--Charcoal-olive, #3A3830);
}
section.home-sec6.testimonials-bg-cream .heading-wraper .border-btn:hover {
  background-color: var(--Charcoal-olive, #3A3830);
  color: #FFF;
}
section.home-sec6.testimonials-bg-cream .testimonials-card {
  background: var(--Mushroom, #9E8C78);
}

section.neighborhoods-sec1 {
  padding: 6.25rem 0;
  background: #FFF;
}
section.neighborhoods-sec1 .heading-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.62rem;
  text-align: center;
  margin-bottom: 3.75rem;
}
section.neighborhoods-sec1 .heading-wraper h2 {
  color: var(--Charcoal-olive, #3A3830);
}
section.neighborhoods-sec1 .row {
  padding-bottom: 3.12rem;
  align-items: center;
}
section.neighborhoods-sec1 .row:last-child {
  padding-bottom: 0;
}
section.neighborhoods-sec1 .row:nth-child(odd) {
  flex-direction: row-reverse;
}
section.neighborhoods-sec1 .img-wraper {
  overflow: hidden;
}
section.neighborhoods-sec1 .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 25.625rem;
  transition: all 0.3s ease-in-out;
}
section.neighborhoods-sec1 .img-wraper:hover img {
  transform: scale(1.05);
}
section.neighborhoods-sec1 .content-wraper .sub-heading {
  margin-bottom: 1rem;
}
section.neighborhoods-sec1 .content-wraper .sub-heading span {
  color: var(--Bark, #7A6A56);
  letter-spacing: 0.05rem;
}
section.neighborhoods-sec1 .content-wraper h3 {
  color: var(--Charcoal-olive, #3A3830);
  font-family: Fraunces;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.875rem;
  /* 103.333% */
  margin-bottom: 1rem;
}
section.neighborhoods-sec1 .content-wraper p {
  margin-bottom: 1.25rem;
}
section.neighborhoods-sec1 .content-wraper .border-btn {
  margin-top: 0.62rem;
  color: var(--Charcoal-olive, #3A3830);
  border: 1px solid #7A6A56;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6375rem 1.875rem;
  gap: 0.62rem;
}
section.neighborhoods-sec1 .content-wraper .border-btn:hover {
  background-color: var(--Charcoal-olive, #3A3830);
  color: #FFF;
}
section.neighborhoods-sec1 .content-wraper .border-btn img {
  max-width: 1.875rem;
  max-height: 1.875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
section.neighborhoods-sec1 .tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.62rem;
  margin-bottom: 1.88rem;
  max-width: 55%;
}
section.neighborhoods-sec1 .tag-list li {
  color: var(--Bark, #7A6A56);
  font-family: "Plus Jakarta Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.5rem 0.875rem;
  border-radius: 3.125rem;
  background: var(--Cream, #F5EDE0);
}

section.neighborhoods-sec2 {
  padding: 6.25rem 0;
  background-color: #929288;
  background-image: var(--kristi-tag-background, none);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section.neighborhoods-sec2 .heading-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.62rem;
  text-align: center;
}
section.neighborhoods-sec2 .heading-wraper .sub-heading span {
  color: var(--White, #FFF);
  letter-spacing: 0.05rem;
}
section.neighborhoods-sec2 .heading-wraper h2 {
  color: var(--White, #FFF);
  margin-bottom: 1.2rem;
}
section.neighborhoods-sec2 .heading-wraper p {
  max-width: 64rem;
  color: var(--White, #FFF);
  margin: 0 auto 1rem;
}
section.neighborhoods-sec2 .heading-wraper .tag-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.62rem;
  margin-top: 1.25rem;
}
section.neighborhoods-sec2 .heading-wraper .tag-list li {
  color: var(--White, #FFF);
  font-family: "Plus Jakarta Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.5rem 0.875rem;
  border-radius: 3.125rem;
  background: #78786C;
}

section.contact-cta {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 6.25rem 0;
}
section.contact-cta .bg-img-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.contact-cta .bg-img-wraper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(34, 32, 24, 0.8) 0%, rgba(34, 32, 24, 0.2) 100%);
}
section.contact-cta .bg-img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}
section.contact-cta .content-wraper .sub-heading {
  margin-bottom: 1rem;
}
section.contact-cta .content-wraper h2 {
  color: var(--White, #FFF);
  margin-bottom: 1.25rem;
}
section.contact-cta .content-wraper p {
  color: var(--White, #FFF);
  margin-bottom: 1.88rem;
}
section.contact-cta .content-wraper .btn-wraper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

section.nh-details-sec1 {
  padding: 6.25rem 0 0;
  background: #FFF;
}
section.nh-details-sec1 .left-content-wraper .sub-heading {
  margin-bottom: 1rem;
}
section.nh-details-sec1 .left-content-wraper .sub-heading span {
  color: var(--Bark, #7A6A56);
  letter-spacing: 0.05rem;
}
section.nh-details-sec1 .right-content-wraper {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
section.nh-details-sec1 .img-wraper {
  position: relative;
  margin-top: 1.88rem;
}
section.nh-details-sec1 .img-wraper img.bg-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 31.25rem;
}
section.nh-details-sec1 .img-wraper .tag-list {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.62rem;
  border-radius: 8.75rem;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(3.5px);
  padding: 0.625rem;
}
section.nh-details-sec1 .img-wraper .tag-list li {
  color: var(--Bark, #7A6A56);
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  border-radius: 3.125rem;
  background: var(--White, #FFF);
  padding: 0.125rem 0.625rem;
}

section.nh-details-sec2 {
  padding: 6.25rem 0;
  background: #FFF;
}
section.nh-details-sec2 .left-content-wraper .sub-heading {
  margin-bottom: 1rem;
}
section.nh-details-sec2 .left-content-wraper .sub-heading span {
  color: var(--Bark, #7A6A56);
  letter-spacing: 0.05rem;
}
section.nh-details-sec2 .left-content-wraper h2 {
  color: var(--Charcoal-olive, #3A3830);
}
section.nh-details-sec2 .right-content-wraper {
  display: flex;
  align-items: center;
  height: 100%;
}
section.nh-details-sec2 .overview-card {
  border: 1px solid var(--Parchment, #F5EDE0);
  background: #FFF;
  padding: 1.88rem 1.25rem;
  margin-top: 3.12rem;
}
section.nh-details-sec2 .overview-card .icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: var(--Cream, #F5EDE0);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
section.nh-details-sec2 .overview-card .icon img {
  max-width: 5rem;
  max-height: 5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.nh-details-sec2 .overview-card h5 {
  color: var(--Charcoal-olive, #3A3830);
  font-family: Fraunces;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.62rem;
}

section.nh-details-sec3 {
  padding: 6.25rem 0;
  background-color: #929288;
  background-image: var(--kristi-daily-life-background, none);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section.nh-details-sec3 .heading-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.62rem;
  text-align: center;
  margin-bottom: 3.12rem;
}
section.nh-details-sec3 .heading-wraper .sub-heading span {
  color: var(--White, #FFF);
  letter-spacing: 0.05rem;
}
section.nh-details-sec3 .heading-wraper h2 {
  color: var(--White, #FFF);
}
section.nh-details-sec3 .daily-life-card .img-wraper {
  margin-bottom: 1.25rem;
  overflow: hidden;
}
section.nh-details-sec3 .daily-life-card .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 21.875rem;
  transition: all 0.3s ease-in-out;
}
section.nh-details-sec3 .daily-life-card:hover .img-wraper img {
  transform: scale(1.05);
}
section.nh-details-sec3 .daily-life-card .text-wraper h5 {
  color: var(--White, #FFF);
  font-family: Fraunces;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.62rem;
}
section.nh-details-sec3 .daily-life-card .text-wraper p {
  color: var(--White, #FFF);
}
section.nh-details-sec3 .btn-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.12rem;
}

section.nh-details-sec4 {
  padding: 6.25rem 0;
  background: #FFF;
}
section.nh-details-sec4 .img-wraper {
  overflow: hidden;
}
section.nh-details-sec4 .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 28rem;
}
section.nh-details-sec4 .content-wraper .sub-heading {
  margin-bottom: 1rem;
}
section.nh-details-sec4 .content-wraper .sub-heading span {
  color: var(--Bark, #7A6A56);
  letter-spacing: 0.05rem;
}
section.nh-details-sec4 .content-wraper h2 {
  color: var(--Charcoal-olive, #3A3830);
  margin-bottom: 1.25rem;
}
section.nh-details-sec4 .content-wraper p {
  margin-bottom: 1.88rem;
}
section.nh-details-sec4 .content-wraper .tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.62rem;
  width: 80%;
}
section.nh-details-sec4 .content-wraper .tag-list li {
  color: var(--Bark, #7A6A56);
  font-family: "Plus Jakarta Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.5rem 0.875rem;
  border-radius: 3.125rem;
  background: var(--Cream, #F5EDE0);
}

section.contact-sec1 {
  padding: 6.25rem 0;
  background: #FFF;
}
section.contact-sec1 .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 25rem;
}
section.contact-sec1 .content-wraper .sub-heading {
  margin-bottom: 1rem;
}
section.contact-sec1 .content-wraper .sub-heading span {
  color: var(--Bark, #7A6A56);
  letter-spacing: 0.05rem;
}
section.contact-sec1 .content-wraper h2 {
  color: var(--Charcoal-olive, #3A3830);
  margin-bottom: 1.25rem;
}

section.contact-sec2 {
  padding: 6.25rem 0;
  background: #929288;
}
section.contact-sec2 .contact-info-wraper {
  padding-right: 2.5rem;
}
section.contact-sec2 .contact-info-wraper .sub-heading {
  margin-bottom: 1rem;
}
section.contact-sec2 .contact-info-wraper .sub-heading span {
  color: var(--White, #FFF);
  letter-spacing: 0.05rem;
}
section.contact-sec2 .contact-info-wraper h2 {
  color: var(--White, #FFF);
  margin-bottom: 1.25rem;
}
section.contact-sec2 .contact-info-wraper p {
  color: var(--White, #FFF);
  margin-bottom: 2.5rem;
}
section.contact-sec2 .contact-info-wraper ul.info-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
section.contact-sec2 .contact-info-wraper ul.info-list li a,
section.contact-sec2 .contact-info-wraper ul.info-list li .address {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--White, #FFF);
  font-family: Fraunces;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.contact-sec2 .contact-info-wraper ul.info-list li a .icon,
section.contact-sec2 .contact-info-wraper ul.info-list li .address .icon {
  max-width: 4.375rem;
  width: 100%;
  height: 4.375rem;
  border-radius: 2.1875rem;
  border: 1px solid var(--Parchment, #F5EDE0);
  background: var(--Oyster-grey, #929288);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.contact-sec2 .contact-info-wraper ul.info-list li a .icon img,
section.contact-sec2 .contact-info-wraper ul.info-list li .address .icon img {
  max-width: 1.87rem;
  max-height: 1.87rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.contact-sec2 .form-wraper {
  background: rgba(34, 32, 24, 0.85);
  padding: 2.5rem;
}
section.contact-sec2 .form-wraper h3 {
  color: var(--White, #FFF);
  font-family: Fraunces;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 1.88rem;
}
section.contact-sec2 .form-wraper form .fild-wraper {
  margin-bottom: 1.25rem;
}
section.contact-sec2 .form-wraper form .fild-wraper input,
section.contact-sec2 .form-wraper form .fild-wraper textarea,
section.contact-sec2 .form-wraper form .fild-wraper select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  padding: 0.875rem 1.25rem;
  color: var(--White, #FFF);
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  outline: none;
  box-shadow: none;
}
section.contact-sec2 .form-wraper form .fild-wraper input::-moz-placeholder, section.contact-sec2 .form-wraper form .fild-wraper textarea::-moz-placeholder, section.contact-sec2 .form-wraper form .fild-wraper select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
section.contact-sec2 .form-wraper form .fild-wraper input::placeholder,
section.contact-sec2 .form-wraper form .fild-wraper textarea::placeholder,
section.contact-sec2 .form-wraper form .fild-wraper select::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
section.contact-sec2 .form-wraper form .fild-wraper select {
  background-image: var(--kristi-select-arrow, none);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 1.25rem;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
section.contact-sec2 .form-wraper form .fild-wraper select option {
  color: #3A3830;
}
section.contact-sec2 .form-wraper form .fild-wraper textarea {
  height: 5rem;
  resize: none;
}
section.contact-sec2 .form-wraper form .white-btn {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 1.88rem;
  justify-content: center;
}
section.contact-sec2 .form-wraper form .white-btn input[type=submit] {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none;
}/*# sourceMappingURL=style.css.map */