body {
  font-family: "Poppins", sans-serif;
  color: #070707 !important;
}

nav {
  background-color: white;
}

nav .logo {
  color: #09824b !important;
  font-weight: bolder;
  font-size: 25px !important;
}

nav .navbar-nav .nav-link {
  color: #070707 !important;
}

nav .navbar-nav .nav-link:hover {
  color: #09824b !important;
}

#home-section .mask {
  padding-top: 230px;
  padding-bottom: 230px;
}

#home-section .mask h1 span {
  color: #ffa319;
}

#home-section .mask p {
  font-size: 16px;
}

@media screen and (max-width: 727px) {
  #home-section .mask {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #home-section .mask h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1440px) {
  #home-section .mask {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}

.button {
  border-style: none;
  background-color: #ffa319;
  color: white;
}

.button:hover {
  text-decoration: none;
  color: white;
  background-color: #df8d03;
}

.header-section {
  color: #09824b;
  position: relative;
}

#about-section .header-section::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 200px;
  height: 16px;
  transform: skew(-12deg) translateX(-50%);
  background: #ffa319;
  z-index: -1;
}

#about-section p {
  font-size: 18px;
}

#about-section .box-about {
  background-color: #09824b;
  color: white;
}

#about-section .box-about h4 {
  font-size: normal;
}

#about-section .box-about p {
  font-size: 14px;
}

#about-section .about-image img {
  border-radius: 20px;
}

#layanan-section {
  background-color: #09824b;
  color: white;
}

#layanan-section .header-section {
  color: white;
  padding-top: 30px;
}

#layanan-section .row .col-sm-7 img {
  border-radius: 20px;
}

#layanan-section .container {
  padding-bottom: 40px;
}

#produk-section .header-section::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 180px;
  height: 16px;
  transform: skew(-12deg) translateX(-50%);
  background: #ffa319;
  z-index: -1;
}

#produk-section .row .col-sm-3 {
  background-color: #ffa319;
  color: white;
  font-size: 14px;
}

#galeri-section .header-section::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 150px;
  height: 16px;
  transform: skew(-12deg) translateX(-50%);
  background: #ffa319;
  z-index: -1;
}

#partner-section .header-section::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 180px;
  height: 16px;
  transform: skew(-12deg) translateX(-50%);
  background: #ffa319;
  z-index: -1;
}

#kontak-section .header-section::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 180px;
  height: 16px;
  transform: skew(-12deg) translateX(-50%);
  background: #ffa319;
  z-index: -1;
}

#kontak-section .row .col-sm-3 {
  background-color: #09824b;
  color: white;
  font-size: 14px;
}

.footer-section {
  background-color: #1d1d1e;
  color: white;
}

.footer-section .footer-header {
  font-size: 20px;
  font-weight: bolder;
}

.footer-section .footer-menu a {
  color: white !important;
  font-size: 18px;
}
