@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;0,800;1,200&display=swap");
:root {
  --navLink: #7A4E37;
  --primaryColor: #D6885D;
  --primaryTitleColor: #3D3A3B;
  --primaryBodyTextColor: #707070;
}

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

.hide-desktop {
  display: block;
}

.nav-list {
  display: none;
  flex-direction: column;
}

.nav-list.show-mobile {
  display: flex;
  width: 100%;
  position: fixed;
  top: -1rem;
  background-color: #ffffff;
  padding-left: 0;
  z-index: 10;
}
.nav-list.show-mobile li {
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}
.nav-list.show-mobile li img {
  cursor: pointer;
  background-color: #707070;
}
.nav-list.show-mobile li a {
  text-decoration: none;
  color: var(--navLink);
}
.nav-list.show-mobile #exit-btn {
  text-align: end;
  padding: 1rem 3rem;
}

.heroBG-mobile {
  width: 100%;
  height: 45rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: -0.25rem;
}

.heroBG-desktop {
  display: none;
}

.heroBG-tablet {
  display: none;
}

.hero-container {
  width: 100vw;
  margin: 0 auto;
  position: absolute;
  top: 1rem;
}

header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header nav .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: auto;
}
header nav .logo img {
  height: 2.1rem;
  padding-right: 0.7rem;
}
header nav .logo .logo-text {
  line-height: 95%;
  color: #474746;
  font-size: 1.2rem;
}
header nav .logo span {
  color: #621B1B;
  font-weight: 600;
}
header nav .menu-toggle {
  cursor: pointer;
  margin: auto;
}

.hero {
  margin-top: 22rem;
  text-align: center;
}
.hero .main-text {
  padding-top: 0;
}
.hero .main-text .hero-title {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 2.4rem;
  color: var(--primaryColor);
}
.hero .main-text .hero-title span {
  color: var(--primaryTitleColor);
  font-weight: 600;
  font-size: 0.9em;
}
.hero .main-text .cta {
  display: flex;
  margin: 0 auto;
  width: 10rem;
  padding: 0rem 1.2rem;
  border-radius: 0.6rem;
  font-size: 1.1rem;
  color: #3D3A3B;
  font-weight: 600;
  justify-content: space-between;
  background: #D8E2DC;
  text-decoration: none;
}
.hero .main-text .cta .buttonText {
  margin: 0.75rem 0;
}
.hero .main-text .cta .email-icon {
  width: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.body-container {
  width: 98vw;
  margin-top: -0.2rem;
}

.story {
  display: none;
}

.shape-graphic-1 {
  display: none;
}

.features .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #f7f7f7, #e3e3e3);
}
.features .title .title-text {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem 0;
}
.features .feature-list {
  display: flex;
  flex-direction: column;
  background: #EEEDEB;
  padding: 2rem;
}
.features .feature-list .f1, .features .feature-list .f2, .features .feature-list .f3, .features .feature-list .f4 {
  margin: 1.2rem auto;
  width: 60%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.features .feature-list .f1 .icon, .features .feature-list .f2 .icon, .features .feature-list .f3 .icon, .features .feature-list .f4 .icon {
  height: 3.2rem;
}
.features .feature-list .f1 .ftitle, .features .feature-list .f2 .ftitle, .features .feature-list .f3 .ftitle, .features .feature-list .f4 .ftitle {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0.5rem;
}
.features .feature-list .f1 .subtitle, .features .feature-list .f2 .subtitle, .features .feature-list .f3 .subtitle, .features .feature-list .f4 .subtitle {
  font-size: 0.85rem;
  margin: 0;
}

.shape-graphic-2 {
  display: none;
}

.testimonials {
  margin-bottom: 3rem;
}
.testimonials .testimonial-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonials .line {
  display: none;
  border-top: 0.4rem solid var(--primaryColor);
  width: 3rem;
}
.testimonials .title {
  margin-top: 1rem;
  padding: 1.2rem 0;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  color: var(--primaryTextColor);
  border-left: 0.4rem solid var(--primaryColor);
  border-right: 0.4rem solid var(--primaryColor);
}
.testimonials .snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  margin: 35px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid rgb(229, 181, 157);
}
.testimonials .snip1533 *,
.testimonials .snip1533 *:before {
  box-sizing: border-box;
  transition: all 0.1s ease-out;
}
.testimonials .snip1533 figcaption {
  padding: 13% 10% 12%;
}
.testimonials .snip1533 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}
.testimonials .snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}
.testimonials .snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}

