@import url(https://uploads-ssl.webflow.com/6408bea3de5aef58b7e197d4/6408bf9d37c7748372ccf0c9_Satoshi-Variable.woff2)format("woff2")
.app__navbar{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(28,28,28,.25);border:.5px solid hsla(0,0%,100%,.18);display:flex;justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.app__navbar-logo{align-items:center;display:flex;justify-content:flex-start}.app__navbar-logo img{height:34x;width:100px}@media screen and (min-width:2000px){.app__navbar-logo{height:40px;width:180px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:transparent;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.app__navbar-links li a{color:var(--text);flex-direction:column;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--accent)}.app__navbar-links li:hover div{background:var(--accent)}@media screen and (max-width:900px){.app__navbar-links{display:none}}button{background-color:var(--primary);border:none;border-radius:10px;color:#000;cursor:pointer;font-family:var(--font-base);font-size:.8rem;font-weight:600;margin:0;outline:none;padding:1rem 1.5rem;text-align:left;transition:box-shadow .1s ease-in-out;z-index:1}button:hover{box-shadow:0 0 5px var(--primary)}@media screen and (max-width:900px){.button-hide{display:none}}.app__navbar-menu{align-items:center;background:var(--primary);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--secondary);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background-color:var(--background);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px hsla(0,0%,66%,.15);display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:70%;z-index:5}.app__navbar-menu div svg{color:var(--primary);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div li{margin:1rem}.app__navbar-menu div li a{color:var(--text);font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-menu div li a:hover{color:var(--accent)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.app__about{flex:1 1;flex-direction:column;width:100%}.app__about h2{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(145deg,#fff 65%,hsla(0,0%,100%,.43));box-shadow:0 0 20px rgba(0,0,0,.1);text-align:center;text-shadow:0 1px rgba(0,0,0,.07)}.app__profiles{flex-wrap:wrap;justify-content:center;margin-top:2rem}.app__profile-item,.app__profiles{align-items:flex-start;display:flex}.app__profile-item{flex-direction:column;justify-content:flex-start;margin:2rem;width:500px}.app__profile-item img{border-radius:20px;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;width:570px}.app__profile-item img{height:100%}}@media screen and (max-width:450px){.app__profile-item{width:350px}}.line{font-size:medium;-webkit-text-decoration:line-through #000;text-decoration:line-through #000}.app__footer{flex:1 1;flex-direction:column;width:100%}.app__footer h2{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(145deg,#fff 65%,hsla(0,0%,100%,.43));box-shadow:0 0 20px rgba(0,0,0,.1);text-shadow:0 1px rgba(0,0,0,.07)}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap-reverse;justify-content:space-evenly;margin:4rem 2rem 2rem;width:60%}.app__footer-cards .app__footer-card{align-items:center;background-color:var(--secondary);border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:1rem;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:40px}.app__footer-cards .app__footer-card p{font-weight:600}.app__footer-cards .app__footer-card a{font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 10px var(--primary)}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width:768px){.app__footer-cards{width:100%}}.app__footer-cards .app__footer-card:last-child{background-color:var(--secondary)}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 0 10px var(--primary)}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{background-color:var(--primary);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .3S ease-in-out;width:100%}.app__footer-form div input,.app__footer-form div textarea{background-color:var(--primary);border:none;border-radius:7px;color:var(--secondary);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 10px var(--primary)}.app__footer-form button{background-color:var(--primary);border:none;border-radius:10px;color:var(--secondary);cursor:pointer;font-family:var(--font-base);font-weight:600;margin:2rem 0 0;outline:none;padding:1rem 2rem}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}.copyright{bottom:0;padding:2rem;position:static;right:0}@media screen and (max-width:450px){.copyright{font-weight:100}}#home .app__wrapper{padding:0}.app__header{flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@media screen and (min-width:2000px){.app__header{padding-top:8rem}}@media screen and (max-width:1200px){.app__header{flex-direction:column}}@media screen and (max-width:450px){.app__header{padding:6rem 1rem 2rem}.app__header .app__header-circles div:nth-child(2){margin:1rem}.app__header .app__header-circles{align-items:center;justify-content:center}}@media screen and (max-width:768px){.app__header .app__header-circles div:nth-child(2){margin:2rem}.app__header .app__header-circles,.app__header .app__header-img{align-items:center;justify-content:center}}.app__header-info{display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start}@media screen and (max-width:2000px){.app__header-info{margin-right:0;width:100%}}.app__header-badge{align-items:center;display:flex;flex:1 1;flex-direction:column;height:100vh;justify-content:center;width:50vw;z-index:1}.app__header-badge div:nth-child(2){margin:1.75rem 0}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(145deg,#fff 65%,hsla(0,0%,100%,.43));border:var(--primary);border-radius:15px;box-shadow:0 0 20px rgba(0,0,0,.1);flex-direction:row;letter-spacing:-.2px;line-height:1.08;padding:1rem 0;text-shadow:0 1px rgba(0,0,0,.07);width:auto}.app__header-badge .badge-cmp h1,.app__header-badge .tag-cmp h1{color:var(--text);font-size:4rem;text-align:center;text-transform:uppercase;width:100%}.app__header-badge .tag-cmp{flex-direction:column}.app__header-badge .tag-cmp p{color:var(--text);font-size:1rem;text-align:center;text-transform:uppercase;width:100%}.app__header-badge button{background-color:var(--primary);border:none;border-radius:10px;color:var(--white-color);cursor:pointer;display:none;font-family:var(--font-base);font-size:large;font-weight:600;margin:1rem 0 0;outline:none;padding:1rem 2rem;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;z-index:1}@media screen and (max-width:900px){.app__header-badge button{display:block;margin:2rem 0;text-align:center;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}}@media screen and (max-width:1200px){.app__header-badge{flex-direction:row;flex-wrap:wrap;margin-left:0;width:100%}.app__header-badge div{margin:1rem}}@media screen and (min-width:2000px){.app__header-badge div:nth-child(2){height:auto;width:auto}.app__header-badge div:nth-child(3){height:170px;width:170px}.app__header-badge div:first-child{font-size:x-large;height:auto;width:auto}}.arrow{cursor:pointer;opacity:0;position:relative;top:30%}@media screen and (max-width:800px){.arrow{display:none}}.arrow-first{-webkit-animation:arrow-movement 2s ease-in-out infinite;animation:arrow-movement 2s ease-in-out infinite}.arrow-second{-webkit-animation:arrow-movement 2s ease-in-out 1s infinite;animation:arrow-movement 2s ease-in-out 1s infinite}.arrow:after,.arrow:before{background:#fff;content:"";display:block;height:3px;left:0;position:absolute;top:0;width:30px}.arrow:before{-webkit-transform:rotate(45deg) translateX(-23%);transform:rotate(45deg) translateX(-23%);-webkit-transform-origin:top left;transform-origin:top left}.arrow:after{-webkit-transform:rotate(-45deg) translateX(23%);transform:rotate(-45deg) translateX(23%);-webkit-transform-origin:top right;transform-origin:top right}@-webkit-keyframes arrow-movement{0%{opacity:0;top:25%}70%{opacity:1}to{opacity:0}}@keyframes arrow-movement{0%{opacity:0;top:25%}70%{opacity:1}to{opacity:0}}.hide-arrow{display:none}.flicker{color:rgba(45,45,45,.101);font-size:3rem!important;text-align:center;text-transform:uppercase;width:100%}.flicker:before{-webkit-animation:flicker 3s linear infinite;animation:flicker 3s linear infinite;color:#bdbdbd;content:attr(data-heading);position:absolute;text-align:center;text-shadow:none;z-index:5}@-webkit-keyframes flicker{0%,19.999%,22%,62.999%,64%,64.999%,70%,to{opacity:.99;text-shadow:-1px -1px 0 hsla(0,0%,100%,.4),1px -1px 0 hsla(0,0%,100%,.4),-1px 1px 0 hsla(0,0%,100%,.4),1px 1px 0 hsla(0,0%,100%,.4),0 -2px 8px,0 0 2px,0 0 5px #bdbdbd,0 0 2px var(--primary),0 0 2px #bdbdbd,0 2px 2px var(--secondary)}20%,21.999%,63%,63.999%,65%,69.999%{opacity:.4;text-shadow:none}}@keyframes flicker{0%,19.999%,22%,62.999%,64%,64.999%,70%,to{opacity:.99;text-shadow:-1px -1px 0 hsla(0,0%,100%,.4),1px -1px 0 hsla(0,0%,100%,.4),-1px 1px 0 hsla(0,0%,100%,.4),1px 1px 0 hsla(0,0%,100%,.4),0 -2px 8px,0 0 2px,0 0 5px #bdbdbd,0 0 2px var(--primary),0 0 2px #bdbdbd,0 2px 2px var(--secondary)}20%,21.999%,63%,63.999%,65%,69.999%{opacity:.4;text-shadow:none}}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills h2{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(145deg,#fff 65%,hsla(0,0%,100%,.43));box-shadow:0 0 20px rgba(0,0,0,.1);text-shadow:0 1px rgba(0,0,0,.07)}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-start;margin-right:5rem}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .3s ease-in-out}.app__skills-item div{background-color:var(--secondary);border-radius:50%;height:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 10px var(--primary)}@media screen and (min-width:2000px){.app__skills-item div{height:150px;height:70px;width:150px;width:70px}}.app__skills-item p{font-weight:500;margin-top:.5rem}@media screen and (min-width:2000px){.app__skills-item{margin-top:1rem 2rem}.app__skills-item p{margin-top:1rem}}.head-text-experince{color:var(--black-color);font-size:2.75rem;font-weight:800;margin-top:3rem;text-align:center;text-transform:capitalize}.head-text-experince span{color:var(--secondary)}@media screen and (min-width:2000px){.head-text-experince{font-size:4rem}}@media screen and (max-width:450px){.head-text-experince{font-size:2rem}}.app__skills-exp{align-content:stretch;align-items:flex-end;display:flex;flex:1 1;flex-direction:column-reverse;flex-wrap:wrap;justify-content:space-evenly}@media screen and (max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-work{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__skills-exp-works .app__skills-exp-work h4{font-weight:400}.app__skills-exp-works .app__skills-exp-work p{color:var(--primary);font-weight:400;margin-top:5px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{color:var(--primary);font-weight:800}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{background-color:var(--text);border-radius:5px;box-shadow:0 0 10px var(--primary);color:var(--secondary);line-height:1.5;max-width:300px;opacity:1;padding:1rem;text-align:center}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.75rem;line-height:2;max-width:500px}}.app__works{flex:1 1;flex-direction:column;width:100%}.app__works h2{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(145deg,#fff 65%,hsla(0,0%,100%,.43));box-shadow:0 0 20px rgba(0,0,0,.1);text-shadow:0 1px rgba(0,0,0,.07)}.app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease-in-out}.app__work-filter .app__work-filter-item:hover{background-color:var(--secondary);color:#fff}@media screen and (min-width:2000px){.app__work-filter .app__work-filter-item{border-radius:.85rem;padding:1rem 2rem}}.app__work-filter .item-active{background-color:var(--secondary);color:#fff}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{background-color:var(--secondary);border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 10px var(--primary)}@media screen and (min-width:2000px){.app__work-portfolio .app__work-item{border-radius:.75rem;height:auto;padding:1.25rem;width:400px}}@media screen and (max-width:300px){.app__work-portfolio .app__work-item{margin:1rem;width:100%}}.app__work-img{height:230px;position:relative;width:100%}.app__work-img img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-hover{border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.app__work-hover,.app__work-hover div{background-color:rgba(0,0,0,.5);transition:all .3s ease}.app__work-hover div{border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;width:50px}.app__work-hover div svg{color:var(--white-color);height:50%;width:50%}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{line-height:1.5;margin-top:1rem}.app__work-content .app__work-tag{background-color:var(--secondary);border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app{--grey-light:#f2f7f9;--grey:#ecedf3;--black:#080808;--black-blue:#1f2029;cursor:none;font-family:var(--font-base)}.app__navbar{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(28,28,28,.25);border:.5px solid hsla(0,0%,100%,.18);display:flex;justify-content:space-between;padding:1rem;position:fixed;width:100%;z-index:2}.app__navbar .app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar .app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar .app__navbar-links li div{background:transparent;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.app__navbar .app__navbar-links li a{color:var(--text);flex-direction:column;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar .app__navbar-links li a:hover{color:var(--accent)}.app__navbar .app__navbar-links li:hover div{background:var(--accent)}@media screen and (max-width:900px){.app__navbar .app__navbar-links{display:none}}.app__navbar button{background-color:var(--primary);border:none;border-radius:10px;color:#000;cursor:pointer;font-family:var(--font-base);font-size:.8rem;font-weight:600;margin:0;outline:none;padding:1rem 1.5rem;text-align:left;transition:box-shadow .1s ease-in-out;z-index:1}.app__navbar button:hover{box-shadow:0 0 5px var(--primary)}.app__navbar .app__navbar-menu{align-items:center;background:var(--primary);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar .app__navbar-menu svg{color:var(--secondary);height:70%;width:70%}.app__navbar .app__navbar-menu div{align-items:flex-end;background-color:var(--background);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px hsla(0,0%,66%,.15);display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:70%;z-index:5}.app__navbar .app__navbar-menu div svg{color:var(--primary);height:35px;margin:.5rem 1rem;width:35px}.app__navbar .app__navbar-menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app__navbar .app__navbar-menu div li{margin:1rem}.app__navbar .app__navbar-menu div li a{color:var(--text);font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar .app__navbar-menu div li a:hover{color:var(--accent)}@media screen and (min-width:900px){.app__navbar .app__navbar-menu,.app__navbar .app__navbar-menu div{display:none}}.cursor{height:2.5rem;left:0;pointer-events:none;position:fixed;top:0;width:2.5rem;z-index:2}@media only screen and (max-width:600px){.cursor{display:none}}.cursor div{display:grid;place-items:center;position:absolute}.cursor div div{-webkit-animation:pulse 2.5s linear infinite;animation:pulse 2.5s linear infinite;border:1px solid #fff;border-radius:50%;box-shadow:0 0 50px 5px var(--accent)}.cursor div:first-child,.cursor div:nth-child(2){height:100%;width:100%}.cursor div:first-child{transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.cursor div:nth-child(2){transition:-webkit-transform .1s ease-out;transition:transform .1s ease-out;transition:transform .1s ease-out,-webkit-transform .1s ease-out}.cursor div:nth-child(2) div{background:#fff;border-radius:50%;height:4px;width:4px}[data-animate=true]{opacity:0}.animate-slide-down{-webkit-animation:slide-down .3s ease-out forwards;animation:slide-down .3s ease-out forwards}@-webkit-keyframes pulse{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.25;-webkit-transform:scale(1.25);transform:scale(1.25)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.25;-webkit-transform:scale(1.25);transform:scale(1.25)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-150%);transform:translateY(-150%)}to{opacity:1;-webkit-transform:translateY(var(--slide-translate-y));transform:translateY(var(--slide-translate-y))}}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-150%);transform:translateY(-150%)}to{opacity:1;-webkit-transform:translateY(var(--slide-translate-y));transform:translateY(var(--slide-translate-y))}}@-webkit-keyframes jumbo{0%{background-position:50% 50%,50% 50%}to{background-position:350% 50%,350% 50%}}@keyframes jumbo{0%{background-position:50% 50%,50% 50%}to{background-position:350% 50%,350% 50%}}.jumbo{--stripes:repeating-linear-gradient(100deg,#fff,#fff 7%,transparent 10%,transparent 12%,#fff 16%);--stripesDark:repeating-linear-gradient(100deg,#000,#000 7%,transparent 10%,transparent 12%,#000 16%);--rainbow:repeating-linear-gradient(100deg,#60a5fa 10%,#313bac 15%,#60a5fa 20%,#5eead4 25%,#60a5fa 30%);background-image:var(--stripes),var(--rainbow);background-position:50% 50%,50% 50%;background-size:300%,200%;-webkit-filter:blur(10px) invert(100%);filter:blur(10px) invert(100%);height:100vh;inset:10px;margin-right:-10px;margin-top:-10px;mask-image:radial-gradient(ellipse at 100% 0,#000 40%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at 100% 0,#000 40%,transparent 70%);opacity:50%;overflow:hidden;pointer-events:none;position:absolute;z-index:0}@media screen and (max-width:600px){.jumbo{display:none}}.jumbo:after{-webkit-animation:jumbo 60s linear infinite;animation:jumbo 60s linear infinite;background-attachment:fixed;background-image:var(--stripesDark),var(--rainbow);background-size:200%,100%;content:"";-webkit-filter:blur(10px) opacity(50%) saturate(200%);filter:blur(10px) opacity(50%) saturate(200%);inset:0;mix-blend-mode:difference;position:absolute}.hide-jumbo{display:none}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{color:var(--text);text-transform:uppercase}.head-text{color:var(--text);font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize}.head-text span{-webkit-text-fill-color:transparent;-webkit-background-clip:text}@media screen and (min-width:2000px){.head-text{font-size:3rem}}@media screen and (max-width:450px){.head-text{font-size:2rem}}.p-text{color:var(--primary);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.1rem}}.bold-text{color:var(--text);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:1.1rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem;position:-webkit-sticky;position:sticky;top:0}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--secondary);border:1px solid var(--secondary);border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--primary);height:15px;width:15px}.app__social div:hover{background-color:var(--primary);border-color:var(--primary)}.app__social div:hover svg{color:var(--secondary)}@media screen and (min-width:2000px){.app__social div{height:50px;margin:.5rem 0;width:50px}.app__social div svg{height:20px;width:20px}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem;position:-webkit-sticky;position:sticky;top:0}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--accent)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:450px){.app__navigation{display:none}}.fixed-position{bottom:0;position:fixed;right:0}.socials{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:flex-end;left:0;padding:1rem;position:fixed;z-index:2}.progress-wrap{border-radius:50px;bottom:15px;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.2);cursor:pointer;display:block;height:46px;opacity:0;position:fixed;right:50px;-webkit-transform:translateY(15px);transform:translateY(15px);transition:all .2s linear;visibility:hidden;width:46px;z-index:10000}.progress-wrap.active-progress{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}.progress-wrap:after{color:var(--grey);content:"↑";cursor:pointer;display:block;font-family:Satoshi,sans-serif;font-size:24px;height:46px;left:0;line-height:46px;position:absolute;text-align:center;top:0;transition:all .2s linear;width:46px;z-index:1}.progress-wrap:hover:after{opacity:0}.progress-wrap:before{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-image:linear-gradient(298deg,var(--primary),var(--accent));content:"↑";cursor:pointer;display:block;font-family:Satoshi,sans-serif;font-size:24px;height:46px;left:0;line-height:46px;opacity:0;position:absolute;text-align:center;top:0;transition:all .2s linear;width:46px;z-index:2}.progress-wrap:hover:before{opacity:1}.progress-wrap svg path{fill:none}.progress-wrap svg.progress-circle path{stroke:var(--grey);stroke-width:4;box-sizing:border-box;transition:all .2s linear}body.light .progress-wrap{box-shadow:inset 0 0 0 2px var(--primary)}body.light .progress-wrap:after{color:var(--black-blue)}body.light .progress-wrap svg.progress-circle path{stroke:var(--black-blue)}:root{--font-base:"Satoshi",sans-serif;--text:#fff;--background:#000;--primary:#bdbdbd;--secondary:#141414;--accent:#313bac;background:#000;background-image:url(/static/media/background.cdc62b39221c275a8eb7.png);background-position:50%;background-size:1090px;bottom:0;left:0;position:absolute;right:0;top:0}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}.star{background:#fff;border-radius:50%;height:3px;overflow:hidden;position:fixed;width:3px;z-index:0}@-webkit-keyframes shooting-star{0%{opacity:0;-webkit-transform:translate(0);transform:translate(0)}10%{opacity:1}to{opacity:0;-webkit-transform:translate(1000px,1000px);transform:translate(1000px,1000px)}}@keyframes shooting-star{0%{opacity:0;-webkit-transform:translate(0);transform:translate(0)}10%{opacity:1}to{opacity:0;-webkit-transform:translate(1000px,1000px);transform:translate(1000px,1000px)}}.star{-webkit-animation:shooting-star 3s linear infinite;animation:shooting-star 3s linear infinite}
/*# sourceMappingURL=main.931e066f.css.map*/