*,
::before,
::after {
      box-sizing: border-box;
      scroll-behavior: smooth;
}

body {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
      background-color: #1e1e1e;
      color: #f5f5f5;
      overflow-x: hidden;
}

span {
      font-size: 1.5rem;
      font-weight: 400;
}

header.navbar-container {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23B92FFB"><path d="M0 0h1000v4H0z"></path><path d="M0 0h1000v80.8S550 100 500 100 0 80.8 0 80.8V0Z" opacity=".2"></path><path d="M0 0h1000v61.6S600 100 500 100 0 61.6 0 61.6V0Z" opacity=".3"></path><path d="M0 0h1000v42.4S650 100 500 100 0 42.4 0 42.4V0Z" opacity=".4"></path><path d="M0 0h1000v23.2S700 100 500 100 0 23.2 0 23.2V0Z" opacity=".5"></path><path d="M0 0v4s250 96 500 96 500-96 500-96V0H0Z"></path></svg>');
      background-size: cover;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: #9500ff;
}

header.navbar-container .navbar-list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      list-style-type: none;
      width: 100%;
      padding: 2px 3rem;
}

.navbar-logo a {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      text-decoration: none;
}

.navbar-logo h3 {
      font-family: 'Orbitron', sans-serif;
      font-size: 1.5rem;
      font-weight: 500;
      margin: 0;
      color: #f5f5f5;
      text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.949);
}

header.navbar-container .navbar-list ul {
      display: flex;
      padding: 5px;
      top: 0;
      gap: 2rem 1rem;
      list-style-type: none;
}


header.navbar-container .navbar-list li a {
      padding: 0.5rem 1.5rem;
      border-radius: 999px;
      text-decoration: none;
      font-size: 1rem;
      font-weight: 400;
      color: #f5f5f5;
      transition: all 0.2s ease-in-out;
}

header.navbar-container .navbar-list li a:hover {
      color: #f5f5f5;
      box-shadow: inset 0.5px 1px 1px 2px #3b1d4e;
}

.hero-container {
      display: flex;
      flex-direction: column;
      position: relative;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 4rem;
      border-radius: 10px;
      overflow: hidden;
}


.hero-container .hero-content {
      padding: 0.5rem 4rem;
      text-align: center;
}

.hero-container .hero-content .title,
.name-title {
      margin: 0;
}

.name-title {
      font-family: 'Orbitron', sans-serif;
      font-size: 2.5rem;
      letter-spacing: 2px;
}

.app-name {
      font-family: 'Orbitron', sans-serif;
      margin-top: 1rem;
}

.app-name>span {
      font-size: 2rem;
      font-weight: 900;
      animation: glow 2.5s ease-in-out infinite;
}

@keyframes glow {

      0%,
      100% {
            color: #9f2ff0;
            text-shadow: 0 0 12px #ffffff, 0 0 50px #946aab, 0 0 100px #954eb3;
      }

      10%,
      90% {
            color: #f5f5f5;
            text-shadow: none;
      }
}

.app-name>span:nth-child(2) {
      animation-delay: .2s;
}

.app-name>span:nth-child(3) {
      animation-delay: .4s;
}

.app-name>span:nth-child(4) {
      animation-delay: .6s;
}

.app-name>span:nth-child(5) {
      animation-delay: .8s;
}

.app-name>span:nth-child(6) {
      animation-delay: 1s;
}

.app-name>span:nth-child(7) {
      animation-delay: 1.2s;
}

.app-name>span:nth-child(8) {
      animation-delay: 1.4s;
}

.app-name>span:nth-child(9) {
      animation-delay: 1.6s;
}

.app-name>span:nth-child(10) {
      animation-delay: 1.8s;
}

.app-name>span:nth-child(11) {
      animation-delay: 2s;
}

.app-name>span:nth-child(12) {
      animation-delay: 2.2s;
}

.app-name>span:nth-child(13) {
      animation-delay: 2.4s;
}

.app-name>span:nth-child(14) {
      animation-delay: 2.6s;
}

.hero-content h1 {
      line-height: 1.5;
}

.hero-container .hero-content p {
      margin-bottom: 1rem;
}

.hero-container .hero-image {
      flex: 1;
      width: 50%;
      height: 400px;
      object-fit: contain;
      background-color: #4c008275;
      border-radius: 0 20px 20px 0;
}

.hero-container .hero-image img {
      max-width: 100%;
}

.hero-container .hero-content .cta-btn {
      display: inline-block;
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;
      padding: 1rem 3rem;
      background-color: #4c008299;
      color: #f5f5f5;
      border-radius: 8px;
}

