.nav-main{position:fixed;top:30px;left:0;width:100%;height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 40px 0 30px;background-color:hsla(0,0%,100%,.5);backdrop-filter:blur(4px);box-shadow:0 1px 1px rgba(0,0,0,.1);z-index:100;transition:background-color .3s ease}.overlay{inset:0;background:rgba(0,0,0,.05);z-index:5000;backdrop-filter:blur(1px)}.overlay,.strip-message{position:fixed;display:flex;align-items:center;justify-content:center}.strip-message{height:30px;background:linear-gradient(90deg,#fe3c3c,#fe5757,#fc6969);color:#fff;font-size:13px;font-stretch:extra-expanded;font-weight:500;top:0;left:0;width:100%;z-index:100}.brand-icon img{max-height:70px;cursor:pointer}.sign-out-button{padding:8px 12px;background-color:#fe5757;border-radius:5px;cursor:pointer;transition:background-color .3s ease;border:1px solid #fe5757}.sign-out-button:hover{color:#56b3f1;border:1px solid #fe5757}.button-group{display:flex;gap:15px}.login-button,.signup-button{font-size:.9rem;padding:5px 10px;border-radius:10px;text-decoration:none;font-weight:500;color:#fff;background:transparent;transition:background-color .3s ease}.login-button{color:#fe5757;border:2px solid #fe5757}.login-button:hover{background-color:#fe5757;color:#fff}.signup-button{background-color:#fe5757;border:2px solid #fe5757}.signup-button:hover{color:#fe5757;background:transparent}.footer{width:100%;bottom:0!important}.footer,.header{position:relative}.header{background:linear-gradient(90deg,#fe3c3c,#fe5757,#ff6262);color:#fff;text-align:center}.inner-header{height:22vh;width:100%;display:flex;justify-content:center;align-items:center;text-align:center}.title{font-size:3rem;font-weight:bolder;letter-spacing:.05rem}.waves{width:100%;height:15vh;margin-bottom:-7px;min-height:100px;max-height:150px}.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:10s}.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:13s}.parallax>use:nth-child(4){animation-delay:-5s;animation-duration:20s}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}.footer-content{background-color:#fff;color:#4a4a4a;font-size:.875rem;padding:.95rem 0}.footer-links{display:flex;flex-direction:row;justify-content:space-between;gap:.8rem;padding:0 30px}.brand-icon{width:65%}.footer-about{font-stretch:expanded;width:90%;line-height:1.5}.footer-links h4{font-weight:700;color:#333;margin-bottom:1rem}.footer-links ul{list-style-type:none;padding:0}.footer-links ul li{margin:.3rem 0;padding:1px}.footer-links ul li a{text-decoration:none;color:#4a4a4a}.footer-links ul li a:hover{color:#fe3c3c}.footer-links-bottom{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.footer-links-bottom a{text-decoration:none;color:#4a4a4a}.footer-links-bottom a:hover{color:#fe3c3c}.brand-name{color:#fe5757}.brand-name:hover{text-decoration:underline;cursor:grab}.social-icons{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.social-icons a{color:#4a4a4a;font-size:1.5rem;transition:color .3s ease}.social-icons a:hover{color:#fe3c3c}.footer-text{text-align:center;color:#777;font-size:.75rem;margin-top:1rem;margin-bottom:4px}