*{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}body{height:100vh;background-color:#161513;color:#fff}.navbar{display:flex;align-items:center;justify-content:space-between;margin:20px 170px;position:sticky;top:0;z-index:1000;padding:5px 10px;border-radius:50px;transition:transform .4s ease,background-color .4s ease,box-shadow .4s ease;background-color:#161513;transform:translateY(0)}.navbar.sticky{box-shadow:0 2px 5px #00000080;margin-top:10px;transform:translateY(10px)}.navbar .logo{height:50px;width:170px;object-fit:cover}.navbar .nav-mob-open,.navbar .nav-mob-close{width:30px;height:30px;object-fit:cover;display:none}.back-home-button{font-size:1rem;padding:10px;background:transparent;border:none;border-radius:50px;background:linear-gradient(265deg,#da7c25 .36%,#b923e1 102.06%);text-decoration:none;color:#fff;font-weight:600}nav .contact-btn,nav .social-icon{display:none}nav .social-icon .nav-title{margin-bottom:20px}nav .social-icon .nav-title h3{text-align:center;font-size:30px}.nav-menu ul{display:flex;align-items:center;justify-content:center;list-style:none;gap:40px}.nav-menu.mobile-show{position:absolute;top:70px;left:0;bottom:0;background:transparent;flex-direction:column;justify-content:center;align-items:center;gap:30px;z-index:1000;display:flex!important;border:1px solid hsl(0,0%,20%);border-radius:10px;height:85vh;width:350px;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);overflow:auto}.nav-menu ul li{border:1px solid hsl(0,0%,20%);padding:7px 15px;border-radius:50px;cursor:pointer;transition:all .5s;font-weight:700}.nav-menu li:hover{background-color:#333}.nav-btn,.nav-contact-btn{padding:10px 15px;border-radius:50px;border:none;cursor:pointer;font-size:17px;font-weight:700;background:linear-gradient(265deg,#da7c25 .36%,#b923e1 102.06%);color:#fff;transition:all .5s}.nav-btn:hover{transform:scale(1.05)}.anchor-link{text-decoration:none;color:#fff}@media only screen and (max-width: 1264px){.nav-btn,.nav-menu{display:none}.navbar{margin:20px 10px}.navbar .nav-mob-open{display:inline-block}nav{display:flex;flex-direction:column}nav .contact-btn,nav .social-icon{display:inline-block}.nav-menu ul{flex-direction:column}}@media only screen and (max-width: 430px){.navbar .logo{height:50px;width:140px;object-fit:cover}.back-home-button{font-size:.9rem;padding:.5rem .3rem}}@media only screen and (max-width: 413px){.nav-menu.mobile-show{width:100%}}@media only screen and (max-width: 390px){.navbar .logo{height:40px;width:130px;object-fit:cover}.navbar .nav-mob-open{width:20px;height:20px;object-fit:cover}.nav-menu.mobile-show{top:59px}}.Hero{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:20px}.Hero img{margin-top:20px;height:200px;width:200px;border-radius:50%}.Hero h1{text-align:center;width:65%;font-size:65px;font-weight:600;line-height:70px}.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:18px;line-height:30px}.Hero .hero-action{display:flex;align-items:center;justify-content:center;gap:20px}.hero-action .hero-connect{background:linear-gradient(265deg,#da7c25 .36%,#b923e1 102.06%);border-radius:50px;font-weight:700;padding:10px 20px;cursor:pointer;transition:all .5s}.hero-action .hero-resume{border:1px solid hsl(0,0%,20%);border-radius:50px;padding:10px 20px;cursor:pointer;transition:all .5s}.hero-action .hero-connect:hover{opacity:.5}.hero-action .hero-resume:hover{background-color:#333}.hero-action{margin-bottom:80px}@media only screen and (max-width: 500px){.Hero{margin:0 20px}.Hero h1{font-size:40px;line-height:45px;width:100%}.Hero p{width:100%;font-size:16px;line-height:20px}}@media only screen and (max-width: 350px){.Hero .hero-action{flex-direction:column}}@media only screen and (max-width: 332px){.Hero h1{font-size:35px;line-height:40px}}.about{display:flex;align-items:center;justify-content:center;margin:80px 170px;flex-direction:column;gap:80px}.about .about-sections .about-left img{height:350px;width:auto;border-radius:10px}.about .about-title{position:relative}.about .about-title h1{font-size:80px;font-weight:600;padding:0 30px}.about .about-title img{position:absolute;bottom:0;right:0;z-index:-1}.about .about-sections{display:flex;gap:50px}.about .about-sections .about-right{display:flex;flex-direction:column;gap:50px}.about .about-sections .about-right .about-para{display:flex;flex-direction:column;gap:20px;font-size:20px;font-weight:500}.about .about-sections .about-right .about-skills{display:flex;flex-direction:column;gap:20px}.about .about-sections .about-right .about-skills .about-skill{display:flex;gap:20px;align-items:center;transition:.3s}.about .about-sections .about-right .about-skills .about-skill p{font-size:24px;font-weight:500;min-width:150px}.about .about-sections .about-right .about-skills .about-skill hr{outline:none;border:none;width:50%;height:8px;border-radius:5px;background:linear-gradient(265deg,#da7c25 -5.09%,#b923e1 106.28%)}.about-achievements{display:flex;justify-content:space-around;width:100%;margin-bottom:80px}.about-achievements .about-achievement{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.about-achievements .about-achievement h1{font-size:60px;font-weight:700;background:linear-gradient(270deg,#da7c25 50.41%,#b923e1 90.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-achievements .about-achievement p{font-size:22px;font-weight:500}@media only screen and (max-width: 1080px){.about{gap:80px;margin:50px 70px;align-items:center}.about .about-title h1{font-size:50px;padding:0}.about .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}}@media only screen and (max-width: 520px){.about-achievements{flex-direction:column;gap:20px}}@media only screen and (max-width: 500px){.about{gap:80px;margin:50px 20px}.about .about-sections .about-right .about-skills .about-skill p{font-size:18px;font-weight:500;min-width:100px}}@media only screen and (max-width: 370px){.about .about-title h1{font-size:35px;padding:0}.about .about-title img{width:100px;right:-20px}}.Services{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:0 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-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.services-format{border-radius:12px;padding:20px;box-shadow:0 0 12px #0000000d;height:auto;display:flex;flex-direction:column;border:2px solid hsl(0,0%,20%);transition:box-shadow .3s ease,transform .3s ease}.services-format:hover{box-shadow:0 0 10px #333;border:2px solid hsl(0,0%,30%);transform:translateY(-4px)}.services-format h3{font-size:24px;margin:0}.services-format h2{font-size:20px;font-weight:800;background:linear-gradient(270deg,#df8908 50%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:10px 0}.service-desc{font-size:14px;color:#d4d4d4;font-size:22px;line-height:28px}@media only screen and (max-width: 1200px){.Services{align-items:center;gap:70px;margin:00px 70px}.Services-title h1{padding:0;font-size:50px}.Services-title img{margin-right:-20px;width:130px}.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}}@media only screen and (max-width: 600px){.Services-container{grid-template-columns:1fr;gap:30px}}@media only screen and (max-width: 500px){.Services{margin:0 20px 70px}}@media only screen and (max-width: 400px){.services-format h2{font-size:20px}}@media only screen and (max-width: 370px){.Services-title h1{font-size:35px;padding:0}.Services-title img{width:100px;right:1px}}.MyWork{display:flex;align-items:center;flex-direction:column;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{width:300px;height:300px;object-fit:cover;box-sizing:border-box;cursor:pointer;border-radius:10px;transition:.3s}.mywork-container img:hover{transform:scale(1.05)}.mywork-showmore{display:flex;align-items:center;justify-content:center;gap:10px;border-radius:50px;padding:15px 25px;border:2px solid hsl(0,0%,20%);font-size:22px;font-weight:500;cursor:pointer;transition:all .5s;margin-bottom:80px}.mywork-showmore:hover{background-color:#333;box-shadow:0 0 5px #ccc;gap:20px}@media only screen and (max-width: 1080px){.MyWork{gap:50px;margin:50px 70px}.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 1fr;gap:30px}.mywork-container img{width:100%;height:100%}.mywork-showmore{padding:20px 40px;font-size:18px;margin:50px auto;cursor:pointer}}@media only screen and (max-width: 700px){.mywork-container{grid-template-columns:1fr 1fr;gap:30px}}@media only screen and (max-width: 500px){.MyWork{margin:0 20px}}@media only screen and (max-width: 510px){.MyWork_title h1{font-size:35px;padding:0}.MyWork_title img{width:100px;right:1px}}.myblog{display:flex;align-items:center;flex-direction:column;gap:80px;margin:80px 170px}.myblog-title{position:relative}.myblog-title h1{padding:0 30px;font-size:80px;font-weight:600}.myblog-title img{position:absolute;bottom:0;z-index:-1;right:0}.blog-container{display:flex;justify-content:center;gap:40px;width:100%}.blog img{height:200px;width:100%;border-radius:15px;object-fit:cover}.blog-container .blog{display:flex;flex-direction:column;align-items:start;gap:20px;width:350px}.blog-container .blog h1{font-size:20px;color:#b3b3b3;line-height:28px;font-weight:700}.blog-container .blog p{color:gray;line-height:28px}.blog-container .blog .blog-btn{display:flex;align-items:center;justify-content:center;width:50%;gap:10px;padding:5px 10px;border-radius:50px;background:linear-gradient(265deg,#da7c25 .36%,#b923e1 102.06%);cursor:pointer;transition:all .5s}.blog-container .blog .blog-btn:hover{opacity:.5}.blog-container .blog .blog-btn p{color:#fff;font-size:21px;font-weight:700}.blog-container .blog .blog-btn .blog-btn-img{height:20px;width:20px}.blog-container .blog{text-decoration:none}@media only screen and (max-width: 1246px){.blog-container{display:grid;grid-template-columns:1fr 1fr}}@media only screen and (max-width: 800px){.myblog{margin:0 70px}.blog-container{display:grid;grid-template-columns:1fr}.blog-container .blog{width:100%}.blog img{height:100%}.myblog-title h1{font-size:50px}.myblog-title img{width:130px;right:1px}}@media only screen and (max-width: 500px){.myblog{margin:50px 20px}}.contact{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:80px;margin:160px 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:#d4d4d4;font-size:20px;line-height:35px}.contact-details{display:flex;flex-direction:column;gap:30px;color:#d4d4d4;font-size:22px}.contact-details .contact-detail{display:flex;align-items:center;gap:20px}.contact-right{display:flex;flex-direction:column;gap:30px;width:100%}.contact-right label{color:#d4d4d4;font-size:22px;font-weight:500}.contact-right input{border:none;padding:10px;border-radius:5px;background:#32323c;color:#a0a0a0;font-size:20px;font-family:Arial,Helvetica,sans-serif;font-weight:500}.contact-right textarea{border:none;padding:20px;border-radius:5px;background:#32323c;color:#a0a0a0;font-family:Outfit;font-size:20px;font-family:Arial,Helvetica,sans-serif;font-weight:500}.contact-submit{border:none;font-size:22px;padding:5px 10px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);color:#fff;cursor:pointer;transition:all .3s;width:40%}.contact-submit:hover{transform:scale(1.1)}@media only screen and (max-width: 883px){.contact-title h1{font-size:50px;padding:0}.contact-title img{width:130px;right:-20px}}@media only screen and (max-width: 800px){.contact{margin:160px 70px}.contact-section{flex-direction:column;width:100%}}@media only screen and (max-width: 500px){.contact{margin:160px 20px}}@media only screen and (max-width: 404px){.contact-title h1{font-size:40px;padding:0}.contact-title img{width:130px;right:-20px}.contact-left h1{font-size:40px}.contact-details .contact-detail{flex-direction:column}}@media only screen and (max-width: 450px){.contact-details .contact-detail p{font-size:18px}}.footer{display:flex;align-items:center;flex-direction:column;margin:0 170px;gap:20px}.footer .footer-top .footer-top-left{display:flex;flex-direction:column;text-align:start;gap:10px}.footer .footer-top{display:flex;justify-content:space-between;width:100%}.footer .footer-top .footer-top-left p{line-height:25px;max-width:400px}.footer .footer-top .footer-top-left img{width:250px;height:80px;object-fit:cover}.footer .footer-top .footer-top-right{display:flex;align-items:center;justify-content:center;gap:10px}.footer .footer-top .footer-top-right .footer-email-input{display:flex;justify-content:center;padding:10px 30px;gap:30px;background:#32323b;border-radius:50px}.footer .footer-top .footer-top-right .footer-email-input input{outline:none;border:none;background:transparent;color:#a0a0a0;font-family:Arial,Helvetica,sans-serif;font-size:18px}.footer .footer-top .footer-top-right .footer-subscribe{font-size:20px;padding:10px 30px;border-radius:50px;background:linear-gradient(264deg,#df8908 5.09%,#bf15ff 106.28%);cursor:pointer}.footer .footer-top .footer-top-left .social-icons img{height:50px;width:50px;cursor:pointer;transition:all .5s}.footer .footer-top .footer-top-left .social-icons img:hover{transform:scale(1.09)}.footer hr{height:2px;width:100%;border:none;outline:none;background-color:#333}.footer .footer-bottom{display:flex;justify-content:space-between;width:100%;margin-bottom:20px}.footer .footer-bottom .footer-bottom-right{display:flex;align-items:center;justify-content:center;gap:10px}@media only screen and (max-width: 1120px){.footer{margin:50px 70px}.footer-bottom{display:flex;flex-direction:column-reverse;gap:10px;align-items:center}}@media only screen and (max-width: 890px){.footer-top{flex-direction:column;gap:50px;align-items:start}}@media only screen and (max-width: 635px){.footer{margin:50px 20px}}@media only screen and (max-width: 535px){.footer .footer-top .footer-top-right .footer-email-input{width:40%;gap:5px;justify-content:space-between}.footer .footer-top .footer-top-right{width:100%}.footer .footer-top .footer-top-right .footer-subscribe{font-size:18px;padding:10px 15px;cursor:pointer}.footer .footer-bottom .footer-bottom-left{line-height:20px}}@media only screen and (max-width: 390px){.footer .footer-top .footer-top-right{width:100%;display:flex;justify-content:center}.footer .footer-top .footer-top-right .footer-email-input{padding:8px 15px;width:50%;gap:5px;justify-content:space-between}.footer .footer-top .footer-top-right .footer-email-input input{font-size:15px}.footer .footer-top .footer-top-right .footer-subscribe{font-size:15px;padding:10px 15px;cursor:pointer}}@media only screen and (max-width: 379px){.footer .footer-bottom .footer-bottom-right{flex-direction:column;align-items:start;width:100%}}.blog-header{display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0 200px}.blog-header .blog-title p{text-align:left;font-size:50px;font-weight:500}.blog-header img{width:100%;height:400px;object-fit:cover;border-radius:10px}.blog-header .top-container{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 0}.blog-header .top-container .top-left{display:flex;gap:10px}.blog-header .top-container .top-left .user-text span{font-size:25px;color:#404040}.blog-header .top-container .top-left .user-text P{color:#999}.blog-header .top-container .top-left .user-img img{height:50px;width:50px;border-radius:50%}.blog-header .top-container .blog-social-icon{display:flex;gap:20px}.blog-header .top-container .blog-social-icon .facebook,.instagram,.twitter{padding:10px;font-size:22px;border-radius:50%;border:1px solid hsl(0,0%,20%);cursor:pointer;transition:all .5s}.blog-header .top-container .blog-social-icon .facebook:hover,.instagram:hover,.twitter:hover{background-color:#333}.blog-header .blog-text1,.blog-text2,.blog-text3{margin:20px 0}.blog-header .blog-text1 p,.blog-text2 p,.blog-text3 p{color:#b3b3b3;line-height:26px;margin-bottom:15px;font-size:20px}.blog-header .blog-text1 p span,.blog-text2 p span{color:#4d4d4d}.blog-header .blog-text1 .dot{font-size:100px;border-radius:50px}.blog-header .blog-text1 .tag-line span,.blog-text2 .tag-line span,.blog-text3 .tag-line span{color:#4d4d4d;font-size:35px}.blog-header .blog-text1 .tag-line,.blog-text2 .tag-line,.blog-text3 .tag-line{margin-bottom:20px}.blog-header .blog-text1 .list,.blog-text2 .list,.blog-text3 .list{margin-bottom:20px;padding-left:20px;display:flex;flex-direction:column;gap:15px}.blog-text2 .list ul li,.blog-text3 .list ul li{color:#4d4d4d}.blog-text2 .list ul li span,.blog-text3 .list ul li span{font-size:20px}.blog-header .blog-text1 .list ul{display:flex;flex-direction:column;gap:15px;font-size:20px;color:#b3b3b3}@media only screen and (max-width: 1024px){.blog-header{margin:0 70px}}@media only screen and (max-width: 500px){.blog-header{margin:0 20px}.blog-header .blog-text1 .tag-line span,.blog-text2 .tag-line span,.blog-text3 .tag-line span{color:#4d4d4d;font-size:30px}.blog-header .blog-title p{font-size:35px}}@media only screen and (max-width: 420px){.blog-header .top-container .top-left .user-img img{height:40px;width:40px}.blog-header .top-container .top-left .user-text span{font-size:20px}.blog-header .top-container .top-left .user-text P{font-size:15px}.blog-header .top-container .blog-social-icon{gap:10px}.blog-header .top-container .blog-social-icon .facebook,.instagram,.twitter{padding:10px;font-size:16px;border-radius:50%;border:1px solid hsl(0,0%,20%);cursor:pointer;transition:all .5s}}@media only screen and (max-width: 340px){.blog-header .top-container .top-left .user-img img{height:35px;width:35px}.blog-header .top-container .top-left .user-text span{font-size:16px}.blog-header .top-container .top-left .user-text P{font-size:12px}.blog-header .top-container .blog-social-icon{gap:5px}.blog-header .top-container .blog-social-icon .facebook,.instagram,.twitter{padding:10px;font-size:15px;border-radius:50%;border:1px solid hsl(0,0%,20%);cursor:pointer;transition:all .5s}.blog-header .blog-text1 .tag-line span,.blog-text2 .tag-line span,.blog-text3 .tag-line span{color:#4d4d4d;font-size:25px}.blog-header .blog-title p{font-size:30px}}
