*{padding:0;margin:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,sans-serif}body{background:#010001;color:#fff}.global_container{padding:3em 3%;margin:0 0 3em}.btn button{padding:.7em .9em;border:none;border-radius:8px;color:#fff;background:#30bced}.btn button:hover{background:#fff}.nav_container{display:flex;flex-direction:column;justify-content:center;gap:1.5em;flex-direction:row;justify-content:space-between;align-items:center;box-shadow:2px 2px 4px #fff;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:0 1.2em;height:10vh;position:sticky;top:0;left:0;z-index:100}.nav_container a{text-decoration:none;color:#fff;font-size:1.2em}.nav_container a:hover{color:#30bced}.nav_container .logo{display:flex;flex-direction:column;justify-content:center;gap:1.5em;flex-direction:row;align-items:center;gap:.9em}.nav_container .logo img{border-radius:50%}.nav_container .nav_links ul{display:flex;flex-direction:column;justify-content:center;gap:1.5em;flex-direction:row;list-style:none}.nav_container .nav_links ul li .router-link-active{color:#30bced}.nav_container .burger{display:none;cursor:pointer;padding:.4em}.nav_container .burger span{display:block;margin:6px 0;background-color:#fff;width:30px;height:3px;transition:transform .3s ease}.nav_container .burger.active~.nav_links{display:block}.nav_container .burger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.nav_container .burger.active span:nth-child(2){opacity:0}.nav_container .burger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media screen and (width <= 726px){.nav_container .nav_links ul{flex-direction:column;position:absolute;top:10vh;right:0;width:50%;height:65vh;background:#fff;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:none;z-index:99}.nav_container .nav_links ul a{color:#010001;display:flex;flex-direction:column;justify-content:center;gap:1.5em;align-items:center;font-weight:550;padding:.9em 0}.nav_container .nav_links ul.show{display:flex;flex-direction:column;gap:10px}.nav_container .burger{display:block}}.footer_container{display:grid;grid-template-columns:1fr;gap:1.5em;background:#313030;color:#fff;padding:.5em .9em}@media screen and (width >= 726px){.footer_container{grid-template-columns:repeat(3,1fr)}}.footer_container .footer_infor img{border-radius:50%}.footer_container .footer_infor p{padding:.3em 0;font-size:1.2em;font-weight:550}.footer_container .footer_links li{padding:.3em 0;list-style:none}.footer_container .footer_links li a{text-decoration:none;color:#fff;font-weight:550}.footer_container .footer_links li a:hover{color:#30bced}.footer_container .footer_media h2{padding:.4em 0}.footer_container .footer_media a{margin:0 .5em}.footer_container .footer_media a img{width:30px;height:30px}.footer_copyrigth p{padding:.3em .9em;background:#313030;text-align:center;font-size:1.1em}@media screen and (width <= 726px){.footer_copyrigth{font-size:.9em}}.hero_container{background-image:linear-gradient(#00000080,#0003),url(/assets/headset-BDs5_kge.jpg);background-repeat:no-repeat;background-size:cover;height:90vh}.hero_container .hero_content{padding:.9em 0}.hero_container .hero_content .hero_items{padding:.9em 1.2em;display:flex;flex-direction:column;justify-content:center;gap:1.5em;gap:1.2em}.hero_container .hero_content .hero_items h1{font-size:2.4em}.hero_container .hero_content .hero_items span{font-size:1.5em;font-weight:550}.hero_container .hero_content .hero_items p{width:50%;font-size:1.2em}.hero_container .hero_content .hero_items .btn{display:flex;flex-direction:column;justify-content:center;gap:1.5em;justify-content:left;flex-direction:row}.hero_container .hero_content .hero_items .btn a{text-decoration:none;color:#010001;font-size:1.1em;font-weight:550}@media screen and (width <= 726px){.hero_container{background-position:center}.hero_container .hero_content .hero_items h1{font-size:2em}.hero_container .hero_content .hero_items span{font-size:1.1em}.hero_container .hero_content .hero_items p{font-size:1.2em;width:100%}}.content_container p{padding:.4em 0}.content_container .content_items{display:grid;grid-template-columns:1fr;gap:1.5em;padding:1em 0;gap:2em}@media screen and (width >= 726px){.content_container .content_items{grid-template-columns:repeat(2,1fr)}}.content_container .content_items .content_infor,.content_container .content_items .content_infor1{box-shadow:2px 2px 4px #fff;padding:.3em .9em;border-radius:16px}.content_container .content_items .content_infor span,.content_container .content_items .content_infor1 span{color:#30bced}@media screen and (width <= 726px){.content_container{padding:0 5%}}.games_container p{padding:.9em 0}.games_container .games_content{display:grid;grid-template-columns:1fr;gap:1.5em}@media screen and (width >= 726px){.games_container .games_content{grid-template-columns:repeat(2,1fr)}}.games_container .games_content h3{color:#30bced}.games_container .games_content .games_items,.games_container .games_content .games_item{border:1px solid #FFFFFF;border-radius:8px;padding:.3em .9em}@media screen and (width <= 726px){.games_container{padding:0 5%}}.contact_container .contact_content{padding:.5em 0;display:grid;grid-template-columns:1fr;gap:1.5em}@media screen and (width >= 726px){.contact_container .contact_content{grid-template-columns:repeat(2,1fr)}}.contact_container .contact_content .contact_infor p{padding:.5em 0;font-size:1.2em;font-weight:550}.contact_container .contact_content .contact_form .form_infor{display:flex;flex-direction:column;justify-content:center;gap:1.5em}.contact_container .contact_content .contact_form .form_infor input,.contact_container .contact_content .contact_form .form_infor textarea{padding:.9em;border-radius:4px}.contact_container .contact_content .contact_form .btn{padding:.8em 0}.contact_container .contact_content .contact_form .btn button{padding:.6em 1em}.contact_container .contact_content .contact_form .btn button:hover{background:#ac7021}@media screen and (width <= 726px){.contact_container{padding:0 5%}}.about_container .about_content{display:grid;grid-template-columns:1fr;gap:1.5em;padding:.9em 0;margin:0 0 3em}@media screen and (width >= 726px){.about_container .about_content{grid-template-columns:repeat(2,1fr)}}.about_container .about_content .about_items p{font-size:1.1em}.about_container .about_content .about_image img{width:95%;height:55vh;border-radius:0 24px}.about_container .founder p{padding:.5em 0;font-size:1.1em}.about_container .founder .founder_image{padding:.5em 0;display:flex;flex-direction:column;justify-content:center;gap:1.5em;align-items:center}.about_container .founder .founder_image img{width:320px;height:400px;border-radius:24px}@media screen and (width <= 726px){.about_container{padding:0 5%}}.global_container .service_container{display:grid;grid-template-columns:1fr;gap:1.5em;padding:.9em 0}@media screen and (width >= 726px){.global_container .service_container{grid-template-columns:repeat(3,1fr)}}.global_container .service_container .service_content{box-shadow:3px 3px 4px #30bced;padding:.5em;border-radius:16px;background:#fff;color:#010001}.global_container .service_container .service_content .service{display:flex;flex-direction:column;justify-content:center;gap:1.5em;align-items:center}.global_container .service_container .service_content .service img{width:100%;height:45vh;border-radius:16px}.global_container .service_container .service_content p{padding:.3em 0;font-size:1em}.global_container .service_container .service_content p span{color:green;font-weight:550}.global_container .welcome p{font-size:1.2em;padding:.5em 0}.global_container .welcome p span{color:#30bced}@media screen and (width <= 726px){.global_container .service_container,.global_container .welcome{padding:.9em 5%}}
