@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Mulish&display=swap");:root{--hue-color:260;--first-color:hsl(var(--hue-color),79%,71%);--first-color-lighter:hsl(var(--hue-color),82%,95%);--title-color:#fff;--first-color-alt:hsl(var(--hue-color),67%,63%);--second-color:#4CAF50;--third-color:#FF5722;--fourth-color:#2196F3;--element-color:rgb(229,112,229);--link-hover-color:rgb(84,84,200);--purple-color:rgb(219,102,219);--margin-bottom-0-2-5:2rem;--margin-bottom-0-1:1rem;--h2-font-size:1.25rem;--smaller-font-size:0.85rem;--small-font-size:0.913rem;--font-semi-bold:600;--bg-color:#0b0c0f;--text-color:#f5f5fa;--secondary-text-color:#f5f5fa;--nav-bg-color:#1b1c1f;--nav-scrolled-bg-color:#0a0b0e;--footer-bg-color:#212631;--card-bg-color:#1b1c1f;--card-hover-bg-color:#2a2b30;--section-divider-color:rgb(167,72,202);--input-bg-color:#0b0c0f;--box-bg-color:#313538;--progress-bg-color:#e9ecef;--vertical-bg-color:#a6a6ab;--about-text-color:#f5f5f5;--service-box-title-color:#ffffff;--service-box-shadow:0 10px 20px rgba(0,0,0,0.3);--contact-box-bg:linear-gradient(135deg,#2a0845,#6441a5);--contact-title-color:#e6e6ea;--button-bg-color:#6a1b9a;--button-hover-bg-color:#4a148c;--work-timeline-text:#f6f6fa;--scroll-progress-color:rgb(32,32,226);--button-text-color:#ffffff;--button-stroke-color:#ffffff;--button-hover-color:rgb(99 10 166);--button-hover-stroke-color:rgb(99 10 166)}.light-theme{--bg-color:#f8f9fa;--title-color:hsl(var(--hue-color),9%,25%);--text-color:rgb(29,31,34);--secondary-text-color:#495057;--nav-bg-color:#ffffff;--nav-scrolled-bg-color:rgba(255,255,255,0.95);--footer-bg-color:#e9ecef;--card-bg-color:#ffffff;--card-hover-bg-color:#f1f3f5;--section-divider-color:rgb(167,72,202);--input-bg-color:#ffffff;--vertical-bg-color:#495057;--about-text-color:#212529;--service-box-title-color:#212529;--service-box-shadow:0 10px 20px rgba(0,0,0,0.1);--contact-box-bg:linear-gradient(135deg,#9c27b0,#673ab7);--contact-title-color:#212529;--button-bg-color:#9c27b0;--button-hover-bg-color:#7b1fa2;--work-timeline-text:#212529;--element-color:#9c27b0;--link-hover-color:#6200ea;--purple-color:#9c27b0;--scroll-progress-color:#6200ea;--button-text-color:#212529;--button-stroke-color:#212529;--button-hover-color:#9c27b0;--button-hover-stroke-color:#9c27b0;--box-bg-color:#f8f9fa}@media screen and (min-width:968px){:root{--h2-font-size:1.5rem;--small-font-size:0.873rem;--smaller-font-size:0.813}}*{padding:0;margin:0;scroll-behavior:smooth}body::-webkit-scrollbar{display:none}body{background-color:var(--bg-color);color:var(--text-color);font-family:Poppins,sans-serif;-ms-overflow-style:none;scrollbar-width:none;transition:background-color .3s ease,color .3s ease;font-display:swap}.main{position:relative;top:60px}.header{position:fixed;top:0;left:0;right:0;z-index:1000}.header,.nav{transition:all .3s ease}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:var(--nav-bg-color);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1)}.nav-scrolled{padding:.75rem 2rem;background:var(--nav-scrolled-bg-color);box-shadow:0 2px 20px rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.05)}.nav-brand{display:flex;align-items:center}nav.nav-down{background-color:var(--nav-scrolled-bg-color);box-shadow:0 2px 10px rgba(0,0,0,.1);padding:.5rem 2rem}.logo-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .2s ease}.logo-link:hover{transform:translateY(-1px)}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--first-color),var(--first-color-alt));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.logo-subtitle{font-size:.75rem;font-weight:500;color:var(--secondary-text-color);letter-spacing:1px}.nav-menu{gap:2rem}.nav-list,.nav-menu{display:flex;align-items:center}.nav-list{gap:.5rem;list-style:none;margin:0;padding:0}.nav-item,.nav-link{position:relative}.nav-link{display:flex;align-items:center;gap:.25rem;padding:.75rem 1rem;text-decoration:none;color:var(--text-color);font-weight:500;border-radius:8px;transition:all .2s ease;overflow:hidden}.nav-link:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(135deg,var(--first-color),var(--first-color-alt));transition:all .3s ease;transform:translateX(-50%)}.nav-link:hover{color:var(--first-color);background:rgba(106,27,154,.05);transform:translateY(-1px)}.nav-link:hover:before{width:80%}.nav-link-active{color:var(--first-color);background:rgba(106,27,154,.1)}.nav-link-active:before{width:80%}.external-icon{opacity:.7;transition:opacity .2s ease}.nav-link:hover .external-icon{opacity:1}.nav-actions{gap:1rem;margin-left:1rem}.nav-actions,.right ul{display:flex;align-items:center}.right ul{gap:1.4rem;list-style:none;margin:0;padding:0}.right a,.right li{position:relative}.right a{color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s ease;padding:.5rem 0}.right a:hover{color:var(--first-color)}.right a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--first-color);transition:width .3s ease}.right a:hover:after{width:100%}.resume-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--first-color),var(--first-color-alt));color:white;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px rgba(106,27,154,.3)}.resume-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(106,27,154,.4);background:linear-gradient(135deg,var(--first-color-alt),var(--first-color))}.mobile-menu-btn{display:none;flex-direction:column;align-items:center;justify-content:center;width:48px;height:48px;border:none;background:transparent;color:var(--text-color);border-radius:8px;cursor:pointer;transition:all .2s ease;z-index:1001}.mobile-menu-btn:hover{background:rgba(128,128,128,.1)}.mobile-menu-btn:active{transform:scale(.95)}.mobile-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:998}.theme-toggle-container{gap:1rem}.theme-toggle,.theme-toggle-btn,.theme-toggle-container{display:flex;align-items:center}.theme-toggle-btn{background:none;border:none;cursor:pointer;justify-content:center;width:35px;height:35px;padding:5px;color:var(--text-color);border-radius:50%;transition:background-color .3s ease,transform .2s ease}.theme-toggle-btn:hover{background-color:rgba(128,128,128,.2);transform:scale(1.1)}.theme-toggle-btn svg{stroke:var(--text-color)}#ham-menu{display:none;font-size:1.8rem;transition:all .3s ease}#ham-menu,.ham-button{cursor:pointer;color:var(--text-color)}.ham-button{background:none;border:none;z-index:1000;display:flex;align-items:center;justify-content:center}.active-link{color:var(--first-color)}main hr{border:0;background:var(--section-divider-color);height:.2px;margin:40px 80px}footer{background-color:var(--footer-bg-color)}footer .footer-rights{text-align:center;color:var(--secondary-text-color);padding:15px 0}.left{font-size:1.5rem}.firstSection>div{width:45%}.leftSection{font-size:2.5rem}.home-blob{width:350px}.home-blob-img{width:200px}.purple{color:var(--purple-color)}.gray{color:var(--secondary-text-color)}#element{color:var(--element-color)}.work-exp-section{padding:6rem 2rem;background:linear-gradient(135deg,var(--bg-color) 0,rgba(106,27,154,.03) 100%);position:relative;overflow:hidden}.exp-container{max-width:1200px;margin:0 auto;position:relative}.exp-header{text-align:center;margin-bottom:4rem}.header-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(106,27,154,.1);color:var(--first-color);padding:.5rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(106,27,154,.2)}.star-icon{animation:twinkle 2s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.exp-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;background:linear-gradient(135deg,var(--title-color) 0,var(--first-color) 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;line-height:1.1}.exp-title,.gradient-text{-webkit-text-fill-color:transparent}.gradient-text{background:linear-gradient(135deg,var(--first-color),var(--first-color-alt));-webkit-background-clip:text;background-clip:text}.exp-subtitle{font-size:1.125rem;color:var(--secondary-text-color);max-width:600px;margin:0 auto;line-height:1.6}.exp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem;margin-bottom:4rem}.exp-card,.exp-card-wrapper{position:relative}.exp-card{background:var(--card-bg-color);border-radius:20px;padding:0;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(106,27,154,.1);transition:all .3s ease;z-index:2;overflow:hidden}.exp-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.12);transform:translateY(-5px)}.card-glow{position:absolute;top:0;left:0;right:0;height:100%;border-radius:20px;opacity:0;transition:opacity .3s ease;z-index:1;filter:blur(20px)}.exp-card-wrapper:hover .card-glow{opacity:.3}.card-gradient-header{background:var(--gradient,linear-gradient(135deg,var(--first-color),var(--first-color-alt)));padding:1.5rem;color:white}.company-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.company-text{flex:1}.company-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.position-badge{background:rgba(255,255,255,.2);padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.logo-wrapper{display:flex;align-items:flex-start;gap:1rem}.logo-bg{width:60px;height:60px;border-radius:12px;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.1)}.company-logo{border-radius:8px}.type-indicator{padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;color:white;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px rgba(0,0,0,.2)}.card-content{padding:1.5rem}.meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.meta-item{gap:.75rem;padding:.75rem;background:rgba(106,27,154,.05);border-radius:12px;border:1px solid rgba(106,27,154,.1)}.meta-icon,.meta-item{display:flex;align-items:center}.meta-icon{width:32px;height:32px;border-radius:8px;background:var(--first-color);color:white;justify-content:center;flex-shrink:0}.meta-text{display:flex;flex-direction:column}.meta-label{font-size:.75rem;color:var(--secondary-text-color);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.meta-value{font-size:.875rem;font-weight:600;color:var(--title-color)}.exp-description{color:var(--text-color);line-height:1.6;font-size:.95rem}.exp-description,.highlights-section{margin-bottom:1.5rem}.section-title{font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.highlights-grid{display:flex;flex-direction:column;gap:.75rem}.highlight-item{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem;border-radius:8px;transition:background-color .3s ease}.highlight-item:hover{background:rgba(106,27,154,.05)}.highlight-bullet{width:8px;height:8px;border-radius:50%;margin-top:.5rem;flex-shrink:0}.highlight-item span{font-size:.875rem;color:var(--text-color);line-height:1.5}.skills-section{margin-bottom:1.5rem}.skills-flow{display:flex;flex-wrap:wrap;gap:.5rem}.skill-chip{padding:.5rem 1rem;border:2px solid;border-radius:20px;font-size:.75rem;font-weight:600;background:transparent;transition:all .3s ease;cursor:default}.card-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid rgba(106,27,154,.1);background:rgba(106,27,154,.02)}.duration-tag{padding:.5rem 1rem;background:rgba(106,27,154,.1);color:var(--first-color);border-radius:20px;font-size:.875rem;font-weight:700}.action-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:12px;color:white;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.2)}.exp-cta{text-align:center;padding:3rem 2rem;background:var(--card-bg-color);border-radius:20px;border:1px solid rgba(106,27,154,.1);box-shadow:0 4px 20px rgba(0,0,0,.05)}.cta-content h3{font-size:1.5rem;font-weight:700;color:var(--title-color);margin-bottom:.5rem}.cta-content p{color:var(--secondary-text-color);margin-bottom:2rem}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,var(--first-color),var(--first-color-alt));color:white;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px rgba(106,27,154,.3)}@media (max-width:968px){.work-exp-section{padding:4rem 1rem}.exp-grid{grid-template-columns:1fr;gap:1.5rem}.company-header{flex-direction:column;gap:1rem;align-items:flex-start}.type-indicator{align-self:flex-start}.meta-grid{grid-template-columns:1fr}.card-footer{flex-direction:column;gap:1rem;align-items:stretch}.action-button{justify-content:center}}.secondSection{max-width:1300px;margin:3rem 4rem;height:75vh}.secondSection h1{font-size:1.8rem}.secondSection .box{background:var(--box-bg-color);height:2px;width:65vw;margin:56px 0;display:flex;gap:140px}.secondSection .vertical{background-color:var(--vertical-bg-color);height:90px;width:1px;margin:0 6vw}.image-top{width:70px;position:relative;top:-32px;left:-32px}.vertical-title{position:relative;top:65px;width:250px;font-size:17px;color:var(--work-timeline-text)}.vertical-desc{position:relative;top:70px;color:var(--secondary-text-color);font-size:12px;width:250px;text-align:justify}.footer{display:flex;justify-content:space-evenly;padding:25px 125px;margin-top:100px}.footer ul{list-style:none}.leftSection .buttons{padding:25px 0;display:flex;gap:20px;z-index:10;position:relative}.buttons a{padding:0 10px;margin:30px 10px 0;color:var(--button-text-color)}.links li a{text-decoration:none;color:var(--secondary-text-color)}.links li a:hover{color:var(--link-hover-color);font-size:1.01rem}.footer-share{display:flex;gap:5px;justify-content:center;align-items:center;flex-direction:column}.share-icons{display:flex;gap:.5rem}.share-icons button{border:none;background:none;cursor:pointer;transition:transform .2s ease,filter .2s ease}.share-icons button:hover{transform:scale(1.1);filter:brightness(1.1)}.about{margin:0 70px;padding-top:60px}.about h1{font-size:1.8rem}.about-content{display:flex;justify-content:space-around}.about-left img{height:300px;width:300px;margin:50px 0;border:3px solid rgb(126,19,207);border-radius:5px;-o-object-fit:cover;object-fit:cover;filter:brightness(.9);scale:1;transition:scale 1.5s ease-in-out,filter .5s ease-in-out}.about-left img:hover{filter:brightness(1);scale:1.1}.about-right{position:relative;top:-70px}.about-right a{position:relative;text-decoration:none;color:var(--secondary-text-color);font-size:1.5rem;left:70%;transition:all .4s ease-in-out}.about-right a:hover{color:var(--link-hover-color)}.about-right div{position:relative;margin:35px 70px;color:var(--about-text-color);text-align:justify}.about-info{display:flex;justify-content:space-evenly;margin-bottom:var(--margin-bottom-0-2-5)}.about-info-title{font-size:var(--h2-font-size);font-weight:var(--font-semi-bold);color:var(--element-color)}.about-info-name{font-size:var(--smaller-font-size)}.about-info-name,.about-info-title{display:block;text-align:center}.services{max-width:1300px;margin:3rem 4rem;padding-top:60px}.services h1{font-size:1.8rem}.services-box{display:flex;justify-content:space-evenly;margin-top:10px}.sbox{align-items:center;margin-top:20px;position:relative;width:20vw;height:400px;text-align:center;display:grid;place-items:center;background:var(--card-bg-color);box-shadow:var(--service-box-shadow);border-radius:15px;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;padding:20px;overflow:hidden}.sbox:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.2);background:var(--card-hover-bg-color)}.sbox-title{text-align:center;padding:5px 0;color:var(--service-box-title-color)}.sbox-desc{padding:5px;text-align:justify;margin:.5rem}.sbox .btn{padding:8px;border:1px solid #f5f5fa;background-color:rgb(99 10 166);color:#f5f5fa;border-radius:5px;cursor:pointer;font-size:15px}.sbox .buttons{display:flex;justify-content:center;padding:20px 0}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--title-color);margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--secondary-text-color);max-width:600px;margin:0 auto;line-height:1.6}.contact{padding:4rem 1.5rem;background-color:var(--bg-color);max-width:1300px;margin:3rem 4rem}.contact-container{max-width:600px;margin:0 auto;padding:2rem;background:var(--card-bg-color);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{position:relative;transition:all .3s ease}.form-group label{font-size:.95rem;color:var(--text-color);margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{padding:1rem;border:1px solid var(--first-color-lighter);border-radius:8px;background:var(--input-bg-color);color:var(--text-color);font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--first-color);box-shadow:0 0 0 3px rgba(106,27,154,.2)}.form-group textarea{resize:vertical;min-height:150px}.error-message{color:#e74c3c;background:rgba(231,76,60,.1);padding:.8rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;display:none}.error-message.visible{display:block;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submit-btn{padding:1rem 2rem;background:var(--first-color);color:white;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover{background:var(--first-color-alt);transform:translateY(-2px);box-shadow:0 5px 15px rgba(106,27,154,.3)}.submit-btn:disabled{background:var(--first-color-lighter);cursor:not-allowed;transform:none;box-shadow:none}.spinner{width:20px;height:20px;border-radius:50%;border:3px solid rgba(255,255,255,.3);border-top-color:white;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}.success-message{display:flex;align-items:center;gap:.5rem;padding:1rem;background:rgba(46,204,113,.1);color:#2ecc71;border-radius:8px;font-size:.95rem;animation:fadeIn .3s ease}.success-icon{width:20px;height:20px;flex-shrink:0}.shake{animation:shake .5s cubic-bezier(.36,.07,.19,.97) both}@keyframes shake{10%,90%{transform:translateX(-2px)}20%,80%{transform:translateX(4px)}30%,50%,70%{transform:translateX(-6px)}40%,60%{transform:translateX(6px)}}.ScrollProgress{background-color:var(--scroll-progress-color);height:3px;position:fixed;top:0;left:0;z-index:500;width:100%}.button{color:var(--button-text-color);cursor:pointer;font-size:1rem;font-family:Mulish;line-height:2.5rem;max-width:160px;width:100%;letter-spacing:.3rem;font-weight:600;text-decoration:none;text-transform:uppercase;display:flex;justify-content:center;transition:all .3s ease}.button-text{position:relative;z-index:2}.button:hover{color:var(--button-hover-color);transform:translateY(-2px)}.button svg{height:40px;left:0;top:0;position:absolute;width:100%}.button rect{fill:none;stroke:var(--button-stroke-color);stroke-width:2;stroke-dasharray:450,0;transition:all .5s linear}.button:hover rect{stroke-width:5;stroke-dasharray:20,300;stroke-dashoffset:48;stroke:var(--button-hover-stroke-color);transition:all 2s cubic-bezier(.22,1,.25,1)}.button:before{z-index:1}@media only screen and (min-width:1024px){.firstSection>div{width:41%}.leftSection{font-size:2.3rem}.about{margin-right:50px;margin-left:110px}.about-right a{left:75%}.about-left img{height:200px;width:200px;margin:50px -5px}.about-right div{margin:70px 40px}.services{margin:0 110px}.sbox{width:90%;margin:30px 5px 5px}.secondSection{height:80vh}}@media only screen and (min-width:951px) and (max-width:1023px){.left{font-size:1.4rem}nav ul li a{font-size:.9rem}nav ul li a:hover{font-size:1rem}.leftSection{font-size:2rem}.firstSection>div{width:36%}.secondSection{height:90vh}.about{margin-right:50px}.about-right a{left:75%}.about-left img{height:200px;width:200px;margin:50px -5px}.about-right div{margin:70px 40px}.services-box{flex-wrap:wrap}.sbox{width:100%}.project-cards{flex-wrap:wrap}.flip-card{width:100%;margin:10px}.footer{padding:25px 115px}.footer-first{font-size:.9rem}.links{font-size:.8rem}footer .footer-rights{font-size:.9rem}}@media only screen and (max-width:968px){.nav{padding:1rem}.nav-scrolled{padding:.75rem 1rem}.nav-menu{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:var(--nav-bg-color);flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:5rem 2rem 2rem;box-shadow:-5px 0 25px rgba(0,0,0,.1);transition:right .3s ease;z-index:999}.nav-menu-open{right:0}.nav-list{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.nav-link{width:100%;padding:1rem 1.5rem;border-radius:12px;justify-content:space-between}.nav-link:before{display:none}.nav-actions{flex-direction:column;width:100%;margin-left:0;margin-top:2rem;gap:1rem}nav.nav-down{padding:.5rem 1rem}#ham-menu{display:block;z-index:1001}.right{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:var(--nav-scrolled-bg-color);box-shadow:-5px 0 15px rgba(0,0,0,.1);transition:right .3s ease;padding:5rem 1.5rem;z-index:1000}.right.open{right:0}.right ul{flex-direction:column;align-items:flex-start;gap:1.3rem;font-size:1.2rem}.theme-toggle-container{width:100%;padding:1rem 0;border-top:1px solid var(--secondary-text-color);margin-top:1rem}.resume-btn{width:100%;justify-content:center}.mobile-menu-btn{display:flex}.mobile-overlay{display:block}.timeline-item{flex-direction:column;align-items:center;margin-bottom:3rem}.timeline-connector{position:relative;left:auto;transform:none;margin-bottom:1rem}.connector-line{height:2px;width:100%;background:linear-gradient(to right,var(--accent-color,var(--first-color)),transparent)}.experience-card{width:100%;margin:0}.card-header{flex-direction:column;gap:1rem}.company-info{width:100%}.experience-meta{flex-direction:column;gap:.5rem}.card-footer{flex-direction:column;gap:1rem;align-items:stretch}.details-button{justify-content:center}.firstSection{flex-direction:column-reverse}.leftSection{width:100%!important;display:flex;flex-direction:column;justify-content:center;align-items:center}.rightSection{width:50vw!important}.secondSection{height:100vh}.secondSection .box{height:70vh;width:2px;margin:25px 65px;flex-direction:column;gap:150px}.secondSection .vertical{height:1px;width:40px;margin:15px 0}.image-top{width:60px;position:relative;top:-5px;left:-65px}.vertical-title{top:-50px;width:60vw;font-size:1.05rem;left:45px}.vertical-desc{top:-45px;width:60vw;left:45px}.about{margin:0 70px}.about-content{flex-direction:column;justify-content:center;align-items:center}.about-right a{top:-360px;left:80%}.about-left img{width:250px;height:250px}.about-right div{margin:60px 20px}.services-box{flex-direction:column;justify-content:center;align-items:center}.sbox{width:100%}.sbox-desc{text-align:justify;padding:0 15px 10px}.project-cards{flex-direction:column}.flip-card{width:100%;margin-bottom:20px}.footer{padding:25px 0}.footer-first{font-size:.85rem}.links{font-size:.75rem}footer .footer-rights{font-size:.85rem}}@media only screen and (max-width:768px){body{min-width:-moz-fit-content;min-width:fit-content}.ScrollProgress{height:3px!important;top:0!important}.firstSection{flex-direction:column-reverse;margin:2rem}.rightSection{display:flex;justify-content:center}.rightSection img{width:60vw}.leftSection{font-size:1.9rem;width:100%!important;display:flex;flex-direction:column;justify-content:center;align-items:center}.tagline{font-size:.9rem}.section-title{font-size:1.5rem!important}.about{margin:0 37.525px!important}.about-left img{width:200px!important;height:200px!important}.about-right a{top:-300px!important;left:70%!important;font-size:1.3rem}.about-right div{margin:30px 0!important;font-size:.9rem}.services{margin:0 37.525px}.footer-first{font-size:.8rem!important}footer .footer-rights{font-size:.7rem!important}.secondSection{margin:0 37.525px!important;height:130vh}.secondSection .box{height:90vh;gap:225px}.button{font-size:.9rem}.social-icons{justify-content:center;margin-top:1.5rem}.buttons{flex-wrap:wrap;justify-content:center}.leftSection .buttons{padding:15px 0;justify-content:center}.contact{padding:3rem 1rem;margin:3rem 2rem}.contact .section-title{font-size:2rem}.contact-container{padding:1.5rem}.contact-form{gap:1.2rem}.form-group input,.form-group textarea{padding:.8rem}.submit-btn{padding:.9rem;font-size:.95rem}}@media only screen and (max-width:480px){.nav{padding:.75rem 1rem}.nav-scrolled{padding:.5rem 1rem}.logo-text{font-size:1.25rem}.logo-subtitle{font-size:.7rem}.nav-menu{width:280px;padding:4rem 1.5rem 2rem}.tagline{font-size:.8rem!important}.section-title{font-size:1.4rem!important}.experience-card{padding:1.5rem}.company-info{flex-direction:column;text-align:center}.logo-container{align-self:center}.skills-container{justify-content:center}.section-header{margin-bottom:3rem}.experience-cta{padding:1.5rem}.left{font-size:1.1rem!important}.right ul{font-size:1rem!important}.leftSection{font-size:1.5rem!important}.leftSection .btn{padding:8px;border:1.5px solid var(--button-stroke-color);border-radius:4px;font-size:14px;color:var(--button-text-color)}.leftSection .buttons{padding:20px 0}#about{margin:0 28px!important}.about-content .about-right a{top:-190px!important;left:65%!important;font-size:1.2rem}.about-content .about-left img{width:150px!important;height:150px!important}.about-left img{margin:25px 0}.about-right div{font-size:.8rem!important}#services{margin:0 28px!important}.sbox{font-size:.9rem}.sbox-desc{padding:5px}.sbox-title{padding:5px 0}.sbox{border:3px solid transparent;margin:15px 0}.footer-first h3{font-size:.8rem!important}#footer-rights{font-size:.5rem!important}.exp-header{margin-bottom:3rem}.exp-title{font-size:2rem}.logo-bg{align-self:center}.exp-cta{padding:2rem 1rem}}@media only screen and (max-width:350px){.tagline{font-size:.7rem!important}.section-title{font-size:1.3rem!important}.right ul{font-size:.95rem!important}.secondSection{margin:0 28px!important;height:140vh!important}.secondSection .box{margin:25px 40px!important}.secondSection .vertical{width:30px!important}image-top{width:45px!important;left:-50px!important}.vertical-title{font-size:.9rem!important;left:35px!important}.vertical-desc{width:60vw!important;left:35px!important;font-size:11px!important}}@media (prefers-color-scheme:dark){.work-exp-section{background:linear-gradient(135deg,var(--bg-color) 0,rgba(106,27,154,.1) 100%)}.exp-card{box-shadow:0 4px 20px rgba(0,0,0,.2)}.logo-bg{background:rgba(255,255,255,.95)}.meta-item{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}}@media (prefers-reduced-motion:reduce){.action-button,.exp-card,.mobile-menu-btn,.nav,.nav-link,.nav-menu,.resume-btn,.skill-chip{transition:none}.exp-card:hover,.nav-link:hover,.resume-btn:hover{transform:none}}@media (prefers-contrast:high){.nav,.nav-scrolled{background:white;border-bottom:2px solid black}.nav-link{border:1px solid transparent}.nav-link-active{border:1px solid black;background:white}.resume-btn{background:black;color:white;border:2px solid black}}@media (prefers-color-scheme:dark){.logo-container{background:rgba(255,255,255,.1)}.experience-card{box-shadow:0 4px 20px rgba(0,0,0,.3)}.experience-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.4)}}.theme-transition *{transition:color .3s ease,background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.social-icons{display:flex;gap:1.5rem;margin-top:2rem}.social-icon{stroke:var(--text-color);transition:all .3s ease}.social-icons a{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:50%;background-color:transparent;transition:all .3s ease}.social-icons a:hover{transform:translateY(-5px)}.social-icons a:hover .social-icon{stroke:var(--first-color)}.intro-text{display:flex;flex-direction:column;gap:.5rem}.intro-text h1{font-size:2.8rem;font-weight:700;margin:0}.intro-text h2{font-size:2.2rem;font-weight:500;margin:0;display:inline}.animated-text{font-size:2.2rem;font-weight:600;display:block;margin-top:4px}.firstSection{display:flex;justify-content:space-between;align-items:center;max-width:1300px;margin:3rem 4rem;padding-top:90px;gap:2rem}.firstSection>div{width:40%}.button{margin:.75rem 1rem .75rem 0;position:relative;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1);border-radius:5px}.button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:rgba(255,255,255,.1);transition:all .3s ease}.button:hover:before{left:100%}.typing-container{gap:5px}@media only screen and (max-width:950px){.intro-text h1{font-size:2.3rem}.animated-text,.intro-text h2{font-size:1.8rem}.social-icons{gap:1rem;justify-content:center}}@media only screen and (max-width:600px){.firstSection{margin:2rem;flex-direction:column-reverse}.firstSection>div{width:100%}.intro-text h1{font-size:1.5rem}.animated-text,.intro-text h2{font-size:1.6rem;text-align:center}.buttons{justify-content:center}.animated-text,.intro-text h1,.intro-text h2{text-align:center}}#ham-menu:focus-visible{outline:2px solid var(--first-color);outline-offset:2px}.right a:focus-visible{outline:2px solid var(--first-color);outline-offset:4px;border-radius:2px}.typing-container{display:flex;align-items:center;flex-wrap:wrap}