    .swiper {
        width: 90%;
        height: 100%;
        left: 4% !important;
    }
  
    .slider-bg1,
    .slider-bg2,
    .slider-bg {
        position: relative;
        max-width: 750px;
        height: auto;
        margin-inline: auto;
    }
  
    .slider-bg1 > .swiper,
    .slider-bg2 > .swiper,
    .slider-bg > .swiper {
        position: absolute;
        left: 0;
        top: 0;
    }

    .swiper-wrapper{

        margin-top: 0% !important;
    }
  
     .swiper-slide {
        text-align: center;
        margin: auto;
        width: 100%;
        height: auto;
        object-fit: none;
    }
    
    /* .swiper .swiper-slide .img-slider {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: crisp-edges;
    } */

    .img-slider {
        display: block;
        width: 100%;
        max-width: fit-content;
        scale: 100%;
        height: auto;
        object-fit: cover;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: crisp-edges;
    }

    .swiper-slide-active{

        margin-left: 3%;
    }

    .swiper-slide-next{

        /* margin-left: -4.42%; */
    }

    /* @media screen and (max-width: 640px) {
        .swiper .swiper-slide img {
            display: block;
            max-width: 100%;
            height: auto;
            object-fit: cover;
            image-rendering: -webkit-optimize-contrast;
            image-rendering: -moz-crisp-edges;
            image-rendering: crisp-edges;
        }   
    } */
    
    .swiper-button-prev::after, .swiper-button-next::after{
        content: '' !important;
    }

    .swiper-button-prev {
        display: block;
        height: 100% !important;
        scale: 100%;
        top: 7%!important;
        background: url(../assets/images/arrow-left.png) no-repeat center;
        background-size: 95%;
        /* opacity: 0; */
        /* padding: 2%; */
        left: 0.5% !important;
        right: auto !important;
    }

    .swiper-button-next {
        display: block;
        height: 100% !important;
        scale: 100%;
        top: 7%!important;
        background: url(../assets/images/arrow-right.png) no-repeat center;
        background-size: 95%;
        /* opacity: 0; */
        /* padding: 2%; */
        right: 0.5% !important;
        left: auto !important;
    }

    .swiper-pagination{

        /* --swiper-pagination-color: #d57974; */
        --swiper-pagination-bullet-size: 12px;
        margin-bottom: 0%;
    }

    .swiper-pagination-bullet{

        margin: 6px !important;
        background-color: #ffffff !important;
        border: 1px solid #d57974;
        opacity: 1 !important;
    }
    
    .swiper-pagination-bullet-active{

        width: 18px !important;
        height: 18px !important;
        margin: 3px !important;
        background-color: #d57974 !important;
        border: none;
    }