.s-testimonial-carousel {
    padding: 74px 0;

    background: linear-gradient(270deg, #E3B407 0%, #FFEECB 81.98%);

    direction: rtl;
    position: relative;
}

.decoration {
    position: absolute;
    pointer-events: none;
    z-index: 9;

}
.decoration img {
    display: block;
}
.testimonial-decoration-1 {
    top: 0;
    right: 0;
}
.testimonial-decoration-2 {
    top: 0;
    right: 0;
}
.testimonial-decoration-3 {
    top: 0;
    left: 0;
}



.testimonial-decoration-5 {
    bottom: 0;
    right: 0;
}
.testimonial-decoration-6 {
    bottom: 0;
    left: 0;
}

.testimonial-top {
    max-width: 900px;
    margin: 0 auto 58px;
    text-align: center;
}
.testimonial-top__top {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    text-align: center;

}
.testimonial-top__title {
    color: #000;
    font-size: 83px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0 0 5px;

}
.testimonial-top__subtitle {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: center;

}


.testimonial-box {

}
.testimonial-box__avatar {
    margin: auto;
    width: 88px;
    height: 88px;
    margin-bottom: -44px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
}
.testimonial-box__avatar img {
    display: block;
}

.testimonial-box__content-outer {
    height: calc(100% - 44px);
    padding: 3px;
    border-radius: 42px;
    background: linear-gradient(105.46deg, rgba(255, 255, 255, 0.77) 0%, #747266 100%);

}
.testimonial-slide-inner {
    height: 100%;
}
.testimonial-box__content {
    height: 100%;
    padding: 83px 65px 90px;
    background: #18191F;
    border-radius: 42px;
    text-align: center;
    position: relative;

}
.testimonial-box__txt {
    height: 130px;
    overflow-y: auto;
    padding-right: 10px;
    direction: ltr;
}
.testimonial-box__txt p {
    direction: rtl;
}

.testimonial-box__txt::-webkit-scrollbar{
    width: 8px;
    background: #E3B407;
    border-radius: 6px;
    border: 1px solid #B08D0D;

}


.testimonial-box__txt::-webkit-scrollbar-thumb {
    background: #F7F7F7;
    border-radius: 16px;
    border: 3px solid #BFBFC1;
}
.testimonial-box__txt::-webkit-scrollbar-thumb{
    background: #F7F7F7;
    border-radius: 16px;
    border: 3px solid #BFBFC1;

}


.testimonial-box__txt,
.testimonial-box__txt p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin: 0;

}
.testimonial-box__name {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;

}
.testimonial-box__company {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;

}

.testimonial-box__bottom {
    position: absolute;
    bottom: 21px;
    left: 0;
    right: 0;
}
.s-testimonial-carousel  .custom-nav-row {
    padding-top: 80px;
}
.s-testimonial-carousel  .custom-nav-row .splide__pagination__page {
    width: 32px;
    height: 32px;
    margin: 10px;
    opacity: 1;
    background: #18191F;
    border: 1px solid #000000;
}
.s-testimonial-carousel  .custom-nav-row .splide__pagination__page.is-active {
    background: #E3B407;
}
.s-testimonial-carousel .custom-nav-row-inner {
    padding: 0 160px;
}
.s-testimonial-carousel .custom-nav-row .splide__arrow {
    width: 80px;
    height: 80px;
    opacity: 1;
    background: linear-gradient(105.46deg, rgba(255, 255, 255, 0.77) 0%, #747266 100%);
    padding: 2px;
    border-radius: 50%;
}
.s-testimonial-carousel .custom-nav-row .splide__arrow span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76px;
    height: 76px;
    background: #18191F;
    border-radius: 50%;

}
@media screen and (max-width: 1200px) {
    .s-testimonial-carousel {
        padding: 32px 0 100px;
    }
    .testimonial-decoration-1 {
        width: 100px;
        height: 100px;
    }
    .testimonial-decoration-2 {
        width: 100px;
        height: 100px;
    }
    .testimonial-decoration-3 {
        width: 100px;
        height: 100px;
    }


    .testimonial-decoration-5 {
        width: 100px;
    }
    .testimonial-decoration-6 {
        width: 100px;
    }
    .testimonial-top {
        margin: 0 auto 100px;
        max-width: 560px;
    }
    .testimonial-box__content {
        padding: 83px 40px 90px;
    }

}

@media screen and (max-width: 743px) {

    .testimonial-decoration-1 {
        width: 45px;
        height: 45px;
    }
    .testimonial-decoration-2 {
        width: 45px;
        height: 45px;
    }
    .testimonial-decoration-3 {
        width: 45px;
        height: 45px;
    }



    .testimonial-decoration-5 {
        width: 80px;
    }
    .testimonial-decoration-6 {
        width: 80px;
    }

    .testimonial-top {
        margin: 0 auto 26px;
        max-width: 250px;
    }
    .testimonial-top__top {
        font-size: 20px;
    }
    .testimonial-top__title {
        font-size: 36px;
    }
    .testimonial-top__subtitle {
        font-size: 18px;
    }
    .testimonial-box__content {
        padding: 57px 10px 90px;
    }
    .testimonial-box__txt {
        height: 150px;
    }
    .testimonial-box__txt,
    .testimonial-box__txt p {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }
    .testimonial-box__name {
        font-size: 24px;
    }
    .testimonial-box__company {
        font-size: 12px;
    }
    .s-testimonial-carousel .custom-nav-row .splide__arrow {
        width: 50px;
        height: 50px;
    }
    .s-testimonial-carousel .custom-nav-row .splide__arrow span {
        width: 48px;
        height: 48px;
    }
    .s-testimonial-carousel .custom-nav-row .splide__arrow span img {
        width: 12px;
    }
    .s-testimonial-carousel .custom-nav-row-inner {
        padding: 0 90px;
    }
    .s-testimonial-carousel .custom-nav-row .splide__pagination__page {
        width: 22px;
        height: 22px;
    }
}