@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;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}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#333;font-family:Poppins,sans-serif;line-height:1.6}html{scroll-behavior:smooth}p{color:#555}.btn,a{transition:all .3s ease}section{box-sizing:border-box;clear:both;display:block;margin:0 10rem;min-height:auto;overflow:hidden;padding-top:4vh;position:relative}.navbar,.section-container{display:flex}.navbar{align-items:center;background-color:#fff;box-shadow:0 2px 8px #0000000d;justify-content:space-between;left:0;padding:15px 5%;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{box-shadow:0 4px 12px #0000001a}.logo{color:#333;cursor:pointer;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:600;white-space:nowrap}.nav{display:flex;gap:2rem}.nav a{color:#333;cursor:pointer;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav a:hover{color:#000}.nav a.active-link:after{background-color:#333;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:100%}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;outline:none;padding:5px;z-index:1100}.hamburger span{background:#333;height:3px;transition:all .3s ease;width:25px}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:992px){.nav{gap:1.5rem}}@media (max-width:768px){.hamburger{display:flex}.nav{align-items:flex-start;background:#fff;bottom:0;box-shadow:-2px 0 8px #0000001a;flex-direction:column;max-width:280px;padding:100px 30px 30px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease-in-out;width:70%}.nav.active{transform:translateX(0)}.nav a{border-bottom:1px solid #0000000d;font-size:1.1rem;padding:12px 0;width:100%}}@media (max-width:480px){.logo{font-size:1.3rem}.nav{max-width:250px;width:80%}.nav a{font-size:1rem;padding:10px 0}}#profile{min-height:100vh;padding:2rem 0}#profile,.hero-content{align-items:center;display:flex;justify-content:center}.hero-content{flex-wrap:wrap;gap:8rem;max-width:1200px;padding:0 2rem;width:100%}.section__pic-container{align-items:center;display:flex;flex-shrink:0;height:clamp(180px,25vw,350px);justify-content:center;width:clamp(180px,25vw,350px)}.section__pic-container img{border-radius:50%;box-shadow:0 4px 8px #0000001a;height:100%;object-fit:cover;width:100%}.section__text{flex:1 1;max-width:700px;text-align:center}.section__text p{font-weight:600}.section__text__p1{color:#555;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;margin-bottom:.5rem}.hero-title{color:#2b2525;font-size:clamp(3rem,5vw,4rem);font-weight:700;margin:.5rem 0;white-space:nowrap}.hero-title,.section__text__p2{overflow:hidden;text-overflow:ellipsis}.section__text__p2{text-wrap:balance;align-items:center;color:#555;display:flex;flex-wrap:wrap;font-size:clamp(1.25rem,3vw,2.25rem);justify-content:center;margin-bottom:1.5rem;text-align:center}.typing{color:#555;font-size:clamp(1.25rem,3vw,2rem);font-weight:600;letter-spacing:.5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cursor,.typing{display:inline-block}.cursor{animation:blink 1s infinite;color:#000;margin-left:4px;width:10px}@keyframes blink{0%,50%{opacity:1}50.01%,to{opacity:0}}.btn-container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.btn{border-radius:2rem;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.btn-color-1{background:#0000;border:.1rem solid #353535}.btn-color-1:hover{background:#353535;color:#fff;cursor:pointer}.contact-btn{background:#0000}.contact-btn:hover{background:#353535;color:#fff;cursor:pointer}@media (max-width:1000px){.hero-content{flex-direction:column;gap:3rem;text-align:center}}@media (max-width:768px){section{margin:0 2rem}.btn{font-size:.9rem;padding:.8rem 1.5rem}.hero-title{font-size:2.5rem;white-space:normal}.section__text__p2{font-size:1.5rem}.typing{text-align:center;white-space:normal}}@media (max-width:480px){.section__pic-container{height:180px;width:180px}.hero-title{font-size:2.25rem;white-space:normal}.typing{font-size:1.25rem;white-space:normal}.section__text__p2{flex-direction:column;font-size:1.2rem;text-align:center}.btn-container{flex-direction:column;gap:.8rem}}.about-section{margin:0 auto;max-width:1200px;padding:2rem 1rem}.about-section-title{color:#333;font-size:clamp(2rem,2.5vw,2.8rem);font-weight:700;line-height:1.2;margin-bottom:3rem;text-align:center}.about-containers{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between}.details-container{background-color:#fff;border:1px solid #ddd;border-radius:1.5rem;box-shadow:0 4px 10px #0000000d;flex:1 1;min-width:320px;padding:2rem;transition:transform .2s ease,box-shadow .2s ease}.details-container:hover{box-shadow:0 8px 16px #00000014;transform:translateY(-4px)}.section-header{margin-bottom:1.5rem;text-align:center}.section-header h3{color:#333;font-size:1.6rem;position:relative}.section-header h3:after{background:#333;border-radius:2px;content:"";display:block;height:3px;margin:.5rem auto 0;width:40px}.experience-content{text-align:center}.company-logo{height:65px;margin-bottom:1rem;object-fit:contain;width:65px}.duration{color:#666;display:block;font-style:italic;margin-bottom:1rem}.experience-description{color:#444;font-size:.95rem;line-height:1.5;list-style-type:disc;padding-left:1.5rem;text-align:left}.experience-description li{margin-bottom:.8rem}.education-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.college-logo{flex-shrink:0;height:55px;object-fit:contain;width:55px}.college-info h4{color:#222;font-size:1.1rem;margin-bottom:.3rem}.college-info p{color:#555;font-size:.95rem;margin-bottom:.25rem}.percentage{background-color:#fff;border-radius:6px;color:#333;display:inline-block;font-size:.85rem;font-weight:600;padding:.3rem .6rem}@media (max-width:992px){.about-containers{gap:1.5rem}}@media (max-width:768px){.about-containers{flex-direction:column}.details-container{width:100%}.education-item{align-items:center}}@media (max-width:480px){.about-section-title{font-size:1.8rem}.section-header h3{font-size:1.4rem}.college-logo{height:45px;width:45px}.college-info h4{font-size:1rem}.experience-description{font-size:.9rem}}#projects{background-color:#fff;padding:2.5rem 1rem 3.5rem;position:relative}.projects-title{color:#111;font-size:2.5rem;font-weight:800;letter-spacing:-.5px;margin-bottom:.75rem;text-align:center}.projects-subtitle{color:#555;line-height:1.5;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:780px;text-align:center}.projects-grid{-ms-overflow-style:none;display:flex;gap:2rem;max-width:100%;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory;scrollbar-width:none}.projects-grid::-webkit-scrollbar{display:none}.project-card{background:#fff;border:1px solid #dcdcdc;border-radius:1.8rem;box-shadow:0 6px 18px #0000000f;display:flex;flex-basis:calc(33.33333% - 1.34rem);flex-direction:column;flex-grow:0;flex-shrink:0;min-height:360px;padding:1rem 1rem .75rem;position:relative;scroll-snap-align:start;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 14px 28px #00000014;transform:translateY(-6px)}.project-image-container{border-radius:1.2rem;height:200px;margin-bottom:1rem;overflow:hidden}.project-img{height:100%;object-fit:cover;transition:transform .35s ease;width:100%}.project-card:hover .project-img{transform:scale(1.05)}.project-content{padding:0 .4rem}.project-title{color:#111;font-size:1.1rem;font-weight:700;line-height:1.35;margin-bottom:.4rem}.project-description{color:#555;font-size:.95rem;line-height:1.5;margin-bottom:.6rem;min-height:48px}.strike{color:grey;margin-right:.25rem;text-decoration:line-through}.tech-stack{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.8rem}.tech-badge{background:#f3f3f3;border-radius:6px;color:#333;font-size:.8rem;font-weight:600;padding:.2rem .6rem}.project-footer-icons{align-items:center;display:flex;font-size:1.35rem;gap:1rem;justify-content:flex-end;margin-top:auto;padding:.35rem .4rem .4rem}.project-footer-icons a{color:#333;transition:transform .2s ease,color .2s ease,opacity .2s ease}.project-footer-icons a:hover{color:#007bff;opacity:.9;transform:scale(1.08)}.view-more-container{margin-top:2rem;text-align:center}.view-more-btn{background:#007bff;border-radius:8px;color:#fff;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background .3s ease}.view-more-btn:hover{background:#0056b3}@media (max-width:1200px){.project-card{flex-basis:calc(40% - 1.2rem);flex-grow:0;flex-shrink:0}}@media (max-width:900px){.project-card{flex-basis:calc(50% - 1rem);flex-grow:0;flex-shrink:0}}@media (max-width:600px){.project-card{border-radius:1.4rem;flex:0 0 100%;padding:.9rem}.project-image-container{height:180px}.projects-title{font-size:2rem}}#skills{background:#fff;padding:3rem 1rem;text-align:center}.section-title{font-weight:700;margin-bottom:.5rem}.section-subtitle{color:#555;font-size:clamp(.9rem,3vw,1.1rem);margin-bottom:2rem}.skills-grid{margin:0 auto;max-width:1000px;padding:0 1rem}.skills-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem}.skill-card{background:#fff;border:1px solid #c8c8c8;border-radius:.8rem;flex-shrink:0;padding:.8rem;text-align:center;transition:all .3s ease;width:100px}.skill-card:hover{box-shadow:0 6px 12px #0000001a;transform:translateY(-4px) scale(1.03)}.skill-icon{align-items:center;display:flex;height:36px;justify-content:center;margin-bottom:.5rem}.skill-card h4{color:#333;font-size:.85rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-view{display:none}@media (min-width:768px){#skills{padding:4rem 2rem}.skills-row{gap:1.5rem;margin-bottom:2rem}.skill-card{padding:1rem;width:110px}.skill-card h4{font-size:.9rem}}@media (max-width:767px){.desktop-view{display:none}.mobile-view{display:flex}.skill-card{padding:.6rem;width:85px}.skill-card h4{font-size:.8rem}}.research-section{background-color:#fff;min-height:100vh;padding:3rem 2rem}.section-title{color:#222;font-size:2.2rem;font-weight:600;margin-bottom:1rem}.research-outer-border{background-color:#fff;border:2px solid #dcdcdc;border-radius:2rem;box-shadow:0 5px 25px #0000000d;margin:0 auto;max-width:1200px;padding:1rem}.research-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.research-card{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem}.research-card-image img{border-radius:1rem;box-shadow:0 5px 15px #0000001a;height:auto;object-fit:cover;width:200px}.research-card-content{flex:1 1;text-align:left}.research-topic{color:#111;font-size:1.35rem;font-weight:700;margin-bottom:.8rem}.research-summary{color:#444;font-size:.95rem;line-height:1.7;margin-bottom:1rem}.research-bullets{color:#333;font-size:.95rem;margin-bottom:1rem;padding-left:1.5rem}.research-bullets li{list-style:disc;margin-bottom:.5rem}.research-links{display:flex;flex-wrap:wrap;gap:1rem}.research-link{background-color:#111;border-radius:.35rem;color:#fff;display:inline-block;font-size:.88rem;margin-top:.5rem;padding:.45rem 1rem;text-decoration:none;transition:background-color .3s ease}.research-link:hover{background-color:#444}@media (max-width:768px){.research-card{align-items:center;flex-direction:column}.research-card,.research-card-content{text-align:center}.research-bullets{padding-left:1rem;text-align:left}.research-card-image img{max-width:300px;width:100%}.research-links{justify-content:center}}.certifications-section{background-color:#fff;padding:5rem 1rem}.section-title{color:#333;font-size:clamp(1.8rem,5vw,2.5rem);margin-bottom:2rem;text-align:center}.section-title span{color:#555}.certifications-grid{-ms-overflow-style:none;overflow-x:auto;overflow-y:hidden;padding:1rem 0;position:relative;scrollbar-width:none;white-space:nowrap;width:100%}.certifications-grid::-webkit-scrollbar{display:none}.certification-track{animation:scroll-left 30s linear infinite;display:inline-flex;gap:1.5rem;will-change:transform}.certification-track.paused{animation-play-state:paused}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.certification-card{align-items:center;background:#fff;border:1px solid #a3a3a3;border-radius:1rem;display:flex;flex-direction:column;height:280px;justify-content:center;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:240px}.certification-card:hover{border:1.5px solid #888;box-shadow:0 6px 16px #0000001a;cursor:pointer;transform:scale(1.03)}.cert-logo{border-radius:.5rem;height:180px;margin-bottom:1rem;object-fit:contain;width:100%}.cert-name{color:#333;font-size:1rem;font-weight:600;text-align:center;white-space:normal}.cert-modal{align-items:center;background-color:#000000bf;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{max-height:90vh;max-width:90vw;position:relative}.modal-content img{border-radius:.5rem;max-height:80vh;max-width:100%;object-fit:contain;width:auto}.close-btn{align-items:center;background:#00000080;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:2.5rem;justify-content:center;position:absolute;right:-1.5rem;top:-1.5rem;width:2.5rem}@media (max-width:768px){.certifications-section{padding:3rem .5rem}.certification-card{height:240px;padding:1rem;width:200px}.cert-logo{height:150px}.cert-name{font-size:.9rem}}@media (max-width:480px){.certification-card{height:200px;width:160px}.cert-logo{height:120px;margin-bottom:.5rem}.cert-name{font-size:.8rem}.close-btn{font-size:1.5rem;height:2rem;right:-1rem;top:-1rem;width:2rem}}#contact{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;padding:4rem 1rem}.contact-title{color:#333;font-size:clamp(1.8rem,5vw,2.5rem);margin-bottom:1.5rem;text-align:center}.contact-info-upper-container{align-items:center;background:#fafafa;border:1px solid #c8c8c8;border-radius:1.5rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 1rem;max-width:100%;padding:1rem}.contact-info-container{align-items:center;display:flex;transition:transform .3s ease}.contact-info-container:hover{transform:scale(1.05)}.icon{cursor:pointer;filter:invert(20%) sepia(0) saturate(0) hue-rotate(0deg) brightness(.5);height:1.8rem;transition:transform .3s ease;width:1.8rem}.icon:hover{filter:none;transform:rotate(5deg) scale(1.1)}.email-icon{height:2rem}@media (min-width:768px){#contact{padding:6rem 2rem}.contact-info-upper-container{gap:1.5rem;padding:1.5rem 2rem}.icon{height:2rem;width:2rem}.email-icon{height:2.2rem}}@media (max-width:480px){.contact-title{margin-bottom:1rem}.contact-info-upper-container{border-radius:1rem;gap:.8rem;padding:.8rem}.icon{height:1.6rem;width:1.6rem}.email-icon{height:1.8rem}}footer{align-items:center;background:#fff;bottom:0;display:flex;flex-direction:column;justify-content:flex-end;padding:3.8rem 1rem;position:relative;width:100%}footer nav{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:.5rem}footer nav a{color:#000;font-size:1rem;text-decoration:none;transition:color .3s ease}footer nav a:hover{color:#333;text-decoration:underline}footer .copyright{color:#fff;font-size:.85rem;margin:0;text-align:center}body,html{height:100%}body{display:flex;flex-direction:column}#root{flex:1 1}@media (max-width:600px){footer nav a{color:#000;font-size:1rem;text-decoration:none;transition:color .3s ease}footer nav a:hover{color:#333;text-decoration:none}}footer .copyright{font-size:.75rem}
/*# sourceMappingURL=main.633eeefe.css.map*/