/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

nav.elementor-nav-menu--main ul li a:hover, nav.elementor-nav-menu--main ul li a.elementor-item.elementor-item-active {
    background: #FFFFFF;
    border-radius: 100px;

}
.elementor-menu-toggle {
    padding: 8px;
}

body {
    overflow-x: hidden;
}

/*hero section css start*/
.swiper-slide figure.swiper-slide-inner img {
    width: 100px
}
.client-logos .swiper-wrapper {
    transition-timing-function: linear;
}
.logobg-wrapper {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%)
}
/*hero section css start*/

/*testimonial section css start*/
.flowspace-testimonial .swiper-wrapper {
    animation: scroll 30s linear infinite;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 2rem));
  }
}

.flowspace-testimonial-rv .swiper-wrapper {
    animation: scroll 30s linear infinite reverse;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 2rem));
  }
}

    .color-changing-text > * {
        background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.2) 0%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }