.fetch-partners {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 70%;
    margin: auto;
    align-items: center;
}

.fetch-partners.row3 .single-item {
    flex-basis: 33.33%;
    min-width: 33.33%;
}

.fetch-partners.row2 .single-item {
    flex-basis: 50%;
    min-width: 50%;
}
.fetch-partners.row4 .single-item {
    flex-basis: 25.00%;
    min-width: 25.00%;
}

.fetch-partners .single-item {
    padding: 25px 45px;
}

.fetch-partners .single-item {
		text-align:center;
	}




.products__list_wrapper {
    width: 50%;
    float: left;

}

.products__list_wrapper h5 {
    color: #121212;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

.products__list_wrapper 
 ul.products__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.products__list_wrapper ul.products__list li {
    color: #1212124D;
    font-size: 48px;
    cursor: pointer;
    font-family: "Manrope";
    position: relative;
    transition: .3s ease;
}

.products__list_wrapper ul.products__list li:before{
    content: '';
    width: 42px;
    height: 36px;
    background-image: url(../images/dark-right-arrow.svg);
    position: absolute;
    right: 40px;
    top: 27px;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translateX(-40px);
    opacity: 0;
    transition: .3s ease;
}
.products__list_wrapper ul.products__list li.active {
    color: #121212;

}
.products__list_wrapper ul.products__list li.active:before,
.products__list_wrapper ul.products__list li:hover:before {
    
    transform: translateX(0px);
    opacity: 1;
}



.products-carousel-wrapper {
    display: block;
    overflow: hidden;
}

.products__details_wrapper {
    width: 50%;
    background:#F1F1F1;
    border-radius:40px;
    float: left;
 
}

.products__details_wrapper p{
    color: #121212;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
 
}

.products__details_wrapper .btn{
    border-radius: 100px;
    background: #121212;
    padding: 16px 23px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-top: 50px;
    background-image: url(../images/light-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 62px;

 
}

.products__details_wrapper .single-product{
    width: 100%;
    padding: 40px 50px;
    margin-bottom: -30px;
}

.products__details_wrapper .single-product img {
    width: auto;
    margin: auto;
}

#rotateCar .owl-carousel .owl-item img {
    opacity: 0.6;
}

.single-mobile-product {
    max-width: 600px;
    margin: auto;
}

.single-mobile-product_inner p {
    font-size: 16px;
    color: #121212;
    line-height: 1.5;
}

.single-mobile-product_inner a.btn {
    border-radius: 100px;
    background: #121212;
    padding: 10px 23px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-top: 15px;
    background-image: url(../images/light-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 62px;
}

.single-mobile-product_inner {
    background: #F1F1F1;
    padding: 35px;
    border-radius: 40px;
}
.single-mobile-product_inner img {
    width: auto!important;
    max-width: 300px;
    margin-bottom: 35px;
}

.single-mobile-product h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}
.mobile__product_carousel_wrapper {
    padding: 0px 10px;
    display: none;
}

.mobile__product_carousel_wrapper_header{
    max-width: 600px;
    margin: 0 auto;
}

.btnx .elementor-button-icon svg {
    width: 27px;
    position: relative;
    top: -2px;
}



.fetch__testimonials_wrapper {
    overflow: hidden;
}

.fetch__testimonials_info_wrapper {
    width: 50%;
    float: left;
}

.fetch__testimonials_data_wrapper {
    width: 50%;
    float: left;
}

.fetch__testimonials_info_wrapper h3 {
    font-size: 36px;
    font-weight: 400;
    width: 80%;
    font-family: "Manrope";
}

.fetch__testimonials_info_wrapper p {
    font-size: 18px;
    color: #12121299;
    line-height: 1.5;
    width: 78%;
}

.fetch__testimonials_wrapper > h6 {
    font-size: 16px;
    font-weight: 600;
    color: #121212;
}
.fetch__testimonials_data {}

.fetch__testimonials_data .single-testimonial {
    background: #F1F1F1;
    border-radius: 40px;
    padding: 60px 40px;
}

.single-testimonial .testimonial__text, .single-testimonial .testimonial__text p {
    color: #121212;
    font-size: 18px;
    line-height: 1.5;
}

.testimonial__text {}

.fetch__testimonials_data .single-testimonial .testimonial__text {
    margin-bottom: 55px;
}

.fetch-testimonial-nav button {
    border: 0;
    background-color: transparent;
    text-indent: -9999px;
    width: 47px;
    height: 40px;
    transition: .3s ease;
}

.fetch-testimonial-nav button.prev{
    background-image: url(../images/owl-nav-prev.svg);
}

.fetch-testimonial-nav button.prev:hover{
    background-image: url(../images/owl-nav-prev-dark.svg);
}

.fetch-testimonial-nav button.next{
    background-image: url(../images/owl-nav-next.svg);
    margin-left: 20px;
}

.fetch-testimonial-nav button.next:hover{
    background-image: url(../images/owl-nav-next-dark.svg);
}

.fetch__testimonials_data .single-testimonial p.test__author {color: rgba(18, 18, 18, 0.30);font-size: 16px;font-weight: 600;margin-bottom: -7px;}

.fetch__testimonials_data .single-testimonial p.test__company {
    color: rgba(18, 18, 18, 0.60);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: -15px;
}

.fetch-testimonial-nav {
    margin-top: 90px;
}


.pricing__table_wrapper {
    /* text-align: center; */
    border: 1px solid #ddd;
    border-radius: 40px;
    padding: 25px;
    background: #fff;
}

.pricing__table_wrapper .pricing__table_header {
    text-align: center;
}

.pricing__table_wrapper .pricing__table_header .plan__name, .pricing__table_wrapper .pricing__table_header .plan__type {
    font-weight: 600;
    color: #121212;
    font-family: "Manrope";
    font-size: 16px;
    margin-bottom: -5px;
}

.pricing__table_wrapper .pricing__table_header .plan__price {
    font-size: 60px;
    font-weight: 400;
    color: #121212;
    margin-bottom: -28px;
}

.pricing__table_wrapper .pricing__table_header .plan__type {}

.pricing__table_wrapper .pricing__table_header .plan__venues {
    margin-top: 10px;
    margin-bottom: 0;
}

.pricing__table_wrapper .pricing__table_content {}

.pricing__table_wrapper .pricing__table_content > h5 {
    font-size: 14px;
    font-weight: 600;
    color: #121212;
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
}

.pricing__table_wrapper .pricing__table_content ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.pricing__table_wrapper .pricing__table_content ul li {
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    font-size: 14px;
    color: #121212;
    background-position: left top 2px;
    padding-left: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
    background-size: 17px;
}
.pricing__table_wrapper .pricing__table_header .plan__price::first-letter {
    font-size: 75%;
}

.pricing__table_wrapper .pricing__table_header .btn-list {
    margin-top: 25px;
    margin-bottom: 35px;
}

.pricing__table_wrapper .pricing__table_header .btn-list a {
    display: inline-block;
    float: none;
    clear: both;
    background-color: #121212;
    border: 2px solid #121212;
    padding: 12px 35px;
    min-width: 200px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.8px;
    border-radius: 50px;
    background-image: url(../images/light-arrow.svg);
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    text-align: left;
    margin-top: 10px;
}

.pricing__table_wrapper .pricing__table_header .btn-list a:last-child {
    background-color: transparent;
    border: 2px solid #121212;
    color: #121212;
    background-image: url(../images/owl-nav-next-dark.svg);
}

.pricing__table_wrapper.highlighted {
    border-color: transparent;
    background-color: #ECF9FC;
}

#frontFaq .elementor-toggle-item {
    background: #F1F1F1;
    border-radius: 30px;
    padding: 8px 25px;
    margin-bottom: 22px;
}

