.effect-shine{animation:5s infinite shine;-webkit-mask-image:linear-gradient(-75deg,rgba(0,0,0,.6) 30%,transparent 50%,rgba(0,0,0,.6) 70%);-webkit-mask-size:200%}@keyframes shine{0%{-webkit-mask-position:150%}to{-webkit-mask-position:-50%}}@webkit-keyframes shine{from { -webkit-mask-position: 150%; }to { -webkit-mask-position: -50%; }}.water-background{background:#08080a 0 0/cover;width:100%;height:100vh;margin-top:-10px;top:0;left:0;overflow:hidden}.water-background .water{filter:url(#turbulence);background-size:cover;width:100%;height:100%;margin-top:-150px;margin-bottom:-20px;animation:6s myfirst;top:0;left:0}@keyframes myfirst{0%,to{opacity:0}10%{opacity:0}to{opacity:1}}