:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:2em;font-weight:500;color-scheme:light dark;color:#ffffffde;background-color:#141414;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}:root h2{font-size:2em}body{margin-left:0;margin-right:0;margin-bottom:0}.main{display:grid;row-gap:3em;width:70%;margin-left:auto;margin-right:auto}.main-navbar{display:flex;flex-direction:row;gap:.5em;border-color:#ff0;width:98%;justify-self:center;border-style:solid;border-width:.02em;border-radius:1em;background-color:#000;align-items:center;position:fixed;z-index:100;left:50%;transform:translate(-50%)}.main-navbar>a{text-decoration:none;color:#fff;padding:0 1em}.main-navbar>a:hover{text-shadow:#fff 1px 0 .5em}.main-navbar-img{align-content:end;width:40px;padding-left:1em}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:150}.side-menu{position:fixed;top:0;right:-100%;width:250px;height:100%;background-color:#000;border-left:1px solid yellow;display:flex;flex-direction:column;padding:2em 1em;gap:1em;transition:right .3s ease;z-index:200}.side-menu.open{right:0}.side-menu a{color:#fff;text-decoration:none;font-size:1.2em}.side-menu img{margin-top:1%;aspect-ratio:1/1}.side-menu a:hover{text-shadow:#fff 1px 0 .5em}.close-btn{align-self:flex-end;background:none;border:none;color:#fff;font-size:1.5em;cursor:pointer}.phone{display:none}.footer{width:100%;margin:6em 0% 0%;background-color:#1b1b1b;border-top:.3em solid yellow;display:grid;row-gap:.5em;justify-items:center;color:#fff}.icons-container{display:flex;justify-content:center;align-items:center;gap:1.5rem;width:100%}.icons-container a{display:flex}.icons-container img{width:80px;height:80px;object-fit:contain;filter:invert(1)}.socials-text{font-size:large}@media(max-width:800px){.main{width:90%;justify-self:center}.main-navbar{width:80%;justify-content:center}.main-navbar-img{padding-left:0}.no-phone{display:none}.phone{display:flex;background-color:transparent;justify-self:center;border-color:transparent}.phone:hover{cursor:pointer}.icons-container img{width:50px;height:50px}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#383838}::-webkit-scrollbar-thumb{background:#ff0}.carousel-container{margin:0 auto;padding:2% 0;max-width:100%;overflow:hidden;display:flex}.card{border:2px solid yellow;background:#181818;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #88ff001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;padding:1%;justify-items:center}.card:hover{transform:translate(30px)}.card-image{aspect-ratio:1/1;object-fit:contain;width:18%;height:90%;filter:invert(1)}.card-body{width:79%;align-content:center}.section{text-align:center;scroll-margin-top:3em}.certificate-container{display:grid;margin:auto;row-gap:2em}.certificate-a{text-decoration:none;color:#fff}@media(max-width:800px){.card-image{width:98%;height:100%}.card-body{width:98%}.card{display:grid}}.general-info-section{display:flex;flex-direction:row;gap:2em;justify-self:center;margin-top:8%;scroll-margin-top:5em}.general-info-section>figure{width:50%;margin:0%}.general-info-section>div{width:50%}@keyframes float{0%{transform:translatey(10px)}50%{transform:translatey(-30px)}to{transform:translatey(10px)}}.general-info-section>figure>img{width:100%;aspect-ratio:1;object-fit:contain;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);animation:float 3s ease-in-out infinite}.languages-container{width:100%;display:flex;flex-direction:row;gap:1em;flex-wrap:wrap}@starting-style{.general-info-section>figure>img{transform:translate(-100px);opacity:0}}@media(max-width:800px){.general-info-section{display:grid;width:100%;margin-top:15%;text-align:center}.languages-container{justify-content:center}.general-info-section>figure{width:80%;justify-self:center;margin:0%}.general-info-section>div{width:80%;justify-self:center}}.language>span{background-color:#2c2c00;color:#fff;border-color:#ff0;border-style:solid;padding:.25em 1em;border-radius:1em}.language{margin:0}.project-section{margin:auto;text-align:center;scroll-margin-top:3em}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2em;margin-top:2em}.project-card{border:2px solid yellow;background:#181818;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #88ff001a;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #0003}.project-image{width:100%;height:180px;object-fit:cover}.project-content{padding:1em;text-align:left}.project-content h3{margin:.5em 0}.project-technologies{display:flex;gap:.5em;margin:1em 0}.project-technologies img{width:30px;height:30px}.project-links{display:flex;gap:1em}.project-links a{text-decoration:none;background:#000;color:#fff;padding:.4em .8em;border-radius:6px;font-size:.9em;transition:background .3s}.project-links a:hover{background:#333}.section{text-align:center}.cv-container{display:flex;column-gap:1em;justify-content:center}.cv-container>a{padding:.5em;border-radius:1em;text-decoration:none;color:#fff;border:.1em solid yellow}.cv-container>a:hover{box-shadow:0 5px 15px #f5ff6e1a}
