.testimonial-video {
    background-color: var(--color-black);
    position: relative;
    overflow: hidden;
}

.testimonial-video-slider-content {
    padding: 60px 24px 0 24px;
}

.testimonial-video h2 {
    color: var(--color-white);
}

.testimonial-video p {
    color: var(--color-white);
}

.video-slider-bg {
    min-width: 542px;
    position: relative;
    left: -55px;
    margin-top: -27px;
    aspect-ratio: 2 / 1.333;
}

.video-slider-bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 28px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.testimonial-video-slider-content .sub-heading {
    line-height: 1em;
}

@media(min-width: 768px) {
    .video-slider-bg {
        position: absolute;
        right: -274px;
        aspect-ratio: unset;
        height: 100%;
        width: 732px;
        left: unset;
        top: 0;
        margin: 0;
    }

    .testimonial-video-slider-content {
        padding: 62px 0 65px 69px;
    }

    .testimonial-video-slider-text {
        max-width: 352px;
    }

    .video-slider-bg:after {
        display: none;
    }
    .video-slider-bg::before{
        content: '';
        position: absolute;
        top: 0;
        left: -50px;
        width: 100%;
        height: 100%;
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8898153011204482) 16%, rgba(0,0,0,0) 52%);
        z-index: -1;
    }
}

@media(min-width: 1200px) {
    .testimonial-video-slider-content {
        display: flex;
        z-index: 1;
        position: relative;
        padding: 111px 0 96px 63px;
    }

    .play-bttn {
        position: absolute;
        top: 50%;
        width: 75px;
        transform: translate(-50%, -50%);
        left: 50%;
        z-index: 1;
    }

    .testimonial-video-slider-text {
        max-width: 456px;
        margin-right: 77px;
    }

    .testimonial-video-slider-text p {
        max-width: 426px;
    }

    .testimonial-video-slider-area {
        max-width: 494px;
        position: relative;
    }

    .video-slider-bg {
        right: -384px;
        width: 979px;
    }

    .testimonial-video-image {
        width: 494px;
        height: 318px;
        position: relative;
        margin-bottom: 12px;
        display: block;
    }

    .testimonial-video-image:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.44);
    }

    .js-testimonial-video-slider {
        padding-bottom: 57px;
    }

    .js-testimonial-video-slider .slick-prev {
        left: -4px;
    }

    .js-testimonial-video-slider .slick-next {
        left: 32px;
    }

    .testimonial-video-slide p {
        font-size: 18px;
        color: var(--color-white);
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.333em;
    }

    .testimonial-slider-progress-bar {
        width: calc(100% - 87px);
        position: absolute;
        bottom: 10px;
        right: 0;
    }

    .testimonial-progress-media {
        display: block;
        width: 100%;
        height: 6px;
        border-radius: 0;
        overflow: hidden;
        background-color: #737373;
        background-image: linear-gradient(to right, #FFC820, #FFC820);
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .4s ease-in-out;
        margin-left: 0;
    }

    .testimonial-video h2 {
        padding-bottom: 24px;
    }
  
}


@media(min-width: 1600px) {
    .testimonial-video-image {
        width: 664px;
        height: 422px;
    }

    .testimonial-video-slider-area {
        max-width: 664px;
    }

    .testimonial-video-slider-content {
        padding: 93px 0 85px 64px;
    }

    .play-bttn {
        width: 100px;
    }

    .video-slider-bg {
        right: -232px;
        width: 1053px;
    }

    .testimonial-video-slider-text {
        margin-right: 64px;
    }

    .js-testimonial-video-slider {
        padding-bottom: 46px;
    }

}
.slick-arrow.is-active{
    opacity: 1;
}