/* browser reset */
@layer reset {
  html {
    /* color-scheme: light dark; */
    font: clamp(1rem, calc(1rem + 0.5vw), 2rem)/1.4 system-ui, sans-serif;
    -moz-tab-size: 2;
      -o-tab-size: 2;
         tab-size: 2;
    hanging-punctuation: first allow-end last;
    word-break: break-word;
  }

  body {
    margin: 0;
    position: relative;
    background-size: 130px;
  }

  *,
  *::before,
  *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  h1,
  h2 {
    font-weight: 900;
    letter-spacing: -0.02rem;
  }

  h1,
  h2,
  h3 {
    line-height: 1.1;
    font-weight: 700;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6
   {
    text-wrap: balance;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }

  p,
  li,
  dd {
    text-wrap: pretty;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }

  a {
    text-decoration: none;
    color: oklch(0.68 0.11 81.1);
    text-underline-offset: 2px;
  }
  a:not(:is(:hover, :focus)) {
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 50%);
            text-decoration-color: color-mix(in srgb, currentColor, transparent 50%);
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    inset-block-end: -0.25em;
  }

  sup {
    inset-block-start: -0.5em;
  }

  ul,
  ol,
  dl {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  ul ul,
  ul ol,
  ul dl,
  ol ul,
  ol ol,
  ol dl,
  dl ul,
  dl ol,
  dl dl {
    -webkit-padding-start: 2ch;
       -moz-padding-start: 2ch;
            padding-inline-start: 2ch;
  }

  ul[role="list"],
  ol[role="list"] {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  img,
  video,
  iframe {
    display: block;
    max-inline-size: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    block-size: auto;
    border-style: none;
  }

  figure {
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
  }

  figcaption {
    contain: inline-size;
    font-size: 90%;
  }

  input,
  select,
  textarea,
  button {
    font: inherit;
    /* FUTURE: appearance: base; */
  }

  label {
    display: block;
  }

  input:not(:where([type="submit"],
  [type="checkbox"],
  [type="radio"],
  [type="button"],
  [type="reset"])) {
    inline-size: 100%;
  }

  button,
  input:where([type="submit"], [type="reset"], [type="button"]) {
    background: CanvasText;
    color: Canvas;
    border: 1px solid transparent;
  }

  textarea {
    field-sizing: content;
    min-block-size: 5lh;
    inline-size: 100%;
    max-inline-size: 100%;
  }

  pre,
  code,
  kbd,
  samp {
    font-family: ui-monospace, SFMono-Regular, monospace;
  }

  svg {
    fill: currentColor;
  }

  [aria-disabled="true" i],
  [disabled] {
    cursor: not-allowed;
  }

  [hidden] {
    display: none !important;
  }

  [disabled],
  label:has(input[disabled]) {
    opacity: 0.5;
  }
  [disabled] [disabled],
  label:has(input[disabled]) [disabled] {
    opacity: 1;
  }

  pre {
    white-space: pre-wrap;
    background: CanvasText;
    color: Canvas;
    padding: 1.5rem;
  }

  hr {
    border-style: solid;
    border-width: 1px 0 0;
    color: inherit;
    height: 0;
    overflow: visible;
    margin-block: 2.5rem;
  }

  :target {
    scroll-margin: 3rlh;
  }

  table {
    caption-side: bottom;
    border-collapse: collapse;
  }
  table td {
    font-size: 90%;
  }
  table td,
  table th {
    word-break: normal;
    border: 1px solid gray;
    padding: 0.5rem;
  }

  [role="region"][aria-labelledby][tabindex] {
    overflow: auto;
  }

  caption {
    font-size: 90%;
  }

  .screenreader-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  :focus-visible {
    outline-offset: 2px;
  }

  @media (prefers-reduced-motion: no-preference) {
    @view-transition {
      navigation: auto;
    }
    html {
      interpolate-size: allow-keywords;
    }
    html:focus-within {
      scroll-behavior: smooth;
    }
  }
}
/* general */
body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/pattern-2.svg") repeat;
  opacity: 0.05;
  background-size: 130px;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
}

.wrapper {
  position: relative;
  z-index: 2;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 1rem;
}

section {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  -webkit-margin-after: 5rem;
          margin-block-end: 5rem;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* header */
#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  -webkit-padding-before: 1rem;
          padding-block-start: 1rem;
}
#header .container .brand-logo img {
  max-width: 150px;
  width: 100%;
}
@media (max-width: 920px) {
  #header .container .brand-logo img {
    max-width: 120px;
  }
}
#header .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
}
#header .container ul li:first-child {
  -webkit-padding-end: 0.7rem;
     -moz-padding-end: 0.7rem;
          padding-inline-end: 0.7rem;
  -webkit-border-end: 2px solid oklch(0.68 0.11 81.1);
     -moz-border-end: 2px solid oklch(0.68 0.11 81.1);
          border-inline-end: 2px solid oklch(0.68 0.11 81.1);
}

