.image-slider-6 {
    position: relative;
}

.image-slider-6 .image-slider-slides {
    overflow: hidden;
}

.image-slider-6 .image-slider-slides:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 250px;
    z-index: 5;
    background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(248 247 243) 64%);
}

.image-slider-6 .image-slider-slides img {
    width: 100%;
    object-fit: cover;
}

.image-slider-6 .image-slider-slides .swiper-slide {
    transition: ease .17s;
}

.image-slider-6 .image-slider-slides .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
}

.image-slider-6 .image-slider-thumbs {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.image-slider-6 .image-slider-thumbs .swiper-slide {
    text-align: center;
    padding: 35px 15px;
}

.image-slider-6 .image-slider-thumbs img {
    width: 70px;
    height: 70px;
    margin: 0 auto 0 auto;
    border-radius: 50px;
    object-fit: cover;
    cursor: pointer;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.36);
}

.image-slider-6 .image-slider-thumbs .swiper-slide-thumb-active img {
    border: 2px solid #fff;
}