@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

* {
  font-family: "Roboto", sans-serif;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #0b0b0b;
  position: fixed;
  z-index: 999;
  top: 0px;
}
.nav .nav-container {
  padding: 20px 30px;
  background: #0b0b0b;
  width: 100%;
  max-width: 1300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  height: 100px;
}
.nav .nav-container .nav-menu {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
  gap: 20px;
}
.nav .nav-container .nav-menu a {
  text-decoration: none;
  color: #8CB080;
  font-size: 16px;
  transition: 0.2s ease;
  margin: 0;
}
.nav .nav-container .nav-menu a.active {
  color: #fff;
}
.nav .nav-container ul {
  margin: 0;
}
.nav .nav-container a.contact-us {
  background: #3CCC0E;
  text-decoration: none;
  color: #ffffff;
  padding: 13px 20px;
  transition: 0.2s;
}
.nav .nav-container a.contact-us img {
  width: 20px;
}
.nav .nav-container a.contact-us:hover {
  background: #2b9b05;
}
.nav .nav-container .hamburger {
  display: none;
}
.nav .nav-container .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav .nav-container .logo img {
  height: 80px;
}
.nav .nav-container .logo p {
  color: #fff;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

header.hero-section {
  background: url(../images/banner-aloevera.jpg);
  background-size: cover;
  background-position: center;
  padding: 25px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}
header.hero-section .background {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
}
header.hero-section .hero-content {
  z-index: 10;
}
header.hero-section h1 {
  color: #ffffff;
  font-weight: bold;
  font-family: "Playfair", serif;
  font-size: 52px;
}
header.hero-section p {
  color: #fff;
  margin: 0;
  font-size: 18px;
}
header.hero-section .hero-buttons {
  margin-top: 20px;
}
header.hero-section .hero-buttons a {
  background: #3FAF23;
  color: #fff;
  font-size: 18px;
  border-radius: 0;
  padding: 10px 10px;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.2s;
}
header.hero-section .hero-buttons a:hover {
  background: #051301;
}

.tentang-kami .read-more {
  background: #2b9b05;
  color: white;
  border: none;
  padding: 10px 20px;
  transition: 0.2s;
}
.tentang-kami .read-more:hover {
  background: #000000;
}
.tentang-kami .featured-image {
  width: 100%;
  max-width: 400px;
}

.yang-kami-kakukan {
  margin-top: 40px;
}
.yang-kami-kakukan h3 {
  color: #2D5D1D;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}
.yang-kami-kakukan .card {
  background: #144007;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yang-kami-kakukan .card img {
  width: 100px;
  text-align: center;
  margin-bottom: 15px;
}
.yang-kami-kakukan .card h4 {
  color: #fff;
  text-align: center;
}
.yang-kami-kakukan .card p {
  color: #fff;
  text-align: center;
}
.yang-kami-kakukan h3 {
  text-align: center;
}
.yang-kami-kakukan p {
  margin: 0;
  font-size: 16px;
  font-weight: lighter;
}

.siapa-kami {
  margin-top: 40px;
}

.produk-kami {
  margin-top: 40px;
}
.produk-kami .card {
  padding: 20px;
}
.produk-kami .card img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.produk-kami .card a {
  background: #5A8B44;
  border: none;
  border-radius: 100px;
  color: #fff;
  padding: 10px 0;
  transition: 0.2s ease;
  text-align: center;
  text-decoration: none;
}
.produk-kami .card a:hover {
  background: #375c26;
}
.produk-kami .card p {
  margin-top: 20px;
}
.produk-kami h3 {
  color: #2D5D1D;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}

.daftar-berita a {
  text-decoration: none;
}
.daftar-berita h2 {
  color: #2D5D1D;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.daftar-berita .card {
  border: none;
  transition: 0.2s;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
}
.daftar-berita .card:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
  background: #a1ff84;
}
.daftar-berita img {
  border-radius: 5px;
}
.daftar-berita p {
  margin-bottom: 0;
  font-size: 12px;
  margin: 5px 0;
}
.daftar-berita h3 {
  font-size: 18px;
  margin-top: 0;
}

.footer {
  background: rgb(2, 74, 2);
  padding: 40px 0 0;
}
.footer p {
  color: #fff;
}
.footer .logo-kolaborasi {
  display: flex;
  gap: 20px;
}
.footer .logo-kolaborasi img {
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .logo-footer {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .footer .logo-footer {
    justify-content: start;
  }
}
.footer .logo-footer img {
  width: 400px;
}
.footer .logo-kolaborasi {
  background: #fff;
}
.footer .footer-information {
  padding: 0 20px;
}
.footer .footer-information a {
  text-decoration: none;
}
.footer .footer-information img {
  width: 24px;
}/*# sourceMappingURL=style.css.map */