.fishing-wave-wrapper{position:absolute;bottom:0;left:0;height:15vh;z-index:5;background:transparent;overflow:hidden;pointer-events:none}.fishing-wave-wrapper,.waves{width:100%;min-height:100px;max-height:200px}.waves{position:relative;height:100%;margin-bottom:-7px}.parallax>use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}.parallax>use:first-child{animation-delay:-2s;animation-duration:7s}.parallax>use:nth-child(2){animation-delay:-3s;animation-duration:9s}.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:11s}.parallax>use:nth-child(4){animation-delay:-5s;animation-duration:14s}.parallax>use:nth-child(5){animation-delay:-6s;animation-duration:22s}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}.jumping-fish{color:rgba(255,255,255,.9);filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.fish-1{animation:jump 10s ease-in-out infinite}.fish-2{animation:jump 15s ease-in-out -3s infinite}.fish-3{animation:jump 12s ease-in-out -7s infinite}.fish-4{animation:jump 18s ease-in-out -10s infinite}@keyframes jump{0%{transform:translate(0) rotate(0deg);opacity:0}20%{opacity:.8}50%{transform:translate(10px,-15px) rotate(-15deg);opacity:1}80%{opacity:.8}to{transform:translate(20px) rotate(0deg);opacity:0}}@media (max-width:768px){.fishing-wave-wrapper,.waves{height:60px;min-height:60px}}