.addresses {
  margin-bottom: -1rem;
  padding: 2rem 1rem;
  background-color: var(--primaryTitleColor);
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
}
.addresses .address .name {
  font-size: 1.2rem;
  font-weight: 700;
}
.addresses .address .address-body span {
  font-size: 1.1rem;
  font-weight: 600;
}
.addresses .right-footer div, .addresses .right-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  text-decoration: none;
  color: white;
}
.addresses .right-footer .legal-content {
  flex-direction: column;
  padding-bottom: 1.5rem;
}
.addresses img {
  width: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 1rem 0 0;
}

@media only screen and (min-width: 400px) {
  .heroBG-mobile {
    width: 104%;
    height: 49rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 10%;
       object-position: 100% 10%;
  }
  .hero {
    margin-top: 25rem;
  }
}
@media only screen and (min-width: 500px) {
  .heroBG-mobile {
    display: none;
  }
  .heroBG-tablet {
    display: block;
    width: 100%;
    height: 45rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 25%;
       object-position: center 25%;
  }
  .hero {
    margin-top: 22rem;
  }
}
@media only screen and (min-width: 600px) {
  .heroBG-tablet {
    width: 100%;
    height: 48rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 20%;
       object-position: center 20%;
  }
  .hero {
    margin-top: 25rem;
  }
}
@media only screen and (min-width: 800px) {
  .menu-toggle {
    display: none;
    cursor: pointer;
  }
  .menu-toggle i {
    font-size: 1.8em;
    color: var(--navLink);
  }
  .nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .nav-list {
    display: flex;
    flex-direction: row;
    margin: auto;
  }
  .nav-list li {
    list-style-type: none;
    border-bottom: none;
    padding: 0.9rem;
  }
  .nav-list li a {
    text-decoration: none;
    color: var(--navLink);
    font-size: 0.9rem;
  }
  .nav-list li a:hover {
    font-weight: 600;
  }
  .nav-list .hide-desktop {
    display: none;
  }
  nav ul li a.active {
    position: relative;
  }
  nav ul li a.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--navLink);
    border-radius: 6px;
  }
  .heroBG-tablet {
    display: none;
  }
  .heroBG-desktop {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  header nav .logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0 4rem;
  }
  header nav .logo img {
    margin: 0;
  }
  .hero {
    margin-top: 4rem;
    margin-left: 4rem;
  }
  .hero .main-text {
    text-align: left;
  }
  .hero .main-text .cta {
    margin: 0;
  }
  .body-container {
    width: 90vw;
    margin: 0 auto;
  }
  .story {
    padding: 3rem 0;
    display: flex;
  }
  .story .story-text {
    width: 50%;
  }
  .story .story-text .pretitle {
    color: var(--primaryColor);
    margin: 0.5rem 0;
  }
  .story .story-text .title {
    color: var(--primaryTextColor);
    margin: 0.5rem 0;
  }
  .story .story-text .content {
    color: var(--primaryBodyTextColor);
    font-weight: 400;
    font-size: 0.85rem;
  }
  .story .soil-hold {
    position: absolute;
    right: 0;
    height: 50%;
  }
  .full-beige {
    box-shadow: 0 0 0 100vmax #EFEDE8;
    -webkit-clip-path: inset(0 -100vmax);
            clip-path: inset(0 -100vmax);
  }
  .features {
    margin: 4rem 0 3rem 0;
    padding: 1rem;
    background-color: #EFEDE8;
  }
  .features .title {
    text-align: center;
    padding: 0 0 0.5rem 0;
    font-size: 1.1rem;
    background: none;
    color: var(--primaryTextColor);
    font-weight: 800;
  }
  .features .feature-list {
    display: flex;
    flex-direction: row;
    padding: 0 0 1rem 0;
  }
  .features .feature-list .f1, .features .feature-list .f2, .features .feature-list .f3, .features .feature-list .f4 {
    padding: 0 1rem;
  }
  .features .feature-list .f1 .icon, .features .feature-list .f2 .icon, .features .feature-list .f3 .icon, .features .feature-list .f4 .icon {
    width: 3.2rem;
  }
  .features .feature-list .f1 .ftitle, .features .feature-list .f2 .ftitle, .features .feature-list .f3 .ftitle, .features .feature-list .f4 .ftitle {
    font-weight: 600;
    font-size: 1.2em;
    color: var(--primaryTitleColor);
  }
  .features .feature-list .f1 .subtitle, .features .feature-list .f2 .subtitle, .features .feature-list .f3 .subtitle, .features .feature-list .f4 .subtitle {
    font-size: 0.9rem;
    color: var(--primaryBodyTextColor);
  }
  .testimonials {
    margin-bottom: 3rem;
  }
  .testimonials .line {
    display: block;
    border-top: 0.4rem solid var(--primaryColor);
    width: 3rem;
  }
  .testimonials .title {
    margin-top: 0.4rem;
    text-align: left;
    border: none;
    font-size: 1.2em;
    color: var(--primaryTextColor);
    font-weight: 600;
  }
  .testimonials .testimonial-text {
    flex-direction: row;
  }
  .testimonials .testimonial-text .snip1533 {
    max-width: 250px;
    min-width: 200px;
  }
  .full-black {
    box-shadow: 0 0 0 100vmax var(--primaryTitleColor);
    -webkit-clip-path: inset(0 -100vmax);
            clip-path: inset(0 -100vmax);
  }
  .addresses {
    margin-bottom: -1rem;
    padding: 1rem 1rem;
    background-color: var(--primaryTitleColor);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .addresses .address {
    text-align: left;
  }
  .addresses .right-footer div, .addresses .right-footer a {
    justify-content: left;
    margin: 0;
    padding: 0.5 rem;
  }
  .addresses .right-footer .legal-content {
    flex-direction: row;
    gap: 2rem;
    padding-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  header nav .logo {
    margin-left: 7.5vw;
  }
  .nav-list li {
    padding: 1.2rem;
  }
  .nav-list li a {
    font-size: 1rem;
  }
  .nav-list .hide-desktop {
    display: none;
  }
  .heroBG-desktop {
    display: block;
    width: 100%;
    height: 40rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 70%;
       object-position: 100% 70%;
  }
  .hero {
    margin-top: 6rem;
    margin-left: 7.5vw;
  }
  .hero .main-text .hero-title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .body-container {
    width: 85vw;
  }
  .story .story-text .content {
    font-size: 0.95rem;
  }
  .shape-graphic-1, .shape-graphic-2 {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  header nav .logo {
    margin-left: 10vw;
  }
  .nav-list {
    background: #f0eeee;
  }
  .nav-list li {
    padding: 1.1rem;
  }
  .nav-list li a {
    font-size: 1.1rem;
  }
  .nav-list .hide-desktop {
    display: none;
  }
  .heroBG-desktop {
    width: 100%;
    height: 45rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 90%;
       object-position: 100% 90%;
  }
  .hero {
    margin-top: 7.2rem;
    margin-left: 10vw;
  }
  .hero .main-text .hero-title {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .body-container {
    width: 80vw;
  }
  .features .feature-list .f1 .ftitle, .features .feature-list .f2 .ftitle, .features .feature-list .f3 .ftitle, .features .feature-list .f4 .ftitle {
    font-size: 1.4em;
    color: var(--primaryTitleColor);
  }
  .features .feature-list .f1 .subtitle, .features .feature-list .f2 .subtitle, .features .feature-list .f3 .subtitle, .features .feature-list .f4 .subtitle {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1900px) {
  header nav .logo {
    margin-left: 15vw;
  }
  .heroBG-desktop {
    width: 100%;
    height: 45rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
  }
  .hero {
    margin-top: 6.6rem;
    margin-left: 15vw;
  }
  .hero .main-text .hero-title {
    font-size: 4.4rem;
    line-height: 4.8rem;
  }
  .hero .main-text .cta {
    width: 14rem;
  }
  .hero .main-text .cta .buttonText {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .hero .main-text .cta .email-icon {
    width: 1.8rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .body-container {
    width: 70vw;
  }
  .story .story-text .content {
    font-size: 1rem;
  }
  .testimonials .testimonial-text {
    justify-content: flex-start;
  }
}/*# sourceMappingURL=main.css.map */