/*** 
=============================================
   Testimonial Style1 Css
=============================================
***/
.testimonials-style1 {
    background-color: var(--thm-black-color-bg);
    padding: 120px 0px 120px;
}

.testimonials-style1__inner {
    position: relative;
    display: block;
}

.single-testimonials-style1 {
    position: relative;
    display: block;
    padding-top: 40px;
}

.single-testimonials-style1__img {
    position: absolute;
    top: 0;
    left: 30px;
    padding-right: 40px;
    z-index: 5;
}

.single-testimonials-style1__img-inner {
    position: relative;
    display: block;
    overflow: hidden;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.single-testimonials-style1__img-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: var(--thm-black-color-bg);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.single-testimonials-style1:hover .single-testimonials-style1__img-inner::before {
    opacity: .5;
}

.single-testimonials-style1__img-inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-testimonials-style1:hover .single-testimonials-style1__img-inner img {
    transform: scale(1.05) rotate(0deg);
}

.single-testimonials-style1__img-reting {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    border: 2px solid var(--thm-black-color-bg);
}

.single-testimonials-style1__img-reting h4 {
    color: var(--thm-white-color);
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.single-testimonials-style1__content {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    background-color: transparent;
    border: 1px solid #404a3e;
}

.single-testimonials-style1__content-text {
    position: relative;
    display: block;
    padding: 64px 30px 32px;
    padding-right: 40px;
}

.single-testimonials-style1__content-text p {
    color: #a8b0a6;
}

.single-testimonials-style1__content-name {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #363e34;
    padding: 23px 30px 23px;
}

.single-testimonials-style1__content-name h3 {
    color: var(--thm-white-color);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
}

.single-testimonials-style1__content-name h6 {
    color: #a8b0a6;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-testimonials-style1__content-name .icon {
    position: absolute;
    top: -15px;
    right: 30px;
}

.single-testimonials-style1__content-name .icon i {
    color: var(--thm-black-color-bg);
    font-size: 60px;
    line-height: 60px;
}


/*** Nav Css 8***/
/*=============*/

.testimonials-slider-slider-nav {
    position: absolute;
    top: -75px;
    right: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: right;
    flex-direction: row;
    gap: 10px;
    z-index: 10;
}

.testimonials-slider-button-prev,
.testimonials-slider-button-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #3b4439;
    color: var(--thm-primary-color);
    font-size: 25px;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.testimonials-slider-button-prev span {
    transform: rotate(180deg);
}

.testimonials-slider-button-prev span,
.testimonials-slider-button-next span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-slider-button-next:hover,
.testimonials-slider-button-prev:hover {
    color: var(--thm-white-color);
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.testimonials-slider-button-prev:before,
.testimonials-slider-button-next:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    border-radius: 5px;
    content: '';
    background: var(--thm-primary-color);
    -webkit-transition: all 500ms linear;
    transition: all 100ms 2inear;
    z-index: -1;
}

.testimonials-slider-button-next:hover::before,
.testimonials-slider-button-prev:hover::before {
    height: 100%;
}



/*** 
=============================================
   Testimonial Style2 Css
=============================================
***/
.testimonials-style2 {
    padding: 0px 0px 120px;
}

.testimonials-style2__inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 60px;
}

.testimonials-style2__content {
    position: relative;
    display: block;
    padding: 40px 40px 40px;
    z-index: 1;
}

.testimonials-style2__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.single-testimonials-style2 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--thm-white-color);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    padding: 34px 40px 40px;
}

.single-testimonials-style2__top {
    position: relative;
    display: block;
    padding-left: 45px;
}

.single-testimonials-style2__top-emoji {
    position: absolute;
    top: 6px;
    left: 0;
}

.single-testimonials-style2__top-emoji img {
    width: auto;
}

.single-testimonials-style2__top-text {
    position: relative;
    display: block;
}

.single-testimonials-style2__top-text h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.single-testimonials-style2__top-rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.single-testimonials-style2__top-rating i {
    color: var(--thm-primary-color);
    font-size: 14px;
}

