/*==========================================
Testimonial
===============================================*/
.makerz-testimonial .makerz-post-ratings svg {
    height: var(--font-size-body);
    width: var(--font-size-body)
}

.makerz-testimonial .makerz-post-ratings i {
    font-size: var(--font-size-body);
}

/*=========================
testimonial-style-1
=================================*/
.makerz-testimonial-style-1 {
    text-align: center;
    overflow: hidden;
}

.makerz-testimonial-style-1 .testimonial-message {
    color: var(--global-font-title);
    font-family: var(--highlight-font-family);
    font-size: 2.5em;
    font-weight: var(--font-weight-light);
    position: relative;
    margin-bottom: 1.875em;
    text-align: left;
    text-transform: capitalize;
}

.makerz-testimonial-style-1 .testimonial-message .highlight {
    background: var(--color-theme-yellow);
}

/*=========
thumbs
==============*/
.makerz-testimonial-style-1 .user-thumbs .swiper-slide {
    cursor: pointer;
    background: var(--color-theme-white);
}

.makerz-testimonial-style-1 .user-thumbs .swiper-slide.swiper-slide-prev,
.makerz-testimonial-style-1 .user-thumbs .swiper-slide.swiper-slide-next,
.makerz-testimonial-style-1 .user-thumbs .swiper-slide-duplicate-next,
.makerz-testimonial-style-1 .user-thumbs .swiper-slide-duplicate-prev,
.makerz-testimonial-style-1 .user-thumbs .swiper-slide {
    opacity: 0.2;
}

.makerz-testimonial-style-1 .user-thumbs .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.makerz-testimonial-style-1 .user-thumbs {
    margin-top: 3.125em;
}

.makerz-testimonial-style-1 .author-details {
    margin: 0 1em;
}

.makerz-testimonial-style-1 .author-details .testimonial-slider-img img {
    height: 5em;
    width: 5em;
    object-fit: cover;
    -moz-border-radius: var(--border-radius-box);
    -webkit-border-radius: var(--border-radius-box);
    border-radius: var(--border-radius-box);
}

.makerz-testimonial-style-1 .quote-wrapper {
    position: absolute;
    top: -0.5em;
    z-index: -1;
    left: 0;
}

.makerz-testimonial-style-1 .quote-wrapper svg {
    height: 1.5em;
    width: 1.5em;
}

.makerz-testimonial-style-1 .makerz-testi-title {
    margin-bottom: 0.25em;
    text-align: start;
    color: var(--global-font-color);
}

.makerz-testimonial-style-1 .makerz-testi-company {
    text-transform: uppercase;
    font-weight: var(--font-weight-medium);
    color: var(--global-font-title);
}

.makerz-testimonial-style-1 .makerz-lead {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.makerz-testimonial-style-1 .customer-review-wrapper {
    float: right;
    width: 50%;
}

.makerz-testimonial-style-1 .title-wrapper {
    width: 50%;
}

.makerz-testimonial-style-1 .makerz-post-ratings {
    float: right;
}

.makerz-testimonial-style-1 .makerz-post-ratings svg {
    color: var(--color-theme-primary);
}

.makerz-testimonial-style-3 .makerz-post-ratings svg {
    color: var(--color-theme-primary);
}

.makerz-testimonial-style-3 .makerz-post-ratings i {
    color: var(--color-theme-primary);
}

.makerz-testimonial-style-1 .swiper-pagination {
    background: var(--border-color-light);
    position: static;
    margin-top: 2.6875em;
    height: 0.0625em;
}

.makerz-testimonial-style-1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--color-theme-primary);
}

/*=================
pagination
=====================*/
.makerz-testimonial-style-1 .swiper-scrollbar {
    position: static;
    margin-top: 2em;
    opacity: 1;
    z-index: 50;
    height: 0.125em;
    width: 100%;
    background: var(--border-color-light);
}

.makerz-testimonial-style-1 .swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.makerz-testimonial-style-1 .swiper-scrollbar-drag {
    background: var(--color-theme-primary);
}

.makerz-testimonial-style-1 .sliderr-wrapper {
    padding: 0 11.875em;
}

/*================
responsive
=======================*/
@media (max-width: 1200px) {
    .makerz-testimonial-style-1 .swiper-pagination-bullet {
        width: 12.5em;
    }
}

@media (max-width: 1024px) {
    .makerz-testimonial-style-1 .testimonial-message {
        padding: 0;
    }

    .makerz-testimonial-style-1 .sliderr-wrapper {
        padding: 0 2em;
    }
}

