*{box-sizing:border-box;margin:0;padding:0}body,html{color:#111;background-color:#fff;width:100%;height:100%;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}#root{width:100%;max-width:100%;min-height:100vh}.app-wrapper{flex-direction:column;width:100%;min-height:100vh;display:flex}.navbar{text-transform:uppercase;letter-spacing:2px;z-index:10;background-position:50%;background-size:cover;justify-content:space-between;align-items:center;padding:.5rem 4rem;font-size:.75rem;display:flex;position:relative;box-shadow:0 2px 10px #0000001a}.navbar:before{content:"";z-index:-1;background:#ffffff4a;width:100%;height:100%;position:absolute;top:0;left:0}.nav-left a,.nav-right span{color:#111;margin-right:2rem;text-decoration:none;position:relative}.nav-right span{margin-right:0}.nav-left a:hover{opacity:.6}.logo-container{flex-direction:column;align-items:center;display:flex}.logo{object-fit:contain;height:60px}.hero-section{flex-direction:column;flex:1;width:100%;display:flex;position:relative;overflow:hidden}.background-overlay{z-index:-2;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.hero-section:before{content:"";z-index:-1;background:#ffffffd9;width:100%;height:100%;position:absolute;top:0;left:0}.main-content{text-align:center;color:#111;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:0 2rem;display:flex}.main-content h1{letter-spacing:10px;color:#111;margin-bottom:1rem;font-size:4rem;font-weight:300}.main-content p{color:#333;margin-bottom:.5rem;font-size:1rem;font-weight:300}.notify-btn{color:#fff;text-transform:uppercase;letter-spacing:2px;cursor:pointer;background-color:#111;border:none;margin-top:2rem;padding:1rem 3rem;font-size:.75rem;transition:background-color .3s}.notify-btn:hover{background-color:#ff8c00}.footer{color:#555;flex-direction:column;align-items:center;width:100%;padding:2rem;font-size:.75rem;display:flex}.footer p{color:#555;margin-bottom:.5rem}.social-links{margin:1rem 0 0;padding:0;display:flex}.social-links li{list-style:none}.social-links li a{text-align:center;color:#404040;width:40px;height:40px;margin:0 15px;font-size:20px;line-height:40px;text-decoration:none;transition:all .5s;display:block;position:relative}.social-links li a span{transition:transform .5s;position:absolute}.social-links li a span:first-child,.social-links li a span:nth-child(3){background:#404040;width:100%;height:3px}.social-links li a span:first-child{transform-origin:100%;top:0;left:0}.social-links li a:hover span:first-child{transform-origin:0;transition:transform .5s;transform:scaleX(0)}.social-links li a span:nth-child(3){transform-origin:0;bottom:0;left:0}.social-links li a:hover span:nth-child(3){transform-origin:100%;transition:transform .5s;transform:scaleX(0)}.social-links li a span:nth-child(2),.social-links li a span:nth-child(4){background:#404040;width:3px;height:100%}.social-links li a span:nth-child(2){transform-origin:bottom;top:0;left:0;transform:scale(0)}.social-links li a:hover span:nth-child(2){transform-origin:top;transition:transform .5s;transform:scale(1)}.social-links li a span:nth-child(4){transform-origin:top;top:0;right:0;transform:scale(0)}.social-links li a:hover span:nth-child(4){transform-origin:bottom;transition:transform .5s;transform:scale(1)}.social-links .facebook:hover{color:#3b5998}.social-links .facebook:hover span{background:#3b5998}.social-links .twitter:hover{color:#1da1f2}.social-links .twitter:hover span{background:#1da1f2}.social-links .instagram:hover{color:#c32aa3}.social-links .instagram:hover span{background:#c32aa3}.social-links .google:hover{color:#dd4b39}.social-links .google:hover span{background:#dd4b39}@media (width<=768px){.social-links li a{width:50px;height:50px;margin:0 10px;font-size:20px;line-height:50px}.navbar{flex-direction:column;gap:1rem;padding:1rem}.nav-left,.nav-right{justify-content:center;width:100%;display:flex}.nav-left a{margin:0 1rem}.nav-right span{margin:0}.logo{height:50px}.main-content h1{letter-spacing:5px;font-size:2.5rem}.main-content{padding:0 1rem}}
