.sliding{opacity:0;animation:1.5s forwards hero-title-reveal;display:inline-block;transform:translate(-24px)}.typing{white-space:normal;max-width:100%;animation:1.5s ease-in-out typing-animation;display:inline-block;position:relative;overflow:hidden}.delayed{opacity:0;animation:.5s ease-in 1.52s forwards fade-in}.blink{animation:1.3s step-end infinite blink}@keyframes hero-title-reveal{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes typing-animation{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}@keyframes blink{50%{opacity:0}}@keyframes fade-in{to{opacity:1}}.hero-container{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:120px;padding-left:120px;display:flex}.hero-left{flex-direction:column;gap:24px;width:50%;margin-bottom:120px;display:flex}.hero-title{color:var(--text-color2);width:512px;height:auto;font-size:56px;font-weight:700}.hero-subtitle{color:var(--paragraph-color);width:100%;max-width:512px;min-height:70px;font-size:24px;font-weight:500;line-height:1.4}.hero-btn-group{flex-direction:row;gap:16px;margin-top:36px;display:flex}.hero-btn1{text-align:center;background-color:var(--text-color1);width:180px;height:50px;color:var(--base-color);border:none;border-radius:12px;font-size:18px}.hero-btn1:hover{cursor:pointer;color:var(--text-color1);background-color:var(--tertiary-color)}.hero-btn2{text-align:center;width:138px;height:50px;color:var(--text-color1);border:2px solid var(--secondary-color);border-radius:12px;font-size:18px;font-weight:400;line-height:45px;text-decoration:none}.hero-btn2:hover{color:var(--base-color);background-color:var(--paragraph-color)}.hero-right{border-radius:16px;width:auto;height:720px;margin-right:120px}.about-me-container{flex-direction:row;justify-content:space-between;align-items:center;gap:64px;width:100%;padding:64px 120px;display:flex}.about-me-text-container{flex-direction:column;gap:24px;width:50%;height:432px;display:flex}.about-me-title{font-size:36px}.about-me-text{color:var(--paragraph-color);font-size:18px}.about-me-image{border-radius:16px;width:auto;height:432px}.education-container{flex-direction:row;justify-content:space-between;align-items:center;padding:64px 120px;display:flex}.education-title{color:var(--text-color2);font-size:36px}.education-card-container{flex-direction:row;gap:33px;display:flex}.education-card{background-color:var(--tertiary-color);border-radius:16px;flex-direction:column;justify-content:center;width:362px;height:180px;padding:32px;display:flex}.education-degree{margin-bottom:8px;font-size:24px;font-weight:600}.education-subheader{color:var(--paragraph-color);font-size:18px;font-weight:400}.hobby-container{flex-direction:column;padding:64px 120px;display:flex}.hobby-title{color:var(--text-color2);font-size:36px;font-weight:700}.hobby-subheader{color:var(--paragraph-color);font-size:20px;font-weight:400}.hobby-images-container{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:64px;margin-bottom:120px;display:grid}.hobby-section{flex-direction:column;align-items:center;gap:32px;display:flex}.hobby-image{object-fit:cover;width:100%;height:100%}.size1{width:363px;height:411px;overflow:hidden}.size2{width:363px;height:484px;overflow:hidden}.size3{width:363px;height:251px;overflow:hidden}.size4{width:363px;height:300px;overflow:hidden}.experience-header{flex-direction:column;justify-content:space-between;align-items:center;gap:120px;display:flex}.experience-container{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);align-items:center;gap:32px;padding:120px;display:grid}.tools-title{color:var(--text-color2);width:650px;height:544px;font-size:30px;line-height:544px}.experience-tools-container{border:3px solid var(--secondary-color);border-radius:12px;align-items:center;width:650px;height:544px;display:flex}.experience-tools-container>ul{flex-wrap:wrap;justify-content:space-around;gap:1.5rem;margin:0;padding:16px;list-style-type:none;display:flex}.experience-tools-container>ul>li{flex-direction:1 1 180px;text-align:center;font-size:56px;font-weight:100}.projects-container{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);gap:240px 32px;margin-top:120px;display:grid}.project-wrapper{justify-content:center;align-items:center;width:375px;height:475px;display:flex}.project-card{width:363px;height:464px;color:var(--text-color1);background-color:var(--card-color);border-radius:16px;flex-direction:column;text-decoration:none;display:flex}.project-card:hover{width:370px;height:470px}.project-card-image-container{border-top-left-radius:16px;border-top-right-radius:16px;width:100%;height:240px;overflow:hidden}.project-card-image{object-fit:cover;width:100%;height:100%}.project-card-text{flex-direction:column;justify-content:center;gap:32px;padding:24px;display:flex}.project-card-text-title{color:var(--text-color3);font-size:24px;font-weight:700}.project-card-text-subtitle{text-wrap:wrap;width:340px;color:var(--text-color4);font-size:18px;font-weight:400}.project-card-text-action{color:var(--text-color3);font-size:20px;font-weight:500}
