body {
  font-family: "Poppins", serif;
}

.parallax {
  height: 90vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.123), rgba(0, 0, 0, 0.849)),
    url("../images/bg-hero.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar {
  background-color: white;
}

.hero {
  display: flex;
  justify-content: center;
}

.hero .sub-hero {
  margin-top: 110px;
}

.hero h1 {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero p {
  color: white;
  font-weight: 400;
  font-size: 18px;
}

.layanan {
  padding: 50px 0;
  background-color: #067960;
}

.layanan h3 {
  color: white;
}

.tombol-primary {
  padding: 15px 35px;
  background-color: #067960;
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  border: none;
}
.tombol-secondary {
  padding: 14px 34px;
  background-color: white;
  color: rgb(88, 88, 88);
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  border: 1px solid rgb(185, 185, 185);
}

.card-services {
  text-align: center;
  border: none;
  border-radius: 0;
}

.card-services h4 {
  font-size: 18px;
  font-weight: 600;
  color: #067960;
}

.card-services p {
  font-size: 14px;
  font-weight: 400;
  color: #3d3d3d;
}

.card-services a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.card-services div {
  padding: 15px;
}

.card-services img {
  width: 100%;
  height: 180px;
}

.jaminan .card {
  border: 1px solid #067960;
}

.jaminan .card h1 {
  color: #067960;
  margin-bottom: 20px;
}

.jaminan .card h4 {
  font-weight: 600;
}

.jaminan .card p {
  color: rgb(85, 85, 85);
  font-weight: 400;
  font-size: 14px;
}

.about {
  padding: 50px 0;
  background-color: #067960;
}

label {
  color: rgb(70, 70, 70);
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="file"],
.form-select,
input[type="password"] {
  height: 54px;
  border: none;
  border-radius: 0;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
.form-select:focus,
input[type="password"]:focus {
  box-shadow: none;
  border: 1px solid #95b394;
}

.login-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-box {
  width: 100%;
  max-width: 450px;
  padding: 20px;
  border: 1px solid #bac0ba;
  box-shadow: 0 0 10px rgba(156, 156, 156, 0.1);
}

.login-box p {
  font-size: 14px;
}

/* responsive */
@media (max-width: 768px) {
  .hero .sub-hero {
    margin-top: 30px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero p {
    font-size: 14px;
  }
}

/* ketika tampilan labtop */
@media (min-width: 768px) {
  .jaminan .card {
    height: 230px;
  }
}
