.swiper {
    width: 100%;
    height: 10%;
}

.swiper-pagination-6 .swiper-pagination-bullet {
    background: lightgray !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    opacity: 1 !important;
    margin: 0px 6px !important;
}

.swiper-pagination-6 .swiper-pagination-bullet-active {
    background: var(--blue) !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    outline: 1px solid var(--blue);
    outline-offset: 3px;
}
.swiper-pagination-7 .swiper-pagination-bullet {
    background: lightgray !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    opacity: 1 !important;
    margin: 0px 6px !important;
}

.swiper-pagination-7 .swiper-pagination-bullet-active {
    background: var(--blue) !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    outline: 1px solid var(--blue);
    outline-offset: 3px;
}

.myswiper6 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper6 .swiper-slide-active {
    height: 307px;
    width: 533px !important;
    margin-left: -36px;
    margin-right: 29px;
    position: relative;
}

.mySwiper6 .swiper-slide-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 35%);
    z-index: 1;
    border-radius: 12px;
}

.mySwiper6 .swiper-slide-active::after {
    content: url('/img/play-button.png');
    position: absolute;
    top: 36%;
    left: 40%;
    z-index: 1;
    border-radius: 12px;
}

.mySwiper6 .swiper-slide-next {
    height: 280px;
    width: 394px !important;
}

.mySwiper6 .swiper-slide-active img {
    height: 307px;
    width: 533px !important;
    margin-top: 0 !important;
}

.mySwiper6 .swiper-slide-next img {
    height: 280px;
    width: 394px !important;
    margin-top: 16px
}

.mySwiper6 .swiper-slide-prev img {
    height: 280px;
    width: 394px !important;
    margin-top: 16px
}

.swiper-pagination-bullet {
    background: white !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    opacity: 1 !important;
    margin: 0px 6px !important;
}

.swiper-pagination-bullet-active {
    background: var(--blue) !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    outline: 1px solid var(--blue);
    outline-offset: 3px;
}

.myswiper7 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}