/* hero-section */
#hero-section {
  position: relative;
  gap: 1rem;
}
@media (min-width: 920px) {
  #hero-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
}
#hero-section .content-box {
  max-width: 600px;
}
#hero-section .content-box .hidden {
  display: none;
}
#hero-section .content-box .title {
  color: oklch(0.41 0.1 156.42);
  font-size: 2rem;
  -webkit-margin-after: 0.4rem;
          margin-block-end: 0.4rem;
}
#hero-section .content-box .subtitle {
  color: oklch(0.68 0.11 81.1);
  font-size: 1rem;
  -webkit-margin-after: 0.4rem;
          margin-block-end: 0.4rem;
  font-style: italic;
}
#hero-section .content-box .desc {
  color: oklch(0.41 0.1 156.42);
  font-size: 1rem;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
#hero-section .content-box .btn-whatsapp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #095133;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  -webkit-padding-end: 1rem;
     -moz-padding-end: 1rem;
          padding-inline-end: 1rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-size: .8rem;
}
#hero-section .content-box .btn-whatsapp .img-box {
  background-color: #218c31;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-margin-end: 0.6rem;
     -moz-margin-end: 0.6rem;
          margin-inline-end: 0.6rem;
  padding: 13px;
  -o-object-fit: contain;
     object-fit: contain;
}
#hero-section .content-box .btn-whatsapp .img-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
#hero-section .countdown-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  #hero-section .countdown-container {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}
#hero-section .countdown-container::after {
  position: absolute;
  content: "";
  right: -0.9rem;
  top: 1.2rem;
  width: 6rem;
  height: 6rem;
  background-image: url("../images/pattern.svg");
  -webkit-animation: spin 4s linear infinite;
          animation: spin 4s linear infinite;
  z-index: 1;
  opacity: 0.4;
}
@media (max-width: 992px) {
  #hero-section .countdown-container::after {
    width: 3rem;
    height: 3rem;
    right: -0.5rem;
  }
}
#hero-section .countdown-container .counter-title {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: oklch(0.68 0.11 81.1);
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
#hero-section .countdown-container .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#hero-section .countdown-container .countdown .time-box {
  background: oklch(0.41 0.1 156.42);
  color: white;
  padding: 10px;
  border-radius: 5px;
  min-width: 74px;
}
@media (min-width: 920px) {
  #hero-section .countdown-container .countdown .time-box {
    min-width: 100px;
  }
}
#hero-section .countdown-container .countdown .time-box span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 920px) {
  #hero-section .countdown-container .countdown .time-box span {
    font-size: 2rem;
  }
}
#hero-section .countdown-container .countdown .time-box label {
  font-size: 0.7rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 920px) {
  #hero-section .countdown-container .countdown .time-box label {
    font-size: 0.8rem;
  }
}

