body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}header{align-items:center;background-color:#1f1f1f;border-bottom:1px solid #333;display:flex;justify-content:space-between;padding:20px}header h2{color:#fff;font-size:1.8rem;margin:0}header img{height:30px;width:30px}header .lang-nav{align-items:center;display:flex;gap:15px}header select{background-color:#333;border:none;border-radius:5px;color:#e0e0e0;font-size:1rem;min-width:120px;padding:5px 10px}header select:focus{border:2px solid #4caf50;outline:none}header nav{display:flex;gap:15px}header nav a{color:#e0e0e0;font-size:1.1rem;text-decoration:none}header nav a:hover{color:#4caf50}@media (max-width:768px){header{align-items:center;flex-direction:row;gap:0;justify-content:space-between;padding:20px}header h2{font-size:1.5rem;margin:0}.menu-toggle{background:none;border:none;cursor:pointer;display:block;height:40px;padding:0}.menu-toggle img{height:30px;vertical-align:middle;width:30px}.lang-nav{align-items:flex-start;background-color:#1f1f1f;border-radius:4px;box-shadow:0 0 10px #00000080;box-sizing:border-box;display:none!important;flex-direction:column;gap:15px;max-width:350px;padding:10px;position:absolute;right:20px;top:60px;width:50vw;z-index:999}@media (max-width:400px){.lang-nav{right:5vw;width:90vw}}.lang-nav.open{display:flex!important}.lang-nav nav{flex-direction:column;gap:10px;width:100%}.lang-nav nav a{color:#e0e0e0;font-size:1rem;margin-left:0;padding:5px 0;text-decoration:none;width:100%}.lang-nav nav a:hover{color:#4caf50}header select{display:block;margin-top:0;min-width:0;min-width:auto;width:100%}}@media (min-width:769px){.lang-nav{display:flex!important}.menu-toggle{display:none!important}}#about-me{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:40px auto;max-width:800px;padding:40px 20px}#about-me h2{color:#fff;font-size:2rem;margin-bottom:20px}#about-me .content{align-items:center;display:flex;gap:20px;justify-content:center}#about-me img{border-radius:50%;height:200px;object-fit:cover;width:200px}#about-me p{color:#e0e0e0;font-size:1.1rem;line-height:1.6;margin:0;max-width:650px}@media (max-width:768px){#about-me{text-align:center}#about-me h2{font-size:1.5rem}#about-me .content{flex-direction:column;gap:10px}#about-me img{height:150px;width:150px}#about-me p{font-size:1rem;padding:0 20px}}#skills{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:40px auto;max-width:900px;padding:40px 20px;text-align:center}#skills h2{color:#fff;font-size:2rem;font-weight:700;margin-bottom:20px}.skills-category{margin-bottom:40px;width:100%}.skills-category h3{border-bottom:2px solid #444;color:#f0f0f0;display:inline-block;font-size:1.5rem;margin-bottom:15px;padding-bottom:5px}.images-container{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.images-container img{background:#1e1e1e;border:1px solid #333;border-radius:10px;box-shadow:2px 2px 10px #00000080;height:120px;object-fit:contain;padding:5px;transition:transform .3s ease,box-shadow .3s ease;width:120px}.images-container img:hover{box-shadow:2px 2px 15px #fff3;transform:scale(1.1)}@media (max-width:768px){#skills{padding:30px 10px}#skills h2{font-size:1.5rem}.skills-category h3{font-size:1.3rem}.images-container img{height:100px;width:100px}}body{background-color:#121212;color:#e0e0e0;font-family:Arial,sans-serif;margin:0;padding:0}#projects{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:40px auto;max-width:1000px;padding:40px 20px}#projects h2{color:#fff;font-size:2.5rem;margin-bottom:20px;text-align:center}.project-cards-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.project-card{background-color:#1e1e1e;border-radius:10px;box-shadow:0 4px 10px #00000080;box-sizing:border-box;max-width:280px;min-height:380px;overflow:relative;overflow-wrap:break-word;padding:20px;position:relative;transition:transform .3s ease-in-out;width:100%;word-break:break-word}.project-card:hover{transform:translateY(-5px)}.project-card h2{color:#fff;font-size:1.6rem;margin-bottom:15px}.project-card img{border-radius:10px;cursor:pointer;height:180px;margin-bottom:15px;object-fit:contain;transition:transform .5s ease;width:100%}.project-card img:hover{box-shadow:0 8px 16px #0009;position:relative;transform:scale(1.2);z-index:10}.project-card a{color:#0af;display:block;font-size:1.2rem;margin-top:10px;text-align:center;text-decoration:none}.technologies h3{color:#fff;font-size:1.2rem;margin-bottom:10px}.tech-icons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:10px}.tech-icon{height:35px;max-height:35px;max-width:35px;object-fit:contain;width:35px}.view-project{display:flex;gap:15px;justify-content:center;margin-top:15px}.view-project a img{border-radius:5px;height:30px;object-fit:contain;transition:transform .3s ease,box-shadow .3s ease;width:30px}.view-project a img:hover{box-shadow:0 4px 12px #0af6;transform:scale(1.1);z-index:5}@media (max-width:768px){#projects{padding:20px}.project-card h2{font-size:1.4rem}.project-card img{height:160px}.tech-icon{height:25px;width:25px}.project-cards-container{align-items:center;flex-direction:column}.view-project a img{height:30px;width:30px}}#contact{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:40px auto;max-width:800px;padding:40px 20px;text-align:center}#contact h3{color:#fff;font-size:2rem}#contact h3,#contact nav{margin-bottom:20px}#contact nav a{display:inline-block;margin-right:10px}#contact nav img{height:40px;object-fit:contain;width:40px}#contact hr{border:1px solid #333;margin:20px 0;width:80%}form{align-items:center;display:flex;flex-direction:column;gap:20px;width:100%}form input[type=text],form textarea{background-color:#1e1e1e;border:1px solid #444;border-radius:5px;color:#fff;font-size:1rem;padding:10px;resize:vertical;width:100%}form textarea{height:200px;resize:none}form input[type=text]::placeholder,form textarea::placeholder{color:#bbb}form input[type=submit]{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;padding:10px 20px}form input[type=submit]:hover{background-color:#45a049}form input[type=submit]:disabled{cursor:not-allowed}.badge-base{align-items:center;display:flex;justify-content:center}@media (max-width:768px){#contact{padding:30px 10px}#contact h3{font-size:1.5rem}form input[type=text],form textarea{width:90%}}footer{align-items:center;background-color:#121212;border-top:2px solid #444;color:#e0e0e0;display:flex;flex-direction:column;font-size:1rem;gap:15px;margin-top:40px;padding:20px 10px;text-align:center}footer p{font-size:1.1rem;margin:0}footer .footer-nav nav{margin-bottom:0}footer .footer-nav a{color:#aaa;font-size:1rem;margin:0 15px;text-decoration:none}footer .footer-nav a:hover{color:#fff;text-decoration:underline}footer .social-media{margin-top:0}footer .social-media a{color:#aaa;font-size:1.1rem;margin:0 15px;text-decoration:none}footer .social-media a:hover{color:#fff;text-decoration:underline}@media (max-width:768px){footer{font-size:.9rem;gap:10px;padding:20px 10px}footer .footer-nav nav{display:flex;flex-direction:column;gap:10px}footer .footer-nav a{font-size:1rem;margin:0}footer .social-media{margin-top:5px}footer .social-media a{font-size:1rem;margin:0}}
/*# sourceMappingURL=main.b31ad69a.css.map*/