@import "https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500&display=swap";header{border-bottom:1px solid #ca6bf2;justify-content:center;align-items:center;gap:20px;width:100%;height:80px;display:flex;position:fixed}@media (width<=950px){header{justify-content:flex-end}}header .navbar{color:#f5f5f5;justify-content:flex-end;align-items:center;gap:40px;width:90%;height:100%;display:flex}@media (width<=950px){header .navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:60;justify-content:center;width:100%;min-height:100vh;transition:transform .3s;position:fixed;top:0;left:0;transform:translate(100%)}}header .navbar ul{justify-content:center;align-items:center;gap:40px;list-style:none;display:flex}@media (width<=950px){header .navbar ul{flex-direction:column}}header .navbar a{color:inherit;padding-bottom:5px;font-size:2rem;display:inline-block;position:relative;overflow:hidden}header .navbar a:before{content:"";background-color:#ca6bf2;width:0;height:2px;transition:width .3s ease-in-out;position:absolute;bottom:0;left:50%;transform:translate(-50%)}header .navbar a:hover:before{width:100%}header .navbar a:hover{color:#ca6bf2}header .navbar .active-section:before{content:"";background-color:#ca6bf2;width:100%;height:2px;transition:width .3s ease-in-out;position:absolute;bottom:0;left:50%;transform:translate(-50%)}header .language{color:#f5f5f5;cursor:pointer;background-color:#0000;border:none;font-size:1.8rem;position:relative;top:-4px}header .language:hover{color:#ca6bf2}header .language option{border:none}header .language option:before{content:"";color:#ca6bf2;background-color:#0f0f0f}header .active-navbar{transform:translate(0)}header .btn-menu{cursor:pointer;z-index:80;background-color:#0000;border:none;width:38px;height:38px;position:relative;top:-4px;right:10px}.active-blur{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.about{color:#f5f5f5;background-color:#131313;justify-content:center;align-items:center;min-height:50vh;display:flex}@media (width<=950px){.about{font-size:2.4rem}}.about .about-content{flex-direction:column;gap:22px;width:80%;max-width:120rem;margin-top:40px;display:flex}.about .about-content .about-title{font-size:6.6rem}@media (width<=950px){.about .about-content{align-items:center;margin-top:100px}}.about .about-content p{text-wrap:pretty;width:84%;font-size:1.8rem;font-weight:400}footer{color:#f5f5f5;background-color:#0f0f0f;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;min-height:12vh;display:flex}footer .footer-contact{align-items:center;gap:20px;display:flex}footer .footer-contact .linkedIn-link,footer .footer-contact .github-link{width:30px;display:inline-block}footer .footer-contact .linkedIn-link svg,footer .footer-contact .github-link svg{fill:#f5f5f5}footer .footer-contact .linkedIn-link svg:hover,footer .footer-contact .github-link svg:hover{fill:#ca6bf2}footer p{font-size:1.8rem}.home{color:#f5f5f5;background-color:#0f0f0f;justify-content:center;align-items:center;min-height:100vh;display:flex}@media (width<=950px){.home{font-size:2.4rem}}.home .home-content{justify-content:space-between;align-items:center;width:80%;max-width:120rem;height:50rem;display:flex}@media (width<=950px){.home .home-content{text-align:center;flex-wrap:wrap-reverse;justify-content:center;align-items:center;gap:20px;height:auto}}.home .home-content h1{font-size:6.6rem}@media (width<=950px){.home .home-content h1{font-size:3rem}}.home .home-content h2{color:#ca6bf2;font-size:3.6rem}@media (width<=950px){.home .home-content h2{font-size:3rem}}.home .home-content .content-description{flex-direction:column;gap:12px;display:flex}.home .home-content .content-description .home-contact{align-items:center;gap:28px;height:60px;display:flex}@media (width<=950px){.home .home-content .content-description .home-contact{justify-content:center}}.home .home-content .content-description .home-contact .linkedIn-link,.home .home-content .content-description .home-contact .github-link{width:32px;display:inline-block}.home .home-content .content-description .home-contact .linkedIn-link svg,.home .home-content .content-description .home-contact .github-link svg{fill:#f5f5f5}.home .home-content .content-description .home-contact .linkedIn-link svg:hover,.home .home-content .content-description .home-contact .github-link svg:hover{fill:#ca6bf2}.home .home-content .content-description .home-contact .cv-btn{color:#f5f5f5;border:2px solid #ca6bf2;border-radius:10px;justify-content:center;align-items:center;padding:8px 16px;font-size:1.6rem;display:flex}.home .home-content .content-description .home-contact .cv-btn:hover{background-color:#ca6bf2}.home .home-content .home-photo img{object-fit:cover;border:2px solid #ca6bf2;border-radius:10px;width:400px;height:450px}@media (width<=950px){.home .home-content .home-photo img{width:220px;height:280px}}.card{background-color:#0f0f0f;border:2px solid #2f3b52;border-radius:10px;flex-direction:column;justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:360px;display:flex}.card:hover{border:2px solid #ca6bf2}@media (width<=950px){.card{max-width:300px}}.card .card-image{width:100%;height:180px}.card .card-image img{object-fit:cover;border-radius:10px 10px 0 0;width:100%;height:100%}.card .card-content{width:100%;padding:0 26px}@media (width<=950px){.card .card-content{padding:0 20px}}.card .card-content .card-title{margin-bottom:8px;font-size:1.8rem}.card .card-content .card-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.6rem;display:-webkit-box;overflow:hidden}.card .card-techs{flex-flow:column wrap;justify-content:center;align-items:flex-start;gap:14px;width:100%;padding:0 26px;display:flex}@media (width<=950px){.card .card-techs{align-items:center;padding:0 20px}}.card .card-techs h2{font-size:1.8rem}.card .card-techs .card-techs-img{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;width:100%;display:flex}.card .card-techs .card-techs-img .card-tech-icon{flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.card .card-techs .card-techs-img .card-tech-icon img{width:32px}@media (width<=950px){.card .card-techs .card-techs-img .card-tech-icon img{width:28px}}.card .card-techs .card-techs-img .card-tech-icon p{text-align:center;font-size:1.4rem}@media (width<=950px){.card .card-techs .card-techs-img .card-tech-icon p{font-size:1.2rem}}.card .card-buttons{justify-content:center;align-items:center;gap:40px;width:100%;padding:20px 40px;display:flex}@media (width<=950px){.card .card-buttons{gap:16px;padding:20px}}.card .card-buttons a{color:#f5f5f5;border:1px solid #2f3b52;border-radius:5px;justify-content:center;align-items:center;gap:6px;padding:7px 14px;font-size:1.6rem;display:flex}.card .card-buttons a:hover{background-color:#ca6bf2}.card .card-buttons a svg{fill:#f5f5f5;stroke:#f5f5f5;width:20px}.projects{color:#f5f5f5;background-color:#131313;justify-content:center;align-items:center;min-height:100vh;display:flex}@media (width<=950px){.projects{font-size:2.4rem}}.projects .projects-content{width:80%;max-width:120rem;margin:90px 0 70px}@media (width<=950px){.projects .projects-content{text-align:center;margin:100px 0 40px}}.projects .projects-content p{font-size:6.6rem}.projects .projects-content .cards{flex-wrap:wrap;justify-content:center;gap:40px;margin-top:20px;display:flex}.icons{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}@media (width<=950px){.icons{margin-top:10px}}.icons .icon{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:160px;height:140px;display:flex}@media (width<=950px){.icons .icon{width:120px;height:120px}}.icons .icon .icon-img{width:60px}.icons .icon .icon-title{font-size:1.6rem;font-weight:400}.skills{color:#f5f5f5;background-color:#0f0f0f;justify-content:center;align-items:center;min-height:100vh;display:flex}@media (width<=950px){.skills{font-size:2.4rem}}.skills .skills-content{flex-direction:column;gap:32px;width:80%;max-width:120rem;margin-top:90px;display:flex}@media (width<=950px){.skills .skills-content{align-items:center;margin-top:100px;margin-bottom:20px}}.skills .skills-content p{font-size:6.6rem}.skills .skills-content h2{margin-left:3rem;font-size:1.9rem;font-weight:400}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:62.5%}body{font-family:Outfit,sans-serif}a{text-decoration:none}
