@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-scroll{animation:scroll 60s linear infinite}.group:hover .animate-scroll{animation-play-state:paused!important}.custom-scrollbar::-webkit-scrollbar{height:4px;width:2px}.custom-scrollbar::-webkit-scrollbar-track{background:#fff;border-radius:100px;box-shadow:inset 0 0 5px #0a0a0ae0}.custom-scrollbar::-webkit-scrollbar-thumb{background:#060606;border:2px solid #2c2c2c;border-radius:10px;box-shadow:inset 0 0 3px #0000004d}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#888}.custom-scrollbar{scrollbar-color:hsla(0,0%,100%,.491) transparent;scrollbar-width:thin}@media(max-width:767px){.animate-scroll{animation:scroll 20s linear infinite}.custom-scrollbar{scrollbar-color:hsla(0,0%,100%,.491) transparent;scrollbar-width:thin}}
