#__next,#root,body,html{height:100%;margin:0;padding:0}#__next,#root{width:100%}.home-container{position:relative;display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;overflow:hidden}.background-video{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%);z-index:-1}.content-box{background:rgba(0,0,0,.6);padding:20px;border-radius:8px;box-shadow:0 0 15px rgba(0,0,0,.5);text-align:center;z-index:1;transition:transform .5s ease-out;transform-origin:center}.closing{animation:close-box 2s forwards}@keyframes close-box{0%{transform:scale(1)}50%{transform:scaleX(.01)}to{transform:scale(.01,0)}}.heading-text{font-family:Orbitron,sans-serif;background:linear-gradient(120deg,#fff,#fff 30%,#319795 50%,#fff 70%,#fff);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:flow-animation 3s linear infinite;padding-bottom:10px}.subheading-text{color:#fff}@keyframes flow-animation{0%{background-position:100% 50%}to{background-position:-100% 50%}}@media (max-width:500px){.content-box{margin:20px}}header{background-color:#31979593;color:#fff;padding:16px 32px;width:100%;position:fixed;top:0;left:0;z-index:1000}.header-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}.langage-select{background-color:#585858;color:#fff;width:120px;border-radius:8px;height:32px;border:1px solid #e2e8f0}.langage-select:hover{background-color:#3f3f3f}