*{padding:0;margin:0}body{min-height:100vh;background:#161513;color:#fff;font-family:Space Grotesk,sans-serif}.navbar{display:flex;align-items:center;justify-content:flex-start;margin:0 auto;font-family:Space Grotesk,sans-serif;width:100%;text-align:center;padding:20px 50px;gap:60px;flex-wrap:wrap}.nav-menu{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;font-size:20px}.nav-menu li{position:relative;padding-bottom:8px;cursor:pointer}.nav-menu li:after{content:"";position:absolute;left:0;bottom:0;height:3px;width:0%;background:linear-gradient(90deg,#ff6ec4,#7873f5,#48c6ef);border-radius:2px;transition:.4s ease}.nav-menu li.active:after{width:100%}.nav-contact{padding:10px 20px;font-size:22px;border-radius:50px;background:linear-gradient(90deg,#ff6ec4,#7873f5,#48c6ef);cursor:pointer;transition:.5s}.nav-contact:hover{transform:scale(1.05)}.anchor-link{text-decoration:none;color:#fff}.nav-menu-close,.nav-menu-open{display:none}@media (max-width:768px){.navbar{margin:0 auto;width:100%;padding:10px 15px;box-sizing:border-box;justify-content:space-between}.nav-contact{display:none}.nav-menu-open{display:block;position:fixed;right:15px;font-size:40px;cursor:pointer;z-index:2}.nav-menu-close{display:block;position:absolute;top:20px;right:20px;font-size:60px;width:30px;cursor:pointer}.nav-menu{position:fixed;flex-direction:column;gap:30px;align-items:center;justify-content:start;top:0;right:-250px;width:250px;height:100%;transition:right .5s;background-color:#1f0016;z-index:2}.nav-menu li{font-size:30px;padding:10px;flex-direction:row;gap:20px}}.hero{display:flex;flex-direction:column;align-items:center;gap:35px;margin:20px 50px;width:100%;max-width:100%;text-align:center}.hero img{margin-top:100px;border-radius:50%}.hero h1{text-align:center;width:70%;font-size:45px;font-weight:600}.hero h1 span{background:linear-gradient(90deg,#ff6ec4,#7873f5,#48c6ef);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:700}.hero p{width:50%;font-size:24px;text-align:center}.hero-action{display:flex;align-items:center;font-size:24px;font-weight:500;margin-bottom:50px;gap:25px}.view-resume{background:linear-gradient(90deg,#ff6ec4,#7873f5,#48c6ef);padding:10px 25px;border-radius:50px;cursor:pointer;transition:.5s;text-decoration:none;box-shadow:0 4px 12px #0000001a}.download-resume{background:linear-gradient(90deg,#ff6ec4,#7873f5,#48c6ef);padding:10px 35px;border-radius:50px;cursor:pointer;transition:.5s;text-decoration:none;box-shadow:0 4px 12px #0000001a}.view-resume a,.download-resume a{color:#fff;text-decoration:none}.view-resume:hover,.download-resume:hover{transform:scale(1.05)}@media (max-width:768px){.hero{margin:0 auto;width:100%;max-width:100%;text-align:center}.hero-action{flex-direction:column;align-items:center}.hero img{margin-bottom:50px;width:200px}.hero h1{width:90%;font-size:40px}.hero p{width:60%;font-size:18px;margin:10px 0}.hero-action{gap:10px;font-size:18px;font-weight:500;margin-bottom:50px}}.about{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;margin:30px 60px}.about-title{position:relative;margin-top:80px}.about-title h1{padding:0 20px;font-size:60px;font-weight:600}.about-title img{position:absolute;bottom:0;right:0;z-index:-1}.about-sections{display:flex;gap:60px}.about-left{margin-top:20px}.about-right{display:flex;flex-direction:column;gap:50px;margin-top:70px}.about-para{display:flex;flex-direction:column;gap:20px;font-size:22px;font-weight:500;line-height:1.7}.about-skills-section{width:100%;max-width:900px;margin:0 auto;text-align:center}.skills-heading{font-size:28px;font-weight:700;margin-bottom:40px;background:linear-gradient(90deg,#ff6ec4,#7873f5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}.skills-table{display:flex;flex-direction:column;gap:24px;text-align:left}.skill-row{display:grid;grid-template-columns:250px 1fr;gap:20px;align-items:start}.skill-row h3{margin:0;color:#58a6ff;font-size:20px;text-align:left;white-space:normal;word-break:break-word}.skill-row ul{display:flex;flex-wrap:wrap;gap:12px;list-style:none;padding:0;margin:0}.skill-row li{background-color:#222;color:#ccc;font-size:15px;padding:8px 12px;border-radius:8px;border:1px solid #444;text-align:center;white-space:normal;word-break:break-word;max-width:100%;box-sizing:border-box;display:flex;align-items:center;gap:6px;justify-content:center}.skill-row li:hover{background-color:#58a6ff;color:#1a1a1a;transform:scale(1.05);cursor:pointer}@media (max-width: 768px){.about{margin:20px 30px}.about-title h1{font-size:50px}.about-sections{flex-direction:column}.about-left{display:none}.about-para{font-size:18px}.skills-table{gap:30px}.skill-row{display:flex;flex-direction:column;align-items:center;text-align:center}.skill-row h3{font-size:20px;margin-bottom:10px;text-align:center}.skill-row ul{justify-content:center;display:grid;grid-template-columns:repeat(2,minmax(100px,1fr));gap:12px;width:100%}@media (min-width: 500px){.skill-row ul{grid-template-columns:repeat(4,minmax(80px,1fr))}}}.services{display:flex;flex-direction:column;margin:50px 100px;align-items:center;justify-content:center;gap:50px}.services-title{position:relative;margin-top:80px;margin-bottom:50px}.services-title h1{padding:0 20px;font-size:60px;font-weight:600}.services-title img{position:absolute;bottom:0;right:0;z-index:-1}.services-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin:30px 50px}.services-format{display:flex;flex-direction:column;padding:50px;gap:20px;border-radius:10px;border:2px solid white;transition:.5s;cursor:pointer;text-align:center;transition:.4s ease-in-out}.services-format h2{background:linear-gradient(90deg,#ff6ec4,#7873f5,#48c6ef);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-size:25px;font-weight:800}.services-format p{font-size:20px}.services-format:hover{background-image:linear-gradient(135deg,#4b5fd6,#5a3e91,#d14eaa);transform:scale(1.05)}@media (max-width: 768px){.services{gap:20px;margin:20px 50px;align-items:center}.services-title h1{padding:0;font-size:50px;text-align:center}.services-title img{width:200px;position:absolute;bottom:0;right:0;z-index:-1}.services-container{display:flex;flex-direction:column;gap:20px;margin:0;width:100%;align-items:center}.services-format{padding:20px;gap:10px;width:90%}.services-format h2{font-size:22px}.services-format p{font-size:16px;max-width:350px;margin:0 auto}}.experience{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;margin:30px 60px}.experience-title{position:relative;margin-top:80px}.experience-title h1{font-size:60px;font-weight:600;padding:0 20px;z-index:0}.experience-image{position:absolute;right:0;bottom:0;z-index:-1}.experience-card{background:#1a1a1a;padding:45px 60px;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease;margin-bottom:50px}.experience-card:hover{transform:scale(.95)}.experience-company{font-size:20px;font-weight:600;text-decoration:none;background:linear-gradient(90deg,#ff6ec4,#7873f5,#48c6ef);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.experience-role{font-size:18px;font-weight:500;margin:10px 0 15px;color:#fff}.experience-role span{font-weight:400;font-size:16px;color:#bbb}.experience-tech{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.tech-tag{background:#3d3d3d;color:#fff;padding:6px 12px;font-size:14px;border-radius:6px}.experience-highlights{padding-left:20px;color:#ddd;font-size:15px;line-height:1.6;list-style:disc}@media (max-width: 768px){.experience{gap:60px;margin:30px 60px;align-items:center}.experience-title h1{font-size:50px}.experience-title img{width:200px;right:15px}.experience-card{padding:20px}.experience-title{font-size:28px}.tech-tag{font-size:13px}.experience-highlights{font-size:14px}}.contact{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:60px;margin:50px 100px}.Contact-title{position:relative}.Contact-title h2{font-size:60px;font-weight:600;padding:0 20px}.Contact-title img{position:absolute;bottom:0;z-index:-1;right:0}.contact-section{display:flex;gap:100px}.contact-left{display:flex;flex-direction:column;gap:20px}.contact-left h2{font-size:40px;font-weight:600;background:linear-gradient(90deg,#ff6ec4,#7873f5,#48c6ef);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.contact-p{max-width:550px;font-size:20px}.contact-details{font-size:22px;display:flex;flex-direction:column;gap:30px}.contact-right{display:flex;flex-direction:column;align-items:start;gap:10px}.contact-right label{font-size:22px;font-weight:500}.contact-right input{border:none;width:550px;height:50px;padding-left:5px;border-radius:4px;background-color:#32323c;color:#a0a0a0;font-size:20px}.contact-right textarea{border:none;width:550px;padding-left:5px;border-radius:4px;background-color:#32323c;color:#a0a0a0;font-size:20px}.contact-submit{border:none;background:linear-gradient(90deg,#ff6ec4,#7873f5,#48c6ef);cursor:pointer;color:#fff;border-radius:20px;padding:10px 40px;font-size:22px;transition:.5s}.contact-submit:hover{transform:scale(1.05)}@media (max-width:768px){.contact{margin:30px 50px;gap:30px;align-items:center}.Contact-title h2{font-size:50px}.Contact-title img{width:200px;right:15px}.contact-section{flex-direction:column}.contact-left h2{font-size:30px}.contact-left p,.contact-details p,.contact-right label{font-size:18px}.contact-right input,.contact-right textarea{width:100%;font-size:18px}.contact-submit{font-size:18px;padding:5px 20px}}.footer{background-color:#1a1a1a;color:#ccc;text-align:center;padding:20px 50px}.footer-content{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:5px}.footer-logo{flex:0 0 auto;margin:0;padding:0}.footer-title{font-size:22px;font-weight:600;margin-bottom:10px}.footer-nav{margin-bottom:10px}.footer-nav a{margin:10px;color:#58a6ff;text-decoration:none;font-size:20px;font-weight:500}.footer-nav a:hover{text-decoration:underline}.footer-contact{font-size:20px}.footer-contact a{color:#58a6ff;text-decoration:none}.footer-contact a:hover{text-decoration:underline}.back-to-top{background:none;border:1px solid #58a6ff;color:#58a6ff;padding:6px 12px;cursor:pointer;font-size:.875rem;border-radius:4px;margin-top:1rem;transition:.3s ease}.back-to-top:hover{background:#58a6ff;color:#1a1a1a}.footer-copy{font-size:.875rem;color:#777;margin-top:1rem}@media (max-width: 768px){.footer{padding:20px 30px}.footer-content{flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.footer-logo{display:none}.footer-logo img{max-width:120px;height:auto;display:block;margin:0}.footer-main{flex:1 1 300px}.footer-title{font-size:18px}.footer-nav{justify-content:flex-start}.footer-nav a{font-size:18px}.footer-contact{font-size:16px}.footer-contact p{font-size:18px}.back-to-top{margin:1rem 0}.footer-copy p{text-align:left;font-size:5px}.footer-nav{display:none}}
