.elementor-custom-slider-wrapper {
    position: relative;
}

.elementor-custom-slider{
    overflow: hidden;
}
.custom-slider-slide{
    overflow: auto;
}


.custom-slider-slide::-webkit-scrollbar-track {
    background: none;
    margin:10px;

    }

    .custom-slider-slide::-webkit-scrollbar {
        background:none;
        width:5px;
   
    /* border-right:1rem solid var(--primary); */
        
 
    }

    .custom-slider-slide::-webkit-scrollbar-thumb {
    /* border-right:1rem solid transparent */
    border:none;
    border-radius:5px;
    background: rgba(0,0,0,0.25);

    }



.custom-slider-slide .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
}
.custom-slider-slide img {
    width:100%;
    object-fit: cover;
}


.slide__img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slide__img:after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    /* background:rgba(0,0,0,0.66); */
}
.slide__content{
    position:absolute;
    top:0;
    left:0;
    right:0;
    margin: 0 auto;
    padding:6rem;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:100%;
    max-width:100%;
    /* max-width:500px; */
}

.slide__header{
    display: flex;
    justify-content:space-between;
    align-items:center;
}
.slide__link{
    display:flex;
}

.slide__tag{
    display:inline-block;
}
.elementor-custom-slider-wrapper .custom-slider-slide .slide__content h2.slide__title{
    padding:0;
    margin:0;

}
.slide__button{
    display:inline-flex;
    text-transform: uppercase;
    border:5px solid;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top:3rem;
}
.swiper__header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:3rem;
}

.swiper__title {
    margin:0;
    padding:0;
}
.swiper__buttons{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.swiper__btn{
    position:relative;
    left:auto;
    right:auto;
    padding:0.5rem;
    width:auto;
    height:auto;
    margin:0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    opacity: 0.3;
    transition:1s;
}
.swiper__btn:hover{
    background:var(--black);
    fill:#000;
    opacity:1;
}
.swiper__btn:hover svg {
    fill:var(--white);
}

.swiper__btn--next{
    margin-right:20px;
}
.swiper__btn--prev{
    margin-left:20px;
}
.swiper__btn:before,.swiper__btn:after{
    content:none;
}


@media screen and (max-width:960px){
    .elementor-custom-slider-wrapper .custom-slider-slide .slide__content {
        padding:2rem;
    }
    .elementor-custom-slider-wrapper .custom-slider-slide .slide__content h2.slide__title{
        font-size: 1.4rem;;
    }

    .elementor-custom-slider-wrapper .custom-slider-slide .slide__content p.slide__description{
        font-size: 1rem;
    }
}