body{margin:0;font-family:Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.section h2{opacity:1;transform:translateY(30px);transition:transform .8s ease-out}.section h2.animate-in{transform:translateY(0)}.section{animation:fadeInUp .8s ease-out}.section:nth-child(odd){animation-delay:.2s}.section:nth-child(2n){animation-delay:.4s}body{font-family:Arial,sans-serif;line-height:1.6;color:#e0e0e0;background-color:#121212}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:100px 0 60px;background-color:#1e1e1e;margin-bottom:20px}.section:nth-child(2n){background-color:#2a2a2a}.header{background-color:#000;color:#fff;padding:20px 0;position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 10px #0000004d}.header .container{display:flex;justify-content:space-between;align-items:center}.name{font-size:1.5em;font-weight:700}.nav{position:relative}.nav-links{list-style:none;display:flex}.nav-links li{margin-left:20px}.nav-links li a{color:#fff;text-decoration:none;font-weight:700;transition:color .3s}.nav-links li a:hover{color:#61dafb}.hamburger{display:none;flex-direction:column;cursor:pointer;background:none;border:none;padding:0}.bar{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.3s}.hero{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(-45deg,#667eea,#764ba2,#f093fb,#f5576c);background-size:400% 400%;animation:gradientShift 30s ease infinite;color:#fff}@keyframes gradientShift{0%{background-position:0% 0%}25%{background-position:100% 0%}50%{background-position:100% 100%}75%{background-position:0% 100%}to{background-position:0% 0%}}.hero h1{font-size:4em;margin-bottom:20px;font-weight:700}.hero p{font-size:1.5em;margin-bottom:30px}.hero .cta-button{background-color:#61dafb;color:#000;padding:15px 30px;text-decoration:none;border-radius:5px;font-weight:700;transition:background-color .3s}.hero .cta-button:hover{background-color:#21b4d6}.hero .scroll-arrow{margin-top:50px;animation:bounce 2s infinite;color:#fff;cursor:pointer;text-decoration:none;display:inline-block}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.section h2{text-align:center;margin-bottom:40px;font-size:2.5em;color:#61dafb}.section h3{font-size:1.5em;margin-bottom:10px;color:#fff}.section h4{font-size:1.2em;margin-bottom:10px;color:#ccc}.section h5{font-size:1.1em;margin-bottom:10px;color:#ddd;font-weight:700}.section p{margin-bottom:20px;color:#e0e0e0}.section ul{list-style:none;padding-left:20px}.section ul li{margin-bottom:10px;color:#e0e0e0}.section a{color:#61dafb;text-decoration:none}.section a:hover{text-decoration:underline}.about-content{margin-top:40px}.about-item{display:flex;align-items:center;margin-bottom:40px;opacity:0;transform:translate(-50px)}.about-item.animate-in{animation:slideInLeft .5s ease-out forwards}.icon-card{background-color:#333;border:2px solid #61dafb;border-radius:15px;padding:20px;margin-right:30px;flex-shrink:0;transition:transform .3s ease,box-shadow .3s ease}.icon-card:hover{transform:scale(1.05);box-shadow:0 4px 15px #61dafb4d}.about-icon{font-size:2em;color:#61dafb}.about-text h3{color:#61dafb;font-size:1.8em;margin-bottom:10px}.about-text p{color:#e0e0e0;font-size:1.1em;line-height:1.6;margin:0}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.skill-category{background-color:#333;padding:20px;border-radius:8px;border:1px solid #444}.skill-category h3{margin-bottom:15px;color:#61dafb}.experience-item{margin-bottom:40px;padding:20px;background-color:#333;border-radius:8px;border:1px solid #444}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:40px}.project-card{background-color:#333;border-radius:12px;border:1px solid #444;overflow:hidden;cursor:pointer;transition:all .3s ease;opacity:0;transform:translateY(30px);box-shadow:0 4px 15px #0000004d}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0006;border-color:#61dafb}.project-card.animate-in{opacity:1;transform:translateY(0)}.project-content{padding:25px;display:flex;flex-direction:column;height:100%}.project-content h3{color:#61dafb;margin-bottom:5px;font-size:1.4em}.project-content h4{color:#ccc;margin-bottom:15px;font-size:.9em;font-weight:400}.project-content h5{color:#ddd;margin-bottom:10px;font-size:1.1em;font-weight:700}.project-content p{color:#e0e0e0;margin-bottom:20px;line-height:1.6;flex-grow:1}.technologies{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.tech-tag{background-color:#444;color:#61dafb;padding:4px 10px;border-radius:15px;font-size:.8em;font-weight:700}.project-link{display:flex;align-items:center;justify-content:space-between;color:#61dafb;font-weight:700;transition:color .3s;margin-top:auto}.project-card:hover .project-link{color:#fff}.project-link svg{transition:transform .3s}.project-card:hover .project-link svg{transform:translate(5px)}.education-item{margin-bottom:20px;padding:20px;background-color:#333;border-radius:8px;border:1px solid #444}.contact-form{text-align:center;margin-top:40px}.footer{background-color:#000;color:#e0e0e0;padding:60px 0;text-align:center}.footer h3{color:#61dafb;margin-bottom:20px;font-size:2em}.footer p{margin-bottom:15px;font-size:1.1em}.footer-contact p{margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:1.1em}.social-links{margin-top:20px}.social-links a{color:#61dafb;text-decoration:none;margin:0 15px;font-weight:700;transition:color .3s;display:inline-flex;align-items:center;gap:8px;font-size:1.1em}.social-links a:hover{color:#fff}@media(max-width:768px){.header .container{flex-direction:row;justify-content:space-between}.hamburger{display:flex}.nav-links{position:fixed;top:80px;left:0;width:100vw;background-color:#000;flex-direction:column;padding:20px 0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 10px #00000080;z-index:999}.nav-links.open{transform:translateY(0);opacity:1;visibility:visible}.nav-links li{margin:10px 0;text-align:center}.nav-links li a{display:block;padding:10px 20px}.skills-grid{grid-template-columns:1fr}.projects-grid{grid-template-columns:1fr;gap:20px}.section{padding:40px 0}.section h2{font-size:2em}.hero h1{font-size:3em}.hero p{font-size:1.2em}}
