.inner{position:relative;width:100%;overflow:hidden}.wrapper{position:absolute;display:flex}.swipe-section{display:flex;animation:swipe 25s linear infinite backwards;gap:2rem}.inner:hover section,.service-card:hover,.service-card:hover~section{animation-play-state:paused}.inner:not(:hover) section{animation-play-state:running}@keyframes swipe{0%{transform:translate(0)}to{transform:translate(-100%)}}.animate-scroll{animation:scroll 8s linear infinite}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.testimonial-track{animation:scroll 30s linear infinite}.pause-animation:hover,.testimonial-card:hover,.testimonial-card:hover~.testimonial-track,.testimonial-container:hover .testimonial-track{animation-play-state:paused}@layer utilities{.animate-scroll{animation:scroll 55s linear infinite}}