.contactForm input[type="submit"]{
    background-color: #121212 !important;
    padding: 15px 60px !important;
}

.pricing__table_wrapper .pricing__table_header .plan__name {
    padding: 0px 7px;
}
@media only screen and (max-width: 1024px) {
  .fetch-partners {
        width: 100%;
    }

    .products-carousel-wrapper {
        display: block;
        overflow: hidden;
        padding: 15px;
    }


    .products__list_wrapper ul.products__list li {
        font-size: 36px;
    }
    .products__list_wrapper {
        width: 45%;
        float: left;
    }
    .products__details_wrapper {
        width: 55%;

    }

    .products__list_wrapper ul.products__list li:before {
        content: '';
        width: 31px;
        height: 28px;
        top: 21px;
    }
}
@media (max-width: 991px) {
    .products-carousel-wrapper{
        display: none;
    }
    .mobile__product_carousel_wrapper{
        display: block;
    }
} 

@media (max-width: 767px) {
    .products-carousel-wrapper{
        display: none;
    }
    .mobile__product_carousel_wrapper{
        display: block;
    }
    .fetch__testimonials_info_wrapper{
        width: 100%;
    }
    .fetch__testimonials_data_wrapper{
        width: 100%;
    }
    .fetch-testimonial-nav {
        margin-top: 34px;
        margin-bottom: 50px;
    }

    .fetch-testimonial-nav button {
        border: 0;
        background-color: transparent;
        text-indent: -9999px;
        width: 27px;
        height: 23px;
        transition: .3s ease;
        background-size: 100%;
    }
    .fetch-testimonial-nav button.next {
        margin-left: 10px;
    }
}       
@media only screen and (max-width: 639px) {
  .fetch-partners {
        width: 100%;
    }
    
    .fetch-partners.row3 .single-item {
    flex-basis: 100%;
    min-width: 100%;
}

.fetch-partners.row2 .single-item {
    flex-basis: 100%;
    min-width: 100%;
}
.fetch-partners.row4 .single-item {
    flex-basis: 100%;
    min-width: 100%;
}
    
    #how_it_works:before, #how_it_works:after {
        display:none;
    }
}


