.navbar{display:flex;align-items:center;justify-content:space-between;margin:50px 100px}.nav-menu{display:flex;align-items:center;list-style:none;gap:60px;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}img.logo{width:200px}.nav-connect:hover{transform:scale(1.05)}.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 100px}.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}}@media (max-width: 1024px){.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:200px;width:30px}.nav-menu{position:fixed;flex-direction:column;align-items:start;top:0;gap:20px;background-color:#1f0016;width:300px;height:100%;z-index:2;transition:right .5s;right:-300px}.nav-menu li{font-size:24px;padding-left:50px;flex-direction:row;gap:15px}}@media (max-width: 390px){.navbar{margin:10px 20px}.nav-connect{display:none}.nav-mob-open{display:block;position:fixed;margin-top:10px;right:10px;top:10px}.nav-mob-close{display:block;position:relative;top:20px;left:130px;width:25px;height:25px}.nav-menu{position:fixed;flex-direction:column;align-items:start;top:0;gap:20px;background-color:#1f0016;width:180px;height:50%;z-index:2;transition:right .5s;right:-350px}.nav-menu li{font-size:20px;padding-left:20px;flex-direction:row;gap:10px}}.size{width:300px;aspect-ratio:1/1;border-radius:100%}.hero{display:flex;align-items:center;flex-direction:column;gap:35px}.hero img{margin-top:100px}.hero h1{text-align:center;width:60%;font-size:80px;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;transition:.5s}.hero-resume{padding:25px 75px;border-radius:50px;border:2px solid #fff;cursor:pointer;transition:.5s}.hero-resume a{color:#d4d4d4;text-decoration:none}.hero-connect:hover{border:2pcx solid white;transform:scale(1.05)}.hero-resume:hover{border-color:#b415ff;transform:scale(1.05)}@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}}@media (max-width: 390px){.hero img{margin-top:40px;width:200px}.hero h1{margin-top:30px;width:100%;font-size:30px}.hero p{width:100%;font-size:14px;line-height:24px;margin:8px 0}.hero-action{gap:12px;font-size:14px;font-weight:500;margin-bottom:30px}.hero-connect{padding:10px 20px;border-radius:30px}.hero-resume{padding:10px 30px;border-radius:30px}}.photo{height:400px;width:300px}.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-skill{display:flex;justify-content:space-between;align-items:center;transition:.3s;width:full}.about-skill div{width:80%}.about-skill p{font-size:24px;font-weight:500;width:200px}.about-skill div hr{outline:none;border:none;width:50%;height:8px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.2%)}.about-achievements{display:flex;width:100%;justify-content:space-between;margin-bottom:80px}.about-achievement{display:flex;width:100%;flex-direction:column;align-items:center;gap:1rem;transition:.5s}.about-achievement h1{font-size:60px;font-weight:700;background:linear-gradient(270deg,#df8908 50.41%,#b415ff 90%);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) and (min-width:390px)){.about{gap:80px;margin:50px 70px;align-items:center}.about-title h1{font-size:50px;align-items:center}.about-title img{width:130px}.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 div 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: 1024px) and (min-width:768px)){.about{gap:60px;margin:30px 5%;align-items:center}.about-title h1{font-size:45px;padding:0}.about-title img{width:120px;left:90px}.about-sections{flex-direction:column}.about-left{display:none}.about-right{display:flex;flex-direction:column;gap:20px}.about-para{font-size:16px;line-height:28px}.about-skill{gap:15px;align-items:center}.about-skill p{font-size:18px}.about-skill hr{height:5px}.about-achievements{justify-content:space-between}.about-achievement{gap:8px}.about-achievement h1{font-size:32px;font-weight:700}.about-achievement p{text-align:center;font-size:14px}}@media (max-width: 390px){.about{gap:80px;margin:50px 10px;align-items:center}.about-title h1{font-size:40px;text-align:center}.about-title img{width:100px;align-items:center}.about-sections{flex-direction:column}.about-left{display:none}.about-right{display:flex;flex-direction:column;gap:20px}.about-para{font-size:16px;line-height:28px}.about-skill{gap:5px;display:flex;align-items:center;justify-content:space-between}.about-skill p{font-size:18px}.about-skill hr{height:4px}.about-achievements{display:flex;width:100%;justify-content:space-between;gap:1rem}.about-achievement{display:flex;flex-direction:column;width:100%;align-items:center;gap:10px;transition:.5s}.about-achievement h1{font-size:28px;font-weight:700}.about-achievement p{text-align:center;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:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:60px;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}@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:-120px}.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:30px}.services-container{grid-template-columns:1fr 1fr;gap:30px}}@media (max-width: 1024px){.services{align-items:center;gap:60px;margin:40px 50px}.services-title h1{padding:0;font-size:45px}.services-title img{width:120px;margin-right:-10px}.services-format{gap:18px;padding:28px}.services-format h2{font-size:26px}.services-format p{font-size:16px;line-height:28px;max-width:300px}.services-readmore img{width:28px}.services-container{grid-template-columns:1fr 1fr;gap:25px}}@media (max-width: 390px){.services{align-items:center;gap:40px;margin:10px 20px}.services-title h1{padding:0;font-size:30px;text-align:center}.services-title img{width:100px;align-items:center}.services-format{gap:10px;padding:20px}.services-format h2{font-size:20px}.services-format p{font-size:14px;line-height:24px;max-width:100%}.services-readmore img{width:20px}.services-container{grid-template-columns:1fr;gap:20px}}.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;width:100%}.contact-left h1{font-size:80px;font-weight:500;background:linear-gradient(270deg,#df8908 80%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-left p{max-width:500px;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;width:100%;gap:25px}.contact-right label{color:#d8d8d8;font-size:22px;font-weight:500}.contact-right input{border:none;width:500px;height:60px;padding-left:20px;border-radius:4px;background:#32323c;color:#a0a0a0;font-family:outfit;font-size:20px}.contact-right textarea{width:500px;border:none;padding-left:20px;border-radius:4px;background:#32323c;color:#a0a0a0;font-family:outfit;font-size:20px}.contact-submit{border:node;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:1024px){.contact-section{flex-direction:column;align-items:center}}@media (max-width:768px){.contact{gap:50px;margin:50px 70px;align-items:center}.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}}@media (max-width: 390px){.contact{gap:30px;margin:80px 20px 20px;align-items:center}.contact-title h1{padding:0;font-size:30px;font-weight:600}.contact-title img{width:100px;margin-right:-10px}.contact-section{flex-direction:column}.contact-left h1{font-size:36px}.contact-left p{font-size:14px}.contact-detail{gap:10px}.contact-detail img{width:20px}.contact-right label{font-size:16px}.contact-right input,.contact-right textarea{width:100%;font-size:16px}.contact-submit{font-size:16px;padding:10px 30px}}.logo{width:100px}.footer{margin:50px 170px;display:flex;flex-direction:column;gap:30px}.footer-top{display:flex;justify-content:space-between}.footer-top-left p{font-size:20px;max-width:400px}.footer-top-right{display:flex;flex-wrap:wrap;align-items:center;gap:35px}.footer-email-input{width:90%;display:flex;gap:10px;padding:20px 80px 20px 20px;border-radius:50px;background:#32323b}.footer-email-input input{outline:none;border:none;background:transparent;color:#a0a0a0;font-family:outfit;font-size:18px}.footer-subscribe{font-size:20px;padding:22px 50px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 102.06%);cursor:pointer;transition:.3s}.footer-bottom{display:flex;justify-content:space-between;font-size:18 px}.footer-bottom-right{display:flex;gap:50px;margin-bottom:50px}.footer-email-input{border:2px solid white}.footer-subscribe:hover{transform:scale(1.1);transition:.3s}@media (max-width:768px){.footer{margin:50px 70px}.footer-top{flex-direction:column;gap:50px}.footer-bottom{display:flex;flex-direction:column-reverse;margin-bottom:50px}}@media (max-width: 390px){.footer{margin:20px 10px}.footer-top{flex-direction:column;gap:20px}.footer-bottom{display:flex;flex-direction:column-reverse;margin-bottom:20px}}*{margin:0;padding:0;box-sizing:border-box}body{height:100vh;background:#161513;color:#fff;font-family:outfit}