.hero-content .cta-btn:hover {
      box-shadow: none;
      transition: all 0.5s ease-in-out;
      background-color: rgba(76, 0, 130, 0.460);
}

/* akhir style header */


/* Style untuk keunggulan */
.keunggulan {
      display: flex;
      flex-direction: column;
      justify-content: center;
}

.keunggulan h1 {
      text-align: center;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 2px;
      margin-bottom: 0;
}

.keunggulan span {
      font-size: 12px;
      font-weight: 400;
      text-align: center;
      margin: 1rem 0 2.5rem 0;
}

.keunggulan-point {
      display: flex;
      background: linear-gradient(to top, #9500ff 50%, #1e1e1e 50%);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      padding: 2rem 4rem;
      gap: 2rem;
}

.terpercaya,
.tanpa-biaya,
.terupdate {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: #1e1e1e;
      padding: 30px;
      width: 100%;
      border-radius: 20px;
      box-shadow: 2px 2px 8px 4px rgba(17, 17, 29, 0.326);
}

.terpercaya:hover,
.tanpa-biaya:hover,
.terupdate:hover {
      box-shadow: 2px 2px 8px 2px rgba(203, 129, 255, 0.069),
            -2px -2px 8px 2px rgba(203, 129, 255, 0.069);
}

.keunggulan-point .keunggulan-icon .bx {
      background-color: rgba(255, 255, 255, 0.048);
      padding: 14px;
      border-radius: 100%;
      font-size: 28px;
      color: #9500ff;
      text-align: center;
}

.keunggulan-point h2 {
      font-weight: 450;
      margin-top: 0;
}

.keunggulan-point p {
      font-size: 12px;
      font-weight: 400;
      text-align: center;
      margin: 0;
}

/* style untuk logo partner / lembaga sertifikasi */
.partner-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      padding: 1rem 0;
      background-color: #4e0085;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%239500FF"><path d="M0 1v99c134.3 0 153.7-99 296-99H0Z" opacity=".5"></path><path d="M1000 4v86C833.3 90 833.3 3.6 666.7 3.6S500 90 333.3 90 166.7 4 0 4h1000Z" opacity=".5"></path><path d="M617 1v86C372 119 384 1 196 1h421Z" opacity=".5"></path><path d="M1000 0H0v52C62.5 28 125 4 250 4c250 0 250 96 500 96 125 0 187.5-24 250-48V0Z"></path></svg>');
      background-position: top;
      background-repeat: no-repeat;
}

.partner-container h1 {
      text-align: center;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 2px;
      margin: 0;
}

.partner-container span {
      text-align: center;
      font-size: 12px;
      font-weight: 400;
      width: 40%;
      margin: 0.5rem 0 2.5rem 0;
}

.partner-container .partner-swipe {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1rem;
      gap: 10px;
}

.partner-swipe .swipe {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 150px;
      height: 100px;
      border: 1px solid #ccc;
      border-radius: 15px;
}

.partner-swipe .swipe img {
      max-width: 100%;
      max-height: 100%;
      padding: 16px;
      object-fit: contain;
}

/* animasi untuk elemen gambar di dalam swipe-right (bergerak dari kanan ke kiri) */
@keyframes slideRightToLeft {
      0% {
            transform: translateX(0);
      }

      100% {
            transform: translateX(100%);
      }
}

/* animasi untuk elemen gambar di dalam swipe-left (bergerak dari kiri ke kanan) */
@keyframes slideLeftToRight {
      0% {
            transform: translateX(0);
      }

      100% {
            transform: translateX(-100%);
      }
}

/* animasi ke gambar di swipe-right */
#swipe-right .swipe {
      animation: slideRightToLeft 10s linear infinite;
}

/* animasi ke gambar di swipe-left */
#swipe-left .swipe {
      animation: slideLeftToRight 10s linear infinite;
}

/* style untuk join container */
section.join-container {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      background-color: #9500ff;
      padding-bottom: 12px;
}

.join-container .logo-app {
      display: flex;
      gap: 4rem;
      text-align: justify;
}

.logo-app p {
      margin: 0;
}

.join-container .logo-app img {
      width: 100%;
      height: fit-content;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
      border-radius: 20px;
}

.join-content {
      text-align: end;
      padding: 1rem 4rem 1rem 4rem;
      background-color: #9500ff;
      border-radius: 20px;
}

.join-content p {
      margin-bottom: 4rem;
}

.join-content .bx {
      font-size: 24px;
      vertical-align: middle;
}

.join-content .cta-btn {
      display: flex;
      text-decoration: none;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      padding: 1rem 3rem;
      border: 1.5px solid #f5f5f5;
      color: #f5f5f5;
      border-radius: 8px;
      transition: transform 0.5s ease;
}

