@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");:root{font-family:Geist,sans-serif;font-optical-sizing:auto;font-style:normal;line-height:1.5;scroll-behavior:smooth;color-scheme:light dark;color:#eae5ec;background-color:var(--backgroundColor);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;user-select:none;-webkit-user-select:none;-moz-user-select:none;--accentColor:#c2a4ff;--backgroundColor:#0b080c;--vh:100vh;--vh:100svh}h1,h2,h3,h4,h5,h6{font-family:Geist,sans-serif}a{color:inherit;text-decoration:inherit}a:hover{color:var(--accentColor)}main{opacity:1;transition:.3s}.main-active{opacity:0;animation:fadeIn 1s 1;animation-fill-mode:forwards}@keyframes fadeIn{to{opacity:1}}body{margin:0;height:auto;background-color:#000;flex-grow:1;--cWidth:calc(100% - 30px);--cMaxWidth:1920px;max-width:100vw;-webkit-overflow-scrolling:touch}body,html{overflow-x:hidden;overflow-y:auto}.main-body{max-width:100vw;overflow-x:hidden;-webkit-overflow-scrolling:touch}.container-main{width:100%}.container-main,.container1{margin:auto;position:relative}.container1{width:var(--cWidth);height:var(--vh)}.split-line{overflow:hidden}.split-h2{white-space:nowrap;flex-wrap:nowrap}.split-h2,.techstack{overflow:hidden;display:flex}.techstack{width:100%;position:relative;height:var(--vh);min-height:100vh;margin:0 auto;padding-top:150px;padding-bottom:150px;background:linear-gradient(180deg,rgba(11,8,12,.95),rgba(11,8,12,.98));background-color:var(--backgroundColor);flex-direction:column;justify-content:center;align-items:center}.techstack:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(194,164,255,.1) 0,transparent 50%),radial-gradient(circle at 80% 50%,rgba(194,164,255,.08) 0,transparent 50%);pointer-events:none;z-index:0}.techstack>*{position:relative;z-index:1}.techstack h2{font-size:80px;text-align:center;position:absolute;width:100%;top:150px;left:0;font-weight:400;text-transform:uppercase;z-index:3;margin:0}@media screen and (min-width:768px){body{--cWidth:94%}}@media screen and (max-width:900px){.techstack h2{font-size:40px}}.loading-screen{position:fixed;width:100vw;height:var(--vh);background-color:#eae5ec;z-index:999999999;display:flex;place-items:center;justify-content:center}.loading-button{padding:20px 50px;border-radius:100px;background-color:#000;overflow:hidden;font-size:18px;font-weight:500;position:relative;z-index:9}.loading-button:before{content:"";background-color:#ffffff;top:var(--mouse-y);left:var(--mouse-x);border-radius:50%;width:60px;height:60px;opacity:1;position:absolute;z-index:99;filter:blur(60px);opacity:0;transform:translate(-50%,-50%)}.loading-button:hover:before{opacity:1}.loading-clicked .loading-button:before{opacity:0}.loading-wrap{--Lsize:145px;padding:6px;position:relative;min-width:0;min-height:0;border-radius:100px;background-color:#000;overflow:hidden;transition:.8s ease-in-out;transition-delay:.2s;box-shadow:0 15px 15px 0 rgba(0,0,0,.2);display:flex;justify-content:center;align-items:center}.loading-clicked{transition-delay:0s;transition-timing-function:cubic-bezier(.33,.11,1,.72);transform:scale(1);min-width:calc(100vw + 5000px);border-radius:5000px;min-height:calc(100vh + 500px);box-shadow:none}.loading-clicked .loading-button{overflow:visible}.loading-hover{background-color:#a87cff;width:250px;height:120px;position:absolute;top:var(--mouse-y);left:var(--mouse-x);border-radius:50%;transform:translate(-50%,-50%);filter:blur(30px);opacity:1;transition:opacity .5s}.loading-wrap:hover .loading-hover{opacity:1}.loading-clicked .loading-hover,.loading-clicked:hover .loading-hover{opacity:0}.loading-content{position:relative;background-color:#000;width:100%;overflow:hidden;transition:.6s;text-transform:uppercase}.loading-content-in,.loading-content2{position:relative;width:var(--Lsize);overflow:hidden}.loading-content2{letter-spacing:2px;text-transform:uppercase;display:flex;justify-content:center;align-items:center;column-gap:10px;text-align:center;transition:1s;max-width:var(--Lsize)}.loading-clicked .loading-content2{opacity:0;transition:.5s}.loading-content span{font-weight:300;position:absolute;top:50%;right:0;transform:translateY(-50%);opacity:.7}.loading-box{position:absolute;right:0;top:50%;transform:translate(100%,-50%);width:15px;height:25px;background-color:white;animation:blink 1s linear infinite}.loading-icon{transform:scale(0);opacity:0;transition:.5s;transition-delay:.5s}.loading-complete .loading-icon{transform:scale(1);opacity:1}.loading-clicked .loading-icon{transition-delay:0s;transition:1s;transform:translateX(200px)}.loading-clicked .loading-content2{overflow:visible}.loading-clicked .loading-content2 span{transition:1s;transform:translateY(100px);opacity:0}.loading-container{position:absolute;width:100%;max-width:var(--Lsize);top:50%;transition:1s;left:50px;z-index:9;transform:translateY(-50%)}.loading-complete .loading-container{max-width:0}.loading-header{width:var(--cWidth);max-width:var(--cMaxWidth);position:fixed;z-index:9999999999;display:flex;justify-content:space-between;box-sizing:border-box;padding:20px 0;left:50%;transform:translateX(-50%);top:0;color:var(--backgroundColor)}.loader-title{font-weight:700;font-size:14px;letter-spacing:.2px;display:inline-flex;align-items:center}.loader-logo-image{width:120px;height:auto;display:block}@keyframes blink{0%{opacity:0}25%{opacity:1}75%{opacity:1}to{opacity:0}}.loading-complete .loading-box{animation:blinkDone .3s forwards;animation-delay:1s;opacity:1}@keyframes blinkDone{to{opacity:0}}.loaderGame-container{width:200px;transition:.3s;height:100px;overflow:hidden;position:relative;transform:scale(.4);transform-origin:top right}.loader-out .loaderGame-container{opacity:0}.loaderGame-in{width:1200px;position:absolute;overflow:hidden;left:0;animation:loaderGame 7s linear infinite}@keyframes loaderGame{0%{transform:translateX(0)}to{transform:translateX(-300px)}}.loaderGame-line{float:left;margin:0 20px 40px;position:relative;width:10px;height:60px;background-color:#000;display:block}.loaderGame-line:nth-child(2n){margin-top:40px;margin-bottom:0}.loaderGame-ball{position:absolute;left:20%;top:0;width:15px;height:15px;border-radius:50%;background-color:#a87cff;animation:ball25 7s infinite;transform:translateY(10px);animation-timing-function:cubic-bezier(.3,1.18,.63,1.28)}.loading-marquee{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);color:var(--backgroundColor);font-size:60px;font-weight:600;text-transform:uppercase}.loading-marquee span{padding:0 50px;position:relative}.loading-marquee span:before{content:"";width:20px;height:20px;background-color:var(--backgroundColor);position:absolute;top:50%;border-radius:50px;left:0;transform:translate(-50%,-50%)}@keyframes ball25{0%{transform:translateY(70px)}15%{transform:translateY(10px)}30%{transform:translateY(70px)}45%{transform:translateY(10px)}67%{transform:translateY(70px)}80%{transform:translateY(10px)}90%{transform:translateY(70px)}to{transform:translateY(70px)}}@media only screen and (min-width:1400px){.loading-wrap{--Lsize:210px}.loading-button{padding:30px 70px;font-size:25px}.loading-container{left:70px}.loading-marquee{font-size:100px}}@media only screen and (min-width:500px){.loading-header{padding:20px 0}.loader-title{font-size:16px}.loader-logo-image{width:145px}}@media only screen and (min-width:1200px){.loading-header{padding:35px 0}.loader-title{font-size:18px}.loader-logo-image{width:170px}}@media only screen and (max-width:1024px){.loading-header,.loading-screen{display:none!important}}.about-section{display:flex;align-items:center;justify-content:left;place-items:center;position:relative;opacity:1;height:auto;width:var(--cWidth);margin:auto}.about-me{padding:40px 0 0;width:100%;max-width:calc(100% - 15px)}.about-me h3{font-size:18px;text-transform:uppercase;letter-spacing:4px;font-weight:400;color:var(--accentColor);margin-bottom:15px}.about-me p{font-size:20px;font-weight:600;line-height:26px;letter-spacing:.5px;word-spacing:2px}.about-me .split-word{display:inline-block;margin-right:.3em}.about-me .split-line{display:block}@media only screen and (min-width:600px){.about-section{justify-content:center}.about-me{width:500px}.about-me h3{font-size:22px;letter-spacing:6px}.about-me p{font-size:28px;line-height:32px}}@media only screen and (min-width:768px){.about-me{width:500px;max-width:calc(100% - 70px);transform:translateY(0)}.about-me h3{font-size:25px;letter-spacing:7px}.about-me p{font-size:33px;line-height:36px}.about-section{opacity:1}}@media only screen and (min-width:1025px){.about-section{width:var(--cWidth);justify-content:right;max-width:1920px;height:var(--vh);padding:0;opacity:1}.about-me{padding:0;width:50%}.about-me p{font-size:1.9vw;line-height:2.3vw}}@media only screen and (min-width:1950px){.about-me p{font-size:2.5rem;line-height:2.7rem}}.career-section{display:flex;flex-direction:column;align-items:center;place-items:center;justify-content:center;position:relative;opacity:1;height:auto;margin:auto auto 250px;padding:120px 0}.career-section h2{font-size:70px;line-height:70px;font-weight:400;text-align:center;background:linear-gradient(0deg,#7f40ff,#ffffff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;margin-top:50px;margin-bottom:90px}.career-section h2>span{font-family:Geist,sans-serif;font-weight:300}.career-info{position:relative;display:flex;flex-direction:column;margin:0 auto}.career-info-box{display:flex;justify-content:space-between;margin-bottom:50px}.career-info-box p{width:40%;font-size:14px;font-weight:300;margin:0;line-height:20px}.career-info-in{display:flex;width:40%;justify-content:space-between;gap:50px}.career-info h3{font-size:48px;margin:0;font-weight:500;line-height:45px}.career-info h4{font-size:33px;line-height:30px;letter-spacing:.8px;font-weight:500;margin:0}.career-info h5{font-weight:400;letter-spacing:.7px;font-size:20px;text-transform:capitalize;margin:10px 0;color:var(--accentColor)}.career-timeline{position:absolute;top:-50px;left:50%;transform:translateX(-50%);width:3px;height:100%;background-image:linear-gradient(to top,#aa42ff 20%,var(--accentColor) 50%,transparent 95%);max-height:0}.career-dot{position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);background-color:#aa42ff;width:10px;height:10px;border-radius:50px;box-shadow:0 0 5px 2px #d29bff,0 0 15px 8px #d097ff,0 0 110px 20px #f2c0ff;animation:timeline .8s linear infinite forwards}@keyframes timeline{10%,20%,50%,70%,90%{box-shadow:0 0 5px 2px #d29bff}0%,10%,30%,64%,80%,to{box-shadow:0 0 5px 2px #d29bff,0 0 15px 5px #d097ff,0 0 110px 20px #f2c0ff}}@keyframes timeline2{0%{box-shadow:0 0 5px 2px #d29bff}to{box-shadow:0 0 5px 2px #d29bff,0 0 15px 5px #d097ff,0 0 110px 20px #f2c0ff}}@media only screen and (max-width:1400px){.career-section h2{font-size:50px;line-height:50px}.career-info h4{font-size:22px;line-height:24px;width:180px}.career-info h5{font-size:17px}.career-info h3{font-size:40px}.career-info-box p{font-size:14px}.career-info-in{width:45%;gap:20px}.career-info-box p{width:45%}}@media only screen and (min-width:600px) and (max-width:767px){.career-section h2{font-size:42px;line-height:44px}.career-info h3{font-size:36px}.career-info h4{font-size:20px}}@media only screen and (min-width:768px) and (max-width:1024px){.career-section h2{font-size:48px;line-height:48px}.career-info h3{font-size:38px}}@media only screen and (max-width:1025px){.career-section{padding:100px 0 70px;margin-top:0;margin-bottom:0}}@media only screen and (max-width:900px){.career-info-box{flex-direction:column;gap:10px;margin-bottom:70px}.career-info-box p,.career-info-in{width:100%;padding-left:10%;box-sizing:border-box}.career-timeline{left:0}.career-container{width:calc(100% - 25px)}}@media only screen and (max-width:600px){.career-info{margin:0}.career-section h2{width:100%;font-size:45px;line-height:45px;margin-top:0}.career-info-in{gap:0}.career-info h3{font-size:33px}.career-info-box p,.career-info-in{padding-left:5%}.career-section{padding-top:90px;margin-top:0;align-items:start;place-items:inherit;justify-content:left}}.contact-section{padding-bottom:150px;margin:0 auto auto;position:relative;z-index:1;background-color:var(--backgroundColor);min-height:60vh;display:flex;flex-direction:column;justify-content:flex-start}.contact-section h3{font-size:32px;font-weight:400;text-transform:uppercase;margin:0 0 30px}.contact-flex{display:flex;justify-content:space-between}.contact-flex h4{font-weight:500;margin:0;opacity:.6;font-size:14px}.contact-box{display:flex;flex-direction:column}.contact-flex p{margin-top:8px;margin-bottom:15px;font-size:14px}a.contact-social{font-size:16px;border-bottom:1px solid #ccc;margin-bottom:8px}.contact-box h2{font-weight:400;font-size:16px;margin:0;line-height:22px}.contact-box h2>span{color:var(--accentColor)}.contact-box h5{font-size:14px;font-weight:500;line-height:14px;display:flex;gap:8px;opacity:.5}@media only screen and (min-width:600px){.contact-section h3{font-size:40px}.contact-box h2,a.contact-social{font-size:18px}.contact-flex h4,.contact-flex p{font-size:15px}}@media only screen and (min-width:900px){.contact-section h3{font-size:48px}.contact-box h2{font-size:20px}a.contact-social{font-size:22px}}@media only screen and (min-width:1300px){.contact-section h3{font-size:55px}.contact-box h2{font-size:22px}a.contact-social{font-size:24px}}@media only screen and (min-width:1600px){.contact-section h3{font-size:60px;margin-bottom:40px}.contact-box h2{font-size:23px}a.contact-social{font-size:25px}.contact-flex p{margin-top:10px;margin-bottom:20px}.contact-box h5{font-size:20px;line-height:20px;gap:10px}}@media only screen and (max-width:900px){.contact-flex{flex-direction:column;gap:40px}.contact-flex p{margin-bottom:0}.contact-flex h4{margin-top:20px}.contact-section{margin-top:50px;padding-bottom:50px}.contact-container{width:calc(100% - 25px)}}.cursor-main{--size:50px;position:fixed;top:calc(var(--size) / -2);left:calc(var(--size) / -2);width:var(--size);height:var(--size);border-radius:50px;pointer-events:none;z-index:99;background-color:#e6c3ff;box-shadow:0 0 30px 0 rgb(175,131,255);mix-blend-mode:difference;transition:top .3s ease-out,left .3s ease-out,width .3s ease-out,height .3s ease-out}.cursor-icons{top:10px;left:10px;height:calc(var(--cursorH) - 20px);transition:all .5s ease-out,height .5s ease-in-out}.cursor-disable{--size:0px}@media (hover:none),(max-height:849px),(max-width:1499px),(pointer:coarse),(prefers-reduced-motion:reduce){.cursor-main{--size:0px!important;display:none}}.mobile-photo{display:none}@media only screen and (max-width:1024px){.character-model{display:none!important}.landing-container,.landing-section{height:auto!important;min-height:100vh;max-width:100vw;box-sizing:border-box;display:flex;flex-direction:column;padding:0 15px 40px}.landing-intro{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;padding-top:40px;margin-bottom:20px;z-index:10;text-align:center;width:100%!important;order:1;height:auto!important}.landing-intro h1{word-spacing:.1em;font-size:32px!important;line-height:1.2!important;margin:0}.landing-intro h1 br{display:block;content:" ";margin-bottom:5px}.landing-info{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;text-align:center;margin-top:20px;z-index:10;background:transparent;padding-bottom:50px;display:flex;flex-direction:column;align-items:center;gap:10px;height:auto!important;width:100%!important;order:3}.landing-info h3{text-align:center;display:none}.landing-h2-1,.landing-h2-info,.landing-info h2,h2.landing-info-h2{position:static!important;display:block;width:auto;margin:0!important;font-size:20px!important;line-height:1.5!important;white-space:normal;text-align:center;height:auto!important;transform:none!important}.landing-h2-1{font-size:24px!important;color:var(--accentColor);font-weight:700}.landing-h2-info{font-size:18px!important;color:rgba(255,255,255,.9)}.landing-info-h2:after{display:none}.mobile-photo{display:block;position:relative!important;width:100%;max-width:380px;margin:0 auto;z-index:1;order:2;-webkit-mask-image:linear-gradient(180deg,black 85%,transparent);mask-image:linear-gradient(180deg,black 85%,transparent);pointer-events:none;transform:none!important}.mobile-photo img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 0 40px rgba(194,164,255,.4))}}.landing-section{width:100%;height:var(--vh)}.landing-container,.landing-section{max-width:var(--cMaxWidth);margin:auto;position:relative}.landing-container{width:var(--cWidth);height:100%}.landing-circle1{z-index:15;width:300px;height:300px;background-color:#fb8dff;box-shadow:inset -50px 40px 50px rgba(84,0,255,.6);filter:blur(60px);border-radius:50%;animation:loadingCircle 5s linear infinite}.landing-circle1,.nav-fade{top:0;left:0;position:fixed}.nav-fade{width:100%;height:130px;background-image:linear-gradient(0deg,transparent,var(--backgroundColor) 70%);pointer-events:none;z-index:12;opacity:0}@keyframes loadingCircle{0%{transform:translate(-95%,-75%) rotate(0deg)}to{transform:translate(-95%,-75%) rotate(1turn)}}.landing-circle2{top:50%;right:0;transform:translate(calc(100% - 2px),-50%);z-index:9;position:fixed;display:none;width:300px;height:300px;background-color:#fb8dff;box-shadow:inset -50px 40px 50px rgba(84,0,255,.6);filter:blur(50px);border-radius:50%;animation:loadingCircle2 5s linear infinite}@keyframes loadingCircle2{to{transform:translate(calc(100% - 2px),-50%) rotate(1turn)}}.landing-image,.landing-video{position:absolute;bottom:0;height:95%;left:50%;transform:translateX(-50%)}.landing-image img{height:100%;z-index:2;position:relative}.character-rim{position:absolute;width:400px;height:400px;z-index:1;background-color:#f59bf8;transform:translate(-50%,36%) scaleX(1.4);box-shadow:inset 66px 35px 85px 0 rgba(85,0,255,.65);filter:blur(50px);border-radius:50%;top:50%;left:50%;transform:translate(-50%,100%) scale(1.4);opacity:0}.character-model{height:80%;height:80vh;max-width:1920px;max-height:1080px;width:100%;z-index:0;bottom:50px;pointer-events:inherit}.character-model,.character-model:after{position:absolute;transform:translateX(-50%);left:50%}.character-model:after{content:"";width:100vw;height:250px;background-image:linear-gradient(to bottom,transparent,var(--backgroundColor) 70%);bottom:-50px;z-index:9}.character-model:before{content:"";width:100vw;height:700px;background-color:var(--backgroundColor);top:100%;left:50%;transform:translateX(-50%);z-index:9;position:absolute}.character-loaded .character-rim{animation:backlight 3s forwards;animation-delay:.3s;opacity:0}.character-model canvas{position:relative;pointer-events:none;z-index:2}.character-hover{position:absolute;width:280px;height:280px;top:50%;left:50%;z-index:3;transform:translate(-50%,-50%);border-radius:50%}.landing-intro{position:absolute;z-index:9;top:5%;left:0}.landing-intro h2{margin:0;color:var(--accentColor);font-size:22px;font-weight:300;letter-spacing:2px}.landing-intro h1{margin:0;letter-spacing:2px;font-size:28px;line-height:28px;font-weight:500;font-family:Geist,sans-serif}.landing-info{position:absolute;right:50%;transform:translateX(50%);bottom:40px;top:inherit;z-index:9}.landing-info h3{font-size:22px;letter-spacing:2px;font-weight:300;color:var(--accentColor);margin:0}.landing-info h2{margin:-20px 0 0 20px;font-family:Geist,sans-serif;font-weight:600;font-size:28px;line-height:40px;position:relative;display:flex;flex-wrap:nowrap;text-transform:uppercase;letter-spacing:2px}.landing-h2-info,.landing-info h2{white-space:nowrap}.landing-h2-info-1{position:absolute;top:0;white-space:nowrap}h2.landing-info-h2{color:#c481ff;font-size:36px;width:150%;font-family:Geist,sans-serif;font-weight:600;position:relative;margin:0 0 0 -5px}.landing-h2-2{position:absolute;top:0;white-space:nowrap}.landing-info-h2:after{content:"";position:absolute;width:100%;height:120%;z-index:3;background-image:linear-gradient(0deg,var(--backgroundColor) 40%,rgba(0,0,0,0) 110%);top:0;left:0}@media screen and (min-width:500px){.landing-circle2{display:block}.character-model{z-index:0}.landing-info h3,.landing-intro h2{font-size:18px}.landing-intro h1{font-size:30px;line-height:30px}.landing-info h2{font-size:35px;line-height:40px}h2.landing-info-h2{font-size:38px}}@media screen and (min-width:768px){.character-model{height:80vh}.landing-intro h2{font-size:25px}.landing-intro h1{font-size:40px;line-height:35px}.landing-info h3{font-size:25px}.landing-info h2{font-size:45px;line-height:42px}h2.landing-info-h2{font-size:55px}}@media screen and (min-width:1025px){.character-model{height:100vh;bottom:0;z-index:11;position:fixed}.character-model:after,.character-model:before{display:none}.landing-intro{top:40%;left:auto;right:66%;transform:translateY(-50%)}.landing-info{bottom:auto;top:51%;z-index:inherit;text-align:left;transform:translateY(-50%);right:auto;left:66%}}@media screen and (min-width:1200px){.landing-intro{top:40%;left:auto;right:70%;transform:translateY(-50%)}.landing-info{bottom:auto;top:51%;z-index:inherit;text-align:left;transform:translateY(-50%);right:auto;left:70%}}@media screen and (min-width:1600px){.landing-intro h2{font-size:35px}.landing-intro h1{font-size:60px;line-height:55px}.landing-info h3{font-size:35px}.landing-info h2{font-size:65px;line-height:62px}h2.landing-info-h2{font-size:75px}}.hover-link{position:relative;display:flex;text-wrap:nowrap;overflow:hidden}.hover-in{position:relative;transition:.3s}.hover-in div{display:flex;position:absolute;top:100%;left:0}.hover-link:hover .hover-in{transform:translateY(-100%);color:var(--accentColor)}.header{display:flex;max-width:var(--cMaxWidth);width:var(--cWidth);justify-content:space-between;padding:15px 0;margin-bottom:-80px;box-sizing:border-box;position:fixed;left:50%;transform:translateX(-50%);top:0;z-index:9999}.header ul{font-size:11px;display:flex;flex-direction:column;margin:0;padding:0;list-style:none;column-gap:20px;row-gap:6px;align-items:end}.header ul li{margin-left:0;letter-spacing:.8px;color:#ccc;font-weight:600;cursor:pointer}.navbar-connect{position:absolute;display:none;left:50%;top:50%;transform:translate(-50%,-50%);font-size:13px;letter-spacing:.8px;font-weight:500}.navbar-title{font-weight:700;font-size:13px;letter-spacing:.2px;display:inline-flex;align-items:center}.navbar-logo-image{width:120px;height:auto;display:block}@media only screen and (min-width:500px){.header{padding:20px 0}.header ul{flex-direction:row;align-items:center;font-size:14px}.header ul li{color:#eae5ec}.navbar-title{font-size:16px}.navbar-logo-image{width:145px}}@media only screen and (min-width:900px){.navbar-connect{display:block}}@media only screen and (min-width:1200px){.header{padding:35px 0}.header ul{column-gap:80px}.header ul,.navbar-connect{font-size:16px}.navbar-title{font-size:18px}.navbar-logo-image{width:170px}}.icons-section{position:fixed;max-width:var(--cMaxWidth);width:var(--cWidth);bottom:0;z-index:99;left:50%;transform:translateX(-50%)}.social-icons{position:absolute;left:-20px;bottom:20px;display:none;flex-direction:column;gap:8px;z-index:999;padding:10px}.social-icons:hover{transition:.3s}.social-icons a:hover,.social-icons:hover{color:var(--backgroundColor)}.social-icons span{width:50px;height:50px;position:relative;display:flex}.social-icons a{--siLeft:50%;--siTop:50%;position:absolute;left:var(--siLeft,50%);top:var(--siTop,50%);transform:translate(-50%,-50%);display:flex;font-size:23px;will-change:left,top;transition:transform .3s ease-out}.resume-button{position:absolute;z-index:99;display:flex;gap:5px;bottom:40px;right:0;width:auto;text-wrap:nowrap;letter-spacing:4px;font-size:15px;line-height:15px;font-weight:600;color:#5e5e5e;cursor:pointer;transition:.5s;transform-origin:left bottom;transform:translateX(100%) rotate(-90deg)}.resume-button:hover{color:#fff}div.resume-button span{color:#fff;font-size:17px;margin-top:-1px;display:flex;align-items:center}.check-line{position:fixed;top:655px;left:0;height:1px;background-color:#ffffff;width:100%;z-index:99999}@media only screen and (min-width:900px){.social-icons{display:flex;gap:20px}.social-icons a{font-size:28px}}@media only screen and (min-width:768px){.resume-button{transform:none;font-size:20px;line-height:20px}div.resume-button span{font-size:23px;margin-top:-1.5px}}.whatIDO{display:flex;align-items:center;place-items:center;opacity:1;height:100vh;width:var(--cWidth);max-width:1920px;margin:auto}.what-box,.whatIDO{justify-content:center;position:relative;z-index:9}.what-box{width:50%;display:flex}.what-box h2{font-size:calc(4vw + 25px);line-height:calc(4vw + 20px);font-weight:600;margin-right:10%;margin-bottom:100px}.hat-h2{font-style:italic}.do-h2{color:var(--accentColor)}.what-box-in{flex-direction:column;height:500px;margin-left:200px;position:relative;display:flex}.what-content{width:450px;height:33%;min-height:50%;transition:.5s;position:relative;padding:50px;box-sizing:border-box}.what-content-active,.what-noTouch:hover{min-height:67%;padding:40px 50px}.what-box-in:hover .what-noTouch:not(:hover),.what-content.what-sibling,.what-noTouch:hover~.what-content{min-height:33%;padding:10px 50px}.what-content h3{font-size:35px;letter-spacing:1px;margin:0}.what-content p{font-size:14px;line-height:18px;font-weight:200;letter-spacing:.7px}.what-content h4{font-weight:300;letter-spacing:1px;margin:0;font-size:14px;opacity:.3}.what-content-in{opacity:0;animation:whatFlicker .5s 1 forwards;animation-delay:1s}@keyframes whatFlicker{0%,25%,35%,60%{opacity:0}30%,40%,50%,to{opacity:1}}.what-content:after,.what-content:before,.what-corner:after,.what-corner:before{content:"";width:10px;height:10px;position:absolute;border:4px solid #fff;opacity:0;animation:whatCorners .2s 1 forwards;animation-delay:.5s}@keyframes whatCorners{to{opacity:1}}.what-content:before{top:-2px;left:-2px;border-right:none;border-bottom:none}.what-corner:before{top:-2px;right:-2px;border-left:none;border-bottom:none}.what-content:after{bottom:-2px;left:-2px;border-top:none;border-right:none}.what-corner:after{bottom:-2px;right:-2px;border-left:none;border-top:none}.what-arrow{position:absolute;bottom:20px;right:20px;width:25px;height:25px;border:1px solid #fff}.what-arrow:before{content:"";position:absolute;top:40%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);border-left:1px solid #fff;border-bottom:1px solid #fff;transition:.5s;width:10px;height:10px}.what-content-active .what-arrow:before,.what-noTouch:hover .what-arrow:before{transform:translate(-50%,-20%) rotate(-225deg)}.what-border1{top:0;width:100%;height:100%;transition:.5s;max-width:0;overflow:hidden;opacity:.8;animation:whatBorders 1.2s 1 forwards}.what-border1,.what-border1 svg{position:absolute;left:50%;transform:translateX(-50%)}.what-border1 svg{width:450px}.what-border2{width:100%;left:0;height:100%;max-height:0;overflow:hidden;transition:.5s;opacity:.8;animation:whatBorders 1.2s 1 forwards}.what-border2,.what-border2 svg{position:absolute;top:50%;transform:translateY(-50%)}.what-border2 svg{height:500px}.what-content-in{height:100%;overflow:hidden}.what-content-in h5{font-weight:300;opacity:.5;font-size:12px;letter-spacing:1px;font-family:Geist,sans-serif;margin-bottom:5px}@keyframes whatBorders{80%{opacity:.8}to{max-height:100%;max-width:100%;opacity:.2}}.what-content-flex{display:flex;gap:5px;flex-wrap:wrap}.what-tags{font-size:13px;font-weight:400;padding:2px 7px;background-color:rgba(255,255,255,.15);border:1px solid #ffffff50;border-radius:30px}@media only screen and (max-width:1600px){.what-box h2{margin-right:18%}}@media only screen and (max-width:1400px){.what-box h2{margin-right:20%}.what-box-in{height:400px}.what-content h3{font-size:28px}.what-content{padding:30px;width:400px}.what-content p{font-size:13px}.what-content-active,.what-noTouch:hover{padding:20px 30px}.what-box-in:hover .what-noTouch:not(:hover),.what-content.what-sibling,.what-noTouch:hover~.what-content{padding:10px 30px}.what-tags{font-size:12px}.what-box-in{margin-left:50px}.what-content{width:380px}}@media only screen and (max-width:1024px){.whatIDO{height:auto;padding:50px 0}.what-box-in{height:500px;margin-left:-50px}.what-content{padding:50px;width:500px}.what-content p{font-size:14px}.what-content-active,.what-noTouch:hover{min-height:67%;padding:50px}.what-box-in:hover .what-noTouch:not(:hover),.what-content.what-sibling,.what-noTouch:hover~.what-content{min-height:33%;padding:10px 50px}}@media only screen and (max-width:900px){.whatIDO{flex-direction:column}.what-box h2{margin:50px 0;font-size:55px;line-height:53px}.what-box:first-child{justify-content:left}.what-box:last-child{height:500px}.what-box{width:500px;max-width:calc(100% - 50px);margin:auto}.what-content{width:100%}.what-box-in{margin-left:0;height:450px}.what-content h5,.what-content-flex{opacity:0;transition:.3s}.what-content-active .what-content-flex,.what-content-active h5,.what-noTouch:hover .what-content-flex,.what-noTouch:hover h5{opacity:1}.what-content{padding:30px}.what-content p{font-size:11px}.what-content-active,.what-noTouch:hover{padding:10px 30px}.what-tags{font-size:11px}.what-box-in:hover .what-noTouch:not(:hover),.what-content.what-sibling,.what-noTouch:hover~.what-content{padding:5px 30px}.what-content h3{font-size:25px}}@media only screen and (max-width:550px){.whatIDO{place-items:inherit;align-items:start;justify-content:left}.what-box{max-width:calc(100% - 25px);margin:0}}@media only screen and (min-width:1950px){.what-box h2{font-size:7rem;line-height:6.8rem}}.work-section h2{margin-top:100px;font-size:70px;font-weight:500}.work-section h2>span{color:var(--accentColor)}.work-section{transition:0s;height:100vh;box-sizing:border-box;will-change:transform}.work-container{margin:auto;display:flex;flex-direction:column;height:100%;align-content:stretch}.work-flex{width:100%;display:flex;height:100%;margin-left:-80px;padding-right:120px;position:relative}.work-box{padding:80px;display:flex;flex-direction:column;width:600px;box-sizing:border-box;border-right:1px solid #363636;flex-shrink:0;gap:50px;justify-content:start}.work-flex .work-box:nth-child(2n){flex-direction:column-reverse}.work-flex:after,.work-flex:before{content:"";width:calc(50000vw);height:1px;background-color:#363636;position:absolute;left:50%;top:0;transform:translateX(-50%)}.work-flex:after{top:100%}.work-title{justify-content:space-between;display:flex;width:100%;margin-bottom:20px}.work-title>div{text-align:right}.work-title h3{font-size:50px;line-height:50px;margin:0;font-weight:600}.work-info h4{font-size:26px;font-weight:500;margin:0}.work-info p{font-weight:200;color:#adacac;margin:3px 0 0}.work-info>p{width:90%}.work-image{display:flex;width:100%;justify-content:center}.work-image-in{position:relative}.work-link{position:absolute;bottom:10px;right:10px;background-color:var(--backgroundColor);width:50px;border-radius:50px;height:50px;display:flex;justify-content:center;align-items:center;font-size:25px;box-shadow:0 0 10px 0 rgba(255,255,255,.5),inset 0 0 10px 0 #393939;transition:.3s;opacity:0}.work-image a:hover{color:inherit}.work-image a:hover .work-link{opacity:1}.work-image video{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#000;object-fit:cover}.work-image img{max-width:100%;max-height:350px}@media only screen and (max-height:900px){.work-image img{max-height:250px}.work-box{padding-top:40px;padding-bottom:40px}.work-section h2{font-size:60px;margin-bottom:30px;margin-top:70px}}@media only screen and (max-width:1400px){.work-title h3{font-size:35px}.work-info p{font-size:13px}.work-info h4{font-size:15px}.work-box{width:450px;padding:50px}.work-flex{margin-left:-50px;padding-right:75px}.work-section h2{font-size:50px}.work-box{width:350px;padding:30px}.work-flex{margin-left:-30px;padding-right:45px}}@media only screen and (max-height:650px){.work-image img{max-height:200px}.work-section h2{font-size:40px;margin-bottom:20px}.work-box{gap:20px}}@media only screen and (max-width:1025px){.work-container{align-content:normal}.work-flex{height:auto}}.work-box-cta{border-right:none}.see-all-works,.work-box-cta{display:flex;align-items:center;justify-content:center}.see-all-works{text-align:center;flex-direction:column;gap:15px}.see-all-works h3{font-size:32px;font-weight:500;color:#fff}.see-all-works p{font-size:16px;color:rgba(255,255,255,.6);max-width:250px}.see-all-btn{display:inline-block;padding:15px 35px;font-size:16px;font-weight:500;color:#000;background:var(--accentColor);border-radius:30px;text-decoration:none;transition:all .3s ease;margin-top:10px}.see-all-btn:hover{transform:scale(1.05);box-shadow:0 10px 30px rgba(194,164,255,.4)}@media only screen and (max-width:1024px){.work-section{height:auto;min-height:auto}.work-flex{flex-direction:column;margin-left:0;padding-right:0;gap:0}.work-box{width:100%;max-width:100%;padding:30px 15px;border-right:none;border-bottom:1px solid #363636;gap:20px}.work-flex .work-box:nth-child(2n){flex-direction:column}.work-section h2{font-size:36px;margin-top:50px;margin-bottom:20px}.work-title h3{font-size:30px;line-height:30px}.work-info h4{font-size:18px}.work-image img{max-height:200px}.work-box-cta{padding:40px 20px;border-bottom:none}.see-all-works h3{font-size:24px}.see-all-works p{font-size:14px}}.techstack-new{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:80px 0}.techstack-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.techstack-video{width:100%;height:100%;object-fit:cover}.techstack-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1}.techstack-video-container:before{top:0;background:linear-gradient(180deg,#0b080c 0,transparent)}.techstack-video-container:after,.techstack-video-container:before{content:"";position:absolute;left:0;width:100%;height:150px;z-index:2;pointer-events:none}.techstack-video-container:after{bottom:0;background:linear-gradient(0deg,#0b080c 0,transparent)}.techstack-content{position:relative;z-index:2;width:100%;max-width:1000px;margin:0 auto;padding:0 20px}.techstack-content h2{font-size:70px;text-align:center;font-weight:400;text-transform:uppercase;margin-bottom:50px;background:linear-gradient(180deg,#ffffff,#c2a4ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.techstack-subtitle{text-align:center;max-width:700px;margin:0 auto 32px;color:rgba(255,255,255,.78);font-size:17px;line-height:1.6}.techstack-globe-wrap{position:relative;width:min(980px,96vw);height:min(680px,74vh);margin:0 auto;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at 50% 35%,rgba(194,164,255,.2),rgba(11,8,12,.72));box-shadow:inset 0 0 50px rgba(194,164,255,.08),0 20px 80px rgba(0,0,0,.35);padding:12px}.techstack-mobile-grid{display:none}.techstack-mobile-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:rgba(255,255,255,.9);font-size:12px;line-height:1}.techstack-mobile-pill-icon{display:inline-flex;width:14px;height:14px;flex-shrink:0}.techstack-mobile-pill-icon svg{width:100%;height:100%}.techstack-orbit-lines{position:absolute;inset:10%;pointer-events:none;z-index:1}.techstack-globe-wrap>:not(.techstack-orbit-lines){position:relative;z-index:2;width:100%;height:100%}.orbit-line{position:absolute;border:1px solid rgba(255,255,255,.14);border-radius:50%;box-shadow:0 0 20px rgba(255,255,255,.08)}.orbit-line-a{inset:0;animation:orbit-spin-a 14s linear infinite}.orbit-line-b{inset:9% 4%;animation:orbit-spin-b 18s linear infinite}.orbit-line-c{inset:18% 0;animation:orbit-spin-c 22s linear infinite}.orbit-line-d{inset:28% 7%;animation:orbit-spin-d 24s linear infinite}@keyframes orbit-spin-a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes orbit-spin-b{0%{transform:rotate(25deg) scaleY(.72)}to{transform:rotate(385deg) scaleY(.72)}}@keyframes orbit-spin-c{0%{transform:rotate(-20deg) scaleY(.58)}to{transform:rotate(-380deg) scaleY(.58)}}@keyframes orbit-spin-d{0%{transform:rotate(10deg) scaleY(.42)}to{transform:rotate(370deg) scaleY(.42)}}.techstack-pyramid{display:flex;flex-direction:column;align-items:center;gap:12px}.techstack-row{gap:10px;flex-wrap:wrap}.techstack-item,.techstack-row{display:flex;justify-content:center}.techstack-item{flex-direction:column;align-items:center;width:55px;height:68px;padding:8px;border-radius:10px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .3s ease;text-decoration:none;cursor:pointer}.techstack-item:hover{transform:translateY(-6px) scale(1.08);background:rgba(194,164,255,.1);border-color:var(--accentColor);box-shadow:0 8px 30px rgba(194,164,255,.25)}.techstack-item img{width:30px;height:30px;object-fit:contain;filter:grayscale(100%) contrast(1.2) brightness(1.5);opacity:.85;transition:filter .3s ease,opacity .3s ease}.techstack-item:hover img{filter:none;opacity:1}.techstack-item span{font-size:9px;color:rgba(255,255,255,.7);margin-top:5px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50px}.techstack-item:hover span{color:#fff}@media screen and (max-width:1200px){.techstack-content{max-width:900px}.techstack-item{width:50px;height:62px}.techstack-item img{width:26px;height:26px}.techstack-item span{font-size:8px}}@media screen and (max-width:900px){.techstack-content h2{font-size:50px;margin-bottom:35px}.techstack-subtitle{font-size:15px;margin-bottom:24px}.techstack-globe-wrap{width:min(900px,98vw);height:min(600px,68vh)}.techstack-pyramid,.techstack-row{gap:8px}.techstack-item{width:45px;height:56px;padding:6px}.techstack-item img{width:22px;height:22px}.techstack-item span{font-size:7px;max-width:42px}}@media screen and (max-width:600px){.techstack-content h2{font-size:36px}.techstack-subtitle{font-size:14px;padding:0 6px}.techstack-globe-wrap{width:min(700px,98vw);height:min(500px,56vh)}.techstack-orbit-lines{inset:13%}.techstack-pyramid,.techstack-row{gap:6px}.techstack-item{width:40px;height:50px;padding:5px;border-radius:8px}.techstack-item img{width:20px;height:20px}.techstack-item span{font-size:6px;max-width:38px;margin-top:3px}}@media screen and (max-width:1024px){.techstack-globe-wrap{display:none}.techstack-mobile-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:760px;margin:0 auto}}.cta-section{width:100%;padding:80px 20px;background-color:var(--backgroundColor);align-items:center}.cta-buttons,.cta-section{display:flex;justify-content:center}.cta-buttons{gap:25px;flex-wrap:wrap}.cta-btn{display:inline-flex;align-items:center;padding:14px 32px;font-size:15px;font-weight:500;text-decoration:none;border-radius:8px;transition:all .3s ease;letter-spacing:.3px}.cta-btn-play{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.15)}.cta-btn-play:hover{background:rgba(255,255,255,.12);box-shadow:0 8px 30px rgba(255,255,255,.1);transform:translateY(-2px)}.cta-btn-hire{background:var(--accentColor);color:#000;border:1px solid var(--accentColor)}.cta-btn-hire:hover{box-shadow:0 8px 30px rgba(194,164,255,.35);transform:translateY(-2px)}@media only screen and (max-width:768px){.cta-section{padding:60px 20px}.cta-buttons{flex-direction:column;gap:15px}.cta-btn{justify-content:center;padding:12px 28px}}.section-container{width:1300px}.site-corner-logo{position:fixed;top:16px;left:16px;z-index:10000;display:inline-flex;align-items:center}.site-corner-logo-image{width:130px;height:auto;display:block}@media only screen and (min-width:768px){.site-corner-logo{top:20px;left:24px}.site-corner-logo-image{width:160px}}.para,.title{font-kerning:normal;-webkit-text-rendering:optimizeLegibility;text-rendering:optimizeLegibility;-webkit-transform:translateZ(0);transform:translateZ(0);word-spacing:.15em}@media only screen and (max-width:1600px){.section-container{width:1200px;max-width:calc(100% - 160px)}}@media only screen and (max-width:1400px){.section-container{width:900px}}@media only screen and (max-width:900px){.section-container{width:500px;max-width:var(--cWidth)}}