*{font-family:Arial;box-sizing:border-box;padding:0;margin:0}html,body,#root{height:100vh;width:100vw;color:#fff;background-color:#000;scroll-behavior:smooth;overflow-x:hidden}:root{--main-color: rgb(120, 120, 255);--secondary-color: rgb(4, 0, 255)}section{min-height:100vh;padding:5rem 4rem}h2{font-size:3rem}a{color:#fff;text-decoration:none;cursor:pointer}ul{list-style:none}button{cursor:pointer;border:none}.highlight{background:linear-gradient(270deg,var(--main-color),var(--secondary-color));-webkit-background-clip:text;background-clip:text;color:transparent}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:var(--main-color);border-radius:5px;cursor:pointer}@media(max-width:800px){h2{font-size:2.5rem}}header{position:fixed;top:0;left:0;width:100vw;display:flex;align-items:center;justify-content:space-around;padding:1rem 2rem;background-color:0 0 0 .3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100}.logo{font-size:3rem;font-weight:900;transition:.4s ease-in-out}.logo:hover{transform:scale(1.1)}.navbar{display:flex;gap:2rem}.navbar a{font-weight:700;letter-spacing:1px;transition:.3s ease-in-out}.navbar a:hover{color:var(--main-color)}@media(max-width:880px){.logo{display:none}}@media(max-width:600px){header{display:none}}.home{margin-top:3rem;display:flex;align-items:center;justify-content:center;gap:4rem}.home-content{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.4rem}.home-content h1{font-size:4rem;font-weight:600}.home-graduation{display:flex;align-items:center;justify-content:center;gap:1rem}.home-graduation img{width:2.5rem}.home-graduation h3{text-align:center}.social-icons{width:100%;display:flex;align-items:center;justify-content:center;margin:1rem 0;gap:1.5rem}.social-icons a{padding:14px;border-radius:50%;transition:.3s ease-in-out}.social-icons a:hover{transform:scale(1.05) translateY(-5px);background-color:var(--main-color);box-shadow:0 0 25px var(--main-color),0 0 50px var(--main-color),0 0 100px var(--main-color)}.social-icons img{width:2rem}.btn-contact{width:100%;display:flex;align-items:center;justify-content:center}.btn-contact a{cursor:pointer;color:#000;font-weight:900;letter-spacing:2px;text-wrap:nowrap;background:linear-gradient(270deg,var(--secondary-color),var(--main-color));padding:1.5rem 4rem;border-radius:60px;transition:.3s ease-in-out}.btn-contact a:hover{transform:scale(1.05)}.home-img img{width:25rem;border-radius:50%;box-shadow:0 0 25px var(--main-color)}@media(max-width:1280px){.home{margin-top:0}.home-img{display:none}}@media(max-width:880px){.home-graduation{gap:10px}.home-graduation h3{font-size:14px}}.about{display:flex;flex-direction:column}.about-me{display:flex;flex-direction:column;padding:0 14rem;gap:2rem}.about-me p{letter-spacing:.5px}@media(max-width:1280px){.about-me{padding:0 8rem}}@media(max-width:880px){.about-me{padding:0 2rem}}@media(max-width:600px){.about-me{padding:0}}.skills{display:flex;align-items:center;flex-direction:column;gap:2rem}.skills h2{text-align:center}.skills-container{width:80vw;padding:2rem 12rem;display:grid;grid-template-columns:repeat(2,1fr);place-items:center;gap:2rem}.skill-card{height:390px;width:390px;border:solid 4px var(--main-color);border-radius:20px;display:flex;align-items:center;justify-content:space-around;flex-direction:column;background-color:#000}.header-skill-card{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2rem}.header-skill-card img{width:6rem;padding:20px;background:linear-gradient(270deg,var(--main-color),var(--secondary-color));border-radius:20px}.header-skill-card h3{color:var(--main-color);font-size:2rem;text-align:center;font-weight:800}.skill-card p{cursor:default;font-weight:600;margin:20px 40px;text-align:center}@media(max-width:1420px){.skills-container{padding:2rem 0}}@media(max-width:1040px){.skills-container{gap:1rem}.skill-card{height:300px;width:300px}.header-skill-card{flex-direction:row;gap:2rem}.header-skill-card img{width:4rem;padding:10px}.header-skill-card h3{font-size:1.5rem}.skill-card p{font-size:14px}}@media(max-width:820px){.skills-container{width:90vw;display:flex;flex-direction:column}.skill-card{height:250px;width:80vw}.header-skill-card img{width:5rem}}.projects{display:flex;align-items:center;flex-direction:column;gap:2rem}.projects h2{text-align:center}.proj-filters{width:60vw;display:flex;border:solid var(--main-color) 2px;border-radius:1rem;padding:1rem}.proj-filters ul{width:100%;display:flex;align-items:center;justify-content:space-around}.proj-filters ul li{cursor:pointer;font-weight:900;font-size:14px;padding:1rem;text-wrap:nowrap}.proj-filters ul li.active{color:#000;background-color:var(--main-color);border-radius:20px}.proj-container{width:80vw;display:flex;align-items:center;gap:2rem;flex-direction:column}.proj-card{width:850px;display:flex;flex-direction:column;border:solid var(--main-color) 2px;border-radius:20px;transition:.3s ease-in-out}.proj-card:hover{box-shadow:0 0 10px var(--main-color),0 0 10px var(--main-color),0 0 50px var(--main-color)}.header-proj-card{cursor:pointer;width:100%;display:flex;align-items:center;justify-content:space-between;padding:2rem}.project-logo{width:8rem;object-fit:contain}.header-proj-card h3{font-weight:900;font-size:2.5rem;text-align:center}.btn-open-details{transition:.5s}.btn-open-details.rotated{transform:rotate(180deg)}.btn-open-details img{width:4rem;object-fit:contain}.proj-details{max-height:0;opacity:0;display:flex;align-items:center;gap:1.5rem;overflow:hidden;pointer-events:none;flex-direction:column;transition:max-height .6s ease-in-out,opacity .6s ease-in-out}.proj-details.open{max-height:480px;opacity:1;pointer-events:auto}.proj-details h4{width:90%;font-size:1.6rem;text-align:center;border-top:solid var(--main-color) 4px;padding:1rem 0}.proj-details p{text-align:center;padding:0 4rem}.project-infs{width:100%;display:flex;align-items:center;justify-content:space-around}.project-skills img{width:2rem}.project-infs .project-skills,.project-infs span{width:45%;display:flex;align-items:center;justify-content:center;padding:1rem;border:solid var(--main-color) 2px;border-radius:20px;gap:10px}.btn-open-project{letter-spacing:1px;width:95%;display:flex;justify-content:center;padding:1rem;margin:1rem;background:linear-gradient(270deg,var(--secondary-color),var(--main-color));border-radius:20px;color:#fff;transition:.5s ease-in-out}.btn-open-project:hover{transform:scale(1.02)}@media(max-width:1280px){.proj-card,.proj-filters{width:80vw}}@media(max-width:880px){.proj-filters ul{gap:5px;overflow-x:auto;padding:1rem 0}}@media(max-width:800px){.project-logo{width:4rem}.btn-open-details{transition:.5s}.btn-open-details.rotated{transform:rotate(180deg)}.btn-open-details img{width:2.5rem}.header-proj-card h3{font-size:1.5rem}.proj-details{gap:1rem}.proj-details h4{font-size:1.2rem}.proj-details p{font-size:14px;padding:0 2rem}.project-infs{flex-direction:column;gap:10px}.project-infs .project-skills,.project-infs span{width:90%}.btn-open-project{letter-spacing:1px;width:90%}.btn-open-project:hover{transform:scale(1)}}@media(max-width:500px){.header-proj-card{flex-direction:column;padding:1rem;gap:1rem}}footer{width:100vw;display:flex;align-items:center;flex-direction:column;padding:2rem 0;gap:2rem}.animated-text{font-family:monospace;color:var(--main-color);font-weight:900;border-right:solid white 2px;width:26ch;text-wrap:nowrap;overflow:hidden;animation:typing 4s steps(25) infinite alternate-reverse}@keyframes typing{0%{width:0ch}}.container-contacts-footer{display:flex;gap:3rem}.contact-footer{display:flex;align-items:center;justify-content:center;gap:10px;transition:.3s ease-in-out}.contact-footer:hover{transform:scale(1.1) translateY(-5px)}.contact-footer img{width:1.6rem}.contact-footer p{font-weight:600}@media(max-width:650px){.contact-footer p{display:none}}
