﻿.testimonials-heading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    text-transform: uppercase;
    color: #5000A0;
    margin-bottom: 0;
}

.testimonials-indicators {
    padding-top: 20px;
}

.testimonials-item-content p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #2B2B2B;
}

.testimonials-body {
    padding-top: 51px;
}

.testimonials-item-content-footer p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    color: #2B2B2B;
}

/*.testimonials-indicator {*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    border-radius: 50%;*/
/*    border: 1px solid var(--greyf);*/
/*    cursor: pointer;*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    -webkit-backface-visibility: hidden;*/
/*    backface-visibility: hidden;*/
/*    padding-top: 0;*/
/*    padding-bottom: 0;*/
/*}*/

/*.testimonials-indicator:checked {*/
/*    -webkit-animation: check 0.4s linear forwards;*/
/*    animation: check 0.4s linear forwards;*/
/*    background-color: var(--orange);*/
/*}*/

.testimonials-indicators {
    position: inherit;
    margin-right: 0px;
    justify-content: start;
}
.testimonials-indicators [data-bs-target] {
    /*background-color: var(--orange);*/
    background-color: transparent;
    border-radius: 40px;
    border-top: 0;
    border-bottom: 0;
    /* width: 11px; */
    width: 16px;
    height: 16px;
    border: 2px solid var(--grey);
    opacity: 0.5;
}

.testimonials-indicators .active {
    background-color: var(--orange) !important;
    border: 2px solid var(--orange) !important;
        opacity: 1 !important;
}

@media only screen and (min-width: 992px) {
    .testimonials-arrows {
        width: 35%;
    }
    .testimonials-arrows a:hover {
        cursor: pointer;
    }
    .testimonials-main-content {
        padding-top: 35px;
    }
    .testimonials-main-content .slick-slider {
        width: 100%;
        max-width: 635px;
    }
    .testimonial-item-image {
        max-height: 0;
        transition: all 0.9s;
        overflow: hidden;
    }
    .testimonials-item-image-active {
        max-height: 500px;
    }
    .testimonial-item-image img {
        border-radius: 50%;
        width: 140px;
        height: 140px;
    }
    .testimonials-indicators-inner {
        width: 50%;
    }
    .testimonials-heading p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
        /* or 150% */
        text-transform: uppercase;
        color: #5000A0;
    }
    .testimonials-item-content p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 29px;
        color: #2B2B2B;
    }
    .testimonials-item-content-footer p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height */
        color: #2B2B2B;

    }
}