*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{background:#0f172a;color:#fff;scroll-behavior:smooth}.container{width:100%;max-width:1300px;margin:0 auto;padding:0 40px}.navbar{position:fixed;width:100%;padding:20px 0;background:#0f172acc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:1000}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo{font-weight:600}.nav-links a{margin-left:25px;color:#cbd5e1;text-decoration:none;transition:.3s}.nav-links a:hover{color:#38bdf8}.hero{width:100%;min-height:100vh;display:flex;align-items:center;background:radial-gradient(circle at 70% 30%,#1e3a8a,#0f172a);padding-top:100px}.hero-inner{display:flex;justify-content:space-between;align-items:center;width:100%}.hero-left{max-width:600px}.tagline{color:#38bdf8;margin-bottom:15px}.hero h1{font-size:60px;margin-bottom:20px;line-height:1.1}.gradient-text{background:linear-gradient(45deg,#38bdf8,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle{color:#94a3b8;line-height:1.6;margin-bottom:30px}.btn{padding:14px 28px;border-radius:30px;text-decoration:none;font-weight:600;margin-right:15px;transition:.3s;display:inline-block}.primary{background:linear-gradient(45deg,#38bdf8,#6366f1);color:#fff}.glow{box-shadow:0 0 25px #38bdf899}.outline{border:1px solid #38bdf8;color:#38bdf8}.outline:hover{background:#38bdf8;color:#0f172a}.hero-stats{display:flex;gap:40px;margin-top:40px}.hero-stats h3{font-size:28px;color:#38bdf8}.hero-stats p{font-size:14px;color:#94a3b8}.image-wrapper img{width:400px;max-width:100%;animation:float 4s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.section{width:100%;padding:100px 0;text-align:center}.section-text{max-width:800px;margin:20px auto 0;line-height:1.6;color:#94a3b8}.light{background:#f8fafc;color:#0f172a}.skill{width:100%;max-width:700px;margin:25px auto;text-align:left}.progress{height:10px;background:#1e293b;border-radius:20px;margin-top:8px;overflow:hidden}.bar{height:10px;border-radius:20px;background:linear-gradient(45deg,#38bdf8,#6366f1)}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.projects{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.project-card{position:relative;overflow:hidden;border-radius:20px}.project-card img{width:100%;height:250px;object-fit:cover;transition:.4s}.overlay{position:absolute;bottom:0;width:100%;padding:20px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;transform:translateY(100%);transition:.4s}.project-card:hover img{transform:scale(1.1)}.project-card:hover .overlay{transform:translateY(0)}.contact-text{font-size:20px;margin-top:20px}.footer{text-align:center;padding:20px;background:#020617;color:#94a3b8}@media(max-width:992px){.hero-inner{flex-direction:column;text-align:center}.hero-right{margin-top:40px}.hero-stats{justify-content:center}.hero h1{font-size:42px}}@media(max-width:600px){.container{padding:0 20px}.hero h1{font-size:34px}.hero-stats{flex-direction:column;gap:20px}}.skills-section{padding:120px 20px;background:linear-gradient(to bottom,#f9fafb,#fff)}.skills-container{max-width:1200px;margin:0 auto}.skills-header{max-width:720px;margin-bottom:80px}.skills-header h2{font-size:48px;font-weight:700;color:#111827;margin-bottom:20px;letter-spacing:-1px}.skills-header p{font-size:18px;color:#4b5563;line-height:1.8}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px}.skill-card{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #e5e7eb;border-radius:20px;padding:40px;transition:all .3s ease;box-shadow:0 10px 40px #00000008}.skill-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px #00000014;border-color:#d1d5db}.skill-card h3{font-size:20px;font-weight:600;margin-bottom:25px;color:#111827}.skill-card ul{list-style:none;padding:0;margin:0}.skill-card ul li{font-size:15px;color:#374151;margin-bottom:14px;position:relative;padding-left:20px}.skill-card ul li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:#6366f1;border-radius:50%}.about-section{padding:120px 20px;background:#111827}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:center}.about-left h2{font-size:48px;font-weight:700;margin-bottom:25px;letter-spacing:-1px;color:#fff}.about-highlight{font-size:20px;font-weight:500;margin-bottom:25px;color:#4f46e5}.about-description{font-size:17px;line-height:1.8;color:#fff;margin-bottom:20px}.about-right{display:flex;justify-content:center}.about-card{background:#e5e7eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #e5e7eb;border-radius:20px;padding:40px;width:100%;box-shadow:0 15px 40px #0000000a;display:grid;gap:30px}.about-card h4{font-size:14px;color:#6b7280;margin-bottom:5px;text-transform:uppercase;letter-spacing:1px}.about-card p{font-size:16px;font-weight:500;color:#111827}@media(max-width:900px){.about-container{grid-template-columns:1fr;gap:50px}}.projects-section{padding:120px 20px;background:#111827}.projects-container{max-width:1200px;margin:0 auto}.projects-header{max-width:700px;margin-bottom:70px}.projects-header h2{font-size:46px;font-weight:700;margin-bottom:20px;color:#fff}.projects-header p{font-size:18px;color:#4b5563;line-height:1.8}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px}.project-card{background:#fff;border-radius:20px;padding:35px;border:1px solid #e5e7eb;transition:all .3s ease;box-shadow:0 10px 30px #00000008}.project-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #00000014}.project-content h3{font-size:22px;margin-bottom:8px;color:#111827}.project-type{font-size:14px;color:#6366f1;margin-bottom:15px;font-weight:500}.project-desc{font-size:15px;color:#4b5563;line-height:1.6;margin-bottom:20px}.project-tech{font-size:14px;color:#6b7280;margin-bottom:20px}.project-card a{font-size:14px;font-weight:600;color:#111827;text-decoration:none}.project-card a:hover{color:#6366f1}
