html,body{scroll-behavior:smooth;margin:0;padding:0;font-family:Gilroy,sans-serif;background:#000}@font-face{font-family:Gilroy;src:url(fonts/Gilroy-Regular.ttf)}@font-face{font-family:Gilroy;src:url(fonts/Gilroy-Medium.ttf);font-weight:500}@font-face{font-family:Gilroy;src:url(fonts/Gilroy-Bold.ttf);font-weight:700}@font-face{font-family:Gilroy;src:url(fonts/Gilroy-Black.ttf);font-weight:900}@font-face{font-family:Gilroy;src:url(fonts/Gilroy-Light.ttf);font-weight:300}@font-face{font-family:Gilroy;src:url(fonts/Gilroy-Thin.ttf);font-weight:100}@font-face{font-family:Gilroy;src:url(fonts/Gilroy-ExtraBold.ttf);font-weight:800}@font-face{font-family:Gilroy;src:url(fonts/Gilroy-ExtraLight.ttf);font-weight:200}@font-face{font-family:Gilroy;src:url(fonts/Gilroy-SemiBold.ttf);font-weight:600}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes rotate{0%{rotate:0deg}to{rotate:360deg}}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.content{position:relative;width:100%;overflow-x:hidden;-webkit-user-select:none;user-select:none}.content .background{position:absolute;z-index:1;animation:fade 2s ease-in-out forwards;pointer-events:none}.content .hero{position:relative;z-index:1;top:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;animation:fade 5s ease-in-out forwards}.content .hero .blur{width:300px;height:300px;background:#676eee;position:absolute;z-index:-5;top:10%;transform:translate(-50%);border-radius:100px;filter:blur(300px);animation:rotate 20s linear infinite}.content .hero .title{font-size:70px;color:#fff;font-weight:600}.content .hero .title>.green{color:#76ffa0}.content .hero .description{font-size:20px;color:#fffc;font-weight:300;margin-top:20px;text-align:center;width:45%}.content .hero .buttons{margin-top:50px;display:flex;flex-direction:row;gap:20px}.content .hero .buttons .btn{display:flex;align-items:center;gap:20px;width:fit-content;padding:15px;border-radius:100px;font-size:16px;font-weight:500;transition:all .3s ease-in-out}.content .hero .buttons .btn.green{border:none;background:#76ffa0;color:#121413;padding:15px 20px}.content .hero .buttons .btn.white{border:2px solid rgba(255,255,255,.5)}.content .hero .buttons .btn:hover{cursor:pointer}.content .hero .buttons .btn:hover.green{background:#8affad;color:#121413}.content .hero .buttons .btn:hover.white{background:#ffffff1a;border:2px solid rgb(255,255,255)}.content .contact{position:relative;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:300px 0;animation:fade 2s ease-in-out forwards;font-weight:800}.content .contact .blur{width:100px;height:100px;background:#00ff48;border-radius:100px;filter:blur(100px);animation:rotate 20s linear infinite;position:absolute}.content .contact .icon{position:absolute;left:10vw;width:15vw;animation:floating 5s ease-in-out infinite}.content .contact .title{font-size:50px;color:#fff;font-weight:600;text-align:center;position:relative;z-index:5}.content .contact .description{font-size:18px;color:#fffc;font-weight:300;text-align:center;width:30%;position:relative;z-index:5}.content .contact .email{position:relative;z-index:5;display:flex;width:fit-content;align-items:center;gap:10px;font-size:18px;color:#fff;font-weight:500;padding:10px 20px;border-radius:100px;transition:all .5s ease-in-out;background:linear-gradient(90deg,#fff3,#ffffff1a);background-size:200% 100%;background-position:100% 0%}.content .contact .email>a{color:#fffc;text-decoration:none;-webkit-user-select:text;user-select:text}.content .contact .email:hover{cursor:pointer;background-position:0% 0%}.content .more{width:35%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:600px 0 300px;animation:fade 2s ease-in-out forwards;font-weight:800}.content .more>.coming{width:100%;display:flex;justify-content:space-evenly;font-size:30px;text-shadow:0 0 10px rgba(255,255,255,.1),0 0 30px rgba(255,255,255,.1),0 0 20px rgba(255,255,255,.1),0 0 25px rgba(255,255,255,.1),0 0 10px rgba(255,255,255,.1),0 0 35px rgba(255,255,255,.1),0 0 40px rgba(255,255,255,.1);color:#ffffff80}.content .more>.soon{width:100%;display:flex;justify-content:space-evenly;font-size:50px;text-shadow:0 0 20px rgba(255,255,255,.1),0 0 30px rgba(255,255,255,.1),0 0 40px rgba(255,255,255,.1),0 0 50px rgba(255,255,255,.1),0 0 60px rgba(255,255,255,.1),0 0 70px rgba(255,255,255,.1),0 0 80px rgba(255,255,255,.1);color:#fff}@media screen and (max-width: 768px){.content .background{left:-40%}.content .hero{top:50px}.content .hero .blur{width:200px;height:200px;background:#676eee;position:absolute;z-index:-1;top:70%;transform:translate(-50%);border-radius:100px;filter:blur(100px);animation:rotate 20s linear infinite}.content .hero .title{width:95%;font-size:55px;font-weight:500}.content .hero .description{width:95%;font-size:16px;text-align:start;margin-top:-10px}.content .hero .buttons{margin-top:0;flex-direction:row;gap:10px;width:95%}.content .hero .buttons>.btn.green{width:100%;justify-content:center}.content .contact .blur{filter:blur(150px)}.content .contact .icon{position:absolute;top:20%;left:50%;width:30vw;transform:translate(-50%,-50%);animation:none}.content .contact .title{font-size:40px;color:#fff;font-weight:600;text-align:center;position:relative;z-index:5}.content .contact .description{font-size:18px;color:#fffc;font-weight:300;text-align:center;width:80%;position:relative;z-index:5}.content .more{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:300px 0;animation:fade 2s ease-in-out forwards}.content .more>.coming{width:100%;display:flex;justify-content:space-evenly;font-size:30px;text-shadow:0 0 10px rgba(255,255,255,.1),0 0 30px rgba(255,255,255,.1),0 0 20px rgba(255,255,255,.1),0 0 25px rgba(255,255,255,.1),0 0 10px rgba(255,255,255,.1),0 0 35px rgba(255,255,255,.1),0 0 40px rgba(255,255,255,.1);color:#ffffff80}.content .more>.soon{width:100%;display:flex;justify-content:space-evenly;font-size:50px;text-shadow:0 0 20px rgba(255,255,255,.1),0 0 30px rgba(255,255,255,.1),0 0 40px rgba(255,255,255,.1),0 0 50px rgba(255,255,255,.1),0 0 60px rgba(255,255,255,.1),0 0 70px rgba(255,255,255,.1),0 0 80px rgba(255,255,255,.1);color:#fff}}.navbar{position:relative;width:100%;z-index:5}.navbar .secondary{display:flex;justify-content:space-between;align-items:center;padding:0 100px;height:40px;background-color:#ffffff03;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.navbar .secondary .name{font-size:14px;font-weight:500;color:#fff9;transition:all .3s ease-in-out}.navbar .secondary .name:hover{color:#fffc;cursor:pointer}.navbar .secondary .right{display:flex;flex-direction:row;gap:20px}.navbar .secondary .right .item{font-size:12px;font-weight:500;color:#ffffff80;transition:all .3s ease-in-out}.navbar .secondary .right .item:hover{color:#fffc;cursor:pointer}.navbar .primary{display:flex;align-items:center;justify-content:space-between;padding:20px 100px;background-color:#ffffff03;border-bottom:2px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.navbar .primary .logo{width:fit-content;height:50px}.navbar .primary .links{width:fit-content;display:flex;flex-direction:row;gap:30px}.navbar .primary .links .link{font-family:Gilroy,sans-serif;font-size:16px;color:#fff;font-weight:500;padding:10px 15px;border-radius:25px;transition:all .3s ease-in-out}.navbar .primary .links .link:hover{background:linear-gradient(45deg,#ffffff1a,#ffffff0d);cursor:pointer}.navbar .primary .links .link.active{background:linear-gradient(45deg,#fff6 -50%,#fff3 80%);color:#fff}.navbar .primary .buttons{display:flex;flex-direction:row;gap:20px;align-items:center}.navbar .primary .buttons .language{display:flex;align-items:center;gap:5px;padding:10px;border-radius:30px}.navbar .primary .buttons .language .icon{width:20px;height:20px}.navbar .primary .buttons .language .lang{color:#fff;font-size:14px}.navbar .primary .buttons .language:hover{cursor:pointer;background-color:#ffffff1a}.navbar .primary .buttons .burger{display:none}@media screen and (max-width: 768px){.navbar .secondary{width:calc(100% - 40px);padding:0 20px}.navbar .primary{width:calc(100% - 40px);display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background-color:#ffffff03;border-bottom:2px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.navbar .primary .links{display:none}.navbar .primary .links.active{position:absolute;z-index:3;top:70px;left:0;width:100%;display:flex;flex-direction:column;padding:20px 0;gap:10px;z-index:2;background:#000}.navbar .primary .links.active>.link{align-self:center;justify-self:center;text-align:center;padding:20px 0;margin:0;border-bottom:1px solid rgb(255,255,255);border-radius:0;width:100%}.navbar .primary .links.active>.link:hover{background:linear-gradient(45deg,#ffffff1a,#ffffff0d);cursor:pointer}.navbar .primary .links.active>.link.active{background:linear-gradient(45deg,#fff3 -50%,#ffffff1a 80%);color:#fff}.navbar .primary .buttons{display:flex;flex-direction:row;gap:20px;align-items:center}.navbar .primary .buttons .burger{width:30px;display:flex;flex-direction:column;gap:5px}.navbar .primary .buttons .burger .line{width:100%;height:3px;background-color:#ffffff80;border-radius:5px;transition:all .3s ease-in-out}.navbar .primary .buttons .burger.active .line{background-color:#fff;transform:rotate(45deg)}.navbar .primary .buttons .burger.active .line:nth-child(2){transform:rotate(-45deg);margin-top:-12px}.navbar .primary .buttons .burger.active .line:nth-child(3){display:none}}
