*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,Arial,sans-serif}.App{max-width:100%;margin:0;padding:0;background-color:#0f0f1a}section{padding:2rem 1rem;margin-bottom:3rem;display:flex;flex-direction:column;justify-content:center;align-items:center}header{background-color:#1a1a2e;color:#fff;text-align:center;padding:20px;position:fixed;width:100%;z-index:1000}.header-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto 0 0;padding:0 15px 0 0}.header-content h1{font-size:30px;color:#ff2e63;margin-left:0;padding-left:0;text-align:left;font-weight:700;font-family:Great Vibes,cursive}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:row;align-items:center;gap:8px;color:#fff}.hamburger-image{width:24px;height:24px;color:#fff;transition:transform .3s ease}.hamburger:hover .hamburger-image{transform:scale(1.1)}.hamburger .menu-text{font-size:16px;color:#fff;display:none}.hamburger.open .menu-text{display:none}.nav-links{display:flex;align-items:center;margin:0;padding:0}.nav-links a{color:#fff;text-decoration:none;margin:0 15px;font-weight:700}.nav-links a:hover{color:#ff2e63}.about-section{height:auto;background-color:#0f0f1a;text-align:center;padding:80px 20px 20px;border:none}.profile{display:flex;padding:20px;justify-content:space-between;gap:100px}.profile h1{padding-top:20px;color:#666;font-size:30px}.profile h2{font-size:50px}.profile2 p{padding:20px;border-radius:20px}.profile2 h2{font-size:2.5rem}.about-section h2{padding-top:100px;color:#ff2e63;box-shadow:none}.about-section p{font-size:1.1rem;max-width:800px;margin:0 auto 20px;color:#666}.about-section img{border-radius:50%;width:400px;height:500px;margin-bottom:20px;object-fit:cover;padding-top:20px}.skills-section{margin-bottom:4rem;background-color:#000;padding:40px 20px;text-align:center}.skills-section h2{font-size:2.5rem;color:#ff2e63;padding-bottom:20px}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;width:100%;max-width:1000px;margin:0 auto}.skill-card{color:#fff;padding:20px;border-radius:10px;text-align:center;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;align-items:center;gap:10px}.react-icon{width:40px;height:40px;color:#61dafb;transition:transform .3s ease}.js-icon{width:40px;height:40px;color:#f7df1e;transition:transform .3s ease}.css-icon{width:40px;height:40px;color:#1572b6;transition:transform .3s ease}.html-icon{width:40px;height:40px;color:#e34f26;transition:transform .3s ease}.django-icon{width:40px;height:40px;color:#092e20;transition:transform .3s ease}.py-icon{color:#3776ab;background:linear-gradient(45deg,#3776ab,#ffd43b);-webkit-text-fill-color:transparent;display:inline-block;width:40px;height:40px;transition:transform .3s ease}@supports not (-webkit-background-clip: text){.py-icon{color:#3776ab}}.skill-card:hover .skill-icon{transform:scale(1.1)}.projects-section{padding-top:0;margin-top:-20px;background:#0f0f1a;color:#fff;text-align:center;border-bottom:1px solid white;justify-content:flex-start!important;height:auto!important}.projects-title{font-size:2.5rem;margin-bottom:2rem;margin-top:0;padding-top:0;color:#ff2e63}.projects-grid{display:flex;gap:2rem;margin-top:0;padding-top:0;justify-items:center;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem}.projects-item{flex:0 0 250px;scroll-snap-align:start;background-color:#1a1a2e;padding:1rem;border-radius:12px;width:90%;max-width:300px;box-shadow:0 4px 12px #1a1a2e;transition:transform .3s ease;padding:20px;height:auto}.projects-item:hover{transform:translateY(-5px)}.projects-image{width:100%;height:180px;object-fit:cover;border-radius:10px}.project-name{font-family:Poppins,sans-serif;font-weight:600;font-size:1.1rem;margin:.8rem 0 .5rem}.project-stack{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem}.tech-badge{background:#5a42c3;padding:.3rem .6rem;border-radius:5px;font-size:.75rem;font-weight:500}.project-buttons{display:flex;justify-content:center;gap:1rem}.project-btn{background:#5a42c3;color:#fff;padding:.4rem .9rem;border-radius:6px;font-weight:600;text-decoration:none;transition:background .3s ease}.project-btn:hover{background:#ff2e63}@media screen and (max-width: 760px){.projects-section{padding-top:0;margin-top:40px}.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.projects-item{width:100%;padding:15px}.projects-title{font-size:2rem;margin-top:-10px}}@media screen and (max-width: 480px){.projects-grid{display:grid;flex-direction:column}.projects-item{width:100%;margin-bottom:2rem}.projects-title{font-size:1.8rem}.project-buttons{flex-direction:column;gap:.5rem}.project-btn{width:100%}}.contact-section{margin-top:4rem}.contact-section form{display:flex;flex-direction:column;width:100%;max-width:500px;gap:10px}.contact-section input,.contact-section textarea{padding:10px;color:#fff;border:1px solid#ccc;border-radius:5px;font-size:16px;background-color:#1a1a2e}.contact-section button{padding:10px;background-color:#1a1a2e;color:#f5f5f5;border:none;border-radius:5px;cursor:pointer}.contact-section h2{color:#ff2e63;padding-bottom:20px;font-size:2.5rem}.contact-section button:hover{color:#ff2e63}.email-icon img{width:24px;height:24px;transition:transform .3s ease}.social-links{margin-top:20px;display:flex;gap:15px;justify-content:center}.social-icon img,.social-icon svg{width:24px;height:24px;transition:transform .3s ease}.social-icon :hover,.social-icon:hover svg{transform:scale(1.2)}.email-link{margin-top:20px;text-align:center}.email-link p{font-size:16px;color:#f5f5f5}.email-icon{display:flex;align-items:center;justify-content:center;gap:8px;color:#f5f5f5;font-size:18px;text-decoration:none}.email-icon:hover{color:#ff2e63;text-decoration:underline}.resume-section{display:flex;flex-direction:column;align-items:center;padding:20px}.resume-section h1{color:#fff}.resume-link{display:inline-block;padding:10px 20px;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;margin-top:20px}.resume-link:hover{background-color:#0056b3}@media (max-width: 768px){.resume-section{display:flex;flex-direction:column;padding:px;margin-bottom:10vh}.resume-link{padding:15px 30px;font-size:18px}}@media (max-width: 768px){section{padding:40px 15px}nav a{margin:0 10px;font-size:14px}.about-section img{width:280px;height:400px}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}header{padding:15px;position:fixed}.header-content{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;padding:0 10px}.header-content h1{font-size:20px;font-family:"Great vibes" sans-serif}.hamburger{display:flex;cursor:pointer;z-index:1100;font-size:1.2rem}.hamburger .menu-text{display:inline}.hamburger-image{font-size:2rem}.close-icon{width:22px;height:22px;font-size:2rem}.hamburger .menu-text{font-size:14px}.nav-links{position:fixed;flex-direction:column;width:250px;height:100%;padding:3.5rem 1rem 1rem;top:0;right:0;align-items:center;justify-content:flex-start;background-color:#1a1a2e;gap:1rem;transform:translate(100%);transition:transfom .4s ease-in-out;z-index:1000}.nav-links.open{transform:translate(0)}.nav-links a{padding:10px;margin:0;font-size:16px;text-align:center}.nav-links a:hover{text-decoration:none;background-color:#ff2e63;color:#fff}.about-section img{width:280px;height:350px}.profile h2{font-size:30px;padding-top:20px}.profile h1{font-size:20px}.profile{flex-direction:column;gap:0px}.contact-section form{width:90%}.contact-section{margin-top:2rem;padding-top:0}.social-links{flex-wrap:wrap;justify-content:center}.skills-section{margin-bottom:.5rem}.skill-icon{width:32px;height:32px}.skill-card{padding:15px}.skills-section h2{font-size:2rem}}@media (max-width: 480px){.social-icon img,.social-icon svg{width:20px;height:20px}.email-link p{font-size:14px}.email-icon{font-size:16px}}.footer{background:#000;color:#f1f1f1;padding:3rem 2rem 1rem;font-size:.95rem}.footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.footer h3,.footer h4{color:#ff2e63;margin-bottom:1rem}.footer-brand p{color:#ccc;line-height:1.6}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{text-decoration:none;color:#f1f1f1;transition:color .3s ease}.footer-links a:hover{color:#ff2e63}.footer-contact p{margin:.4rem 0;display:flex;align-items:center;gap:.5rem}.social-icons{display:flex;gap:.8rem;font-size:1.5rem}.social-icons a{display:inline-flex;transition:transform .3s ease}.social-icons a:hover{transform:scale(1.15)}.social-icons .email{color:#ea4335}.social-icons .linkedin{color:#0a66c2}.social-icons .github{color:#fff}.social-icons .instagram{color:#e1306c}.social-icons .facebook{color:#1877f2}.social-icons .whatsapp{color:#25d366}.social-icons .tiktok{color:#fff}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding-top:1rem;font-size:.85rem;color:#aaa}@media (max-width: 768px){.footer-container{text-align:center}.footer-contact p,.social-icons{justify-content:center}}
