@font-face {
  font-family: dana;
  src: url("./fonts/DanaVF.ttf");
}

html {
  scroll-behavior: smooth;
}

html * {
  font-family: dana;
  box-sizing: border-box;
}

body {
  margin: 0;
}

p {
  margin: unset;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  border-bottom: 0.5px solid #dbead5;
  background: #f3ffee;
  gap: 60px;
}

header .header-link {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #101828;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

main .banner-section {
  width: 100%;
  height: 388px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 54px;
  background: linear-gradient(0deg, #19380b 0%, #38572a 100%);
}

main .banner-section .slogan {
  margin-top: 32px;
  margin-bottom: 24px;
}

main .banner-section .description {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}

main .mobile-menu-section {
  display: none;
}

main .about-section {
  max-width: 1080px;
  padding-top: 100px;
  display: flex;
  gap: 34px;
}

main .about-section .about-misura-image {
  border-radius: 10px;
  width: 446px;
}

main .about-section .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 600px;
}

main .about-section .content .title {
  color: #38572a;
  font-size: 32px;
  font-weight: 700;
}

main .about-section .content .description {
  color: #344054;
  font-size: 20px;
  font-weight: 500;
}

main .products-section {
  padding-top: 140px;
  max-width: 1080px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

main .products-section .title {
  color: #38572a;
  font-size: 32px;
  font-weight: 700;
}

main .products-section .description {
  color: #344054;
  font-size: 20px;
  font-weight: 500;
  margin-top: 12px;
}

main .products-section .products-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 36px;
  column-gap: 30px;
  margin-top: 28px;
}

main .products-section .products-container .product {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

main .products-section .products-container .product img {
  border-radius: 10px;
  width: 340px;
  height: 312px;
}

main .products-section .products-container .product p {
  color: #344054;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

main .contact-section {
  display: flex;
  justify-content: center;
  padding: 40px 0 60px 0;
  background-color: #dbead5;
  width: 100%;
  margin-top: 100px;
}

main .contact-section .contact-container {
  width: 1080px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

main .contact-section .contact-container .title {
  color: #38572a;
  font-size: 32px;
  font-weight: 700;
}

main .contact-section .contact-container .contacts {
  display: flex;
  gap: 64px;
}

main .contact-section .contact-container .contacts .each-contact {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

main .contact-section .contact-container .contacts .each-contact .detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
}

main
  .contact-section
  .contact-container
  .contacts
  .each-contact
  .detail
  .subtitle {
  color: #101828;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

main
  .contact-section
  .contact-container
  .contacts
  .each-contact
  .detail
  .description {
  color: #344054;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

main
  .contact-section
  .contact-container
  .contacts
  .each-contact
  .detail
  .action-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  color: #38572a;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

footer {
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  border-top: 0.5px solid #d0d5dd;
}

footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1080px;
  width: 100%;
}

footer .footer-container .contents {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

footer .footer-container .contents .footer-logo {
  width: 76px;
}

footer .footer-container .contents .title {
  color: #38572a;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

footer .footer-container .contents .subtitle {
  color: #344054;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

footer .footer-container .contents .description {
  color: #667085;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

@media (max-width: 1280px) {
  header .header-link {
    display: none;
  }

  main .banner-section {
    width: 100%;
  }

  main .mobile-menu-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 28px;
    gap: 8px;
    max-width: 456px;
    padding: 0 28px;
  }

  main .mobile-menu-section .menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 12px;
    border-radius: 8px;
    background: #f9fafb;
    color: #101828;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    width: calc(50% - 6px);
  }

  main .about-section {
    max-width: 100%;
    padding: 80px 28px 0 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  main .about-section .about-misura-image {
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
  }

  main .about-section .content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  main .about-section .content .title {
    font-size: 24px;
  }

  main .about-section .content .description {
    font-size: 16px;
  }

  main .products-section {
    padding: 80px 28px 0 28px;
    max-width: 100%;
    width: 100%;
  }

  main .products-section .title {
    font-size: 24px;
  }

  main .products-section .description {
    font-size: 16px;
    margin-top: 8px;
  }

  main .products-section .products-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 36px;
    column-gap: 30px;
    margin-top: 28px;
  }

  main .products-section .products-container .product {
  }

  main .products-section .products-container .product img {
    width: 100%;
    height: unset;
  }

  main .contact-section {
    padding: 40px 28px;
    width: 100%;
    margin-top: 40px;
  }

  main .contact-section .contact-container {
    width: 100%;
    gap: 40px;
  }

  main .contact-section .contact-container .title {
    font-size: 24px;
  }

  main .contact-section .contact-container .contacts {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  footer {
    width: 100%;
    padding: 48px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .footer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 100%;
    width: 100%;
  }

  footer .footer-container .contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-bottom:20px;
  }
}
