/* swiper 1920 * 980 */
.swiper-container {
    width: 100%;
    /* height: 980px; */
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    margin-right: 15%;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    border: 4px solid #FFFFFF66;
    background: #FFFFFF66;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    border: 4px solid #FFFFFF;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* 1920 * 980 */
/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .swiper-container,
    .swiper-wrapper,
    .swiper-slide {
        width: 100%;
        height: 321.98px;
    }


}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (min-width: 575.99px) and (max-width: 767.97px) {

    .swiper-container,
    .swiper-wrapper,
    .swiper-slide {
        width: 100%;
        height: 391.98px;
    }


}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.97px) {

    .swiper-container,
    .swiper-wrapper,
    .swiper-slide {
        width: 100%;
        height: 506.32px;
    }


}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1199.97px) {

    .swiper-container,
    .swiper-wrapper,
    .swiper-slide {
        width: 100%;
        height: 612.48px;
    }


}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (min-width: 1399.98px) and (max-width: 1919.97px) {

    .swiper-container,
    .swiper-wrapper,
    .swiper-slide {
        width: 100%;
        height: 714.57px;
    }


}

@media (min-width: 1919.98px) {

    .swiper-container,
    .swiper-wrapper,
    .swiper-slide {
        width: 100%;
        height: 979.98px;
    }


}