@media (max-width:991px) {
    .makerz-testimonial-style-1 .swiper-pagination .swiper-pagination-bullet {
        width: 1.875em;
        border-radius: 0;
        height: 0.125em;
        margin: 0;
    }
}


@media (max-width: 767px) {
    .makerz-testimonial-style-1 .user-thumbs {
        margin-top: 2em;
    }

    .makerz-testimonial-style-1 .sliderr-wrapper {
        padding: 0 1em;
    }

    .makerz-testimonial-style-1 .testimonial-message {
        padding: 0;
        margin: 0 0 1em 0;
        font-size: var(--font-size-h4);
    }

    .makerz-testimonial-style-1 .author-details .testimonial-slider-img img {
        height: 4em;
        width: 4em;
    }

    .makerz-testimonial-style-1 .swiper-pagination {
        margin-top: 2em;
    }
}

@media (max-width: 479px) {
    .makerz-testimonial-style-1 .makerz-lead {
        display: block;
    }

    .makerz-testimonial-style-1 .title-wrapper {
        width: 100%;
    }

    .makerz-testimonial-style-1 .customer-review-wrapper {
        float: none;
        width: 100%;
        text-align: left;
    }

    .makerz-testimonial-style-1 .makerz-post-ratings {
        float: none;
    }
}

/*************************************************************
**************************************************************
****************** testimonail style 2 ***********************
**************************************************************
*************************************************************/
.makerz-testimonial-style-2 .makerz-testimonial-content {
    display: flex;
    align-items: center;
}

.makerz-testimonial-style-2 .makerz-tesimonial-image-wrapper {
    min-width: 22.375em;
    width: 22.375em;
    margin-right: 5em;
}

.makerz-testimonial-style-2 .makerz-tesimonial-image-wrapper img {
    width: 100%;
}

.makerz-testimonial-style-2 .makerz-desc {
    color: var(--global-font-title);
    font-size: var(--font-size-h3);
    padding-bottom: 1.75em;
    margin-bottom: 1em;
    border-bottom: 0.063em solid var(--border-color-light);
}

.makerz-testimonial-style-2 .customer-review-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1.25em;
}

.makerz-testimonial-style-2 .customer-review {
    display: flex;
}

.makerz-testimonial-style-2 .customer-review-wrapper p {
    font-size: var(--global-font-size);
    font-weight: normal;
    position: relative;
    padding-right: 1.563em;
    display: inline-block;
    margin: 0;
}

.makerz-testimonial-style-2 .customer-review-wrapper p::after {
    content: "";
    position: absolute;
    height: 0.875em;
    width: 0.125em;
    font-weight: 900;
    background-color: var(--border-color-light);
    transform: translateY(50%);
    right: 0;
}

/* ratting */
.makerz-testimonial-style-2 .rating-wrapper {
    padding-left: 1.563em;
}

.makerz-testimonial .makerz-post-ratings svg {
    margin-right: 0.3125em;
    color: var(--color-theme-yellow);
}

.makerz-testimonial .makerz-post-ratings svg:last-child {
    margin-right: 0;
}

.makerz-testimonial-style-2 .makerz-navigation .swiper-button-next,
.makerz-testimonial-style-2 .makerz-navigation .swiper-button-prev {
    background-color: transparent;
    color: var(--global-font-color);
    height: auto;
    width: auto;
    line-height: normal;
}

.makerz-testimonial-style-2 .makerz-navigation .swiper-button-next:hover,
.makerz-testimonial-style-2 .makerz-navigation .swiper-button-prev:hover {
    background-color: transparent;
    color: var(--color-theme-primary);
}

.makerz-testimonial-style-2 .swiper-button-next {
    position: absolute;
    right: 0;
    top: unset;
    bottom: 12%;
}

.makerz-testimonial-style-2 .swiper-button-prev {
    position: absolute;
    right: 4%;
    bottom: 12%;
    left: unset;
    top: unset;
}


/*===========
responsive
===================*/
@media (max-width: 1366px) {
    .makerz-testimonial-style-2 .makerz-testimonial-member {
        padding-right: 5em;
    }
}

@media (max-width: 1199px) {
    .makerz-testimonial-style-2 .makerz-desc {
        font-size: var(--font-size-h4);
    }

    .makerz-testimonial-style-2 .swiper-button-prev {
        right: 5%;
        bottom: 18%;
    }

    .makerz-testimonial-style-2 .swiper-button-next {
        bottom: 18%;
    }
}

