@import "https://fonts.googleapis.com/css2?family=Fjalla+One&family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Outfit:wght@100..900&display=swap";html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-behavior:allow-discrete;transition-property:overflow;transition-duration:1ms}:root{--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:font-family: "Outfit", sans-serif;--heading:font-family: "Lobster Two", sans-serif;--mono:font-family: "Fjalla One", sans-serif;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}html,body{background:url(/banner.jpg) 0/cover no-repeat fixed;width:100%;height:100%;overflow:hidden auto}:is(html,body):is(html,body)::-webkit-scrollbar{width:5px}:is(html,body):is(html,body)::-webkit-scrollbar-track{background-color:#000}:is(html,body):is(html,body)::-webkit-scrollbar-thumb{background-color:#0ff}[data-scroll-container]{overflow:hidden}*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif}.simple-button{color:#0ff;text-transform:uppercase;letter-spacing:2px;background:0 0;border:2px solid #0ff;border-radius:8px;padding:10px 20px;font-size:15px;font-weight:400;text-decoration:none;transition:all 1s;position:relative;overflow:hidden}.simple-button.simple-button:hover{color:#000}.simple-button.simple-button:before{content:"";z-index:-1;pointer-events:none;background-color:#0ff;width:0%;height:100%;transition:all 1s;position:absolute;top:0;left:-40px;transform:skew(45deg)}.simple-button.simple-button:hover:before{pointer-events:none;width:160%}#cursor-circle{z-index:10;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:15;border:1px solid #fff;border-radius:50%;width:40px;height:40px;position:fixed;box-shadow:0 0 10px #fff}.cursor-circle-dot{pointer-events:none;z-index:10;z-index:15;background:#fff;border-radius:50%;position:fixed;box-shadow:0 0 5px #fff}.cursor-circle-dot.cursor-circle-dot:nth-child(2){width:5px;height:5px}.cursor-circle-dot.cursor-circle-dot:nth-child(3){width:3px;height:3px}.cursor-circle-dot.cursor-circle-dot:nth-child(4){width:2px;height:2px}.title{justify-content:center;align-items:center;gap:25px;width:100%;display:flex}.title .line{background-color:#0ff;width:100px;height:2px;box-shadow:0 0 10px #0ff}.title h1{letter-spacing:5px;border-bottom:2px solid #fff;font-family:Fjalla One,sans-serif}nav{z-index:15;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 10px;display:flex;position:fixed;top:0;left:0}nav .side h2{color:#fff}nav .side h2 span{color:#1bd7a8}nav .side button{color:#fff;background-color:#0000;border:none;outline-color:#fff;padding:5px;transition:all .5s}nav .side button:is(nav .side button):hover{letter-spacing:1px}.shadow-card{-webkit-backdrop-filter:url(#glass-distortion)blur(2px);backdrop-filter:url(#glass-distortion)blur(2px);background-color:#3131312c;border-top:1px solid #d3d3d3;border-bottom:1px solid #00000057;transition:all .3s;box-shadow:inset 0 1px 2px #c2c2c25b,inset 0 -1px 1px #00000046,0 0 10px #00000057}.shadow-card h1,.shadow-card h2,.shadow-card h3,.shadow-card h4,.shadow-card h5{color:#fff;letter-spacing:5px;font-weight:400}:is(.shadow-card h1,.shadow-card h2,.shadow-card h3,.shadow-card h4,.shadow-card h5) span{color:#0ff;text-shadow:0 0 15px #00ffffb1;font-family:Fjalla One,sans-serif}.shadow-card.shadow-card:hover{box-shadow:inset 0 2px 3px #c2c2c25b,inset 0 -2px 3px #00000046,0 0 20px #00000057}.section{width:100vw;height:100vh}.home{perspective:800px;background:linear-gradient(#55482f00 0%,#000000e4 100%);flex-direction:column;justify-content:center;align-items:center;gap:50px;display:flex;position:relative}.home .sub-card{border-radius:30px;justify-content:space-between;align-items:center;width:500px;padding:10px 20px;font-size:10px;display:flex}.home .main-card{width:70vw;height:350px;transform-style:preserve-3d;border:50px solid #0000}.home .main-card h1{text-shadow:0 5px 5px #00000057;letter-spacing:10px;font-family:Fjalla One,sans-serif;font-size:130px;transform:translateZ(50px)}.home .main-card .main-sub-card{border-radius:150px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.home .sub-home{justify-content:space-between;align-items:flex-end;width:100%;display:flex;position:absolute;bottom:0;left:0}.home .sub-home .side{flex-direction:column;flex:1;justify-content:center;gap:10px;padding:10px;display:flex}.home .sub-home .side .v-faded-line{background:linear-gradient(#fff0 0%,gray 60%);width:1px;height:50px}.home .sub-home .side .scroll-anim{background-color:#8080804c;width:1px;height:50px;position:relative;overflow:hidden}.home .sub-home .side .scroll-anim .scroll-anim-line{background-color:gray;width:100%;height:100%;transition:all .3s;animation-name:scroll-anim-animation;animation-duration:2s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:forwards;position:absolute;left:0}.home .sub-home .side a{background-color:#0000;border:1px solid gray;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.home .sub-home .side a:is(.home .sub-home .side a):hover svg{fill:#0ff}.home .sub-home .side h4{color:gray;letter-spacing:1px;padding-right:20px}.home .sub-home .side h3{letter-spacing:2px;color:#fff;transform:translate(-20px)}.home .sub-home .side svg{fill:gray;width:30px;height:30px;transition:all .3s}.home .sub-home .side svg:is(.home .sub-home .side svg):hover{fill:#0ff}.home .sub-home .side:is(.home .sub-home .side):first-child{align-items:flex-start}.home .sub-home .side:is(.home .sub-home .side):nth-child(2){align-items:center}.home .sub-home .side:is(.home .sub-home .side):nth-child(3){align-items:flex-end}.about{color:#fff;background:#000000e3;border-bottom:5px solid #fff;flex-direction:column;position:relative}.about .text-section{width:100%;overflow:hidden}.about .track{-webkit-text-stroke:2px white;width:max-content;animation:20s linear infinite marquee;display:flex}.about .track:is(.about .track):nth-child(2),.about .track:is(.about .track):nth-child(4){-webkit-text-stroke:2px cyan;animation:20s linear infinite marquee-rev}.about .track h1{white-space:nowrap;color:#0000;margin-right:50px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:150px}.about .content{width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.about .content .side{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.about .content .side img{filter:drop-shadow(0 5px 30px #0ff);border-radius:50px;height:400px;transform:rotate(5deg)}.about .content .side span{color:#000;background-color:#fff;border-radius:20px;padding:5px 20px;font-size:50px;transform:translate(40px)translateY(-60px)rotate(-5deg);box-shadow:0 5px 20px #000}.about .content .side .about-me{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000000c6;border-bottom:1px solid #0ff;border-radius:20px;width:100%;padding:50px;box-shadow:-20px 0 50px #000}.about .content .side .about-me h1{color:#0ff;font-family:Lobster Two,sans-serif}.about .content .side .about-me h3{letter-spacing:2px;color:gray;font-family:Fjalla One,sans-serif;font-size:15px;font-weight:400}.about .content .side .about-me .bullets{align-items:center;gap:20px;display:flex}.about .content .side .about-me .bullets span{text-transform:uppercase;letter-spacing:2px;color:gray;box-shadow:none;background-color:#0000;padding:0;font-size:10px;transform:none}@media (width<=1024px){.home{gap:32px;padding:80px 16px 0}.home .sub-card{letter-spacing:1px;width:min(90vw,500px);font-size:9px}.home .sub-card[style*="900px"]{width:min(92vw,700px)!important}.home .main-card{border-width:30px;width:90vw;height:260px}.home .main-card h1{letter-spacing:6px;font-size:80px}.home .sub-home .side h3{font-size:14px}.home .sub-home .side h4{font-size:12px}}@media (width<=720px){.home{justify-content:center;gap:24px;padding:70px 12px 110px}.home .sub-card{border-radius:22px;width:92vw;padding:8px 14px}.home .sub-card[style*="900px"]{text-align:center;flex-wrap:wrap;justify-content:center;gap:6px}.home .sub-card h3{letter-spacing:2px;font-size:10px}.home .main-card{border-width:18px;width:94vw;height:200px}.home .main-card h1{letter-spacing:4px;font-size:52px}.home .main-card .main-sub-card{border-radius:60px}.home .sub-home{gap:4px;padding-bottom:6px}.home .sub-home .side{gap:6px;padding:6px}.home .sub-home .side a{width:36px;height:36px}.home .sub-home .side a svg{width:18px;height:18px}.home .sub-home .side .scroll-anim,.home .sub-home .side .v-faded-line{height:30px}.home .sub-home .side h3{letter-spacing:1px;font-size:13px;transform:none}.home .sub-home .side h4{padding-right:0;font-size:10px}.home .sub-home .side svg{width:22px;height:22px}}@media (width<=480px){.home .main-card{border-width:12px;height:170px}.home .main-card h1{letter-spacing:3px;font-size:40px}.home .sub-home .side:nth-child(2){display:none}}@media (width<=1024px){.about .track h1{font-size:110px}.about .content .side img{height:320px}.about .content .side span{font-size:38px}.about .content .side .about-me{padding:32px}.about .content .side .about-me h1{font-size:30px}.about .content .side .about-me p{font-size:14px}}@media (width<=820px){.about{height:auto;min-height:100vh;padding-bottom:40px}.about .text-section .track h1{font-size:64px}.about .content{flex-direction:column;gap:30px;height:auto;padding:30px 16px 50px;position:relative}.about .content .side{height:auto}.about .content .side img{border-radius:30px;outline-width:4px;height:280px}.about .content .side span{border-radius:14px;padding:4px 14px;font-size:28px;transform:translate(20px)translateY(-40px)rotate(-5deg)}.about .content .side .about-me{padding:24px;box-shadow:0 0 30px #000}.about .content .side .about-me h1{font-size:26px;line-height:1.15}.about .content .side .about-me h3{font-size:13px}.about .content .side .about-me p{font-size:13.5px;line-height:1.55}.about .content .side .about-me .bullets{flex-wrap:wrap;justify-content:center;gap:10px}.about .content .side .about-me .bullets span{font-size:9px}.about .content .side .about-me button{padding:8px 16px;font-size:13px}}@media (width<=480px){.about .text-section .track h1{margin-right:24px;font-size:44px}.about .content .side img{height:220px}.about .content .side span{font-size:22px}}.experience{background:linear-gradient(#000000d9 0%,#0a0a0adf 100%);border-bottom:5px solid #fff;width:100%;position:relative;overflow:hidden}.experience .exp-runway{width:100%;position:relative}.experience .exp-stage{will-change:transform;flex-direction:column;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0;overflow:hidden}.experience .exp-stage-bg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.experience .exp-grid{background-image:linear-gradient(90deg,#ffffff0a 1px,#0000 1px),linear-gradient(#ffffff0a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:-2px;-webkit-mask-image:radial-gradient(#000 30%,#0000 80%);mask-image:radial-gradient(#000 30%,#0000 80%)}.experience .exp-glow{filter:blur(120px);opacity:.45;pointer-events:none;border-radius:50%;position:absolute}.experience .exp-glow--a{background:#0ff;width:600px;height:600px;top:-200px;left:-200px}.experience .exp-glow--b{opacity:.3;background:#1bd7a8;width:500px;height:500px;bottom:-200px;right:-200px}.experience .exp-header{z-index:2;flex:none;justify-content:space-between;align-items:flex-end;padding:80px 80px 30px;display:flex;position:relative}.experience .exp-header-left{flex-direction:column;gap:6px;display:flex}.experience .exp-eyebrow{letter-spacing:4px;color:gray;text-transform:uppercase;font-family:Fjalla One,sans-serif;font-size:13px}.experience .exp-title{color:#fff;letter-spacing:2px;font-family:Lobster Two,sans-serif;font-size:80px;font-weight:400;line-height:1}.experience .exp-title span{color:#0ff;text-shadow:0 0 30px #00ffff80}.experience .exp-subtitle{color:#ffffff8c;letter-spacing:1.5px;margin-top:4px;font-size:14px}.experience .exp-header-right{flex-direction:column;align-items:flex-end;gap:18px;display:flex}.experience .exp-counter{letter-spacing:2px;align-items:baseline;gap:6px;font-family:Fjalla One,sans-serif;display:flex}.experience .exp-counter-current{color:#0ff;text-shadow:0 0 25px #00ffff80;font-size:56px;line-height:1}.experience .exp-counter-divider{color:#ffffff4d;font-size:28px}.experience .exp-counter-total{color:#ffffff80;font-size:28px}.experience .exp-scroll-hint{color:#0ff;letter-spacing:3px;text-transform:uppercase;background:#00ffff0d;border:1px solid #00ffff4d;border-radius:30px;align-items:center;gap:8px;padding:6px 14px;font-family:Fjalla One,sans-serif;font-size:11px;display:inline-flex}.experience .exp-scroll-hint svg{animation:1.6s ease-in-out infinite exp-arrow-bounce}.experience .exp-track-wrap{z-index:1;flex:1;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.experience .exp-rail{pointer-events:none;z-index:0;background:linear-gradient(90deg,#0000 0%,#00ffff40 8% 92%,#0000 100%);height:1px;position:absolute;top:50%;left:0;right:0}.experience .exp-track{will-change:transform;align-items:center;gap:40px;width:max-content;height:100%;padding:0 80px;display:flex;position:relative}.experience .exp-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:linear-gradient(160deg,#141419d9 0%,#000000eb 100%);border:1px solid #ffffff14;border-bottom:2px solid #0ff;border-radius:26px;flex-direction:column;flex:none;gap:18px;width:520px;height:70vh;max-height:620px;padding:36px;transition:transform .4s,border-color .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0009,inset 0 0 0 1px #00ffff0d}.experience .exp-card:before{content:"";background:linear-gradient(90deg,#0000,#00ffff80,#0000);height:1px;position:absolute;top:0;left:0;right:0}.experience .exp-card:hover{border-color:#0ff6;transform:translateY(-4px)}.experience .exp-num{color:#ffffff0a;letter-spacing:0;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Fjalla One,sans-serif;font-size:110px;line-height:1;position:absolute;top:18px;right:28px}.experience .exp-num small{color:#00ffff26;margin-left:2px;font-size:24px}.experience .exp-card-head{z-index:1;justify-content:space-between;align-items:center;gap:16px;display:flex;position:relative}.experience .exp-logo{background:#fff;border-radius:14px;flex-shrink:0;width:60px;height:60px;padding:6px;overflow:hidden;box-shadow:0 6px 20px #00000080}.experience .exp-logo img{object-fit:contain;width:100%;height:100%;display:block}.experience .exp-duration{letter-spacing:1.5px;color:#0ff;white-space:nowrap;background:#00ffff0f;border:1px solid #00ffff40;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-family:Fjalla One,sans-serif;font-size:12px;display:inline-flex}.experience .exp-duration-dot{background:#0ff;border-radius:50%;width:7px;height:7px;animation:1.6s ease-in-out infinite exp-pulse;box-shadow:0 0 10px #0ff}.experience .exp-card-body{z-index:1;flex-direction:column;flex:1;gap:6px;min-height:0;display:flex;position:relative}.experience .exp-card-company{letter-spacing:3px;color:#ffffff80;text-transform:uppercase;font-family:Fjalla One,sans-serif;font-size:11px;font-weight:400}.experience .exp-card-project{color:#0ff;text-shadow:0 0 25px #00ffff59;margin-bottom:4px;font-family:Lobster Two,sans-serif;font-size:30px;font-weight:400;line-height:1.1}.experience .exp-card-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;display:flex}.experience .exp-card-role{letter-spacing:.5px;color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:16px;font-weight:500}.experience .exp-card-time-pill{letter-spacing:1.5px;text-transform:uppercase;color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:20px;padding:4px 10px;font-size:10px}.experience .exp-card-points{flex-direction:column;flex:1;gap:8px;min-height:0;margin:4px 0 0;padding:0 6px 0 0;list-style:none;display:flex;overflow-y:auto}.experience .exp-card-points::-webkit-scrollbar{width:4px}.experience .exp-card-points::-webkit-scrollbar-track{background:0 0}.experience .exp-card-points::-webkit-scrollbar-thumb{background:#00ffff4d;border-radius:2px}.experience .exp-card-points li{color:#ffffffc7;letter-spacing:.2px;padding-left:18px;font-size:13.5px;line-height:1.55;position:relative}.experience .exp-card-points li:before{content:"";background:#0ff;border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0;box-shadow:0 0 8px #0ff}.experience .exp-card-foot{z-index:1;flex-direction:column;gap:14px;display:flex;position:relative}.experience .exp-skills{flex-wrap:wrap;gap:6px;display:flex}.experience .exp-chip{letter-spacing:1.5px;text-transform:uppercase;color:#00ffffd9;background:#00ffff0a;border:1px solid #00ffff2e;border-radius:14px;padding:5px 11px;font-family:Fjalla One,sans-serif;font-size:10px}.experience .exp-letter-btn{letter-spacing:1.5px;align-self:flex-start;padding:8px 16px;font-size:11px}.experience .exp-card--intro,.experience .exp-card--outro{background:linear-gradient(160deg,#00ffff14 0%,#000000eb 100%);border-bottom:2px solid #1bd7a8;justify-content:center;align-items:flex-start;gap:22px;width:460px}.experience .exp-intro-glow{filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#0ff6,#0000 60%);width:250px;height:250px;position:absolute;top:-50px;right:-50px}.experience .exp-intro-title{color:#fff;font-family:Lobster Two,sans-serif;font-size:60px;font-weight:400;line-height:1}.experience .exp-intro-title span{color:#0ff;text-shadow:0 0 30px #00ffff80;display:block}.experience .exp-intro-desc{color:#ffffffa6;letter-spacing:.3px;font-size:15px;line-height:1.6}.experience .exp-intro-arrow{gap:6px;margin-top:10px;display:flex}.experience .exp-intro-arrow span{opacity:.3;border-top:2px solid #0ff;border-right:2px solid #0ff;width:14px;height:14px;animation:1.4s ease-in-out infinite exp-arrow-fade;transform:rotate(45deg)}.experience .exp-intro-arrow span:nth-child(2){animation-delay:.2s}.experience .exp-intro-arrow span:nth-child(3){animation-delay:.4s}.experience .exp-progress{z-index:3;align-items:center;display:flex;position:absolute;bottom:28px;left:80px;right:80px}.experience .exp-progress-track{background:#ffffff14;border-radius:4px;flex:1;height:2px;position:relative;overflow:hidden}.experience .exp-progress-bar{background:linear-gradient(90deg,#0ff,#1bd7a8);width:0%;height:100%;transition:width 50ms linear;box-shadow:0 0 12px #00ffffb3}.experience .exp-stage.is-mobile{height:auto;position:relative;overflow:visible;transform:none!important}.experience .exp-stage.is-mobile .exp-track-wrap{height:auto;overflow:visible}.experience .exp-stage.is-mobile .exp-track{flex-direction:column;gap:24px;width:100%;padding:20px;transform:none!important}.experience .exp-stage.is-mobile .exp-card{width:100%;height:auto;max-height:none}.experience .exp-stage.is-mobile .exp-card-points{overflow:visible}.experience .exp-stage.is-mobile .exp-progress{display:none}@media (width<=900px){.experience .exp-header{flex-direction:column;align-items:flex-start;gap:16px;padding:60px 24px 20px}.experience .exp-title{font-size:56px}.experience .exp-header-right{align-items:flex-start}.experience .exp-rail{display:none}}@keyframes exp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}@keyframes exp-arrow-bounce{0%,to{transform:translate(0)}50%{transform:translate(4px)}}@keyframes exp-arrow-fade{0%,to{opacity:.2;transform:rotate(45deg)translate(0)}50%{opacity:1;transform:rotate(45deg)translate(3px,-3px)}}.projects{border-top:10px solid #fff;border-bottom:10px solid #fff;width:100%;height:100vh;padding:50px 0;position:relative}.projects .btns button{z-index:11;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#00000086;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 10px 10px #00000086}.projects .btns button:is(.projects .btns button):first-child{left:10px}.projects .btns button:is(.projects .btns button):last-child{right:10px}.projects .carousel{width:100%;height:100%;position:relative}.projects .carousel .card{z-index:5;filter:blur(10px);background-color:#fff;border-radius:20px;outline:5px solid #fff;justify-content:center;align-items:center;width:40%;height:50%;transition:all 1s;display:flex;position:absolute;top:50%;left:53%;overflow:hidden;transform:translateY(-50%);box-shadow:0 10px 10px #00000084}.projects .carousel .card .info-card{opacity:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;background-color:#00000080;border-radius:20px;outline:2px solid #fff;flex-direction:column;gap:20px;padding:20px 30px;transition:all 1s .2s;display:flex;position:absolute;bottom:100%;right:50%;transform:translate(50%);box-shadow:0 5px 10px #00000084}.projects .carousel .card .info-card h1{color:#0ff;font-weight:400}.projects .carousel .card .info-card ul{transform:translate(20px)}.projects .carousel .card .info-card a{color:#0ff}.projects .carousel .card img{width:100%;max-width:100%;height:100%;max-height:100%;image-rendering:optimizeSpeed;display:none}.projects .carousel .card:is(.projects .carousel .card):first-child{z-index:10;filter:blur();width:80%;height:90%;left:-100%}.projects .carousel .card:is(.projects .carousel .card):first-child img{display:block}.projects .carousel .card:is(.projects .carousel .card):nth-child(2){z-index:10;filter:blur();width:80%;height:90%;left:5%}.projects .carousel .card:is(.projects .carousel .card):nth-child(2) img{display:block}.projects .carousel .card:is(.projects .carousel .card):nth-child(2) .info-card{opacity:1;bottom:10px;right:10px;transform:translate(0)}.projects .carousel .card:is(.projects .carousel .card):nth-child(3){z-index:9;filter:blur(3px);width:70%;height:80%;left:17%}.projects .carousel .card:is(.projects .carousel .card):nth-child(3) img{display:block}.projects .carousel .card:is(.projects .carousel .card):nth-child(4){z-index:8;filter:blur(4px);width:60%;height:70%;left:29%}.projects .carousel .card:is(.projects .carousel .card):nth-child(5){z-index:7;filter:blur(5px);width:50%;height:60%;left:41%}.projects .carousel .card:is(.projects .carousel .card):nth-child(6){z-index:6;filter:blur(6px);width:40%;height:50%;left:53%}.projects .btns button{padding:8px 16px;font-size:13px}@media (width<=1024px){.projects{height:auto;padding:70px 0 50px}.projects .title h1{font-size:22px}.projects .carousel{height:clamp(360px,60vw,560px)}.projects .carousel .card:first-child{width:88%;height:88%;left:-100%}.projects .carousel .card:nth-child(2){width:88%;height:88%;left:6%}.projects .carousel .card:nth-child(2) .info-card{gap:12px;max-width:70%;padding:14px 18px}.projects .carousel .card:nth-child(2) .info-card h1{font-size:22px}.projects .carousel .card:nth-child(2) .info-card h2{font-size:14px}.projects .carousel .card:nth-child(2) .info-card ul{font-size:13px}.projects .carousel .card:nth-child(3){width:76%;height:78%;left:18%}.projects .carousel .card:nth-child(4){width:64%;height:68%;left:30%}.projects .carousel .card:nth-child(5){width:52%;height:58%;left:42%}.projects .carousel .card:nth-child(6){width:40%;height:48%;left:54%}}@media (width<=768px){.projects{padding:60px 0 40px}.projects .carousel{height:clamp(280px,70vw,460px)}.projects .btns button{letter-spacing:1px;padding:6px 12px;font-size:11px}.projects .btns button:first-child{left:6px}.projects .btns button:last-child{right:6px}.projects .carousel .card:first-child{width:92%;height:92%;left:-100%}.projects .carousel .card:nth-child(2){width:92%;height:92%;left:4%}.projects .carousel .card:nth-child(2) .info-card{gap:8px;max-width:85%;padding:12px 14px;bottom:10px;right:10px}.projects .carousel .card:nth-child(2) .info-card h1{font-size:18px}.projects .carousel .card:nth-child(2) .info-card h2{font-size:12px}.projects .carousel .card:nth-child(2) .info-card ul{font-size:12px;transform:translate(14px)}.projects .carousel .card:nth-child(2) .info-card a{font-size:13px}.projects .carousel .card:nth-child(3){filter:blur(4px);width:70%;height:70%;left:22%}.projects .carousel .card:nth-child(4){filter:blur(5px);width:58%;height:56%;left:33%}.projects .carousel .card:nth-child(5),.projects .carousel .card:nth-child(6){display:none}}@media (width<=480px){.projects{padding:50px 0 35px}.projects .carousel{height:clamp(240px,75vw,380px)}.projects .carousel .card:nth-child(2) .info-card{gap:6px;padding:10px 12px}.projects .carousel .card:nth-child(2) .info-card h1{font-size:15px}.projects .carousel .card:nth-child(2) .info-card h2,.projects .carousel .card:nth-child(2) .info-card ul{font-size:11px}.projects .carousel .card:nth-child(2) .info-card ul li{line-height:1.35}}.achievements{background:linear-gradient(#050505 0%,#0a0a0a 100%);border-bottom:5px solid #fff;padding:90px 60px 110px;position:relative;overflow:hidden}.achievements:before{content:"";filter:blur(160px);opacity:.2;pointer-events:none;background:#0ff;border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;right:-150px}.achievements:after{content:"";filter:blur(160px);opacity:.15;pointer-events:none;background:#1bd7a8;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-150px;left:-150px}.ach-header{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:8px;max-width:720px;margin:0 auto 50px;display:flex;position:relative}.ach-eyebrow{letter-spacing:4px;color:gray;text-transform:uppercase;font-family:Fjalla One,sans-serif;font-size:13px}.ach-title{color:#fff;letter-spacing:2px;font-family:Lobster Two,sans-serif;font-size:72px;font-weight:400;line-height:1}.ach-title span{color:#0ff;text-shadow:0 0 30px #00ffff80}.ach-subtitle{color:#fff9;letter-spacing:.5px;margin-top:4px;font-size:15px}.ach-bento{z-index:1;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:18px;max-width:1280px;margin:0 auto;display:grid;position:relative}.ach-card{cursor:none;text-align:left;color:inherit;background:linear-gradient(160deg,#141419d9 0%,#000000eb 100%);border:1px solid #ffffff14;border-radius:22px;padding:0;font-family:inherit;transition:transform .4s,border-color .4s,box-shadow .4s;display:block;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000080}.ach-card:before{content:"";z-index:3;background:linear-gradient(90deg,#0000,#00ffff80,#0000);height:1px;position:absolute;top:0;left:0;right:0}.ach-card:hover{border-color:#00ffff73;transform:translateY(-6px);box-shadow:0 30px 60px #0009,0 0 30px #00ffff26}.ach-card-media{position:absolute;inset:0;overflow:hidden}.ach-card-media img{object-fit:cover;filter:saturate(.85)brightness(.7);width:100%;height:100%;transition:transform .6s,filter .6s}.ach-card:hover .ach-card-media img{filter:saturate(1.1)brightness(.85);transform:scale(1.08)}.ach-card-shade{z-index:1;background:linear-gradient(#0000001a 0%,#000000d9 75%,#000000f2 100%);position:absolute;inset:0}.ach-card-body{z-index:2;flex-direction:column;gap:4px;display:flex;position:absolute;bottom:22px;left:22px;right:22px}.ach-card-date{letter-spacing:2px;text-transform:uppercase;color:#0ff;background:#00ffff1a;border:1px solid #00ffff4d;border-radius:20px;align-self:flex-start;margin-bottom:6px;padding:3px 8px;font-family:Fjalla One,sans-serif;font-size:11px;display:inline-block}.ach-card-title{color:#fff;letter-spacing:.3px;font-family:Outfit,sans-serif;font-size:18px;font-weight:600;line-height:1.25}.ach-card-org{color:#fff9;letter-spacing:.5px;font-size:12px}.ach-card-cta{z-index:2;letter-spacing:2px;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;background:#00000080;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:6px;padding:6px 10px;font-family:Fjalla One,sans-serif;font-size:11px;transition:opacity .3s,transform .3s;display:inline-flex;position:absolute;top:16px;right:16px;transform:translateY(-4px)}.ach-card:hover .ach-card-cta{opacity:1;transform:translateY(0)}.ach-card--lg{grid-area:span 2/span 2}.ach-card--md,.ach-card--wd{grid-area:span 1/span 2}.ach-card--sm{grid-area:span 1/span 1}.ach-card--lg .ach-card-title{font-size:26px}.ach-card--lg .ach-card-org{font-size:14px}@media (width<=1024px){.ach-bento{grid-template-columns:repeat(2,1fr)}.ach-card--lg,.ach-card--md,.ach-card--wd{grid-column:span 2}.ach-card--lg{grid-row:span 2}.ach-card--sm{grid-column:span 1}}@media (width<=600px){.achievements{padding:60px 20px 80px}.ach-title{font-size:52px}.ach-bento{grid-template-columns:1fr;grid-auto-rows:200px}.ach-card--lg,.ach-card--md,.ach-card--wd,.ach-card--sm{grid-area:span 1/span 1}}.ach-modal{z-index:100;pointer-events:none;opacity:0;justify-content:center;align-items:center;padding:30px;transition:opacity .35s;display:flex;position:fixed;inset:0}.ach-modal.is-open{pointer-events:auto;opacity:1}.ach-modal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000bf;position:absolute;inset:0}.ach-modal-card{z-index:1;background:linear-gradient(160deg,#0f0f12fa 0%,#000000fa 100%);border:1px solid #00ffff40;border-radius:24px;grid-template-columns:1.2fr 1fr;width:100%;max-width:900px;max-height:85vh;transition:transform .35s;display:grid;position:relative;overflow:hidden;transform:translateY(20px)scale(.96);box-shadow:0 40px 80px #000c,0 0 60px #00ffff26}.ach-modal.is-open .ach-modal-card{transform:translateY(0)scale(1)}.ach-modal-image{background:#000;min-height:320px;position:relative;overflow:hidden}.ach-modal-image img{object-fit:cover;width:100%;height:100%}.ach-modal-body{color:#fff;flex-direction:column;gap:12px;padding:36px 32px;display:flex;overflow-y:auto}.ach-modal-date{letter-spacing:2px;text-transform:uppercase;color:#0ff;background:#00ffff14;border:1px solid #00ffff4d;border-radius:20px;align-self:flex-start;padding:4px 10px;font-family:Fjalla One,sans-serif;font-size:11px}.ach-modal-body h2{color:#0ff;text-shadow:0 0 20px #00ffff4d;font-family:Lobster Two,sans-serif;font-size:32px;font-weight:400;line-height:1.15}.ach-modal-body h3{letter-spacing:2px;color:#fff9;text-transform:uppercase;font-family:Fjalla One,sans-serif;font-size:13px;font-weight:400}.ach-modal-body p{color:#ffffffc7;margin-top:6px;font-size:14.5px;line-height:1.65}.ach-modal-close{z-index:2;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex;position:absolute;top:16px;right:16px}.ach-modal-close:hover{color:#0ff;border-color:#0ff;box-shadow:0 0 15px #0ff6}@media (width<=760px){.ach-modal-card{grid-template-columns:1fr;max-height:90vh}.ach-modal-image{min-height:220px;max-height:280px}.ach-modal-body{padding:24px 22px}}.contacts{background:linear-gradient(#0a0a0a 0%,#000 100%);padding:90px 60px 40px;position:relative;overflow:hidden}.contacts:before{content:"";filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#00ffff26,#0000 60%);width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ct-header{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:8px;max-width:720px;margin:0 auto 60px;display:flex;position:relative}.ct-eyebrow{letter-spacing:4px;color:gray;text-transform:uppercase;font-family:Fjalla One,sans-serif;font-size:13px}.ct-title{color:#fff;letter-spacing:2px;font-family:Lobster Two,sans-serif;font-size:72px;font-weight:400;line-height:1}.ct-title span{color:#0ff;text-shadow:0 0 30px #00ffff80}.ct-subtitle{color:#fff9;letter-spacing:.5px;max-width:600px;margin-top:4px;font-size:15px}.ct-grid{z-index:1;grid-template-columns:1fr 1.3fr;gap:30px;max-width:1180px;margin:0 auto;display:grid;position:relative}.ct-info{flex-direction:column;gap:12px;display:flex}.ct-info-heading,.ct-form-heading{letter-spacing:3px;color:#0ff;text-transform:uppercase;margin-bottom:8px;font-family:Fjalla One,sans-serif;font-size:14px}.ct-info-card{color:#fff;background:linear-gradient(160deg,#141419b3 0%,#000000d9 100%);border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:16px;padding:16px 18px;text-decoration:none;transition:all .35s;display:flex;position:relative;overflow:hidden}.ct-info-card:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(120deg,#0000 0%,#00ffff14 50%,#0000 100%);transition:opacity .4s;position:absolute;inset:0}.ct-info-card:hover{border-color:#0ff6;transform:translate(6px);box-shadow:0 10px 30px #00000080}.ct-info-card:hover:before{opacity:1}.ct-info-card--static{cursor:default}.ct-info-card--static:hover{transform:none}.ct-info-icon{color:#0ff;background:#00ffff14;border:1px solid #00ffff40;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ct-info-text{flex-direction:column;gap:2px;min-width:0;display:flex}.ct-info-label{letter-spacing:2px;color:#ffffff73;text-transform:uppercase;font-family:Fjalla One,sans-serif;font-size:10px}.ct-info-value{letter-spacing:.3px;color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.ct-form{background:linear-gradient(160deg,#141419b3 0%,#000000e6 100%);border:1px solid #ffffff14;border-radius:22px;flex-direction:column;gap:20px;padding:36px;display:flex;position:relative;box-shadow:0 20px 50px #00000080}.ct-form:before{content:"";background:linear-gradient(90deg,#0000,#0ff9,#0000);height:1px;position:absolute;top:0;left:0;right:0}.ct-field{flex-direction:column;display:flex;position:relative}.ct-field input,.ct-field textarea{color:#fff;letter-spacing:.3px;resize:vertical;background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;min-height:auto;padding:18px 16px 14px;font-family:inherit;font-size:15px;transition:all .3s}.ct-field textarea{min-height:120px;line-height:1.5}.ct-field label{color:#ffffff73;pointer-events:none;letter-spacing:.3px;background:linear-gradient(#0000 50%,#060606 50%);padding:0 6px;font-size:14px;transition:all .25s;position:absolute;top:16px;left:16px}.ct-field input:focus,.ct-field textarea:focus{background:#00ffff08;border-color:#0ff;box-shadow:0 0 0 3px #00ffff1f}.ct-field input:focus+label,.ct-field textarea:focus+label,.ct-field input:not(:placeholder-shown)+label,.ct-field textarea:not(:placeholder-shown)+label{color:#0ff;letter-spacing:1.5px;text-transform:uppercase;font-size:11px;top:-8px;left:12px}.ct-error{color:#ff7676;letter-spacing:.3px;min-height:16px;margin-top:6px;font-size:12px}.ct-submit{color:#000;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(135deg,#0ff,#1bd7a8);border:none;border-radius:12px;align-self:flex-start;align-items:center;gap:10px;padding:14px 28px;font-family:Fjalla One,sans-serif;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #00ffff40}.ct-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 35px #0ff6}.ct-submit:disabled{opacity:.6}.ct-submit svg{transition:transform .3s}.ct-submit:hover:not(:disabled) svg{transform:translate(4px)translateY(-2px)}.ct-submit.is-loading .ct-submit-label:after{content:"...";margin-left:4px;animation:1s steps(3,end) infinite ct-dots;display:inline-block}.ct-status{letter-spacing:.3px;min-height:18px;margin-top:-4px;font-size:13.5px}.ct-status[data-state=ok]{color:#1bd7a8}.ct-status[data-state=err]{color:#ff7676}.ct-status[data-state=idle]{color:#ffffff8c}.ct-footer{z-index:1;letter-spacing:1px;color:#fff6;border-top:1px solid #ffffff0f;justify-content:center;align-items:center;gap:8px;margin-top:60px;padding-top:24px;font-size:12.5px;display:flex;position:relative}.ct-footer-dot{color:#0ff}@media (width<=900px){.ct-grid{grid-template-columns:1fr}.ct-form{padding:28px}}@media (width<=600px){.contacts{padding:60px 20px 30px}.ct-title{font-size:52px}}@keyframes ct-dots{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}#leaves{text-align:right;width:100%;height:0;position:fixed;top:-90px;left:-10%}#leaves i{z-index:1;background:linear-gradient(to bottom right,#309900,#005600);border:1px solid #333;border-radius:5% 40% 70%;width:200px;height:150px;margin-left:10px;-webkit-animation:5s infinite falling;display:inline-block;transform:skew(20deg);box-shadow:inset 0 0 1px #222}#leaves i:nth-of-type(2n){-webkit-animation:5s infinite falling2}#leaves i:nth-of-type(3n){-webkit-animation:5s infinite falling3}#leaves i:before{content:"";z-index:1;background:linear-gradient(90deg,#006400,#005600);border:1px solid #222;border-left-width:0;border-radius:0% 15% 15% 0%;width:32px;height:27px;position:absolute;top:117px;right:9px;transform:rotate(49deg)}#leaves i:after{content:"";background:linear-gradient(90deg,#00000026,#0000);border-radius:50%;width:10px;height:125px;display:block;position:absolute;left:85px;transform:rotate(125deg)}#leaves i:nth-of-type(n){width:30px;height:23px}#leaves i:nth-of-type(n):before{width:7px;height:5px;top:17px;right:1px}#leaves i:nth-of-type(n):after{width:2px;height:17px;top:0;left:12px}#leaves i:nth-of-type(odd){width:16px;height:11px}#leaves i:nth-of-type(odd):before{width:4px;height:3px;top:7px;right:0}#leaves i:nth-of-type(odd):after{width:2px;height:6px;top:1px;left:5px}#leaves i:nth-of-type(3n+2){width:23px;height:17px}#leaves i:nth-of-type(3n+2):before{width:4px;height:4px;top:12px;right:1px}#leaves i:nth-of-type(3n+2):after{width:2px;height:10px;top:1px;left:8px}#leaves i:nth-of-type(n){-webkit-animation-delay:1.9s}#leaves i:nth-of-type(2n){-webkit-animation-delay:3.9s}#leaves i:nth-of-type(3n){-webkit-animation-delay:2.3s}#leaves i:nth-of-type(4n){-webkit-animation-delay:4.4s}#leaves i:nth-of-type(5n){-webkit-animation-delay:5s}#leaves i:nth-of-type(6n){-webkit-animation-delay:3.5s}#leaves i:nth-of-type(7n){-webkit-animation-delay:2.8s}#leaves i:nth-of-type(8n){-webkit-animation-delay:1.5s}#leaves i:nth-of-type(9n){-webkit-animation-delay:3.3s}#leaves i:nth-of-type(10n){-webkit-animation-delay:2.5s}#leaves i:nth-of-type(11n){-webkit-animation-delay:1.2s}#leaves i:nth-of-type(12n){-webkit-animation-delay:4.1s}#leaves i:nth-of-type(13n){-webkit-animation-delay:1s}#leaves i:nth-of-type(14n){-webkit-animation-delay:4.7s}#leaves i:nth-of-type(15n){-webkit-animation-delay:3s}#leaves i:nth-of-type(n){background:linear-gradient(to bottom right,#309900,#005600)}#leaves i:nth-of-type(2n+2){background:linear-gradient(to bottom right,#5e9900,#2b5600)}#leaves i:nth-of-type(4n+1){background:linear-gradient(to bottom right,#990,#564500)}#leaves i:nth-of-type(n){opacity:.7}#leaves i:nth-of-type(3n+1){opacity:.5}#leaves i:nth-of-type(3n+2){opacity:.3}#leaves i:nth-of-type(n){-webkit-animation-timing-function:ease-in-out;transform:rotate(180deg)}@-webkit-keyframes falling{0%{-webkit-transform:translate(300px)rotate(0)}to{opacity:0;-webkit-transform:translate(-350px,90vh)rotate(90deg)}}@-webkit-keyframes falling3{0%{-webkit-transform:translate(0,0)rotate(-20deg)}to{opacity:0;-webkit-transform:translate(-230px,95vh)rotate(-70deg)}}@-webkit-keyframes falling2{0%{-webkit-transform:translate(0,0)rotate(90deg)}to{opacity:0;-webkit-transform:translate(-400px,85vh)rotate(0)}}@keyframes scroll-anim-animation{0%{top:-100%}to{top:100%}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-rev{0%{transform:translate(-50%)}to{transform:translate(0)}}html,body{max-width:100%}body.nav-locked{overflow:hidden}nav .nav-toggle{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:16;background:#0006;border:1px solid #ffffff26;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:none}nav .nav-toggle span{background:#fff;border-radius:2px;width:20px;height:2px;transition:transform .35s,opacity .25s;display:block}nav.is-open .nav-toggle span:first-child{transform:translateY(7px)rotate(45deg)}nav.is-open .nav-toggle span:nth-child(2){opacity:0}nav.is-open .nav-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=820px){nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000008c;border-bottom:1px solid #ffffff0d;padding:0 14px}nav .nav-toggle{display:flex}nav #navBtns{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;visibility:hidden;pointer-events:none;z-index:14;background:#080a0ef5;border-bottom:1px solid #00ffff26;flex-direction:column;align-items:stretch;gap:4px;padding:18px 22px 28px;transition:transform .35s,opacity .25s,visibility 0s linear .3s;position:fixed;top:60px;left:0;right:0;transform:translateY(-12px);box-shadow:0 25px 40px #0009}nav.is-open #navBtns{opacity:1;visibility:visible;pointer-events:auto;transition:transform .35s,opacity .3s,visibility;transform:translateY(0)}nav #navBtns button{text-align:left;letter-spacing:2px;text-transform:uppercase;border-bottom:1px solid #ffffff0d;padding:14px 10px;font-family:Fjalla One,sans-serif;font-size:16px}nav #navBtns button:last-child{border-bottom:none}nav #navBtns button:hover{color:#0ff;letter-spacing:3px}}@media (hover:none),(pointer:coarse){#cursor-circle,.cursor-circle-dot{display:none!important}a,button,input,textarea,select,[role=button]{cursor:pointer}}@media (width<=720px){#leaves{display:none}.title{gap:12px}.title .line{width:40px}.title h1{letter-spacing:3px;font-size:18px}}@media (width<=900px){.experience .exp-stage.is-mobile{padding-bottom:40px}.experience .exp-header{padding:70px 20px 16px}.experience .exp-title{font-size:48px}.experience .exp-counter-current{font-size:40px}.experience .exp-counter-divider,.experience .exp-counter-total{font-size:22px}.experience .exp-stage.is-mobile .exp-card{border-radius:20px;gap:14px;padding:24px}.experience .exp-stage.is-mobile .exp-num{font-size:80px;top:12px;right:18px}.experience .exp-stage.is-mobile .exp-card-project{font-size:24px}.experience .exp-stage.is-mobile .exp-card-role{font-size:15px}.experience .exp-stage.is-mobile .exp-card-points li{font-size:13px}.experience .exp-stage.is-mobile .exp-card--intro,.experience .exp-stage.is-mobile .exp-card--outro{width:100%}.experience .exp-stage.is-mobile .exp-intro-title{font-size:42px}.achievements{padding:70px 20px 80px}.ach-header{margin-bottom:36px}.ach-title{font-size:48px}.ach-bento{grid-auto-rows:200px;gap:14px}.ach-card-title{font-size:16px}.ach-card--lg .ach-card-title{font-size:22px}}@media (width<=600px){.ach-bento{grid-auto-rows:220px}.ach-modal{padding:18px}.ach-modal-body h2{font-size:24px}.ach-modal-body p{font-size:13.5px}.ct-form{border-radius:18px;padding:22px}.ct-info-card{padding:14px}.ct-info-icon{width:38px;height:38px}.ct-info-value{font-size:14px}.ct-submit{justify-content:center;width:100%}.ct-footer{text-align:center;flex-direction:column;gap:4px}.ct-footer-dot{display:none}}.home,.about,.experience,.projects,.achievements,.contacts{max-width:100vw}
