.navbar{align-items:center;background:#f5f6f7;box-shadow:inset 5px 5px 10px #d1d9e6,inset -5px -5px 10px #fff;display:flex;justify-content:space-between;padding:14px 32px;position:fixed;top:0;width:100%;z-index:999}.navbar-logo{animation:slideIn 3s ease forwards;color:#000;font-family:VT323,monospace;font-size:45px;font-weight:900;padding-top:7px;white-space:nowrap}.nav-links{display:flex;flex-wrap:wrap;gap:20px;list-style:none;margin:0;padding:0}.nav-links li{background:#f5f6f7;border-radius:12px;box-shadow:5px 5px 10px #d1d9e6,-5px -5px 10px #fff;cursor:pointer;font-size:15px;font-weight:500;padding:10px 16px;transition:.2s ease;white-space:nowrap}.nav-links li:hover{box-shadow:inset 5px 5px 10px #d1d9e6,inset -5px -5px 10px #fff}.menu-toggle{color:#333;cursor:pointer;display:none;font-size:28px;font-weight:700}@media (max-width:1050px){.menu-toggle{display:block;top:5px}.menu-toggle,.nav-links{position:absolute;right:20px}.nav-links{background:#f5f6f7;border-radius:12px;box-shadow:5px 5px 10px #d1d9e6,-5px -5px 10px #fff;display:none;gap:1rem;padding:1rem 2rem;top:70px;z-index:998}.nav-links,.navbar{flex-direction:column}.navbar{align-items:flex-start;padding:12px 16px}.nav-links{flex-wrap:wrap;justify-content:center;margin-top:10px}.navbar-logo{font-size:20px}}@media (max-width:768px){.menu-toggle{display:block;top:5px}.menu-toggle,.nav-links{position:absolute;right:20px}.nav-links{background:#f5f6f7;border-radius:12px;box-shadow:5px 5px 10px #d1d9e6,-5px -5px 10px #fff;display:none;flex-direction:column;gap:1rem;padding:1rem 2rem;top:70px;z-index:998}.nav-links.active{display:flex}.nav-links li{font-size:14px;padding:8px 10px}.navbar{align-items:center}.navbar-logo{font-size:20px}.nav-links{justify-content:center}}.hero{align-items:center;background:#f1f5f9;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;min-height:100vh;padding:5rem 8%}.hero-left{flex:1 1 300px}.hero-hello{color:#2f2f2f;font-family:Parisienne,cursive;font-size:2.5rem;font-weight:900;margin-bottom:.5rem}.hero-name{color:#1f1f1f;font-size:4rem;font-weight:800;margin:0;transition:transform .4s ease}.hero-name:hover{transform:scale(1.05)}.hero-tagline{color:#121010;font-size:1rem;font-weight:700;letter-spacing:2px;margin-top:1rem;text-transform:uppercase}.hero-tagline .highlight{color:#f97316;font-weight:800}.hero-right{align-items:center;display:flex;flex:1 1 300px;justify-content:center}.hero-image-wrapper{background:#999595;border-radius:50%;box-shadow:9px 9px 16px #efeded,-9px -9px 16px #fffcfc;padding:2rem;transition:transform .4s ease}.hero-image-wrapper:hover{transform:rotate(7deg) scale(1.05)}.hero-image{border:6px solid #f1f5f9;border-radius:50%;height:280px;object-fit:cover;width:280px}@media (max-width:1024px){.hero{flex-direction:column;text-align:center}.hero-left{margin-top:2rem}.hero-name{font-size:2.8rem}.hero-hello{font-size:2rem}.hero-tagline{font-size:.95rem}}@media (max-width:600px){.hero{padding:7rem .5rem}.hero-image{height:220px;width:220px}.hero-name{font-size:2.5rem}.hero-hello{font-size:2rem;font-weight:bolder}.hero-tagline{font-size:.9rem;font-weight:700}}@keyframes slideIn{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.about{background:#f1f5f9;flex-wrap:wrap;gap:2rem;justify-content:space-between;min-height:100vh;padding:5rem 8%}.about,.about-left{align-items:center;display:flex}.about-left{flex:1 1 300px;justify-content:center}.about-image-wrapper{background:#baa8a8;border-radius:80%;box-shadow:9px 9px 16px #efeded,-9px -9px 16px #fff;padding:2rem}.about-image{border:6px solid #f1f5f9;border-radius:50%;height:280px;object-fit:cover;width:280px}.about-right{flex:1 1 500px}.section-heading{color:#2f2f2f;font-size:2rem;font-weight:800;margin-bottom:1.5rem}.section-number{font-size:25px}.section-number,.section-number1{color:#f97415;font-weight:700;margin-right:.5rem}.section-number1{font-size:18px}.me{color:#f97415;font-size:2rem;font-weight:800;margin-right:.5rem}.about-text{color:#2f2f2f;font-size:1.3rem;line-height:1.7;margin-bottom:1rem;text-align:justify}.about-subheading{color:#1f1f1f;font-size:1.2rem;font-weight:700;margin-bottom:.5rem;margin-top:2rem}.about-list{grid-gap:.5rem;color:#2f2f2f;display:grid;font-family:monospace;font-size:1rem;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.about-list li{list-style:none}@media (max-width:1024px){.about{flex-direction:column;text-align:center}.about-right{margin-top:2rem}.about-list{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media (max-width:600px){.about{padding:2rem 1rem}.about-image{height:220px;width:220px}.section-heading{font-size:1.8rem}.about-text{font-size:1rem}.about-list{font-size:.9rem}}.projects{background:#f1f5f9;min-height:100vh;padding:5rem 8%}.projects-heading{color:#000;font-size:2.5rem;font-weight:bolder;margin-bottom:3rem;text-align:center}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.project-card{background:#f1f5f9;border-radius:20px;box-shadow:9px 9px 16px #d1d9e6,-9px -9px 16px #fff;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;transition:all .4s ease}.project-card:hover{box-shadow:0 12px 24px #0000001a;transform:translateY(-8px) scale(1.01)}.project-title{color:#2f2f2f;font-size:1.5rem;font-weight:700;margin-bottom:.8rem;text-align:center}.project-desc{color:#475569;font-size:1rem;margin-bottom:1.2rem;text-align:center}.project-tech{display:flex;flex-wrap:wrap;gap:.7rem;list-style:none;margin:0 0 1.2rem;padding:0}.project-tech li{background-color:#e2e8f0;border-radius:20px;color:#1e293b;font-size:.75rem;font-weight:500;padding:.3rem .8rem}.project-icons{display:flex;gap:1rem;margin-top:auto}.project-icons a{color:#1f2937;font-size:1.3rem;transition:all .3s ease}.project-icons a:hover{color:#f97316;transform:scale(1.1)}.education{background:#f1f5f9;padding:5rem 8%}.education-heading{color:#000;font-size:2rem;font-weight:800;margin-bottom:2rem;padding-top:30px;text-align:center}.education-list{display:flex;flex-direction:column;gap:1.5rem}.edu-card{background:#f1f5f9;border-radius:20px;box-shadow:9px 9px 16px #d1d9e6,-9px -9px 16px #fff;padding:1.5rem 2rem;transition:.3s ease}.edu-card:hover{box-shadow:0 10px 20px #00000014;transform:translateY(-5px)}.edu-degree{color:#1f2937;font-size:1.2rem;font-weight:700;margin-bottom:.4rem}.edu-college{color:#475569;font-size:1.2rem;margin-bottom:.5rem}.edu-meta{color:#334155;display:flex;font-size:.9rem;justify-content:space-between}.internship-card{background:#f1f5f9;border-radius:20px;box-shadow:9px 9px 16px #d1d9e6,-9px -9px 16px #fff;margin-top:2rem;padding:2rem}.internship-points{color:#475569;font-size:.95rem;margin-top:1rem;padding-left:1.3rem}.internship-points li{font-size:1.2rem;margin-bottom:.6rem}.skills-cert-section{background:#f1f5f9;min-height:100vh;padding:5rem 8%}.section-title{color:#121111;font-size:2rem;font-weight:800;margin-bottom:2.5rem;text-align:center}.highlight{color:#f97316}.skills-cert-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.card{background:#f1f5f9;border-radius:20px;box-shadow:9px 9px 16px #d1d9e6,-9px -9px 16px #fff;flex:1 1 45%;min-width:300px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:12px 12px 24px #d1d9e6,-12px -12px 24px #fff;transform:translateY(-8px)}.card-title{color:#2f2f2f;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.card-list{list-style:none;padding-left:0}.card-list li{color:#2f2f2f;font-size:1.2rem;margin-bottom:.8rem}.card-list li strong{color:#2f2f2f}.card-list li span{color:#f97316;font-weight:600}.contact-wrapper{background:#f1f5f9;color:#2f2f2f;display:flex;flex-wrap:wrap;justify-content:space-between;padding:5rem 8%}.contact-left{flex:1 1;max-width:45%;min-width:300px}.contact-title{font-size:2rem;font-weight:800;margin-bottom:2rem}.contact-text{font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.social-icons{border-radius:30px;box-shadow:6px 6px 12px #d1d9e6,-6px -6px 12px #fff;gap:1rem;padding:.8rem 1rem}.social-icons,.social-icons a{background:#f1f5f9;display:flex;justify-content:center}.social-icons a{align-items:center;border-radius:10px;box-shadow:3px 3px 8px #d1d9e6,-3px -3px 8px #fff;color:#2f2f2f;font-size:1.3rem;height:48px;text-decoration:none;transition:.2s ease;width:48px}.social-icons a:hover{box-shadow:2px 2px 5px #d1d9e6,-2px -2px 5px #fff;transform:translateY(-3px)}.social-icons a:first-child i{color:#0077b5}.social-icons a:nth-child(2) i{color:#211f1f}.social-icons a:nth-child(3) i{color:#e1306c}.social-icons a:nth-child(4) i{color:#1da1f2}.social-icons a:nth-child(5) i{color:#d44638}.contact-right{background:#f1f5f9;border-radius:20px;box-shadow:8px 8px 16px #d1d9e6,-8px -8px 16px #fff;flex:1 1;max-width:45%;min-width:300px;padding:2rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form label{color:#2f2f2f;font-weight:800}.contact-form input,.contact-form textarea{background:#f1f5f9;border:none;border-radius:15px;box-shadow:inset 6px 6px 10px #d1d9e6,inset -6px -6px 10px #fff;font-size:1rem;padding:1rem;resize:none;transition:.3s ease}.contact-form input:focus,.contact-form textarea:focus{box-shadow:0 0 0 3px #f9731666;outline:none}.contact-form button{align-items:center;background:#fff;border:none;border-radius:15px;box-shadow:6px 6px 12px #d1d9e6,-6px -6px 12px #fff;color:#000;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem;transition:.3s ease}.contact-form button:hover{background-color:#62d5df;color:#f2f2f2;transform:translateY(-4px)}@media screen and (max-width:600px){.contact-wrapper{justify-content:center;text-align:center}.contact-right{margin-top:2rem}}.footer{background-color:#f1f5f9;border-top:2px solid #e2e8f0;color:#2f2f2f;font-size:.95rem;font-weight:500;letter-spacing:.5px;padding:2rem 1rem;text-align:center}.footer .highlight{color:#f97316;font-weight:700}.footer .year{color:#000;font-weight:700}.footer .end{color:#06647a;font-size:.7rem;font-weight:700}body{background:#e0e5ec;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}.app{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem}.neu-box{border-radius:20px;box-shadow:8px 8px 15px #a3b1c6,-8px -8px 15px #fff;padding:2rem;transition:all .3s ease}.neu-box,.neu-btn{background:#e0e5ec}.neu-btn{border:none;border-radius:12px;box-shadow:6px 6px 10px #a3b1c6,-6px -6px 10px #fff;cursor:pointer;font-size:1rem;padding:1rem 2rem;transition:.3s ease}.neu-btn:hover{box-shadow:inset 6px 6px 10px #a3b1c6,inset -6px -6px 10px #fff}.app-container{display:flex}.main-content{flex-grow:1;margin-left:120px;padding:20px}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:#f8f9fa;font-family:Segoe UI,sans-serif}#root,body,html{max-width:100vw;overflow-x:hidden;width:100%}html{scroll-behavior:smooth}
/*# sourceMappingURL=main.a75342a3.css.map*/