/* Header */
header {
    background-image: url(../../../images/donasi/header-bg.jpg);
    background-size: cover;
    background-position: center;
}

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

.header-progress {
    height: 32px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid var(--white);
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.header-progress .progress-bar {
    background: var(--primary-base);
}

.header-img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: center;
}

.header-card {
    width: 50vw;
}

.header-carousel .slick-slide {
    opacity: .25;
    transition: all 500ms ease;
}

.header-carousel .slick-slide.slick-center {
    opacity: 1;
}


@media (max-width: 767.98px) {

    /* Header */
    .header-card {
        width: 100%;
    }

    .header-progress {
        width: 100%;
    }

    .header-carousel .slick-slide.marginX-3 {
        margin-left: 8px;
        margin-right: 8px;
    }

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

    /* Donation */
    .donation-card .card-img-top {
        height: 160px;
    }
    /* End Donation */

}

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

    .header-img {
        height: 280px;
    }

    .donation-card .card-img-top {
        height: 200px;
    }

}
