
.testimonial-area-s23 {
    background-color: #f9f3ee
}

.dark .testimonial-area-s23 {
    background-color: var(--black)
}

.testimonial-area-s23 .section-title {
    max-width: 480px
}

.testimonial-area-s23 .testimonial-wrapper-box {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 71%;
    margin-top: 90px;
    position: relative
}

@media only screen and (max-width: 1399px) {
    .testimonial-area-s23 .testimonial-wrapper-box {
        margin-top:70px
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-area-s23 .testimonial-wrapper-box {
        margin-top:50px;
        grid-template-columns: 1fr 65%
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area-s23 .testimonial-wrapper-box {
        grid-template-columns:1fr 54%
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area-s23 .testimonial-wrapper-box {
        grid-template-columns:100%
    }
}

.testimonial-area-s23 .testimonial-wrapper {
    background-color: #fdfaf8;
    border-radius: 20px;
    overflow: hidden
}

.dark .testimonial-area-s23 .testimonial-wrapper {
    background-color: #1b1b1b
}

.testimonial-area-s23 .testimonial-wrapper>* {
    height: 100%;
    cursor: grab
}

.testimonial-area-s23 .testimonial-wrapper .swiper-slide:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 150%;
    background-color: #efefef;
    top: 0;
    inset-inline-start: -25px
}

.dark .testimonial-area-s23 .testimonial-wrapper .swiper-slide:before {
    background-color: #2c2c2c
}

.testimonial-area-s23 .nav-icon {
    width: 60px;
    height: 60px;
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s
}

.testimonial-area-s23 .nav-icon:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: rgba(0,0,0,0)
}

.dark .testimonial-area-s23 .nav-icon:hover {
    color: var(--black)
}

.testimonial-area-s23 .slider-nav {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 60px;
    inset-inline-start: 170px
}

.dir-rtl .testimonial-area-s23 .slider-nav {
    flex-direction: row-reverse
}

@media only screen and (max-width: 1919px) {
    .testimonial-area-s23 .slider-nav {
        inset-inline-start:106px
    }
}

@media only screen and (max-width: 1399px) {
    .testimonial-area-s23 .slider-nav {
        inset-inline-start:86px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area-s23 .slider-nav {
        bottom:40px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area-s23 .slider-nav {
        position:static
    }
}

.testimonial-area-s23 .info-box {
    background-color: #fdfaf8;
    border-radius: 20px;
    padding: 60px 30px 60px;
    text-align: center
}

.dark .testimonial-area-s23 .info-box {
    background-color: #1b1b1b
}

@media only screen and (max-width: 991px) {
    .testimonial-area-s23 .info-box {
        padding:40px 30px 40px
    }
}

.testimonial-area-s23 .info-box .rating {
    font-size: 120px;
    font-weight: 500;
    margin-top: -15px
}

@media only screen and (max-width: 1919px) {
    .testimonial-area-s23 .info-box .rating {
        font-size:100px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area-s23 .info-box .rating {
        font-size:60px;
        margin-top: -7px
    }
}

.testimonial-area-s23 .info-box .rating-icons {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 4px
}

.testimonial-area-s23 .info-box .reviews {
    font-size: 18px;
    line-height: 1;
    margin-top: 8px
}

.testimonial-area-s23 .info-box .text {
    font-size: 30px;
    line-height: 1.18;
    color: var(--primary);
    font-family: var(--font_instrumentsans);
    font-weight: 500;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 26px
}

@media only screen and (max-width: 1919px) {
    .testimonial-area-s23 .info-box .text {
        font-size:24px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area-s23 .info-box .text {
        font-size:20px
    }
}

.testimonial-item {
    padding: 60px 70px 57px;
    height: 100%
}

@media only screen and (max-width: 1919px) {
    .testimonial-item {
        padding:50px 35px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-item {
        padding:40px 30px 37px
    }
}

.testimonial-item .text {
    font-size: 24px;
    line-height: 1.25;
    color: #888;
    font-weight: 400;
    font-family: var(--font_instrumentsans)
}
.testimonial-item .text span{
    font-weight: 600;
}

@media only screen and (max-width: 1919px) {
    .testimonial-item .text {
        font-size:24px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-item .text {
        font-size:20px
    }
}

.testimonial-item .text span {
    color: var(--primary)
}

.testimonial-item .text-wrapper {
    margin-top: 45px
}

@media only screen and (max-width: 767px) {
    .testimonial-item .text-wrapper {
        margin-top:40px
    }
}

.testimonial-item .author {
    display: flex;
    gap: 20px 40px;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px
}

.testimonial-item .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    font-family: var(--font_plusjakartasans)
}

.testimonial-item .post {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    margin-top: 7px
}

.testimonial-item .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}








.team-area .team-wrapper-box {
    margin-top: 84px
}

@media only screen and (max-width: 1919px) {
    .team-area .team-wrapper-box {
        margin-top:64px
    }
}

@media only screen and (max-width: 1399px) {
    .team-area .team-wrapper-box {
        margin-top:44px
    }
}

.team-area .team-wrapper {
    display: grid;
    gap: 40px 30px;
    grid-template-columns: repeat(5, 210px);
    justify-content: space-between
}

@media only screen and (max-width: 1399px) {
    .team-area .team-wrapper {
        grid-template-columns:repeat(5, 180px)
    }
}

@media only screen and (max-width: 1199px) {
    .team-area .team-wrapper {
        grid-template-columns:repeat(4, 180px)
    }
}

@media only screen and (max-width: 991px) {
    .team-area .team-wrapper {
        grid-template-columns:repeat(3, 200px)
    }
}

@media only screen and (max-width: 767px) {
    .team-area .team-wrapper {
        grid-template-columns:repeat(2, 200px)
    }
}

@media(max-width: 575px) {
    .team-area .team-wrapper {
        grid-template-columns:repeat(1, 1fr)
    }
}

.team-box {
    text-align: center
}

.team-box .thumb {
    border-radius: 100%;
    overflow: hidden;
    display: inline-block
}

.team-box .name {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase
}

@media only screen and (max-width: 1399px) {
    .team-box .name {
        font-size:18px
    }
}

.team-box .post {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 9px
}

.team-box .content {
    margin-top: 24px
}





.video-area .video-box {
    margin-top: 58px
}

@media only screen and (max-width: 1399px) {
    .video-area .video-box {
        margin-top:48px
    }
}

@media only screen and (max-width: 1199px) {
    .video-area .video-box {
        margin-top:38px
    }
}

.video-thumb {
    position: relative
}

.video-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video-thumb .wc-btn-circle {
    width: 120px;
    height: 120px;
    font-size: 30px;
    border: 1px solid #fbf8f7;
    background-color: rgba(0,0,0,0);
    color: var(--white)
}
.video-thumb .wc-btn-circle i{
    transform: rotate(-0deg);
}

@media only screen and (max-width: 1919px) {
    .video-thumb .wc-btn-circle {
        width:130px;
        height: 130px;
        font-size: 20px
    }
}

@media only screen and (max-width: 991px) {
    .video-thumb .wc-btn-circle {
        width:80px;
        height: 80px;
        font-size: 15px
    }
}
