*{margin:0;padding:0}body{height:100vh;background-color:#161513;color:#fff;font-family:outfit}.navbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:20px 30px;background-color:#000}.navbar img{width:50px;height:50px;border-radius:50%;box-shadow:0 4px 10px #000000e6}.nav-menus{display:flex;gap:40px}.nav-menu{font-size:20px;text-decoration:none;color:#fff;transition:transform .3s,font-weight .3s}.nav-menu:hover{transform:scale(1.1);font-weight:600}.active{font-weight:700;color:#90ef0c}.nav-connect{padding:12px 30px;border-radius:50px;background:linear-gradient(267deg,#da7c25 .36%,#b923e1 102.06%);font-size:18px;text-decoration:none;color:#fff;cursor:pointer;transition:transform .3s}.nav-connect:hover{transform:scale(1.05)}.anchor_link{text-decoration:none;color:#fff}.nav-mob-open,.nav-mob-close{display:none;color:#fff;cursor:pointer}@media (max-width: 768px){.nav-menus{flex-direction:column;align-items:flex-start;gap:30px;background-color:#1f0016;width:300px;height:100vh;position:fixed;top:0;right:-350px;padding:60px 30px 0;transition:right .5s ease-in-out;z-index:20}.nav-menu{font-size:24px}.nav-connect{display:none}.nav-mob-open{display:block;font-size:28px;position:absolute;right:20px;top:20px;z-index:30}.nav-mob-close{display:block;position:absolute;top:20px;right:20px;font-size:28px;z-index:30}}.hero{display:flex;align-items:center;flex-direction:column;gap:35px;padding:20px}.hero img{width:100%;max-width:200px;border-radius:50%;box-shadow:0 4px 10px #000000e6}.hero h1{text-align:center;width:70%;font-size:60px;font-weight:600;line-height:1.2}.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;flex-wrap:wrap}.hero-connect,.hero-resume{padding:24px 45px;border-radius:50px;cursor:pointer}.hero-connect{background:linear-gradient(270deg,#df8908 -5.9%,#b415ff)}.hero-resume,.hero-connect:hover{border:2px solid #fff}.hero-resume:hover{border-color:#b415ff}@media (max-width: 1024px){.hero h1{font-size:50px;width:80%}.hero p{width:60%;font-size:20px;line-height:36px}.hero img{max-width:250px}.hero-connect,.hero-resume{padding:20px 40px;font-size:20px}.hero-action{gap:20px}}.anc,.nav{text-decoration:none}@media (max-width: 768px){.hero h1{font-size:40px;width:90%}.hero p{width:80%;font-size:18px;line-height:30px}.hero img{max-width:200px}.hero-connect,.hero-resume{padding:15px 30px;font-size:16px;border-radius:40px}.hero-action{gap:15px;flex-direction:column;align-items:center}}@media (max-width: 480px){.hero h1{font-size:30px;width:100%}.hero p{width:90%;font-size:16px;line-height:28px}.hero img{max-width:150px}.hero-connect,.hero-resume{padding:10px 20px;font-size:14px;border-radius:30px}}.about{display:flex;flex-direction:column;align-items:center;gap:50px;margin:40px 20px}.about-skills{text-align:center;width:100%}.about-skills h2{font-size:28px;font-weight:700;margin-bottom:20px;color:#fff}.skills-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:40px;justify-items:center;margin-top:30px;max-width:1000px;margin-left:auto;margin-right:auto}.skill-card{display:flex;flex-direction:column;align-items:center;padding:25px;border-radius:20px;background:transparent;position:relative;cursor:pointer;transition:transform .4s ease,box-shadow .4s ease}.skill-card:hover{transform:translateY(-8px) scale(1.08);box-shadow:0 0 18px #b415ff99,0 0 25px #df890880}.skill-card img{width:80px;height:80px;border-radius:50%;object-fit:contain;background:none}.skill-card p{margin-top:12px;font-size:16px;font-weight:600;color:#fff;position:relative;text-align:center}.skill-card p:after{content:"";position:absolute;bottom:-4px;left:50%;width:0;height:2px;background:linear-gradient(90deg,#df8908,#b415ff);transition:width .3s ease,left .3s ease}.skill-card:hover p:after{width:100%;left:0}@media (max-width: 1024px){.skills-grid{grid-template-columns:repeat(3,1fr);gap:30px}.skill-card img{width:70px;height:70px}.about-skills h2{font-size:24px}}@media (max-width: 768px){.skills-grid{grid-template-columns:repeat(2,1fr);gap:25px}.skill-card img{width:65px;height:65px}.skill-card p{font-size:14px}.about-skills h2{font-size:22px}}@media (max-width: 480px){.skills-grid{grid-template-columns:repeat(1,1fr);gap:20px}.skill-card{padding:15px}.skill-card img{width:60px;height:60px}.skill-card p{font-size:13px}.about-skills h2{font-size:20px}}.services{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:60px;margin:60px 20px}.services-container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:100%}.services-format{display:flex;flex-direction:column;justify-content:center;gap:20px;padding:40px;border-radius:10px;border:2px solid white;transition:transform .4s,border .4s;cursor:pointer;background:transparent}.services-format h3{font-size:28px;font-weight:600}.services-format 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}.services-format p{color:#d4d4d4;font-size:18px;line-height:28px;max-width:300px}.services-format:hover{border:2px solid #ff00ff;background-image:linear-gradient(45deg,#3f0028,#582300);transform:scale(1.05)}@media (max-width: 1024px){.services{gap:50px;margin:40px 30px}.services-container{grid-template-columns:repeat(2,1fr);gap:20px}.services-format{padding:30px}.services-format h3{font-size:24px}.services-format h2{font-size:28px}.services-format p{font-size:16px;line-height:24px}}@media (max-width: 768px){.services{gap:40px;margin:30px 15px}.services-container{grid-template-columns:1fr;gap:15px}.services-format{padding:20px}.services-format h3{font-size:20px}.services-format h2{font-size:24px}.services-format p{font-size:14px;line-height:20px}}@media (max-width: 480px){.services{gap:30px;margin:20px 10px}.services-format{padding:15px}.services-format h3{font-size:18px}.services-format h2{font-size:20px}.services-format p{font-size:12px;line-height:18px}}.portfolio{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:60px;margin:60px 20px}.portfolio-container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:100%}.portfolio-item{position:relative;overflow:hidden;border-radius:10px;background:#ffffff08;padding:10px;transition:transform .3s ease}.portfolio-item:hover{transform:translateY(-5px)}.portfolio-item img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:10px;transition:transform .3s,border .3s}.portfolio-item img:hover{transform:scale(1.01);border:1px solid #ff00ff}.portfolio-icons{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:20px;background:#00000080;padding:12px 20px;border-radius:12px;z-index:2;opacity:0;transition:opacity .3s}.portfolio-item:hover .portfolio-icons{opacity:1}.portfolio-icons svg{color:#fff;font-size:22px;cursor:pointer;transition:transform .3s,color .3s}.portfolio-icons svg:hover{transform:scale(1.2);color:#f0f}.portfolio-description{margin-top:12px;text-align:center;color:#fff}.portfolio-description h3{font-size:18px;font-weight:600;margin-bottom:6px;color:#f0f}.portfolio-description p{font-size:14px;opacity:.8;line-height:1.4;max-width:90%;margin:0 auto}.protfolio-showmore{display:flex;align-items:center;justify-content:center;gap:15px;padding:15px 30px;font-size:18px;font-weight:500;border:2px solid white;border-radius:50px;transition:gap .6s,border-color .6s;cursor:pointer}.protfolio-showmore:hover{gap:10px;border-color:#f0f}@media (max-width: 1024px){.portfolio-container{grid-template-columns:repeat(2,1fr)}.protfolio-showmore{font-size:16px;padding:12px 25px}}@media (max-width: 768px){.portfolio-container{grid-template-columns:1fr}.protfolio-showmore{padding:10px 20px;font-size:16px}}@media (max-width: 480px){.portfolio-container{grid-template-columns:1fr;gap:20px}.protfolio-showmore{padding:8px 16px;font-size:14px}.portfolio-icons{opacity:1}}.contact{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:60px;margin:60px 20px}.contact-container{display:flex;gap:80px;flex-wrap:wrap;justify-content:center;width:100%}.contact-left{display:flex;flex-direction:column;gap:20px;max-width:600px}.contact-left h1{font-size:60px;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:18px;line-height:28px}.contact-details{display:flex;flex-direction:column;gap:15px;color:#d8d8d8;font-size:18px}.contact-detail{display:flex;align-items:center;gap:15px}.web{text-decoration:none;color:#fff}.contact-right{display:flex;flex-direction:column;align-items:start;gap:20px;width:100%;max-width:500px}.contact-right label{color:#d8d8d8;font-size:18px;font-weight:500}.contact-right input,.contact-right textarea{border:none;width:100%;padding:15px;border-radius:4px;background:#32323c;color:#fff;font-weight:500;font-family:Outfit,sans-serif;font-size:16px}.contact-right textarea{height:120px}.contact-submit{border:none;color:#fff;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);cursor:pointer;font-size:18px;padding:15px 40px;margin-bottom:20px;transition:.3s}.contact-submit:hover{transform:scale(1.1);transition:.3s}@media (max-width: 1024px){.contact-container{flex-direction:column;align-items:center;gap:40px}.contact-left h1{font-size:48px}.contact-left p{font-size:16px;line-height:24px}.contact-right label{font-size:16px}.contact-right input,.contact-right textarea{font-size:14px}.contact-submit{font-size:16px;padding:12px 30px}}@media (max-width: 768px){.contact{gap:40px;margin:40px 10px}.contact-left h1{font-size:36px}.contact-left p,.contact-right input,.contact-right textarea{font-size:14px}.contact-submit{font-size:14px;padding:10px 20px}}@media (max-width: 480px){.contact{margin:20px 10px;gap:20px}.contact-left h1{font-size:28px}.contact-left p{font-size:12px}.contact-right label{font-size:14px}.contact-right input,.contact-right textarea{font-size:12px;width:85%}.contact-submit{font-size:12px;padding:8px 15px}}.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-left img{width:100%;max-width:80px;border-radius:50%;box-shadow:0 4px 10px #000000e6}.footer-top-right{display:flex;align-items:center;gap:35px}.footer-email-input{display:flex;gap:30px;padding:20px 80px 20px 30px;border-radius:50px;background:#323238}.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 106.28%);cursor:pointer;transition:.3s}.footer-bottom{display:flex;justify-content:space-between;font-size:18px}.footer-bottom-right{display:flex;gap:50px;margin-bottom:50px;cursor:pointer}.footer-email-input:hover{border:2px solid white}.footer-subscribe:hover{transform:scale(1.1);transition:.3s}@media (max-width: 1024px){.footer{margin:50px}.footer-top{flex-direction:column;gap:50px}.footer-bottom{flex-direction:column-reverse;align-items:center}.footer-bottom-right{gap:20px}}@media (max-width: 768px){.footer{margin:30px 20px}.footer-top{flex-direction:column;align-items:center;gap:40px}.footer-top-left p{font-size:16px;text-align:center}.footer-top-right{flex-direction:column;gap:20px}.footer-email-input{width:100%;padding:15px 20px;gap:10px}.footer-subscribe{font-size:16px;padding:15px 30px}.footer-bottom{flex-direction:column-reverse;text-align:center;gap:20px}.footer-bottom-right{flex-direction:row;gap:30px}}@media (max-width: 480px){.footer{margin:20px 10px}.footer-top-left img{max-width:60px}.footer-email-input{padding:10px 15px;gap:5px}.footer-subscribe{padding:10px 20px}.footer-bottom{font-size:14px}.footer-bottom-right{gap:30px;flex-direction:row}}
