*{box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;margin:0;padding:0}html,body{color:#fff;background-color:#000;height:100%;font-family:Poppins,sans-serif;overflow-x:hidden}.navbar{z-index:1000;background-color:#000;border-bottom:1px solid #ff001533;justify-content:space-between;align-items:center;width:100%;height:70px;padding:15px 30px;display:flex;position:fixed;top:0;box-shadow:0 2px 8px #008cff1a}.devLogo{height:100%}.devLogo img{filter:brightness(0)saturate()invert(19%)sepia(92%)saturate(7500%)hue-rotate(330deg)brightness()contrast();width:auto;height:100%}.logo{color:#fc0140;font-size:24px;font-weight:700}.nav-links{gap:25px;display:flex}.nav-links a{color:#f50843;border-radius:4px;padding:5px 10px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.2rem;font-weight:500;text-decoration:none;transition:all .3s}.nav-links a:hover{color:#fc0140;background-color:#0080ff1a}.hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:5px;display:none}.bar{background-color:#fc0140;border-radius:2px;width:25px;height:3px;transition:all .3s}.intro-section{text-align:left;background:linear-gradient(135deg,#000 0%,#1a1a1a 100%);flex-direction:row;justify-content:center;align-items:center;gap:4rem;min-height:100vh;margin-top:70px;padding:6rem 4rem;display:flex}.profile-pic{justify-content:center;align-items:center;animation:3s ease-in-out infinite float;display:flex}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.profile-pic img{object-fit:cover;border:4px solid #efedec;border-radius:50%;width:300px;height:300px;transition:transform .5s;box-shadow:0 0 30px #ff003c80,0 0 60px #f013}.profile-pic img:hover{transform:scale(1.05)}.desc{max-width:700px;padding-left:2rem}.name{color:#c3ff00;background:linear-gradient(45deg,#fc0140,#d27575);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3.5rem;font-weight:700}h2{color:#ccc;margin-bottom:1.5rem;font-size:1.8rem;font-weight:300}.intro-description{color:#b0b0b0;margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.contact-info{flex-wrap:wrap;gap:1.5rem;margin-top:2rem;display:flex}.icon{background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;transition:all .3s;display:flex}.icon:hover{background:#00ff6a1a;transform:translateY(-5px)scale(1.1)}.github-icon,.github-icon:hover{color:#fff}.linkedin-icon{color:#0a66c2}.linkedin-icon:hover{color:#05f}.email-icon,.email-icon:hover{color:#ea4335}.whatsapp-icon,.whatsapp-icon:hover{color:#25d366}.about-section{text-align:center;background-color:#0a0a0a;flex-direction:column;justify-content:center;align-items:center;padding:80px 40px;display:flex;position:relative;overflow:hidden}.about-section:before{content:"";background:linear-gradient(90deg,#fc0140,#d98096);height:4px;position:absolute;top:0;left:0;right:0}.about-section h2{color:#fc0140;margin-bottom:2rem;font-size:3rem;display:inline-block;position:relative}.about-section h2:after{content:"";background:#fc0140;width:100px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.aboutDesc{color:#ccc;width:60%;max-width:800px;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.skills-section{background:#000;padding:80px 20px}.skills-container{max-width:1200px;margin:0 auto}.skills-title{color:#bf0a37;text-align:center;margin-bottom:50px;font-size:3rem;font-weight:700}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:25px;margin-bottom:50px;display:grid}.skill-card{text-align:center;background:#354ce00d;border:1px solid #ff000d54;border-radius:15px;padding:25px;transition:all .3s}.skill-card:hover{border-color:#bf0a37;transform:translateY(-10px);box-shadow:0 10px 20px #ff005933}.skill-card h3{color:#fff;margin-bottom:10px;font-size:1.4rem}.skill-card p{color:#aaa;font-size:.95rem;line-height:1.5}.leetcode-section{background:#ffffff08;border:1px solid #f023;border-radius:20px;margin-top:60px;padding:40px}.leetcode-description{color:#e0e0e0;text-align:center;max-width:800px;margin:0 auto 30px;font-size:1.1rem;line-height:1.7}.leetcode-badges{flex-wrap:wrap;justify-content:center;gap:30px;margin:40px 0;display:flex}.badge-img{border-radius:10px;width:140px;height:auto;transition:transform .3s;box-shadow:0 5px 15px #0000004d}.badge-img:hover{transform:scale(1.1)}.dsa-topic-badges{flex-wrap:wrap;justify-content:center;gap:12px;margin:25px 0;display:flex}.dsa-badge{color:#bf0a37;background:#0026ff1a;border:1px solid #ff00404d;border-radius:25px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .3s}.dsa-badge:hover{background:#ff005133;transform:translateY(-2px)}.leetcode-link{color:#bf0a37;margin-top:20px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.leetcode-link:hover{color:#fff;text-decoration:underline}.projects-section{background:#0a0a0a;padding:80px 20px}.section-title{text-align:center;color:#bf0a37;margin-bottom:60px;font-size:3rem;position:relative}.section-title:after{content:"";background:#b66161;width:100px;height:4px;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.project-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;max-width:1200px;margin:0 auto;display:grid}.project-card{background:#ffffff0d;border:1px solid #f5061a4d;border-radius:15px;transition:all .3s;overflow:hidden}.project-card:hover{border-color:#bf0a37;transform:translateY(-10px);box-shadow:0 15px 30px #ff002633}.project-image{object-fit:cover;width:100%;height:220px;transition:transform .5s}.project-card:hover .project-image{transform:scale(1.05)}.project-content{padding:25px}.project-title{color:#bf0a37;margin-bottom:12px;font-size:1.5rem}.project-description{color:#ccc;margin-bottom:20px;font-size:1rem;line-height:1.6}.tech-stack{margin-bottom:20px}.tech-badge{color:#bf0a37;background:#ff00111a;border:1px solid #e88e972d;border-radius:20px;margin:0 8px 8px 0;padding:6px 12px;font-size:.85rem;display:inline-block}.project-links{gap:15px;font-size:13px;display:flex}.project-links a{text-align:center;color:#bf0a37;background:#ff00041a;border:1px solid #ff00154d;border-radius:8px;flex:1;padding:10px 20px;font-weight:500;text-decoration:none;transition:all .3s}.project-links a:hover{color:#fff;background:#ff001e33;transform:translateY(-2px)}.resume-section{background:#000;padding:100px 20px}.resume-container{text-align:center;max-width:800px;margin:0 auto}.resume-heading{color:#e00c41;margin-bottom:25px;font-size:3rem;font-weight:700}.resume-description{color:#ccc;margin-bottom:40px;font-size:1.2rem;line-height:1.7}.resume-buttons{flex-wrap:wrap;justify-content:center;gap:25px;display:flex}.view-btn,.download-btn{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-width:180px;padding:16px 32px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.view-btn{color:#e1dcdc;background:linear-gradient(45deg,#ff002698,#e0768d);border:none}.view-btn:hover{background:linear-gradient(45deg,#f00540,#dc506c);transform:translateY(-5px);box-shadow:0 10px 20px #ff00264d}.download-btn{color:#bf0a37;background:0 0;border:2px solid #bf0a37}.download-btn:hover{color:#fff;background:#000dff1a;border-color:#bf0a37;transform:translateY(-5px)}.contact-section{text-align:center;background:#0a0a0a;padding:100px 20px;position:relative;overflow:hidden}.contact-section:before{content:"";background:linear-gradient(90deg,#bf0a37,#d36262);height:4px;position:absolute;top:0;left:0;right:0}.contact-section h2{color:#bf0a37;margin-bottom:20px;font-size:3rem}.contact-section p{color:#ccc;max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.2rem}.contact-icons{flex-wrap:wrap;justify-content:center;gap:30px;margin-bottom:40px;display:flex}.thank-you{color:#fff;background:#ffffff0d;border:1px solid #ff001539;border-radius:15px;max-width:700px;margin:40px auto;padding:30px;font-size:1.3rem;line-height:1.8}.contact-number{color:#bf113c;margin-top:20px;font-size:1.2rem;font-weight:600}@media (max-width:1024px){.intro-section{text-align:center;flex-direction:column;gap:3rem;padding:5rem 2rem}.desc{padding-left:0}.profile-pic img{width:250px;height:250px}.name{font-size:2.8rem}.aboutDesc{width:80%}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media (max-width:768px){.navbar{padding:15px 20px}.nav-links{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;border-top:1px solid #ff00004d;flex-direction:column;gap:15px;padding:20px;display:none;position:fixed;top:70px;left:0;right:0}.nav-links.open{display:flex}.nav-links a{text-align:center;padding:12px 20px;font-size:1.1rem}.hamburger{display:flex}.hamburger.open .bar:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.intro-section{margin-top:70px;padding:4rem 1.5rem}.name{font-size:2.2rem}h2{font-size:1.3rem}.profile-pic img{width:200px;height:200px}.aboutDesc{width:90%}.skills-title,.section-title,.resume-heading,.contact-section h2{font-size:2.2rem}.project-grid{grid-template-columns:1fr}.resume-buttons{flex-direction:column;align-items:center}.view-btn,.download-btn{width:100%;max-width:300px}.leetcode-badges{gap:20px}.badge-img{width:120px}}@media (max-width:480px){.name{font-size:1.8rem}h2{font-size:1.1rem}.intro-description{font-size:1rem}.icon{width:45px;height:45px;font-size:1.6rem}.skills-grid{grid-template-columns:1fr}.project-card{border-radius:10px}.project-links{flex-direction:column}.thank-you{padding:20px;font-size:1.1rem}.contact-icons{gap:20px}}@media (min-width:1600px){.intro-section{padding:8rem 10rem}.skills-container,.project-grid{max-width:1400px}.profile-pic img{width:350px;height:350px}.name{font-size:4rem}h2{font-size:2rem}.intro-description{font-size:1.3rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about-section,.skills-section,.projects-section,.resume-section,.contact-section{animation:.8s ease-out fadeInUp}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#bf0a37;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#bf0a37}
