.swiper-container {
    overflow: hidden;
    height: 100%;
}

.swiper-button-prev {
    background-color: #00bfff;
    opacity: 0.5;
    padding: 15px 5px;
    border-radius: 20px;
    color: #0066ff !important;
}

.swiper-button-next {
    background-color: #eeaaee;
    opacity: 0.5;
    padding: 15px 5px;
    border-radius: 20px;
    color: #d800d8 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.swiper-pagination-bullet {
    background: black !important;
}