#ft_slider_container{
    border-radius: 0 0 100% 0;
}
.ft_slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.home-slider-image {
    width: auto;
    min-height: 500px;
    max-height: 550px;
    object-fit: cover;
    object-position: center;
}
.ft_image_slider_wrapper {
    width: 100%;
    position: relative;
    filter: drop-shadow(-20px 20px #7a1883);
    padding: 30px;
}

.ft_image_slider_wrapper img {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    object-fit: cover;
    object-position: center center;
}
.svg_shape_right{   
    /* position: absolute; */
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*mobile*/
@media (max-width: 768px) {
    .home-slider-image {
        min-height: 300px;
        max-height: 350px;
    }
    #ft_slider_container h2{
        text-align: center;
    }
    .ft_image_slider_wrapper p {
        text-align: center;
    }

    #ft_slider_container .btn {
        width: 100%;
    }
    #wwg_filter {
        text-align: center ;
    }
}