.navbar{align-items:center;background:#1e1e1e;box-shadow:0 2px 6px #0009;display:flex;font-family:inherit;height:5rem;justify-content:space-between;padding:0 2rem;position:sticky;top:0;-webkit-user-select:none;user-select:none;width:100%;z-index:1000}.logo{cursor:pointer;height:3rem;object-fit:cover;transition:transform .3s ease;width:3rem}.logo:focus,.logo:hover{outline:none;transform:scale(1.05)}.desktopMenu{align-items:center;color:#fff;display:flex;font-size:1rem;font-weight:500;gap:1.5rem;letter-spacing:.03em}.desktopMenuListItem{cursor:pointer;margin:1rem;padding-bottom:.5rem;position:relative;transition:color .25s ease}.desktopMenuListItem:focus,.desktopMenuListItem:hover{color:#e4951e;outline:none}.desktopMenuListItem:after{background-color:#e4951e;border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;transition:width .25s ease;width:0}.desktopMenuListItem.active:after,.desktopMenuListItem:focus:after,.desktopMenuListItem:hover:after{width:100%}.active{color:#e4951e}.desktopMenuBtn{align-items:center;background:#fff;border:none;border-radius:2rem;box-shadow:0 2px 8px #e4951e66;color:#000;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.6rem 1.5rem;transition:background-color .25s ease,color .25s ease,box-shadow .25s ease;-webkit-user-select:none;user-select:none}.desktopMenuBtn:focus,.desktopMenuBtn:hover{background-color:#e4951e;box-shadow:0 4px 15px #e4951ecc;color:#fff;outline:none}.desktopMenuIcon{height:1.1rem;width:1.1rem}.mobileMenuIcon{background:none;border:none;color:#fff;cursor:pointer;display:none;padding:.3rem;transition:color .25s ease}.mobileMenuIcon:focus,.mobileMenuIcon:hover{color:#e4951e;outline:none}.mobileMenu{background:#282828;border-radius:1rem;box-shadow:0 8px 24px #000c;display:flex;flex-direction:column;max-height:60vh;min-width:16rem;overflow-y:auto;padding:1rem 0;position:absolute;right:1.5rem;top:5rem;z-index:1500}.mobileMenu,.mobileMenuListItem{-webkit-user-select:none;user-select:none}.mobileMenuListItem{background:#1e1e1e;border-radius:.6rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin:.15rem 1.5rem;padding:.75rem 2.5rem;text-align:center;text-decoration:none;transition:background-color .25s ease,color .25s ease}.mobileMenuListItem:focus,.mobileMenuListItem:hover{background-color:#2a2a2a;color:#e4951e;outline:none}@media (max-width:1024px){.desktopMenu,.desktopMenuBtn{display:none}.mobileMenuIcon{display:block}.mobileMenuListItem{font-size:1rem}}@media (max-width:720px){.mobileMenuListItem{margin:.2rem 1.2rem;padding:.75rem 2rem}}@media (max-width:400px){.navbar{padding:0 1rem}.mobileMenu{min-width:14rem;right:1rem}.mobileMenuListItem{font-size:.9rem;margin:.1rem 1rem;padding:.7rem 1.5rem}.logo{height:2.5rem;width:2.5rem}}#hero{height:100vh;margin:0 auto;max-width:75rem;overflow:hidden;position:relative;width:100%}.heroContainer{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem;text-align:left}.heroTitle{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.heroSubtitle{font-size:1.75rem;font-weight:400;line-height:1.3;margin-bottom:1.5rem}.heroDescription{color:#b3b3b3;font-size:1rem;font-weight:300;line-height:1.6;margin-bottom:1.5rem;max-width:40rem}.heroImage{height:100%;object-fit:cover;position:absolute;right:0;top:0;width:auto;z-index:-1}.iconRow{display:flex;gap:1.5rem;margin-top:1rem}.iconButton{color:#f39c12;font-size:2rem;transition:transform .3s ease}.iconButton:hover{transform:scale(1.2)}.buttonRow{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.heroBtn{align-items:center;background-color:#f39c12;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 2rem;transition:background-color .3s ease}.heroBtn:hover{background-color:#d35400}.icon{font-size:1.2rem}.heroName{color:#f39c12}.heroHello{font-size:1.5rem;font-weight:300;margin-bottom:.5rem}@media screen and (max-width:840px){.heroImage{left:50%;right:auto;transform:translateX(-50%)}.heroTitle{font-size:2.2rem}.heroSubtitle{font-size:1.3rem}.heroContainer{font-size:10vw;padding:1.5rem}}@media screen and (max-width:480px){#hero{align-items:center;display:flex;height:100vh}.heroContainer{align-items:center;justify-content:center;padding:1rem;position:relative;text-align:center;z-index:1}.heroImage{display:none}.buttonRow,.iconRow{justify-content:center}}.aboutSection{color:#f8f9fa;margin:0 auto;max-width:75rem;padding:4rem 2rem;width:100%}.aboutContainer{align-items:center;display:flex;flex-direction:column;gap:2rem}.aboutText{flex:1 1;text-align:center}.aboutHeading{color:#f39c12;font-size:2.75rem;font-weight:700;margin-bottom:1rem}.aboutDescription{color:#e0e0e0;font-size:1.05rem;line-height:1.8;margin:0 auto;max-width:42rem;text-align:center}.aboutImageContainer{align-items:center;display:flex;flex:1 1;justify-content:center}.aboutImage{border-radius:12px;filter:grayscale(100%);height:280px;object-fit:cover;transition:transform .4s ease,filter .4s ease;width:280px}.aboutImage:hover{filter:grayscale(0);transform:scale(1.05)}@media screen and (min-width:1024px){.aboutContainer{align-items:center;flex-direction:row;justify-content:space-between;text-align:left}.aboutText{text-align:left}.aboutHeading{font-size:3rem}.aboutDescription{font-size:1.15rem;text-align:justify}}@media screen and (max-width:768px){.aboutHeading{font-size:2.25rem}.aboutDescription{font-size:1rem;text-align:center}.aboutImage{height:240px;width:240px}.aboutImageContainer img{filter:none}}@media screen and (max-width:480px){.aboutHeading{font-size:1.85rem}.aboutDescription{font-size:.9rem}.aboutImage{height:180px;width:180px}}.experience-section{background:#1e1e1e;color:#fff;margin:0 auto;max-width:75rem;padding:3rem 1rem;position:relative;width:100%}.experience-title-container{align-items:center;display:flex;justify-content:center;margin-bottom:2rem}.experience-divider{background-color:#e4951e;height:2px;width:5rem}.experience-title{background:#fff;color:#1a1443;font-size:1.5rem;margin:0 1rem;padding:.5rem 2rem}.experience-title,.job-title{border-radius:.5rem;text-transform:uppercase}.job-title{color:#1e1e1e;font-size:1.25rem}.experience-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.experience-card{background:#f8f8f8;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;overflow:hidden;padding:1.5rem;position:relative;transition:transform .3s ease}.experience-card:hover{transform:translateY(-5px)}.experience-duration{color:#e4951e;font-size:1.1rem;font-weight:600;margin-bottom:1rem;text-align:center}.experience-content{align-items:flex-start;display:flex;gap:1rem}.experience-icon{color:#e4951e;transition:transform .3s ease}.experience-icon:hover{transform:scale(1.2)}.experience-company{color:#1e1e1e;font-size:1rem;font-weight:500;margin-bottom:.5rem}.company-website-link{color:#e4951e;font-size:1rem;margin-left:.5rem;text-decoration:none}.company-website-link:hover{color:#1a1443;text-decoration:underline}.experience-tools{color:#7c7c7c;font-size:1rem;margin-top:.5rem}.experience-description-list{color:#4a4a4a;font-size:1rem;line-height:1.8;list-style-type:disc;margin-bottom:.75rem;margin-top:.75rem;padding-left:1.5rem}.tools-badge-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tool-badge{background-color:#e4951e;border-radius:999px;color:#fff;font-size:.9rem;font-weight:500;padding:.3rem .7rem;transition:background-color .3s ease;white-space:nowrap}.tool-badge:hover{background-color:#c57c0f}@media screen and (max-width:480px){.experience-section{padding:2rem 1rem}.experience-title-container{align-items:center;flex-direction:row;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.experience-title{background:#fff;border-radius:.5rem;color:#1a1443;font-size:1rem;padding:.25rem .5rem;text-align:center;text-transform:uppercase;white-space:nowrap}.experience-divider{width:3rem}.experience-card{padding:1rem;text-align:center}.experience-duration{font-size:.85rem;margin-bottom:.75rem}.experience-content{align-items:center;flex-direction:column;gap:.5rem}.experience-icon{order:-1}.job-title{font-size:1rem;margin-top:.5rem;padding:.25rem .75rem}.experience-company{color:#1a1443;font-size:.9rem;margin-bottom:.5rem}.experience-description-list{font-size:.875rem;line-height:1.5;padding-left:0;text-align:left}.experience-description-list li{margin-left:1rem;padding-left:0}.experience-tools{font-size:.75rem;text-align:center}.tools-badge-container{justify-content:center}.tool-badge{font-size:.7rem;padding:.2rem .6rem}}.glow-card{background:linear-gradient(145deg,#e4951e,#25213b);border-radius:8px;box-shadow:0 8px 15px #0003,inset 0 0 15px #e6951e4d;padding:1rem;transition:transform .3s ease}.glow-card:hover{box-shadow:0 10px 20px #0000004d,inset 0 0 20px #e6951e80;transform:translateY(-5px)}.education-section{background:#1e1e1e;color:#1e1e1e;margin:0 auto;max-width:75rem;padding:3rem 1rem;position:relative;width:100%}.education-title-container{align-items:center;display:flex;justify-content:center;margin-bottom:2rem}.education-divider{background-color:#e4951e;height:2px;width:5rem}.education-title{background:#fff;border-radius:.5rem;color:#1a1443;font-size:1.5rem;margin:0 1rem;padding:.5rem 2rem;text-transform:uppercase}.education-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.education-card{background:#f8f8f8;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;overflow:hidden;padding:1.5rem;position:relative;transition:transform .3s ease}.education-card:hover{transform:translateY(-5px)}.education-duration{color:#e4951e;font-size:1rem;margin-bottom:1rem;text-align:center}.education-content{align-items:flex-start;display:flex;gap:1rem}.education-icon{color:#e4951e;transition:transform .3s ease}.education-icon:hover{transform:scale(1.2)}.education-degree{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase}.education-grade{color:#575757;font-size:1rem;font-weight:600}.education-institution{font-size:1rem;margin-bottom:.5rem}.education-coursework{color:#7c7c7c;font-size:.875rem}@media screen and (max-width:768px){.education-section{padding:2.5rem 1rem}.education-title{font-size:1.25rem;padding:.5rem 1.5rem}.education-card{padding:1.25rem}.education-duration{font-size:.95rem}.education-degree{font-size:1.125rem}.education-coursework{font-size:.8rem}}@media screen and (max-width:480px){.education-content{align-items:center;flex-direction:column;text-align:center}.education-icon{margin:0 auto .5rem}.education-degree{font-size:.8rem;margin-top:.5rem}.education-section{padding:2rem 1rem}.education-title{font-size:1rem;padding:.5rem 1rem}.education-card{padding:1rem}.education-duration{font-size:.875rem}.education-degree{font-size:1rem}.education-coursework{font-size:.75rem}}.skills-section{background:#1e1e1e;color:#fff;margin:0 auto;max-width:75rem;padding:3rem 1rem;width:100%}.skills-header{align-items:center;display:flex;justify-content:center;margin-bottom:2rem}.skills-divider{background-color:#e4951e;height:2px;width:5rem}.skills-title{background:#fff;border-radius:.5rem;color:#1e1e1e;font-size:1.5rem;margin:0 1rem;padding:.5rem 2rem;text-transform:uppercase}.skills-content{display:flex;flex-direction:column;gap:2rem}.skills-category{background:#363636;border-radius:.5rem;padding:1.5rem}.category-title{color:#e4951e;font-size:1.125rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase}.skills-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.skill-item{display:flex;justify-content:center}.skill-card{background:#111;border-radius:.5rem;box-shadow:0 4px 8px #0000001a;padding:1.25rem;position:relative;text-align:center;transition:transform .3s ease;width:100%}.skill-card:hover{transform:translateY(-5px)}.skill-icon{margin-bottom:.4rem}.skill-name{color:#fff;font-size:1rem;font-weight:600}@media (max-width:768px){.skills-section{padding:2.5rem 1rem}.skills-grid{grid-template-columns:repeat(3,1fr)}.skill-card,.skills-category{padding:1rem}.skill-icon{font-size:24px;margin-bottom:.3rem}.skill-name{font-size:.9rem}.category-title{font-size:1rem}}@media (max-width:480px){.skills-section{padding:2rem .8rem}.skills-title{border-radius:.4rem;font-size:1rem;padding:.4rem 1.2rem}.skills-grid{gap:.8rem;grid-template-columns:repeat(3,1fr)}.skills-category{border-radius:.4rem;padding:.7rem}.category-title{font-size:.9rem;margin-bottom:.8rem;text-align:center}.skill-card{border-radius:.4rem;box-shadow:0 2px 4px #00000014;padding:.6rem}.skill-icon{font-size:18px;margin-bottom:.25rem}.skill-name{font-size:.8rem;font-weight:500}}.projects-section{background:#1e1e1e;color:#fff;margin:0 auto;max-width:75rem;padding:4rem 1rem;width:100%}.projects-header{align-items:center;display:flex;justify-content:center;margin-bottom:2rem}.projects-divider{background-color:#e4951e;height:2px;width:5rem}.projects-title{background:#fff;border-radius:.5rem;color:#1e1e1e;font-size:1.5rem;margin:0 1rem;padding:.5rem 2rem;text-transform:uppercase}.projects-description{color:#ccc;font-size:1.05rem;line-height:1.6;margin:0 auto 2rem;max-width:60rem;text-align:center}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.project-card{background:#111;border-radius:1rem;box-shadow:0 4px 8px #0000001a;padding:1.5rem;position:relative;text-align:center;transition:transform .3s ease}.project-card:hover{transform:translateY(-10px)}.project-image{border-radius:1rem;height:auto;margin-bottom:1.5rem;max-height:300px;object-fit:contain;width:100%}.project-name{color:#e4951e;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.project-description{color:#ccc;font-size:1rem;margin-bottom:1rem}.project-tools{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:3rem}.tool{background:#363636;border-radius:.5rem;color:#fff;font-size:.875rem;padding:.5rem 1rem;text-transform:uppercase}.project-card-links{align-items:center;bottom:1rem;display:flex;gap:1.5rem;left:1rem;margin-top:1rem;position:absolute}.demo-link,.github-link{align-items:center;color:#e4951e;display:flex;font-weight:700;gap:.5rem;justify-content:center;text-decoration:none;transition:color .3s ease}.demo-link svg,.github-link svg{font-size:24px}.demo-link{color:#4caf50}.demo-link:hover,.github-link:hover{color:#fff}@media (min-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.projects-section{padding:2.5rem 1rem}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.project-card{padding:.8rem}.projects-description{font-size:.9rem;padding:0 1rem}.project-image{margin-bottom:.8rem}.project-name{font-size:.9rem}.project-description{font-size:.8rem}.tool{font-size:.7rem;padding:.3rem .6rem}}@media (max-width:480px){.projects-section{padding:2rem 1rem}.projects-grid{grid-template-columns:1fr}.project-card{padding:.6rem}.projects-title{font-size:1rem}.projects-description{font-size:.8rem;line-height:1.5;padding:0 .5rem}.project-image{margin-bottom:.6rem}.project-name{font-size:.8rem}.project-description{font-size:.75rem}.tool{font-size:.65rem;padding:.2rem .5rem}.demo-link svg,.github-link svg{font-size:18px}}.certificate-section{background:#1e1e1e;color:#fff;margin:0 auto;max-width:75rem;padding:3rem 1rem;position:relative;width:100%}.certificate-ribbon{align-items:center;background-color:#e4951e;border-radius:50%;box-shadow:0 4px 6px #0000001a;color:#fff;display:flex;font-size:1rem;height:40px;justify-content:center;left:-15px;position:absolute;top:-15px;width:40px;z-index:1}.certificate-card{position:relative}.certificate-header-container{align-items:center;display:flex;justify-content:center;margin-bottom:2rem}.certificate-divider{background-color:#e4951e;height:2px;width:5rem}.certificate-header{background:#fff;border-radius:.5rem;color:#1e1e1e;font-size:1.5rem;margin:0 1rem;padding:.5rem 2rem;text-transform:uppercase}.certificate-description{font-size:1.05rem;line-height:1.5;margin-bottom:2rem;text-align:center}.certificate-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.certificate-card{background:#111;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.certificate-card:hover{box-shadow:0 8px 15px #0003;transform:translateY(-5px)}.certificate-title{color:#e4951e;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.certificate-organisation{color:#ccc;font-size:1rem;margin-bottom:.5rem}.certificate-skills{font-size:.95rem;margin-bottom:.5rem}.certificate-date{font-size:.95rem;margin-bottom:1rem}.certificate-link{color:#e4951e;font-size:1.25rem;transition:color .3s ease}.certificate-link:hover{color:#f39c12}@media (max-width:768px){.certificate-section{padding:2rem 1rem}.certificate-header{font-size:1.125rem}.certificate-title{font-size:1rem}}@media (max-width:480px){.certificate-description{font-size:.9rem}.certificate-title{font-size:1rem}.certificate-card{padding:1.2rem}}.contactPage{color:#ccc;flex-direction:column;margin:0 auto;max-width:75rem;min-height:calc(100vh - 5rem);padding:4rem 1rem;width:100%}.contact-header,.contactPage{align-items:center;display:flex}.contact-header{justify-content:center;margin-bottom:1.5rem}.contact-divider{background-color:#e4951e;height:2px;width:5rem}.contact-title{background:#fff;border-radius:.5rem;color:#1e1e1e;font-size:1.5rem;margin:0 1rem;padding:.5rem 2rem;text-transform:uppercase}.contact-description{color:#ccc;font-size:1.05rem;line-height:1.6;margin:0 auto 2rem;max-width:60rem;text-align:center}.contactForm{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:2rem auto;max-width:40rem;width:90vw}.contactForm input,.contactForm textarea{background:#1e1e1e;border:1px solid #555;border-radius:.5rem;color:#ccc;font-size:1rem;padding:1rem;width:100%}.contactForm input:focus,.contactForm textarea:focus{border-color:#e4951e;outline:none}.SubmitBtn{background:#e4951e;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 2rem;text-transform:uppercase;transition:background .3s ease}.SubmitBtn:hover{background:#d47e1c}.links{gap:2rem;margin-top:2rem}.links,.social-link{display:flex;justify-content:center}.social-link{align-items:center;background:#1e1e1e;border-radius:50%;color:#e4951e;height:50px;transition:background .3s ease,transform .3s ease;width:50px}.social-link:hover{background:#e4951e;color:#fff;transform:scale(1.1)}.successMessage{animation:fadeIn .5s ease-in-out,slideDown .5s ease-in-out;background-color:#4caf50;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;color:#fff;font-size:1.2rem;font-weight:700;margin-top:1rem;padding:.75rem 1.5rem;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{transform:translateY(-20px)}to{transform:translateY(0)}}@media (min-width:1024px){.contactForm{width:70vw}.contact-description{font-size:1.2rem}}@media (max-width:768px){.contact-title{font-size:1.3rem;padding:.5rem 1.5rem}.contactForm{align-items:center;width:85vw}.links{gap:1.5rem}.social-link{height:40px;width:40px}}@media (max-width:480px){.contactForm{align-items:center}.contact-title{font-size:1rem;padding:.3rem 1rem}.social-link{height:35px;width:35px}.links{gap:1rem}}.footer{background:#1e1e1e;border-top:2px solid #e4951e;color:#ccc;padding:2rem 1rem;text-align:center}.footer-container{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:75rem}.footer-text{font-size:1rem;margin-bottom:1rem}@media screen and (max-width:720px){.footer-text{font-size:.875rem}}*{background:#0000;box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0;text-decoration:none}body{background:#1e1e1e;color:#fff;overflow-y:scroll}
/*# sourceMappingURL=main.a8830624.css.map*/