.dengun-agency-testimonial-slider{
    position: relative;
}

.dengun-agency-testimonial-slider-label{
    position: absolute;
    left: 90px;
    top: 100px;
    font-family: "PX Grotesk", Sans-serif;
    font-size: 20px;
    line-height: 23.91px;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
}

.dengun-agency-testimonial-slider-container .swiper-container {
    transform: translate3d(0, 0, 0);
}
    
.dengun-agency-testimonial-slider-container .swiper-wrapper {
    box-sizing: inherit;
}

.dengun-agency-testimonial-slider-item{
    height: 810px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 260px 90px 0;
    cursor: pointer;
}

.dengun-agency-testimonial-slider-item::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(21, 21, 21, 0.2) 0%, #151515 100%);
    z-index: 1;
}

.dengun-agency-testimonial-slider-inner{
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.dengun-agency-testimonial-slider-content{
    color: #fff;
    font-family: "PX Grotesk", Sans-serif;
    font-size: 30px;
    line-height: 40px;
    margin-top: 34px;
}

.dengun-agency-testimonial-slider-author{
    color: #fff;
    font-family: "PX Grotesk", Sans-serif;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.005em;
    margin-top: 27px;
}

.dengun-agency-testimonial-slider-author span{
    opacity: 0.6;
}

.dengun-agency-testimonial-slider-author-split{
    padding: 0 6px 0 10px;
}

.dengun-agency-testimonial-slider-video-link{
    margin-top: 60px;
}

.dengun-agency-testimonial-slider-video-link span{
    color: #fff;
    font-family: "PX Grotesk", Sans-serif;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}

.dengun-agency-testimonial-slider-video-link span svg{
    position: absolute;
    left: 0;
    top: -6px;
}

.dengun-agency-testimonial-slider-pagination{
    position: absolute;
    z-index: 1;
}

.dengun-agency-testimonial-slider-pagination .swiper-pagination-bullet{
    cursor: pointer;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 !important;
    background-color: transparent;
    position: relative;
    opacity: 1 !important;
}

.dengun-agency-testimonial-slider-pagination .swiper-pagination-bullet::after{
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.dengun-agency-testimonial-slider-pagination .swiper-pagination-bullet-active::after{
    opacity: 1;
}

.dengun-agency-testimonial-slider__video-popup{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.8);
    padding: 45px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

.dengun-agency-testimonial-slider__video-popup--close{
    opacity: 0;
    visibility: hidden;
}

.dengun-agency-testimonial-slider__video-popup-close-btn {
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 35px;
    z-index: 3;
}

.dengun-agency-testimonial-slider__video-popup-close-btn:hover::before,
.dengun-agency-testimonial-slider__video-popup-close-btn:hover::after {
    width: 35px;
}

.dengun-agency-testimonial-slider__video-popup-close-btn::before, .dengun-agency-testimonial-slider__video-popup-close-btn::after {
    background: #fff;
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: 0.2s width ease-out;
    width: 30px;
}

.dengun-agency-testimonial-slider__video-popup-close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.dengun-agency-testimonial-slider__video-popup-close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.dengun-agency-testimonial-slider__video-popup-video{
    left: 50%;
    max-height: 100%;
    max-width: 940px;
    overflow: hidden;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}

.dengun-agency-testimonial-slider__video-popup-video::after{
    content: '';
    display: block;
    padding-top: 56.25%;
}

.dengun-agency-testimonial-slider__video-popup-video iframe{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.dengun-agency-testimonial-slider--purple{
    background-color: #7500E6;
}

.dengun-agency-testimonial-slider--purple::before{
    display: none;
}

@media(min-width: 1439px){

    .dengun-agency-testimonial-section > .elementor-container{
        max-width: 1349px;
        margin: 0 auto;
    }
}

@media(min-width: 1001px){

    .dengun-agency-testimonial-slider-pagination{
        top: 50%;
        transform: translateY(-50%);
        right: 45px;
        bottom: auto !important;
        left: auto !important;
        width: 18px !important;
    }
    
    .dengun-agency-testimonial-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet{
        margin-top: 16px !important;
    }
}

@media(max-width: 1000px){

    .dengun-agency-testimonial-slider-item{
        height: 1024px;
        padding: 400px 65px 0;
    }

    .dengun-agency-testimonial-slider-label{
        left: 65px;
        top: 110px;
    }

    .dengun-agency-testimonial-slider-pagination{
        left: 0;
        right: 0;
        bottom: 80px !important;
        display: flex;
        justify-content: center;
    }

    .dengun-agency-testimonial-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet{
        margin-left: 16px !important;
    }
}

@media(max-width: 800px){

    .dengun-agency-testimonial-slider-item{
        padding: 300px 65px 0;
    }
}

@media(max-width: 600px){

    .dengun-agency-testimonial-slider-item{
        height: 926px;
        padding: 400px 30px 0;
    }

    .dengun-agency-testimonial-slider-label{
        left: 30px;
        top: 50px;
        font-size: 14px;
        line-height: 16.73px;
    }

    .dengun-agency-testimonial-slider-content{
        margin-top: 29px;
        font-size: 20px;
        line-height: 30px;
    }

    .dengun-agency-testimonial-slider-author{
        margin-top: 26px;
        font-size: 18px;
        line-height: 28px;
    }

    .dengun-agency-testimonial-slider-author-split{
        display: none !important;
    }

    .dengun-agency-testimonial-slider-author span{
        display: block;
        padding: 7px 0 0 25px;
    }

    .dengun-agency-testimonial-slider-video-link{
        margin-top: 36px;
    }

    .dengun-agency-testimonial-slider-pagination{
        bottom: 50px !important;
    }
}

@media(max-width: 500px){

    .dengun-agency-testimonial-slider-item{
        padding: 300px 30px 0;
    }
}

@media(max-width: 370px){

    .dengun-agency-testimonial-slider-item{
        height: 830px;
        padding: 220px 25px 0;
    }

    .dengun-agency-testimonial-slider-label{
        left: 25px;
        top: 55px;
    }
}