.single-testimonials-style2__top-rating h4 {
    color: var(--thm-gray-color);
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-left: 5px;
}

.single-testimonials-style2__text {
    position: relative;
    display: block;
    margin: 25px 0px 22px;
}

.single-testimonials-style2__text p {
    margin: 0;
}

.single-testimonials-style2__author {
    position: relative;
    display: flex;
    align-items: center;
}

.single-testimonials-style2__author-img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 70px;
    height: 80px;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.single-testimonials-style2__author-img img {
    width: 100%;
}

.single-testimonials-style2__author-title {
    position: relative;
    display: block;
    margin-left: 20px;
    flex: 1;
}

.single-testimonials-style2__author-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
}

.single-testimonials-style2__author-title h6 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
}


.testimonials-style2__img {
    position: absolute;
    top: -60px;
    right: 40px;
    bottom: 0;
}

.testimonials-style2__img img {
    width: auto;
}

.testimonials-style2__quote {
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 80px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    color: var(--thm-white-color);
    font-size: 27px;
    z-index: 5;
}

.testimonials-style2__rotated {
    position: absolute;
    top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    overflow: hidden;
    border-radius: 50%;
    background-color: transparent;
    margin-left: 20px;
    z-index: 5;
}

.testimonials-style2-round-top {
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    width: 170px;
    height: 80px !important;
    margin: 0px auto 0px;
    color: var(--thm-black-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    word-spacing: .1px;
    transform: rotate(0deg);
}


.testimonials-style2-round-bottom {
    position: absolute;
    left: 0px;
    bottom: -60px;
    right: 0px;
    width: 170px;
    height: 80px !important;
    margin: 0px auto 0px;
    color: var(--thm-black-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    word-spacing: .1px;
    transform: rotate(-1deg);
}

.testimonials-style2__rotated-content {
    position: relative;
    display: block;
    text-align: center;
}

.testimonials-style2__rotated-content-point {
    position: relative;
    display: block;
    margin-bottom: 7px;
}

.testimonials-style2__rotated-content-point h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.testimonials-style2__rotated-content-rating {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-style2__rotated-content-rating li {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
}

.testimonials-style2__rotated-content-rating li+li {
    margin-left: 5px;
}

.testimonials-style2__rotated-content-text {
    position: relative;
    display: block;
    margin-top: 7px;
}

.testimonials-style2__rotated-content-text p {
    margin: 0;
}

/*** 
=============================================
   Testimonial Style3 Css
=============================================
***/
.testimonials-style1--style3 {
    position: relative;
    display: block;
}

.testimonials-style1--style3 .testimonials-slider-button-prev,
.testimonials-style1--style3 .testimonials-slider-button-next {
    border: 1px solid #3a3a3a;
}

.testimonials-style1--style3 .single-testimonials-style1__content {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    background-color: transparent;
    border: 1px solid #3a3a3a;
}

.testimonials-style1--style3 .single-testimonials-style1__content-text p {
    color: #a7a0a0;
}

.testimonials-style1--style3 .single-testimonials-style1__content-name {
    background-color: #303030;
}

.testimonials-style1--style3 .single-testimonials-style1__content-name h6 {
    color: #a7a0a0;
}

.testimonials-style1--style3 .single-testimonials-style1__content-name .icon {
    top: -28px;
}

.testimonials-style1--style3 .single-testimonials-style1__content-name .icon i {
    font-size: 90px;
    line-height: 90px;
}


/*** 
=============================================
   Testimonial Style4 Css
=============================================
***/
.testimonials-style2--style4 {
    position: relative;
    display: block;
    padding-bottom: 0px;
}

.testimonials-style2--style4 .testimonials-style2__bg {
    top: 60px;
    bottom: 0px;
}

.testimonials-style2--style4 .testimonials-style2__img {
    top: -80px;
}

.testimonials-style2--style4 .testimonials-style2__inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 80px;
}

.testimonials-style2--style4 .testimonials-style2__content {
    padding: 40px 40px 60px;
}





























/*** 
=============================
   End Css
=============================
***/