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