/* Banner.css */

.banner .swiper-pagination-bullet-active {
    background: #fff;
    width: 60px;
    border-radius: 20px;
}

.banner .swiper-pagination-bullet {
    border-color: #fff;
}

.banner-item__inner {
    position: relative;
}