.swiper {
    width: 90%;
    margin: 0 auto;
    background: #fff;
}

.swiper-slide {
    display: flex;
    justify-content: space-between;
}

.slide-left {
    width: 40%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.slide-right {
    flex: 1;
    overflow: hidden;
    border-radius: 0;
    clip-path: circle(75% at 61% 50%);
}

@media screen and (min-width:770px) {
    .slide-right img {
        height: 450px !important;
    }
}

.soide-one {
    color: #5c6e85;
    font-weight: 700;
}

.soide-two {
    color: #0f1e8c;
    font-size: 32px;
    font-weight: 600;
}

.soide-fore,
.soide-five {
    color: #2638c4;
    font-weight: 600;
}

.swiper-pagination-fraction {
    color: #fff;
}

.swiper-scrollbar {
    background: rgba(0, 26, 255, 0.164) !important;
}

.swiper-scrollbar-drag {
    background-color: rgb(212, 0, 255) !important;
}

@media (max-width:999px) {

    .banner {
        width: 98%;
        margin: 0 auto;
    }

    .swiper {
        width: 100%;
        margin: 0 auto;
    }

    .swiper-slide {
        flex-direction: column-reverse;
    }

    .slide-left {
        width: 100%;
        padding-top: 10px;
    }

    .slide-right {
        clip-path: none;
        border-radius: 10px;
    }
}