@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://use.typekit.net/skn6doc.css");



html {

  scroll-behavior: smooth;

}



.text-basicsans {

  font-family: "basic-sans", sans-serif;

  letter-spacing: -0.04em;

}



.text-poppins {

  font-family: "Poppins", sans-serif;

}





.bg-gradient-purple {

  background-image: radial-gradient(#8623eb, #3e10ca);

}

.bg-gradient-orange {

  background-image: radial-gradient(#f0bd14, #db6211);

}



.btn {

  border-radius: 10px !important;

  font-size: 12px;

  letter-spacing: 0.22em;

  padding: 0.75rem 2rem;

  transition: transform 0.3s ease, box-shadow 0.3s ease;

}



.btn:hover{

  transform: scale(1.05);

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);

}



.bg-hero {

  background-image: url("./img/herobg.jpg");

  background-repeat: no-repeat;

  background-size: cover;

}


.connected-pattern-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1; /* pastikan di atas bg-overlay, tapi di bawah konten */
  pointer-events: none;
  opacity: 0.5;
}


.bg-overlay {

  background-image: radial-gradient(#8623eb, #3e10ca);

  position: relative;

  z-index: 1;

  border-radius: 25px !important;
  

}



.feature-point {

  font-size: 1.35rem;

  line-height: 1.2;

}



.bg-purple {

  background-image: radial-gradient(#ffffff, #f1effc);
  
  border-radius: 25px !important;

}

.bg-purple2 {

  background-image: radial-gradient(#8623eb, #3e10ca);
  
  border-radius: 25px !important;

}

.bg-green {

  background-color: #f1eff5;
  
  border-radius: 25px !important;

}



.text-small {

  font-size: 0.9rem;

}



.hero-desc {

  font-size: 0.9rem;

  margin-top: 1.5rem;

}





.text-smallseo {

  font-size: 0.8rem;

  letter-spacing: 0.22em;

  margin-bottom: 2rem;

}



.text-xl {

  font-size: 4rem;

  font-weight: bold;

}



.text-lg {

  font-size: 3rem;

}



.accordion-button {

  font-size: 0.9rem;

  line-height: 1.4;

}



.contact-section {

  padding: 4rem 4rem;

  border-radius: 0;

}



#contact {

  scroll-margin-top: 250px;

}





.green-wrapper {

  position: relative;

  z-index: 1;

}





.carousel-indicators [data-bs-target] {

  background-color: #888;

  width: 10px;

  height: 10px;

  border-radius: 50%;

  margin: 0 5px;

  opacity: 0.4;

}



.carousel-indicators .active {

  opacity: 1;

  background-color: #000;

}



.review-card {

  min-height: 380px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}



.icon-svg {

  width: auto;

  height: 35px;

  max-width: auto;

  max-height: 35px;

  object-fit: contain;

}



.pattern-bg {

  width: auto;

  height: 420px;

  max-width: auto;

  max-height: 420px;

  object-fit: contain;

}



.icon-point {

  width: auto;

  height: 59px;

  max-width: auto;

  max-height: 59px;

  object-fit: contain;

}



.icon-checkbox {

  width: auto;

  height: 23px;

  max-width: auto;

  max-height: 23px;

  object-fit: contain;

}





@media (max-width: 768px) {

  .contact-section {

    padding: 3rem 1.5rem; 

  }

}



@media (max-width: 768px) {

  .hero-h1-spacing {

    margin-top: 3rem;

  }
  

  .text-xl {

    font-size: 3.5rem !important;

    text-align: center;

    line-height: 1.4;

  }

  .hero-desc {

    padding-left: 1.5rem;

    padding-right: 1.5rem;

  }

}



@media (max-width: 991.98px) {

  .d-lg-flex > .btn {

    display: block;

    width: 85%;

    text-align: center;

    margin-left: auto;  

    margin-right: auto;  

  }



  .d-lg-flex > .btn + .btn {

    margin-top: 1rem;

  }

}





@media (max-width: 991.98px) {

  .d-md-flex > .d-flex {

    flex-direction: column;

    align-items: center;

    text-align: center;

    margin-bottom: 1.5rem;

  }



  .d-md-flex .flex-grow-1 {

    margin-left: 0 !important;

    margin-top: 0.5rem;

  }



  .d-md-flex img {

    width: 30px;

  }

}



@media (max-width: 991.98px) {

  .hero2 {

    display: block;

    margin: 2rem auto 0;

    max-width: 100%;

  }



  .col-md-4.ms-auto {

    order: 1;

  }

}

@media (min-width: 1024px) {

  .hero2 {

    height: 40rem;

  }



  .grid-3 {

    grid-template-columns: 1fr 1fr 1fr;

  }

}



@media (max-width: 767.98px) {

  .section-title {

    font-size: 2.5rem;

    margin-bottom: 1rem;

    padding-bottom: 1rem;

  }

}



@media (max-width: 767.98px) {

  .footer-mobile-spacing {

    margin-top: 3rem;

  }

}



::placeholder {

  font-family: 'Poppins', sans-serif; 

  font-size: 0.9rem; 

  font-weight: 300;

  color: rgba(255, 255, 255, 0.7); 

}



.desktop-review-swiper .swiper-button-prev,

.desktop-review-swiper .swiper-button-next {

  background: none;

  width: 30px;

  height: 30px;

  filter: none;

  color: #333333;

  opacity: 0.7;

}



.desktop-review-swiper .swiper-button-prev::after,

.desktop-review-swiper .swiper-button-next::after {

  font-size: 20px;

  font-weight: bold;

}



.desktop-review-swiper .swiper-pagination-bullets {

  display: flex;

  justify-content: center;

  gap: 0.3rem;

  margin-top: 1rem;

  position: static !important;

}



.desktop-review-swiper .swiper-pagination-bullet {

  width: 8px;

  height: 8px;

  background-color: #888;

  opacity: 0.4;

  border-radius: 50%;

}



.desktop-review-swiper .swiper-pagination-bullet-active {

  opacity: 1;

  background-color: #333333;

}



.swiper-button-next,

.swiper-button-prev {

  z-index: 2 !important;

}



.hero-wrapper {

  position: relative;

  z-index: auto;

  overflow: hidden;

}



.hero-offset {

  padding-top: 100px;

}



.bg-hero {

  background-image: url('./img/herobg.jpg');

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  height: 100%;

  z-index: -1;

}



#fixed-header {

  position: fixed;

  top: 0;

  left: 0;

  z-index: 1100;

  width: 100%;

  background-color: transparent; 

  transition: background-color 0.3s ease, padding 0.3s ease;

}



#fixed-header.scrolled {

  background-color: rgba(255, 255, 255, 0.904); 

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

  padding-top: 0.75rem;

  padding-bottom: 0.75rem;

}

.bg-glass {
  background: rgba(255, 255, 255, 0.205);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.384);
}


video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