@media (max-width: 600px){
    .single-testimonial .testimonial__text, .single-testimonial .testimonial__text p {
        color: #121212;
        font-size: 16px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 480px) {

    
    .fetch-partners .single-item img{
        max-width:200px;
    }

    .single-mobile-product_inner img {
        max-width: 280px;
    }

}


/*NEW*/

.fetch__product_list {
    display: flex;
}

.prdocut__list {
    width: 48%;
}

.fetch_product__details_wrapper {
    width: 52%;
}

.prdocut__list ul {
    list-style: none;
}

.prdocut__list ul li {
    font-size: 52px;
    font-weight: 400;
    color: #121212;
    position: relative;
    z-index: 100;
    transition: .3s ease;
    cursor: pointer;
}
.prdocut__list ul li.active {
    font-weight: 500;
    font-size: 62px;
    color: #000;
}   

.list__hover_bg {
    width: 100vw;
    position: absolute;
    height: 125px;
    left: 0;
    background: #39C1D863;
    left: 0!important;
    z-index: 99;
    transition: .3s ease;
}
.fetch__product_list_wrapper {
    position: relative;
    width: 100%;
}

.single_fetch_product {
    display: none;opacity: 0;
    position: relative;
    text-align: right;
    transition: .3s ease;
}

.single_fetch_product.active{
    display: block;
    opacity: 1;

}

.single_fetch_product .gallery__image {
    position: relative;
    z-index: 100;
    max-width: 515px;
}
img._mobile_ui {
    position: absolute;
    left: -75px;
    height: 425px;
    bottom: -132px;
    z-index: 100;
    transform: translateX(-150px);
    opacity: 0;
    transition: .3s ease;
}
 img._mobile_ui.active{
    transform: translateX(0px);
    opacity: 1;
}



.testimonial_slider .owl-item .item {
  transform: translate3d(0, 0, 0);
  /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  margin: 80px 0;
  /* OVERWRITE PLUGIN MARGIN */
}

.testimonial_slider .owl-item .item img {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.testimonial_slider .owl-item.center .item img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.testimonial_slider .owl-nav {
  text-align: center;
}

.testimonial_slider .owl-nav button {
  font-size: 24px !important;
  margin: 10px;
  color: #033aff !important;
}


.testimonial_slider .item {
    min-height: 480px;
    border-radius: 50px;
    overflow: hidden;
    padding: 45px;
    box-sizing: border-box;
    color: #000;
    position: relative;
    transition: .3s;
}

.testimonial_slider .item:before{
      content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(255 255 255 / 83%);
    top: 0;
    left: 0;
    transition: .3s;
}
.testimonial_slider .item *{
  position: relative;
}
.testimonial_slider .owl-item.center{
  transition: .3s;
}
.testimonial_slider .owl-item.center .item:before{
  background-color: rgb(0 0 0 / 40%);
}

.testimonial_slider .owl-item.center{
  z-index: 5;
}
.testimonial_slider .owl-item.center .item{
  transform: scale(1.2) translateY(20px);
  transform-origin: bottom;
  
}



.testimonial_slider .owl-item .item .test_text {
    font-size: 16px;
    line-height: 1.5;
    color: #121212;
    font-weight: 400;
    font-family: "Manrope";
}

.auth__info {}

.auth__info span {
    color: #1212128a;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 500;
}

.auth__info p {
    font-size: 15px;
    color: #121212eb;
    font-weight: 500;
    margin-top: -1px;
    margin-bottom: 0;
}

.testimonial_slider .auth__info {
    position: absolute;
    bottom: 48px;
}

.testimonial_slider .owl-item.center .test_text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.10px;
}

.testimonial_slider .owl-item.center span {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}


.testimonial_slider .owl-item.center .item .auth__info p {
    color: #fff;
    margin-top: -5px;
}

.testimonial_slider .owl-item.center .test_text span {
    color: #FFCE05;
    font-weight: 400;
    font-size: 16px;
}

.fetch-testimonial-slider-nav button {
    border: 0;
    height: 45px;
    width: 45px;
    text-indent: -9999px;
    background-color: transparent;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.fetch-testimonial-slider-nav button.prev {
    background-image: Url(https://fetchpay.com/wp-content/uploads/2024/03/left_arrow.png);
}

.fetch-testimonial-slider-nav button.next {
    background-image: Url(https://fetchpay.com/wp-content/uploads/2024/03/right_arrow.png);
}
.fetch-testimonial-slider-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    left: 0;
}

.fetch_testimonial_slider__wrapper {
    position: relative;
}

.fetch-testimonial-slider-nav .prev {
    position: absolute;
    left: -75px;
}

.fetch-testimonial-slider-nav .next {
    position: absolute;
    right: -75px;
}




.pts_logo_wrapper {
    width: auto;
}

.pts_logo_wrapper .gray-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
}

.pts_logo_wrapper .gray-logos .single-logo {
    flex-basis: 20%;
    text-align: center;
    margin: 5px 0px;
}

.pts_logo_wrapper .gray-logos .single-logo img {
   
}

.ceo-text {
    width: 40%;
    display: flex;
    max-width: 0;
    float: left;
    transition: .3s ease;
    overflow: hidden;
    border-radius: 50px;
    position: relative;
}

.logo_animation_wrapper:hover .ceo-text{
    max-width: 800px;
    width: 550px;
     margin-right: 30px;
}

.ceo-text .ceo__bg {
    max-width: 100%;
    min-height: 497px;
    object-fit: cover;
    min-width: 528px;
    transform: translateX(-200%);
    transition: .2s ease;

}
.logo_animation_wrapper:hover .ceo-text .ceo__bg{
    transform: translateX(0);
}

.logo_animation_wrapper {
    
}
.pts_logo_wrapper{
    position: relative;
}
.black_logos_wrapper{
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
}
.black-logos {
    
}

.black-logos_row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.black-logos_row .single-logo {
    flex-basis: 25%;
    margin: 5px 10px;
}

.logo_animation_wrapper:hover .black_logos_wrapper{
    position: relative;
    opacity: 1;
    pointer-events: all;
    
}

.logo_animation_wrapper:hover .gray-logos{
    position: absolute;
    opacity: 0;
    pointer-events: none;
    
}

.ceo-text_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px;
    z-index: 5;
    min-width: 550px;
    transform: translateX(-200%);
    transition: .15s ease;
}

.ceo-text_text::before{
    content: '';
    height: 600px;
    width: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.logo_animation_wrapper:hover  .ceo-text_text {
    transform: translateX(00%);
}

.ceo-text_text h2 {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: -0.35px;
    position: relative;
    z-index: 2;
}

.ceo-text_text img {
    min-height: 0;
    max-width: auto;
}
.ceo-text_text img {
    margin-top: 0px;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}

.ceo-text_text .ceo-qoute {}

.ceo-text_text p.ceo_qoute {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.ceo-text_text p.auth_name {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.ceo-text_text p.auth_position {
    color: #FFFFFF;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: -7px;
    position: relative;
    z-index: 2;
}

p.__heading {
    text-align: center;
    text-align: center;
    color: #6A6A6A;
    font-family: "Manrope", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}


.single_fetch_product .product__details {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 350px;
    left: 50%;
    transform: translateX(-50%);
    top: 43px;
    color: #fff;
    background: rgba(255,255,255,.9);
    padding: 25px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    border-radius: 26px;
}


@media (max-width: 767px) {
       .single_fetch_product .product__details {
                position: relative;
        background: #f7f7f7;
        width: auto;
        margin-top: -72px;
        z-index: 1;
        padding: 0;
        margin-bottom: -30px;
    }

    img._mobile_ui.active {
        height: 350px;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        margin-top: -250px;
        bottom: 0!important;
    }
} 
