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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:1000}.logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.hamburger{cursor:pointer;display:none;flex-direction:column;z-index:1001}.hamburger .bar{background-color:#fff;height:3px;margin:4px 0;transition:all .3s ease;width:25px}.nav-links{color:#fff;display:flex;list-style:none}.nav-links li{cursor:pointer;margin-left:2rem}.nav-links li:hover{color:#4facfe}.nav-links a{color:#fff;font-weight:500;font-weight:700;padding:.5rem 0;position:relative;text-decoration:none}.nav-links a:after{background-color:#4facfe;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a.active:after,.nav-links a:hover:after{width:100%}@media (max-width:768px){.hamburger{display:flex}.nav-links{align-items:center;background:#000000f2;flex-direction:column;height:100vh;justify-content:center;padding:2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:70%}.nav-links.show{right:0}.nav-links li{margin:1.5rem 0}.hamburger .bar.open:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger .bar.open:nth-child(2){opacity:0}.hamburger .bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}@media (min-width:769px) and (max-width:992px){.nav-links li{margin-left:1.5rem}}.home-section{background:linear-gradient(135deg,#1a1a1a,#2c3e50);overflow:hidden;position:relative}.home-section:before{background:url(https://www.transparenttextures.com/patterns/dark-mosaic.png);content:"";height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%;z-index:0}.home-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;width:100%;z-index:1}.text-content{animation:fadeInUp 1s ease;flex:1 1;padding-right:2rem}.greeting{color:#ffffffe6;font-size:1.5rem;font-weight:300;margin-bottom:.5rem}.name{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#4facfe,#00f2fe);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;line-height:1.2;margin:.5rem 0}.typing-container{align-items:center;display:flex;margin:1.5rem 0 2.5rem;min-height:3rem}.typing{color:#ffffffe6;font-size:1.75rem;font-weight:400;margin:0}.cursor{animation:blink 1s infinite;color:#4facfe;margin-left:.25rem}.button-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.btn{border-radius:50px;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.resume-btn{background:linear-gradient(90deg,#4facfe,#00f2fe);box-shadow:0 4px 15px #4facfe4d;color:#fff}.contact-btn{background:#0000;border:2px solid #4facfe;color:#4facfe}.btn:hover{box-shadow:0 6px 20px #4facfe66;transform:translateY(-3px)}.image-content{align-items:center;animation:fadeIn 1.5s ease;display:flex;flex:1 1;justify-content:center}.profile-image{border-radius:20px;box-shadow:0 20px 40px #0000004d;height:auto;max-width:400px;transform:perspective(1000px) rotateY(-10deg);transition:transform .5s ease;width:100%}.profile-image:hover{transform:perspective(1000px) rotateY(0deg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:992px){.home-content{flex-direction:column;padding:2rem 1rem;text-align:center}.text-content{margin-bottom:2rem;padding-right:0}.greeting{font-size:1.25rem}.name{font-size:2.5rem}.typing{font-size:1.5rem}.button-group{justify-content:center}.profile-image{margin-top:2rem;max-width:300px}}@media (max-width:576px){.home-section{padding:1.5rem}.greeting{font-size:1.1rem}.name{font-size:2rem;margin:.25rem 0}.typing{font-size:1.25rem}.typing-container{margin:1rem 0 1.5rem;min-height:2.5rem}.btn{font-size:.9rem;padding:.6rem 1.2rem;width:100%}.button-group{flex-direction:column;gap:.75rem}}.about-section{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:relative}.about-section:before{background:url(https://www.transparenttextures.com/patterns/dark-geometric.png);content:"";height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%;z-index:0}.about-container{margin:0 auto;max-width:900px;padding:0 1rem;position:relative;width:100%;z-index:1}.about-title{color:#fff;font-size:2.5rem;margin-bottom:1rem;position:relative;text-align:center}.about-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:20px;box-shadow:0 10px 30px #0000004d;color:#f1f1f1;font-size:1.1rem;line-height:1.8;padding:2rem}.about-content p{margin-bottom:1.5rem}.highlight{color:#4facfe;font-weight:600}@media (min-width:768px){.about-section{padding:4rem 2rem}.about-title{font-size:3rem;margin-bottom:3rem}.about-content{font-size:1.15rem;padding:2.5rem}}.skills-section{background:linear-gradient(135deg,#1a1a1a,#2c3e50);display:flex;flex-direction:column;overflow:hidden;position:relative}.skills-section:before{background:url(https://www.transparenttextures.com/patterns/dark-mosaic.png);content:"";height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%;z-index:0}.skills-section h2{color:#fff;font-size:2.5rem;margin-bottom:2rem;position:relative;text-align:center;z-index:1}.skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1100px;padding:0 1rem;position:relative;z-index:1}.skill-category{background:#ffffffe6;border-left:6px solid #17a2b8;border-radius:12px;box-shadow:0 8px 20px #00000026;padding:1.5rem;text-align:center;transition:all .3s ease}.skill-category:hover{box-shadow:0 12px 25px #0003;transform:translateY(-5px)}.skill-category h3{color:#17a2b8;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.skill-category img{height:50px;margin:.5rem;object-fit:contain;transition:transform .3s ease;width:auto}.skill-category img:hover{transform:scale(1.1)}@media (min-width:768px){.skills-section h2{font-size:3rem;margin-bottom:3rem}.skills-grid{gap:2rem}.skill-category{padding:2rem}}@media (max-width:576px){.skills-section{padding:2rem 1rem}.skills-section h2{font-size:2rem;margin-bottom:1.5rem}.skills-grid{grid-template-columns:1fr}}.projects-section{background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;flex-direction:column;overflow:hidden;position:relative}.projects-section:before{background:url(https://www.transparenttextures.com/patterns/dark-geometric.png);content:"";height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%;z-index:0}.projects-section h1{color:#fff;font-size:2.5rem;margin-bottom:2rem;position:relative;text-align:center;z-index:1}.project-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1100px;padding:0 1rem;position:relative;z-index:1}.project-item{background:#ffffffe6;border-left:6px solid #28a745;border-radius:12px;box-shadow:0 8px 20px #00000026;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.project-item:hover{box-shadow:0 12px 25px #0003;transform:translateY(-5px)}.project-item h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.project-item h4{color:#28a745;font-size:1rem;font-weight:500;margin-bottom:.8rem}.project-item p{color:#444;font-size:.9rem;margin-bottom:.5rem}@media (min-width:768px){.projects-section h1{font-size:3rem;margin-bottom:3rem}.project-list{gap:2rem}.project-item{padding:2rem}}@media (max-width:576px){.projects-section{padding:2rem 1rem}.projects-section h1{font-size:2rem;margin-bottom:1.5rem}.project-list{grid-template-columns:1fr}}.contact-section{background:linear-gradient(135deg,#1a1a1a,#2c3e50);overflow:hidden;padding:2rem 1rem;position:relative}.contact-container{margin:0 auto;max-width:1100px;position:relative;z-index:1}.contact-title{color:#fff;font-size:2rem;margin-bottom:1.5rem;position:relative;text-align:center}.contact-title:after{background:linear-gradient(90deg,#00f2fe,#4facfe);border-radius:3px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.divider{background:#ffffff1a;height:1px;margin:1.5rem 0;width:100%}.contact-info{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.contact-item{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:12px;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s ease}.contact-item:hover{box-shadow:0 10px 20px #0003;transform:translateY(-5px)}.contact-icon{color:#4facfe;font-size:1.5rem;margin-top:.3rem}.contact-details h3{color:#fff;font-size:1.2rem;margin-bottom:.5rem}.contact-details p{color:#fffc;font-size:.9rem;line-height:1.6;margin-bottom:.3rem}.socials{margin-top:3rem;text-align:center}.socials-title{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.socials-subtitle{color:#ffffffb3;font-size:.9rem;margin-bottom:1.5rem}.social-icons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.social-link{align-items:center;color:#fff;display:flex;flex-direction:column;text-decoration:none;transition:all .3s ease;width:80px}.social-icon{font-size:2rem;margin-bottom:.5rem;transition:all .3s ease}.social-link span{font-size:.8rem;opacity:.8}.social-link:hover{color:#4facfe;transform:translateY(-3px)}.social-link:hover .social-icon{transform:scale(1.1)}@media (min-width:768px){.contact-section{padding:3rem 2rem}.contact-title{font-size:2.5rem}.contact-info{flex-direction:row;flex-wrap:wrap;justify-content:center}.contact-item{flex-basis:calc(50% - 1rem);flex-grow:1;flex-shrink:1;max-width:calc(50% - 1rem)}}@media (min-width:992px){.contact-section{padding:4rem}.contact-title{font-size:3rem}.contact-item{flex-basis:calc(33.333% - 1.5rem);flex-grow:1;flex-shrink:1;max-width:calc(33.333% - 1.5rem)}.social-icons{gap:2rem}.social-link{width:100px}}.certification-section{background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;flex-direction:column;overflow:hidden;position:relative}.certification-section:before{background:url(https://www.transparenttextures.com/patterns/dark-geometric.png);content:"";height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%;z-index:0}.certification-section h1{color:#fff;font-size:2.5rem;margin-bottom:2rem;position:relative;text-align:center;z-index:1}.certification-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1100px;padding:0 1rem;position:relative;z-index:1}.certification-item{background:#ffffffe6;border-left:6px solid #ffc107;border-radius:12px;box-shadow:0 8px 20px #00000026;padding:1.5rem;transition:all .3s ease}.certification-item:hover{box-shadow:0 12px 25px #0003;transform:translateY(-5px)}.certification-item h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.certification-item p{color:#444;font-size:.9rem;margin-bottom:.5rem}.view-btn{background-color:#007bff;border-radius:5px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-top:1rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease}.view-btn:hover{background-color:#0056b3}@media (min-width:768px){.certification-section h1{font-size:3rem;margin-bottom:3rem}.certification-list{gap:2rem}.certification-item{padding:2rem}}@media (max-width:576px){.certification-section{padding:2rem 1rem}.certification-section h1{font-size:2rem;margin-bottom:1.5rem}.certification-list{grid-template-columns:1fr}}.education-section{background:linear-gradient(135deg,#1a1a1a,#2c3e50);display:flex;flex-direction:column;overflow:hidden;position:relative}.education-section:before{background:url(https://www.transparenttextures.com/patterns/dark-mosaic.png);content:"";height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%;z-index:0}.education-section h1{color:#fff;font-size:2.5rem;margin-bottom:2rem;position:relative;text-align:center;z-index:1}.education-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1100px;padding:0 1rem;position:relative;z-index:1}.education-item{background:#ffffffe6;border-left:6px solid #007bff;border-radius:12px;box-shadow:0 8px 20px #00000026;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.education-item:hover{box-shadow:0 12px 25px #0003;transform:translateY(-5px)}.education-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.education-item h3{color:#333;font-size:1.2rem;font-weight:600;margin:0}.education-year{background:#e0e0e0;border-radius:20px;color:#555;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.education-item p{color:#444;font-size:.9rem;margin:.5rem 0}.education-marks{color:#007bff;font-size:1rem;font-weight:700;margin-top:1rem}@media (min-width:768px){.education-section h1{font-size:3rem;margin-bottom:3rem}.education-container{gap:2rem}.education-item{padding:2rem}}@media (max-width:576px){.education-section{padding:2rem 1rem}.education-section h1{font-size:2rem;margin-bottom:1.5rem}.education-container{grid-template-columns:1fr}.education-header{flex-direction:column;gap:.5rem}.education-year{align-self:flex-start}}*{box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#333;line-height:1.6;overflow-x:hidden}@media (max-width:768px){html{font-size:14px}}@media (max-width:480px){html{font-size:12px}}section{align-items:center;display:flex;min-height:100vh;padding:4rem 1rem}h1,h2,h3{line-height:1.2}.btn,a,button{transition:all .3s ease}a:focus,button:focus{outline:2px solid #4facfe;outline-offset:2px}
/*# sourceMappingURL=main.fc8875e0.css.map*/