.animate-float animation: float 8s ease-in-out infinite; .animate-morph animation: morph 15s ease-in-out infinite; .animate-pulse-glow animation: pulse-glow 4s ease-in-out infinite; .animate-rotate-slow animation: rotate-slow 30s linear infinite; .animate-rotate-reverse animation: rotate-reverse 25s linear infinite; .animate-marquee animation: marquee 30s linear infinite;
/* Animations */ @keyframes float 0%, 100% transform: translateY(0) rotate(0deg); 25% transform: translateY(-20px) rotate(2deg); 50% transform: translateY(-10px) rotate(0deg); 75% transform: translateY(-25px) rotate(-2deg); ullubuzzcom new
.hover-lift:hover transform: translateY(-12px); box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.5); .animate-float animation: float 8s ease-in-out infinite