@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap";.contact-wrapper{background-color:var(--background-color);font-family:Montserrat,sans-serif;padding:20px}.contact-box{border:2px solid #8B5E3C;border-radius:50px;padding:40px;max-width:1100px;margin:100px auto;background-color:var(--background-color);box-shadow:0 10px 25px #0000000d}.contact-title{text-align:center;font-size:40px;font-weight:700;color:var(--title);margin-bottom:80px}.contact-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:50px}.contact-form{flex:1;min-width:280px;display:flex;flex-direction:column;gap:20px}.contact-form input,.contact-form textarea{padding:15px 20px;border:1px solid #8B5E3C;border-radius:8px;font-size:16px;font-family:Montserrat,sans-serif;outline:none;background-color:var(--background-color);color:var(--text-primary);resize:vertical}.send-button{padding:15px 20px;font-size:20px;font-weight:500;background:linear-gradient(90deg,#8b5e3c,#251910);color:#fff;border:none;border-radius:50px;cursor:pointer;width:fit-content;min-width:160px;transition:all .3s ease}@media (min-width: 768px){.send-button:hover{transform:scale(1.05);background:linear-gradient(90deg,#a06944,#3a2719);box-shadow:0 6px 16px #0000004d}}.contact-info{flex:1;min-width:280px;margin-top:10px;display:flex;flex-direction:column;justify-content:flex-start;gap:20px}.info-row{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:500;color:var(--text-primary);flex-wrap:wrap}.info-row a{text-decoration:none;color:inherit;font-weight:inherit;font-size:inherit}.icon{color:#8b5e3c;font-size:36px}.robot-container{position:relative;width:fit-content;height:auto;display:flex;align-items:center;justify-content:flex-start}.contact-profile-bg{position:absolute;left:40%;top:25%;width:200px;height:auto;z-index:0;pointer-events:none}.robot{margin-top:30px;position:relative;z-index:1;left:65%}@media (max-width:1024px){.robot{margin-top:10px;position:relative;z-index:1;left:80%}}@media (max-width:850px){.robot{margin-top:10px;position:relative;z-index:1;left:60%}}@media screen and (max-width: 768px){.contact-box{padding:30px 20px;margin:50px auto;border-radius:30px}.contact-title{font-size:32px;margin-bottom:50px}.contact-content{flex-direction:column;align-items:center;gap:40px}.contact-form,.contact-info{width:100%;align-items:center}.contact-form input,.contact-form textarea{width:60%}.send-button,.robot{align-self:center}}@media screen and (max-width: 500px){.contact-title{font-size:28px}.send-button{font-size:18px;padding:12px 18px}.icon{font-size:30px}.info-row{font-size:18px}.robot{margin-top:10px;position:relative;z-index:1;left:30%}.contact-profile-bg{position:absolute;left:0;top:25%;width:200px;height:auto}.contact-form input,.contact-form textarea{width:80%}}body.light-theme{--description-color: #0F0F10;--thought-text-color: #F3EDE5;--background-color: #F3EDE5;--about-bg-color: #F3EDE5;--about-title-color: #0F0F10;--about-description-color: #0F0F10;--navbar-text-color: #1E1E1E;--navbar-center-color: #0F0F10;--education-date-bg: #B7B7B9;--education-date-color: #0F0F10;--timeline-line-color: #0F0F10;--edu-text-color: #0F0F10;--icon-wrapper-bg: #F3EDE5;--skills-section-bg: #F3EDE5;--skills-card-bg: #F3EDE5;--skills-item-bg: #F3EDE5;--text-primary: #0F0F10;--skill-item: #0F0F10;--backround-color:#F3EDE5;--title: #0F0F10;--footer-background: linear-gradient(110deg, rgba(139, 94, 60, 1) 0%, rgba(243, 237, 229, 1) 100%);--work-date:#B7B7B9}body.dark-theme{--description-color: #ffffff;--thought-text-color: #8B5E3C;--background-color: #0F0F10;--about-bg-color: #0F0F10;--about-title-color: #ffffff;--about-description-color: #ffffff;--navbar-text-color: #ffffff;--navbar-center-color: #ffffff;--education-date-bg: #1F1F1F;--education-date-color: #ffffff;--timeline-line-color: #ffffff;--edu-text-color: #ffffff;--icon-wrapper-bg: #0F0F10;--skills-section-bg: #0F0F10;--skills-card-bg: #0F0F10;--skills-item-bg: #0F0F10;--text-primary: #F3EDE5;--skill-item: #fff;--title: #fff;--backround-color:#0F0F10;--footer-background: linear-gradient(90deg, rgba(139, 94, 60, 1) 0%, rgba(37, 25, 16, 1) 79%);--work-date:#252526}.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 80px;background:transparent}.navbar-left{font-size:40px;font-weight:700;color:var(--navbar-text-color);cursor:pointer}.navbar-center{display:flex;align-items:center;gap:40px;cursor:pointer}.navbar-center span{text-decoration:none;color:var(--navbar-center-color);font-size:18px;font-weight:500}.theme-icon{width:24px;height:24px;cursor:pointer}.talk-button{background:#8b5e3c;background:linear-gradient(90deg,#8b5e3c,#251910);color:#fff;font-family:Montserrat,sans-serif;font-size:20px;font-weight:500;padding:10px 35px;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease}@media (min-width: 768px){.talk-button:hover{transform:scale(1.05);background:linear-gradient(90deg,#a06944,#3a2719);box-shadow:0 6px 16px #0000004d}}@media (max-width: 1200px){.navbar{padding:20px 60px}.navbar-left{font-size:34px}.navbar-center span{font-size:17px}.talk-button{font-size:18px;padding:8px 28px}.theme-icon{width:22px;height:22px}}@media (max-width:1100px){.navbar-left{font-size:30px}.navbar-center span{font-size:14px}.talk-button{font-size:15px;padding:7px 25px}}@media (max-width: 1024px){.navbar{padding:15px 20px}.navbar-center span{display:none}.navbar-center{margin-left:auto;margin-right:10px}.theme-icon{position:relative;right:0;width:24px;height:24px}}@media (max-width: 768px){.navbar-left{font-size:24px}.theme-icon{width:20px;height:20px}}@media (max-width: 480px){.navbar-left{font-size:20px}.theme-icon{width:18px;height:18px}}.education-section{background-color:var(--background-color);padding:60px 20px;font-family:Montserrat,sans-serif}.education-title{text-align:center;font-size:40px;font-weight:700;margin-bottom:60px}.edu{color:var(--edu-text-color)}.ation{color:#8b5e3c}.education-timeline{position:relative;width:100%;max-width:1000px;margin:0 auto}.education-line{position:absolute;top:0;left:50%;transform:translate(-50%);width:4px;height:calc(80% - 40px);background-image:linear-gradient(var(--timeline-line-color) 40%,transparent 40%);background-size:2px 12px;background-repeat:repeat-y;z-index:0}.education-entry{position:relative;display:flex;align-items:flex-start;margin:60px 0}.education-entry.left{flex-direction:row-reverse}.education-icon-wrapper{position:absolute;left:50%;transform:translate(-50%);z-index:2;background-color:var(--icon-wrapper-bg);padding:4px}.education-icon{width:60px;height:60px}.education-content-box{padding-top:20px;max-width:45%;z-index:1}.education-entry.right .education-content-box{margin-left:calc(50% + 40px);text-align:left}.education-entry.left .education-content-box{margin-right:calc(50% + 40px);text-align:right}.education-date{background-color:var(--education-date-bg);color:var(--education-date-color);padding:6px 16px;border-radius:20px;font-size:20px;font-weight:400;display:inline-block;margin-bottom:10px}.education-description{font-size:20px;font-weight:500;color:var(--description-color);line-height:1.6;white-space:pre-line;text-align:left}.education-line{transition:height .6s ease-out;height:0%}.education-entry{opacity:0;transition:opacity .6s ease,transform .6s ease;pointer-events:none}.education-entry.show{opacity:1;transform:translateY(0);pointer-events:auto}@media (max-width: 1000px){.education-title{font-size:32px;margin-bottom:40px}.education-date{font-size:18px;padding:5px 14px}.education-description{font-size:18px}.education-icon{width:50px;height:50px}.education-entry{margin:50px 0}.education-content-box{max-width:50%}}@media (max-width: 768px){.education-line{left:30px;transform:none}.education-entry,.education-entry.left,.education-entry.right{flex-direction:row;align-items:flex-start}.education-icon-wrapper{left:2px;transform:none}.education-content-box{max-width:calc(100% - 80px);margin:0 0 0 60px;text-align:left!important;padding-left:10px;padding-top:15px}.education-entry.right .education-content-box,.education-entry.left .education-content-box{margin-left:60px;margin-right:0}}@media (max-width: 468px){.education-line{left:25px;transform:none}.education-title{font-size:26px;margin-bottom:30px}.education-icon{width:40px;height:40px}.education-date{font-size:14px;padding:4px 10px}.education-description{font-size:14px;line-height:1.4}.education-content-box{margin-left:50px;padding-left:0;padding-top:13px}.education-entry{margin:40px 0}}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}section:not(:first-child){margin-top:-1px}.home-section{background-color:var(--background-color);min-height:100vh;font-family:Montserrat,sans-serif;display:flex;flex-direction:column}.home-content{display:flex;justify-content:space-between;align-items:center;padding:60px 80px;flex:1}.home-text{flex:1}.intro-text{font-size:50px;font-weight:700;color:#939090}.name{font-size:80px;font-weight:700;color:#8b5e3c;margin-top:10px}.description{margin-top:20px;font-size:20px;font-weight:500;color:var(--description-color);max-width:600px;line-height:1.5}.resume-button{margin-top:30px;background:linear-gradient(90deg,#8b5e3c,#251910);color:#fff;font-size:20px;font-weight:500;padding:12px 35px;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0003;text-decoration:none;display:inline-block}@media (min-width: 768px){.resume-button:hover{transform:scale(1.05);background:linear-gradient(90deg,#a06944,#3a2719);box-shadow:0 6px 16px #0000004d}}.home-image{flex:1;display:flex;justify-content:center}.home-image img{max-width:100%;height:auto;border-radius:10px}.name{font-size:80px;font-weight:700;color:#8b5e3c;margin-top:10px;display:flex;align-items:center}.typed{font-size:inherit;font-weight:inherit;color:inherit;white-space:nowrap}.cursor{font-size:inherit;font-weight:300;color:var(--title);animation:blink 1s infinite;margin-left:1px;line-height:1}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.profile-bg-img{position:absolute;width:300px;height:auto;z-index:0;top:40%;right:21%}.home-media{width:400px;max-width:100%;height:auto}@media (max-width: 1200px){.home-content{padding:50px 60px}.intro-text{font-size:44px}.name{font-size:68px}.description{font-size:18px;max-width:60%}.resume-button{font-size:18px;padding:10px 28px}.robot-wrapper{width:260px;height:260px;padding-right:45px}.profile-bg-img{width:260px;right:20%}.thought-bubble{width:180px;height:180px}.thought-text{font-size:30px;top:33%;left:23%}}@media (max-width:1100px){.intro-text{font-size:40px}.name{font-size:60px}}@media (max-width: 1024px){.home-section{min-height:auto}.home-content{flex-direction:column;align-items:center;gap:80px;text-align:center;padding:30px 20px}.home-text{display:flex;flex-direction:column;align-items:center;text-align:center}.intro-text{font-size:32px}.name{font-size:42px;justify-content:center}.description{font-size:16px;justify-content:center;text-align:center;max-width:60%}.resume-button{font-size:16px;padding:10px 22px}.profile-bg-img{position:relative;width:200px;top:auto;right:auto;margin-bottom:-40px}.home-media{max-width:80%}}@media (max-width: 768px){.intro-text{font-size:28px}.name{font-size:36px}.description{font-size:14px;max-width:80%}.resume-button,.talk-button{font-size:14px;padding:8px 18px}.home-media{max-width:60%}.profile-bg-img{width:160px}}@media (max-width: 480px){.intro-text{font-size:22px}.name{font-size:28px}.description{font-size:13px}.resume-button,.talk-button{font-size:13px;padding:6px 16px}.profile-bg-img{width:130px}.home-media{max-width:60%}}video::-webkit-media-controls{display:none!important;-webkit-appearance:none}video::-moz-media-controls{display:none!important}video{pointer-events:none;-webkit-user-select:none;user-select:none}.robot-wrapper{position:relative;width:300px;height:300px;display:flex;justify-content:center;align-items:center;padding-right:50px;bottom:50px;animation:floatUpDown 3s ease-in-out infinite;will-change:transform,left,top}.robot-body{width:100%;z-index:2}.robot-shadow{position:absolute;bottom:-33%;width:55%;height:auto;z-index:1;opacity:.6}.robot-hand{position:absolute;top:90%;transform:translateY(-50%);width:85px;height:auto;z-index:1;transition:transform .3s ease-in-out}.left-hand{top:90%;left:-14%;transform-origin:right center}.robot-wrapper:hover .left-hand{animation:wave .6s ease-in-out 2}@keyframes wave{0%{transform:translateY(-50%) rotate(0)}50%{transform:translateY(-50%) rotate(60deg)}to{transform:translateY(-50%) rotate(0)}}.right-hand{right:50px;width:14%}@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.thought-bubble{position:absolute;top:-25%;left:-65%;width:200px;height:200px;display:flex;align-items:center;justify-content:center;z-index:3}.thought-bubble img{width:100%;height:auto}.thought-text{position:absolute;font-size:40px;top:30%;left:17%;font-weight:700;color:var(--thought-text-color);transform:rotate(-15deg);font-family:Montserrat,sans-serif}.robot-wrapper{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}@media (max-width: 1200px){.robot-wrapper{width:260px;height:260px;padding-right:45px}.thought-bubble{width:180px;height:180px}.thought-text{font-size:30px;top:33%;left:23%}}@media (max-width: 1024px){.robot-wrapper{position:relative;padding:0;bottom:0;margin-top:40px;width:180px;height:180px}.thought-bubble{width:160px;height:160px;top:-40%;left:-80%}.thought-text{font-size:26px}.robot-hand{width:65px}.left-hand{top:95%}.right-hand{right:1%;width:16%;top:100%}.robot-shadow{bottom:-43%;width:55%}}@media (max-width: 768px){.robot-wrapper{width:160px;height:160px}.thought-bubble{width:140px;height:140px;top:-40%;left:-80%}.thought-text{font-size:23px}}@media (max-width: 480px){.robot-wrapper{width:130px;height:130px}.thought-bubble{width:120px;height:120px;top:-40%;left:-80%}.thought-text{font-size:19px}.robot-hand{width:45px}.right-hand{right:1%;width:16%;top:100%}}.robot-scale-wrapper{display:flex;justify-content:center;align-items:center}.robot-contact-scale{transform:scale(.6);transform-origin:center}.robot-wrapper{animation:floatUpDown 3s ease-in-out infinite}.robot-wrapper.robot-contact .thought-bubble{width:160px;height:160px;top:-30%;left:-40%}.robot-wrapper.robot-contact .thought-text{font-size:24px;top:31%;left:16%;transform:rotate(-17deg)}@media (max-width:1024px){.robot-wrapper.robot-contact{width:220px;height:220px}.robot-wrapper.robot-contact .thought-bubble{top:-40%;left:-70%}}@media (max-width:480px){.robot-wrapper.robot-contact .robot-hand{width:65px}.robot-wrapper.robot-contact .right-hand{right:1%;width:16%;top:100%}}.about-section{display:flex;align-items:center;justify-content:center;padding:80px 40px;background-color:var(--about-bg-color);flex-wrap:wrap;gap:40px}.about-left{position:relative;width:40%;margin-top:50px;min-width:280px;display:flex;justify-content:center;align-items:center}.about-bg-img{position:relative;width:100%;max-width:400px;height:auto;z-index:11}.about-person-img{position:absolute;bottom:0;left:60%;transform:translate(-50%);width:100%;width:450px;z-index:12}.about-right{width:55%;min-width:300px;padding-left:40px}.about-title{font-family:Montserrat,sans-serif;font-size:40px;font-weight:700;margin-bottom:20px;text-align:center}.about-title .dark{color:var(--about-title-color)}.about-title .brown{color:#8b5e3c}.about-description{font-family:Montserrat,sans-serif;font-size:18px;font-weight:500;color:var(--about-description-color);line-height:1.6;text-align:center}.about-description .char{display:inline-block;color:#8b4c3c;transition:color .3s ease;white-space:pre}@media (max-width:1100px){.about-description{font-size:16px}}@media (max-width: 1024px){.about-section{padding:60px 30px;flex-direction:column-reverse}.about-left,.about-right{width:100%;padding:0}.about-person-img{left:55%;max-width:350px}.about-bg-img{max-width:300px}.about-right{padding-top:20px;width:80%}.about-title{font-size:32px}.about-description{font-size:16px}}@media (max-width: 600px){.about-section{padding:40px 20px;gap:50px}.about-title{font-size:28px}.about-description{font-size:15px}.about-person-img{max-width:220px;left:53%}.about-bg-img{max-width:180px}}@media (max-width:468px){.about-description{font-size:13px}.about-right{width:90%}}.project{margin-top:-1px}.project-section{background-color:var(--background-color);font-family:Montserrat,sans-serif;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;width:100%;overflow-x:hidden;justify-content:space-around;min-height:120vh;position:relative}.project-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;width:100%;flex-wrap:wrap}.project-header{font-size:2.5rem;font-weight:700;margin-bottom:3rem}.project-header-span2{color:#8b5e3c}.project-header-span1{color:var(--title)}.project-cards{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.project-card{position:relative;overflow:hidden;height:360px;width:300px;background-color:var(--background-color);border-radius:1rem;padding:0;text-align:left;transition:transform .3s ease;border:1px solid #8b5e3c;border-left:2px solid #8b5e3c;border-right:2px solid #8b5e3c;border-bottom:4px solid #8b5e3c;box-shadow:-6px 0 4px -5px #8b5e3c,6px 0 4px -5px #8b5e3c,0 6px 6px -4px #8b5e3c;cursor:pointer}.project-card:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:#8b5e3c;z-index:5;transform:translateY(-100%);transition:transform .6s ease-out,opacity .6s ease-out;opacity:1;pointer-events:none}.project-card:hover:before,.project-card.clicked:before{transform:translateY(100%);opacity:0}.project-main-content,.project-hover-content{position:absolute;top:0;left:0;padding:2rem;width:100%;height:100%;transition:opacity .4s ease,visibility .4s ease;box-sizing:border-box}.project-main-content{opacity:1;visibility:visible;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.project-hover-content{opacity:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.project-hover-content::-webkit-scrollbar{display:none}.project-card:hover .project-main-content{opacity:0;visibility:hidden}.project-card:hover .project-hover-content{opacity:1;visibility:visible}.project-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--text-primary)}.project-card p{font-size:.9rem;color:var(--text-primary);margin-bottom:2rem}.tools-highlight{color:#8b5e3c;font-weight:500}.project-icon{display:flex;justify-content:center}.project-icon img{width:100px;height:100px;border-radius:50%;padding:.5rem}.project-title{color:var(--text-primary)}.project-tools-header{font-size:small;font-weight:400;color:var(--text-primary)}@media (max-width: 480px){.project-header{font-size:26px}}.gsap-project-header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width: 767px){.project-header{position:static;transform:none;scale:1;top:auto;left:auto;text-align:center;margin-bottom:2rem}}.skills-section{padding:60px 40px;background:var(--skills-section-bg);text-align:center;overflow:hidden}.skills-title{font-size:40px;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:50px;position:relative;z-index:10}.highlight-dark{color:var(--text-primary)}.highlight-brown{color:#8b5e3c}.skills-carousel-outer{max-width:1020px;margin:0 auto;overflow:hidden;position:relative}.skills-cards{display:flex;gap:3rem;width:max-content;padding:10px}.skills{position:relative;overflow:hidden;width:300px;height:360px;background-color:var(--skills-card-bg);border-radius:1rem;padding:20px;text-align:center;transition:transform .3s ease;border:1px solid #8B5E3C;border-left:2px solid #8B5E3C;border-right:2px solid #8B5E3C;border-bottom:4px solid #8B5E3C;box-shadow:-6px 0 4px -5px #8b5e3c,6px 0 4px -5px #8b5e3c,0 6px 6px -4px #8b5e3c;cursor:pointer;display:flex;flex-direction:column}.card-title{font-family:Montserrat,sans-serif;font-weight:700;font-size:25px;color:var(--text-primary);margin-top:10px;margin-bottom:20px;text-align:center}.card-body{flex:1;display:flex;align-items:center;justify-content:center}.card-items{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:95%}.skill-item{font-family:Montserrat,sans-serif;font-size:17px;font-weight:500;color:var(--skill-item);background:var(--skills-item-bg);border:1px solid #8B5E3C;border-radius:10px;padding:6px 14px}.skill-item:hover{background-color:#8b5e3c;color:#fff;cursor:pointer;transform:scale(1.05);transition:all .3s ease}@media (max-width:468px){.skills-title{font-size:26px}}@media (max-width:395px){.skills-section{padding:60px 35px}}@media (max-width:385px){.skills-section{padding:60px 30px}}.certificates-section{background-color:var(--background-color);padding:60px 20px;text-align:center;overflow:hidden}.certificates-title{font-family:Montserrat,sans-serif;font-size:40px;font-weight:700;margin-bottom:60px}.certificates-title .dark{color:var(--title)}.certificates-title .brown{color:#8b5e3c}.cert-carousel{position:relative;height:400px;max-width:1000px;margin:0 auto}.cert-card{position:absolute;top:50%;left:50%;width:400px;height:auto;transform:translate(-50%,-50%) scale(0);opacity:0;transition:all .6s ease;cursor:default;z-index:5;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cert-card.center{transform:translate(-50%,-50%) scale(1);opacity:1;z-index:7}.cert-card.left{transform:translate(-150%,-50%) scale(.5);opacity:.5;z-index:6;top:65%;cursor:pointer}.cert-card.right{transform:translate(50%,-50%) scale(.5);opacity:.5;top:35%;z-index:6;cursor:pointer}.cert-card.hidden{pointer-events:none}.cert-card img{width:100%;height:auto;display:block;transition:opacity .3s ease;border-radius:20px}.cert-card.center.show-overlay img{opacity:0}.cert-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--background-color);opacity:0;visibility:hidden;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;border:2px solid #8B5E3C;box-sizing:border-box;transition:opacity .3s ease;border-radius:20px;font-family:Montserrat,sans-serif;font-weight:500;font-size:20px;color:var(--text-primary);z-index:3}.cert-card.center.show-overlay{z-index:8}.cert-card.center.show-overlay .cert-overlay{opacity:1;visibility:visible}.info-button{position:absolute;bottom:20px;right:20px;background-color:#0f0f10;color:#f3ede5;font-family:Montserrat,sans-serif;font-weight:500;font-size:15px;display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:50px;border:none;cursor:pointer;z-index:4}.info-icon{font-size:20px}.line-wrapper{position:absolute;display:flex;flex-direction:column;align-items:flex-start;z-index:0}.horizontal-line,.horizontal-line-extend{height:2px;background-color:#8b5e3c;opacity:.5}.vertical-line{width:2px;height:100px;background-color:#8b5e3c;opacity:.5}.line-dot{width:17px;height:17px;background-color:#0f0f10;border:4px solid #8B5E3C;border-radius:50%;position:absolute;z-index:9}.left-line{top:calc(50% + 50px);left:calc(50% - 230px)}.left-line .horizontal-line{width:30px}.left-line .vertical-line{margin-left:0;height:50px}.left-line .horizontal-line-extend{width:72px;margin-left:-70px;margin-top:0}.left1-dot{top:calc(50% + 42px);left:calc(50% - 208px)}.left2-dot{top:calc(50% + 93.5px);left:calc(50% - 310px)}.right-line{top:calc(50% - 160px);left:calc(50% + 150px)}.right-line .horizontal-line{margin-top:200px;margin-left:50px;width:60px}.right-line .vertical-line{margin-top:-100px;margin-left:110px}.right-line .horizontal-line-extend{width:40px;margin-top:-100px;margin-left:110px}.right1-dot{top:calc(100% - 167px);left:calc(50% + 190px)}.right2-dot{top:calc(74% - 162px);left:calc(64% + 151px)}.plain-arrow{position:absolute;top:85%;transform:translateY(-50%);background:none;border:none;font-size:36px;color:#8b5e3c;padding:5px;cursor:pointer;z-index:10;display:none}.left-arrow{left:33%}.right-arrow{right:33%}.dot-indicators{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);display:flex;justify-content:center;gap:10px;z-index:4}.dot{width:10px;height:10px;background-color:#8b5e3c;border-radius:50%;opacity:.5;transition:opacity .3s ease;cursor:pointer}.dot.active{opacity:1}.cert-carousel .line-wrapper,.cert-carousel .line-dot{opacity:1;transition:opacity .5s ease-in-out;pointer-events:auto;visibility:visible}.cert-carousel.is-sliding .line-wrapper,.cert-carousel.is-sliding .line-dot{opacity:0}@media (max-width: 1100px){.cert-card{width:300px}.cert-card.left{transform:translate(-150%,-50%) scale(.4)}.cert-card.right{transform:translate(50%,-50%) scale(.4)}.cert-card.center{transform:translate(-50%,-50%) scale(.9)}.left-line{left:calc(51% - 180px);top:calc(46% + 50px)}.left1-dot{left:calc(51.5% - 158px);top:calc(46% + 42px)}.left2-dot{left:calc(51% - 260px);top:calc(46% + 93.5px)}.right-line{left:calc(47% + 120px)}.right1-dot{left:calc(46.5% + 160px)}.right2-dot{left:calc(50% + 233px)}.cert-overlay{font-size:15px}.info-button{font-size:13px;gap:6px;padding:5px 12px;bottom:10px;right:10px}.info-icon{font-size:18px}.certificates-title{font-family:Montserrat,sans-serif;font-size:40px;font-weight:700;margin-bottom:20px}}@media (max-width:900px){.right1-dot{left:calc(46% + 160px)}}@media (max-width: 768px){.plain-arrow{display:block}.dot-indicators{display:flex}.cert-card{width:90%;max-width:300px;transform:translate(-50%,-50%) scale(0);opacity:0;z-index:0}.cert-card.center{transform:translate(-50%,-50%) scale(1);opacity:1;z-index:2}.cert-card.left,.cert-card.right{top:50%}.left-line,.right-line,.left1-dot,.left2-dot,.right1-dot,.right2-dot{display:none!important}}@media (max-width:480px){.certificates-title{font-size:26px;margin-bottom:-50px}.dot{width:8px;height:8px}.info-button{font-size:10px;gap:5px;padding:4px 10px;bottom:10px;right:10px}.info-icon{font-size:15px}.cert-overlay{font-size:13px}}.custom-footer{height:270px;background:#8b5e3c;background:var(--footer-background);display:flex;flex-direction:column;justify-content:space-evenly;padding:40px 40px 0;color:#0f0f10;font-family:Montserrat,sans-serif}.custom-footer{margin-top:-1px}footer{position:relative;z-index:1;isolation:isolate}.footer-content{padding-top:27px;position:relative;display:flex;justify-content:center;flex:1;gap:50px}.footer-left h2{font-size:40px;font-weight:700;color:var(--text-primary)}.footer-left{position:absolute;left:3%;top:15px}.footer-center ul{list-style:none;display:flex;gap:30px;padding:0;margin:0;justify-content:center;align-items:center}.footer-center li{font-size:25px;font-weight:500;color:var(--text-primary);cursor:pointer}.footer-right{position:absolute;right:7%;display:flex;gap:20px}.footer-icon{font-size:28px;color:var(--title);cursor:pointer;transition:transform .3s}.footer-icon:hover{transform:scale(1.1)}.footer-bottom{text-align:center;font-family:montserrat,sans-serif;font-size:18px;font-weight:400;color:var(--title);padding-bottom:20px}.footer-bottom a{text-align:center;font-family:montserrat,sans-serif;font-size:18px;font-weight:400;color:var(--title);padding-bottom:20px;text-decoration:none}.footer-center ul li a{text-decoration:none;color:var(--text-primary);cursor:pointer}@media (max-width: 1254px){.footer-left h2{font-size:35px}.footer-left{left:0;top:18px}.footer-center li{font-size:22px}.footer-icon{font-size:24px}.footer-bottom{font-size:16px}}@media (max-width: 1084px){.footer-left h2{font-size:32px}}@media (max-width: 1024px){.custom-footer{height:auto;padding:30px 20px 0}.footer-content{flex-direction:column;align-items:center;padding-top:0;gap:20px;padding-bottom:10px}.footer-left,.footer-right{position:static;text-align:center}.footer-left h2{font-size:28px}.footer-center ul{flex-direction:column;gap:10px}.footer-center li{font-size:20px}.footer-icon{font-size:22px}.footer-bottom,.footer-bottom a{font-size:14px}}@media (max-width: 480px){.footer-left h2{font-size:24px}.footer-center li{font-size:16px}.footer-icon{font-size:20px}.footer-bottom,.footer-bottom a{font-size:12px}}.work-section-wrapper{height:auto;overflow:hidden;background-color:var(--background-color);margin-top:-1px}.work-section{position:relative;height:100%;padding:40px 10% 50px;overflow:hidden}.work-title{font-family:Montserrat,sans-serif;font-size:40px;font-weight:700;text-align:center;margin-bottom:70px}.work-title-dark{color:var(--title)}.work-title-accent{color:#8b5e3c}.work-content{display:flex;justify-content:space-between;align-items:flex-start;height:100%}.work-left{flex:1;max-width:50%;display:flex;flex-direction:column;gap:20px;position:relative}.work-company-wrapper{height:50px;overflow:hidden}.work-company{transition:transform .6s ease}.company-title{font-family:Montserrat,sans-serif;font-size:40px;font-weight:600;color:var(--text-primary);margin:0}.work-role{font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;color:#8b5e3c}.work-stipend{font-family:Montserrat,sans-serif;font-size:22px;font-weight:600;color:var(--text-primary);margin:10px 0}.work-description{font-family:Montserrat,sans-serif;font-size:20px;font-weight:500;color:var(--text-primary);line-height:1.6}.work-duration{margin-top:20px;font-family:Montserrat,sans-serif;font-size:20px;font-weight:400;color:var(--title);background-color:var(--work-date);border-radius:50px;display:inline-block;padding:8px 20px}.work-fade-text{transition:opacity .6s ease}.work-right{flex:1;min-width:400px;display:flex;justify-content:end;align-items:center;position:relative}.work-image-scroll{--border-angle: 0deg;width:100%;max-width:400px;height:300px;top:40px;overflow:hidden;border-radius:20px;position:relative;animation:border-angle-rotate 4s linear infinite;border:3px solid transparent;background:linear-gradient(#fff,#fff) padding-box,conic-gradient(from var(--border-angle),#F5DEB3 0deg,#8B5E3C 120deg,#F5DEB3 240deg,#8B5E3C 360deg) border-box}@keyframes border-angle-rotate{0%{--border-angle: 0deg}to{--border-angle: 360deg}}@property --border-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.work-image-inner{display:flex;flex-direction:column;transition:transform .6s ease}.work-image{width:100%;min-width:400px;height:300px}.work-fade-text,.work-role{opacity:1;transition:opacity .4s ease}@media (max-width:1100px){.company-title{font-size:35px}.work-role{font-size:18px}.work-stipend{font-size:20px}.work-description,.work-duration{font-size:18px}.work-image-scroll{top:70px;width:300px;height:250px}.work-image{height:250px;min-width:unset}}@media (max-width:1000px){.company-title{font-size:33px}.work-company-wrapper{height:40px}.work-role{font-size:16px}.work-stipend{font-size:18px}.work-description,.work-duration{font-size:16px}}@media (max-width: 880px){.work-content{flex-direction:column-reverse;align-items:center;gap:40px}.work-left,.work-right{max-width:100%;width:100%}.work-left{text-align:center;align-items:center}.work-company-wrapper,.company-title,.work-role,.work-stipend,.work-description,.work-duration{text-align:center}.work-right{justify-content:center}.work-image-scroll{top:0}}@media (max-width:480px){.work-title{font-size:26px;margin-bottom:10px}.work-company-wrapper{height:30px}.work-content{gap:40px}.company-title{font-size:26px}.work-role{font-size:13px}.work-stipend{font-size:15px}.work-description,.work-duration{font-size:13px}.work-image-scroll{width:250px;height:200px;top:10px}.work-image{height:200px;min-width:unset}}@media (max-width:380px){.work-company-wrapper{height:30px}.work-content{gap:5px}.work-title{margin-bottom:0}.work-image-scroll{top:0}}.publications-section{background-color:var(--background-color);padding:40px 10% 50px;text-align:center}.publications-title{font-family:Montserrat,sans-serif;font-size:40px;font-weight:700;margin-bottom:40px}.publica{color:var(--title)}.tions{color:#8b5e3c}.publication-item{text-align:left}.publication-link{display:flex;justify-content:space-between;align-items:center;font-family:Montserrat,sans-serif;font-size:clamp(12px,2.5vw,25px);font-weight:600;color:var(--text-primary);text-decoration:none;padding-bottom:5px;padding-top:50px;transition:opacity .3s ease;width:100%;gap:25px}.publication-link:hover{opacity:.8}.underline{width:100%;height:2px;background-color:#8b5e3c;margin-top:10px}.publications-arrow{color:#8b5e3c;font-size:clamp(20px,2.8vw,30px);font-weight:800}@media (max-width:480px){.publications-title{font-size:26px;margin-bottom:20px}}
