.hero{display:flex;justify-content:space-between}.hero .introduction{display:flex;flex-direction:column;gap:20px;max-width:70%}.hero .introduction .text-sub-mobile{display:none}@media screen and (max-width:1023px){.hero,.hero .introduction{display:flex;flex-direction:column;align-items:center;gap:20px}.hero .introduction{max-width:100%;text-align:center}}@media screen and (max-width:479px){.hero{display:flex;flex-direction:column;align-items:center}.hero .avatar{display:none}.hero .introduction{max-width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.hero .introduction .text-sub{display:none}.hero .introduction .text-sub-mobile{display:block}}.skills{display:flex;flex-direction:column;justify-content:stretch}.skills .soft-skills .skills-card{gap:10px}.skills .soft-skills .skills-card figure{max-width:100px}.skills .soft-skills .skills-card .text-wrapper{align-items:center}.skills .soft-skills .skills-card .text-wrapper span{text-align:center}@media screen and (max-width:479px){.skills .soft-skills{display:none}}.skills hr{border:none;height:2px;background:linear-gradient(90deg,transparent,#ddd,transparent);margin:40px 0}@media screen and (max-width:479px){.skills hr{margin:24px 0;height:1px}}.skills .tech-skills{grid-template-columns:repeat(2,1fr);gap:60px}.skills .tech-skills .skills-card{display:flex;flex-direction:row;align-items:flex-start;gap:30px}.skills .tech-skills .skills-card figure{max-width:100px}.skills .tech-skills .skills-card .text-wrapper figcaption{font-size:27px}@media screen and (max-width:479px){.skills .tech-skills{grid-template-columns:1fr}.skills .tech-skills .skills-card{display:flex;flex-direction:column;align-items:center;gap:30px}.skills .tech-skills .skills-card figure{max-width:100px}.skills .tech-skills .skills-card .text-wrapper{align-items:center}.skills .tech-skills .skills-card .text-wrapper span{text-align:center}}.projects{display:flex;flex-direction:column;align-items:center;gap:40px}.projects .title{font-weight:600;font-size:27px}.projects .project-cards{background-color:#f3f3f3;padding:20px;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:40px;align-items:stretch}.projects .project-cards .project{gap:20px;padding:20px;border-radius:10px;height:auto;aspect-ratio:3/4}.projects .project-cards .project .text-wrapper{width:100%;height:108px}@media screen and (max-width:479px){.projects .project-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.contact{display:flex;flex-direction:column;gap:20px}.contact .title{font-weight:600;font-size:27px}.contact-context{display:flex;gap:100px}.contact-context .context{display:flex;flex-direction:column;gap:20px}.contact-context .context .contact-social{display:flex;gap:40px}.contact-context .context .contact-social figure{width:5%}.contact-context .form{width:100%;display:flex;flex-direction:column;gap:20px}.contact-context .form .form-group{width:100%}.contact-context .form .form-group input{width:100%;padding:16px 20px;border:none;border-radius:8px;background-color:#f3f3f3}.contact-context .form .form-group input::placeholder{color:#999}.contact-context .form .form-group input:focus{outline:none;background-color:#efefef}@media screen and (max-width:1023px){.contact-context{display:flex;flex-direction:column;gap:50px}.contact-context .form{display:flex;align-items:center}}@media screen and (max-width:479px){.contact{display:flex;align-items:center;text-align:center}.contact-context{display:flex;flex-direction:column;gap:20px}.contact-context .context .contact-social{display:flex;justify-content:center}.contact-context .context .contact-social figure{width:10%}.contact-context .form{display:flex;align-items:center}}*{display:border-box;margin:0;padding:0;background-color:#fff}@font-face{font-family:Epilogue;src:url(/Epilogue-VariableFont_wght.5754d473.ttf);font-weight:400;font-style:normal;font-display:swap}body{font-family:Epilogue,sans-serif;font-size:17px;line-height:27px;color:#2d2d2d}.subtitle,h1,h2,h3{font-weight:600}h1{font-size:100px;line-height:normal}h2{font-size:32px}h2,h3{line-height:42px}h3{font-size:27px}.subtitle{font-size:20px;line-height:30px}.container{max-width:1920px;margin:0 auto;padding:24px 42px}.container main section{padding:40px}@media screen and (max-width:1023px){.container{max-width:1023px;padding:24px}.container h1{font-size:65px}}@media screen and (max-width:479px){.container{max-width:inherit;padding:24px}.container h1{font-size:65px}}.img-main{aspect-ratio:16/9;height:auto;object-fit:cover;max-width:100%}.btn{background-color:#2d2d2d;width:100%;max-width:211px;padding:16px;border:none;color:#fff;font-family:Epilogue,sans-serif;font-weight:600;font-size:20px;white-space:nowrap;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn:hover{background-color:rgb(83.25,83.25,83.25);transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.2)}.btn:active{transform:translateY(0);box-shadow:0 4px 8px rgba(0,0,0,.15)}.btn:focus{outline:none;box-shadow:0 0 0 3px rgba(45,45,45,.3)}@media screen and (max-width:1023px){.btn{font-size:17px}}@media screen and (max-width:479px){.btn{font-size:17px}}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:60px}.cards .card{display:flex;flex-direction:column;align-items:center;height:100%;transition:all .3s ease}.cards .card .btn{display:none}.cards .card .active{display:block}.cards .card figure{width:100%;height:auto}.cards .card figure img{width:100%;object-fit:fill}.cards .card .text-wrapper{display:flex;flex-direction:column}.cards .card .text-wrapper figcaption{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:600}.cards .card .text-wrapper span{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}header{display:flex;align-items:center;justify-content:space-between}header .img-main{width:20%}header nav{position:sticky;top:0;z-index:1000;padding:0 24px;display:flex}@media screen and (max-width:479px){header nav{display:none}}header nav figure{width:5%}header nav ul{flex-direction:row;align-items:center;gap:2rem}header nav ul,header nav ul li{display:flex;justify-content:space-between}header nav ul li{list-style:none}header nav ul li a{text-decoration:none;color:#2d2d2d;line-height:42px;font-size:20px;white-space:nowrap}header nav ul li a:hover{color:#007bff;background-color:rgba(0,123,255,.1);transform:translateY(-2px);padding:10px;border-radius:10px}header nav ul li a.active{color:#007bff;font-weight:600}header nav ul li a.active:after{content:"";position:absolute;bottom:0;left:50%;width:80%;height:2px;background:#007bff;transform:translateX(-50%);border-radius:2px}header .link-direct-mobile{display:none}@media screen and (max-width:479px){header .img-main{width:30%}header .link-direct-mobile{display:flex;justify-content:end}}
/*# sourceMappingURL=/main.46155949.css.map */