*{margin:0;padding:0}body{height:100vh;background:#161513;color:#fff;font-family:outfit}.navbar{display:flex;align-items:center;justify-content:space-between;margin:20px 170px}.nav-menu{display:flex;align-items:center;list-style:none;gap:50px;font-size:20px}.nav-connect{padding:20px 40px;border-radius:50px;background:linear-gradient(267deg,#da7c25 .36%,#b923e1 102.06%);font-size:22px;cursor:pointer;transition:.5s}.nav-connect:hover{transform:scale(1.05)}.nav-logo{width:225px;height:175px}.nav-menu li{display:flex;flex-direction:column;gap:5px;cursor:pointer}.nav-menu li img{display:flex;margin:auto}.anchor-link{text-decoration:none;color:#fff}.nav-mob-close,.nav-mob-open{display:none}@media (max-width: 768px){.navbar{margin:20px 50px}.nav-connect{display:none}.nav-mob-open{display:block;position:fixed;right:30px}.nav-mob-close{display:block;position:relative;top:30px;left:290px;width:30px}.nav-menu{position:fixed;flex-direction:column;align-items:start;top:0;gap:30px;background-color:#1f0016;width:350px;height:100%;z-index:2;transition:right .5s;right:-350px}.nav-menu li{font-size:30px;padding-left:100px;flex-direction:row;gap:20px}}.hero{display:flex;align-items:center;flex-direction:column;gap:35px}.hero img{margin-top:150px;width:300px;height:300px;object-fit:cover;border-radius:50%;border:4px solid white}.hero h1{text-align:center;width:70%;font-size:90px;font-weight:600}.hero h1 span{background:linear-gradient(270deg,#df8908 10%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{width:50%;text-align:center;font-size:24px;line-height:40px}.hero-action{display:flex;align-items:center;gap:25px;font-size:24px;font-weight:500;margin-bottom:50px}.hero-connect{padding:25px 45px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);cursor:pointer}.hero-resume{padding:25px 75px;border-radius:50px;border:2px solid #fff;cursor:pointer}.hero-connect:hover{border:2px solid white}.hero-resume:hover{border-color:#b415ff}@media (max-width: 768px){.hero img{margin-top:120px;width:260px}.hero h1{margin-top:50px;width:90%;font-size:50px}.hero p{width:60%;font-size:18px;line-height:32px;margin:10px 0}.hero-action{gap:16px;font-size:18px;font-weight:500;margin-bottom:50px}.hero-connect{padding:20px 30px;border-radius:40px}.hero-resume{padding:20px 50px;border-radius:40px}}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px}.about-title{position:relative}.about-title h1{padding:0 30px;font-size:80px;font-weight:600}.about-title img{position:absolute;bottom:0;right:0;z-index:-1}.about-sections{display:flex;gap:80px}.about-right{display:flex;flex-direction:column;gap:80px}.about-para{display:flex;flex-direction:column;gap:20px;font-size:24px;font-weight:500}.about-skills{display:flex;flex-direction:column;gap:20px}.about-skill{display:flex;gap:50px;align-items:center;transition:.3s}.about-skill p{min-width:150px;font-size:24px;font-weight:500}.about-skill hr{outline:none;border:none;width:50%;height:8px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b315ff 106.28%)}.about-achievements{display:flex;width:100%;justify-content:space-around;margin-bottom:80px}.about-achievement{display:flex;flex-direction:column;align-items:center;gap:10px;transition:.5s}.about-achievement h1{font-size:60px;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:22px;font-weight:500}.about-skill:hover{transform:scale(1.05);transition:.3s}.about-achievement:hover{transform:scale(1.12);transition:.5s}@media (max-width: 768px){.about{gap:80px;margin:50px 70px;align-items:start}.about-title h1{font-size:50px;padding:0}.about-title img{width:130px;right:-20px}.about-sections{flex-direction:column}.about-left{display:none}.about-para{font-size:18px;line-height:32px}.about-skill{gap:20px;align-items:center}.about-skill p{font-size:20px}.about-skill hr{height:6px}.about-achievements{justify-content:space-between}.about-achievement{gap:10px}.about-achievement h1{font-size:34px;font-weight:700}.about-achievement p{text-align:center;font-size:16px}}.services{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px}.services-title{position:relative}.services-title h1{padding:0 30px;font-size:80px;font-weight:600}.services-title img{position:absolute;bottom:0;right:0;z-index:-1}.services-format{display:flex;flex-direction:column;justify-content:center;gap:20px;padding:60px;border-radius:10px;border:2px solid white;transition:.4s;cursor:pointer}.services-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;margin-bottom:80px}.services-format h3{font-size:28px;font-weight:600}.services-format h2{font-size:38px;font-weight:800;background:linear-gradient(270deg,#df8908 50%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.services-format p{color:#d4d4d4;font-size:24px;line-height:40px;max-width:300px}.services-readmore{display:flex;gap:20px;align-items:center;margin-top:20px}.services-format:hover{border:2px solid #ff00ff;background-image:linear-gradient(45deg,#3f0028,#582300);transform:scale(1.05);transition:.4s}.modal-content{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:20px;max-width:600px;max-height:80vh;width:90%;overflow-y:auto;border:2px solid #333;box-shadow:0 20px 60px #00000080;animation:slideIn .3s ease-out}.service-number{font-size:48px;font-weight:900;background:linear-gradient(270deg,#df8908 50%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:20px}.service-description{color:#d4d4d4;font-size:18px;line-height:28px;margin-bottom:20px}.service-features{list-style:none;padding:0;margin:0}.service-features li{color:#d4d4d4;font-size:16px;line-height:24px;position:relative;padding:8px 0 8px 25px}.service-features li:before{content:"✓";position:absolute;left:0;color:#df8908;font-weight:700;font-size:18px}.service-technologies{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}@media (max-width: 768px){.services{align-items:start;gap:70px;margin:20px 70px}.services-title h1{padding:0;font-size:50px}.services-title img{width:130px;margin-right:-20px}.services-format{gap:20px;padding:32px}.services-format h2{font-size:28px}.services-format p{font-size:18px;line-height:32px;max-width:300px}.services-readmore img{width:20px}.services-container{grid-template-columns:1fr 1fr;gap:30px}.modal-content{width:95%;margin:20px;max-height:90vh}.modal-header{padding:20px 25px 15px}.modal-header h2{font-size:24px}.modal-close{font-size:28px;width:35px;height:35px}.modal-body{padding:20px 25px 30px}.service-number{font-size:36px}.modal-body h3{font-size:20px}.service-description{font-size:16px;line-height:24px}.service-features li{font-size:14px;line-height:20px}.tech-tag{font-size:12px;padding:6px 12px}.price{font-size:28px}}.mywork{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px}.mywork-title{position:relative}.mywork-title h1{padding:0 30px;font-size:80px;font-weight:600}.mywork-title img{position:absolute;bottom:0;right:0;z-index:-1}.mywork-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}.mywork-container img{box-sizing:border-box;width:419px;height:280px;transition:.3s;cursor:pointer}.mywork-container img:hover{transform:scale(1.1);border:4px solid #ff00ff;border-radius:10px;transition:.3s}.mywork-showmore{display:flex;gap:15px;border-radius:50px;border:2px solid white;padding:30px 60px;font-size:22px;font-weight:500;margin-bottom:80px;transition:.6s;cursor:pointer}.mywork-showmore:hover{gap:30px;transition:.6s}.modal-overlay{position:fixed;inset:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-content{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:20px;max-width:700px;max-height:80vh;width:90%;overflow-y:auto;border:2px solid #333;box-shadow:0 20px 60px #00000080;animation:slideIn .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:30px 40px 20px;border-bottom:1px solid #333}.modal-header h2{font-size:32px;font-weight:800;background:linear-gradient(270deg,#df8908 50%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}.modal-close{background:none;border:none;font-size:36px;color:#fff;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.modal-close:hover{background-color:#f0f;transform:scale(1.1)}.modal-body{padding:30px 40px 40px}.work-number{font-size:24px;font-weight:700;background:linear-gradient(270deg,#df8908 50%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:20px}.work-image{width:100%;margin-bottom:25px;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.work-image img{width:100%;height:250px;object-fit:cover;transition:transform .3s ease}.work-image img:hover{transform:scale(1.05)}.modal-body h3{color:#fff;font-size:24px;font-weight:700;margin:30px 0 15px;border-bottom:2px solid #333;padding-bottom:10px}.modal-body h3:first-child{margin-top:0}.work-description{color:#d4d4d4;font-size:18px;line-height:28px;margin-bottom:20px}.work-features{list-style:none;padding:0;margin:0}.work-features li{color:#d4d4d4;font-size:16px;line-height:24px;position:relative;padding:8px 0 8px 25px}.work-features li:before{content:"✓";position:absolute;left:0;color:#df8908;font-weight:700;font-size:18px}.work-technologies{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.tech-tag{background:linear-gradient(45deg,#df8908,#b415ff);color:#fff;padding:8px 16px;border-radius:25px;font-size:14px;font-weight:600;white-space:nowrap}.work-links{display:flex;gap:20px;margin-top:30px;padding-top:20px;border-top:1px solid #333}.work-link{display:flex;align-items:center;gap:10px;padding:12px 24px;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer}.demo-link{background:linear-gradient(45deg,#df8908,#b415ff);color:#fff}.github-link{border:2px solid #333;color:#d4d4d4;background:transparent}.work-link:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.demo-link:hover{box-shadow:0 5px 15px #df890866}.github-link:hover{border-color:#f0f;color:#fff;background:#ff00ff1a}.work-link img{width:16px;height:16px;filter:brightness(0) invert(1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.mywork{gap:50px;margin:50px 70px;align-items:start}.mywork-title h1{padding:0;font-size:50px;font-weight:600}.mywork-title img{width:130px;margin-right:-20px}.mywork-container{grid-template-columns:1fr 1fr;gap:30px}.mywork-container img{width:100%;height:100%}.mywork-showmore{padding:20px 40px;font-size:18px;margin:50px auto;cursor:pointer}.modal-content{width:95%;margin:20px;max-height:90vh}.modal-header{padding:20px 25px 15px}.modal-header h2{font-size:24px}.modal-close{font-size:28px;width:35px;height:35px}.modal-body{padding:20px 25px 30px}.work-number{font-size:20px}.work-image img{height:180px}.modal-body h3{font-size:20px}.work-description{font-size:16px;line-height:24px}.work-features li{font-size:14px;line-height:20px}.tech-tag{font-size:12px;padding:6px 12px}.work-links{flex-direction:column;gap:15px}.work-link{justify-content:center;padding:15px 24px}}.contact{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px}.contact-title{position:relative}.contact-title h1{padding:0 30px;font-size:80px;font-weight:600}.contact-title img{position:absolute;bottom:0;right:0;z-index:-1}.contact-section{display:flex;gap:150px}.contact-left{display:flex;flex-direction:column;gap:30px}.contact-left h1{font-size:80px;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{max-width:550px;color:#d8d8d8;font-size:20px;line-height:35px}.contact-details{display:flex;flex-direction:column;gap:30px;color:#d8d8d8;font-size:22px}.contact-detail{display:flex;align-items:center;gap:20px}.contact-detail img{width:25px;height:25px}.contact-detail a{transition:transform .3s ease,opacity .3s ease;border-radius:4px;padding:5px}.contact-detail a:hover{transform:scale(1.2);opacity:.8}.contact-right{display:flex;flex-direction:column;align-items:start;gap:30px}.contact-right label{color:#d8d8d8;font-size:22px;font-weight:500}.contact-right input{border:none;width:700px;height:78px;padding-left:20px;border-radius:4px;background:#32323c;color:#a0a0a0;font-family:Outfit;font-size:20px}.contact-right textarea{width:650px;border:none;padding:25px;border-radius:4px;background:#32323c;color:#a0a0a0;font-family:Outfit;font-size:20px}.contact-submit{border:none;color:#fff;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);font-size:22px;padding:20px 60px;margin-bottom:50px;cursor:pointer;transition:.3s}.contact-submit:hover{transform:scale(1.1);transition:.3s}@media (max-width: 768px){.contact{gap:50px;margin:50px 70px;align-items:start}.contact-title h1{padding:0;font-size:50px;font-weight:600}.contact-title img{width:130px;margin-right:-20px}.contact-section{flex-direction:column}.contact-left h1{font-size:54px}.contact-left p{font-size:18px}.contact-detail{gap:20px}.contact-detail img{width:25px}.contact-right label{font-size:20px}.contact-right input,.contact-right textarea{width:100%;font-size:20px}.contact-submit{font-size:20px;padding:15px 40px}}.footer{margin:50px 170px;display:flex;flex-direction:column;gap:30px}.footer-bottom{display:flex;justify-content:space-between;font-size:18px}.footer-bottom-right{display:flex;gap:50px;margin-bottom:50px}.footer-email-input:hover{border:2px solid white}.footer-subscribe:hover{transform:scale(1.1);transition:.3}.footer-top-left img{width:150px;height:150px;padding-top:50px}@media (max-width: 768px){.footer{margin:50px 70px}.footer-bottom{display:flex;flex-direction:column-reverse;margin-bottom:50px}}
