.img-banner {
    max-width: 50vw;
}

.bg-primary-r25 {
    background-color: rgba(var(--bs-primary-rgb), 0.25);
}

.bg-primary-r25:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.5);
}

.swiper .swiper-wrapper {
    max-width: 60vw;
}

.swiper .swiper-slide {
    height: auto;
    width: 456px;
    aspect-ratio: 4/2;
}

.thumbnail-review {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 100px;
    background-color: black;
}

.swiper2 {
    pointer-events: none;
}

.swiper2 .swiper-wrapper {
    transition-timing-function: linear !important;
}

.swiper2 .swiper-slide {
    user-select: none;
    height: 57px;
    width: fit-content;
}

.swiper2 .swiper-slide img {
    width: auto;
    height: 57px;
}

.overflow-left {
    height: 100%;
    width: 20vw;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(270deg, rgba(217,217,217,0) 0%, rgba(17,82,73,1) 100%);
}

.overflow-right {
    height: 100%;
    width: 20vw;
    background-color: black;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(217,217,217,0) 0%, rgba(17,82,73,1) 100%);
}

.position-swiper {
    position: absolute;
}

.overflow-filter {
    overflow-x: hidden;
}

@media only screen and (max-width: 992px) {
    .img-banner {
        max-width: 35vw;
    }

    .logo-institusi {
        max-width: 30px !important;
    }
}

@media only screen and (max-width: 576px) {
    .img-banner {
        max-width: 80vw;
    }

    .swiper-wrapper {
        max-width: 100vw;
    }

    .swiper .swiper-slide {
        height: auto;
        width: 100%;
        aspect-ratio: none;
    }

    .position-swiper {
        position: relative;
    }

    .overflow-left {
        height: 30%;
        width: 30vw;
        bottom: 0;
        top: unset;
    }

    .overflow-right {
        height: 30%;
        width: 30vw;
        bottom: 0;
        top: unset;
    }

    .overflow-filter {
        overflow-x: scroll;
        padding-bottom: 8px;
    }
}
