/*==============================================
    Testimonial One
===============================================*/
.testimonial-one {
    position: relative;
    display: block;
    padding: 135px 0 116px;
    z-index: 1;
}

.testimonial-one__single-one {
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.testimonial-one__single-one-img-box {
    position: relative;
    display: block;
}

.testimonial-one__single-one-img {
    position: relative;
    display: block;
    border-radius: 2px;
}

.testimonial-one__single-one-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.29%, rgba(253, 91, 56, 0.8) 66.45%);
    border-radius: 2px;
}

.testimonial-one__single-one-2 .testimonial-one__single-one-img::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.29%, rgba(0, 41, 53, 0.6) 66.45%);
}

.testimonial-one__single-one-3 .testimonial-one__single-one-img::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.29%, rgba(0, 41, 53, 0.8) 66.45%);
}

.testimonial-one__single-one-img img {
    width: 100%;
    border-radius: 2px;
}

.testimonial-one__single-one-content {
    position: absolute;
    bottom: 54px;
    left: 30px;
    z-index: 2;
}

.testimonial-one__single-one-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.testimonial-one__single-one-title a {
    color: var(--gizmo-white);
}

.testimonial-one__single-one-title a:hover {
    color: var(--gizmo-base);
}

.testimonial-one__single-one-1 .testimonial-one__single-one-title a:hover {
    color: var(--gizmo-black);
}

.testimonial-one__single-one-sub-title {
    color: var(--gizmo-white);
    margin-top: 8px;
    margin-bottom: 17px;
}

.testimonial-one__single-one-text {
    color: var(--gizmo-white);
}

.testimonial-one__single-two {
    position: relative;
    display: block;
    border-radius: 5px;
    padding: 0px 25px 52px;
    margin-bottom: 24px;
    z-index: 1;
}

.testimonial-one__single-two-shape {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.testimonial-one__single-two-shape::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1);
}

.testimonial-one__single-two-img {
    position: relative;
    display: block;
    max-width: 100px;
    width: 100%;
    margin-left: 6px;
}

.testimonial-one__single-two-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-one__single-two-content {
    position: relative;
    display: block;
    margin-top: 37px;
}

.testimonial-one__single-two-ratting {
    position: absolute;
    top: 22px;
    /* top: 72px; */
    right: 26px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.testimonial-one__single-two-ratting span {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #FFC107;
}

.testimonial-one__single-two-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.testimonial-one__single-two-title a {
    color: var(--gizmo-black);
}

.testimonial-one__single-two-title a:hover {
    color: var(--gizmo-base);
}

.testimonial-one__single-two-sub-title {
    color: var(--gizmo-base);
    margin-top: 8px;
    margin-bottom: 24px;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
    position: relative;
    display: block;
    padding: 130px 0 130px;
    z-index: 1;
}

.testimonial-two__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: -1;
}

.testimonial-two__bg-two {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-color: var(--gizmo-black);
    z-index: -1;
}

.testimonial-two__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.08;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-two__img {
    position: absolute;
    bottom: 0;
    right: 310px;
    z-index: 1;
}

.testimonial-two__img img {
    width: auto;
}

.testimonial-two__shape-1 {
    position: absolute;
    top: 80px;
    right: 90px;
    width: 345px;
    height: 345px;
    background-color: var(--gizmo-base);
    border-radius: 50%;
    z-index: -1;
}

.testimonial-two__big-text {
    position: absolute;
    right: -110px;
    bottom: 340px;
    transform: rotate(-90deg);
    z-index: 2;
}

.testimonial-two__big-text h2 {
    font-size: 65px;
    font-weight: 500;
    line-height: 75px;
    text-transform: uppercase;
    color: var(--gizmo-white);
}

.testimonial-two__feedback {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 212px;
    width: 100%;
    background-color: var(--gizmo-base);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    padding: 10px 10px 12px;
}

.testimonial-two__feedback .icon {
    position: relative;
    display: inline-block;
    top: 4px;
}

.testimonial-two__feedback .icon span {
    position: relative;
    display: inline-block;
    font-size: 31px;
    color: #000000;
}

.testimonial-two__feedback p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
}

