#landing-page #hero {
  background-image: url("/assets/img/bg/home-1.png");
  background-position: center center;
  background-size: cover;
  padding: 177px 0;
}
#landing-page #hero .content {
  text-align: center;
}
#landing-page #hero .content h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#landing-page #hero .content .desc {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#landing-page #hero #explore {
  font-size: 28px;
  font-weight: 700;
  line-height: 37.04px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #FFFFFF;
  padding: 16px;
  gap: 4px;
  border-radius: 4px 0px 0px 0px;
  border: 1px 0px 0px 0px;
  background: #9A44FD;
  transition: all 300ms ease-in-out;
}
#landing-page #hero #explore:hover {
  background-color: #8e1bbb;
}
#landing-page #services {
  background-image: url("/assets/img/bg/home-2.png");
  background-position: center center;
  background-size: cover;
  padding: 48px 0;
  position: relative;
}
#landing-page #services #clients {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 90%;
  border: 1px solid #FF8484;
  background: #FFFFFF;
  transform: translateX(-50%);
  color: #9A44FD;
  border-radius: 16px;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 63.5px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  box-shadow: 0px 4px 16px 1px rgba(108, 23, 199, 0.2392156863);
}
#landing-page #services .title h2 {
  font-weight: 700;
  font-size: 24px;
  color: #9A44FD;
  margin-bottom: 16px;
}
#landing-page #services .title h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42.34px;
  color: #063232;
}
#landing-page #services .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: justified;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#landing-page #services .service-item a {
  border: 1px solid #9A44FD;
  width: 100%;
  display: block;
  text-align: center;
  padding: 8px 12px;
  border-radius: 8px;
  color: #9A44FD;
  font-size: 19px;
  font-weight: 900;
  line-height: 30px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: all 0.3s ease-out;
}
#landing-page #services .service-item a:hover {
  background-color: #9A44FD;
  color: #fff;
}
#landing-page #customers .bg-customer {
  background-image: url("/assets/img/bg/home-3.png");
  background-position: center center;
  background-size: cover;
}
#landing-page #customers .bg-customer .bg-customer-content {
  padding: 32px 108px;
}
#landing-page #customers .title {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  line-height: 63.5px;
  margin-bottom: 4px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#landing-page #customers .desc {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 26.46px;
  text-align: justify;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#landing-page #customers .customers-content {
  height: 100%;
  position: relative;
}
#landing-page #customers .customers-content #slider {
  top: 50%;
  transform: translateY(-50%);
}
#landing-page #customers .customers-content #slider img {
  display: flex;
  justify-content: center;
  display: block;
  margin: 0.2rem;
  width: 400px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain; /* Menjaga aspek rasio gambar */
}
#landing-page #solutions {
  padding: 48px 0;
  background-image: url("/assets/img/bg/home-4.png");
  background-position: center center;
  background-size: cover;
}
#landing-page #solutions .title {
  text-align: center;
}
#landing-page #solutions .title h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 31.75px;
  color: #9A44FD;
  margin-bottom: 16px;
}
#landing-page #solutions .title h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42.34px;
  color: #063232;
}
#landing-page #solutions .solution-card {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 4px 0px rgba(18, 68, 248, 0.2509803922);
  padding: 16px;
  transition: all 0.2s ease-out;
}
#landing-page #solutions .solution-card:hover {
  border: 2px solid #9A44FD;
}
#landing-page #solutions .solution-card .title {
  color: #9A44FD;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
  line-height: 42.34px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#landing-page #solutions .solution-card .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#landing-page #technologies {
  padding: 48px 0;
  background-image: url("/assets/img/bg/home-5.png");
  background-position: center center;
  background-size: cover;
}
#landing-page #technologies .title {
  text-align: center;
}
#landing-page #technologies .title h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 31.75px;
  color: #9A44FD;
  margin-bottom: 16px;
}
#landing-page #technologies .title h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42.34px;
  color: #063232;
}
#landing-page #technologies .image {
  width: 170px;
  height: 95px;
  -o-object-fit: contain;
     object-fit: contain;
}
#landing-page #contact {
  background-color: #5d00b4;
  color: white;
  padding: 60px 30px;
}
#landing-page #contact h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
#landing-page #contact p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#landing-page #contact .contact-form input,
#landing-page #contact .contact-form textarea {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  font-size: 1rem;
  width: 100%;
}
#landing-page #contact .contact-form input:focus,
#landing-page #contact .contact-form textarea:focus {
  outline: none;
  border-color: #9b4de0;
}
#landing-page #contact .contact-form button {
  background-color: #9b4de0;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 1.1rem;
  border-radius: 4px;
  cursor: pointer;
}
#landing-page #contact .contact-form button:hover {
  background-color: #7a33b5;
}
#landing-page #contact .form-group {
  margin-bottom: 20px;
}
#landing-page #contact .form-group label {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
#landing-page #videos {
  position: relative;
  width: 100%;
  height: 1080px;
  overflow: hidden;
}
#landing-page #videos .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

@media screen and (min-width: 900px) {
  #landing-page #hero .content h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 63.5px;
  }
  #landing-page #hero .content .desc {
    font-size: 28px;
    font-weight: 500;
    line-height: 37.04px;
  }
  #landing-page #services #clients {
    width: 1100px;
    font-size: 40px;
  }
}
