body {
  background-color: rgb(247, 247, 247);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
}

.navbar {
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
}

.navbar-border {
  border-bottom: 10px solid #6b8e23;
}

.nav-item {
  margin: 0 15px 0 15px;
}

.nav-item :hover {
  color: #874212;
}

.button-contact {
  border: none;
  border-radius: 10px;
  color: rgb(247, 247, 247);
  background-color: #874212;
  font-weight: 600;
  padding: 10px 15px;
}

/* JUMBOTRON */

.jumbotron {
  background-image: url(assets/image/wallpaper2.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: top;
  width: 100%;
  height: 636px;
}

.product-content {
  color: rgb(247, 247, 247);
  height: 636px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  /* font-weight: 800; */
}

.product-content .title {
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 30px;
}

.product-content .content {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 30px;
}

.product-content .button {
  font-size: 14px;
  border: none;
  border-radius: 10px;
  color: rgb(247, 247, 247);
  background-color: #874212;
  font-weight: 700;
  padding: 10px 15px;
  transition: 0.2s ease-in-out;
}

.product-content .button:hover {
  background-color: #6b8e23;
}

/* Why Us? */
.title-why {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.title-why h5 {
  font-weight: 800;
  font-size: 20px;
  color: #6b8e23;
}

.title-why h3 {
  font-weight: 700;
  font-size: 45px;
  color: #874212;
}

.reason-card img {
  height: 120px;
  border: 2px solid #874212;
  border-radius: 10px;
  padding: 20px;
}

.reason {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}

.reason-title {
  font-weight: 800;
  font-size: 23px;
  margin-top: 30px;
  color: #874212;
}

.reason-content {
  font-weight: 400;
  font-size: 13px;
}

.certified img {
  margin-top: 20px;
}

.effective img {
  padding: 8px;
}

.icon {
  position: relative;
}

.numbering {
  background-color: #874212;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(247, 247, 247);
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  top: -15px;
  right: -15px;
}

/* Export */
.export {
  margin-top: 150px;
  margin-bottom: -50px;
}

.export-title {
  font-weight: 800;
  font-size: 31px;
  text-align: center;
  color: #874212;
  margin-top: 30px;
  margin-bottom: 30px;
}

.export-content {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
}

.firstcol img {
  width: 100%;
  height: 100%;
}

.services {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.services-point {
  height: 120px;
  width: 120px;
  border-radius: 20px;
  border: 2px solid#874212;
  box-shadow: 2px 2px 2px 2px rgba(155, 92, 49, 0.5);
  color: #874212;
  padding: 15px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.services-point p {
  font-size: 15px;
}

.services-point:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.services-point img {
  height: 60px;
}

/* Ingridients */
.ingridient-box {
  display: flex;
}

.ingridient-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-list .card-item {
  list-style: none;
  display: flex;
}

.card-list .card-item .card-link {
  user-select: none;
  display: block;
  background-color: red;
  padding: 18px;
  border-radius: 18px;
  text-decoration: none;
}

/* Material */
.material {
  margin-top: 150px;
}

.tanah {
  background-image: url(assets/image/ion2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 300px;
  width: 100%;
}

.title-material {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 200px;
}

.title-material h5 {
  font-weight: 800;
  font-size: 20px;
  color: #6b8e23;
}

.title-material h3 {
  font-weight: 700;
  font-size: 45px;
  color: #874212;
}

.title-material p {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

/* 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: 8px;
  border-radius: 50%;
  color: #874212;
}

.email span {
  margin-left: 10px;
}

.phone span {
  margin-left: 10px;
}

.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) {
  .product-content .title {
    font-size: 72px;
  }

  .product-content .content {
    font-size: 18px;
  }

  .product-content .button {
    font-size: 15px;
  }

  .firstcol img {
    width: 100%;
    height: 450px;
  }

  .export-title {
    font-size: 45px;
    text-align: left;
  }

  .export-content {
    font-size: 15px;
    text-align: left;
  }

  .services-point img {
    height: 80px;
  }

  .services-point {
    height: 150px;
    width: 150px;
  }

  .services-point p {
    font-size: 18px;
  }

  .material {
    background-image: url(assets/image/ion2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 600px;
    width: 100%;
    margin-top: 150px;
  }

  .tanah {
    background-image: none;
  }

  .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;
  }
}
