/* testimonials page header section */

.testimonials-page-header-section{
    padding: 4em 6em;
    background-image: url('../images/testimonials-header-background.png');
    background-size: 50%;
    background-position: left top;
    background-repeat: no-repeat;
}

.testimonials-page-header-section-text-container{
    margin-top: 3em;
}

#testimonials-header-full-swiper .swiper-slide{
    visibility: hidden;
}

#testimonials-header-full-swiper .swiper-slide.swiper-slide-active{
    visibility: visible;
}

#testimonials-header-full-swiper img{
    width: 100%;
    height: 26.25em;
    object-fit: cover;
}

#testimonials-header-full-swiper p{
    color: #9c9c9c;
    font-size: 1em;
    margin-bottom: 0.66em;
}

#testimonials-header-full-swiper h3{
    font-weight: 400;
    font-size: 2.1rem;
    margin: 0;
}

.testimonials-header-slider-title{
    font-weight: 500;
    font-size: 2.1rem;
    margin: 0;
    text-transform: uppercase;
    color: #ff0010;
    margin-bottom: 0.5em;
}

#testimonials-header-slider-swiper{
    height: 26.25em;
    width: max-content;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 3.5em;
}

#testimonials-header-slider-swiper .swiper-slide{
    height: auto;
    border-right: 0.063em solid #ff0010;
}

#testimonials-header-slider-swiper img{
    width: 10em;
    height: 6.25em;
    object-fit: cover;
    transform-origin: right center;
    transform: scale(0.8);
    transition: transform 0.4s;
    cursor: pointer;
    translate: -0.5em;
}

#testimonials-header-slider-swiper .swiper-slide.active img{
    transform: scale(1);
    translate: 0px;
}

.testimonials-page-header-section-image-content{
    position: absolute;
    width: 100%;
    padding: 15px;
    bottom: 0px;
    color: #fff;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.testimonials-page-header-section-image-terms{
    font-size: 0.7em !important;
    text-align: right;
    margin: 0.3em;
}

#testimonials-header-mobile-slider-swiper{
    margin-top: 10px;
}

#testimonials-header-mobile-slider-swiper img{
    width: 100%;
    height: 12vw;
    scale: 0.8;
    transition: scale 0.4s;
    object-fit: cover;
}

#testimonials-header-mobile-slider-swiper .swiper-slide.active img{
    scale: 1;
}

.testimonials-page-header-section-link{
    font-weight: 400;
    color: #000 !important;
    text-decoration: none;
    border-bottom: 0.063em solid #da291c;
    padding-right: 2.375em;
    padding-bottom: 0.3125em;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 0px;
    font-size: 1.25em;
    margin-top: 3em;
    max-width: 14em;
}

.testimonials-page-header-section-link i{
    position: absolute;
    right: 0px;
    top: 0.275em;
    transition: right 0.3s;
}

.testimonials-page-header-section-link:hover i{
    right: 0.375em;
}

.testimonials-page-header-section-video-box{
    width: 100%;
    height: 24em;
    position: relative;
}

.testimonials-page-header-section-video-box video{
    width: 100%;
    height: 24em;
    object-fit: cover;
    object-position: center;
}

.testimonials-page-header-section-video-play-btn{
    background: transparent;
    color: #DA291C;
    width: 1.5em;
    height: 1.5em;
    border: 0.063em solid transparent;
    border-radius: 100%;
    margin: auto;
    display: block;
    font-size: 50px;
    line-height: 0px;
    transition-duration: 0.4s;
    z-index: 100;
    position: absolute;
    top: 36%;
    left: 47%;
}

.testimonials-page-header-section-video-play-btn:hover{
    border-color: #ffffff;
}

.testimonials-page-header-section-video-play-btn i{
    position: relative;
    left: 4px;
}

@media only screen and (max-width: 850px){
    .testimonials-page-header-section{
        padding: 30px 20px;
    }

    #testimonials-header-full-swiper img{
        height: 360px;
    }

    .testimonials-page-header-section-text-container{
        margin-top: 30px;
    }

    #testimonials-header-full-swiper p{
        color: #ffffff;
        font-size: 22px;
        margin: 0px;
    }
    
    #testimonials-header-full-swiper h3{
        color: #ffffff;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .testimonials-page-header-section-link{
        max-width: none;
        font-size: 18px;
        margin-top: 20px;
    }

    .testimonials-page-header-section-link i{
        right: 0px;
        top: 5px;
    }

    .testimonials-page-header-section-link:hover i{
        right: 5px;
    }

    .testimonials-header-slider-title{
        font-size: 22px;
        margin-top: 10px;
    }

    .testimonials-page-header-section-video-play-btn{
        top: 36%;
        left: 39%;
    }
}

/* testimonials page body section */

.testimonials-page-body-section{
    background-image: url('../images/modal-background.png');
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-top: 0.063em solid #474747;
}

.testimonials-page-body-section-tabs a{
    font-size: 1.375em;
    text-decoration: none;
    color: #808080;
    font-weight: 400;
    padding: 0.4em 0px;
    display: block;
}

.testimonials-page-body-section-tabs a.active{
    font-weight: 500;
    color: #000;
    border-bottom: 0.1em solid #fb0212;
}

.testimonials-page-body-tab{
    padding: 0em 6em;
}

.testimonials-page-body-section-intro{
    padding: 3em 0px;
    border-bottom: 0.063em solid #474747;
}

.testimonials-page-body-section-intro h3{
    color: #303030;
    font-size: 1.2rem;
    font-weight: 400;
    max-width: 62%;
    margin-left: auto;
    text-align: right;
}

.testimonials-page-body-section-card{
    border-bottom: 0.063em solid #474747;
    padding: 3em 0px;
}

.testimonials-page-body-section-card-title{
    color: #c1272d;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1em;
}

.testimonials-page-body-section-card-content{
    color: #303030;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3em;
}

.testimonials-page-body-section-card-expand{
    font-weight: 400;
    color: #000 !important;
    text-decoration: none;
    background: transparent;
    border: none;
    border-bottom: 0.063em solid #da291c;
    padding-right: 2.375em;
    padding-bottom: 0.3125em;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 1em;
    margin-top: 2em;
    max-width: 14em;
    text-align: left;
}

.testimonials-page-body-section-card-expand i{
    position: absolute;
    right: 0px;
    color: #da291c;
    top: 0.275em;
    transition: right 0.3s;
}

.testimonials-page-body-section-card-expand:hover i{
    right: 0.375em;
}

.testimonials-page-body-section-card-name{
    color: #000;
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom: 0.2em;
    margin-top: 0.5em;
}

.testimonials-page-body-section-card-place{
    color: #808080;
    font-weight: 400;
    font-size: 1em;
}

.testimonials-page-body-section-card-number{
    font-size: 1.7rem;
    color: #da291c;
    font-weight: 300;
}

.testimonials-page-body-section-card-number span{
    font-weight: 500;
}

.testimonials-page-body-section-card-image{
    height: 50px;
}

.testimonials-page-body-tab .testimonials-page-body-section-card:last-child{
    border-bottom: none;
}

@media only screen and (max-width: 850px){
    .testimonials-page-body-tab{
        padding: 0px 20px;
    }

    .testimonials-page-body-section-intro{
        padding: 20px 0px;
    }

    .testimonials-page-body-section-intro h3{
        font-size: 16px;
        margin: auto;
        max-width: 100%;
        text-align: center;
    }

    .testimonials-page-body-section-card-number{
        margin-top: 30px;
    }

    .testimonials-page-body-section-card{
        padding: 20px 0px;
    }
}