.join-container .cta-btn:hover {
      transition: all 0.5s ease-in-out;
      transform: scale(1.01);
}
/* akhir style join container */


/* Style untuk konten program unggulan */
.program-unggulan-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 12px;
      padding: 8rem 2rem;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%239500FF"><path d="M0 0v100l500-48 500 48V0H0z" opacity=".5"></path><path d="M0 0h1000v52H0z" opacity=".5"></path><path d="M0 0v4l500 48 500-48V0H0z" opacity=".5"></path><path d="M0 0v4l500 48 500-48V0H0z"></path></svg>');
      background-repeat: no-repeat;
}

.program-unggulan-container h1 {
      text-align: center;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 2px;
      margin-bottom: 0;
}

.program-unggulan-container span {
      font-size: 12px;
      font-weight: 400;
      margin: 0rem 0 2rem 0;
      width: 50%;
      align-self: center;
      text-align: center;
}

.program-unggulan-item {
      display: flex;
      gap: 12px;
}

.program-unggulan-content {
      width: 100%;
      height: fit-content;
      border: 1px solid #ccc;
      border-radius: 8px;
      overflow: hidden;
      transition: all 0.3s ease;
}

.content-header {
      position: relative;
}

.image-container {
      position: relative;
      width: 100%;
      height: 150px;
}

.image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
}

.image-overlay {
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      text-align: center;
      padding: 5px;
}

.accordion-trigger {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 10px;
      cursor: pointer;
}

.accordion-trigger i {
      transition: transform 0.3s ease;
}

.accordion-trigger i.rotated {
      transform: rotate(180deg);
}

.accordion-trigger p {
      font-size: 14px;
}

.detail-content {
      display: none;
      padding: 0 10px;
      gap: 12px;
}

.detail-content p {
      font-size: 12px;
      justify-content: center;
      align-items: center;
      line-height: 1.2;
}

.detail-content a {
      font-size: 12px;
      color: #aeaeae;
      font-weight: 500;
      cursor: pointer;
}

.detail-content a:hover {
      color: #ab35ff;
      transition: all 0.5s ease;
}

.program-unggulan-content.active .detail-content {
      display: block;
}
/* akhir style program unggulan */


/* style unutk konten FAQ */
section.faq-container {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding-bottom: 3rem;
      gap: 10px;
      background-color: #9500ff;
      color: #ffffff;
}

.faq-container h1 {
      text-align: center;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 2px;
      margin-top: -6rem;
      margin-bottom: 3rem;
}

.faq-questions {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin: 0 4rem;
}

.faq-question-item {
      position: relative;
      display: flex;
      flex: 1;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      gap: 1rem;
      border: 1px solid #ccc;
      border-radius: 10px;
      cursor: pointer;
      transition: all 0.5s ease;
}

.faq-question-item p {
      font-size: 14px;
      font-weight: 500;
      margin: 0;
}

.faq-question-item.active {
      transform: scale(0.98);
}

.faq-question-item .bx {
      font-size: 20px;
      transition: all 0.5s ease;
}

.faq-question-item.active .bx {
      transform: rotate(-90deg);
}

.faq-answer-item {
      width: 60%;
      border: 1px solid #ccc;
      padding: 20px;
      border-radius: 12px;
      display: none;
}

.faq-answer-item p {
      margin: 0;
}

.faq-answer-item a {
      text-decoration: none;
      color: #f5f5f5;
}

.faq-answer-item a:hover {
      text-decoration: underline;
}
/* akhir style untuk konten FAQ */


/* style untuk detail course (Learning Path tiap course) */
.tahap-belajar-course {
      display: none;
      position: fixed;
      left: 50%;
      background-color: #fff;
      padding: 2rem 1rem;
      border: 1px solid #ddd;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 95%;
      z-index: 1000;
      transition: margin-top 0.5s ease;
}

.tahap-belajar-course.show {
      bottom: 50%;
      transform: translate(-50%, 50%);
      overflow: hidden;
}

.tahap-belajar-course p {
      font-size: 14px;
      font-weight: 400;
      margin-right: 10px;
      margin-top: 0;
      color: #1e1e1e;
      text-align: center;
}

#close-button {
      position: absolute;
      top: -10px;
      right: 10px;
      background-color: #4c008275;
      color: white;
      border: none;
      padding: 8px 12px;
      border-radius: 5px;
      font-size: 14px;
      cursor: pointer;
      transition: background-color 0.3s ease;
}
/* akhir style detail course (Learning Path tiap course) */


