html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
  object-fit: cover;
}

input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h5 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --title: black;
  --font: #444;
  --primary: #f1ebe4;
  --white: white;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 160%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

p {
  color: var(--font);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 170%;
}

a {
  color: var(--font);
  text-decoration: underline;
}

a:hover, a:focus {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 30px;
}

li {
  padding-bottom: 10px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 600;
}

blockquote {
  background-color: var(--primary);
  color: var(--font);
  text-align: center;
  border-left: 0 rgba(255, 255, 255, 0);
  margin-bottom: 30px;
  padding: 35px;
  font-size: 16px;
  line-height: 170%;
}

.header {
  border-bottom: 0 rgba(0, 0, 0, 0);
}

.container {
  z-index: 1;
  max-width: 1326px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.navbar {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link {
  color: var(--font);
  margin-right: 50px;
  padding: 15px 0;
  transition: color .3s;
}

.nav-link:hover, .nav-link:active {
  color: var(--title);
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--font);
  text-decoration: none;
}

.nav-link.w--current:hover {
  text-decoration: underline;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-wrapper {
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.header-contact-wrapper {
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.primary-button {
  color: var(--font);
  background-color: #fff;
  border: 1px solid #000;
  padding: 12px 24px 12px 24px;
  font-size: 14px;
  transition: color .3s, background-color .3s;
}

.primary-button:hover {
  background-color: var(--title);
  color: var(--white);
  text-decoration: none;
}

.primary-button:focus {
  background-color: var(--title);
  color: var(--white);
  text-decoration: none;
}

.hero-block {
  background-color: #fdf1e3;

  padding-bottom: 0;
  overflow: hidden;
}

.hero-wrapper {
 grid-template-columns: 1fr 1fr;
  display: grid;
  column-gap: 40px;
}

.hero-image-block {
  position: relative;
}

.hero-image {
  max-height: 500px;
  width: 100%;
  height: 100%;
}
.hero-content {
  width: 100%;
  margin-right: 40px;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.hero-text {
  color: var(--font);
  width: 100%;
  max-width: 544px;
  line-height: 170%;
}

.data-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.title-tag {
  color: var(--title);
  text-transform: uppercase;
  border-left: 1px solid #333;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.image-placeholder {
  background-color: #e7e7e7;
  min-width: 50%;
  margin-left: -72px;
  position: relative;
  max-height: 500px;
  overflow: hidden;

  img {
  max-height: 500px;
  width: 100%;
  }
}

.image-block {
  position: relative;
}

.title-block {
  margin-bottom: 30px;
}

.title-block.mb40 {
  margin-bottom: 40px;
}

.title-block.width-340 {
  width: 100%;
  max-width: 340px;
  margin-bottom: 0;
}

.info-label {
  color: var(--font);
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.detail-dot {
  background-color: #c4c4c4;
  width: 5px;
  min-width: 5px;
  height: 5px;
  margin-left: 12px;
  margin-right: 12px;
}

.detail-wrapper {
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.property-price {
  color: var(--font);
  text-align: right;
  width: 100%;
  max-width: 20%;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.property-detail-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-block.right {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.category-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-icon {
  justify-content: center;
  align-items: center;
  width: 75px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 10px;
  display: flex;
}

.grid-wrapper {
  z-index: 0;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1296px;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

.grid-line {
  border-left: 0 rgba(0, 0, 0, 0);
}

.about-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-icon {
  margin-bottom: 18px;
}

.testimonial-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: column;

  & .title-block.width-340 {
    max-width: 100%;
    margin-bottom: 50px;
  }
}

.slider-block {
  width: 100%;
  max-width: 100%;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-bottom: 75px;
}

.t-slider-mask {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial-block {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  min-height: 315px;
  padding: 30px;
  display: flex;
}

.star-image {
  margin-bottom: 20px;
  max-width: 100px;
}

.block-quote {
  color: var(--font);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-left-style: none;
  margin-bottom: 60px;
  padding: 0;
  font-size: 16px;
  line-height: 170%;
}

.customer-wrapper {
  align-items: center;
  display: flex;

  img {
    border-radius: 50%;
  }
}

.customer-name {
  color: var(--font);
  margin-left: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;

  & .customer-date {
    font-size: 12px;
    line-height: 150%;
    font-weight: 400;
    margin-top: 10px;
  }
}

.slide {
  padding-left: 15px;
  padding-right: 15px;
}

.logo-title {
  color: var(--font);
  text-align: center;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  line-height: 170%;
}

.client-logo {
  opacity: .1;
  margin-right: 100px;
  transition: opacity .3s;
}

.client-logo:hover {
  opacity: .3;
}

.client-logo.lst {
  margin-right: 0;
}

.logo-container {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-dropdown {
  border: 1px solid rgba(0, 0, 0, .1);
  transition: border .3s;
  display: block;
}

.faq-dropdown:hover, .faq-dropdown:focus {
  border-color: rgba(0, 0, 0, .2);
}

.faq-d-button {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  display: flex;
}

.faq-answer-block {
  padding: 25px;
}

.connect-wrapper {
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.contact-detail-block {
  width: 100%;
  max-width: 526px;
}

.info-link {
  color: var(--font);
  text-decoration: none;
}

.info-link:hover {
  text-decoration: underline;
}

.contact-form-block {
  background-color: var(--white);
  width: 100%;
  max-width: 615px;
  margin-left: 50px;
  padding: 40px;
}

.form {
  margin-bottom: 0;
}

.field-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  display: grid;
}

.input-field {
  color: var(--font);
  border: 1px #000;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  height: auto;
  margin-bottom: 0;
  padding: 12px 0;
  font-size: 14px;
  line-height: 150%;
}

.input-field.text-area {
  min-height: 130px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 150%;
}

.field-label {
  color: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.form-wrapper {
  text-align: right;
}

.footer {
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-radius: 1px;
  padding-top: 70px;
  padding-bottom: 25px;
}

.footer-top {
  justify-content: space-between;
  display: flex;
}

.footer-logo {
  width: 100%;
  max-width: 50%;

  & .footer-link {
    max-width: 200px;
  }
}

.footer-link {
  margin-bottom: 30px;
}

.f-inside {
  align-items: center;
  padding-right: 50px;
  display: flex;
}

.f-inside.last-inside {
  padding-right: 0;
}

.contact-text {
  margin-left: 12px;
}

.f-inside-wrap {
  justify-content: flex-start;
  align-items: start;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.top-footer-links {
  justify-content: end;
  column-gap: 40px;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.footer-links {
  color: var(--font);
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.footer-links:hover {
  text-decoration: underline;
}

.link-item {
  margin-bottom: 16px;
  padding-bottom: 0;
}

.link-list {
  margin-bottom: 0;
  padding-left: 60px;
}

.link-list.first-link-wrap {
  padding-left: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 70px;
  padding-top: 20px;
}

.bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-hero {
  background-color: var(--primary);
  margin-bottom: 60px;
  padding-top: 62px;
  padding-bottom: 62px;
}

.page-title {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  line-height: 160%;
}

.page-hero-wrapper {
  text-align: center;
}

.about-video {
  width: 100%;
  max-width: 100%;
  max-height: 500px;

  & .image {
    max-height: 500px;
    object-position: bottom;
  }
}

.about-two-image {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.image {
  width: 100%;
}

.about-left {
  width: 100%;
  max-width: 50%;
  padding-right: 25px;
}

.about-right {
  width: 50%;
  max-width: 100%;
  padding-left: 25px;
}

.base-space {
  padding-bottom: 80px;
  padding-top: 80px;
}

.checklist-item {
  color: var(--font);
  background-image: url("../images/icon-9.webp");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-bottom: 18px;
  padding-bottom: 0;
  padding-left: 30px;
  line-height: 170%;
}

.checklist-item.last-item {
  margin-bottom: 0;
  padding-bottom: 0;
}

.checklist-wrapper {
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
}

.our-vision.base-space {
  overflow: hidden;
}

.right-image-placeholder {
  background-color: #f3f3f3;
  min-width: 50%;
  margin-right: -64px;
  position: relative;
}

.faq-title {
  color: var(--font);
}

.copyright-text {
  padding-bottom: 0;
}

.hero-title {
  line-height: 120%;
}

.brand-logo-section {
  padding-top: 60px;
}

.faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.review-section {
  background-color: var(--primary);
  padding-top: 70px;
  padding-bottom: 70px;
}

.why-choose-section {
  background-color: var(--primary);
  padding-top: 70px;
  padding-bottom: 70px;
}

.latest-section {
  padding-top: 50px;
  padding-bottom: 120px;
}

.category-section {
  background-color: var(--primary);
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.who-we-are-section {
  padding-top: 120px;
  padding-bottom: 60px;
}

.inner-page-section {
  padding-bottom: 60px;
}

.inner-page-section.contact-page {
  padding-bottom: 0;
}

.last-paragraph {
  margin-bottom: 0;
  padding-bottom: 0;
}

.property-link {
  text-decoration: none;
  transition: transform .3s;
  display: block;
}

.property-link:hover {
  text-decoration: none;
}

.logo-link {
  padding-top: 12px;
  padding-bottom: 12px;
  max-width: 120px;
}

.logo-link.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.connect-contact {
  background-color: var(--primary);
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.property-text {
  width: 100%;
  max-width: 80%;
}

.property-list-title {
  font-size: 18px;
  text-decoration: none;
}

.property-list-title:hover, .property-list-title:focus {
  text-decoration: underline;
}

.category-link, .category-link:hover, .category-link:focus {
  text-decoration: none;
}

.category-tagline {
  margin-bottom: 0;
}

.subscribe-form-block {
  z-index: 12;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.form-image {
  background-image: url("../images/photo-3.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 50%;
}

.form-content {
  flex: 1;
  padding: 105px 50px;
}

.review-title {
  margin-bottom: 0;
}

.hero-image-placeholder {
  background-color: #fdf1e3;

}

.media-wrap {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.property-thumb {
  width: 100%;
  min-height: 350px;
  max-height: 350px;
}

@media screen and (min-width: 1280px) {
  a:hover {
    text-decoration: none;
  }

  .category-link {
    text-decoration: none;
  }

  .hero-image-placeholder {
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    border: 0px none var(--title);
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .nav-link {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .link-wrapper {
    flex-wrap: wrap;
    margin-right: 0;
    margin-top: 20px;
  }

  .header-contact-wrapper {
    border-left: 0 rgba(0, 0, 0, 0);
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .nav-menu {
    background-color: var(--white);
    border-top: 0 solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px;
  }

  .primary-button.header-button {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    max-width: 100%;
  }

  .hero-image-block {
    width: 100%;
    min-width: auto;
    max-width: 600px;
    margin-right: 0;
  }

  .hero-content {
    margin-right: 0;
    padding-right: 20px;
  }

  .hero-text {
    margin-bottom: 20px;
  }

  .data-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }

  .title-tag {
    margin-bottom: 5px;
  }

  .image-placeholder {
    min-width: 100%;
    margin-left: 0;
  }

  .title-block.mb40 {
    margin-bottom: 30px;
  }

  .title-block.width-340 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .property-price {
    text-align: left;
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .property-detail-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .category-wrapper {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .category-icon {
    margin-bottom: 15px;
  }

  .grid-wrapper {
    display: none;
  }

  .about-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .about-icon {
    margin-right: 10px;
  }

  .testimonial-wrapper {
    flex-wrap: wrap;
  }

  .testimonial-block {
    padding: 20px;
  }

  .slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .client-logo {
    margin-right: 0;
    padding: 15px;
  }

  .logo-container {
    margin-left: -15px;
    margin-right: -15px;
  }

  .faq-wrapper {
    grid-column-gap: 0px;
    flex-wrap: wrap;
    display: flex;
  }

  .faq-d-button {
    padding: 15px;
  }

  .contact-form-block {
    margin-left: 20px;
    padding: 20px;
  }

  .field-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-top {
    flex-wrap: wrap;
  }

  .footer-logo {
    padding-bottom: 40px;
  }

  .f-inside {
    padding-right: 25px;
  }

  .top-footer-links {
    max-width: 100%;
    margin-left: -30px;
    margin-right: -30px;
  }

  .link-list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-list.first-link-wrap {
    padding-left: 30px;
  }

  .page-hero {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-title {
    color: var(--title);
    font-size: 50px;
  }

  .about-section.base-space {
    padding-bottom: 60px;
  }

  .about-two-image {
    padding-top: 30px;
  }

  .about-left {
    padding-right: 15px;
  }

  .about-right {
    padding-left: 15px;
  }

  .what-we-are.base-space {
    padding-bottom: 60px;
  }

  .checklist-item {
    margin-bottom: 12px;
  }

  .our-vision.base-space {
    padding-bottom: 60px;
  }

  .right-image-placeholder {
    min-width: 100%;
  }

  .question {
    width: 100%;
    max-width: 100%;
  }

  .hero-title {
    font-size: 36px;
    line-height: 150%;
  }

  .brand-logo-section {
    padding-top: 50px;
  }

  .why-choose-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .latest-section {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .category-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .who-we-are-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .inner-page-section {
    padding-bottom: 0;
  }

  .menu-button {
    background-color: var(--white);
    padding: 0;
  }

  .block-wrapper {
    display: flex;
  }

  .logo-link, .logo-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .property-text {
    max-width: 100%;
  }

  .property-list-title {
    line-height: 170%;
  }

  .form-image {
    max-width: 360px;
  }

  .form-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .top-line, .middle-line {
    background-color: var(--title);
    border-radius: 10px;
    width: 26px;
    height: 2px;
    margin-bottom: 5px;
    padding: 0;
  }

  .bottom-line {
    background-color: var(--title);
    border-radius: 10px;
    width: 26px;
    height: 2px;
    padding: 0;
  }

  .property-thumb {
    min-height: 300px;
    max-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }

  h5 {
    margin-bottom: 7px;
    line-height: 110%;
  }

  p {
    margin-bottom: 20px;
  }

  blockquote {
    padding: 25px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-wrapper {
    flex-wrap: wrap;
  }

  .hero-image-block {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .hero-content {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    padding-right: 0;
  }

  .hero-text {
    max-width: 100%;
  }

  .data-wrapper {
    display: block;
  }

  .image-placeholder {
    min-width: 100%;
    margin-left: 0;
  }

  .image-block {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .image-block.right-img-block {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .title-block {
    margin-bottom: 20px;
  }

  .title-block.mb40 {
    margin-bottom: 30px;
  }

  .detail-wrapper, .property-price {
    margin-top: 6px;
  }

  .testimonial-slider {
    margin-left: -10px;
    margin-right: -10px;
  }

  .t-slider-mask {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
  }



  .block-quote {
    margin-bottom: 30px;
  }

  .logo-container {
    margin-bottom: 0;
  }

  .connect-wrapper {
    flex-wrap: wrap;
  }

  .contact-detail-block {
    max-width: 100%;
  }

  .contact-form-block {
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
    padding: 20px;
  }

  .field-wrapper {
    grid-column-gap: 0px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
    display: flex;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-logo {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .footer-link {
    justify-content: center;
    margin-bottom: 0;
    margin-right: 30px;
    display: flex;
  }

  .f-inside {
    padding-left: 15px;
    padding-right: 15px;
  }

  .f-inside-wrap {
    justify-content: center;
  }

  .top-footer-links {
    justify-content: center;
  }

  .link-item {
    margin-bottom: 10px;
  }

  .link-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    margin-top: 40px;
  }

  .bottom-wrapper {
    flex-wrap: wrap;
    display: block;
  }

  .page-hero {
    margin-bottom: 40px;
  }

  .about-section.base-space {
    padding-bottom: 40px;
  }

  .what-we-are.base-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .checklist-wrapper {
    margin-top: 20px;
  }

  .our-vision.base-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .right-image-placeholder {
    margin-right: 0;

    img {
      width: 100%;
      max-height: 500px;
    }
  }


  .copyright-text {
    text-align: center;
  }

  .form-field {
    width: 100%;
    max-width: 100%;
  }

  .hero-title {
    font-size: 40px;
    line-height: 140%;
  }

  .brand-logo-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .why-choose-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .latest-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .category-section {
  
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .who-we-are-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner-page-section {
    padding-bottom: 40px;
  }

  .last-paragraph {
    margin-bottom: 0;
  }

  .block-wrapper {
    align-items: center;
  }

  .logo-link.w--current {
    padding-left: 0;
  }

  .connect-contact {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .property-list-title {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 150%;
  }

  .subscribe-form-block {
    flex-direction: column;
  }

  .form-image {
    display: none;
  }

  .form-content {
    padding: 40px 30px;
  }

  .modal-title {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .property-thumb {
    min-height: 250px;
    max-height: 250px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h5 {
    font-size: 16px;
  }

  .title-block.mb40 {
    margin-bottom: 30px;
  }

  .detail-dot {
    margin-left: 6px;
    margin-right: 6px;
  }

  .detail-wrapper {
    flex-wrap: wrap;
  }

  .category-wrapper {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }

  .category-icon {
    margin-bottom: 0;
  }

  .about-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-icon {
    margin-bottom: 15px;
  }

  .slider-block, .t-slider-mask {
    max-width: 100%;
  }

  .customer-name {
    margin-left: 10px;
    font-size: 16px;
  }

  .logo-title {
    margin-bottom: 10px;
  }

  .faq-d-button {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
  }

  .contact-form-block {
    padding: 10px;
  }

  .field-wrapper {
    grid-row-gap: 30px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-logo {
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .footer-link {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .f-inside {
    justify-content: left;
    padding-bottom: 20px;
  }

  .f-inside.last-inside {
    padding-right: 15px;
  }

  .f-inside-wrap {
    display: block;
  }

  .top-footer-links {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-text {
    margin-left: 0;
  }

  .link-item {
    margin-bottom: 16px;
  }

  .link-list {
    border-top: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 30px 0 0;
  }

  .link-list.first-link-wrap {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 0;
  }

  .footer-bottom {
    margin-top: 20px;
  }

  .page-hero {
    color: var(--font);
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .page-title {
    font-size: 40px;
  }

  .about-section.base-space {
    padding-bottom: 60px;
  }

  .about-two-image {
    flex-wrap: wrap;
  }

  .about-left {
    max-width: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .about-right {
    width: 100%;
    padding-left: 0;
  }

  .checklist-item {
    color: var(--font);
  }

  .faq-title {
   flex: 0 auto;
    width: 100%;
    max-width: 85%;
    font-size: 16px;
    display: block;
  }

  .hero-title {
    font-size: 30px;
  }

  .category-box {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .category-text {
    padding-left: 15px;
  }

  .inner-page-section {
    padding-bottom: 0;
  }

  .logo-link {
    padding-left: 0;
  }

  .property-list-title {
    font-size: 18px;
  }

  .category-link {
    align-items: center;
    display: flex;
  }

  .form-content {
    padding: 40px 25px;
  }

  .modal-title {
    font-size: 26px;
  }
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@media screen and (max-width: 991px) {
.nav-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  flex-direction: column;

  & .primary-button.header-button {
    max-width: fit-content;
  }
}
.nav-menu.active {
  max-height: 500px;
}

.menu-button.open .top-line {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-button.open .middle-line {
  opacity: 0;
}
.menu-button.open .bottom-line {
  transform: rotate(-45deg) translate(6px, -6px);
}

.top-line,
.middle-line,
.bottom-line {
  width: 25px;
  height: 3px;
  background: #000;
  margin: 5px 0;
  transition: all 0.3s ease;
}

.w-nav-button {
  display: block;
}

}

.product-manager {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.w-dyn-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.w-dyn-item:hover {
  transform: translateY(-8px);
  cursor: pointer;
}

.moving-images-section {
  overflow: hidden;
  background-color: #ffffff;
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
}

.marquee {
  display: flex;
  animation: marquee 20s linear infinite;
}

.marquee img {
  width: 300px;
  height: auto;
  transition: transform 0.3s;
}


@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.search-wrapper {
  margin-bottom: 20px;
  margin-bottom: 60px;

  input {
    width: 100%;
     padding: 10px; 
     font-size: 16px;
  }
}

.delivery-hero {
  margin-bottom: 0;
}

.delivery-info {
  &.category-section {
    padding-top: 0 ;
    padding-bottom: 0;
  }

  & .container {
    max-width: 100%;
    padding: 0;
  }

  & .subscribe-form-block {
    max-width: 100%;
  }

  & .form-content {
    max-width: 700px;
  }
}

.delivery-price {
  & .image-placeholder {
    margin-left: 0;
  }
}

.delivery-advantages {
  & .w-dyn-item {
    cursor: default;
  }
}

.faq-answer-block {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 20px;
}

.faq-answer-block.open {
  max-height: 500px;
  padding: 20px;
}

.faq-d-button {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 5px;
}

.faq-title {
  font-weight: 600;
}

.faq-icon {
  transition: transform 0.3s ease;
}

.faq-d-button.open .faq-icon {
  transform: rotate(45deg);
}

.contact-hero.page-hero{
  margin-bottom: 0;
}

.contact-page .connect-contact {
  background-color: #fff;
}

.checkbox-label {
  input {
    margin-right: 10px;
  }
}

.contact-page {
  & .f-inside-wrap {
    margin-top: 40px;
  }
}

.legal {
  & .data-wrapper {
    grid-template-columns: 1fr;
  }

  h3 {
    font-size: 30px;
    margin-top: 20px;
  }
}


.dop-style {
  padding: 150px 30px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;


  & .thank-you-message {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  & .primary-button {
    max-width: fit-content;
    margin: 0 auto;
  }
}

.delivery-info {
  & .form-image{
    background-image: url("../images/photo-18.webp");
  }
}

@media screen and (max-width: 991px) {
  .product-manager {
    grid-template-columns: 1fr 1fr;
  }

  .contact-text {
    margin-left: 0;
  }

  .image-block,
  .right-image-placeholder {
    height: 100%;
  }

  .right-image-placeholder {
    img {
      height: 100%;
    }
  }

  .image-placeholder {
    height: 100%;
    img {
      height: 100%;
    }
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-bottom: 20px;
  }

  .marquee {
    animation: marquee 10s linear infinite;
  }

  .footer-logo{
    max-width: 100%;
    justify-content: space-between;
  }

  .image-placeholder {
    margin-top: 30px;
  }

  .legal-hero {
    & .page-title {
      font-size: 30px;
    }
  }

  .delivery-info {
    & .container {
      padding: 20px;
    }
  }
}

@media screen and (max-width: 479px) {
  .product-manager {
    grid-template-columns: 1fr;
  }

   .marquee {
    animation: marquee 5s linear infinite;
  }

  .footer-logo {
    & .footer-link {
      margin: 0 auto;
      margin-bottom: 30px;
    }
  }

  .about-image {
    width: 100%;
  }

  .delivery-info {
    & .container {
      padding: 20px;
    }
  }
}

