html,body{scroll-behavior:smooth;background-color:#2b2d42;font-family:system-ui;margin:0;padding:0;box-sizing:border-box}main.astro-6QUVPNZT{max-width:80vw;margin:auto}header{top:0;height:6vh;background-color:#2b2d42;position:fixed;color:#f1faee;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:1.5vh 5%;z-index:1;width:90%}.nav{list-style:none;display:flex;flex-direction:row;padding:0%;gap:5vw}.nav-item>a{display:inline-block;position:relative;font-weight:700;font-size:18px;color:#f1faee;text-decoration:none}.nav-item>a:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#a8dadc;transform-origin:bottom right;transition:transform .25s ease-out}.nav-item>a:hover:after{transform:scaleX(1);transform-origin:bottom left}.icon{height:25px;width:25px}.icon:hover{filter:brightness(100);transform:scale(1.1)}.aside-links{position:fixed;top:0;width:7vw;height:100vh;display:flex;gap:15px;flex-direction:column;justify-content:center;align-items:center}@media (max-width: 768px){.aside-links{padding-left:8px}}.first-section{display:grid;height:100vh;justify-items:center;align-items:center}.first-section-main{display:flex;align-items:center;gap:5vw}.first-section-text{display:flex;flex-direction:column;align-items:center}.profile-image{height:300px;width:300px;border-radius:15px;object-fit:cover}.curriculum-button{cursor:pointer;padding:8px;max-width:fit-content;background-color:transparent;border-radius:5px;border:1px solid #457b9d;color:#f1faee;text-decoration:none;font-weight:500}.curriculum-button:hover{animation:focusButton .3s ease-in forwards}@keyframes focusButton{0%{background-color:transparent}to{background-color:#457b9d}}.text-pop{display:flex;font-size:40px;display:inline-block;color:#fff9}.text-pop span{color:#f1faee;font-size:55px;animation:in .2s forwards;display:inline-block}.text-pop span:hover{animation:out .3s forwards;display:inline-block}@keyframes out{0%{text-shadow:-2px 2px 0px #ef476f}50%{text-shadow:-2px 2px 0px #ef476f,-4px 4px 0px #a23450}to{text-shadow:-2px 2px 0px #ef476f,-4px 4px 0px #a23450,-6px 6px 0px #4d1a26;transform:translate(6px,-6px)}}@keyframes in{0%{text-shadow:-2px 2px 0px #ef476f,-4px 4px 0px #a23450,-6px 6px 0px #4d1a26;transform:translate(6px,-6px)}33%{text-shadow:-2px 2px 0px #ef476f,-4px 4px 0px #a23450}66%{text-shadow:-2px 2px 0px #ef476f}to{text-shadow:-2px 2px 0px #1d3557}}@media (max-width: 768px){.text-pop{font-size:25px}.text-pop>span{font-size:40px}.first-section-main{flex-direction:column}.first-section-text{order:1}.profile-image{height:200px;width:200px}}.projects{display:flex;flex-direction:column;align-items:center;margin-bottom:15vh;gap:70px}.projects>h2{margin-top:15vh}.card{height:40vh;width:70%;background-color:#1d3557;border-radius:15px;overflow:clip;display:grid;grid-template-columns:50% 1fr;gap:15px}.card>a>img{width:100%;height:100%;object-fit:cover;border-radius:15px 0 0 15px;transition:transform .2s ease-in,border-radius .2s ease-in}.web-icons{height:25px;width:25px}.project-description{padding:5px}.project-description>p{line-break:auto;max-width:45ch}.project-description>a{margin:0 8px}@media (max-width: 768px){.card{grid-template-columns:1fr;height:min-content;padding:0 0 15px;width:85%}.project-description{padding:0 15px}.card>a>img{border-radius:15px 15px 0 0}}@media (min-width: 768px){.card>a>img:hover{object-fit:cover;width:28vw;height:40vh;position:absolute;transform:scale(1.04);border-radius:15px}}._h1_2yyvb_1,._h2_2yyvb_3,._h3_2yyvb_5,._label_2yyvb_7{color:#f1faee}._h2_2yyvb_3{font-size:40px}._h3_2yyvb_5{font-size:22px}._description_2yyvb_25{color:#fff9}._label_2yyvb_7{font-size:20px}._button_2yyvb_37{cursor:pointer;padding:8px;max-width:fit-content;background-color:transparent;border-radius:5px;border:1px solid #457b9d;color:#f1faee;text-decoration:none;font-weight:500}._button_2yyvb_37:hover{animation:_focusButton_2yyvb_1 .3s ease-in forwards}._input_2yyvb_65{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;width:40%;font-size:16px;color:#f1faee;padding:10px;border-radius:5px;background-color:transparent;border:1px solid #457b9d;outline:none}._input_2yyvb_65:focus{outline:1px solid #457b9d}@keyframes _focusButton_2yyvb_1{0%{background-color:transparent}to{background-color:#457b9d}}.contact{height:85vh;display:flex;flex-direction:column;align-items:center}.contact>h2{margin:0%}.contact-form{display:flex;height:100%;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:15px}@media (max-width: 768px){.contact-form>input,.contact-form>textarea{width:55vw}.contact>p{max-width:18ch}.contact{padding-top:5vh}}.skills{width:100%;min-height:100vh;color:#f1faee;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:15vh}.icons-container{margin:30px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:50px}@media (max-width: 768px){.icons-container{grid-template-columns:repeat(2,1fr)}.skills{padding-top:5vh}}.skill-icon{display:flex;flex-direction:column;justify-content:center;align-items:center}.skill-icon>img{object-fit:cover;border-radius:10px;max-width:65px;max-height:65px;transition:transform .1s ease-in}.skill-icon>img:hover{transform:scale(1.1)}.skill-icon>p{font-weight:500}@media (max-width: 768px){.skill-icon>img{max-width:45px;max-height:45px}}.about-section{display:grid;place-content:center;padding:15px;border-top:1px solid #457b9d;border-bottom:1px solid #457b9d}.about-section>p{max-width:50ch;line-height:25px}
