*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;background-color:#161513;color:#fff;font-family:outfit;width:100%;overflow-x:hidden}html{scroll-behavior:smooth}.navbar{display:flex;justify-content:space-between;align-items:center;margin:20px 10%;padding:15px 0}.navbar-logo{font-size:28px;font-weight:600;cursor:pointer}.nav-menu{list-style:none;display:flex;gap:60px;font-size:18px;align-items:center}.connect-with-me{padding:20px 40px;border-radius:50px;cursor:pointer;font-size:22px;background:linear-gradient(267deg,#da7c25 .36%,#b923e1 102.06%);transition:.5s;display:none}.connect-with-me:hover{transform:scale(1.05)}.nav-menu li{display:flex;flex-direction:column;gap:5px;cursor:pointer}.nav-menu li p{color:#a0a0a0;transition:color .3s ease}.nav-menu li:hover p{color:#fff}.nav-menu li img{display:flex;margin:auto}.anchor-link{color:#fff;text-decoration:none}.nav-mob-close{display:none}.nav-mob-open{display:none;cursor:pointer;width:30px}@media (max-width:768px){.navbar{margin:20px 6%}.navbar-logo{font-size:24px}.connect-with-me{display:none}.nav-mob-open{display:block;position:fixed;right:30px;top:44px}.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{display:flex;flex-direction:column;gap:30px;align-items:center;text-align:center;padding:100px 20px;min-height:80vh;justify-content:center}.hero-profile{width:200px;height:200px;border-radius:50%;object-fit:cover;border:4px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(270deg,#df8908 10%,#b415ff) border-box;box-shadow:0 10px 40px #b415ff4d;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.availability-badge{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:#b415ff1a;border:1px solid rgba(180,21,255,.3);border-radius:50px;font-size:16px;color:#b415ff;animation:pulse 2s ease-in-out infinite}.badge-dot{width:10px;height:10px;background:#b415ff;border-radius:50%;animation:blink 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 #b415ff66}50%{box-shadow:0 0 0 10px #b415ff00}}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}.hero-heading{font-size:80px;font-weight:700;line-height:1.2;margin:20px 0}.greeting{color:#fff}.name-gradient{background:linear-gradient(270deg,#df8908 10%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative}.name-gradient:after{content:"";position:absolute;bottom:-10px;left:0;right:0;height:4px;background:linear-gradient(270deg,#df8908 10%,#b415ff);border-radius:2px}.hero-role{font-size:48px;font-weight:600;color:#a0a0a0;margin:10px 0}.dynamic-role{display:inline-block;animation:fadeIn .5s ease-in-out;background:linear-gradient(270deg,#df8908 10%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero p{width:50%;text-align:center;font-size:20px;line-height:1.6;color:silver;margin:20px 0}.hero_action{display:flex;align-items:center;font-weight:500;gap:25px;font-size:18px;margin-top:30px}.hero-connect{padding:18px 40px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);cursor:pointer;border-radius:50px;transition:transform .3s ease,box-shadow .3s ease}.hero-connect:hover{transform:scale(1.05);box-shadow:0 5px 20px #b415ff66}.hero-resume{padding:18px 40px;cursor:pointer;border-radius:50px;border:2px solid white;transition:transform .3s ease,border-color .3s ease;text-decoration:none;color:#fff}.hero-resume:hover{transform:scale(1.05);border-color:#b415ff;background:#b415ff1a}@media (max-width: 1200px){.hero-heading{font-size:70px}.hero-role{font-size:42px}.hero p{width:60%}}@media (max-width: 992px){.hero-heading{font-size:60px}.hero-role{font-size:36px}.hero p{width:70%;font-size:18px}}@media (max-width: 768px){.hero{padding:80px 20px}.hero-profile{width:150px;height:150px}.availability-badge{font-size:14px;padding:10px 20px}.hero-heading{font-size:45px}.hero-role{font-size:28px}.hero p{width:85%;font-size:16px}.hero_action{flex-direction:column;gap:15px}.hero-connect,.hero-resume{padding:15px 35px;font-size:16px}}@media (max-width: 576px){.hero-heading{font-size:35px}.hero-role{font-size:24px}.hero p{width:95%;font-size:14px}.hero-connect,.hero-resume{width:80%;padding:12px 25px;font-size:14px}}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px;overflow-x:hidden}.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;align-items:stretch;width:100%}.about-left{flex-shrink:0}.about-left img{width:400px;height:100%;object-fit:cover;border-radius:10px}.about-right{display:flex;flex-direction:column;gap:40px;flex:1;justify-content:center}.about-para{display:flex;flex-direction:column;gap:20px;font-size:20px;font-weight:500;line-height:1.6}.about-skills{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-top:40px;width:100%}.about-skill{display:flex;flex-direction:column;align-items:center;gap:15px;transition:.3s}.skill-info{display:flex;flex-direction:column;align-items:center;gap:10px}.skill-icon{font-size:48px;color:#f0f}.about-skill p{font-size:18px;font-weight:500;text-align:center}.about-skill hr{outline:none;border:none;width:100%;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-para{font-size:18px;line-height:32px}.about-skills{grid-template-columns:repeat(2,1fr);gap:30px}.skill-icon{font-size:36px}.about-skill p{font-size:16px}.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}}.experience{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px;position:relative}.experience-title{position:relative}.experience-title h1{padding:0 30px;font-size:80px;font-weight:600}.experience-title img{position:absolute;bottom:0;right:0;z-index:-1}.experience-timeline{position:relative;width:100%;max-width:1200px}.timeline-line{position:absolute;left:50%;top:0;bottom:0;width:3px;background:#b415ff4d;transform:translate(-50%);z-index:1}.experience-item{display:flex;gap:200px;margin-bottom:80px;position:relative}.experience-item:nth-child(odd){flex-direction:row}.experience-item:nth-child(2n){flex-direction:row-reverse}.experience-content{flex:1;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:35px;transition:all .4s ease;position:relative}.experience-item:nth-child(odd) .experience-content{text-align:right}.experience-item:nth-child(2n) .experience-content{text-align:left}.experience-content:hover{border-color:#b415ff80;background:#b415ff0d;transform:translateY(-5px);box-shadow:0 10px 30px #b415ff33}.experience-year{font-size:16px;font-weight:600;color:#00d9ff;margin-bottom:10px}.experience-content h2{font-size:28px;font-weight:600;color:#fff;margin-bottom:8px}.experience-content h3{font-size:18px;font-weight:500;color:#a0a0a0;margin-bottom:15px}.experience-content p{font-size:16px;line-height:1.6;color:silver;margin-bottom:20px}.experience-tech{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.experience-item:nth-child(odd) .experience-tech{justify-content:flex-end}.experience-item:nth-child(2n) .experience-tech{justify-content:flex-start}.tech-tag{padding:6px 14px;background:#b415ff26;border:1px solid rgba(180,21,255,.3);border-radius:20px;font-size:13px;font-weight:500;color:#b415ff;transition:all .3s ease}.tech-tag:hover{background:#b415ff4d;transform:scale(1.05)}.timeline-dot{position:absolute;left:50%;top:30px;width:16px;height:16px;background:#b415ff;border:3px solid #161513;border-radius:50%;transform:translate(-50%);z-index:2;box-shadow:0 0 0 4px #b415ff33;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 4px #b415ff33}50%{box-shadow:0 0 0 8px #b415ff00}}.experience-spacer{flex:1}@media (max-width: 768px){.experience{gap:50px;margin:50px 70px;align-items:start}.experience-title h1{font-size:50px;padding:0}.experience-title img{width:130px;right:-20px}.timeline-line{left:20px}.experience-item{flex-direction:column!important;padding-left:50px;margin-bottom:50px}.experience-item:nth-child(odd) .experience-content,.experience-item:nth-child(2n) .experience-content{text-align:left}.experience-item:nth-child(odd) .experience-tech,.experience-item:nth-child(2n) .experience-tech{justify-content:flex-start}.timeline-dot{left:20px}.experience-spacer{display:none}.experience-content{padding:25px}.experience-content h2{font-size:24px}.experience-content h3{font-size:16px}.experience-content p{font-size:14px}.tech-tag{font-size:12px;padding:5px 12px}}.services{display:flex;flex-direction:column;align-items:center;margin:80px 170px;justify-content:center;gap:80px}.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(3,1fr);gap:40px;margin-bottom:80px;width:100%}.services-format{display:flex;flex-direction:column;gap:20px;padding:50px 40px;border-radius:15px;background:#ffffff08;border:2px solid rgba(255,255,255,.1);transition:all .4s ease;cursor:pointer;position:relative;overflow:hidden}.services-format:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(270deg,#df8908 10%,#b415ff);transform:scaleX(0);transition:transform .4s ease}.services-format:hover:before{transform:scaleX(1)}.service-number{font-size:48px;font-weight:700;background:linear-gradient(270deg,#df8908 10%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:.3}.services-format h2{font-size:28px;font-weight:600;color:#fff;margin-top:10px}.services-format p{color:silver;font-size:18px;line-height:1.6}.services-format:hover{border-color:#b415ff80;background:#b415ff0d;transform:translateY(-10px);box-shadow:0 10px 30px #b415ff33}.services-format:hover .service-number{opacity:1}@media (max-width: 768px){.services{align-items:start;gap:70px;margin:50px 70px}.services-title h1{padding:0;font-size:50px}.services-title img{width:130px;margin-right:-20px}.services-container{grid-template-columns:1fr;gap:30px}.services-format{padding:40px 30px}.service-number{font-size:40px}.services-format h2{font-size:24px}.services-format p{font-size:16px}}.mywork{display:flex;flex-direction:column;align-items:center;justify-content:center;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:repeat(2,1fr);gap:40px;width:100%}.mywork-card{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:15px;overflow:hidden;transition:all .4s ease}.mywork-card:hover{border-color:#b415ff80;transform:translateY(-10px);box-shadow:0 15px 40px #b415ff33}.project-link{text-decoration:none;color:inherit;display:block}.project-image{width:100%;height:250px;overflow:hidden;position:relative}.project-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#b415ff1a,#df89081a);z-index:1;transition:opacity .4s ease}.mywork-card:nth-child(1) .project-image:before{background:linear-gradient(135deg,#b415ff26,#df89080d)}.mywork-card:nth-child(2) .project-image:before{background:linear-gradient(135deg,#df890826,#b415ff0d)}.mywork-card:nth-child(3) .project-image:before{background:linear-gradient(135deg,#00d9ff26,#b415ff0d)}.mywork-card:nth-child(4) .project-image:before{background:linear-gradient(135deg,#b415ff26,#00d9ff0d)}.mywork-card:hover .project-image:before{opacity:.5}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;filter:brightness(.9) contrast(1.1)}.mywork-card:hover .project-image img{transform:scale(1.1);filter:brightness(1) contrast(1.2)}.project-content{padding:30px;display:flex;flex-direction:column;gap:15px}.project-header{display:flex;justify-content:space-between;align-items:center}.project-header h3{font-size:24px;font-weight:600;color:#fff;margin:0}.arrow-icon{font-size:20px;color:#b415ff;transition:transform .3s ease}.mywork-card:hover .arrow-icon{transform:translate(5px)}.project-content p{font-size:15px;line-height:1.6;color:#a0a0a0;margin:0}.project-tech{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.tech-badge{padding:6px 14px;background:#b415ff1a;border:1px solid rgba(180,21,255,.3);border-radius:20px;font-size:13px;font-weight:500;color:#b415ff;transition:all .3s ease}.tech-badge:hover{background:#b415ff33}@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-title img{width:130px;margin-right:-20px}.mywork-container{grid-template-columns:1fr;gap:30px}.project-image{height:200px}.project-content{padding:20px}.project-header h3{font-size:20px}.arrow-icon{font-size:18px}.project-content p{font-size:14px}.tech-badge{font-size:12px;padding:5px 12px}}.testimonials{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px}.testimonials-title{position:relative}.testimonials-title h1{padding:0 30px;font-size:80px;font-weight:600}.testimonials-title img{position:absolute;bottom:0;right:0;z-index:-1}.testimonials-container{display:flex;align-items:center;justify-content:center;gap:40px;width:100%;max-width:900px;position:relative}.testimonial-card{background:#ffffff08;border-radius:20px;padding:50px 40px;text-align:center;border:1px solid rgba(180,21,255,.2);transition:all .3s ease;min-height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:fadeIn .5s ease-in-out}.testimonial-card:hover{border-color:#b415ff;box-shadow:0 10px 40px #b415ff4d;transform:translateY(-5px)}.testimonial-image{margin-bottom:20px}.testimonial-image img{width:100px;height:100px;border-radius:50%;border:3px solid #b415ff;object-fit:cover}.testimonial-stars{font-size:24px;color:#f0f;margin-bottom:20px}.testimonial-text{font-size:18px;line-height:1.7;color:silver;font-style:italic;margin-bottom:30px;max-width:600px}.testimonial-name{font-size:26px;font-weight:600;background:linear-gradient(270deg,#df8908 10%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.testimonial-role{font-size:18px;color:silver;margin-bottom:5px}.testimonial-company{font-size:16px;color:#a0a0a0}.testimonial-nav{background:#b415ff33;border:2px solid #b415ff;color:#f0f;font-size:40px;width:60px;height:60px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.testimonial-nav:hover{background:#b415ff66;transform:scale(1.1)}.testimonial-dots{display:flex;gap:15px;margin-top:20px}.dot{width:12px;height:12px;border-radius:50%;background:#b415ff4d;cursor:pointer;transition:all .3s ease}.dot.active{background:#b415ff;transform:scale(1.3)}.dot:hover{background:#b415ff}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.testimonials{gap:50px;margin:50px 70px;align-items:start}.testimonials-title h1{font-size:50px;padding:0}.testimonials-title img{width:130px;right:-20px}.testimonials-container{flex-direction:column;gap:30px}.testimonial-card{padding:40px 30px;min-height:auto}.testimonial-text{font-size:18px}.testimonial-name{font-size:22px}.testimonial-nav{width:50px;height:50px;font-size:30px}.testimonial-nav.prev,.testimonial-nav.next{position:static}}.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:100px;width:100%}.contact-left{flex:1;display:flex;flex-direction:column;gap:30px}.contact-left h1{font-size:48px;font-weight:600;background:linear-gradient(270deg,#df8908 10%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:10px}.contact-left p{color:silver;font-size:18px;line-height:1.6;margin-bottom:20px}.contact-details{display:flex;flex-direction:column;gap:25px}.contact-detail{display:flex;align-items:center;gap:15px;padding:15px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;transition:all .3s ease}.contact-detail:hover{background:#b415ff0d;border-color:#b415ff4d;transform:translate(5px)}.contact-detail img{width:24px;height:24px;filter:brightness(0) saturate(100%) invert(56%) sepia(89%) saturate(2527%) hue-rotate(240deg) brightness(98%) contrast(101%)}.telegram-icon{width:24px;height:24px;color:#b415ff}.contact-detail p{color:#e0e0e0;font-size:16px;margin:0}.contact-right{flex:1;display:flex;flex-direction:column;gap:20px}.contact-right label{color:#e0e0e0;font-size:16px;font-weight:500;margin-bottom:5px}.contact-right input,.contact-right textarea{width:100%;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:15px 20px;background:#ffffff08;color:#fff;font-family:Outfit;font-size:16px;transition:all .3s ease}.contact-right input:focus,.contact-right textarea:focus{outline:none;border-color:#b415ff80;background:#b415ff0d}.contact-right textarea{resize:vertical;min-height:150px}.contact-submit{border:none;color:#fff;border-radius:50px;background:linear-gradient(270deg,#df8908 10%,#b415ff);font-size:18px;font-weight:500;padding:15px 50px;margin-top:10px;cursor:pointer;transition:all .3s ease;align-self:flex-start}.contact-submit:hover{transform:translateY(-3px);box-shadow:0 10px 25px #b415ff4d}@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-title img{width:130px;margin-right:-20px}.contact-section{flex-direction:column;gap:50px}.contact-left h1{font-size:40px}.contact-left p{font-size:16px}.contact-detail{padding:12px}.contact-detail img{width:20px;height:20px}.contact-detail p,.contact-right label{font-size:14px}.contact-right input,.contact-right textarea{font-size:14px;padding:12px 15px}.contact-submit{font-size:16px;padding:12px 40px;width:100%}}.footer{background:#ffffff05;border-top:1px solid rgba(255,255,255,.1);padding:60px 170px 30px;margin-top:100px}.footer-content{display:flex;justify-content:space-between;gap:80px;margin-bottom:50px}.footer-left{flex:1;max-width:400px}.footer-logo{font-size:32px;font-weight:600;margin-bottom:15px}.logo-first{background:linear-gradient(270deg,#df8908 10%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-right:4px}.logo-last{color:#fff}.footer-tagline{font-size:18px;color:#a0a0a0;line-height:1.6;margin-bottom:25px}.footer-social{display:flex;gap:20px}.footer-social a{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fff;font-size:20px;transition:all .3s ease}.footer-social a:hover{background:linear-gradient(270deg,#df8908 10%,#b415ff);border-color:transparent;transform:translateY(-5px)}.footer-right{flex:1;display:flex;justify-content:flex-end}.footer-links{display:flex;gap:80px}.footer-column{display:flex;flex-direction:column;gap:15px}.footer-column h3{font-size:20px;font-weight:600;margin-bottom:10px;background:linear-gradient(270deg,#df8908 10%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer-column a{color:#a0a0a0;text-decoration:none;font-size:16px;transition:all .3s ease}.footer-column a:hover{color:#fff;padding-left:5px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:gray}@media (max-width:768px){.footer{padding:50px 70px 30px;margin-top:80px}.footer-content{flex-direction:column;gap:50px}.footer-left{max-width:100%}.footer-logo{font-size:28px}.footer-right{justify-content:flex-start}.footer-links{gap:50px}.footer-bottom{flex-direction:column;gap:15px;text-align:center}}
