#cursor {
    position: absolute;
    width: 2.08333vw;
    height: 2.08333vw;
    margin: -1.04167vw 0 0 -1.04167vw;
    top: -100%;
    left: -100%;
    border-radius: 50%;
    z-index: 3;
    transform-origin: center center;
    /* background-color: rgba(223, 76, 85, 0.7); */
    pointer-events: none;
    overflow: hidden;
    /* border: 1px solid #fff; */
}

.img1 {
    width: 100%;
    height: 100%;
    transform: translate(-150%, 0%);
    transition: 0.3s all;
    display: none;
    margin: 0 auto;
}

.img2 {
    width: 100%;
    height: 100%;
    transform: translate(150%, 0%);
    transition: 0.3s all;
    display: none;
    margin: 0 auto;
}


.swiper-next,.swiper-prev{
    width:100px;
    height: 100vh;
    z-index: 99;
    cursor: pointer;
    outline: none;
    position: fixed;
    right: 0;
    top: 0;
}
.swiper-next{
    right: 0;
}
.swiper-prev{
    left: 0;
}
.swiper-next img,.swiper-prev img{
    position: absolute;
    width: 50px;
    height: 50px;
   /* margin: -1.04167vw 0 0 -1.04167vw;
    top: -100%;
    left: -100%;*/
    border-radius: 50%;
    z-index: 3;
    transform-origin: center center;
     background-color: rgba(223, 76, 85, 0.7);
    pointer-events: none;
    overflow: hidden;
    /* border: 1px solid #fff; */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 10px;

}