*{margin:0%;padding:0%}body{height:100vh;background:#161513;color:#fff;font-family:Outfit,sans-serif}.navBar{display:flex;justify-content:space-between;align-items:center;padding:16px 5%;position:relative;z-index:10}.nav-logo{height:80px;width:auto;object-fit:contain;cursor:pointer}.nav-menu{display:flex;gap:40px;list-style:none;font-size:18px}.nav-menu li{display:flex;flex-direction:column;gap:5px;cursor:pointer}.nav-menu li img{margin:auto}.nav-connect{padding:12px 30px;border-radius:50px;background:linear-gradient(267deg,#da7c25 .36%,#b923e1 102.6%);font-size:16px;cursor:pointer;color:#fff;border:none;transition:transform .2s,border .2s}.nav-connect:hover{transform:scale(1.05);border:2px solid white}.anchor-link{text-decoration:none;color:#fff}.nav-mob-open,.nav-mob-close{display:none;font-size:24px;color:#fff;cursor:pointer}@media (max-width: 768px){.nav-connect{display:none}.nav-menu{position:fixed;flex-direction:column;align-items:flex-start;background-color:#1f0016;top:0;right:-100%;width:250px;height:100vh;padding:60px 30px;gap:30px;transition:right .3s ease}.nav-menu.open{right:0}.nav-menu li{font-size:22px;flex-direction:row;gap:15px}.nav-mob-open,.nav-mob-close{display:block;position:absolute;top:25px;right:20px}}.hero{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:35px;padding:40px 20px;text-align:center}.hero img{height:300px;width:300px;border-radius:70%;border:6px solid #B415FF;object-fit:cover}.hero h1{font-size:48px;font-weight:600;max-width:800px;margin:0 auto}.hero h1 span{background:linear-gradient(270deg,#df8908 10%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{max-width:700px;font-size:20px;color:#b7b7b7;line-height:36px;margin:0 auto 40px}.hero-action{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;font-size:20px;font-weight:500;margin-bottom:40px}.hero-connect,.hero-resume{padding:16px 32px;border-radius:50px;cursor:pointer;transition:all .3s ease}.hero-connect{background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);color:#fff;border:none}.hero-resume{border:2px solid white;color:#fff;background:transparent}.hero-connect:hover{border:2px solid white}.hero-resume:hover{border-color:#b415ff}@media (max-width: 768px){.hero img{height:220px;width:220px}.hero h1{font-size:36px;width:100%}.hero p{font-size:16px;line-height:28px;width:100%}.hero-action{font-size:16px;gap:16px}.hero-connect,.hero-resume{padding:14px 28px;font-size:16px}}.about{display:flex;flex-direction:column;align-items:center;gap:80px;padding:80px 10%}.about-title{position:relative;text-align:center}.about-title h1{font-size:60px;font-weight:300;padding:0 20px}.about-title img{position:absolute;bottom:0;right:0;z-index:-1;max-width:100px;height:auto}.profile-img{height:400px;width:400px;border-radius:70%;border:6px solid #B415FF;object-fit:cover}.about-sections{display:flex;gap:60px;justify-content:center;flex-wrap:wrap}.about-left{flex-shrink:0}.about-right{display:flex;flex-direction:column;gap:40px;max-width:700px}.about-para{display:flex;flex-direction:column;gap:16px;font-size:18px;font-weight:400;color:#ccc}.about-skills{display:flex;flex-direction:column;gap:20px}.about-skill{display:flex;align-items:center;gap:20px;transition:transform .3s ease}.about-skill p{min-width:130px;font-size:20px;font-weight:500}.about-skill hr{border:none;height:8px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%)}.about-achievements{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;width:100%;margin-top:40px}.about-achievement{display:flex;flex-direction:column;align-items:center;gap:10px;transition:transform .5s ease;text-align:center;max-width:200px}.about-achievement h1{font-size:48px;font-weight:700;background:linear-gradient(270deg,#df8908 50.41%,#b415ff 90.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-achievement p{font-size:18px;font-weight:400}.about-skill:hover,.about-achievement:hover{transform:scale(1.05);cursor:pointer}@media (max-width: 768px){.about{padding:50px 20px;gap:60px;align-items:center}.about-title h1{font-size:40px;padding:0}.about-title img{max-width:80px;right:10px}.profile-img{width:250px;height:250px}.about-sections{flex-direction:column;gap:40px}.about-left{display:none}.about-para{font-size:16px;line-height:28px}.about-skill{gap:16px;flex-direction:row}.about-skill p{font-size:16px}.about-skill hr{height:6px}.about-achievement h1{font-size:32px}.about-achievement p{font-size:14px}}.projects{display:flex;flex-direction:column;align-items:center;gap:60px;padding:60px 10%}.projects-title{position:relative;text-align:center}.projects-title h1{font-size:60px;font-weight:600;margin:0 auto}.projects-title img{position:absolute;bottom:0;right:10%;max-width:100px;height:auto;z-index:-1}.projects-container{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.project-card{position:relative;width:320px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0003}.image-wrapper{position:relative;width:100%;height:180px;overflow:hidden;border-radius:12px;display:flex;align-items:center;justify-content:center}.image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:12px;transition:filter .3s ease}.image-wrapper:hover img{filter:blur(1px)}.image-wrapper:hover .eye-overlay{opacity:1}.eye-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;color:#fff;background-color:#00000080;padding:12px;border-radius:50%;opacity:0;transition:opacity .3s ease;text-decoration:none;z-index:2}.work-title{font-size:20px;font-weight:500;text-align:center;margin:10px 0;color:#fff}.work-title:hover{color:#f0f;transition:.3s;cursor:pointer}.work-description{text-align:center;font-size:16px;font-weight:400;color:#a0a0a0;margin-bottom:15px}.projects-showmore{display:flex;align-items:center;justify-content:center;gap:15px;border-radius:50px;border:2px solid white;padding:16px 32px;font-size:18px;font-weight:500;margin:30px auto 0;transition:gap .3s ease;cursor:pointer}.projects-showmore:hover{gap:30px}.projects-showmore a{text-decoration:none;color:#fff;font-weight:500}@media (max-width: 768px){.projects{padding:40px 20px;gap:40px;align-items:center}.projects-title h1{font-size:40px;padding:0}.projects-title img{width:80px;right:5%}.project-card{width:90%;max-width:320px}.projects-container{gap:20px}.projects-showmore{font-size:16px;padding:14px 28px}}.contact{display:flex;flex-direction:column;align-items:center;gap:80px;padding:80px 10%}.contact-title{position:relative;text-align:center}.contact-title h1{font-size:60px;font-weight:600;margin:0 auto;padding:0 20px}.contact-title img{position:absolute;bottom:0;right:0;z-index:-1;max-width:120px;height:auto}.contact-section{display:flex;justify-content:space-between;flex-wrap:wrap;gap:60px;width:100%}.contact-left{flex:1;display:flex;flex-direction:column;gap:30px;min-width:300px}.contact-left h1{font-size:72px;font-weight:700;background:linear-gradient(270deg,#df8908 80%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-left p{color:#d8d8d8;font-size:20px;line-height:32px;max-width:600px}.contact-icons{display:flex;gap:20px}.contact-icon{font-size:36px;color:#888;transition:transform .3s,color .3s;cursor:pointer}.contact-icon:hover{transform:scale(1.2)}.contact-icon:nth-child(1):hover{color:#000}.contact-icon:nth-child(2):hover{color:#0077b5}.contact-details{display:flex;flex-direction:column;gap:20px;font-size:20px;color:#d8d8d8}.contact-detail{display:flex;align-items:center;gap:15px;cursor:pointer}.contact-right{flex:1;display:flex;flex-direction:column;gap:25px;min-width:300px}.contact-right label{color:#d8d8d8;font-size:20px;font-weight:500}.contact-right input,.contact-right textarea{width:100%;background:#32323c;color:#a0a0a0;border:none;border-radius:6px;padding:15px;font-size:18px;font-family:Outfit,sans-serif}.contact-right textarea{resize:vertical;min-height:120px}.contact-submit{border:none;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);padding:16px 40px;font-size:20px;color:#fff;cursor:pointer;align-self:flex-start;transition:transform .3s}.contact-submit:hover{transform:scale(1.1)}@media (max-width: 768px){.contact{gap:50px;padding:50px 20px;align-items:center}.contact-title h1{font-size:42px}.contact-title img{width:80px;right:10px}.contact-section{flex-direction:column;align-items:center;gap:40px}.contact-left h1{font-size:48px;text-align:center}.contact-left p{font-size:16px;text-align:center;line-height:28px}.contact-details,.contact-detail{font-size:16px;justify-content:center;text-align:center}.contact-right{width:100%;gap:20px}.contact-right label{font-size:18px}.contact-right input,.contact-right textarea{font-size:16px;padding:12px}.contact-submit{font-size:18px;padding:14px 32px;align-self:center}}.footer{padding:50px 10%;display:flex;flex-direction:column;gap:40px;background-color:#1a1a1a}.footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;align-items:center}.footer-logo{height:80px;width:auto;object-fit:contain}.footer-top-left p{font-size:18px;color:#ccc;max-width:400px}.footer-top-right{display:flex;flex-wrap:wrap;gap:20px;align-items:center}.footer-email-input{display:flex;align-items:center;gap:15px;padding:14px 20px;border-radius:50px;background:#32323b;transition:border .3s}.footer-email-input input{outline:none;border:none;background:transparent;color:#a0a0a0;font-family:Outfit,sans-serif;font-size:15px;flex:1;min-width:150px}.footer-subscribe{font-size:16px;padding:14px 28px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);cursor:pointer;color:#fff;border:none;transition:transform .3s}.footer-email-input:hover{border:2px solid white}.footer-subscribe:hover{transform:scale(1.05)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:16px;flex-wrap:wrap;gap:20px;color:#999}.footer-bottom-left{display:flex;gap:30px;flex-wrap:wrap}@media (max-width: 768px){.footer{padding:40px 20px;gap:30px;background-color:#111}.footer-top{flex-direction:column;align-items:stretch}.footer-top-right{display:flex;flex-direction:column;align-items:stretch;gap:16px;width:100%}.footer-email-input{flex-direction:column;align-items:stretch;padding:16px;gap:12px;background:#2a2a2a;border-radius:30px;width:100%}.footer-email-input input{width:100%;padding:14px 16px;font-size:16px;border-radius:10px}.footer-subscribe{width:100%;padding:14px;text-align:center;font-size:16px;border-radius:30px;background:linear-gradient(to right,#b415ff,#df8908)}.footer-bottom{flex-direction:column;align-items:center;gap:10px;text-align:center;font-size:14px;padding-top:20px}.footer-bottom-left{justify-content:center;gap:20px}}
