@keyframes pulse-slow{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes pulse-fast{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-pulse-slow{animation:pulse-slow 2s ease-in-out infinite}.animate-pulse-fast{animation:pulse-fast 1.5s ease-in-out infinite}.infinite-scroll-animation{animation:scroll 40s linear infinite}.infinite-scroll-animation:hover{animation-play-state:paused}.reveal{opacity:0;transform:translateY(20px);transition:all .6s ease-out}.reveal.active{opacity:1;transform:translateY(0)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#00aeef;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#0096d1}html{scroll-behavior:smooth}
