*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html{scroll-behavior:smooth}body{background-color:#0a0a0a;color:#fff;line-height:1.6;overflow-x:hidden}.no-select{-webkit-user-select:none;user-select:none}#bg-image{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;object-fit:cover;-webkit-backdrop-filter:blur(.75vh);backdrop-filter:blur(.75vh);filter:blur(.75vh);box-shadow:0 0 200px #000000fc inset;z-index:-1}.nav{position:fixed;top:0;left:0;right:0;height:60px;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid oklch(32% 0 271deg);z-index:1000;padding:.5rem 1.5rem;display:flex;align-items:center;justify-content:center}.nav .nav-container{max-width:1200px;margin:0 auto;width:100%;display:flex;justify-content:space-between;align-items:center}.nav .nav-container .mobile-menu-btn{display:inline-flex;align-items:center;border:none;border-radius:8px;font-weight:500;cursor:pointer;text-decoration:none;transition:all .3s ease-in-out;background:none;border:1px solid oklch(32% 0 271deg);color:#fff;font-size:1.5rem;margin-left:auto;padding:.5rem;display:none}@media screen and (max-width: 700px){.nav .nav-container .mobile-menu-btn{display:flex}}.nav .logo{font-size:1.5rem;font-weight:700;color:#ff8c00;text-decoration:none;transition:color .15s ease-in-out}.nav .logo:hover{color:#ffab0e}.nav .nav-links{display:flex;align-items:center;list-style:none;gap:2rem;transition:transform,opacity .3s ease-in-out}@media screen and (max-width: 700px){.nav .nav-links{transform:translate(200%);opacity:0;pointer-events:none;position:absolute}}.nav .nav-links a{color:#bebebe;text-decoration:none;font-weight:600;font-size:1.075rem;transition:color .3s ease-in-out}.nav .nav-links a:hover{color:#ff8c00}.mobile-menu{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#1a1a1a;transition:right .25s ease-in-out;z-index:1001;padding:2rem}.mobile-menu.open{right:0}.mobile-menu .close-btn{position:absolute;top:1rem;right:1rem;padding:.5rem;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.mobile-menu .mobile-nav-links{list-style:none;margin-top:3rem}.mobile-menu .mobile-nav-links li{margin-bottom:1.5rem}.mobile-menu .mobile-nav-links a{display:block;width:100%;color:#fff;text-decoration:none;font-size:1.2rem;font-weight:500;transition:color .3s ease-in-out}.mobile-menu .mobile-nav-links a:hover{color:#ff8c00}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:opacity,visibility .3s ease-in-out}.mobile-overlay.open{opacity:1;visibility:visible}.language-select{display:inline-flex;align-items:center;border:none;border-radius:8px;font-weight:500;cursor:pointer;text-decoration:none;transition:all .3s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#1a1a1a;border:1px solid oklch(32% 0 271deg);padding:.5rem 1rem;color:#fff;font-size:1rem;width:100%;transition:all .2s ease-in-out}.language-select:hover{border-color:#ff8c00;background:#ff8c001a}.language-select option{background:#1a1a1a;color:#fff;width:fit-content}main{margin-top:60px}.section{padding:5rem 2rem;max-width:1200px;margin:0 auto}@media screen and (max-width: 700px){.section{padding:3rem 1rem}}.section .section-title{font-size:2.5rem;font-weight:700;text-align:center;color:#ff8c00;margin-bottom:1rem}@media screen and (max-width: 700px){.section .section-title{font-size:2rem}}.section:not(:has(.section-description)) .section-title{margin-bottom:3rem}@media screen and (max-width: 700px){.section:not(:has(.section-description)) .section-title{margin-bottom:2rem}}.section .section-description{font-size:1.2rem;color:#bebebe;text-align:center;margin-bottom:3rem}@media screen and (max-width: 700px){.section .section-description{font-size:1rem;margin-bottom:2rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center}.hero .hero-content{max-width:800px}.hero .hero-content h1{font-size:4rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#ffc9a2 30%,#ffad6a 45%,#ff9d48 52.5%,#ff9530 56.25%,#ff901e,#ff8c00 60%);background:linear-gradient(135deg,#fff,color(xyz 0.694 0.657 0.401) 30%,color(xyz 0.592 0.519 0.19) 45%,color(xyz 0.548 0.457 0.112) 52.5%,color(xyz 0.526 0.428 0.08) 56.25%,#ff901e,#ff8c00 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media screen and (max-width: 700px){.hero .hero-content h1{font-size:2.5rem}}.hero .hero-content .subtitle{font-size:1.5rem;color:#bebebe;margin-bottom:2rem}@media screen and (max-width: 700px){.hero .hero-content .subtitle{font-size:1.2rem}}.hero .hero-content .cta-button{display:inline-flex;align-items:center;border:none;font-weight:500;cursor:pointer;text-decoration:none;transition:all .3s ease-in-out;transition:transform .3s ease-in-out;background:#ff8c00;color:#0a0a0a;padding:1rem 2rem;border-radius:50px;font-weight:600}.hero .hero-content .cta-button:hover{transform:translateY(-2px)}.hero .hero-content .cta-button:hover{background:#ffab0e}.about{background:#1a1a1a}.about .about-content{max-width:800px;margin:0 auto;text-align:center}.about .about-content p{text-wrap:balance;font-size:1.2rem;color:#bebebe;line-height:1.8}.projects .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.projects .project-card{background:#1a1a1a;border:1px solid oklch(32% 0 271deg);border-radius:12px;padding:2rem;transition:all .3s ease-in-out;display:flex;flex-direction:column}.projects .project-card:hover{transform:translateY(-5px);border-color:#ff8c00;box-shadow:0 10px 30px #ff8c001a}.projects .project-card h3{font-size:1.3rem;margin-bottom:1rem;color:#ff8c00}.projects .project-card p{color:#bebebe;margin-bottom:1.5rem;font-size:.95rem}.projects .project-card .project-link{display:inline-flex;align-items:center;border:none;border-radius:8px;font-weight:500;cursor:pointer;text-decoration:none;transition:all .3s ease-in-out;gap:.5rem;color:#ff8c00;margin-top:auto}.projects .project-card .project-link:hover{color:#ffab0e}@media screen and (max-width: 700px){.projects .project-card .project-link{font-size:1rem}}.social{background:#1a1a1a}.social .social-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.social .social-links .social-link{display:inline-flex;align-items:center;border:none;font-weight:500;cursor:pointer;text-decoration:none;transition:all .3s ease-in-out;transition:transform .3s ease-in-out;gap:.5rem;padding:1rem 1.5rem;background:#0a0a0a;border:1px solid oklch(32% 0 271deg);border-radius:50px;color:#fff}.social .social-links .social-link:hover{transform:translateY(-2px)}.social .social-links .social-link:hover{border-color:#ff8c00;background:#ff8c001a}.social .social-links .social-link svg{width:20px;height:20px}.footer{background-color:#0a0a0a;text-align:center;padding:2rem;border-top:1px solid oklch(32% 0 271deg);color:#bebebe}@media (prefers-reduced-motion: no-preference){.fade-in{opacity:0;transition:opacity .4s ease-in-out}.fade-in.in-view{opacity:1}.scale-up{transform:scale(.7);transition:transform .4s ease-in-out}.scale-up.in-view{transform:scale(1)}}.font-inter{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(./poppins-devanagari-400-normal.CJDn6rn8.woff2) format("woff2"),url(./poppins-devanagari-400-normal.CqVvlrh5.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(./poppins-latin-ext-400-normal.by3JarPu.woff2) format("woff2"),url(./poppins-latin-ext-400-normal.DaBSavcJ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(./poppins-latin-400-normal.cpxAROuN.woff2) format("woff2"),url(./poppins-latin-400-normal.BOb3E3N0.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