@media (max-width: 1024px) {
    .makerz-testimonial-style-2 .swiper-button-prev {
        right: 5%;
        bottom: 12%;
    }

    .makerz-testimonial-style-2 .swiper-button-next {
        bottom: 12%;
    }
}

@media (max-width: 900px) {
    .makerz-testimonial-style-2 .makerz-tesimonial-image-wrapper {
        min-width: 15em;
        width: 15em;
        margin-right: 2em;
    }

    .makerz-testimonial-style-2 .makerz-desc {
        padding-bottom: 1em;
    }

    .makerz-testimonial-style-2 .swiper-button-prev {
        right: 6%;
    }
}

@media (max-width: 767px) {
    .makerz-testimonial-style-2 .makerz-testimonial-content {
        display: block;
    }

    .makerz-testimonial-style-2 .makerz-tesimonial-image-wrapper {
        margin: 0 auto;
    }

    .makerz-testimonial-style-2 .makerz-desc {
        text-align: center;
    }

    .makerz-testimonial-style-2 .customer-review-wrapper {
        justify-content: center;
        flex-wrap: wrap;
    }

    .makerz-testimonial-style-2 .avtar-name {
        text-align: center;
    }

    .makerz-testimonial-style-2 .makerz-testimonial-member {
        padding-right: 0;
    }

    .makerz-testimonial-style-2 .makerz-navigation {
        display: block;
        text-align: center;
        margin-top: 2.5em;
    }

    .makerz-testimonial-style-2 .swiper-button-prev,
    .makerz-testimonial-style-2 .swiper-button-next {
        position: static;
    }

    .makerz-testimonial-style-2 .makerz-navigation .swiper-button-prev {
        margin-right: 1em;
    }
}

@media (max-width: 479px) {
    .makerz-testimonial-style-2 .customer-review-wrapper p {
        padding-right: 1em;
    }

    .makerz-testimonial-style-2 .rating-wrapper {
        padding-left: 1em;
    }
}

@media (max-width: 279px) {
    .makerz-testimonial-style-2 .makerz-tesimonial-image-wrapper {
        width: auto;
        min-width: auto;
    }
}

/* *************************
 *****************************
 **********style 3************
 ******************************
 ******************************/

.makerz-testimonial-style-3 .makerz-quote-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.makerz-testimonial-style-3 .makerz-desc {
    font-family: var(--highlight-font-family);
    font-size: var(--font-size-h4);
    text-transform: capitalize;
    font-style: italic;
    font-weight: var(--font-weight-light);
    margin: 0;
}

.makerz-testimonial-style-3 .makerz-testimonial-member {
    margin-top: 3.125em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.makerz-testimonial-style-3 .makerz-testimonial-member .sub-title {
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
    letter-spacing: 0.063em;
    text-transform: uppercase;
    color: var(--tertiry-color);
}

.makerz-testimonial-style-3 .avtar-wrapper {
    display: flex;
    align-items: center;
}

.makerz-testimonial-style-3 .avtar-wrapper .avtar-img {
    display: inline-block;
    width: 4.688em;
    height: 4.688em;
    flex-grow: 0;
    max-width: 100%;
    border-radius: 50%;
    margin-right: 1.563em;
}

.makerz-testimonial-style-3 .makerz-avtar-title {
    font-size: var(--font-size-h5);
    font-family: var(--highlight-font-family);
    font-weight: var(--font-weight-light);
    text-transform: capitalize;
    margin-bottom: 0.625em;
}

.makerz-testimonial-style-3 .makerz-post-ratings i {
    color: var(--color-theme-primary);
}

.makerz-testimonial-style-3 .makerz-meta {
    margin: 0;
    padding: 0;
}

.makerz-testimonial-style-3 .makerz-post-ratings svg {
    color: var(--color-theme-primary);
}

.makerz-testimonial-style-3 .makerz-post-ratings {
    display: flex;
    align-items: center;
}

.makerz-testimonial-style-3 .makerz-post-ratings svg {
    margin-right: 0.625em !important;
}

@media (max-width: 767px) {
    .makerz-testimonial-style-3 .makerz-testimonial-member {
        display: block;
    }

    .makerz-testimonial-style-3 .customer-review-wrapper {
        margin-top: 1em;
    }
}

@media (max-width: 479px) {
    .makerz-testimonial-style-3 .avtar-wrapper {
        display: block;
    }

    .makerz-testimonial-style-3 .avtar-wrapper .avtar-img {
        margin-right: 0;
        margin-bottom: 1.563em;
    }
}