/* Style untuk tahap belajar/learning path dalam bentuk pop up */
.tahap-belajar-container {
      display: flex;
      position: relative;
      justify-content: space-between;
      align-items: center;
      margin: 20px 0;
      padding: 80px 50px 70px 50px;
      overflow-x: auto;
      white-space: nowrap;
}

.tahap-belajar-step {
      position: relative;
      display: inline-block;
      text-align: center;
      width: 100%;
}

.tahap-content {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 80px;
      background-color: #ffffff;
      padding: 12px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(53, 0, 91, 0.419);
}

.tahap-top {
      transform: translateY(-50px);
}

.tahap-bottom {
      transform: translateY(50px);
}

.tahap-number {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px;
      background-color: #9500ff;
      color: white;
      border-radius: 50% 20%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      z-index: 1;
}

.tahap-belajar-step:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 3px;
      background-color: #9500ff;
      z-index: 0;
}

.tahap-belajar-step:first-child:before {
      left: 50%;
}

.tahap-belajar-step:last-child:before {
      right: 50%;
}

.tahap-content h3 {
      margin: 0 0 10px;
      font-size: 14px;
      color: #333;
}

.tahap-content p {
      margin: 0;
      font-size: 12px;
      font-weight: 500;
      color: #555;
      word-wrap: break-word;
      overflow-wrap: break-word;
      white-space: normal;
}

.close-button {
      margin-top: 20px;
      padding: 10px 20px;
      background-color: #9500ff;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
}

.close-button:hover {
      background-color: #7a00cc;
}

.tahap-belajar-step.active .tahap-content {
      background-color: #e0e0ff;
      transform: scale(1.1);
}

/* Bagian akhir style untuk tahap belajar/learning path dalam bentuk pop up */


/* Style untuk footer */
footer {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%239500FF"><path d="M0 1v99c134.3 0 153.7-99 296-99H0Z" opacity=".5"></path><path d="M1000 4v86C833.3 90 833.3 3.6 666.7 3.6S500 90 333.3 90 166.7 4 0 4h1000Z" opacity=".5"></path><path d="M617 1v86C372 119 384 1 196 1h421Z" opacity=".5"></path><path d="M1000 0H0v52C62.5 28 125 4 250 4c250 0 250 96 500 96 125 0 187.5-24 250-48V0Z"></path></svg>');
      background-repeat: no-repeat;
}

.footer-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%;
      margin: 0 auto;
      padding: 3rem 0;
      gap: 2rem;
}

.footer-left {
      width: 40%;
      padding-left: 40px;
}

.footer-left h3 {
      font-family: 'Orbitron', sans-serif;
      text-shadow: 2px 2px 5px rgba(164, 164, 164, 0.5);
      color: #f5f5f5;
      margin-top: 0;
}

.footer-mission,
.footer-address {
      font-size: 14px;
      line-height: 1.6;
      color: #f5f5f5;
      margin-bottom: 10px;
}

.footer-address {
      margin-bottom: 0;
      font-weight: 500;
}


.footer-right {
      display: flex;
      flex-direction: column;
      width: 50%;
      margin-left: 50px;
}

.footer-right-top {
      display: flex;
      gap: 1.5rem;
}

.footer-links h4 {
      font-size: 16px;
      font-weight: bold;
      color: #f5f5f5;
      margin-bottom: 10px;
      margin-top: 0;
}

.footer-links ul {
      list-style: none;
}

.footer-links ul li {
      margin-bottom: 8px;
}

.footer-links ul li a {
      text-decoration: none;
      font-size: 14px;
      color: #f5f5f5;
      transition: color 0.3s;
}

.footer-links ul li a:hover {
      text-decoration: underline;
}

.social-media h4 {
      font-size: 14px;
      font-weight: bold;
      color: #f5f5f5;
      margin-bottom: 10px;
}

.social-media p {
      font-size: 12px;
      font-weight: 500;
      color: #f5f5f5;
      padding-left: 18px;
      margin-top: 0;
}

.social-icons {
      display: flex;
      justify-content: flex-start;
      gap: 8px;
}

.social-icons a {
      margin-right: 10px;
}

.social-icons span {
      border-radius: 12px;
      cursor: pointer;
}

.social-icons .bx {
      color: #f5f5f5;
      font-size: 26px;
}

.social-icons .bx:hover {
      color: #302e32;
}

.social-icons img {
      width: 30px;
}

.footer-bottom {
      padding: 0px 40px 12px 40px;
}

.footer-bottom p {
      font-size: 12px;
      font-weight: 200;
      color: #f5f5f5;
      margin-bottom: 0;
}

.footer-bottom strong {
      color: #f5f5f5;
}

/* Akhir style footer */