@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap);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}.home-container{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative}.home-container:before{background:#141428b3;content:"";z-index:0}.home-container:before,.particles-bg{height:100%;left:0;position:absolute;top:0;width:100%}.particles-bg{z-index:1}.overlay{align-items:center;flex-direction:column;justify-content:center;max-width:1200px;padding:20px;position:relative;z-index:2}.content,.overlay{display:flex;width:100%}.content{align-items:flex-start;color:#fff;justify-content:space-between;padding-top:20px;z-index:3}.profile-section{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.profile-image{border:4px solid gold;border-radius:50%;box-shadow:0 6px 20px #0000004d;height:200px;transition:transform .3s ease;width:200px}.profile-image:hover{transform:scale(1.05)}h1{color:gold;font-size:2.5em;font-weight:700;margin-top:.5em}.typed-text{color:#fff;font-size:1.5em;font-style:italic;margin-top:.3em}.nav-section{align-items:center;display:flex;flex-direction:column}.nav-buttons{grid-gap:1em;display:grid;gap:1em;grid-template-columns:repeat(3,auto);justify-content:center;margin-top:20px}.nav-link{background:linear-gradient(90deg,gold,#f08a24);border-radius:30px;box-shadow:0 4px 12px #0000004d;color:#000;font-size:1.1em;font-weight:600;overflow:hidden;padding:.7em 1.5em;position:relative;text-align:center;text-decoration:none;transition:background .3s ease,transform .2s ease}.nav-link:hover{background-position:100%;transform:scale(1.1)}.nav-link:before{background:linear-gradient(45deg,#f08a24,gold,#9ab3f5,#a88acb);background-size:400% 400%;border-radius:30px;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%;z-index:-1}.nav-link:hover:before{animation:gradient-shift 1s ease forwards;opacity:1}@keyframes gradient-shift{0%{background-position:0 50%}to{background-position:100% 50%}}@media (max-width:768px){.content{align-items:center;flex-direction:column}h1{font-size:2em}.typed-text{font-size:1.2em}.profile-image{height:150px;width:150px}.nav-buttons{gap:1em;grid-template-columns:repeat(2,auto)}.nav-link{font-size:1em;padding:.6em 1.2em}}@media (max-width:480px){h1{font-size:1.8em}.nav-buttons{grid-template-columns:1fr}}body{font-family:Poppins,sans-serif}.about-container{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#fff;display:flex;flex-direction:column;min-height:100vh;padding:60px 20px;text-align:center}h2{color:gold;font-size:3.5em;margin-bottom:.5em}h3{align-items:center;color:#00d4ff;display:flex;font-size:2em;gap:.5em;justify-content:center;margin-top:2em}.highlight{color:gold}.intro{font-size:1.3em;line-height:1.8;margin-bottom:1em}.mission{color:#b0c4de;font-size:1.2em;font-style:italic;margin-bottom:2em}.section-title{align-items:center;color:#00d4ff;display:flex;font-size:2em;gap:.5em;justify-content:center;margin-top:2em}.achievements-list,.certifications-list{display:flex;flex-wrap:wrap;gap:1em;justify-content:center}.achievement-card,.certification-link{background:#16213e;border-radius:10px;box-shadow:0 4px 12px #0000004d;color:gold;font-size:1.1em;padding:15px;text-align:center;text-decoration:none;transition:all .3s;width:250px}.achievement-card:hover,.certification-link:hover{background:#1f4068;box-shadow:0 6px 16px #0006;transform:translateY(-3px)}.tech-icons{display:flex;flex-wrap:wrap;gap:1.5em;justify-content:center;margin-top:1.5em}.tech-icon{color:gold;font-size:40px;transition:transform .3s ease}.social-links{display:flex;gap:1.5em;justify-content:center;margin-top:1em}.social-links a{color:gold;transition:color .3s,transform .3s}.social-links a:hover{color:#1f4068;transform:scale(1.2)}.social-icon{background:linear-gradient(135deg,#ff7e5f,#4a4245);border-radius:50%;color:#fff;font-size:40px;padding:10px;transition:all .3s ease}.social-icon:hover{background:linear-gradient(135deg,#6a11cb,#2575fc);color:#fff;transform:scale(1.2)}.education-container{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:60px 20px;text-align:center}.education-title{color:gold;font-size:2.8em;font-weight:700;margin-bottom:40px;transition:color .3s}.education-cards{display:flex;flex-wrap:wrap;gap:1.5em;justify-content:center;max-width:1200px;width:100%}.education-card{background:#1b1b2f;border-radius:12px;box-shadow:0 8px 20px #0006;color:gold;display:flex;flex-direction:column;max-width:600px;padding:20px;text-align:left;transition:transform .3s,box-shadow .3s;width:100%}.education-content{align-items:center;display:flex;gap:20px}.education-logo{height:60px;object-fit:contain;width:60px}.institution-link{color:#fff;font-size:1.2em;font-weight:600;text-decoration:none}.institution-link:hover{color:#ffdd57;text-decoration:underline}.grade,.location{color:#b0c4de;font-size:1em;margin-bottom:15px}.education-details{color:#a9a9a9;font-size:.9em;list-style-type:disc;padding-left:20px}.education-details li{margin-bottom:8px}.education-card:hover{background:#25274d;box-shadow:0 10px 24px #00000080;transform:translateY(-5px)}@media (max-width:992px){.education-title{font-size:2.5em}.education-card{padding:20px}.education-logo{height:50px;width:50px}}@media (max-width:768px){.education-cards{gap:1em}.education-title{font-size:2.2em}}@media (max-width:480px){.education-title{font-size:2em;margin-bottom:30px}.education-logo{height:40px;width:40px}}.projects-container{align-items:center;background:linear-gradient(135deg,#243b55,#141e30);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:60px 20px;text-align:center}.projects-title{color:gold;font-size:2.8em;font-weight:700;margin-bottom:40px;transition:color .3s}.projects-sections{display:flex;flex-direction:column;gap:40px;max-width:1200px;width:100%}.projects-section h3{align-items:center;color:#00d4ff;display:flex;font-size:2em;font-weight:600;gap:.5em;justify-content:center;margin-bottom:15px}.projects-cards{display:flex;flex-wrap:wrap;gap:1.5em;justify-content:center}.project-card{background:#1b1b2f;border-radius:12px;box-shadow:0 8px 20px #0006;color:gold;padding:20px;text-align:left;transition:transform .3s,box-shadow .3s;width:300px}.project-card h4{color:#fff;font-size:1.3em;font-weight:600;margin-bottom:8px}.project-card p{color:#b0c4de;font-size:1em}.project-card:hover{background:#25274d;box-shadow:0 10px 24px #00000080;transform:translateY(-5px)}@media (max-width:992px){.projects-title{font-size:2.5em}.projects-section h3{font-size:1.8em}.project-card{padding:20px;width:250px}}@media (max-width:768px){.projects-section h3{font-size:1.6em}.project-card{max-width:400px;padding:18px;width:100%}.projects-title{font-size:2.2em}}@media (max-width:480px){.projects-title{font-size:2em;margin-bottom:30px}.projects-section h3{font-size:1.5em}.project-card{max-width:350px;padding:15px;width:100%}}.skills-container{background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);color:#fff;min-height:100vh;padding:50px 20px;text-align:center}.skills-title{color:gold;font-size:2.8em;margin-bottom:25px;transition:color .3s}.skills-section{margin:40px 0}.skills-section h3{color:#00d4ff;font-size:2em;font-weight:700;margin-bottom:15px}.skills-grid{display:flex;flex-wrap:wrap;gap:1.5em;justify-content:center}.skill-card{background:#16213e;border-radius:12px;box-shadow:0 6px 18px #0000004d;color:gold;padding:20px;text-align:center;transition:transform .3s,box-shadow .3s;width:140px}.skill-card .icon{color:#00d4ff;font-size:2.5em;transition:transform .3s ease,color .3s}.skill-card:hover .icon{color:gold;transform:scale(1.2) rotate(5deg)}.skill-card p{color:#fff;font-size:1.2em;margin-top:10px}@media (max-width:992px){.skills-title{font-size:2.5em}.skills-section h3{font-size:1.8em}.skill-card{padding:18px;width:120px}.skill-card .icon{font-size:2.2em}}@media (max-width:768px){.skills-grid{gap:1em}.skill-card{padding:15px;width:100px}.skills-title{font-size:2.2em}.skills-section h3{font-size:1.6em}.skill-card .icon{font-size:2em}}@media (max-width:480px){.skill-card{padding:12px;width:90px}.skills-title{font-size:2em}.skills-section h3{font-size:1.4em}.skill-card .icon{font-size:1.8em}}.experience-container{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:60px 20px;text-align:center}.experience-title{color:gold;font-size:2.8em;font-weight:700;margin-bottom:40px;transition:color .3s}.experience-section{margin:40px 0;max-width:1200px;padding:0 20px;width:100%}.experience-section h3{align-items:center;color:#00d4ff;display:flex;font-size:2em;font-weight:600;gap:.5em;justify-content:center;margin-bottom:20px}.experience-cards{flex-wrap:wrap;gap:1.5em}.experience-card,.experience-cards{display:flex;justify-content:center}.experience-card{align-items:center;background:#1b1b2f;border-radius:12px;box-shadow:0 8px 20px #0006;color:gold;flex-direction:column;padding:25px;text-align:center;transition:transform .3s,box-shadow .3s;width:300px}.experience-card h4{color:#fff;font-size:1.3em;font-weight:600;margin-bottom:10px}.experience-card p{color:#b0c4de;font-size:1.1em}.experience-card span{color:#a9a9a9;font-size:.9em;margin-top:10px}.experience-card:hover{background:#25274d;box-shadow:0 10px 24px #00000080;transform:translateY(-5px)}.api-card .icon{align-items:center;color:#00d4ff;display:flex;font-size:3em;justify-content:center;margin-bottom:10px;transition:transform .3s ease,color .3s}.api-card:hover .icon{color:gold;transform:scale(1.2)}.section-icon{color:#00d4ff;font-size:1.4em}@media (max-width:992px){.experience-title{font-size:2.5em}.experience-section h3{font-size:1.8em}.experience-card{padding:20px;width:250px}.api-card .icon{font-size:2.5em}}@media (max-width:768px){.experience-section h3{font-size:1.6em}.experience-card{max-width:400px;padding:18px;width:100%}.experience-title{font-size:2.2em}}@media (max-width:480px){.experience-title{font-size:2em;margin-bottom:30px}.experience-section h3{font-size:1.5em}.experience-card{max-width:350px;padding:15px;width:100%}.api-card .icon{font-size:2.2em}}
/*# sourceMappingURL=main.21103f20.css.map*/