.custom-swiper-bullets .swiper-pagination{position:relative!important;margin-top:3rem}.custom-swiper-bullets .custom-swiper-bullets .swiper-pagination-bullet{background:#000000;width:12px;height:12px;border-radius:20px;transition:all .3s ease}.custom-swiper-bullets .swiper-pagination-bullet-active{background:#9E6BE6;width:40px;height:12px;border-radius:20px}.banner-inner{overflow:hidden;width:100%;-webkit-overflow-scrolling:touch}.banner-section{display:flex;width:max-content;animation:scrollBanner linear infinite}.banner-inner:hover .banner-section{animation-play-state:paused}.banner-image{flex-shrink:0;width:200px}.banner-image img{width:100%;height:auto;object-fit:cover;display:block}@keyframes scrollBanner{0%{transform:translateX(0)}to{transform:translateX(-50%)}}