@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Russo+One&display=swap";#root,#__next{isolation:isolate}:root{--prime: #26a731;--dark: #444;--light: #fafafa;--black:#000;--gray: #b8b8b8;--rad: 8px;--hfont: "Russo One", sans-serif;--font: "Roboto", sans-serif}*,*::before,*::after{box-sizing:border-box}*{margin:0}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--hfont);letter-spacing:2px}a{text-decoration:none}html{font-size:14px;scroll-behavior:smooth;scroll-padding-top:90px}body{background:var(--black);font-family:var(--font);line-height:1.1;color:var(--light);-webkit-font-smoothing:antialiased}.btn{border:2px solid var(--prime);padding:.5rem 16px;color:var(--prime);display:flex;align-items:center;font-size:1.3rem;font-weight:600;gap:1rem;width:fit-content;transition:all .3s ease}.btn hr{outline:0;border:0;height:3px;width:25px;background:var(--prime);margin-left:15px;transition:all .3s ease}.btn:hover{color:var(--light);border-radius:var(--rad);padding:.5rem 23.5px}.btn:hover hr{width:20px;background:var(--light);margin-left:5px}p{font-size:1.3rem;line-height:1.5}@media(max-width: 450px){p{font-size:1rem}}header{display:flex;padding:1rem;align-items:center;justify-content:space-between;position:relative}header img{height:75px;flex-shrink:0}header a{color:var(--gray);font-size:1.5rem;transition:all .3s ease}header a:hover{color:var(--light)}header nav{display:flex;width:100%;margin:0 1rem;justify-content:space-evenly;font-weight:900}@media(max-width: 1020px){header nav{display:none}}header .btn{flex-shrink:0}@media(max-width: 1020px){header .btn{display:none}}header .ham{outline:0;border:0;padding:.3rem;background:rgba(0,0,0,0);color:var(--prime);display:none;cursor:pointer}header .ham:hover{color:var(--light)}@media(max-width: 1020px){header .ham{display:block}}header .mobileNav{display:flex;flex-direction:column;padding:1rem 2rem 2rem;gap:2rem;position:absolute;top:100%;right:0;background:var(--black);z-index:99;transform-origin:top;transition:all .3s ease;transform:scaleY(0)}header .mobileNav.open{transform:scaleY(1)}main{background:linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, rgb(0, 0, 0) 100%),linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%),url(../img/hero.webp);background-size:cover;background-position:center;display:flex;padding:5rem 2rem;flex-direction:column;justify-content:center;gap:2rem;min-height:80dvh}@media(max-width: 450px){main{min-height:50dvh}}main .content{display:flex;flex-direction:column;gap:2rem;width:60%;max-width:1200px;margin:0 0 0 6%}@media(max-width: 1024px){main .content{width:80%}}@media(max-width: 768px){main .content{width:100%;margin:0 auto}}main .content h1{font-size:3.4rem;text-shadow:2px 0px 12px #000;text-transform:capitalize}@media(max-width: 630px){main .content h1{font-size:2.3rem}}@media(max-width: 450px){main .content h1{font-size:1.6rem}}main .content p{text-shadow:0 0 12px #000}section{width:100%;max-width:1200px;margin:3rem auto}@media(max-width: 1200px){section{padding:0 2rem}}article{display:flex;gap:2rem;margin-bottom:13rem}@media(max-width: 750px){article{flex-direction:column;align-items:center;margin-bottom:10rem}}@media(max-width: 450px){article{margin-bottom:8rem}}article h2{flex-shrink:0;width:225px;font-size:4rem;text-align:center}@media(max-width: 750px){article h2{width:100%}}@media(max-width: 450px){article h2{font-size:3rem}}article hr{border:2px solid var(--prime)}@media(max-width: 750px){article hr{width:200px}}@media(max-width: 450px){article hr{width:125px}}article#services,article#benefits,article#do{flex-direction:column}article#services h2,article#benefits h2,article#do h2{width:100%}@media(max-width: 750px){article#services h2,article#benefits h2,article#do h2{font-size:3rem}}.cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:6rem 6rem;margin:3rem 0}@media(max-width: 850px){.cards{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 550px){.cards{grid-template-columns:1fr}}.cards .iconwrap{margin:0 auto 2rem;width:fit-content;background:var(--dark);padding:1rem;border-radius:4rem;color:var(--prime)}.cards .iconwrap svg{height:5rem;width:5rem}.cards h3{text-align:center;margin-bottom:1rem;font-size:1.5rem}.cards p{text-align:center}#benefits .subtext{text-align:center;font-size:1.4rem}#benefits .benwrap{display:flex}@media(max-width: 1024px){#benefits .benwrap{flex-direction:column}}#benefits .benwrap .left{width:75%}@media(max-width: 1024px){#benefits .benwrap .left{width:100%}}#benefits .benwrap .left ol{padding:0 0 0 15px;margin:2rem 0}@media(max-width: 1024px){#benefits .benwrap .left ol{columns:2;gap:4rem}}@media(max-width: 700px){#benefits .benwrap .left ol{columns:1;gap:unset}}#benefits .benwrap .left ol li{margin-bottom:2rem;font-size:1.4rem;line-height:1.3}@media(max-width: 450px){#benefits .benwrap .left ol li{font-size:1rem}}#benefits .benwrap .left ol li strong{font-family:var(--hfont);letter-spacing:2px}#benefits .benwrap .left ol li::marker{font-weight:900;color:var(--prime)}@media(max-width: 1024px){#benefits .benwrap .right{display:flex;justify-content:center}}.dowrap{display:grid;grid-template-columns:repeat(3, 1fr);gap:3rem 0}@media(max-width: 850px){.dowrap{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 550px){.dowrap{grid-template-columns:1fr;gap:0}}.dowrap .block{padding:2rem;border-bottom:4px solid var(--dark)}.dowrap .block h5{font-size:2rem;color:var(--prime);margin-bottom:2rem}#contact{background:linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgb(0, 0, 0) 100%),url(../img/gamechar2.webp);background-position:left top;background-size:cover;min-height:60dvh;max-width:100%;margin:0}#contact article{display:flex;margin-bottom:0;justify-content:center;transform:translateY(-35px)}@media(max-width: 850px){#contact article{transform:translateY(-120px);flex-direction:column;align-items:center}}@media(max-width: 450px){#contact article{transform:translateY(-120px);gap:1.5rem;margin-top:12rem}}#contact article h2{width:unset}@media(max-width: 850px){#contact article>hr{width:150px}}#contact article .btnCon{display:flex;align-items:center;gap:2rem}@media(max-width: 450px){#contact article .btnCon{gap:1rem;flex-direction:column}}#contact article .btnCon .btn{flex-shrink:0}@media(max-width: 450px){#contact article .btnCon .btn{width:100%;display:flex;justify-content:center}}footer{text-align:center;margin-top:-30px}footer footer p{font-size:14px}.upper{position:fixed;display:flex;z-index:999999;bottom:50px;right:50px;width:50px;height:50px;color:var(--prime);background:rgba(0,0,0,.6);border-radius:100px;border:4px solid var(--prime);opacity:0;transition:all .3s ease;justify-content:center;align-items:center}.upper:hover{color:var(--light)}/*# sourceMappingURL=main.css.map */