@import'https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet';:root{--bg-main: #000235;--text-primary: #ffffff;--text-blue: #0050ff;--text-muted: #b5b8c9;--card-bg: rgba(255, 255, 255, .02);--card-border: rgba(255, 255, 255, .08);--glow: #3b82f6;--section-heading-size: 2.8rem;--section-subheading-size: 2rem;--img-border: 1rem}.glow-card{border-radius:1rem;border:solid;border-width:.5rem;border-color:#ffffff0d;background-color:#ffffff05;box-shadow:0 0 1rem var(--glow)}body{margin:0;font-family:Inter;background-color:var(--bg-main)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.btn{width:15rem;height:4rem;border-radius:.7rem;border:none;font-size:1.6rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.btn:hover{cursor:pointer}.btn-primary{color:var(--text-primary);background-color:#0050ff}.btn-primary:hover{background-color:#1e40af}.btn-ghost{color:var(--text-blue);background-color:transparent;border:solid;border-width:1px}.btn-ghost:hover{background-color:#0f297d}p,.text-style{font-size:1.4rem;line-height:1.5;color:var(--text-muted)}.section-heading{margin:0;color:var(--text-primary);font-size:var(--section-heading-size);font-weight:600}.section-subheading{margin:0;color:var(--text-muted);font-size:var(--section-subheading-size);font-weight:400}.section-divider{height:1px;background:#ffffff14;margin:4rem 0}@media(max-width:480px){:root{--section-heading-size: 1.8rem;--section-subheading-size: 1.1rem}.container{padding:0;width:85%}p,.text-style{font-size:1rem}.btn{width:100%;max-width:260px;height:3.4rem;border-radius:.7rem;font-size:1rem;text-align:center;font-weight:600}.section-divider{margin:2rem 0}}.navbar{width:100%;padding:1rem 0;display:flex;flex-direction:row;box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000235bf;border-bottom:.2rem solid rgba(255,255,255,.08);position:sticky;top:0;z-index:10}.navbar-inner{display:flex;justify-content:space-between;align-items:center}.nav-logo{color:var(--text-blue);font-weight:700;font-size:2rem;text-decoration:none}.nav-right{display:flex;flex-direction:row;gap:3rem}.nav-link{color:var(--text-primary);text-decoration:none;font-size:1.4rem}.nav-link:hover{color:#1e40af}@media(max-width:480px){.navbar-inner{flex-direction:column;align-items:flex-start;gap:.75rem}.nav-logo{font-size:1.4rem}.nav-right{width:100%;justify-content:space-between;gap:.5rem}.nav-link{font-size:.9rem}}.footer{margin-top:15rem;margin-bottom:5rem;background:#000235bf;border-top:.2rem solid rgba(255,255,255,.08)}.footer-inner{width:100%;display:flex;flex-direction:column;align-items:center}.footer-links{margin-top:2rem;display:flex;gap:4rem;align-items:center}.icon-links{margin-top:1.5rem;display:flex;gap:8rem}.footer-icons{width:3.5rem;height:3.5rem}.rights-res{margin-top:1.5rem}@media(max-width:768px){.footer{margin-top:6rem;margin-bottom:4rem;padding:2rem 0}.footer-inner{align-items:center}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}.icon-links{margin-top:1rem;gap:2rem;flex-wrap:wrap;justify-content:center}.footer-icons{width:3rem;height:3rem}.rights-res{margin-top:1rem;text-align:center}}.hero{margin-top:12rem}.hero-inner{display:flex;width:100%}.hero-text h1{color:#fff;font-size:2.7rem;font-weight:600;margin:0}.hero-text h2{margin-top:.7rem;margin-bottom:0;color:var(--text-blue);font-size:2rem;font-weight:800}.hero-text p{margin-top:1.5rem;max-width:500px;color:var(--text-muted)}.hero-buttons{margin-top:10rem;display:flex;justify-content:space-between}.hero-profile-icon{margin-left:6rem;filter:drop-shadow(0 0 20px rgba(255,255,255,.1))}@media(max-width:480px){.hero{margin-top:4rem}.hero-inner{flex-direction:column-reverse;align-items:flex-start}.hero-profile-icon{margin-left:auto;margin-right:auto;margin-bottom:3rem}.hero-text h1{font-size:2.2rem}.hero-text h2{font-size:1.6rem}.hero-text p{width:100%}.hero-buttons{margin-top:2.5rem;display:flex;gap:1rem;justify-content:flex-start}.hero-profile-icon{width:18rem}}.skills{margin-top:17rem}.skills-inner{width:100%}.skills-heading{display:flex;flex-direction:column;align-items:center}.skills-section-container{display:flex;justify-content:space-between}.skills-bucket{margin-top:4rem;margin-bottom:6rem;display:flex;flex-direction:column;align-items:center;width:13rem}.skills-bucket-heading{color:var(--text-blue);font-size:1.8rem}.skills-li{margin-top:1rem;margin-bottom:3rem;list-style:none;display:flex;flex-direction:column;align-items:center}.skills-ul{padding:0 2rem}.skills-icons{width:5rem;height:5rem}.icon-name{color:var(--text-muted);font-size:1.3rem;margin:0;font-weight:800}@media(max-width:480px){.skills{margin-top:8rem}.skills-section-container{flex-wrap:wrap;justify-content:center;gap:3rem}.skills-bucket{width:calc(50% - 3rem);margin-bottom:.5rem}.skills-bucket-heading{font-size:1.2rem;margin-left:auto;margin-right:auto;text-align:center}.skills ul{padding:0}.skills-icons{width:4rem;height:4rem}.icon-name{font-size:.9rem}}.project-preview{margin-top:5rem;margin-bottom:10rem}.project-preview-inner{width:100%}.project-preview-card{margin-top:4rem;margin-bottom:6rem;display:flex;padding:3rem 2rem;gap:4rem}.project-preview-heading{display:flex;flex-direction:column;align-items:center}.card-text-content,.card-img{flex:1;min-width:0}.card-text-content button{margin-top:4rem}.project-preview-card h2{color:var(--text-primary);font-size:2.2rem;margin-top:0;text-align:center}.project-preview-card img{border-radius:var(--img-border);width:100%;height:30rem;object-fit:cover}.view-more{display:flex;flex-direction:column;align-items:center;margin-top:10rem}.view-more .btn{margin-top:2rem}@media(max-width:480px){.project-preview-heading{text-align:center}.project-preview-card{flex-direction:column;padding:2rem 1.25rem;gap:1.5rem}.card-text-content,.card-img{flex:none;width:100%}.project-preview-card h2{font-size:1.3rem}.card-text-content p{font-size:.9rem}.card-text-content .btn{margin-top:2rem;align-self:flex-start}.project-preview-card img{height:auto;max-height:18rem}.view-more{margin-top:4rem;text-align:center}.project-preview{margin-bottom:5rem}.ppc1,.ppc3{display:flex;flex-direction:column-reverse}}.contactCTA-inner{width:100%;display:flex;flex-direction:column;margin-bottom:8rem}.contactCTA-text{margin-top:2rem;display:flex;flex-direction:column;align-items:center}.contactCTA-text p{text-align:center}.bold-text{font-weight:700}.contactCTA-btns{display:flex;justify-content:center;gap:2rem;margin-top:2.5rem}.about-content-inner{margin-top:5rem;margin-bottom:13rem;width:100%;display:flex;flex-direction:column}.about-h1{margin-top:0;margin-bottom:.4rem;color:var(--text-primary);font-size:1.7rem;font-weight:550}.about-p{color:var(--text-muted);margin-top:0;margin-bottom:2.9rem;max-width:70%}.about-content-inner ul{margin-top:0;margin-bottom:1.6rem}.about-content-inner li{font-size:1.3rem;margin-bottom:0;line-height:2.6rem}@media(max-width:480px){.about-h1{font-size:1.4rem}.about-p{max-width:100%}.about-content-inner li{font-size:1rem}}.projects-intro{margin-top:14rem;margin-bottom:16rem}.projects-intro-inner{width:100%;display:flex;flex-direction:column;align-items:center}.projects-intro-inner p{width:45rem;text-align:center}@media(max-width:480px){.projects-intro-inner p{width:100%}.projects-intro{margin-top:4.5rem;margin-bottom:4.5rem}}.project-cards{margin-top:5rem;margin-bottom:10rem}.project-cards-inner{width:100%}.project-card{padding:4rem;margin-bottom:10rem}.project-media{width:100%}.project-video{border-radius:var(--img-border);border:solid 5px gray;width:100%;height:auto;aspect-ratio:16/9;display:block}.project-heading{margin-top:1rem;margin-bottom:5rem;color:var(--text-primary);font-weight:500;font-size:2.2rem;text-align:center}.project-subheading{color:var(--text-primary);margin-bottom:.6rem}.project-p{margin-top:0;margin-bottom:4rem;max-width:800px}@media(max-width:480px){.project-card{padding:0;margin-bottom:4rem}.project-heading{font-size:1.3rem;margin-bottom:2rem;padding-left:1rem;padding-right:1rem}.project-subheading{color:var(--text-primary);font-size:1.2rem}.project-video{border-width:2px}.project-text{padding-left:1rem;padding-right:1rem}.project-text ul{padding-left:1.6rem;max-width:fit-content}.project-text ul li{margin-bottom:1rem}.project-p{width:100%}.project-p{margin-top:0;margin-bottom:2rem}}.contact-intro{margin-top:14rem}@media(max-width:480px){.contact-intro{margin-top:4.5rem}}.contact-form{margin-top:15rem}.contact-form-inner{display:flex;flex-direction:column;align-items:center}.form-heading{color:var(--text-primary);font-weight:500}.contact-input-form{margin-top:2rem;width:600px}.form-labels{color:var(--text-primary);font-size:1.2rem}.form-input{width:100%;box-sizing:border-box;color:var(--text-muted);border:solid 2px var(--glow);background-color:transparent;border-radius:5px;font-size:1.2rem;padding:.65rem .8rem}.input-email,.input-msg{width:100%}.input-msg textarea{width:100%;height:8rem}.contact-input-form{display:flex;flex-direction:column;gap:2rem}.input-lvl{display:flex;justify-content:space-between}.input-section{display:flex;flex-direction:column;gap:.4rem}.form-submit{height:3.2rem}@media(max-width:480px){.contact-form{margin-top:4rem}.contact-input-form{width:100%}.form-labels,.form-input{font-size:1rem}.input-lvl{gap:1rem}.input-msg textarea{height:10rem}}
