.bi-check-circle-fill {
  color: #68be79;
}

.fitur .card {
  gap: 20px;
}

.card {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.more-space {
  margin-bottom: 60px;
}

.card-pricing {
  border-radius: 14px;
  /* margin: 0 0;   */
  width: 95%;
}

.card-pricing.card:hover {
  transform: scale(1);
  box-shadow: none;
}

.card-pricing.popular {
  z-index: 1;
  border: 3px solid var(--main-color);
}

.card-pricing .list-unstyled li {
  padding: 0.5rem 0;
  color: #6c757d;
  text-align: left;
  list-style: disc;
  margin-left: 15px;
}

/* hero */
.hero {
  min-height: 100vh;
  position: relative;
}

.image-hero {
  border-radius: 14px;
  max-width: 490px;
  width: 100%;
}

/* end hero */

.custom-img {
  border-radius: 14px;
  width: 100%;
}

.FAQ .card:hover {
  transform: scale(1);
  box-shadow: none;
}

.card-header:hover {
  color: red !important;
  font-weight: bold;
}

.card-header[aria-expanded="true"] {
  color: red !important;
  font-weight: bold;
}

.contact-info-items {
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
}

.contact-info-items i {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  border-radius: 50%;
  font-size: 16px;
  color: #c02228;
  border: 1px solid #c02228;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
}

.sun-victor {
  width: 220px;
  position: absolute;
  opacity: 0.1;
  left: 0;
  top: -20px;
}

.icon-fitur {
  font-size: 80px;
}

.headline {
  font-size: 26px;
}

.subHead {
  font-size: 17px;
}

@media (min-width: 768px) {
  .image-hero {
    width: 40%;
  }

  .more-space {
    margin-bottom: 100px;
  }

  .sun-victor {
    width: 320px;
    top: -70px;
  }

  .headline {
    font-size: 43px;
  }

  .subHead {
    font-size: 20px;
  }
}