body {
  background-color: rgb(255, 255, 255);
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
}

.navbar {
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
}

.nav-item {
  margin: 0 15px 0 15px;
}

.nav-item a {
  color: rgb(0, 0, 0);
}

.nav-item a:hover {
  font-weight: 800;
}

.button-contact {
  font-weight: 700;
  padding: 8px 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  border: 3px solid rgba(61, 61, 61, 0.9);
  transition: 0.2s ease-in-out;
}

.button-contact:hover {
  font-weight: 800;
  padding: 8px 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  border: 4px solid rgba(61, 61, 61, 0.9);
}

.navbar {
  background: transparent;
}

/* JUMBOTRON */

.jumbotron {
  background-image: url(assets/image/daun.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
}

.product-content {
  color: rgb(0, 0, 0);
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.product-content .title {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.product-content .title span {
  font-weight: 800;
  font-size: 55px;
}

.product-content .content {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 30px;
}

.product-content .button {
  font-size: 13px;
  border: none;
  font-weight: 700;
  padding: 8px 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  border: 3px solid rgba(61, 61, 61, 0.9);
}

.product-content .button i {
  margin-left: 15px;
  transition: 0.4s ease-in-out;
}

.product-content .button:hover i {
  transform: translateX(15px);
}

/* About Us */
.about-us {
  margin-top: 100px;
  margin-bottom: 100px;
}

.about-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-title h1 {
  font-weight: 700;
  font-size: 50px;
}

.about-title h3 {
  font-weight: 600;
  font-size: 22px;
}

.about-title p {
  font-weight: 400;
  font-size: 10px;
  width: 100%;
}

.about-us-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row2 {
  margin-top: 20px;
}

.about-section {
  width: 100%;
  gap: 20px;
}

.about-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: 300px;
}

.about-content h2 {
  color: white;
  font-size: 14px;
  font-weight: 500;
  transform: translateY(-10px);
}

.coco {
  background-image: url(assets/image/1.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.anti {
  background-image: url(assets/image/2.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.immun {
  background-image: url(assets/image/3.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.health {
  background-image: url(assets/image/4.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}

/* Packing */
.packaging {
  background-color: #4d3b34;
  padding: 80px 0px;
}

.product .title-product {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product .title-product h5 {
  font-weight: 700;
  font-size: 30px;
  color: white;
}

.product .title-product h3 {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 20px;
  color: white;
}

.card-section {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.card-section .packing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 20px;
  border-radius: 30px;
  width: 95%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  border: 3px solid rgba(61, 61, 61, 0.9);
}

.packing-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.packing-content h2 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700;
}

.packing-content h3 {
  font-size: 15px;
  margin-bottom: 15px;
}

.packing .packing-logo i {
  font-size: 50px;
  border-radius: 10px;
  color: #209530;
}

.packing-content .button {
  font-size: 14px;
  border: none;
  padding: 8px 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  border: 3px solid rgba(61, 61, 61, 0.9);
}

.packing .packing-content .order-us a {
  text-decoration: none;
  color: #4d3b34;
  font-weight: 700;
}

.packing .packing-content .order-us a i {
  margin-left: 10px;
  transition: 0.3s ease-in-out;
}

.packing .packing-content .order-us a:hover i {
  transform: translateX(10px);
}

/* Why Us */
.why-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.why-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.why-section h2 {
  font-weight: 700;
  font-size: 40px;
}

.why-section h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 50px;
}

.why-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: none;
  gap: 20px;
}

.why-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  height: 150px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: 0.3s ease-in-out;
}

.why-card:hover {
  background-color: #4d3b34;
  box-shadow: none;
}

.why-card i {
  border-radius: 50%;
  padding: 10px;
  background-color: #a6a6a6;
  font-size: 25px;
  color: white;
}

.why-card:hover i {
  background-color: #26ad38;
}

.why-card h5 {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400px;
  color: #4d3b34;
  transition: 0.3s ease-in-out;
}

.why-card:hover h5 {
  color: white;
}

.why-contact {
  padding: 20px;
  background-color: rgba(243, 241, 238, 0.9);
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
}

.why-contact h2 {
  font-size: 30px;
  font-weight: 700;
}

.why-contact h4 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
}

.why-contact button {
  width: 100%;
  padding: 10px;
  background-color: #4d3b34;
  border-radius: 10px;
  color: white;
  font-weight: 600;
}

.form-control:valid {
  background-color: rgba(255, 255, 255, 0.9);
}

.why-submit {
  margin-top: 20px;
}

.why-submit a i {
  margin-left: 10px;
  transition: 0.3s ease-in-out;
}

.why-submit a:hover i {
  transform: translateX(10px);
}

/* Footer */
.footer {
  background-color: #4d3b34;
  color: rgb(247, 247, 247);
  height: 630px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.footer-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.footer-info h2 {
  font-size: 20px;
}

.company-info img {
  height: 50px;
  margin-bottom: 15px;
}

.company-info p {
  font-size: 12px;
  font-weight: 500;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-product {
  padding: 30px;
}

.list-product {
  display: flex;
  flex-direction: column;
}

.list-product a {
  text-decoration: none;
  color: rgb(247, 247, 247);
  margin-top: 5px;
  transition: 0.3s ease-in-out;
}

.list-product a:hover {
  margin-left: 10px;
}

.footer-media {
  padding-top: 10px;
}

.footer-media i {
  background-color: rgb(247, 247, 247);
  padding: 6px;
  border-radius: 50%;
  font-size: 15px;
  color: #874212;
}

.email span {
  margin-left: 10px;
  font-size: 14px;
}

.phone span {
  margin-left: 10px;
  font-size: 14px;
}

.media-list {
  margin-top: 10px;
}

.media-list a {
  text-decoration: none;
  color: rgb(247, 247, 247);
  transition: 0.3s ease-in-out;
}

.media-list a:hover {
  margin-left: 10px;
}

.copyright {
  display: flex;
  justify-content: center;
  text-align: end;
}

.copyright h2 {
  font-size: 12px;
  font-weight: 600;
  margin-top: 60px;
}

@media (min-width: 992px) {
  /* JUMBOTRON */
  .jumbotron {
    margin-top: -84px;
  }

  .product-content .title {
    font-size: 45px;
    margin-bottom: 20px;
    margin-top: 50px;
  }

  .product-content .title span {
    font-size: 70px;
  }

  .product-content .content {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .product-content .button {
    font-size: 14px;
    font-weight: 700;
  }

  /* About Us */
  .about-title h1 {
    font-weight: 700;
    font-size: 90px;
  }

  .about-title h3 {
    font-weight: 600;
    font-size: 33px;
  }

  .about-title p {
    font-weight: 400;
    font-size: 15px;
    width: 50%;
  }

  .about-section {
    width: 80%;
    gap: 0px;
  }

  .about-content h2 {
    font-size: 16px;
  }

  /* Product */
  .card-section .packing {
    width: 25%;
  }

  /* Why Us */
  .why-content {
    align-items: end;
    padding-right: 70px;
  }

  .why-card {
    text-align: left;
    justify-content: center;
    height: 150px;
    width: 65%;
    padding: 20px;
  }

  .why-contact {
    padding: 20px;
    width: 90%;
    height: 100%;
    margin-top: 0px;
  }

  /* Footer */
  .footer {
    height: 350px;
    text-align: left;
  }

  .footer-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .footer-info {
    width: 22%;
  }

  .company-info {
    width: 33%;
  }

  .company-info img {
    height: 70px;
  }

  .footer-info h2 {
    font-size: 18px;
  }

  .company-info p {
    font-size: 12px;
    font-weight: 500;
  }

  .footer-media {
    padding-top: 30px;
  }

  .copyright h2 {
    font-size: 15px;
  }
}
