*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:120px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#020024;background:-webkit-gradient(linear, left top, right top, from(#020024), color-stop(37%, #090975), color-stop(63%, #090979), to(#00d4ff));background:linear-gradient(90deg, #020024 0%, #090975 37%, #090979 63%, #00d4ff 100%);padding:1em 4em;border-bottom:1px solid #fff}header .logo{width:100px;height:100px}header .logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border:3px solid #004495;border-radius:50%;background-color:#fff}header nav ul{display:-webkit-box;display:-ms-flexbox;display:flex}header nav ul li{list-style:none;margin:0 2em;background:rgba(255,255,255,0.12);border-radius:16px;-webkit-box-shadow:0 4px 30px rgba(0,0,0,0.1);box-shadow:0 4px 30px rgba(0,0,0,0.1);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,0.2);padding:1em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (hover: hover){header nav ul li:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}}header nav ul li a{text-decoration:none;color:#fff}.hero-slide{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:#020024;background:-webkit-gradient(linear, left top, right top, from(#020024), color-stop(37%, #090975), color-stop(63%, #090979), to(#00d4ff));background:linear-gradient(90deg, #020024 0%, #090975 37%, #090979 63%, #00d4ff 100%);padding:4em}.hero-slide h1{color:#fff;text-align:center}.hero-slide p{color:#fff;text-align:center;max-width:600px;margin:1em auto}.service{margin:1em auto;background:#01bff1;padding:1em 2em;border:4px solid #08086a;border-radius:10px;width:500px}.service h2{margin-bottom:1em;text-align:center}.service ul li{margin-bottom:.25em}.product{background:#020024;background:-webkit-gradient(linear, left top, right top, from(#020024), color-stop(37%, #090975), color-stop(63%, #090979), to(#00d4ff));background:linear-gradient(90deg, #020024 0%, #090975 37%, #090979 63%, #00d4ff 100%);padding:4em}.product .box{background-color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:1em 2em;border-radius:10px}.product .box h2{margin-bottom:1em;text-align:center;font-size:3em}.product .box p{margin-bottom:2em;text-align:center;font-size:1.5em;text-decoration:underline}.product .box.game .cover-img{max-width:600px;margin:0 auto;margin-bottom:10px}.product .box.game .cover-img img{width:100%;height:auto}.product .box.game .preview{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr);-webkit-column-gap:1em;column-gap:1em}.product .box.game .preview img{width:100%}.product .box.game .button{margin:2em auto;text-align:center}.product .box.game .button button{background:#4c00c7;width:150px;height:60px;border:1px solid #4c00c7;border-radius:10px;color:#fff;cursor:pointer;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.product .box.game .button button:hover{-webkit-transform:scale(1.5);transform:scale(1.5)}.contact{margin:1em auto;background:#01bff1;padding:1em 2em;border:4px solid #08086a;border-radius:10px;width:500px}.contact h2{margin-bottom:1em;text-align:center}.contact p{margin-bottom:.5em;font-weight:bold}
/*# sourceMappingURL=style.min.css.map */