@import"https://fonts.googleapis.com/css2?family=Noteworthy:wght@400;600&family=Marker+Felt&display=swap";@import"https://fonts.googleapis.com/css2?family=Brush+Script+MT&display=swap";@import"https://fonts.googleapis.com/css2?family=Marker+Felt&display=swap";@import"https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";.liquid-ether-container{position:relative;overflow:hidden;width:100%;height:100%;touch-action:none}.portfolio-text{font-family:Great Vibes,cursive;font-size:1.9rem;font-weight:500;color:#1a1a1a;letter-spacing:1px;margin:0;cursor:default}.main-navbar{position:absolute;top:0;left:50%;transform:translate(-50%);width:95%;z-index:6;display:flex;align-items:center;justify-content:space-between;padding:.5rem 2rem;height:60px;background-color:transparent}.navbar-left{display:flex;align-items:center}.navbar-right{display:flex;align-items:center;gap:1.5rem}.nav-links{display:flex;gap:2rem}.nav-link{position:relative;text-decoration:none;color:#1a1a1a;font-size:1.1rem;font-weight:500;padding:.25rem 0;background:none;border:none;cursor:pointer;transition:color .3s ease;font-family:Inter,sans-serif}.nav-link:after{content:"";position:absolute;left:0;bottom:0;width:0;height:3px;background-color:#555;transition:width .3s ease;border-radius:2px}.nav-link:hover:after{width:100%}.nav-link:hover{color:#555}.animated-button{width:35px;height:35px;border-radius:50%;border:none;background-color:#1a1a1a;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:2px;transition:transform .3s,box-shadow .3s}.animated-button .dot{font-size:.9rem}.animated-button:hover{transform:scale(1.2);box-shadow:0 5px 15px #0000004d;animation:bounce .6s ease-in-out infinite alternate}@keyframes bounce{0%{transform:scale(1.2) translateY(0)}to{transform:scale(1.2) translateY(-4px)}}.dropdown-container{position:relative}.dropdown-menu{position:absolute;top:45px;right:0;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:.5rem 0;z-index:10}.dropdown-item{width:100%;text-align:left;background:none;border:none;color:#1a1a1a;font-size:1rem;padding:.6rem 1.5rem;cursor:pointer;font-family:Inter,sans-serif;transition:background .3s ease,color .3s ease}.dropdown-item:hover{background:#0000000d;color:#333}@media(max-width:768px){.main-navbar{position:fixed;top:0;left:0;transform:none;width:100%;height:65px;padding:.5rem 1rem;justify-content:space-between;align-items:center;z-index:999;background:transparent}.navbar-left{position:absolute;top:10px;left:15px}.navbar-right{position:absolute;top:10px;right:35px;flex-direction:row;align-items:center;gap:.8rem}.nav-links{flex-direction:row;gap:1rem}.nav-link{font-size:.95rem;padding:.2rem}.animated-button{width:30px;height:30px}.portfolio-text{font-size:1.5rem}}@media(max-width:480px){.portfolio-text{font-size:1.3rem}.nav-link{font-size:.85rem}.animated-button{width:28px;height:28px}}.about-section{height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background:linear-gradient(160deg,#e5e5f2,#c7d4e3,#a8bcd6);color:#1b1b1b;overflow:hidden;position:relative;padding-top:8vh;transition:background .8s ease-in-out}.about-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff26;z-index:1;pointer-events:none}.about-heading{font-family:Marker Felt,cursive;font-size:4rem;font-weight:700;text-transform:uppercase;letter-spacing:3px;text-align:center;margin-bottom:50px;color:#142a3e;text-shadow:0 3px 12px rgba(0,0,0,.2);z-index:2}.about-text{font-family:Noteworthy,cursive;font-size:1.5rem;line-height:1.8;max-width:900px;text-align:center;margin-bottom:40px;color:#191919e6;z-index:2}.about-text strong{color:#0c2035;font-weight:700}.about-box{font-family:Noteworthy,cursive;align-self:flex-end;margin-right:12%;padding:18px 40px;background:#ffffffa6;border:1px solid rgba(0,0,0,.1);border-radius:16px;box-shadow:0 6px 25px #00000026;text-align:center;transition:transform .4s ease,box-shadow .4s ease;z-index:2}.about-box:hover{transform:translateY(-6px);box-shadow:0 10px 25px #0003}.about-box h3{font-size:1.4rem;font-weight:600;letter-spacing:.5px;color:#0e1c2b;margin:0}@keyframes gradientFlow{0%{background-position:0% 50%}to{background-position:100% 50%}}.about-section{background-size:200% 200%;animation:gradientFlow 15s ease-in-out infinite alternate}@media(max-width:768px){.about-heading{font-size:2.8rem}.about-text{font-size:1.15rem;padding:0 1.2rem}.about-box{align-self:center;margin:1.5rem 0 0;padding:14px 30px}.about-box h3{font-size:1.1rem}}.skills-section{width:100%;min-height:160vh;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;background:#e5e5f2}.vanta-background{position:absolute;inset:0;z-index:0}.skills-overlay{position:relative;z-index:3;width:90%;max-width:1200px;display:flex;align-items:center;justify-content:center}.skills-grid{width:100%;height:100vh;position:relative;perspective:1200px;transform-style:preserve-3d}.skills-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-family:Brush Script MT,cursive;line-height:1.1;z-index:10;-webkit-user-select:none;-moz-user-select:none;user-select:none}.skills-line{display:block;color:#3d4a83;text-shadow:0 0 10px rgba(237,80,80,.3),0 0 20px rgba(184,77,142,.3),0 0 35px rgba(61,74,131,.4);animation:slowColorShift 10s ease-in-out infinite alternate}@keyframes slowColorShift{0%{color:#3d4a83}50%{color:#b84d8e}to{color:#ed5050}}.skills-line.top-line{font-size:5rem;font-weight:500;margin-bottom:10px}.skills-line.bottom-line{font-size:7rem;font-weight:600}.skill-wrapper{width:130px;height:150px;position:absolute;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.25);border-radius:18px;display:flex;justify-content:center;align-items:center;box-shadow:0 10px 25px #00000026;transform-style:preserve-3d;transition:transform .4s ease}.skill-wrapper:hover{transform:scale(1.1) translateZ(20px)}.skill-img{width:70%;height:auto;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease,filter .3s ease}.skill-wrapper:hover .skill-img{transform:scale(1.1);filter:brightness(1.3)}@media(max-width:992px){.skills-line.top-line{font-size:3.8rem}.skills-line.bottom-line{font-size:5.5rem}.skill-wrapper{width:110px;height:130px}}@media(max-width:600px){.skills-line.top-line{font-size:2.8rem}.skills-line.bottom-line{font-size:4rem}.skill-wrapper{width:90px;height:110px}}.qualification-section{position:relative;width:100%;height:130vh;background:#e5e5f2;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-top:0;padding-top:4rem}.three-background{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:900px;height:820px;z-index:0;pointer-events:none}.qualification-heading{font-family:Great Vibes,cursive;font-size:100px;color:#383838;position:relative;z-index:10;margin:0;text-align:center;overflow:hidden;letter-spacing:2px}.qualification-heading .letter{display:inline-block;opacity:0;transform:translateY(40px)}.depth-container{position:relative;z-index:5;perspective:2800px;width:100%;height:60vh;display:flex;justify-content:center;align-items:center;margin-top:4rem}.depth-card{position:absolute;width:400px;height:400px;background:#ffffffa6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:25px;border:1px solid rgba(0,0,0,.1);box-shadow:0 10px 40px #0003;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#1e1e1e;padding:2rem;font-family:Marker Felt,cursive;transform-style:preserve-3d;opacity:0;transform:translateZ(-1000px)}.glow-text{font-size:1.6rem;color:#383838;margin-bottom:.5rem}.glow-sub{font-size:1rem;color:#333;margin-bottom:1rem}.glow-desc{font-size:1rem;color:#222;line-height:1.7;max-width:85%}.projects-section{position:relative;width:100%;height:100vh;background:#e5e5f2;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin:0;padding:0}.projects-header{position:absolute;top:0;left:0;width:100%;text-align:center;z-index:20;margin:0;padding:0}.projects-heading{font-family:Apple Chancery,URW Chancery L,cursive;font-size:clamp(3.5rem,6vw,7rem);color:#222;margin:0;padding:0;letter-spacing:.05em;text-shadow:0 3px 6px rgba(0,0,0,.15);opacity:0;transform:translateY(-100px) scale(.8)}.projects-stage{position:relative;width:100%;height:100vh;perspective:1800px;transform-style:preserve-3d}.project-card{position:absolute;left:50%;top:55%;width:clamp(300px,45vw,720px);aspect-ratio:16 / 10;transform:translate(-50%,-50%);border-radius:20px;overflow:hidden;background:#ffffffa6;box-shadow:0 20px 80px #0000004d;opacity:0;will-change:transform,opacity}.project-label{position:absolute;top:0;left:0;width:100%;padding:.7rem 1rem;text-align:center;font-family:Marker Felt,cursive;font-size:1.4rem;color:#fff;background:linear-gradient(to bottom,rgba(0,0,0,.6),transparent);z-index:2;letter-spacing:.5px;text-shadow:0 2px 6px rgba(0,0,0,.4)}.project-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-info{position:absolute;bottom:0;width:100%;text-align:center;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.4),transparent);color:#111;font-family:Marker Felt,cursive}.project-info h3{margin:0;font-size:1.3rem;letter-spacing:.5px}.contact-section{background:linear-gradient(180deg,#5b7ca1,#20344a);color:#fff;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;overflow:hidden;padding:3rem 1rem 0;margin:0}.contact-title{font-family:Great Vibes,cursive;font-size:clamp(3rem,6vw,5rem);color:#fff;margin-bottom:3rem}.contact-grid{display:flex;justify-content:center;align-items:flex-start;gap:3rem;flex-wrap:wrap;max-width:1000px;margin-bottom:0}.contact-item{display:flex;flex-direction:column;align-items:center;font-family:Poppins,sans-serif;font-size:1rem;color:#e2e6ec}.contact-item p{margin:3px 0;padding:0}.contact-icon{font-size:2.5rem;color:#1e2b35;margin-bottom:10px;background:#ffffffe6;padding:10px;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.contact-icon:hover{transform:scale(1.1);box-shadow:0 4px 10px #0000004d}.contact-item a{color:#e2e6ec;text-decoration:none;font-weight:600}.contact-item a:hover{color:#fff;text-decoration:underline}.contact-name{font-family:Poppins,sans-serif;font-size:clamp(3.5rem,7vw,5.5rem);font-weight:700;letter-spacing:3px;margin:1.5rem 0 2rem;padding:0;background:linear-gradient(90deg,#ffe29f,#f6b26b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 3px 10px rgba(255,255,255,.2);line-height:1}.footer-section{background:linear-gradient(180deg,#121212,#1a1a1a);text-align:center;padding:.35rem 0;color:#cfcfcf;font-family:Poppins,sans-serif;font-size:.85rem;letter-spacing:.5px;width:100%;margin-top:0;position:relative}@media(max-width:768px){.contact-section{padding-top:calc(70px + 2rem)}.contact-grid{display:grid!important;grid-template-columns:1fr!important;gap:2rem!important;justify-items:center;align-items:center;width:100%}.contact-item{width:100%;align-items:center!important;text-align:center!important}.contact-icon{display:block!important;margin:0 auto 10px!important}.contact-item p,.contact-item a{display:block;margin:0 auto;text-align:center;max-width:90vw;word-break:break-word;overflow-wrap:anywhere}.contact-title{font-size:2.8rem;margin-bottom:2rem}.contact-name{font-size:2.8rem;margin-bottom:1.5rem}.footer-section{font-size:.8rem;padding:.25rem 0}}@media(max-width:480px){.contact-title{font-size:2.4rem}.contact-name{font-size:2.2rem}.contact-icon{font-size:2.2rem;padding:8px}.contact-item a,.contact-item p{font-size:.95rem}}/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial}}}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.z-10{z-index:10}.container{width:100%}.block{display:block}.flex{display:flex}.hidden{display:none}.min-h-screen{min-height:100vh}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.text-center{text-align:center}.text-\[\#d9d9d9\]{color:#d9d9d9}.opacity-80{opacity:.8}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-1000{--tw-duration:1s;transition-duration:1s}html,body,#root{box-sizing:border-box;scroll-behavior:smooth;background-color:#fff;width:100%;min-height:100%;margin:0;padding:0;overflow-x:hidden}body{min-height:-webkit-fill-available}*{-webkit-text-size-adjust:100%}section{scroll-snap-align:start}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}
