@charset "UTF-8";

/* FANCY REVIEWS SECTION CSS */

.reviews {
    position: relative;
    display: flex;
    background-size: min(1920px, 100vw);
    height: fit-content;
    background-color: var( --white );
    color: inherit;
    overflow: hidden;
    padding: clamp(65px, 6.927vw, 130px) 0 1px;
    z-index: 5;
    flex-direction: column;
    justify-content: center;
}

.reviews .row.flex {
    gap: 16px;
}

.reviews .heading {
    color: inherit;
}

.reviews .heading h2 {
    position: relative;
    color: inherit;
    /* 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 min(1.667vw, 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: inherit;
}

.reviews .quotWrap {
    position: relative;
    display: flex;
    width: 100%;
    height: clamp( 400px, 41.67vw, 800px );
    flex: 1;
    padding: 0;
    border-radius: 40px;
    overflow: hidden;
    transition: all .5s linear;
}

.reviews .quotWrap.open {
    flex: 3;
    transition: all .5s linear;
}

.reviews .quotWrap .hdShotBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.reviews .quotWrap .hdShotBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex.column.bet {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #0A53DED9;
    padding: clamp(20px, 2.92vw, 56px );
    color: var( --white );
    z-index: 2;
    opacity: 0;
    transition: all .5s linear;
}

.reviews .quotWrap.open .flex.column.bet {
    opacity: 1;
    transition: all .5s linear;
}

.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;
}

.quotWrap .rQuote p {
    font-size: clamp(16px, 0.94vw, 18px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(24px, 1.35vw, 26px);
    margin-bottom: 16px;
    opacity: 0;
    transition: opacity 1s linear;
}

.quotWrap.open .rQuote p {
    opacity: 1;
    transition: opacity 1s linear .7s;
}

.reviews .testimony {
    position: relative;
    color: inherit;
    background-color: transparent;
    /* height: 180px; */
    font-size: clamp(14px, 0.833vw, 16px);
    overflow: hidden;
}

.star-rating li {
    color: var( --primary-color );
    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: inherit;
    font-family: var( --body-font );
    font-size: clamp(14px, 0.833vw, 16px);
    font-weight: 600;
    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: inherit;
    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: inherit;
    text-decoration: none;
}

.testimony .slick-slide {
    min-height: unset;
    border-radius: 0;
    padding: 0;
    display: grid;
    margin: 0 40px;
    color: inherit;
    text-align: center;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    height: fit-content;
}

.testimony h3 {
    font-family: var( --body-font );
    font-size: clamp(26px, 1.979vw, 38px);
}

.qIcon {
    color: var( --primary-color );
    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: var( --primary-color );
    font-size: 2.292vw;
    margin-bottom: 1.302vw;
}

.attribution {
    padding-top: 0.833vw;
    color: inherit;
    font-family: var( --body-font );
    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: none;
    }

    .reviews .quotWrap {
        border-radius: clamp( 30px, 5.21vw, 100px );
        display: block;
        height: 560px;
        float: left;
        position: relative;
        margin: 0 10px;
        clear: none;
    }
    
    .reviews::before,
    .reviews::after {
        display: none;
    }
    
    .reviews .container {
        width: 100%;
        padding: 0;
    }
    
    .reviews .testimony {
        padding-bottom: 30px;
        min-height: unset;
        width: 100%;
        margin: 0 auto;
    }

    .preach {
        height: fit-content;
        display: block;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
    }

    .reviews .quotWrap .flex.column.bet {
        opacity: 1;
        display: flex;
        position: relative;
        height: 100%;
    }

    .quotWrap .rQuote p {
        opacity: 1;
        font-size: 16px
    }

}

@media ( max-width: 768px ) {
    .reviews .testimony {
        width: 80%;
    }

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

    .reviews .row.flex {
        flex-direction: column;
    }
}

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

    .reviews .testimony {
        width: 100%;
        /* height: 320px; */
        min-height: unset;
    }

    .reviews .testimony .slick-list,
    .reviews .testimony .slick-track {
        height: 315px !important;
    }

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

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

    .reviews .container {
        overflow: hidden;
    }
}