@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-scroll{display:flex;width:max-content;animation:scroll 40s linear infinite}