@keyframes waveAnimation{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-wave{animation:waveAnimation .5s ease-out forwards}.nav-item{opacity:0}.search-mobile.focused{border:2px solid #000}