@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}.hero-section{min-height:100vh;position:sticky;display:flex;align-items:center;padding:100px;color:#fff;font-family:Inter,sans-serif;overflow:hidden}.hero-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(120px)}.hero-glow-one{width:450px;height:450px;left:-200px;top:20%;background:#00d9ff;opacity:.035}.hero-glow-two{width:350px;height:350px;right:-150px;bottom:5%;background:#008cff;opacity:.035}.hero-container{width:100%;max-width:1250px;margin:auto;display:grid;grid-template-columns:1.35fr .65fr;align-items:center;gap:80px;position:relative;z-index:2}.hero-content{max-width:760px}.hero-tag{display:inline-flex;align-items:center;gap:10px;padding:9px 15px;margin-bottom:30px;border-radius:50px;background:#00d9ff0f;border:1px solid rgba(0,217,255,.15);color:#8c8c8c;font-size:10px;font-weight:600;letter-spacing:1.5px}.hero-status{width:7px;height:7px;border-radius:50%;background:#00d9ff;box-shadow:0 0 8px #00d9ff}.hero-intro{font-size:24px;color:#999;font-weight:500;margin-bottom:5px}.hero-name{font-size:clamp(55px,6vw,88px);line-height:1.05;letter-spacing:-4px;font-weight:800;color:#eee;margin-bottom:25px}.hero-name span{display:block;background:linear-gradient(90deg,#00d9ff,#00a8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-role{display:flex;align-items:center;gap:13px;margin-bottom:25px}.hero-role-line{width:45px;height:2px;background:#00d9ff;box-shadow:0 0 10px #00d9ff80}.hero-role-text{color:#00d9ff;font-size:16px;font-weight:600;letter-spacing:.5px}.hero-description{max-width:690px;color:#888;font-size:15px;line-height:1.9;margin-bottom:35px}.hero-buttons{display:flex;align-items:center;gap:15px;margin-bottom:38px}.hero-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 22px;border-radius:9px;text-decoration:none;font-size:13px;font-weight:600;transition:all .3s ease}.hero-button-primary{color:#111;background:#00d9ff;box-shadow:0 0 20px #00d9ff26}.hero-button-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00d9ff40;background:#16ddff}.hero-button-primary i{transition:transform .3s ease}.hero-button-primary:hover i{transform:translate(4px)}.hero-button-secondary{color:#ddd;background:transparent;border:1px solid rgba(255,255,255,.12)}.hero-button-secondary:hover{color:#00d9ff;border-color:#00d9ff66;background:#00d9ff0a;transform:translateY(-3px)}.hero-social{display:flex;align-items:center;gap:12px}.hero-social-link{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff09;border:1px solid rgba(255,255,255,.08);text-decoration:none;object-fit:contain;transition:all .3s ease}.hero-social-link img{width:18px;height:18px;object-fit:contain;display:block;transition:all .3s ease}.hero-social-link:hover{transform:translateY(-4px);border-color:#00d9ff73;background:#00d9ff12;box-shadow:0 0 18px #00d9ff2e}.hero-social-link:hover img{transform:scale(1.15)}.hero-social-line{width:35px;height:1px;margin-left:5px;background:#444}.hero-social-text{color:#555;font-size:10px;letter-spacing:.5px}.hero-image-section{display:flex;align-items:center;justify-content:center}.hero-image-wrapper{width:350px;height:350px;position:relative;display:flex;align-items:center;justify-content:center}.hero-image{width:285px;height:335px;position:relative;z-index:3;border-radius:25px;padding:2px;background:linear-gradient(145deg,#00d9ff,transparent 45%,#008cff);box-shadow:0 25px 60px #00000073,0 0 30px #00d9ff14}.hero-image:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:23px;background:#202020;z-index:-1}.hero-image img{width:100%;height:100%;display:block;object-fit:cover;border-radius:23px;filter:saturate(.9);transition:.5s ease}.hero-image:hover img{transform:scale(1.025);filter:saturate(1)}.hero-ring{position:absolute;border-radius:50%;border:1px solid rgba(0,217,255,.08)}.hero-ring-one{width:330px;height:330px}.hero-ring-two{width:400px;height:400px;border-style:dashed;border-color:#00d9ff0a;animation:hero-rotate-ring 25s linear infinite}@keyframes hero-rotate-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-floating-card{position:absolute;z-index:5;bottom:5px;right:-20px;display:flex;align-items:center;gap:12px;padding:13px 17px;border-radius:12px;background:#202020e6;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 15px 35px #00000059;animation:hero-floating 4s ease-in-out infinite}.hero-floating-icon{width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:9px;color:#00d9ff;background:#00d9ff14;font-size:14px}.hero-floating-info span{display:block;color:#666;font-size:9px;margin-bottom:3px}.hero-floating-info strong{display:block;color:#ddd;font-size:10px;white-space:nowrap}@keyframes hero-floating{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-scroll{position:absolute;bottom:25px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:#555;font-size:8px;letter-spacing:2px}.hero-scroll-icon{color:#00d9ff;font-size:11px;animation:hero-scroll-down 1.8s infinite}@keyframes hero-scroll-down{0%{transform:translateY(0);opacity:.4}50%{transform:translateY(5px);opacity:1}to{transform:translateY(0);opacity:.4}}@media (max-width: 950px){.hero-section{padding:80px 6%}.hero-container{grid-template-columns:1fr;text-align:center;gap:60px}.hero-content{max-width:750px;margin:auto}.hero-role,.hero-buttons,.hero-social{justify-content:center}.hero-image-section{order:-1}.hero-image-wrapper{transform:scale(.85)}.hero-scroll{display:none}}@media (max-width: 550px){.hero-section{padding:60px 5%;min-height:auto}.hero-container{gap:35px}.hero-tag{font-size:8px;letter-spacing:1px}.hero-intro{font-size:18px}.hero-name{font-size:52px;letter-spacing:-3px}.hero-role-text{font-size:14px}.hero-description{font-size:13px;line-height:1.8}.hero-buttons{flex-direction:column;width:100%}.hero-button{width:100%}.hero-social{flex-wrap:wrap}.hero-social-text,.hero-social-line{display:none}.hero-image-wrapper{width:290px;height:300px;transform:scale(.8)}.hero-image{width:245px;height:290px}.hero-ring-one{width:280px;height:280px}.hero-ring-two{width:330px;height:330px}.hero-floating-card{right:-5px}}.all-projects{margin-inline:100px;gap:10px}@media (max-width:600px){.all-projects{margin-inline:30px;gap:60px}}.card{background-color:#2c2c2c;width:300px;border-radius:15px;box-shadow:0 8px 20px #0000004d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0006}.card img{width:100%;height:225px;object-fit:fill}.card-content{padding:20px}.card-title{color:#00d2ff;font-size:1.2rem;font-weight:700;margin-bottom:10px}.card-text{color:#cfcfcf;font-size:.95rem;line-height:1.4}.tech-stack{color:#bbb;font-size:.85rem;margin-top:12px}.tech-stack>span{border:2px solid #00eaff;box-shadow:0 0 6px #00eaff99,0 0 12px #00eaff4d}.tech-stack span{background-color:#3a3a3a;padding:4px 8px;border-radius:8px;margin-right:6px;display:inline-block;margin-bottom:6px;color:#f0f8ff}.skill-section{min-height:100vh;padding:90px 8%;position:relative;color:#fff;font-family:Inter,sans-serif;overflow:hidden}.skill-section:before{content:"";position:absolute;width:500px;height:500px;top:0;left:50%;transform:translate(-50%);background:#00d9ff;opacity:.035;filter:blur(140px);border-radius:50%;pointer-events:none}.skill-heading{position:relative;text-align:center;margin-bottom:65px}.skill-subtitle{display:inline-block;font-size:12px;font-weight:700;letter-spacing:4px;color:#00d9ff;margin-bottom:12px}.skill-heading h1{margin:0;font-size:58px;font-weight:800;letter-spacing:-2px;color:#f5f5f5}.skill-heading p{margin-top:15px;color:#777;font-size:14px;font-weight:400}.skill-grid{position:relative;max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.skill-card{min-height:125px;padding:25px;display:flex;align-items:center;gap:22px;position:relative;border-radius:18px;background:#1e1e1ed9;border:1px solid rgba(255,255,255,.055);box-shadow:0 12px 35px #00000040;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;overflow:hidden}.skill-card:before{content:"";position:absolute;width:150px;height:150px;right:-70px;top:-70px;border-radius:50%;background:#00d9ff;opacity:0;filter:blur(70px);transition:.4s ease;pointer-events:none}.skill-card:hover{transform:translateY(-8px);border-color:#00d9ff40;box-shadow:0 20px 45px #0006,0 0 25px #00d9ff0f}.skill-card:hover:before{opacity:.15}.skill-icon{width:72px;height:72px;min-width:72px;border-radius:17px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.skill-icon img{width:43px;height:43px;object-fit:contain;display:block;position:relative;z-index:2;transition:transform .35s ease,filter .35s ease}.skill-card:hover .skill-icon{transform:scale(1.08) rotate(-4deg);box-shadow:0 0 25px #00d9ff24}.skill-card:hover .skill-icon img{transform:scale(1.12)}.skill-c{background:#659ad21f;border:1px solid rgba(101,154,210,.15);box-shadow:inset 0 0 25px #659ad20a}.skill-cpp{background:#00599c21;border:1px solid rgba(0,89,156,.18);box-shadow:inset 0 0 25px #00599c0d}.skill-react{background:#61dafb1a;border:1px solid rgba(97,218,251,.16);box-shadow:inset 0 0 25px #61dafb0a}.skill-node{background:#68a0631c;border:1px solid rgba(104,160,99,.16);box-shadow:inset 0 0 25px #68a0630a}.skill-express{background:#ffffff12;border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 0 25px #ffffff06}.skill-mysql{background:#4479a11f;border:1px solid rgba(68,121,161,.17);box-shadow:inset 0 0 25px #4479a10a}.skill-info{flex:1;position:relative;z-index:1}.skill-info h2{margin:0 0 7px;font-size:20px;font-weight:700;color:#f2f2f2;transition:color .3s ease}.skill-info p{margin:0;font-size:12px;color:#777;letter-spacing:.2px}.skill-card:hover .skill-info h2{color:#00d9ff}.skill-arrow{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#666;border:1px solid rgba(255,255,255,.07);font-size:18px;position:relative;z-index:2;transition:color .3s ease,border-color .3s ease,transform .3s ease,background .3s ease}.skill-card:hover .skill-arrow{color:#00d9ff;border-color:#00d9ff4d;background:#00d9ff0d;transform:rotate(45deg)}@media (max-width: 800px){.skill-section{padding:70px 6%}.skill-heading h1{font-size:45px}.skill-grid{grid-template-columns:1fr}}@media (max-width: 500px){.skill-section{padding:60px 5%}.skill-heading{margin-bottom:45px}.skill-heading h1{font-size:40px}.skill-heading p{font-size:12px;line-height:1.6}.skill-card{min-height:105px;padding:18px;gap:16px}.skill-icon{width:58px;height:58px;min-width:58px;border-radius:14px}.skill-icon img{width:35px;height:35px}.skill-info h2{font-size:17px}.skill-info p{font-size:10px}.skill-arrow{display:none}}
