*{margin:0;padding:0}body{height:100vh;background-color:#161513;color:#fff;font-family:outfit}.nav{display:flex;align-items:center;height:80px;padding:0 20px;background-color:#161513;position:relative;z-index:1000;justify-content:flex-start}@media screen and (min-width: 769px){.nav{justify-content:center}}.logo{position:absolute;left:30px;top:50%;transform:translateY(-50%);cursor:pointer}.logo img{height:80px}.nav-links{display:flex;gap:40px;align-items:center;margin:0 auto}@media screen and (max-width: 768px){.nav-links{display:none}}.nav-links li{list-style:none}.nav-links li a{text-decoration:none;font-size:1.1rem;font-weight:600;color:#fff;cursor:pointer;transition:color .5s ease,-webkit-text-fill-color .5s ease}.nav-links li a:hover{background:linear-gradient(270deg,#df8908 10%,#b415ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.mobile-menu-icon{display:none;font-size:1.8rem;color:#fff;cursor:pointer;position:absolute;right:20px;top:50%;transform:translateY(-50%)}@media screen and (max-width: 768px){.mobile-menu-icon{display:block}}.nav-links-mobile{position:absolute;top:80px;left:0;width:100%;background-color:#1a1a1a;flex-direction:column;gap:20px;padding:0;overflow:hidden;max-height:0;opacity:0;transition:max-height .4s ease,opacity .4s ease,padding .4s ease;border-bottom-left-radius:12px;border-bottom-right-radius:12px;z-index:9999}.nav-links-mobile.open{max-height:500px;padding:30px 0;opacity:1}.nav-links-mobile li{text-align:center;list-style:none}.nav-links-mobile li a{color:#fff;font-size:1.2rem;font-weight:600;padding:10px 0;display:block;text-decoration:none;cursor:pointer;transition:color .5s ease,-webkit-text-fill-color .5s ease}@media (hover: hover){.nav-links-mobile li a:hover{background:linear-gradient(270deg,#df8908 10%,#b415ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}}.nav-links-mobile li a:focus,.nav-links-mobile li a:active{background-color:transparent;outline:none;box-shadow:none}.hero{display:flex;align-items:center;flex-direction:column;gap:35px;padding:0 20px}.hero img{margin-top:150px;max-width:100%;height:auto}.hero h1{text-align:center;width:70%;font-size:70px;font-weight:600;margin:0}.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:20px;line-height:36px;margin:0;color:#fff}.hero-action{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:25px;font-size:25px;font-weight:500;margin-bottom:50px}.hero-connect,.hero-resume{padding:20px 40px;border-radius:50px;font-size:18px;cursor:pointer;min-width:180px;text-align:center;display:inline-block;text-decoration:none;font-weight:600}.hero-connect{background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);color:#fff;border:none}.hero-connect:hover{border:2px solid white;text-decoration:none}.hero-resume{border:2px solid #fff;color:#fff;background:transparent}.hero-resume:hover{border-color:#b415ff}@media (max-width: 768px){.hero img{margin-bottom: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,.hero-resume{padding:20px 30px;border-radius:40px}}@media (max-width: 480px){.hero img{width:200px;margin-top:60px;margin-bottom:10px}.hero h1{font-size:36px;width:90%}.hero p{width:80%;font-size:16px;line-height:28px;margin:10px 0}.hero-action{gap:12px;font-size:16px;margin-bottom:40px}.hero-connect,.hero-resume{padding:14px 20px;font-size:16px;min-width:140px}}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px}.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-pera{display:flex;flex-direction:column;gap:20px;font-size:20px;weight:50%}.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%,#b415ff 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-pera{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}}@media (max-width:480px){.about{margin:40px 30px;gap:60px}.about-title h1{font-size:36px}.about-title img{width:100px;right:-10px}.about-pera{font-size:16px;line-height:28px}.about-skill p{font-size:18px}.about-skill hr{height:5px}.about-achievement h1{font-size:28px}.about-achievement p{font-size:14px}}.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;padding:0 10px;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:#fff;font-size:20px;line-height:1.7;max-width:100%;margin-top:12px}.services-readmore{display:flex;gap:20px;align-items:center;margin-top:20px}.readmore-link{text-decoration:none}.services-format:hover{border:2px solid #ff00ff;background-image:linear-gradient(45deg,#3f0028,#582300);transform:scale(1.05);transition:.4s}@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-format img{width:20px}.services-container{grid-template-columns:1fr 1fr;gap:30px}}@media (max-width:480px){.services{margin:20px 30px;gap:60px}.services-title h1{font-size:36px}.services-title img{width:100px;right:-10px}.services-container{grid-template-columns:1fr;gap:20px}.services-format{padding:24px}.services-format h2{font-size:24px}.services-format h3{font-size:20px}.services-format p{font-size:16px;line-height:28px;max-width:100%}.services-readmore{gap:14px}.services-format img{width:18px}}.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-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:15px 50px;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 img{width:130px;margin-right:-20px}.contact-section{flex-direction:column;gap:60px}.contact-left h1{font-size:54px}.contact-left p{font-size:18px}.contact-detail{gap:35px}.contact-detail img{width:25px}.contact-right label{font-size:20px}.contact-right input{width:100%;font-size:20px}.contact-right textarea{width:95%;font-size:20px}.contact-submit{font-size:20px;padding:15px 40px}}@media (max-width:480px){.contact{margin:40px 30px;gap:40px}.contact-title h1{font-size:36px}.contact-title img{width:100px;right:-10px}.contact-left h1{font-size:40px}.contact-left p{font-size:16px;line-height:28px}.contact-details{font-size:18px;gap:20px}.contact-detail img{width:20px}.contact-right label{font-size:18px}.contact-right input{height:60px;font-size:18px}.contact-right textarea{padding:20px;font-size:18px}.contact-submit{font-size:18px;padding:12px 30px}}.custom-alert-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.custom-alert-box{background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);color:#fff;padding:30px 40px;border-radius:20px;box-shadow:0 8px 20px #0006;font-family:Outfit,sans-serif;text-align:center;animation:fadeIn .3s ease-in-out}.custom-alert-box p{font-size:20px;margin-bottom:20px}.custom-alert-box button{padding:10px 30px;border:none;border-radius:50px;background-color:#1a1a1a;color:#fff;font-size:16px;cursor:pointer;transition:.3s}.custom-alert-box button:hover{transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.footer{margin:50px 170px;display:flex;flex-direction:column;gap:30px;color:#fff;font-family:Outfit,sans-serif}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.footer-top-left img{height:80px}.footer-top-left p{font-size:17px;max-width:320px;line-height:1.6;color:#ccc}.footer-top-right{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.footer-email-input{display:flex;gap:15px;padding:14px 25px;border-radius:50px;background:#323238;position:relative;flex:1;max-width:400px}.footer-email-input input{flex:1;outline:none;border:none;background:transparent;color:#a0a0a0;font-family:Outfit,sans-serif;font-size:18px;padding-left:10px}.footer-subscribe{font-size:18px;padding:14px 40px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);cursor:pointer;transition:transform .3s ease;white-space:nowrap;border:none;color:#fff}.footer-subscribe:hover{transform:scale(1.1)}.footer-bottom{display:flex;justify-content:space-between;font-size:16px;color:#aaa;flex-wrap:wrap;gap:15px}.footer-bottom-right{display:flex;gap:40px;margin-bottom:50px;flex-wrap:wrap}.footer-email-input:hover{border:2px solid white}@media (max-width: 768px){.footer{margin:50px 40px}.footer-top{flex-direction:column;gap:40px}.footer-top-left p{max-width:100%;font-size:16px}.footer-top-right{justify-content:flex-start;max-width:100%}.footer-email-input{max-width:100%}.footer-subscribe{padding:14px 30px;font-size:16px}.footer-bottom{flex-direction:column-reverse;align-items:center;font-size:14px;gap:10px;margin-bottom:30px}.footer-bottom-right{justify-content:center;gap:25px;margin-bottom:30px}}@media (max-width: 480px){.footer{margin:30px 20px;gap:25px}.footer-top-left p{font-size:14px;line-height:1.4}.footer-email-input{padding:12px 20px;gap:10px}.footer-email-input input{font-size:16px;padding-left:8px}.footer-subscribe{font-size:14px;padding:12px 25px}.footer-bottom{font-size:12px;gap:8px}.footer-bottom-right{gap:15px;margin-bottom:25px}}
