.navbar{position:fixed;top:0;left:0;width:100%;background:#222;padding:12px 20px;display:flex;justify-content:center;align-items:center;z-index:1000;transition:top .3s ease-in-out}body{padding-top:70px}.navbar:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:#fc0;transition:width .3s ease-in-out;transform:translate(-50%)}.navbar:hover:after{width:100%}.container{width:90%;max-width:1200px;display:flex;justify-content:space-between;align-items:center}.logo img{height:50px;width:auto}.nav-links{display:flex;list-style:none;gap:20px;transition:transform .3s ease-in-out}.nav-links li{display:inline-block}.nav-links button{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;padding:10px;position:relative;transition:color .3s ease-in-out}.nav-links button:after{content:"";position:absolute;left:50%;bottom:-3px;width:0;height:2px;background-color:#fc0;transition:width .3s ease-in-out;transform:translate(-50%)}.nav-links button:hover:after{width:100%}.nav-links .active:after{width:100%}.resume-button{display:flex;justify-content:center;align-items:center}.resume-button button{background:#fc0;border:none;color:#222;font-size:16px;padding:10px 15px;cursor:pointer;border-radius:5px;transition:background .3s ease-in-out}.resume-button button:hover{background:#e6b800}.hamburger{display:none;font-size:28px;cursor:pointer;color:#fff;margin-right:30px}@media screen and (max-width: 768px){.hamburger{display:block;z-index:1100}.nav-links{position:fixed;top:0;left:-100%;width:60%;height:100%;background:#222222f2;flex-direction:column;align-items:center;justify-content:center;transition:left .3s ease-in-out}.nav-links.open{left:0}.nav-links li{margin:15px 0}.resume-button{position:absolute;bottom:20px;width:100%;text-align:center}}.home-section{display:flex;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);color:#fff;text-align:center;padding:20px}.home-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;width:100%;padding:30px;border-radius:15px;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 20px #0006;transition:.3s ease-in-out}.home-text{flex:1;padding:20px;animation:fadeIn 1s ease-in-out}.home-text h1{font-size:3rem!important;font-weight:700;font-style:italic;background:linear-gradient(90deg,#ff8a00,#e52e71);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home-text h2{font-size:3rem!important;font-weight:700;font-style:italic;color:#ffeb3b;text-shadow:0 0 15px #ffeb3b;margin-top:-20px}.profession{font-size:3rem!important;font-weight:700;font-style:italic;background:linear-gradient(90deg,#12c2e9,#c471ed,#f64f59);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-top:-20px}.home-buttons{margin-top:25px;display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.primary-btn,.secondary-btn{display:inline-block;padding:12px 28px;font-size:1rem;font-weight:700;text-transform:uppercase;border-radius:30px;transition:.3s ease-in-out;text-decoration:none;text-align:center;min-width:180px}.primary-btn{background:#ffeb3b;color:#000;box-shadow:0 0 15px #ffeb3b}.primary-btn:hover{background:gold;box-shadow:0 0 20px gold;transform:scale(1.08)}.secondary-btn{background:transparent;border:2px solid #ffeb3b;color:#ffeb3b}.secondary-btn:hover{background:#ffeb3b;color:#000;transform:scale(1.08)}.social-links{margin-top:25px}.social-links a{font-size:2rem;margin:0 15px;color:#ffeb3b;transition:.3s ease-in-out}.social-links a:hover{transform:scale(1.3);color:#fff}.home-image{flex:1;display:flex;justify-content:center;align-items:center}.image-container{width:340px!important;height:340px!important;border-radius:0;overflow:hidden;box-shadow:0 0 20px #fff6}.image-container img{width:100%;height:100%;object-fit:cover}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.home-container{flex-direction:column;text-align:center;padding:20px}.home-text h1{font-size:2.5rem}.home-text h2{font-size:1.8rem}.profession{font-size:1.4rem}.image-container{width:300px;height:300px}}@media (max-width: 768px){.home-text h1{font-size:2rem}.home-text h2{font-size:1.5rem}.profession{font-size:1.2rem}.home-buttons{flex-direction:column;align-items:center}.primary-btn,.secondary-btn{width:85%;max-width:200px;font-size:.9rem;padding:10px 20px}.image-container{width:280px!important;height:280px!important}}@media (max-width: 480px){.home-text h1,.home-text h2,.profession{font-size:1.8rem!important}.image-container{width:260px!important;height:260px!important}}.about-container{display:flex;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;gap:40px;padding:40px;background:#011c2ea6;border-radius:10px;box-shadow:0 4px 10px #0000001a;flex-wrap:wrap}.about-image{flex:1;display:flex;justify-content:center;align-items:center}.about-image img{width:100%;max-width:450px;border-radius:10px;box-shadow:0 4px 10px #0003}.about-text{flex:1;text-align:left;max-width:500px}.about-text h1{font-size:2.5rem;color:#333;margin-bottom:15px}.about-text p{font-size:1.3rem!important;color:#c1d2d3!important;margin-bottom:15px;line-height:1.6}.resume-btn{display:inline-block;padding:12px 24px;background:linear-gradient(45deg,#ff6b6b,#ffb88c);color:#fff;text-decoration:none;font-size:1rem;font-weight:700;border-radius:5px;transition:background .3s ease-in-out}.resume-btn:hover{background-color:#0056b3}@media (max-width: 992px){.about-container{flex-direction:column;text-align:center;padding:30px}.about-text{text-align:center}.about-image img{max-width:350px}}@media (max-width: 768px){.about-container{gap:20px}.about-text h1{font-size:2rem}.about-text p{font-size:1rem}.about-image img{max-width:300px}.resume-btn{padding:10px 20px;font-size:.9rem}}@media (max-width: 480px){.about-container{padding:20px}.about-text h1{font-size:1.8rem}.about-text p{font-size:.95rem}.about-image img{max-width:300px}.resume-btn{padding:8px 16px;font-size:.85rem}}.section{padding:50px 10%;background-color:#f0f0f5}.experience-section{max-width:800px;margin:0 auto;text-align:left}.experience-section h2{font-size:32px;color:#2c3e50;margin-bottom:20px;text-align:center;border-bottom:3px solid #3498db;display:inline-block;padding-bottom:5px}.experience-item{background:#011c2ea6;padding:20px;margin-bottom:20px;border-radius:8px;border:5px solid #3498db;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.experience-item:hover{transform:scale(1.02);box-shadow:0 6px 12px #0003}.experience-item h3{font-size:22px;color:#1a5276;margin-bottom:10px}.experience-item p{font-size:20px!important;color:#c1d2d3!important;line-height:1.6}@media (max-width: 768px){.section{padding:30px 5%}.experience-section h2{font-size:28px}.experience-item{padding:15px}.experience-item h3{font-size:20px}.experience-item p{font-size:14px}}.section{text-align:center;padding:50px 20px;background-color:#f9f9f9}h1{font-size:2.5rem;color:#333;margin-bottom:10px}p{font-size:1.5rem!important;color:#c1d2d3!important;margin-bottom:30px}.skills-container{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;justify-content:center;max-width:800px;margin:0 auto}.skill-box{background:#e65e5e;border:2px solid #ccc;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:20px;text-align:center;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .3s ease-in-out}.skill-box:hover{transform:scale(1.05)}.skill-icon{font-size:3.5rem;margin-bottom:10px}.html{color:#e34f26}.css{color:#1572b6}.js{color:#f7df1e}.react{color:#61dafb}.node{color:#68a063}.express{color:#000}.mongo{color:#4db33d}.git{color:#f05032}.github{color:#171515}.word{color:#2b579a}.excel{color:#217346}.ppt{color:#b7472a}.canva{color:#00c4cc}span{font-size:1.2rem;color:#333;font-weight:700}@media (max-width: 768px){.skills-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.skills-container{grid-template-columns:repeat(1,1fr)}}.section{text-align:center;padding:80px 20px;background:linear-gradient(135deg,#f8f9fa,#e3e7eb)}h1{font-size:2.5rem;color:#222;margin-bottom:20px;position:relative;display:inline-block;padding-bottom:8px}h1:after{content:"";width:80px;height:4px;background:#ff5733;display:block;margin:8px auto;border-radius:4px}p{font-size:1.1rem;color:#555;margin-bottom:30px}.projects-container{display:flex;flex-direction:column;align-items:center;gap:40px}.project-card{background:#011c2ea6;border-radius:12px;border:5px solid #222;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;overflow:hidden;text-align:center;width:1000px;height:800px;display:flex;flex-direction:column;justify-content:space-between}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.project-image{width:100%;height:75%;object-fit:cover;border-bottom:3px solid #ff5733}.project-info{padding:20px;height:45%;display:flex;flex-direction:column;justify-content:space-between}.tech-stack{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.tech{background:#eee;padding:6px 12px;border-radius:6px;font-size:.85rem;font-weight:700;color:#444}.project-buttons{display:flex;justify-content:center;gap:12px;margin-top:15px}.btn{padding:10px 16px;text-decoration:none;background:#007bff;color:#fff;border-radius:6px;font-size:.9rem;font-weight:700;transition:.3s}.btn:hover{background:#0056b3}.btn-secondary{background:#28a745}.btn-secondary:hover{background:#218838}@media (max-width: 768px){.project-card{width:90%;height:auto}.project-image,.project-info{height:50%}}@media (max-width: 480px){.project-card{width:100%;height:auto}.project-image,.project-info{height:55%}}.section{padding:80px 10%;text-align:center;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);color:#fff}.section h1{font-size:2.5rem;margin-bottom:10px;font-weight:700;letter-spacing:2px;background:linear-gradient(45deg,#ff6b6b,#ffb88c);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-name{font-size:1.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;color:#ffb88c}.name-icon{width:28px;height:28px;color:#ff6b6b}.section p{font-size:1rem;font-style:italic;color:#bbb;margin-bottom:20px}.all-buttons{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin-top:20px}.all-buttons .btn{width:55px;height:55px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease-in-out;box-shadow:0 3px 10px #0000004d}.all-buttons .btn svg{width:30px;height:30px;fill:#fff;transition:all .3s ease-in-out}.email-btn:hover{background:#ff5722;transform:scale(1.1);box-shadow:0 0 12px #ff5722}.linkedin-btn:hover{background:#0077b5;transform:scale(1.1);box-shadow:0 0 12px #0077b5}.github-btn:hover{background:#333;transform:scale(1.1);box-shadow:0 0 12px #333}.twitter-btn:hover{background:#1da1f2;transform:scale(1.1);box-shadow:0 0 12px #1da1f2}.instagram-btn:hover{background:#e1306c;transform:scale(1.1);box-shadow:0 0 12px #e1306c}@media (max-width: 768px){.section{padding:60px 5%}.all-buttons .btn{width:50px;height:50px}.all-buttons .btn svg{width:28px;height:28px}}@media (max-width: 480px){.section h1{font-size:2rem}.contact-name{font-size:1.5rem}.all-buttons .btn{width:45px;height:45px}.all-buttons .btn svg{width:25px;height:25px}}.footer{background:#111;color:#fff;padding:30px 15px;text-align:center;font-family:Poppins,sans-serif}.footer-container{max-width:1100px;margin:auto;display:flex;flex-direction:column;align-items:center;gap:10px}.footer-brand h1{font-size:22px;font-weight:600;letter-spacing:1px;margin-bottom:5px;color:#f8b400}.footer-social{display:flex;gap:10px}.social-icon{color:#fff;font-size:20px;transition:all .3s ease-in-out}.social-icon:hover{color:#f8b400;transform:scale(1.1)}.footer-thankyou p{font-size:15px;font-weight:400;opacity:.8;margin:5px 0}.footer-bottom p{font-size:13px;opacity:.6;margin-top:8px}@media (max-width: 768px){.footer-container{text-align:center}.footer-brand h1,.social-icon{font-size:18px}}
