.bounce-animation,.floating-card{animation:hero-float 3.5s ease-in-out infinite}@keyframes hero-float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}