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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--theme-color:orange}.custom-list-icon{background-color:var(--theme-color);border-radius:50%;display:inline-block;height:12px;margin-right:8px;width:12px}.point-heading{font-weight:700}.homeScreen{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:32px;.profileWrapper{background:conic-gradient(var(--theme-color),#fff,var(--theme-color));height:320px;width:320px}.profileBorder,.profileWrapper{align-items:center;border-radius:50%;display:flex;justify-content:center}.profileBorder{background:#000;height:315px;width:315px}.profileImage{background-color:initial;border-radius:50%;height:300px;width:300px}.exitWrapper{margin-bottom:16px;margin-top:24px;padding:16px;text-align:center;quote{-webkit-text-fill-color:#0000;background-clip:"text";background:linear-gradient(90deg,var(--theme-color),#fff,var(--theme-color));-webkit-background-clip:text;font-size:20px;font-style:italic;font-weight:600}}.introWrapper{margin-top:32px;max-width:55vw;p{-webkit-text-fill-color:#0000;background-clip:"text";background:linear-gradient(90deg,var(--theme-color),#fff);-webkit-background-clip:text;color:#fff;font-size:24px;text-align:center}}.cursor{animation:blink 1s infinite;display:inline-block;width:10px}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}}.aboutWrapper{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem;justify-content:center;width:80%;.stepper{flex:1 1}}.stepper>div{align-items:flex-start}.portfolioWrapper{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem;justify-content:center;width:80%;.projects{display:flex;flex-direction:column;gap:4rem;margin-bottom:5rem;width:100%;.project{align-items:center;border:1px solid var(--theme-color);border-radius:8px;display:flex;flex:1 1;gap:2rem;justify-content:space-around;padding:2rem;div{-webkit-text-fill-color:#0000;background-clip:"text";background:linear-gradient(90deg,#fff,var(--theme-color));-webkit-background-clip:text;flex:1 1}}.project:nth-child(odd){flex-direction:row}.project:nth-child(2n){flex-direction:row-reverse}}}.achievementWrapper{align-items:center;display:flex;flex-direction:column;gap:4rem;padding:2rem 0;width:100%}.examSection{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;max-width:1200px;width:100%}.examCard{align-items:center;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid var(--theme-color);border-radius:12px;display:flex;flex-direction:column;gap:1rem;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:300px}.examCard:hover{box-shadow:0 10px 30px #0000004d;transform:translateY(-10px)}.examImageWrapper{border:3px solid var(--theme-color);border-radius:50%;height:100px;overflow:hidden;width:100px}.examImageWrapper img{height:100%;object-fit:cover;width:100%}.examInfo h3{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,var(--theme-color),#fff);-webkit-background-clip:text;color:#fff;font-size:1.5rem;margin:0}.examInfo p{color:#fffc;font-size:1rem;margin:.5rem 0}.certificateSection{max-width:1200px;text-align:center;width:100%}.certificateSection h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,var(--theme-color),#fff);-webkit-background-clip:text;color:#fff;font-size:2rem;margin-bottom:2rem}.certificateGrid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.certificateCard{align-items:center;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid var(--theme-color);border-radius:12px;display:flex;flex-direction:column;gap:1rem;padding:1rem;transition:transform .3s ease,box-shadow .3s ease}.certificateCard:hover{box-shadow:0 5px 15px #0000004d;transform:translateY(-5px)}.certificateCard img{border-radius:8px;height:auto;max-width:200px;transition:transform .3s ease;width:100%}.certificateCard:hover img{transform:scale(1.05)}.certificateCard p{color:#fff;font-size:1rem;margin:0;text-align:center}.overlay{background-color:#000000e6;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1000}.overlay,.overlayContent{align-items:center;display:flex;justify-content:center}.overlayContent{height:100%;position:relative;width:100%}.overlayContent img{max-height:100%;max-width:100%;object-fit:contain}.closeButton{align-items:center;background:var(--theme-color);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:30px;justify-content:center;position:absolute;right:10px;top:10px;transition:background .3s ease;width:30px}.closeButton:hover{background:#fff;color:var(--theme-color)}.contactWrapper{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center;max-width:600px;text-align:center;width:80%;.contactInfo{display:flex;flex-direction:column;gap:1rem;.contactItem{align-items:center;color:#fff;display:flex;font-size:1.2rem;font-weight:500;gap:1rem;justify-content:center;img{border:2px solid var(--theme-color);border-radius:50%;cursor:pointer;height:40px;transition:transform .3s ease,box-shadow .3s ease;width:40px}img:hover{box-shadow:0 0 10px var(--theme-color);transform:scale(1.1)}}}.socialIcons{display:flex;flex-direction:row;gap:1.5rem;justify-items:center;.socialIcon{align-items:center;background-color:#ffffff1a;border:2px solid var(--theme-color);border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;transition:transform .3s ease,box-shadow .3s ease;width:50px;img{height:30px;width:30px}&:hover{box-shadow:0 0 15px var(--theme-color);transform:scale(1.1)}}}}.mainScreen{background-color:#111;min-height:100vh;width:100%;.headingContainer{display:flex;justify-content:center}.heading{color:#fff;font-size:56px;font-weight:900;margin:0;position:absolute;transform:translateY(140%);span{color:var(--theme-color)}}.subHeading{color:#ffffff12;font-size:110px;font-weight:800;letter-spacing:10px;margin:50px 0 0;position:relative}.screenContent{align-items:center;display:flex;justify-content:center}}@media (min-width:750px) and (max-width:992px){.project{flex-direction:column!important}.aboutWrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-around;margin-top:24px}.introWrapper{max-width:75vw!important}.profileWrapper{height:300px!important;width:300px!important}.profileBorder{height:295px!important;width:295px!important}.profileImage{height:280px;width:280px}.contactWrapper{gap:1.5rem;width:90%;.contactInfo{.contactItem{font-size:1rem;img{height:35px;width:35px}}}.socialIcons{gap:1rem;.socialIcon{height:45px;width:45px;img{height:25px;width:25px}}}}.mainScreen{.heading{font-size:45px}.subHeading{font-size:90px;letter-spacing:5px;margin-top:40px}}}@media screen and (max-width:750px){.project{flex-direction:column!important}.aboutWrapper{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:32px;margin-top:24px}.introWrapper{max-width:85vw!important}.profileWrapper{height:270px!important;width:270px!important}.profileBorder{height:265px!important;width:265px!important}.profileImage{height:250px!important;width:250px!important}.contactWrapper{gap:1rem;margin-top:80px;width:95%;.contactInfo{.contactItem{font-size:.9rem;gap:.5rem;img{height:30px;width:30px}}}.socialIcons{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;max-width:80%;.socialIcon{height:40px;width:40px;img{height:20px;width:20px}}}}.mainScreen{.heading{font-size:36px;position:relative;transform:translateY(40%)}.subHeading{display:none}}}:root{--theme-color:#f5a623;--line-gap:80px;--card-bg:#0e0e0e;--text-primary:#fff;--text-secondary:#b5b5b5}body{background:#000;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}.timeline-container{margin:80px auto;max-width:1200px;padding:40px 0;position:relative}.timeline-container:before{background:#f5a623;background:var(--theme-color);bottom:0;content:"";left:50%;opacity:.9;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-row{display:flex;margin-bottom:100px;position:relative}.step-dot{background:#000;border:3px solid #f5a623;border:3px solid var(--theme-color);border-radius:50%;box-shadow:0 0 14px #f5a623;box-shadow:0 0 14px var(--theme-color);height:14px;left:50%;position:absolute;top:34px;transform:translateX(-50%);width:14px;z-index:3}.step-card{background:radial-gradient(circle at top,#ffffff0f,#0e0e0e);background:radial-gradient(circle at top,#ffffff0f,var(--card-bg));border:1.5px solid #f5a623;border:1.5px solid var(--theme-color);border-radius:16px;box-shadow:0 0 30px #000000b3;color:#fff;color:var(--text-primary);padding:26px 30px;width:calc(50% - 80px);width:calc(50% - var(--line-gap))}.timeline-row.left{justify-content:flex-start}.timeline-row.left .step-card{margin-right:80px;margin-right:var(--line-gap);transform:translateX(-10px)}.timeline-row.right{justify-content:flex-end}.timeline-row.right .step-card{margin-left:80px;margin-left:var(--line-gap);transform:translateX(10px)}.step-title{color:#f5a623;color:var(--theme-color);font-size:20px;font-weight:700;margin-bottom:6px}.step-org{font-weight:600;margin-bottom:2px}.step-date{color:#b5b5b5;color:var(--text-secondary);font-size:14px;margin-bottom:16px}.step-card ul{margin:0;padding-left:18px}.step-card li{color:#e5e5e5;line-height:1.55;margin-bottom:10px}@media (max-width:600px){:root{--line-gap:24px}.timeline-container:before{left:14px}.timeline-row{margin-bottom:40px;padding-left:32px}.timeline-row.right .step-card{transform:translateX(-10px)}.step-dot{border-width:2px;height:10px;left:14px;top:20px;width:10px}.step-card{border-radius:12px;margin:0!important;padding:14px 8px;width:100%}.step-card ul{padding-left:16px}.step-card li{font-size:14px;line-height:1.45;margin-bottom:6px}.step-title{font-size:16px}.step-org{font-size:14px}.step-date{font-size:12px;margin-bottom:10px}}@media (min-width:601px) and (max-width:1024px){:root{--line-gap:40px}.timeline-container{padding-left:24px;padding-right:24px}.step-card{border-radius:14px;padding:20px 22px}.step-card ul{padding-left:18px}.step-card li{font-size:15px}.step-dot{height:12px;width:12px}}.navbar-container{background-color:#111;position:relative}.hamburger{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;padding:16px}.cta-icons{gap:1rem}.cta-icons,.download-resume{align-items:center;display:flex;justify-content:center}.download-resume{background-color:initial;border:2px solid var(--theme-color);border-radius:1rem;color:var(--theme-color);gap:.5rem;padding:1rem;p{margin:0}}.hamburger div:first-child{display:none}.navbar{display:flex;flex-direction:column;gap:20px;left:10px;position:fixed;top:50%;transform:translateY(-50%);z-index:999}.nav-item{align-items:center;background-color:#333;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;position:relative;width:50px;svg{color:var(--theme-color)}}.nav-item.active,.nav-item:hover{background-color:var(--theme-color);svg{color:#fff}}.nav-label{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:700;justify-content:center;left:-150px;pointer-events:none;position:absolute;transition:all .3s ease;width:70px}.nav-label.slide-in{opacity:1;transform:translateX(215px)}@media (max-width:768px){.hamburger div:first-child{display:block}.navbar{display:none;flex-direction:column;gap:15px}.nav-label{display:"none"}.nav-label.slide-in{display:none}.navbar.show{display:flex}}
/*# sourceMappingURL=main.26556fc4.css.map*/