/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,700;1,400&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
body {
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Lexend', sans-serif;
  background-color: #fff;
}


#navbar-ul .active {
  color: #000000;
}

.navbar {
    background-image: linear-gradient(to right, rgb(0, 169, 79) , rgb(105, 105, 105));
}

/* Hero */
#hero {
  background-color: #fff;
  height: 720px;
  width: 100%;
  padding-top: 60px;
}

#tentang {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 50px;
}

#tentang .tentang{
  padding-bottom: 50px;
  font-weight: 700;
}

.image-tentang {
  border-radius: 20px;
}

#galeri .carousel {
  border-radius: 10%;
  margin-bottom: 20px;
}

#galeri {
  background-color: #008e47;
  margin-bottom: 20px;
}

#galeri .font{
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

#mitra {
  padding-top: 10px;
  padding-bottom: 10px;
}

#mitra .mitra{
  padding-bottom: 20px;
  font-weight: 700;
}

#footer {
  padding: 20px 0;
  background-color: #2b2b2b;
}

.kontak h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin: 19px 0 14px 0;
}

.kontak a {
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  margin-left: 18px;
  width: 400px;
  display: inline-block;
}

#section {
  padding-top: 20px;
  padding-bottom: 50px;
  padding-top: 100px;
}

#section h2 {
  padding-bottom: 50px;
  font-weight: 700;
}

.card-body a {
  font-style: normal;
  height: 30px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  text-decoration: none;
  display: inline-block;
}

.map {
  border-radius: 15px;
}

#profil {
  padding-bottom: 50px;
  padding-top: 80px;
}

#profil .coloms {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#persyaratan {
  padding: 20px 0;
  background-color: #d6f265;
}

#produk .persyaratan {
  background: #282828;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#produk {
  padding-top: 100px;
}

#profil .h2 {
  padding: 20px;
  margin-bottom: 20px;
}

.copyright {
  padding-top: 10px;
  background-color: #fff;
}

.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2b2b2b;
}

.copyright p {
  color: #ffffff;
  text-align: center;
}

#stepper4 .bs-stepper-circle {
  background-color: #008e47;

}

#galeri {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#galeri h2{
  padding-bottom: 50px;
  font-weight: 700;
  text-align: center;
}

.login {
  background: #e58600;
  width: 100px;
  text-align: center;
  border-radius: 10px;
}

.album {
  background: #00b45a;
  color: white;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 5px solid #fe6a00;
  padding: 10px 10px;
  text-decoration: none !important;
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: 600;
}

.album:hover {
  color: white;
  background: #03ad58
}


