@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,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://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}
body {
    background: #000;
}

/* NAVBAR */
nav.navbar {
    position: fixed;
    width: 100%;
    transition: all 0.4s ease;
    z-index: 9;
}
nav.sticky {
    background: #08080886;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
nav.navbar > .nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: initial;
}
.nav-content .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.nav-content .nav-links li {
    list-style: none;
    margin: 0 8px;
}
.nav-links li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 5px;
    transition: all 0.3 ease;
}
.nav-content .nav-links li a:hover {
    color: #ffffff;
}
nav.sticky .nav-links li a {
    color: #fff;
    transition: all 0.4 ease;
}
nav.sticky .nav-content .nav-links li a:hover {
    color: #fff;
}
.logo-tp {
    width: 40%;
}
.btn-konsultasi {
    background: #df2028;
    color: white;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

@media only screen and (max-width: 767.98px) {
    nav.navbar {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .logo {
    }
}

/* COUNTDOWN */
:root {
    --smaller: 0.75;
}
.container-countdown {
    color: #ffffff;
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
}
.btn-klaim-promo {
    background: #df2028;
    color: white;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}
.promo-countdown ul {
    place-self: center;
    padding: 0;
}

.list-countdown {
    display: inline-block;
    font-size: 20px;
    list-style-type: none;
    padding: 0 15px;
    text-align: center;
}

.list-countdown span {
    display: block;
    font-size: 25px;
}

.emoji {
    display: none;
    padding: 1rem;
}

.emoji span {
    font-size: 4rem;
    padding: 0 0.5rem;
}

@media only screen and (max-width: 767.98px) {
    .promo-countdown ul {
        padding: 0;
    }

    .list-countdown span {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .container-countdown {
        margin-top: 15px;
    }
    .promo-countdown ul {
        padding: 0;
        margin-bottom: 10px;
    }
    .list-countdown {
        font-size: 14px;
        padding: 0 5px;
    }
    .list-countdown span {
        font-size: 16px;
    }
    .btn-klaim-promo {
        font-size: 14px;
        font-weight: 400;
        padding: 8px 0;
    }
}

/* HERO */
.bg-hero {
    width: 100%;
    background-image: url("/assets/img/background/bg_hero.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.text-image {
    padding-top: 10%;
}
.title-tp {
    font-size: 50px;
    color: white;
    line-height: 60px;
}
.deskripsi-tp {
    color: white;
    font-size: 15px;
    margin: 15px 0 0;
    font-weight: 300;
    text-align: justify;
}
.model-tp {
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .title-tp {
        font-size: 40px;
        line-height: 50px;
    }
    .text-image {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .title-tp {
        font-size: 25px;
        line-height: 35px;
    }
    .deskripsi-tp {
        font-size: 12px;
        margin: 10px 0 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .title-tp {
        font-size: 35px;
        line-height: 40px;
        font-weight: 700;
    }
    .model-tp {
        width: 100%;
    }
}

/* ABOUT TARUNA PERSADA */
.bg-about-tp {
    width: 100%;
    background-image: url("/assets/img/background/bg_about_tp.webp");
    background-size: cover;
    background-position: center;
}
.text-image-about-tp {
    padding: 50px 0 0;
}
.title-about-tp {
    font-size: 40px;
    font-weight: 600;
    color: white;
    line-height: 45px;
    width: 75%;
    text-align: center;
    place-self: center;
}
.deskripsi-about-tp {
    color: white;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
    text-align: justify;
}
.img-about-tp {
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .title-about-tp {
        text-align: center;
        font-size: 25px;
        line-height: 35px;
    }
    .parent-text-about-tp {
        padding: 15px 0 0;
    }
    .divinder-about-tp {
        width: 80%;
    }
    .deskripsi-about-tp {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .text-image-about-tp .row {
        align-items: center;
    }
    .title-about-tp {
        font-size: 30px;
        line-height: 35px;
    }
    .deskripsi-about-tp {
        font-size: 13px;
        margin: 5px 0 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .text-image-about-tp .row {
        align-items: center;
    }
    .title-about-tp {
        text-align: center;
        width: 100%;
    }
    .parent-divinder-about-tp {
        display: flex;
        justify-content: center;
    }
}

/* COUNTER */
.parent-counter {
    align-items: center;
    color: white;
    padding: 50px 0;
    place-self: center;
    width: 50%;
}
.counter {
    text-align: center;
}
.number-counter {
    font-size: 25px;
    color: rgb(192, 123, 19);
    margin: 0;
}
.text-counter {
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

@media only screen and (max-width: 767.98px) {
    .parent-counter {
        padding: 15px 0 0;
        width: 100%;
    }
    .text-counter {
        font-size: 15px;
    }
    .number-counter {
        font-size: 18px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .parent-counter {
        padding: 30px 0 50px;
        width: 60%;
    }
    .number-counter {
        font-size: 20px;
    }
    .text-counter {
        font-size: 16px;
    }
}

/* FLOATING CTA */
.parent-cta {
    position: fixed;
    bottom: 25px;
    right: 120px;
    z-index: 999;
}
.item-cta {
    width: 70px;
    cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
    .parent-cta {
        bottom: 100px;
        right: -171px;
        z-index: 999;
    }
    .item-cta {
        width: 25%;
        cursor: pointer;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .parent-cta {
        right: 35px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .parent-cta {
        right: 35px;
    }
}

/* BOTTOM BAR */
.parent-bottombar {
    min-height: 100%;
    position: relative;
    padding-top: 24px;
    text-align: center;
    color: black;
    display: none;
}
.text-bottombar {
    color: black;
    font-weight: 600;
}

#bottom-bar {
    width: 100%;
    background-color: #ffffff;
    color: black;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: baseline;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 20px 20px 0 0;
}

.bottom-bar-element a {
    text-decoration: none;
    color: black;
}

.bottom-bar-element {
    width: 25%;
    display: inline-block;
    float: left;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    color: white;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.icon-bottombar {
    width: 27%;
}

.dropdown-bottombar {
    font-size: 16px;
    border: none;
    outline: none;
    color: rgb(0, 0, 0);
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.dropbtn-bottom {
    font-size: 16px;
    border: none;
    outline: none;
    color: rgb(0, 0, 0);
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* RESPONSIVE */
@media screen and (max-width: 500px) {
    .parent-bottombar {
        display: flex;
    }
    .text-bottombar {
        font-size: 13px;
    }
    .icon-home-bottombar {
        width: 20%;
    }
    .icon-home-bottombar-about {
        width: 27%;
    }
}

/* VENUE */
.bg-venue {
    width: 100%;
    background: #000;
}
.text-image-venue {
    padding: 50px 0;
}
.title-venue {
    font-size: 35px;
    color: white;
    font-weight: 600;
    border-left: 15px solid #df2028;
}
.deskripsi-venue {
    color: white;
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0 0;
    text-align: justify;
}
.img-venue {
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .title-venue {
        font-size: 25px;
        line-height: 35px;
        width: 100%;
        border-left: 10px solid #df2028;
    }
    .deskripsi-venue {
        font-size: 15px;
        margin-top: 15px;
    }
    .img-venue {
        width: 100%;
        padding-top: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .text-image-venue .row {
        align-items: center;
    }
    .title-venue {
        font-size: 30px;
    }
    .deskripsi-venue {
        font-size: 13px;
        margin: 15px 0 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .text-image-venue .row {
        align-items: center;
    }
}
/* KELAS */
.title-kelas-tni-polri {
    color: white;
    font-size: 35px;
    font-weight: 600;
    border-left: 15px solid #df2028;
}
.text-kelas-tni-polri {
    color: rgb(192, 123, 19);
}
.parent-kelas {
    background: #000000;
}
.box-kelas {
    background: #701014;
    padding: 10px;
    border-radius: 5px;
    margin-top: 25px;
}
.item-kelas-2 {
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .box-kelas {
        margin-top: 15px;
    }
    .box-kelas .col-md-3 {
        padding-bottom: 10px;
    }
    .title-kelas-tni-polri {
        font-size: 25px;
        line-height: 35px;
        border-left: 10px solid #df2028;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .box-kelas {
        margin-top: 15px;
    }
    .title-kelas-tni-polri {
        font-size: 30px;
        line-height: 35px;
    }
}

/* SLIDER KELAS */
.home-demo .item {
    background: #ff3f4d;
}
.box-kelas-kedinasan {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 40px;
}
.home-demo h2 {
    color: #fff;
    text-align: center;
    /* padding: 5rem 0; */
    margin: 0;
    font-style: italic;
    font-weight: 300;
}
.img-kedinasan {
    width: 100%;
}

/* TIMELINE MATERI */
.parent-materi {
    background: #000000;
    color: white;
    padding: 50px 0;
}
.title-materi {
    font-size: 35px;
    font-weight: 600;
    border-left: 15px solid #df2028;
}
.img-materi {
    width: 100%;
    margin-top: 20px;
}

@media only screen and (max-width: 767.98px) {
    .title-materi {
        font-size: 25px;
        line-height: 35px;
        border-left: 10px solid #df2028;
    }
    .img-materi {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .title-materi {
        font-size: 30px;
    }
    .img-materi {
        margin-top: 15px;
    }
}

/* MAPEL */
.parent-mapel {
    background: #000;
}
.title-mapel {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    padding-top: 30px;
    text-decoration: underline;
    text-decoration-color: #df2028;
}
.container-mapel {
    display: grid;
    place-items: center;
    width: 100%;
}

button.accordion-mapel {
    width: 100%;
    background-color: #df2028;
    border: none;
    text-align: left;
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s linear;
    margin-top: 5px;
    border-radius: 5px;
}
button.accordion-mapel:after {
    font-family: FontAwesome;
    content: "\f150";
    font-family: "fontawesome";
    font-size: 15px;
    float: right;
}
button.accordion-mapel.is-open:after {
    content: "\f151";
}
button.accordion-mapel:hover,
button.accordion-mapel.is-open {
    background-color: #a5060e;
}
.accordion-content-mapel {
    background-color: #a5060e;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 3px;
    color: white;
}
.child-mapel {
    padding: 8px;
    background: #890707;
    color: white;
}
.list-mapel {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 14px;
}

@media only screen and (max-width: 767.98px) {
    .title-mapel {
        font-size: 20px;
    }
    .list-mapel {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (min-width: 991.98px) {
    .title-mapel {
        font-size: 30px;
    }
}

/* BEST PROGRAM */
.parent-best-program {
    background-color: #000000;
    padding: 50px 0;
}
.box-best-program {
    align-items: end;
    background: #701014;
    border-radius: 5px;
}
.model-best-program {
    width: 100%;
}
.link-web {
    text-decoration: none;
}
.child-program {
    width: 100%;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.text-best-program {
    color: white;
    font-size: 35px;
    font-weight: 600;
}
.text-and-program {
    padding: 10px 0;
}
@media only screen and (max-width: 767.98px) {
    .parent-best-program {
        padding: 50px 10px;
    }
    .model-best-program {
        display: none;
    }
    .child-program {
        width: 100%;
    }
    .box-best-program {
        padding: 10px 0;
    }
    .parent-img-best-program .col-md-3 {
        padding-bottom: 10px;
    }
    .text-best-program {
        text-align: center;
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .text-best-program {
        font-size: 30px;
    }
}

/* GALERI KEGIATAN */
.parent-galeri-kegiatan {
    background: #000000;
    color: white;
    padding: 30px 0 0;
}
.title-galeri-kegiatan {
    border-left: 15px solid #df2028;
    font-size: 35px;
    font-weight: 600;
}
.child-galeri {
    margin-top: 20px;
    align-items: center;
}
.item-binsik {
    width: 100%;
}
.item-yt {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

@media only screen and (max-width: 767.98px) {
    .title-galeri-kegiatan {
        font-size: 25px;
        line-height: 35px;
        border-left: 10px solid #df2028;
    }
    .child-galeri {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .title-galeri-kegiatan {
        font-size: 30px;
    }
}

/* DIVINDER */
.divinder-page {
    width: 100%;
}
.parent-divinder-about-tp {
    text-align: center;
}
.divinder-about-tp {
    width: 75%;
}
.parent-divinder {
    text-align: center;
    background: #000000;
    padding-bottom: 50px;
}

/* REKOMENDASI PROGRAM */
.parent-rekomendasi-program {
    background: #000;
}
.title-rekomendasi-program {
    border-left: 15px solid #df2028;
    color: white;
    font-size: 35px;
    font-weight: 600;
}
.parent-2-program {
    color: white;
    margin-top: 20px;
    transition: 0.5s;
}
.parent-2-program:hover {
    margin-top: 40px;
    transition: 0.5s;
}
.program-rekomendasi-komando {
    display: grid;
    background: #7010137c;
    padding: 30px;
    gap: 10px;
    border-radius: 5px;
    transition: 0.5s;
}
.program-rekomendasi-komando:hover {
    transform: scale(1.05);
    cursor: pointer;
}
.program-rekomendasi-presisi {
    display: grid;
    background: #047a857e;
    padding: 30px;
    gap: 10px;
    border-radius: 5px;
    transition: 0.5s;
}
.program-rekomendasi-presisi:hover {
    transform: scale(1.05);
    cursor: pointer;
}
.title-rekomendasi-program-komando {
    color: #f8a812;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}
.text-rekomendasi {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: white;
}
.harga-program-komando {
    display: flex;
    justify-content: center;
    align-items: baseline;
    background: #df2028;
    border: 1px solid transparent;
    padding: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #f8a812;
    border-radius: 5px;
}
.harga-program-presisi {
    display: flex;
    justify-content: center;
    align-items: baseline;
    background: #047a85;
    border: 1px solid transparent;
    padding: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #f8a812;
    border-radius: 5px;
}
.item-rekomendasi {
    margin: 10px 0;
}
.item-rekomendasi .row {
    row-gap: 5px;
}
.item-rekomendasi-program {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 15px;
}
.btn-daftar-sekarang-komando {
    background: #df2028;
    border: 1px solid transparent;
    padding: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: white;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}
.btn-daftar-sekarang-presisi {
    background: #047a85;
    border: 1px solid transparent;
    padding: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: white;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}
.text-juta {
    font-size: 25px;
}
@media only screen and (max-width: 767.98px) {
    .parent-2-program .col-md-6 {
        padding-bottom: 10px;
    }
    .program-rekomendasi-komando,
    .program-rekomendasi-presisi {
        padding: 20px;
    }
    .title-rekomendasi-program {
        font-size: 25px;
        line-height: 35px;
        border-left: 10px solid #df2028;
    }
    .title-rekomendasi-program-komando {
        font-size: 25px;
        line-height: 35px;
    }
    .text-rekomendasi {
        font-size: 30px;
    }
    .item-rekomendasi-program {
        font-size: 14px;
    }
    .harga-program-komando,
    .harga-program-presisi {
        font-size: 25px;
    }
    .btn-daftar-sekarang-komando,
    .btn-daftar-sekarang-presisi {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .program-rekomendasi-komando,
    .program-rekomendasi-presisi {
        padding: 25px 20px;
    }
    .title-rekomendasi-program {
        font-size: 30px;
    }
    .title-rekomendasi-program-komando {
        font-size: 25px;
    }
    .text-rekomendasi {
        font-size: 35px;
    }
    .harga-program-komando,
    .harga-program-presisi {
        font-size: 30px;
    }
    .text-juta {
        font-size: 20px;
    }
    .item-rekomendasi-program {
        font-size: 14px;
    }
    .btn-daftar-sekarang-komando,
    .btn-daftar-sekarang-presisi {
        font-size: 18px;
    }
}

/* MASTER TEACHER */
.parent-mt {
    background: #000;
    padding: 50px 0;
}
.slide-content {
    margin: 0 40px;
    overflow: hidden;
}
.card {
    border-radius: 10px;
    background-color: #fff;
}
.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    padding: 10px 14px;
    gap: 5px;
}
.image-content {
    position: relative;
    row-gap: 0;
    padding: 0 0;
}
.overlay {
    /* position: absolute; */
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background-color: #4070F4; */
    border-radius: 25px 25px 0 0px;
}
.overlay::before,
.overlay::after {
    /* content: ''; */
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #701014;
}
.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #fff;
}
.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
}
.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #701014;
}
.name {
    font-size: 17px;
    font-weight: 600;
    color: #333;
}
.description {
    font-size: 15px;
    color: #707070;
}
.button {
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 8px 0;
    background-color: #701014;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:hover {
    background: #701014;
}

.parent-mt .swiper-navBtn {
    color: #701014;
    transition: color 0.3s ease;
}
.parent-mt .swiper-button-prev {
    left: 0;
}
.parent-mt .swiper-button-next {
    right: 0;
}
.swiper-navBtn:hover {
    color: #701014;
}
.parent-mt .swiper-navBtn::before,
.parent-mt .swiper-navBtn::after {
    font-size: 35px;
}
.swiper-pagination-bullet {
    background-color: #df2028;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #701014;
}
.title-mt {
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 600;
}
.img-mt {
    width: 100%;
    border-radius: 100%;
}
.bg-mt {
    border-radius: 10px 10px 0 0;
}
.card-wrapper .card {
    border-radius: 10px;
}

@media screen and (max-width: 767.98px) {
    .title-mt {
        font-size: 25px;
        line-height: 35px;
    }
    .slide-content {
        margin: 0 25px;
    }
    .parent-mt .swiper-navBtn::before,
    .parent-mt .swiper-navBtn::after {
        font-size: 25px;
    }
    .parent-mt .swiper-button-prev {
        left: 5px;
    }
    .parent-mt .swiper-button-next {
        right: 5px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .title-mt {
        font-size: 30px;
    }
}

/* FAQ */
.parent-faq {
    background: #000000;
    color: white;
    padding: 50px 0;
}
.title-faq {
    border-left: 15px solid #df2028;
    font-size: 35px;
    font-weight: 600;
}
main {
    display: flex;
    align-items: center;
    justify-content: left;
    background: #000000;
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
    margin-top: 20px;
}
.accordion .accordion-item {
    background-color: #df2028;
    border-radius: 5px;
}
.accordion .accordion-item .accordion-item-description-wrapper hr {
    border: none;
    border-top: 1px solid #000;
    visibility: visible;
    margin: 0;
}
.accordion .accordion-item.open .accordion-item-description-wrapper hr {
    visibility: visible;
    margin: 0;
}
.accordion .accordion-item .accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
}
.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
    font-weight: 600;
    font-size: 15px;
}
.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
    transition: all 0.2s ease;
}
.accordion
    .accordion-item.open
    .accordion-item-header
    .accordion-item-header-icon {
    transform: rotate(-180deg);
}
.accordion .accordion-item .accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all 0.2s ease;
}
.accordion .accordion-item.open .accordion-item-description-wrapper {
    grid-template-rows: 1fr;
}
.accordion
    .accordion-item
    .accordion-item-description-wrapper
    .accordion-item-description {
    min-height: 0;
}
.accordion
    .accordion-item
    .accordion-item-description-wrapper
    .accordion-item-description
    p {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
@media only screen and (max-width: 767.98px) {
    .title-faq {
        font-size: 25px;
        border-left: 10px solid #df2028;
    }
    .accordion {
        margin-top: 5px;
    }
    .accordion
        .accordion-item
        .accordion-item-header
        .accordion-item-header-title {
        font-size: 14px;
    }
    .accordion
        .accordion-item
        .accordion-item-description-wrapper
        .accordion-item-description
        p {
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .title-faq {
        font-size: 30px;
    }
}

/* APA KATA MEREKA */
.parent-apa-kata-mereka {
    background: #000000;
    color: white;
    padding: 50px 0;
}
.title-apa-kata-mereka {
    border-left: 15px solid #df2028;
    font-size: 35px;
    font-weight: 600;
}
.child-video {
    margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
    .title-apa-kata-mereka {
        border-left: 10px solid #df2028;
        font-size: 25px;
        line-height: 35px;
    }
    .child-video {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .title-apa-kata-mereka {
        font-size: 30px;
    }
}

/* TESTIMONI */
.parent-testimoni-siswa {
    background: #000000;
    color: white;
    padding: 50px 0;
}
.title-testimoni {
    border-left: 15px solid #df2028;
    font-size: 35px;
    font-weight: 600;
}
.main-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-arrow {
    display: flex;
    justify-content: center;
    top: 0;
    bottom: 64px;
    margin-block: auto;
    height: fit-content;
    width: 50px;
    background-color: white;
    border: none;
    font-size: 2rem;
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 100ms;
    border-radius: 10px;
}
.carousel-arrow:hover,
.carousel-arrow:focus {
    opacity: 1;
}
.carousel-arrow--prev {
    left: 0;
}
.carousel-arrow--next {
    right: 0;
}
.carousel-container {
    width: 100%;
    padding-block: 16px;
    margin: 20px;
    overflow-x: auto;
    display: flex;
    width: 100%;
    gap: 30px;
    scroll-snap-type: x mandatory;
    flex-flow: row nowrap;
    scroll-behavior: smooth;
}
.carousel-container::-webkit-scrollbar {
    height: 14px;
    width: calc(100% - 48px);
}
.carousel-container::-webkit-scrollbar-track {
    background: white;
    border-radius: 50px;
    cursor: pointer;
}
.carousel-container::-webkit-scrollbar-thumb {
    background: #df2028;
    border-radius: 50px;
    cursor: pointer;
}
.carousel-container::-webkit-scrollbar-track-piece:start {
    background: #df2028;
    border-radius: 50px;
    cursor: pointer;
}
.carousel-slide {
    flex: 1 0 40%;
    aspect-ratio: 1;
}
.carousel-slide .card {
    align-items: center;
    background-color: rgb(255, 255, 255);
    scroll-snap-align: center;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    border-left: 5px solid #f8a812;
    border-bottom: 5px solid #f8a812;
}
.carousel-slide .card-body {
    display: grid;
    place-items: center;
}
.img-siswa {
    width: 40%;
    border-radius: 100%;
    border: 2px solid white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.five-star {
    width: 40%;
}
.nama-siswa {
    font-size: 18px;
    font-weight: 700;
    color: black;
}
.deskripsi-siswa {
    font-size: 14px;
    font-weight: 400;
    color: black;
}
@media only screen and (max-width: 767.98px) {
    .carousel-slide {
        flex: 1 0 100%;
    }
    .title-testimoni {
        font-size: 25px;
        line-height: 35px;
        border-left: 10px solid #df2028;
    }
    .card-content {
        overflow: visible;
    }
    .carousel-container {
        margin: 0 10px;
    }
    .carousel-slide .card {
        padding: 0;
    }
    .nama-siswa {
        font-size: 16px;
        margin: 5px 0;
    }
    .deskripsi-siswa {
        font-size: 13px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .title-testimoni {
        font-size: 30px;
    }
    .carousel-container {
        margin: 0 20px 20px;
        gap: 20px;
    }
    .carousel-slide {
        flex: 0 0 48%;
    }
}

/* SUCCESS STORY */
.parent-success-story {
    margin-top: 20px;
}

.img-success-story {
    width: 100%;
}

/* KOTA */
.parent-kota {
    background: #000;
    padding: 50px 0;
}
.title-kota {
    color: white;
    border-left: 15px solid #df2028;
    font-size: 35px;
    font-weight: 600;
}
.img-kota {
    width: 100%;
}
.parent-nama-kota {
    color: white;
    margin-top: 20px;
}
.parent-nama-kota .col-md-3 {
    padding-bottom: 10px;
}
.item-kota {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    border: 3px solid #df2028;
    padding: 8px 0;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    align-content: center;
}
.item-kota a {
    color: white;
    text-decoration: none;
}
.item-kota:hover {
    background: #701014;
    transition: all 0.2s;
}
.item-kota a:hover {
    color: #fff;
}
.conten-kota {
    padding-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
    .title-kota {
        font-size: 25px;
        line-height: 35px;
        border-left: 10px solid #df2028;
    }
    .item-kota {
        font-size: 9px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .title-kota {
        font-size: 30px;
    }
    .item-kota {
        font-size: 15px;
    }
}

/* PROMO SGS */
.parent-promo-sgs {
    background: #000000;
    padding: 50px 0;
}
.img-promo-sgs {
    width: 100%;
    border-radius: 10px;
}
@media only screen and (max-width: 767.98px) {
    .img-promo-sgs {
        border-radius: 5px;
        width: 100%;
    }
    .img-promo-sgs {
        padding-bottom: 10px;
    }
}

/* FOOTER */
.parent-media-partner {
    align-items: center;
    margin-top: 10px;
}
.parent-media-partner .col-md-6 {
    padding-bottom: 10px;
}
.img-media-partner {
    width: 100%;
    border-radius: 3px;
}
.pg-footer {
    font-family: "Roboto", sans-serif;
}
.footer {
    background-color: #000000;
    color: #fff;
}
.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}
.footer-wave-path {
    fill: #000000;
}

.footer-content {
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    width: 100%;
    color: #fff;
}
.footer-content-column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}
.footer-logo-link {
    display: inline-block;
}
.footer-menu-bottom {
    margin-top: 20px;
}
.footer-menu-name {
    color: #fffff2;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}
.footer-menu-list li {
    margin-top: 5px;
}
.footer-call-to-action-description {
    color: #fffff2;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 400;
}
.button:last-of-type {
    margin-right: 0;
}
.footer-call-to-action-button {
    background-color: #141414;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s;
    cursor: pointer;
    position: relative;
}
.footer-call-to-action-button:hover {
    color: #fff;
}
.footer-call-to-action-title {
    color: #fffff2;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
}

.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #000000;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 26px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill 0.2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 28px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 34px;
}

.footer-copyright {
    background-color: #000000;
    color: #fff;
    padding: 40px 0 10px;
    text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}
.logo-footer-tp {
    width: 100%;
}
.all-sosmed {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}
@media only screen and (max-width: 767.98px) {
    .footer-logo {
        display: none;
    }
    .footer-menu-name {
        font-size: 16px;
    }
    .footer-content-column ul li a {
        font-size: 14px;
    }
    .footer-menu-bottom {
        margin-top: 15px;
    }
    .footer-menu-address {
        margin-top: 15px;
    }
    .footer-call-to-action {
        margin-top: 20px;
    }
    .footer-call-to-action-description {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
}