/* banner-section */
#our-farm {
  position: relative;
}
#our-farm .img-box {
  position: relative;
  z-index: 2;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
@media (max-width: 920px) {
  #our-farm .img-box {
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
}
#our-farm .img-box img {
  width: 100%;
  max-height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#our-farm .content-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  -webkit-column-gap: 1.7rem;
          column-gap: 1.7rem;
  row-gap: 1rem;
}
@media (max-width: 920px) {
  #our-farm .content-box {
    gap: 1rem;
  }
}
#our-farm .content-box .title {
  font-size: 1.5rem;
  color: oklch(0.41 0.1 156.42);
  -webkit-margin-after: 0.4rem;
          margin-block-end: 0.4rem;
  line-height: 1.3;
}
@media (min-width: 920px) {
  #our-farm .content-box .desc {
    font-size: 0.8rem;
  }
}

/* why-us */
#why-us .section-title {
  font-size: 1.5rem;
  color: oklch(0.41 0.1 156.42);
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
  text-align: center;
}
#why-us .card-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}
#why-us .card-box .card {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  text-align: center;
}
#why-us .card-box .card img {
  max-width: 80px;
  margin-inline: auto;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
#why-us .card-box .card .card-title {
  font-size: 1rem;
  color: oklch(0.68 0.11 81.1);
  -webkit-margin-after: 0.3rem;
          margin-block-end: 0.3rem;
  font-weight: 600;
}

#about-us {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 920px) {
  #about-us {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 920px) {
  #about-us .content-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#about-us .content-box .section-title {
  font-size: 1.5rem;
  color: oklch(0.41 0.1 156.42);
  -webkit-margin-after: .5rem;
          margin-block-end: .5rem;
  text-align: start;
}
#about-us .content-box .desc {
  font-size: 1rem;
  line-height: 1.6;
  -webkit-margin-after: .5rem;
          margin-block-end: .5rem;
}
@media (min-width: 920px) {
  #about-us .content-box .desc {
    font-size: 0.8rem;
  }
}
@media (max-width: 920px) {
  #about-us .img-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#about-us .img-box img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
  border-radius: 10px;
}

/* newsletter */
#newsletter {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem;
  text-align: center;
}
#newsletter .section-title {
  font-size: 1.5rem;
  color: oklch(0.41 0.1 156.42);
  -webkit-margin-after: 0.7rem;
          margin-block-end: 0.7rem;
}
#newsletter .desc {
  font-size: 1rem;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
#newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#newsletter form input[type="email"] {
  padding: 0.5rem 1.5rem;
  border: 1px solid oklch(0.68 0.11 81.1);
  border-radius: 30px;
  font-size: 1rem;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  max-width: 500px;
}
#newsletter form input[type="email"]:focus {
  border-color: oklch(0.41 0.1 156.42);
}
#newsletter form button {
  padding: 0.5rem 2rem;
  border: none;
  border-radius: 30px;
  background-color: oklch(0.68 0.11 81.1);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#newsletter form button:hover {
  background-color: oklch(0.41 0.1 156.42);
}

/* footer */
#footer {
  position: relative;
  color: #000000;
  -webkit-padding-before: 4rem;
          padding-block-start: 4rem;
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
}
#footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/dates.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: .1;
}
#footer .container {
  position: relative;
  z-index: 2;
}
#footer .container .footer-top img {
  max-width: 150px;
  width: 100%;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  margin-inline: auto;
}
#footer .container .footer-middle {
  margin-block: 1rem 3.5rem;
}
#footer .container .footer-middle .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
#footer .container .footer-middle .social-list .social-link {
  color: oklch(0.68 0.11 81.1);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#footer .container .footer-middle .social-list .social-link:hover {
  color: oklch(0.41 0.1 156.42);
}
#footer .container .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
#footer .container .footer-bottom p {
  font-size: 0.9rem;
}

/*# sourceMappingURL=main.css.map */