@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap";.loading{z-index:10;color:#0ff;background-color:#0b134f;place-items:center;width:100%;height:100vh;font-family:Orbitron,sans-serif;font-size:30px;display:grid;position:fixed;inset:0}.loading__svg{opacity:0;width:85%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loading__box{border:3px solid #6cff8c7a;border-color:#6cff8c7a #6cff8d;width:500px;height:200px;position:relative}@media (width<=600px){.loading__box{width:90vw}}.loading__bar{background-color:#ccc;border-radius:2px;width:90%;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%)}.loading__bar--inner{background-color:#6cff8c;border-radius:2px;width:0;height:100%}.loading__text{color:#fff;justify-content:center;align-items:center;padding:1rem;font-size:20px;font-weight:700;display:flex;position:relative}@media (width<=355px){.loading__text{font-size:17px}}.loading__text--dot{background:#fff;border-radius:50%;width:15px;height:15px;margin:0 3px;animation:1s infinite pulse}@keyframes pulse{0%{opacity:0;background:#6cff8d}to{opacity:1}}.loading__text--border{background-color:#6cff8c7a;width:85%;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.loading__counter{color:#fff;justify-content:space-between;align-items:center;width:100%;padding:10px;font-size:20px;font-weight:700;display:flex;position:absolute;top:70%;left:0}.loading__width_animation{animation:1s forwards width_animation}@keyframes width_animation{0%{width:85%}to{width:280px}}.landing{color:#fff;background:#111;width:100%;height:100vh;position:relative;overflow:hidden}.landing .header{position:absolute;top:1rem;left:50%;transform:translate(-50%)}.landing .header__wrap{justify-content:space-between;align-items:center;width:60vw;padding:10px;display:flex}.landing .header__left{align-items:center;gap:2rem;display:flex}.landing .header__left li{font-size:17px;font-weight:700}@media (width<=1200px){.landing .header__wrap{width:100vw}}@media (width<=700px){.landing .header__sm{display:none}}@media (width<=370px){.landing .header{left:36%}.landing .header__wrap{gap:20%}.landing .header .styledLink[data-text=Home]{display:none}}.landing .socials{z-index:1;align-items:center;gap:1rem;display:flex;position:absolute;bottom:10rem;left:50%;transform:translate(-50%)}*{box-sizing:border-box;margin:0}:after,:before{box-sizing:border-box}html,body{overflow-x:hidden}body{--webkit-font-smoothing:antialiased;font-family:Poppins,sans-serif;line-height:1.5;position:relative}button,input,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}image,video,canvas,svg{max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}.styledLink{place-items:center;display:grid;position:relative;overflow:hidden}.styledLink:before{content:"";transform-origin:100%;background:currentColor;width:100%;height:2px;transition:transform .3s cubic-bezier(.52,.5,.3,.1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.styledLink:after{content:attr(data-text);height:100%;position:absolute;top:0;transform:translate(150%)}.styledLink:hover{cursor:pointer}.styledLink:hover:before{transform-origin:0;transform:scale(1)}.styledLink:hover:after{transition:transform .3s cubic-bezier(.52,.5,.3,.1);transform:translate(0,0)}.styledLink span{transition:transform .3s cubic-bezier(.52,.5,.3,.1)}.styledLink:hover span{transition:transform .3s cubic-bezier(.52,.5,.3,.1);transform:translate(-150%)}.coloredIcon{color:#fff;width:37px;height:37px;font-size:37px}.coloredIcon:hover{animation:.2s infinite coloredIconAnimation}@keyframes coloredIconAnimation{0%{filter:drop-shadow(5px 4px #f44336)drop-shadow(-5px -6px #2196f3)}25%{filter:drop-shadow(-5px -6px #f44336)drop-shadow(5px 4px #2196f3)}50%{filter:drop-shadow(5px -4px #f44336)drop-shadow(-8px 4px #2196f3)}75%{filter:drop-shadow(-8px -4px #f44336)drop-shadow(-5px -4px #2196f3)}to{filter:drop-shadow(-5px 0 #f44336)drop-shadow(5px -4px #2196f3)}}.x-icon{width:32px;height:32px;margin-top:10px}.styledButton{cursor:pointer;color:#fff;background:0 0;border:none;width:175px;height:120px;position:relative}.styledButton:before,.styledButton:after{width:100%;height:100%;position:absolute;top:0;left:0}.styledButton:before{content:"";clip-path:path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");background:#fff;transition:clip-path .5s cubic-bezier(.585,2.5,.645,.55)}.styledButton:hover:before{clip-path:path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");background-color:#add8e6}.styledButton span{mix-blend-mode:difference;font-weight:500}.styledButton:after{content:"";border:1px solid #fff;border-radius:58% 42% 55% 45%/56% 45% 55% 44%;width:95%;height:85%;transition:transform .5s cubic-bezier(.585,2.5,.645,.55);top:6px;transform:rotate(-20deg)}.styledButton:hover:after{transform:translateY(-5px)}@media (width<=800px){.styledButton{font-size:23px;transform:scale3d(.7,.7,.7)}}
/*# sourceMappingURL=repo.94e2fe86.css.map */
