@keyframes float{0%{transform:translateY(0) rotate(0deg);opacity:1}50%{transform:translateY(-25px) rotate(15deg);opacity:.8}to{transform:translateY(0) rotate(0deg);opacity:1}}.floating-icon{position:absolute;color:hsl(var(--primary)/.08);will-change:transform;pointer-events:none}.dark .floating-icon{color:hsl(var(--primary)/.12)}.floating-icon-1{width:60px;height:60px;top:10%;left:15%;animation:float 6s ease-in-out infinite}.floating-icon-2{width:80px;height:80px;top:20%;right:12%;animation:float 7s ease-in-out infinite reverse}.floating-icon-3{width:40px;height:40px;bottom:25%;left:5%;animation:float 8s ease-in-out infinite}.floating-icon-4{width:70px;height:70px;bottom:15%;right:20%;animation:float 5s ease-in-out infinite reverse}.floating-icon-5{width:50px;height:50px;top:60%;left:25%;animation:float 9s ease-in-out infinite}