* {
  font-family: "Inter", serif;
}

body {
  background-color: white;
  padding-top: 80px;
}

.hero {
  min-height: 60vh;
  position: relative;
  background:
    linear-gradient(rgba(28, 28, 29, 0.795), rgba(77, 47, 161, 0.75)),
    url("../img/7.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero .hero-content h1 {
  font-size: 50px;
  font-weight: 600;
}



.service-card {
  border-radius: 20px;
  overflow: hidden;
  transition: all .3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
}

.service-card img {
  height: 220px;
  object-fit: cover;
}

.feature-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transition: all .3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,.15);
}

.icon-box {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #0d6efd, #0b5ed7);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto;
}

.nav-pills .nav-link {
  background: #e9f2ff;
  color: #000000;
  border-radius: 10px;
  font-weight: 500;
}

.nav-pills .nav-link.active {
  background: #0d6efd;
  color: #fff;
}

.card img {
  border-radius: 12px 12px 0 0;
}

.img-artikel {
  height: 200px;
  object-fit: cover;
}

.imgs-artikel {
  height: 600px;
  object-fit: cover;
}

.content-artikel {
  line-height: 1.8;
  font-size: 1rem;
}

.content-artikel img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 20px 0;
}

.content-artikel h2,
.content-artikel h3 {
  margin-top: 30px;
  font-weight: 600;
}


#whatsapp .wtsapp {
  position: fixed;
  transform: all 0.5s ease;
  background-color: #25d366;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  border-right: none;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  bottom: 60px;
  right: 20px;
  border: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

#whatsapp .wtsapp::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

#whatsapp .wtsapp:focus {
  border: none;
  outline: none;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(1.5) scale(1);
    opacity: 0;
  }
}

.about .row .col:nth-child(1) {
  background-color: #ffffff;
}

.about h1 {
  color: rgb(10, 10, 10);
  font-size: 30px;
}

.project {
  padding: 80px 0 80px 0;
}

.footer {
  min-height: 20vh;
  background-color: #15181f;
  margin-top: 100px;
}

.footer .copyright {
  padding-top: 30px;
}


/* MOBILE */
@media (max-width: 991px) {
  .hero h1 {
      font-size: 1.9rem;
  }
  .hero {
    padding-top: 80px;
    min-height: 100vh;
  }

  .hero .hero-content h1 {
    font-size: 40px;
  }

  .imgs-artikel {
    height: 300px;
    object-fit: cover;
  }
}

@media screen and (max-width: 1200px) {
  .services img {
    width: 450px;
  }
}

@media screen and (max-width: 390px) {
  .footer h1 {
    font-size: 10px;
  }

  .about h1 {
    font-size: 25px;
  }

  .footer .copyright {
    font-size: 2px;
  }
}
