#root,body,html{height:100%;margin:0;overflow:hidden;padding:0}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}.App{background-color:#0e1116;display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.App *{box-sizing:border-box}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:1050px){.App{height:100%;min-height:0;overflow-y:auto}}.main-container{background-color:#0d1117;display:flex;justify-content:center;min-height:100px}.mobile-nav{display:none}.desktop-nav{box-shadow:0 10px 40px -10px #58a6ff1a,0 4px 10px -2px #00000080;display:flex;justify-content:flex-start;position:sticky;top:0;width:100%;z-index:1000}.nav-item{align-items:flex-end;color:#f0f6fc;cursor:pointer;display:flex;font-size:20px;padding:14px 16px;position:relative}.nav-item .icon{font-size:16px;margin-right:6px}.nav-item .badge{background-color:#30363d;border-radius:999px;color:#fff;font-size:12px;margin-left:6px;padding:2px 6px}.nav-item.active{border-bottom:3px solid #f78166;font-weight:700;margin-left:1rem}@media screen and (min-width:1800px){.main-container{justify-content:center;padding:0 4rem}.nav-item{font-size:22px;padding:18px 24px}.nav-item .icon{font-size:18px}.nav-item .badge{font-size:14px;padding:3px 8px}.nav-item.active{border-bottom-width:4px}}@media screen and (max-width:768px){.main-container{display:block;min-height:auto;padding:0}.desktop-nav{display:none}.mobile-nav{display:block;width:100%}.mobile-header,.mobile-nav{background-color:#0d1117;padding:1rem}.mobile-header{border-radius:10px;box-shadow:0 2px 15px #58a6ff1a;justify-content:flex-end;position:sticky;top:0;z-index:1000}.header-content,.mobile-header{align-items:center;display:flex}.header-content{justify-content:space-between;width:100%}.mobile-title{font-size:22px}.hamburger-icon{align-items:center;background:#30363d80;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background .2s}.hamburger-icon:active{background:#30363dcc}.mobile-menu{animation:slideDown .3s ease-out;background-color:#161b22;border:1px solid #30363d;border-radius:12px;box-shadow:0 4px 20px #00000080;display:flex;flex-direction:column;margin-top:1rem;overflow:hidden}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-item{align-items:center;border-bottom:1px solid #21262d;color:#c9d1d9;cursor:pointer;display:flex;font-size:18px;font-weight:500;justify-content:space-between;padding:18px 24px;transition:all .2s}.mobile-nav-item:last-child{border-bottom:none}.mobile-nav-item.active{background-color:#1f6feb1a;border-left:4px solid #f78166;color:#58a6ff;font-weight:700;padding-left:20px}.mobile-nav-item:hover{background-color:#21262d;padding-left:28px}.mobile-header-icons{align-items:center;display:flex;gap:1.2rem;margin-right:auto}.mobile-header-icons a{align-items:center;display:flex;transition:transform .2s}.mobile-header-icons a:hover{transform:scale(1.1)}.mobile-title{color:#f78166;font-size:20px;font-weight:700;margin-right:1rem}}.detail-class{display:flex;flex-direction:column;height:100%}.main-detail-container{align-items:stretch;background-color:#0e1116;box-sizing:border-box;display:flex;flex-direction:row;gap:4rem;height:100%;justify-content:flex-start;overflow:hidden;padding:3rem;width:100%}.detail-class{flex:1 1;margin-left:3rem;margin-right:0;max-width:1000px;overflow-y:auto;padding-right:1rem}.detail-class::-webkit-scrollbar{width:8px}.detail-class::-webkit-scrollbar-track{background:#0000}.detail-class::-webkit-scrollbar-thumb{background:#404854;border-radius:4px}.detail-class::-webkit-scrollbar-thumb:hover{background:#555}@media screen and (max-width:1050px){.main-detail-container{flex:1 1;flex-direction:column;gap:1rem;height:auto;min-height:auto;overflow-y:visible;padding:1rem}.detail-class{margin-bottom:2rem;margin-left:0;max-width:100%;overflow-y:visible;padding-right:0}.main-detail-container.hide-profile-mobile .profile-container-class{display:none}}.profile-container-class{align-items:center;display:flex;flex:0 0 auto;flex-direction:column;font-family:Arial,sans-serif;justify-content:center;min-width:300px;overflow:visible;padding:20px 20px 20px 3rem;text-align:center;width:auto}.profile-image{align-self:center;animation:glowTransition 10s ease infinite;border-radius:50%;box-shadow:0 0 20px #f781664d,0 0 20px #e3b34126,inset 0 0 20px #58a6ff14;flex-shrink:0;height:250px;width:250px}.profile-name{color:#f0f6fc;font-size:30px;font-weight:700;margin-top:1rem}.profile-quote{color:#d3d3d3;font-style:italic}.profile-bio,.profile-quote{font-size:18px;margin-bottom:20px}.profile-bio{color:#f5f5f5}.contact-icons{gap:60px;margin-top:1rem}.contact-icons,.contact-icons a{align-items:center;display:flex;justify-content:center}.contact-icons a{color:#fff;font-size:2rem}@keyframes glowTransition{0%{box-shadow:0 0 20px #f7816666,0 0 20px #e3b34126,inset 0 0 20px #58a6ff14}25%{box-shadow:0 0 20px #e3b34166,0 0 20px #58a6ff26,inset 0 0 20px #a371f714}50%{box-shadow:0 0 20px #58a6ff66,0 0 20px #a371f726,inset 0 0 20px #f7816614}75%{box-shadow:0 0 20px #a371f766,0 0 20px #f7816626,inset 0 0 20px #e3b34114}to{box-shadow:0 0 20px #f7816666,0 0 20px #e3b34126,inset 0 0 20px #58a6ff14}}@media screen and (min-width:1000px){.profile-container-class{max-width:900px;padding-top:6rem}.profile-image{box-shadow:0 0 50px #f7816666,0 0 100px #e3b34126,inset 0 0 50px #58a6ff14;height:350px;width:350px}.profile-name{font-size:36px}.profile-bio,.profile-quote{font-size:20px}.contact-icons{gap:80px}.contact-icons a{font-size:2.4rem}}@media screen and (max-width:1050px){.profile-container-class{flex-direction:column;min-width:0;min-width:auto;padding:1rem;width:100%}.profile-image{height:180px;margin-bottom:1rem;width:180px}.profile-name{font-size:26px}.profile-bio{font-size:16px;max-width:500px}.contact-icons,.profile-quote{display:none}}.education-main-class{display:flex;flex-direction:column;gap:1.5rem;height:100%;margin-top:2rem;overflow:hidden}.education-head-title{color:#ebe9e9;font-size:35px;font-weight:600;text-align:left}.education-carousel-container{gap:2rem}.education-carousel,.education-carousel-container{align-items:center;display:flex;flex:1 1;justify-content:center}.education-carousel{max-width:750px;min-height:350px;overflow:hidden;position:relative}.education-box{animation:fadeInSmooth 1.2s ease-in-out;border-radius:8px;color:#f5f5f5;max-width:650px;width:100%}.education-head{font-size:30px}.education-head,.education-head-location{color:#ebe9e9;font-weight:600;margin:0 0 1rem;text-align:left}.education-head-location{font-size:20px}.education{color:#dcdcdc;font-size:18px;font-style:normal;margin-bottom:20px;text-align:justify}.education-punch{color:#fff;font-style:normal}.carousel-indicators-edu{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.indicator-edu{background-color:#404854;border:none;border-radius:50%;cursor:pointer;display:inline-block;height:8px;transition:all .3s ease;width:8px}.indicator-edu.active{border-radius:2px;box-shadow:0 0 8px #58a6ff;height:4px;width:40px}.indicator-edu.active,.indicator-edu:hover{background-color:#58a6ff}.magic-word{animation:magicFade 60s ease infinite}@media screen and (min-width:1441px){.education-box{width:800px}.education-head{font-size:36px}.education-head-location{font-size:24px}.education{font-size:20px}.education-main-class{gap:1rem;margin-top:3rem}}@media screen and (max-width:1024px){.education-head-title{font-size:30px}.education-head{font-size:26px}.education{font-size:17px}}@media screen and (max-width:768px){.education-head-title{font-size:26px}.education-box{margin-top:0;max-width:100%}.education-head{font-size:22px;margin-bottom:.5rem}.education-head-location{font-size:15px;margin-bottom:.5rem}.education{font-size:15.5px;line-height:1.6;text-align:justify}.education-carousel-container{flex-direction:column;gap:.5rem}.education-carousel{margin-bottom:0;min-height:auto;width:100%}.carousel-arrow,.education-carousel-container .carousel-arrow{display:none!important}.carousel-indicators-edu{gap:.5rem;margin-bottom:.5rem;margin-top:auto;order:3}.education-main-class{height:auto;overflow:visible;padding-bottom:1rem}}.overview-main-class{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 2rem}.overview-h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-align:left}.overview-h1,.overview-h1-container{color:#ebe9e9;font-size:55px;font-weight:700;margin:0}.overview-h1-container{align-items:center;display:flex;flex-direction:row;gap:.5rem}.overview-greeting{display:flex;justify-content:flex-start;min-width:350px;text-align:right}.overview-name{white-space:nowrap}.overview-box{border-radius:2%;margin-top:2rem;max-width:700px;width:100%}.overview{color:#dcdcdc;font-size:18px;font-style:italic;line-height:1.6;margin-bottom:20px;text-align:justify}.overview-punch{color:#fff;font-style:normal}.magic-word-overview{-webkit-text-fill-color:#0000;animation:magicFade 10s ease infinite;background:linear-gradient(270deg,#f78166,#e3b341,#58a6ff,#a371f7,#f78166);background-clip:text;-webkit-background-clip:text;background-size:800% 800%;font-weight:700}@media screen and (min-width:1800px){.overview-box{margin-top:12rem;width:900px}.overview-h1{font-size:64px}.overview{font-size:20px;line-height:1.8}.overview-main-class{gap:2rem;padding:0 4rem}}@media screen and (max-width:1024px){.overview-h1-container{font-size:42px}.overview{font-size:17px}}@media screen and (max-width:768px){.overview-h1-container{align-items:flex-start;display:flex;flex-direction:column;font-size:28px;gap:0}.overview-greeting{min-width:0;text-align:left}.overview-greeting,.overview-name{display:block;width:100%}.overview{font-size:15.5px;line-height:1.6;text-align:justify}.overview-box{margin-top:1rem}.overview-main-class{padding:0 1rem}}.experience-main-class{display:flex;flex-direction:column;gap:1.5rem;height:100%;margin-top:2rem;overflow:hidden}.experience-head-title{color:#ebe9e9;font-size:35px;font-weight:600;text-align:left}.experience-carousel-container{gap:2rem}.experience-carousel,.experience-carousel-container{align-items:center;display:flex;flex:1 1;justify-content:center}.experience-carousel{max-width:750px;min-height:350px;overflow:hidden;position:relative}.experience-box{animation:fadeInSmooth 1.2s ease-in-out;border-radius:8px;color:#f5f5f5;max-width:650px;width:100%}.experience-head{font-size:30px}.experience-head,.experience-head-location{color:#ebe9e9;font-weight:600;margin:0 0 1rem;text-align:left}.experience-head-location{font-size:20px}.experience{color:#dcdcdc;font-size:18px;margin-bottom:20px;text-align:justify}.experience-punch{color:#fff;font-style:normal}.carousel-indicators-exp{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.indicator-exp{background-color:#404854;border:none;border-radius:50%;cursor:pointer;display:inline-block;height:8px;transition:all .3s ease;width:8px}.indicator-exp.active{border-radius:2px;box-shadow:0 0 8px #58a6ff;height:4px;width:40px}.indicator-exp.active,.indicator-exp:hover{background-color:#58a6ff}.microsoft-text{background:linear-gradient(90deg,#f25022,#7fba00 25%,#00a4ef 50%,#ffb900 75%);-webkit-background-clip:text;background-clip:text}.amazon-text,.microsoft-text{-webkit-text-fill-color:#0000;font-weight:700}.amazon-text{background:linear-gradient(90deg,#f90,#ffb84d 50%,#333);-webkit-background-clip:text;background-clip:text}.optum-text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#f58220,#fbb040 50%,#ffc20e);-webkit-background-clip:text;background-clip:text;font-weight:700}@media screen and (min-width:1800px){.experience-main-class{gap:1rem;padding-left:2rem;padding-right:2rem}.experience-head{font-size:38px}.experience-head-location{font-size:24px}.experience-box{width:900px}.experience{font-size:20px;line-height:1.75}}@media screen and (max-width:1024px){.experience-head-title{font-size:30px}.experience-head{font-size:26px}.experience{font-size:17px}}@media screen and (max-width:768px){.experience-head-title{font-size:26px}.experience-box{margin-top:0;max-width:100%;width:100%}.experience-head{font-size:22px;margin-bottom:.5rem}.experience-head-location{font-size:15px;margin-bottom:.5rem}.experience{font-size:15.5px;line-height:1.6;text-align:justify}.experience-carousel-container{flex-direction:column;gap:.5rem}.experience-carousel{min-height:auto;width:100%}.carousel-arrow,.experience-carousel-container .carousel-arrow{display:none!important}.carousel-indicators-exp{gap:.5rem;margin-bottom:.5rem;margin-top:auto;order:3}.experience-main-class{height:auto;overflow:visible;padding-bottom:1rem}}.fade{animation:fadeInResearch .7s cubic-bezier(.4,0,.2,1)}@keyframes fadeInResearch{0%{opacity:0}to{opacity:1}}.research-main-class{display:flex;flex-direction:column;height:100%;margin-top:2rem}.research-head{font-size:35px}.research-head,.research-head-location{color:#ebe9e9;font-weight:600;text-align:left}.research-head-location{font-size:20px}.research-box{border-radius:2%;color:#f5f5f5;margin-top:1rem;max-width:700px;width:100%}.research{color:#dcdcdc;font-size:18px;font-style:normal;margin-bottom:20px;text-align:justify}.research-punch{color:#fff;font-style:normal}@media screen and (min-width:1800px){.research-main-class{gap:1rem;padding-left:2rem;padding-right:2rem}.research-head{font-size:42px}.research-head-location{font-size:24px}.research-box{width:900px}.research{font-size:20px;line-height:1.8}}@media screen and (max-width:1024px){.research-head{font-size:30px}.research-head-location{font-size:20px}.research{font-size:17px}}@media screen and (max-width:768px){.research-head{font-size:26px}.research-head-location{font-size:15px}.research-link svg{font-size:26px!important;padding:5px;vertical-align:middle}.research{font-size:15.5px;line-height:1.6;text-align:justify}.research-box{margin-top:.5rem}.research-main-class{margin-top:1rem}.carousel-arrow{display:none!important}}.projects-main-class{display:flex;flex-direction:column;gap:1rem;height:100%;margin-top:.5rem;overflow:hidden}.projects-head{color:#ebe9e9;font-size:35px;font-weight:600;text-align:left}.projects-carousel-container{flex:1 1;gap:2rem}.carousel-arrow,.projects-carousel-container{align-items:center;display:flex;justify-content:center}.carousel-arrow{background-color:initial;border:2px solid #30363d;border-radius:50%;color:#f0f6fc;cursor:pointer;flex-shrink:0;height:50px;transition:all .3s ease;width:50px}.carousel-arrow:hover{background-color:#30363d;border-color:#58a6ff;color:#58a6ff;transform:scale(1.1)}.carousel-arrow-left,.carousel-arrow-right{padding:0}.projects-carousel{align-items:center;display:flex;flex:1 1;justify-content:center;max-width:750px;min-height:350px;overflow:hidden;position:relative}.projects-box{animation:fadeInSmooth 1.2s ease-in-out;border-radius:8px;color:#f5f5f5;max-width:650px;width:100%}@keyframes fadeInSmooth{0%{opacity:0}50%{opacity:.5}to{opacity:1}}.projects-head-location{align-items:center;color:#ebe9e9;display:flex;font-size:20px;font-weight:600;margin:0 0 1rem;text-align:left}.projects-box li,.projects-box ul{display:none}.carousel-indicators{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.indicator{background-color:#404854;border:none;border-radius:50%;cursor:pointer;display:inline-block;height:8px;transition:all .3s ease;width:8px}.indicator.active{border-radius:5px;box-shadow:0 0 8px #58a6ff;height:8px;width:40px}.indicator.active,.indicator:hover{background-color:#58a6ff}.projects{color:#dcdcdc;font-size:18px;font-style:normal;margin-bottom:20px;margin-top:0;text-align:justify}.projects-desc{margin-bottom:1.2rem;margin-top:.5rem;padding-left:0}.projects-punch{color:#fff;font-style:normal}.projects-images{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.project-image{border-radius:2px;height:100px;margin-left:1rem;width:auto}.magic-word{-webkit-text-fill-color:#0000;animation:magicFade 90s ease infinite;background:linear-gradient(270deg,#f78166,#e3b341,#58a6ff,#a371f7,#f78166);background-clip:text;-webkit-background-clip:text;background-size:800% 800%;font-weight:700}@keyframes magicFade{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media screen and (min-width:1800px){.projects-box{width:900px}.projects-head{align-items:center;color:#ebe9e9;display:flex;font-size:20px;font-weight:600;gap:.7rem;margin:0 0 .5rem;text-align:left}.projects{font-size:20px;line-height:1.8}.projects-main-class{gap:1rem;padding-left:2rem;padding-right:2rem}}@media screen and (max-width:1024px){.projects-head{font-size:24px}.projects{font-size:17px}}@media screen and (max-width:768px){.projects-head{font-size:22px}.projects-head-location{flex-wrap:wrap;font-size:15px}.projects-box{max-width:100%;width:100%}.projects{font-size:15.5px;line-height:1.6;text-align:justify}.project-image{height:60px;margin-left:.5rem}.projects-carousel-container{flex-direction:column;gap:.5rem}.projects-carousel{min-height:auto;width:100%}.carousel-arrow,.projects-carousel-container .carousel-arrow{display:none!important}.carousel-indicators{gap:.5rem;margin-bottom:.5rem;margin-top:auto;order:3}.projects-main-class{height:auto;overflow:visible;padding-bottom:1rem;padding-left:0;padding-right:0}}.footer-container{align-items:center;background-color:#0d1117;border-top:none;box-shadow:0 -10px 40px -10px #58a6ff1a,0 -4px 10px -2px #00000080;box-sizing:border-box;display:flex;justify-content:center;padding:2rem 1rem;width:100%}.footer-text{color:#f0f6fc;font-family:Arial,sans-serif;font-size:16px;letter-spacing:.5px;margin:0}.heart{animation:heartbeat 2.5s ease-in-out infinite;display:inline-block;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:700;line-height:1;margin:0 8px;vertical-align:middle}@keyframes heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(1)}}@media (max-width:768px){.footer-container{padding:1.5rem 1rem}.footer-text{font-size:14px}}
/*# sourceMappingURL=main.e6c689eb.css.map*/