.swiper {
    width: 100%;
    height: 600px;
}

.swiper .swiper-slide {
    margin-right: 0 !important;
}

.swiper .slider-background {
    filter: brightness(0.4);
    height: 100%;
}

.swiper .slider-background img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    width: 45px;
    height: 45px;
    border: 1px solid rgba(160, 160, 160, 0.404);
    border-radius: 999px;
}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
    font-size: 18px;
    color: gainsboro;
}

.swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid black;
}

.swiper .swiper-pagination-bullet-active {
    border: 2px solid orange;
}
