@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");

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

/* JUMBOTRON */
.bg-hero-paket {
    height: auto;
    width: 100%;
    background-image: url("/assets/img/background/bg_hero.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.text-image-paket {
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}
.title-tp-paket {
    font-size: 45px;
    color: white;
    line-height: 55px;
    text-align: center;
}
.deskripsi-tp-paket {
    color: white;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}
.model-tp-paket {
    bottom: 0;
}

@media only screen and (max-width: 767.98px) {
    .title-tp-paket {
        font-size: 23px;
        line-height: 30px;
    }
    .deskripsi-tp-paket {
        text-align: justify;
    }
}

/* PROMO */
.parent-promo {
    background: #000;
    padding-bottom: 50px;
}
.img-promo-paket-tp {
    width: 100%;
    margin-top: -5%;
    border-radius: 5px;
}

@media only screen and (max-width: 767.98px) {
    .parent-rincian-dan-text {
        font-weight: 400;
        font-size: 17px;
    }
    .img-promo-paket-tp {
        margin-top: -10%;
    }
}

/* PAKET */
.paket-komando {
    background: black;
    /* height: auto; */
    width: 100%;
    background-image: url("/assets/img/background/bg_programkomando.webp");
    background-size: cover;
    background-position: center;
    padding-top: 100px;
}
.paket-taktis {
    background: black;
    width: 100%;
    background-image: url("/assets/img/background/bg_programTaktis.webp");
    background-size: cover;
    background-position: center;
    padding-top: 100px;
}
.paket-presisi {
    background: black;
    width: 100%;
    background-image: url("/assets/img/background/bg_programpresisi.webp");
    background-size: cover;
    background-position: center;
    padding-top: 100px;
}
.paket-akurasi {
    background: black;
    width: 100%;
    background-image: url("/assets/img/background/bg_programakurasi.webp");
    background-size: cover;
    background-position: center;
    padding-top: 100px;
}
.item-rincian {
    margin-top: 20px;
}
.rincian-paket-komando {
    background: #cc2a327e;
    color: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
    /* width: 50%; */
}
.rincian-paket-presisi {
    background: #047a8580;
    color: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
    /* width: 50%; */
}
.rincian-paket-taktis {
    background: #0c11707e;
    color: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
}
.parent-rincian-dan-text {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.parent-harga-hemat {
    display: flex;
    justify-content: center;
    align-items: center;
}
.harga-hemat-komando {
    background: #9b0109;
    border: 1px solid transparent;
    color: white;
    padding: 20px 35px;
    border-radius: 10px;
    /* font-size: 18px;
    font-weight: 700; */
    margin-top: -13%;
    width: 50%;
}
.parent-harga-paket-komando {
    text-align: center;
    background: #cc2a327e;
    color: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
}
.parent-harga-paket-presisi {
    text-align: center;
    background: #047a8580;
    color: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
}
.harga-hemat-presisi {
    background: #03737e;
    border: 1px solid transparent;
    color: white;
    padding: 20px 35px;
    border-radius: 10px;
    /* font-size: 18px;
    font-weight: 700; */
    margin-top: -13%;
    width: 50%;
}
.parent-harga-paket-taktis {
    text-align: center;
    background: #0c11707e;
    color: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
}
.harga-hemat-taktis {
    background: #04355f;
    border: 1px solid transparent;
    color: white;
    padding: 20px 35px;
    border-radius: 10px;
    /* font-size: 18px;
    font-weight: 700; */
    margin-top: -13%;
    width: 50%;
}
.text-program-komando {
    width: 60%;
}
.harga-paket {
    color: white;
    font-size: 28px;
    margin-top: 15px;
}
.btn-harga-paket {
    background: rgb(238, 128, 3);
    color: white;
    border: 1px solid transparent;
    font-size: 30px;
    width: 100%;
    padding: 10px;
    margin: 10px 0 0;
    font-weight: 700;
}
.parent-model-komando {
    display: grid;
    place-items: end;
}
.model-paket-komando {
    width: 35%;
    margin-top: -12%;
}
.free-live-class {
    width: 50%;
    margin-top: 20px;
}

/* AKURASI */
a.button_link {
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    background: linear-gradient(to bottom, #0103dd, #010263);
    transition: background-color 0.3s;
    transform: skew(15deg);
    border-radius: 15px;
    width: 90%;
    padding: 15px 20px;
    text-align: center;
}
a.button_link > .name-paket {
    display: inline-block;
    transform: skew(-15deg);
    font-size: 14px;
}
.parent-btn-akurasi {
    display: grid;
    place-items: center;
    text-align: center;
    gap: 20px;
    margin-top: 20px;
}
.parallelogram-paket {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0;
}
.rincian-paket-akurasi {
    background: #0c11707e;
    color: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
}
.parent-rincian-dan-text-akurasi {
    display: flex;
    justify-content: baseline;
    align-items: baseline;
    text-decoration: none;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.parent-harga-hemat-akurasi {
    display: flex;
    justify-content: center;
    align-items: center;
}
.harga-hemat-akurasi {
    background: #0103be;
    border: 1px solid transparent;
    color: white;
    padding: 20px 35px;
    border-radius: 10px;
    /* font-size: 18px;
    font-weight: 700; */
    margin-top: -13%;
    width: 50%;
    margin-bottom: 5%;
}
.parent-harga-paket-akurasi {
    text-align: center;
    background: #0c11707e;
    color: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
}
.text-program-komando-akurasi {
    width: 60%;
}
.harga-paket-akurasi {
    color: white;
    font-size: 25px;
    margin-top: 15px;
}
.btn-harga-paket-akurasi {
    background: rgb(238, 128, 3);
    color: white;
    border: 1px solid transparent;
    font-size: 25px;
    width: 100%;
    padding: 10px;
    margin: 15px 0 0;
    font-weight: 700;
}
.parent-free-live-class-akurasi {
    margin-top: 30px;
}
.free-live-class-akurasi {
    width: 100%;
}
.parent-model-akurasi {
    display: grid;
    place-items: end;
}
.model-paket-akurasi {
    width: 35%;
    margin-top: -12%;
}

/* RESPONSIVE */
/* PHONE */
@media only screen and (max-width: 767.98px) {
    .harga-hemat-komando,
    .harga-hemat-taktis,
    .harga-hemat-presisi {
        font-size: 16px;
        width: 75%;
        margin-top: -18%;
    }
    .parent-rincian-dan-text {
        line-height: 25px;
        font-size: 14px;
    }
    .paket-dan-harga .col-md-6,
    .paket-dan-harga-akurasi .col-md-6 {
        padding-bottom: 10px;
    }
    .text-program-komando,
    .text-program-komando-akurasi {
        width: 50%;
    }
    .harga-paket {
        font-size: 25px;
    }
    .btn-harga-paket {
        font-size: 25px;
    }
    .rincian-paket-komando,
    .rincian-paket-presisi,
    .rincian-paket-taktis,
    .rincian-paket-akurasi {
        width: 100%;
    }
    .parent-harga-paket-komando,
    .parent-harga-paket-taktis,
    .parent-harga-paket-presisi,
    .parent-harga-paket-akurasi {
        width: 100%;
    }
    .parent-model-komando {
    }
    .model-paket-komando,
    .model-paket-akurasi {
        width: 75%;
        margin: 15px 0 0;
    }
    .harga-hemat-akurasi {
        margin-top: -17%;
        width: 100%;
    }
    .parent-btn-akurasi {
        margin: 10px 0 0;
    }
    .parallelogram-paket {
        font-size: 30px;
    }
    a.button_link {
        padding: 20px;
    }
    .free-live-class-akurasi {
        width: 80%;
        padding-bottom: 15px;
    }
}

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