/* Header */
header {
    background: url(../../../images/pages/home/BG-03.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header-img {
    width: 100%;
    height: 295px;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.page-header {
    padding-top: 146px;
    padding-bottom: 62px;
}

.header-vector {
    position: absolute;
    left: 0;
    bottom: -24px;
}

.header-carousel-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    top: 50%;
    z-index: 20;
    color: var(--black);
    opacity: .3;
    transition: var(--transition);
}

.header-carousel-btn.prev {
    left: 8px;
}

.header-carousel-btn.next {
    right: 8px;
}

.header-carousel-btn:hover {
    opacity: 1;
    color: var(--black);
}
/* End Header */


/* Fitur ujian */
#fiturUjian {
    margin-top: 56px;
    scroll-margin-top: 100px;
}

.fiji-card {
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    box-shadow: none;
    transition: var(--transition);
    height: 100%;
}

.fiji-card .card-body {
    padding: 36px 16px;
}

.fiji-card:hover {
    box-shadow: var(--shadow);
    border-color: var(--primary-light);
    transform: translateY(-8px);
}

.fiji-card img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fiji-card p {
    transition: var(--transition);
}

.fiji-card:hover p {
    color: var(--primary-light);
}
/* Fitur ujian */


/* Keunggulan */
#keunggulan {
    margin-top: 56px;
    scroll-margin-top: 100px;
}

.keb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.keb-vector-top {
    position: absolute;
    top: -27px;
    left: -27px;
    z-index: -1;
}

.keb-vector-bottom {
    position: absolute;
    bottom: -2px;
    right: -2px;
    z-index: -1;
}
/* End Keunggulan */

/* Client kami */
#clientKami {
    margin-top: 56px;
    scroll-margin-top: 100px;
}

.clika-img {
    width: auto;
    height: 100px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* End Client kami */

/* Promo */
#promo {
    margin-top: 56px;
    scroll-margin-top: 100px;
}

.promo-bg {
    background: url(../../../images/pages/home/BG-06.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 65px;
    padding-bottom: 65px;
    border-radius: var(--border-radius);
}

.promo-title {
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    letter-spacing: 0.05px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.promo-btn {
    background: #FFFFFF;
    border-radius: var(--border-radius);
    padding: 12px 18px;
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.05px;
    color: var(--secondary) !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: var(--transition);
}

.promo-btn:hover {
    filter: var(--hover-state);
}
/* End Promo */

/* Testimoni */
#testimonial {
    margin-top: 56px;
    margin-bottom: 56px;
    scroll-margin-top: 100px;
}

.testi-card {
    width: 35vw;
    margin-left: 32px;
    margin-right: 32px;
}

.testi-card .card-body {
    padding: 36px 24px;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
}

.testi-card img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
}

.testi-carousel-btn {
    opacity: .3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: var(--black);
    border-radius: 50%;
    color: white !important;
    font-size: 12px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.testi-carousel-btn:hover {
    opacity: 1;
}

.testi-carousel-btn.prev {
    left: -24px;
}

.testi-carousel-btn.next {
    right: -24px;
}
/* End Testimoni */

@media (max-width: 767.98px) {

    /* Header */
    .page-header {
        padding-top: 112px;
    }

    .header-desc {
        margin-bottom: 16px;
    }

    .header-img {
        height: 220px;
    }
    /* End Header */

    /* Fitur ujian */
    .fiji-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }

    .fiji-gutter > [class ^= "col-"],
    .fiji-gutter > [class ^= " col-"] {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }
    /* End Fitur ujian */

    /* Keunggulan */
    #keunggulan .mb-32 {
        margin-bottom: 16px;
    }

    .keb-vector-top {
        left: 12px;
        top: -16px;
    }

    .keb-vector-bottom {
        bottom: -16px;
        right: 12px;
    }
    /* End Keunggulan */

    /* Promo */
    .promo-title {
        font-size: 28px;
    }

    .promo-btn {
        font-size: 20px;
    }
    /* End Promo */

    /* Testimoni */
    .testi-card {
        width: 70vw;
        margin-left: 8px;
        margin-right: 8px;
    }
    /* End Testimoni */
}

@media (min-width: 768px) and (max-width: 997.98px) {

    /* header */
    .page-header {
        padding-top: 112px;
    }

    .header-desc {
        width: 65%;
        margin-bottom: 16px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .header-img {
        width: 85%;
        height: 260px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    /* End header */

    /* Kebutuhan */
    .keb-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 85%;
        height: 260px;
    }

    .keb-vector-top {
        left: 32px;
        top: -22px;
    }

    .keb-vector-bottom {
        bottom: -16px;
        right: 35px;
    }

    #keunggulan .list-unstyled {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 8px;
    }
    /* End Kebutuhan */

    /* Testimoni */
    .testi-card {
        width: 60vw;
        margin-left: 8px;
        margin-right: 8px;
    }
    /* End Testimoni */

}
