*{margin:0;padding:0}body{height:100vh;background:#161513;color:#fff;font-family:outfit;font-size:14px}html{scroll-behavior:smooth}.navbar{display:flex;align-items:center;justify-content:space-between;margin:20px 170px}.navbar img{width:90px}.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,#0ef .36%,#1576ff 102.06%);font-size:22px;cursor:pointer;transition:.5s}.nav-connect:hover{transform:scale(1.05)}.nav-menu li{display:flex;flex-direction:column;gap:1px;cursor:pointer}.nav-menu li img{display:flex;margin:-30px;width:100px}.anchor-link{text-decoration:none;color:#fff}.nav-mob-close,.nav-mob-open{display:none}@media (max-width:768px){.navbar{margin:50px}.navbar img{width:40px}.navbar-connect{display:none}.nav-mob-open{display:block;position:fixed;right:30px;width:100px}.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{text-align:center;padding:80px 20px;background-color:#1a1a1a;color:#fff}.hero img{width:180px;border-radius:50%;margin-bottom:20px}.hero h1{font-size:2.5rem;margin-bottom:15px}.hero h1 span:first-child{color:#4f46e5;font-weight:700}.hero-role{color:#fff;font-weight:500}.hero p{font-size:1.1rem;margin-bottom:30px;color:#ccc}.hero-action{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.hero-connect,.hero-resume{padding:12px 25px;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.hero-connect{background-color:#4f46e5;color:#fff}.hero-connect:hover{background-color:#3b36b8;transform:translateY(-3px);box-shadow:0 5px 15px #4f46e54d}.hero-resume{background-color:#fff;color:#4f46e5;border:2px solid #4f46e5}.hero-resume:hover{background-color:#4f46e5;color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #4f46e54d}@media (max-width:768px){.hero img{margin-top:120px;width:660px}.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}}.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:60px;font-weight:600px}.about-sections{display:flex;gap:80px}.about-left img{width:500px;border-radius:30px}.about-right{display:flex;flex-direction:column;gap:80px}.about-para{display:flex;flex-direction:column;gap:20px;font-size:20px;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,#0ef -5.09%,#1576ff 106.2%)}.about-skill:hover{transform:scale(1.05);transition:.3s}.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,#0ef 50.41%,#1576ff 90.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-achievement p{font-size:22px;font-weight:500}.about-achievement:hover{transform:scale(1.12);transition:.5s}@media (max-width:768px){.about{gap:80px;margin:50px 70px;align-items:start}.about-title{font-size:50px;padding:0}.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-container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:80px}.services-format{display:flex;flex-direction:column;justify-content:center;gap:20px;padding:40px;border-radius:10px;border:2px solid white;max-width:300px;margin:0 auto;transition:.4s;cursor:pointer}.services-format h3{font-size:28px;font-weight:600}.services-format h2{font-size:35px;font-weight:800;background:linear-gradient(270deg,#1576ff 50%,#0ef);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:280px;margin:0 auto}.services-readmore{display:flex;gap:20px;align-items:center;margin-top:20px;text-decoration:underline}.services-format:hover{border:2px solid #0ef;background-image:linear-gradient(45deg,#3bd3ee,#090058);transform:scale(1.05);transition:.4s}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;color:#000;padding:30px;border-radius:12px;max-width:500px;width:90%;text-align:center}.modal-content h2{margin-bottom:15px}.modal-content p{margin-bottom:20px}.modal-content button{padding:10px 20px;background-color:#4f46e5;color:#fff;border:none;border-radius:8px;cursor:pointer}.modal-content button:hover{background-color:#3b36b8}.mywork{text-align:center;padding:80px 20px;background-color:#1a1a1a}.mywork-title h1{font-size:2.5rem;margin-bottom:40px;color:#fff}.mywork-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.project-img{width:300px;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.project-img:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.show-more-container{margin-top:40px}.show-more-button{padding:12px 30px;background-color:#4f46e5;color:#fff;border-radius:8px;text-decoration:underline;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.show-more-button:hover{background-color:#3b36b8;transform:translateY(-3px);box-shadow:0 5px 15px #4f46e54d}.arrow-icon{width:16px;height:16px}@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-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}}.contact{padding:40px 20px;text-align:center}.contact-title h1{font-size:40px;margin-bottom:20px}.contact-section{display:flex;flex-wrap:wrap;justify-content:center;gap:40px}.contact-left{flex:1;min-width:280px;max-width:400px;text-align:left}.contact-left h2{font-size:28px;margin-bottom:10px}.contact-left p{font-size:16px;margin-bottom:20px}.contact-details{display:flex;flex-direction:column;gap:12px}.contact-detail{display:flex;align-items:center;gap:10px}.contact-detail img{width:20px;height:20px}.whatsapp-link{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#25d366;text-decoration:none;font-size:14px}.whatsapp-link img{width:20px;height:20px}.contact-right{flex:1;min-width:280px;max-width:400px;display:flex;flex-direction:column;gap:12px}.contact-right label{font-size:14px;text-align:left}.contact-right input,.contact-right textarea{padding:10px;font-size:14px;border-radius:6px;border:1px solid #ccc;width:100%;box-sizing:border-box}.contact-right textarea{resize:vertical;min-height:80px}.contact-submit{padding:10px 20px;background-color:#4f46e5;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.contact-submit:hover{background-color:#3b36b8;transform:translateY(-2px)}@media (max-width: 768px){.contact-section{flex-direction:column;align-items:center;gap:30px}.contact-left,.contact-right{max-width:100%}}@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-section{flex-direction:column}.contact-left h1{font-size:18px}.contact-detail{gap:20px}.contact-detail img{width:25px}.contact-right input{width:100%;font-size:20px}.contact-right textarea{width:95%;font-size:20px}.contact-submit{font-size:20px;padding:15px 40px}}.footer{margin:50px 170px;display:flex;flex-direction:column;gap:30px}.footer-top{display:flex;justify-content:space-between}.footer-top-left{font-size:20px;max-width:400px}.footer-top-left img{width:200px}.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-family:18px}.footer-subscribe{font-size:20px;padding:22px 50px;border-radius:50px;background:linear-gradient(270deg,#1576ff 50%,#0ef);cursor:pointer;transition:.3s}.footer-bottom{display:flex;justify-content:space-between;font-size:15px}.footer-bottom-right{display:flex;gap:10px;margin-bottom:50px}.footer-email-input:hover{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}}
