@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-scroll{animation:scroll 20s linear infinite;display:flex;width:max-content}.scroll-smooth{scroll-behavior:smooth}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.animate-scroll:hover{animation-play-state:paused}@media (max-width:768px){.animate-scroll{animation-duration:6s}}@media (max-width:480px){.animate-scroll{animation-duration:20s}}@keyframes scroll-reverse{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.animate-scroll-reverse{animation:scroll-reverse 20s linear infinite;display:flex;width:max-content}.animate-scroll-reverse:hover{animation-play-state:paused}@media (max-width:768px){.animate-scroll-reverse{animation-duration:6s}}@media (max-width:480px){.animate-scroll-reverse{animation-duration:20s}}