.slider__inner {
    margin-top: 120px;
    height: 700px;
}

.swiper-slide {
    position: relative;
}
.swiper-slide .ball1 {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 23px;
    height: 23px;
    background-color: #4857EC;
    border-radius: 50%;
}
.swiper-slide .ball2 {
    position: absolute;
    left: 37%;
    top: 5%;
    width: 18px;
    height: 18px;
    background-color: #F7E36D;
    border-radius: 50%;
}
.swiper-slide .ball3 {
    position: absolute;
    left: 45%;
    top: 80px;
    width: 46px;
    height: 46px;
    background-color: #2FEFB1;
    border-radius: 50%;
}
.swiper-slide .ball4 {
    position: absolute;
    left: 47%;
    top: 60%;
    width: 35px;
    height: 35px;
    background-color: #4857EC;
    border-radius: 50%;
}
.swiper-slide .ball5 {
    position: absolute;
    right: 20%;
    top: 95%;
    width: 35px;
    height: 35px;
    background-color: #FF3344;
    border-radius: 50%;
}
.swiper-slide .ball6 {
    position: absolute;
    right:5%;
    top: 90%;
    width: 30px;
    height: 30px;
    background-color: #2FEFB1;
    border-radius: 50%;
}
.swiper-slide .desc {
    color: #000;
    position: relative;
    padding-bottom: 100px;
}
.swiper-slide .desc h3 {
    margin-top: 20px;
    font-weight: 700;
    font-size: 110px;
    line-height: 116px;
}
.swiper-slide .desc p {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}

.swiper-slide .desc .btn a {
    margin-top: 30px;
    font-size: 16px;
    background-color: #4857ec !important;
    color: #fff;
    padding: 11px 50px;
    display: inline-block;
}
.swiper-slide .desc .circle {
    box-sizing: border-box;
    z-index: -1;
    width: 30rem;
    height: 30rem;
    position: absolute;
    right: -5%;
    top: 5%;

}

.camera {
    position: absolute;
    z-index: 1000;
    top: 65px;
    right: 170px;
}
.camera > img {
    width: 200px;
}
.action {
    position: absolute;
    z-index: 1000;
    top: 140px;
    right: -55px;
}
.action > img {
    width: 180px;
}

.usan {
    position: absolute;
    z-index: 1000;
    top: 260px;
    right: 170px;
}
.usan > img {
    width: 230px;
}

.swiper-pagination-bullet {
    display: inline-block !important;
    opacity: 1 !important;
    width: 16px !important;
    height: 16px !important;
    background-color: #FF3344 !important;
}
.swiper-pagination-bullet-active {
    width: 20px !important;
    height: 20px !important;
    bottom: -1px;
    background-color: #FF3344 !important;
    position: relative !important;
}

.swiper-pagination-bullet-active::before {
    content: '';
    border-radius: 50%;
    position: absolute !important;
    left: 4px !important;
    top: 4px !important;
    width: 12px !important;
    height: 12px !important;
    background-color: #fff !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 25px !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 35px !important;
}


/* media */
@media (max-width: 960px) {
    .slider__wrap {
        width: 90%;
        overflow: hidden;
    }
    .swiper-slide .desc {
        width: 90%;
        text-align: center;
    }
    .swiper-slide .desc h3 {
        font-size: 60px;
    }
    .swiper-slide .desc p {
        margin-bottom: 40px;
    }

    .swiper-slide .desc .btn a {
        margin-top: 60px;
    }
    .figure {
        width: 100%;
    }

    .swiper-slide .desc .circle {
        right: 25%;
        top: 3%;
    }
    .camera {
        z-index: -1;
        top: 30px;
        right: 53%;
    }
    .action {
        z-index: -1;
        top: 120px;
        right: 22%;
    }
    .usan {
        z-index: -1;
        top: 260px;
        right: 50%;
    }
   
}