.hero_area{position:fixed;top:0;width:100%;height:100vh;background-color:rgba(0,0,128,.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:space-between;transition:opacity 1s ease-in-out}.hero_area.opacity-0{opacity:0;visibility:hidden;transition:visibility 0s 1s,opacity 1s ease-in-out}.waves{width:100%;height:15vh;min-height:100px;max-height:150px;bottom:0;left:0}.parallax>use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}.parallax>use:first-child{animation-delay:-2s;animation-duration:3s}.parallax>use:nth-child(2){animation-delay:-3s;animation-duration:5s}.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:11s}.parallax>use:nth-child(4){animation-delay:-5s;animation-duration:10s}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}@media (max-width:768px){.waves{height:80px;min-height:80px}}.page-loader{width:100%;height:100vh;position:absolute;background:#272727;z-index:1000}.page-loader .txt{color:#666;text-align:center;top:40%;position:relative;text-transform:uppercase;letter-spacing:.3rem;font-weight:700;line-height:1.5}.spinner{position:relative;top:35%;width:80px;height:80px;margin:0 auto;background-color:#fff;border-radius:100%;animation:sk-scaleout 1s ease-in-out infinite}@keyframes sk-scaleout{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}