@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-VariableFont_slntwght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Elmoder;
  src: url('../fonts/ELMODER-BOLD.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noir Pro;
  src: url('../fonts/NoirPro-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noir Pro;
  src: url('../fonts/NoirPro-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

:root {
  --green: #456444;
  --white: #f2f2dc;
  --orange: #c66613;
  --white-85: #f2f2dcd9;
  --blur: 11px;
  --black: black;
  --dark-green: #2e432d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.container {
  padding-top: 128px;
  padding-bottom: 128px;
}

.body {
  background-color: var(--green);
  background-image: url('../images/TRIBAL-TILE.png');
  background-position: 0 0;
}

.hero-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--white);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Elmoder, sans-serif;
  font-size: 7vw;
  line-height: 72px;
}

.orange-text {
  color: var(--orange);
}

.hero-paragraph {
  width: 75%;
  color: var(--white-85);
  text-align: center;
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.button {
  background-color: var(--orange);
  letter-spacing: 1px;
  border-radius: 4px;
  font-family: Noir Pro, sans-serif;
  font-weight: 500;
}

.orange-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--orange);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Noir Pro, sans-serif;
  font-weight: 500;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.button-icon {
  width: 22px;
  height: 22px;
  overflow: hidden;
}

.cream-section {
  background-color: var(--white);
}

.houses-section-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 48px;
  display: flex;
}

.hp-property-wrapper {
  width: 100%;
  height: 400px;
  box-shadow: 0 4px var(--blur) 0 #00000040;
  color: var(--white);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.hp-property-wrapper.margin-top-35 {
  margin-top: 25%;
}

.grid {
  grid-template: "Area ."
                 "Area Area-2"
                 ". Area-2"
                 / 1fr 1fr;
}

.image-2 {
  object-fit: cover;
}

.image-fill-wrapper {
  position: absolute;
  inset: 0%;
}

.hp-property-image {
  position: relative;
}

.hp-property-text-wrapper {
  padding: 16px;
  position: absolute;
  inset: auto 0% 0%;
}

.card-header {
  color: var(--white);
  font-family: Elmoder, sans-serif;
  font-size: 18px;
}

.paragraph {
  color: var(--white-85);
}

.lts-header {
  color: var(--orange);
  text-align: center;
  font-family: Elmoder, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}

.lts-text {
  text-align: center;
  letter-spacing: -3px;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 92px;
  font-weight: 800;
  line-height: 96px;
}

.container-wide {
  max-width: 1440px;
  padding: 128px 24px;
}

.hero-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.brand {
  height: 75px;
  max-height: 50px;
}

.nav-link {
  color: var(--white);
  font-family: Noir Pro, sans-serif;
  font-weight: 600;
}

.section-heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Noir Pro, sans-serif;
  font-weight: 600;
}

.heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.squiggle-wrapper {
  width: 100px;
}

.services-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 62px;
  display: flex;
}

.service-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--dark-green);
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 35%;
  height: auto;
  padding: 24px;
  display: flex;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Elmoder, sans-serif;
}

.paragraph-2 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.service-icon-wrapper {
  width: 64px;
}

.hero-container {
  padding: 192px 24px;
}

.who-are-we-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.large-image-wrapper {
  width: 50%;
}

.text-header-wrapper {
  align-self: center;
  width: 50%;
}

.heading-3 {
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Elmoder, sans-serif;
  font-weight: 600;
}

.heading-icon-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-icon-wrapper {
  width: 32px;
}

.paragraph-3 {
  text-align: center;
  width: 85%;
  margin-top: 24px;
  margin-bottom: 48px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.interested-text {
  text-align: center;
  letter-spacing: -3px;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 38px;
}

.card-gradient-overlay {
  background-image: linear-gradient(0deg, #363636, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.footer-dark {
  color: var(--white);
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  width: 25%;
  height: 100%;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.submit-button {
  display: block;
}

.container-low-bottom {
  padding-top: 64px;
  padding-bottom: 64px;
}

.heading-4 {
  text-align: center;
  margin-bottom: 12px;
  font-family: Noir Pro, sans-serif;
  font-weight: 600;
}

.text-field, .text-field-2 {
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading {
    text-align: center;
    white-space: pre-wrap;
    font-size: 80px;
    line-height: 66px;
  }

  .houses-section-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hp-property-wrapper.margin-top-35 {
    margin-top: 0%;
  }

  .lts-text {
    font-size: 64px;
    line-height: 66px;
  }

  .nav-link {
    color: var(--black);
  }

  .menu-button {
    color: var(--white);
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .nav-menu {
    background-color: var(--white);
  }

  .container-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-low-bottom {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-center {
    justify-content: center;
    align-items: flex-start;
  }

  .heading {
    text-align: left;
    white-space: pre-wrap;
    font-size: 84px;
    line-height: 76px;
  }

  .hero-paragraph {
    text-align: left;
  }

  .container-wide {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-text-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .services-content-wrapper {
    flex-flow: column;
  }

  .service-wrapper {
    width: 100%;
  }

  .hero-container {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .who-are-we-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .large-image-wrapper, .text-header-wrapper {
    width: 100%;
  }

  .interested-text {
    letter-spacing: -2px;
    font-size: 24px;
    line-height: 26px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .container-low-bottom {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 53px;
    line-height: 45px;
  }

  .hero-paragraph {
    font-size: 18px;
    line-height: 20px;
  }

  .lts-header {
    text-align: center;
    line-height: 28px;
  }

  .lts-text {
    letter-spacing: -2px;
    font-size: 38px;
    line-height: 34px;
  }

  .hero-text-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .hero-container {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .paragraph-3 {
    text-align: left;
    width: 100%;
  }

  .interested-text {
    text-align: left;
  }

  .container-3 {
    max-width: none;
  }

  .heading-4 {
    line-height: 36px;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-VariableFont_slntwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elmoder';
  src: url('../fonts/ELMODER-BOLD.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noir Pro';
  src: url('../fonts/NoirPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noir Pro';
  src: url('../fonts/NoirPro-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}