@charset "UTF-8";

/* REVIEWS SECTION CSS */

@keyframes revAnim {
    0% { transform: translateX(100%) }
    4% { transform: translateX(0) }
    33.33% { transform: translateX(0) }
    37.33% { transform: translateX(-100%) }
    100% { transform: translateX(-100%) }
}

.reviews {
    position: relative;
    display: flex;
    background-size: cover;
    height: fit-content;
    background-color: #363D34;
    background-image: url('/wp-content/uploads/2025/01/Review-Background.jpg.webp');
    background-repeat: no-repeat;
    background-attachment: unset;
    background-position: center top;
    overflow: hidden;
    /* min-height: min(41.667vw, 800px); */
    padding: clamp(65px, 9.948vw, 191px) 0;
    z-index: 5;
    flex-direction: column;
    justify-content: center;
}

.reviews .heading {
    margin-bottom: 0px;
}

.reviews .heading h2 {
    position: relative;
    color: #f8f8f8;
    /* font-size: clamp(38px, 2.5vw, 48px); */
    /* font-weight: 400; */
    font-style: normal;
    letter-spacing: normal;
    /* line-height: clamp(34px, 2.708vw, 52px); */
    margin: 0 auto 32px;
    z-index: 2;
    width: fit-content;
    /* text-transform: unset; */
}

.reviews .testimony {
    position: relative;
    display: grid;
    height: fit-content;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    overflow: hidden;
    align-items: center;
}

.reviews .testimony p {
    color: #f8f8f8;
}

.reviews .quotWrap {
    position: absolute;
    width: 100%;
    will-change: transform;
    transform: translateX(100%);
    left: 0;
    animation: 27s revAnim infinite ease-in-out;
    padding: 0 0 15px;
    height: fit-content;
}

.con-wrap-match {
    position: relative;
    display: grid;
    align-content: center;
    align-items: stretch;
    justify-content: center;
    justify-items: center;
    /* height: 300px; */
}

.testCont {
    position: relative;
    display: block;
    text-align: center;
}

.testCont .rQuote {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.reviews .quotWrap:first-of-type {
    animation-delay: 0s;
}

.reviews .quotWrap:nth-of-type(2) {
    animation-delay: 9s;
}

.reviews .quotWrap:last-of-type {
    animation-delay: 18s;
}

.reviews:hover .quotWrap {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.rQuote p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 16px;
}

.reviews .testimony {
    position: relative;
    color: #fff;
    background-color: transparent;
    height: 193px;
    font-size: clamp(14px, 0.833vw, 16px);
    overflow: hidden;
}

.star-rating li {
    color: #BA9761;
    font-size: clamp( 18px, 1.042vw, 20px );
    line-height: clamp( 28px, 1.563vw, 30px );
    margin: 0 5px;
}

.reviews .container {
    overflow: hidden;
    /* min-height: 462px; */
    /* border-radius: 0 200px 200px 200px; */
    /* border: 4px solid #CD510E; */
}

.reviews .testimony p.tName {
    color: #f8f8f8;
    font-family: 'inter', sans-serif;
    font-size: clamp(14px, 0.833vw, 16px);
    font-weight: 500;
    font-style: normal;
    letter-spacing: clamp(.77px, 0.080vw, 1.54px);
    line-height: clamp(22px, 1.25vw, 24px);
    margin: 0.521vw auto;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.reviews .testimony p.tName .fab {
    font-size: 16px;
    margin-left: 16px;
}

.reviews .center a:not(.btn) {
    color: #fff;
    font-size: 0.833vw;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.080vw;
    line-height: 1.25vw;
    text-transform: uppercase;
}

.reviews a:not(.btn):hover {
    color: #353C46;
}

.testimony .slick-slide {
    min-height: unset;
    border-radius: 0;
    padding: clamp(40px, 5.208vw, 100px) 0;
    display: grid;
    margin: 0 40px;
    color: #f8f8f8;
    text-align: center;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    height: fit-content;
}

.testimony h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(26px, 1.979vw, 38px);
}

.qIcon {
    color: #e0b369;
    font-size: 44px;
    margin-bottom: 20px;
}

.testimony .slick-slide .tName a {
    display: none;
}

.reviews .slick-track {
    padding: 0;
}

.testimony .slick-dots {
    bottom: 24px;
    margin-left: -15px;
}

.reviews .testimony:hover .slick-prev,
.reviews .testimony:hover .slick-next {
    opacity: 1.0;
}

.revIcon {
    color: #02b7c4;
    font-size: 2.292vw;
    margin-bottom: 1.302vw;
}

.attribution {
    padding-top: 0.833vw;
    color: #121212;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(14px, 0.833vw, 16px);
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.250vw;
    text-transform: uppercase;
}

@media ( max-width: 1024px ) {
    .reviews {
        /* background-image: url('/wp-content/uploads/2024/09/review_scroller_background-1024.jpg.webp'); */
    }
    .reviews .container {
        width: 90%;
    }
    
    .reviews .testimony {
        padding-bottom: 30px;
        min-height: unset;
        width: 100%;
        margin: 0 auto;
    }

}

@media ( max-width: 768px ) {
    .reviews {
        /* padding: 75px 0; */
        /* background-image: url('/wp-content/uploads/2024/09/review_scroller_background-768.jpg.webp'); */
    }
    .reviews .testimony {
        width: 80%;
    }

    .testimony .slick-slide {
        overflow: hidden;
    }
}

@media ( max-width: 567px ) {
    .reviews {
        /* background-image: url('/wp-content/uploads/2024/09/review_scroller_background-567.jpg.webp'); */
        background-size: cover;
    }
}

@media ( max-width: 479px ) {
    .reviews .testimony:hover .slick-next,
    .reviews .testimony:hover .slick-prev {
        display: none !important;
    }

    .reviews .testimony {
        width: 100%;
        height: 348px;
        min-height: unset;
    }

    .reviews .heading {
        margin-bottom: 0px;
    }

    .testCont {
        padding: 0 15px;
        /* height: 335px; */
    }

    .reviews .container {
        overflow: hidden;
    }
}