.testimonial-two__left {
    position: relative;
    display: block;
}

.testimonial-two__carousel {
    position: relative;
    display: block;
}

.testimonial-two__single {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px -2px 38px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding: 77px 90px 50px;
    padding-right: 120px;
}

.testimonial-two__text {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 38px;
}

.testimonial-two__client-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.testimonial-two__client-img {
    position: relative;
    display: block;
    max-width: 80px;
    width: 100%;
}

.testimonial-two__client-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-two__client-content {
    position: relative;
    display: block;
}

.testimonial-two__client-content h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.testimonial-two__client-content h5 a {
    color: var(--gizmo-black);
}

.testimonial-two__client-content h5 a:hover {
    color: var(--gizmo-base);
}

.testimonial-two__client-content p {
    color: var(--gizmo-black);
}

.testimonial-two__carousel.owl-theme .owl-nav {
    position: absolute;
    left: -93px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--gizmo-black);
    background-color: var(--gizmo-white);
    font-size: 16px;
    margin: 0;
    transform: rotate(180deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    height: 52px;
    width: 52px;
    line-height: 52px;
    border-radius: 50%;
    color: var(--gizmo-black);
    background-color: var(--gizmo-white);
    font-size: 16px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    margin-top: 8px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-bottom: 8px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--gizmo-base);
    color: var(--gizmo-white);
}


/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
    position: relative;
    display: block;
    padding: 110px 0 140px;
    z-index: 1;
}

.testimonial-three__left {
    position: relative;
    display: block;
    margin-right: 93.5px;
}

.testimonial-three__img-box {
    position: relative;
    display: block;
}

.testimonial-three__img {
    position: relative;
    display: block;
}

.testimonial-three__img img {
    width: 100%;
}

.testimonial-three__trusted-box {
    position: absolute;
    background-color: var(--gizmo-base);
    bottom: 40px;
    right: -90px;
    padding: 31px 35px 35px;
    z-index: 2;
}

.testimonial-three__trusted-shape-1 {
    position: relative;
    display: block;
    margin-top: 7px;
    margin-bottom: 17px;
}

.testimonial-three__trusted-shape-1 img {
    width: auto;
}

.testimonial-three__trusted-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    font-family: var(--gizmo-font);
    text-transform: capitalize;
    letter-spacing: -0.03em;
}

.testimonial-three__trusted-client-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.testimonial-three__trusted-client-list li {
    position: relative;
    display: block;
}

.testimonial-three__trusted-client-list li+li {
    margin-left: -10px;
}

.testimonial-three__trusted-client-img {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--gizmo-white);
    overflow: hidden;
    z-index: 1;
}

.testimonial-three__trusted-client-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-three__trusted-client-img span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--gizmo-base);
}

.testimonial-three__right {
    position: relative;
    display: block;
    margin-top: 45px;
    margin-left: 85px;
    margin-right: 85px;
}

.testimonial-three__single {
    position: relative;
    display: block;
}

.testimonial-three__quote-and-client-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.testimonial-three__quote {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-three__quote span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: var(--gizmo-base);
}

.testimonial-three__client-info {
    position: relative;
    display: block;
}

.testimonial-three__client-name {
    position: relative;
    display: block;
}

.testimonial-three__client-name a {
    font-size: 22px;
    font-weight: 600;
    color: var(--gizmo-white);
    line-height: 22px;
    letter-spacing: -0.03em;
}

.testimonial-three__client-name span {
    color: var(--gizmo-base);
}

.testimonial-three__text {
    font-size: 22px;
    font-weight: 600;
    color: var(--gizmo-white);
    line-height: 30px;
    letter-spacing: -0.03em;
    margin-top: 22px;
    margin-bottom: 38px;
}

.testimonial-three__review {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.testimonial-three__review span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--gizmo-base);
}


.testimonial-three__carousel.owl-carousel .owl-dots {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 55px !important;
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--gizmo-base);
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-three__carousel.owl-carousel .owl-dot.active {
    background-color: rgba(var(--gizmo-base-rgb), 1);
    border: 2px solid var(--gizmo-base);
}

.testimonial-three__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}
















/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/