@import url(https://fonts.googleapis.com/css?family=Orbitron:400,500,700&display=swap);.main-logo{display:block;margin:0 auto 4px;max-width:400px}body{background:#111;color:#fff;font-family:Orbitron,sans-serif;padding:0;scroll-behavior:smooth}.header{background:#000;border-bottom:1px solid #333;position:fixed;top:0;width:100%;z-index:100}.header nav ul{display:flex;justify-content:center;list-style:none;margin:0;padding:10px}.header nav ul li{cursor:pointer;margin:0 15px;transition:color .3s}.header nav ul li.active,.header nav ul li:hover{color:#00e6e6}.container{margin:auto;max-width:800px;padding:60px 20px;text-align:center;width:90%}.landing{align-items:center;background:#111;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:0 20px}.section{min-height:100vh;padding:100px 20px}.landing h1{animation:glow 1.5s infinite alternate;color:#00e6e6;font-size:3em;margin:.2em 0;text-shadow:0 0 10px #00e6e6}@keyframes glow{0%{text-shadow:0 0 10px #00e6e6}to{text-shadow:0 0 20px #00e6e6,0 0 30px #00e6e6}}p{font-size:1.2em;line-height:1.6;margin:1em 0}.button{background:#00e6e6;border-radius:5px;margin-top:20px;padding:15px 30px;text-transform:uppercase;transition:background .3s}.button:hover{background:#0cc}a{color:#00e6e6;text-decoration:none}a:hover{text-decoration:underline}.map-container{border:2px solid #00e6e6;border-radius:5px;margin:20px auto;max-width:600px;overflow:hidden}.games-modal{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:200}.games-modal-content{background:#222;border-radius:5px;max-width:800px;padding:30px;text-align:center;width:90%}.games-list{display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px}.game-card{background:#333;border-radius:5px;margin:10px;padding:10px;text-align:center;width:200px}.game-card img{border-radius:5px;height:auto;width:100%}.close-btn{margin-top:20px}.booking-form{margin:0 auto;max-width:600px;text-align:left}.form-group{margin-bottom:15px}.form-group label{display:block;font-weight:600;margin-bottom:5px}.form-group input{border:none;border-radius:5px;padding:10px;width:100%}.footer{background:#111;border-top:1px solid #333;font-size:.9em;padding:20px 0;text-align:center}@media (max-width:768px){.landing{min-height:auto;padding:40px 20px}.section{min-height:auto;padding:60px 20px}.landing h1{font-size:2em}.landing p,p{font-size:1.1em}.container{padding:40px 10px;width:95%}.games-modal-content{padding:20px;width:95%}.games-list{align-items:center;flex-direction:column}.game-card{margin:10px 0;width:80%}}@media (max-width:480px){.landing h1{font-size:1.8em}.landing p{font-size:1em}.button{font-size:.9em;padding:10px 20px}.header nav ul{flex-wrap:wrap;justify-content:center}.header nav ul li{font-size:.9em;margin:0 5px}.games-modal-content{max-height:90vh;overflow-y:auto;padding:15px;width:95%}.landing h1{font-size:1.8em}.landing p,p{font-size:1em}.button{font-size:.9em;padding:10px 20px}}.glitch{color:#00e6e6;display:inline-block;position:relative}.glitch:after,.glitch:before{color:#00e6e6;content:attr(data-text);left:0;opacity:0;position:absolute;top:0}.glitch:before{animation:glitchBefore 5s infinite}.glitch:after{animation:glitchAfter 5s infinite}@keyframes glitchBefore{0%,20%,8%,to{opacity:0}10%{clip:rect(10px,9999px,30px,0);opacity:1}}@keyframes glitchAfter{0%,20%,8%,to{opacity:0}12%{clip:rect(50px,9999px,70px,0);opacity:1}}.headset-section{align-items:center;background:#111;display:flex;justify-content:center;min-height:100vh;padding:100px 20px}.metaquest-headset{display:block;margin:0 auto;max-width:300px;transition:transform .2s ease-out}.arcade-section{overflow:hidden;position:relative}.arcade-bg{background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;transition:transform .2s ease-out;width:100%;z-index:-1}.arcade-content{padding:20px;position:relative;z-index:1}.nav-icon{height:30px;margin-right:5px;transform:none;width:30px}.about-icons-row,.book-icons-row,.contact-icons-row,.explore-icons-row{display:flex;gap:10px;justify-content:center;margin-top:10px}.vr-icon{height:40px;transform:none;width:40px}.tv-container{height:100vh;overflow:hidden;position:relative;width:100%}.tv-video{height:100%;object-fit:cover;width:100%}.tablet-container{background:linear-gradient(135deg,#111,#333);color:#fff;min-height:100vh;padding:30px;touch-action:manipulation}.tablet-header{margin-bottom:30px;text-align:center}.tablet-header h1{font-size:2.8em;margin:0;text-shadow:2px 2px 4px #000c}.search-input{border:none;border-radius:5px;display:block;font-size:1em;margin:20px auto;max-width:400px;outline:none;padding:10px;width:100%}.games-cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.game-card{background:#222;border-radius:10px;box-shadow:0 8px 16px #000000b3;overflow:hidden;touch-action:manipulation;transition:transform .3s ease,box-shadow .3s ease;width:320px}.game-card:hover{box-shadow:0 12px 24px #000000e6;transform:translateY(-8px)}.game-image{display:block;height:200px;object-fit:cover;width:300px}.game-card:hover .game-image{transform:scale(1.05)}.game-info{padding:20px}.game-info h2{color:#00e6e6;font-size:1.6em;letter-spacing:1px;margin:0 0 10px;text-transform:uppercase}.game-info p{font-size:1.1em;line-height:1.4;margin:0 0 20px}.button{background:linear-gradient(135deg,#00e6e6,#0cc);border:none;border-radius:6px;color:#111;cursor:pointer;font-size:1.1em;font-weight:700;min-width:120px;padding:14px 20px;touch-action:manipulation;transition:background .3s ease,transform .3s ease}.button:hover{background:linear-gradient(135deg,#0cc,#00b3b3);transform:scale(1.05)}.game-modal{align-items:center;background-color:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.game-modal-content{background:#222;border-radius:10px;box-shadow:0 8px 16px #000c;max-width:500px;padding:20px;position:relative;text-align:center;width:90%}.close-btn{background:#00e6e6;border:none;border-radius:50%;color:#111;cursor:pointer;font-weight:700;height:30px;position:absolute;right:10px;top:10px;transition:background .3s ease;width:30px}.close-btn:hover{background:#0cc}.modal-game-image{border-radius:5px;margin-bottom:15px;max-height:250px;object-fit:cover;width:100%}.tablet-footer{border-top:1px solid #444;margin-top:40px;padding-top:20px;text-align:center}.tablet-footer p{font-size:1em;margin:0}@media (max-width:1024px){.tablet-header h1{font-size:2.5em}.game-info h2{font-size:1.5em}.button{font-size:1em;padding:12px 18px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.795372d4.css.map*/