@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,sans-serif;background-color:#090120;color:#fff;height:100vh;scroll-behavior:smooth;overflow-x:hidden}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:linear-gradient(180deg,#f1f1f1,#e1e1e1);border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#d89898,#666);border-radius:10px;border:2px solid #f1f1f1}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#666,#555)}::selection{background:#901bb1;color:#fff}::-moz-selection{background:#b923e1;color:#fff}input,textarea,select{caret-color:#da7c25}a{text-decoration:none;color:inherit}ul{list-style:none}.navbar{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 280px);margin:20px 140px;padding:15px 70px;position:fixed;top:0;left:0;z-index:1000;transition:all .4s ease;background:transparent;box-sizing:border-box}.logo-scroll{width:100%;max-width:170px;height:auto}.navbar.scrolled{background:#ffffff1a;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.1);margin:0;width:100%;padding:10px 140px;box-shadow:0 8px 32px #0003}.nav-menu{display:flex;align-items:center;gap:40px;list-style:none;font-size:20px}.nav-menu li{display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer;position:relative}.anchor-link{text-decoration:none;color:#fff;transition:color .3s ease}.anchor-link:hover{color:#b923e1}.anchor-link p{margin:0;padding:8px 0}.underline-logo{width:40px!important;height:auto}.nav-connect{display:flex;align-items:center;padding:12px 30px;border-radius:60px;background:linear-gradient(267deg,#da7c25 .36%,#b923e1);cursor:pointer;transition:.5s;border:none;color:#fff;font-size:16px;font-weight:500;gap:10px}.nav-connect img{width:22px!important}.nav-connect:hover{transform:scale(1.05);box-shadow:0 5px 15px #b923e166}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:6px;background:transparent;border:none;cursor:pointer;padding:5px;z-index:1001}.menu-toggle span{width:30px;height:3px;background:#fff;border-radius:10px;transition:.3s}.menu-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999}@media screen and (max-width:1200px){.navbar{margin:20px 50px;width:calc(100% - 100px);padding:15px 40px}.navbar.scrolled{margin:0;width:100%;padding:10px 50px}}@media screen and (max-width:968px){.navbar{margin:0!important;padding:15px 30px;width:100%!important;border-radius:0}.navbar.scrolled{padding:10px 30px;background:#0a0a0af2}.menu-toggle{display:flex}.nav-menu{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#0f0f0f;flex-direction:column;justify-content:center;align-items:center;gap:30px;transition:right .4s cubic-bezier(.4,0,.2,1);z-index:1000;box-shadow:-10px 0 30px #00000080}.nav-menu.active{right:0}.nav-connect{display:none}.menu-toggle.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0;transform:translate(-10px)}.menu-toggle.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}}@media screen and (max-width:480px){.navbar{padding:15px 20px}.navbar.scrolled{padding:10px 20px}.nav-menu{width:100%}.logo-scroll{max-width:130px}}section{scroll-margin-top:80px}.social-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:20px;padding:30px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 25px 50px #00000080;z-index:10000}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-40px) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.social-modal-close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:28px;cursor:pointer;color:#666;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;z-index:10}.social-modal-close:hover{background:#f5f5f5;color:#333;transform:rotate(90deg)}.social-modal-title{text-align:center;font-size:24px;font-weight:700;margin-bottom:8px;color:#1a1a1a;background:linear-gradient(267deg,#da7c25 .36%,#b923e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.social-modal-subtitle{text-align:center;color:#666;margin-bottom:30px;font-size:14px}.social-links-grid{display:flex;flex-direction:column;gap:12px;margin-bottom:25px}.social-link-card{display:flex;align-items:center;padding:16px 20px;background:#f8fafc;border-radius:12px;text-decoration:none;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.social-link-card:before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:var(--social-color);transition:width .3s ease}.social-link-card:hover{background:#fff;border-color:var(--social-color);transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.social-link-card:hover:before{width:6px}.social-icon{font-size:24px;margin-right:15px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#0000000d;border-radius:10px;transition:all .3s ease}.social-link-card:hover .social-icon{background:var(--social-color);transform:scale(1.1)}.social-icon img{width:25px}.social-info{display:flex;flex-direction:column;flex:1}.social-name{font-weight:600;color:#1a1a1a;font-size:16px;margin-bottom:4px}.social-url{color:#000;font-size:12px;font-family:outfit,monospace}.social-modal-footer{text-align:center;padding-top:20px;border-top:1px solid #e5e7eb}.social-modal-footer p{color:#666;font-size:13px;margin:0}.social-modal-content::-webkit-scrollbar{width:6px}.social-modal-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.social-modal-content::-webkit-scrollbar-thumb{background:linear-gradient(267deg,#da7c25 .36%,#b923e1);border-radius:3px}@media(max-width:600px){.social-modal-content{padding:20px;width:95%;max-height:85vh}.social-link-card{padding:14px 16px}.social-icon{font-size:20px;width:35px;height:35px;margin-right:12px}}body.modal-open{overflow:hidden}.hero{display:flex;align-items:center;justify-content:space-between;min-height:100vh;padding:80px 170px 50px;position:relative;overflow:hidden;max-width:100vw;top:0}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,#1d1235cc,#0c0718e6 70%),linear-gradient(135deg,#0f0c29,#302b63,#24243e);z-index:-2}.stars-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.star{position:absolute;background:#fff;border-radius:50%;animation:twinkle var(--duration) infinite ease-in-out;opacity:0}@keyframes twinkle{0%,to{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1)}}.nebula{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3;animation:float 20s infinite ease-in-out}.nebula-1{width:300px;height:300px;background:radial-gradient(circle,#DA7C25,transparent);top:10%;left:10%;animation-delay:0s}.nebula-2{width:400px;height:400px;background:radial-gradient(circle,#B923E1,transparent);bottom:10%;right:10%;animation-delay:-7s}.nebula-3{width:250px;height:250px;background:radial-gradient(circle,#4F46E5,transparent);top:50%;left:80%;animation-delay:-14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.hero-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:60px;margin-top:80px}.hero-image{flex:1;display:flex;justify-content:center;max-width:500px}.hero-image img{width:100%;max-width:500px;height:auto;animation:float-image 6s ease-in-out infinite}@keyframes float-image{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-text{flex:1;max-width:600px}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:20px;background:linear-gradient(135deg,#fff,#b923e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero h1 span{background:linear-gradient(135deg,#da7c25,#b923e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.3rem;line-height:1.6;margin-bottom:30px;color:#fffc;max-width:500px}.hero-action{display:flex;gap:20px;flex-wrap:wrap}.hero-connect,.hero-resume{padding:16px 32px;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.hero-connect{background:linear-gradient(267deg,#da7c25 .36%,#b923e1);color:#fff}.hero-resume{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-connect:hover{transform:translateY(-3px);box-shadow:0 10px 25px #b923e166}.hero-resume:hover{transform:translateY(-3px);border-color:#b923e1;box-shadow:0 10px 25px #b923e133}@media screen and (max-width:1200px){.hero{padding:80px 50px 50px}.hero-content{gap:40px}.hero h1{font-size:2rem}}@media screen and (max-width:968px){.hero{padding:80px 30px 50px;min-height:auto}.hero-content{flex-direction:column;text-align:center;gap:40px;margin-top:45px}.hero-text{max-width:100%}.hero h1{font-size:2.8rem}.hero p{margin-left:auto;margin-right:auto}.hero-action{justify-content:center}.nebula-1,.nebula-2,.nebula-3{display:none}}@media screen and (max-width:768px){.hero{padding:80px 20px 40px}.hero h1{font-size:2rem}.hero p{font-size:1.1rem}.hero-connect,.hero-resume{padding:14px 28px;font-size:1rem}}@media screen and (max-width:480px){.hero{padding:80px 15px 30px}.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero-action{flex-direction:column;align-items:center}.hero-connect,.hero-resume{width:100%;max-width:250px}.hero-image img{max-width:250px}}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 150px}.about-title{position:relative;margin-bottom:50px;margin-top:50px}.about-title h1{padding:0 30px;font-size:70px;font-weight:600}.about-title img{position:absolute;top:30px;left:400px;z-index:-1;width:150px}.about-left img{width:100%;max-width:750px}.about-sections{display:flex;gap:50px;margin-bottom:40px}.about-right{display:flex;flex-direction:column;gap:50px}.about-para{display:flex;flex-direction:column;gap:20px;font-size:23px;font-weight:500;max-width:950px}.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,#ff8a00 -5.09%,#b415ff 106.28%)}.about-achievements{display:flex;width:100%;justify-content:space-around;margin-bottom:80px;margin-top:50px}.about-achievement{display:flex;flex-direction:column;align-items:center;gap:10px;transition:.5s;margin-top:-70px}.about-achievement h1{font-size:50px;font-weight:700}.about-achievement p{font-size:22px;font-weight:500}.about-skill:hover{transform:scale(1.05);transition:.3s}.about-achievement:hover{transform:scale(1.1);transition:.5s}@media screen and (max-width:1200px){.about{padding:0 50px}.about-right{margin-top:-30px;display:flex;padding:0 40px}.about-para{text-align:center}.about-sections{gap:40px}.about-title h1{font-size:60px}.about-skill hr{width:50%}}@media screen and (max-width:968px){.about{padding:0 30px}.about-sections{flex-direction:column;text-align:center}.about-title h1{font-size:55px}.about-title img{left:50%;transform:translate(-50%);width:130px}.about-achievements{flex-wrap:wrap;gap:30px;margin-top:80px}}@media screen and (max-width:768px){.about{padding:0 20px;margin-top:40px}.about-title h1{font-size:45px}.about-left img{width:280px}.about-title img{left:50%;transform:translate(-50%);width:110px;top:25px}.about-para p{font-size:18px}.about-skill{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:20px;width:100%}.about-skill p{min-width:100px;font-size:18px;text-align:left}.about-skill hr{flex:1!important;width:auto!important;height:6px;margin:0}.about-achievements{margin-top:5px}.about-achievement{margin-top:-10px;margin-bottom:-30px}.about-achievement h1{font-size:35px!important}.about-achievement p{font-size:16px}}@media screen and (max-width:480px){.about{padding:0 15px}.about-title h1{font-size:35px;padding:0 20px}.about-title img{width:90px}.about-para{font-size:18px;gap:15px}.about-right{display:flex;flex-direction:column;justify-content:center;gap:30px;padding:0 15px}.about-skill p{min-width:90px;font-size:16px}.about-achievements{flex-direction:column;align-items:center;gap:30px}.about-achievement h1{font-size:40px}}.about{position:relative;overflow:hidden}.about:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 20%,rgba(218,124,37,.25) 0%,transparent 80%),radial-gradient(ellipse at 80% 80%,rgba(185,35,225,.25) 0%,transparent 80%),radial-gradient(ellipse at 40% 60%,rgba(79,70,229,.15) 0%,transparent 80%),radial-gradient(ellipse at 60% 30%,rgba(255,255,255,.1) 0%,transparent 80%),linear-gradient(135deg,#0a081f,#252150,#1c1a35);z-index:-2}.about:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 95%,rgba(255,255,255,.09) 100%),linear-gradient(0deg,transparent 95%,rgba(255,255,255,.09) 100%);background-size:50px 50px;z-index:-1;opacity:.4}.about-stars{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.about-star{position:absolute;background:#fff;border-radius:50%;animation:star-twinkle var(--duration) infinite ease-in-out;opacity:0;box-shadow:0 0 8px #ffffff80}@keyframes star-twinkle{0%,to{opacity:.1;transform:scale(.4)}50%{opacity:.8;transform:scale(1.2)}}.about-nebula{position:absolute;border-radius:50%;filter:blur(90px);opacity:.4;animation:nebula-float 15s infinite ease-in-out;z-index:-1}.about-nebula-1{width:400px;height:400px;background:radial-gradient(circle,rgba(218,124,37,.3),transparent);top:10%;left:10%}.about-nebula-2{width:500px;height:500px;background:radial-gradient(circle,rgba(185,35,225,.3),transparent);bottom:10%;right:10%}@keyframes nebula-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(40px,-40px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.services{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;padding:80px 10%;position:relative;min-height:100vh;overflow:hidden;background:#090120}.services-stars{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.services-star{position:absolute;background:#fff;border-radius:50%;animation:star-twinkle var(--duration) infinite ease-in-out;opacity:0}@keyframes star-twinkle{0%,to{opacity:.1;transform:scale(.3)}50%{opacity:.8;transform:scale(1)}}.services-title{position:relative;margin-bottom:40px;text-align:center;z-index:2}.services-title h1{font-size:65px!important;font-weight:600;color:#fff}.services-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;width:100%;max-width:1100px;z-index:2}.services-card{position:relative;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:30px;min-height:300px;transition:all .4s ease;cursor:pointer;overflow:hidden}.services-card:hover{transform:translateY(-10px);border-color:#b923e1;background:#ffffff14}.card-front{display:flex;flex-direction:column;align-items:center;text-align:center;gap:15px;transition:.4s ease}.card-back{position:absolute;top:0;left:0;width:100%;height:100%;padding:25px;background:linear-gradient(135deg,#160a3a,#090120);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:10px;opacity:0;visibility:hidden;transition:.4s ease}.services-card:hover .card-front{opacity:0;transform:scale(.9)}.services-card:hover .card-back{opacity:1;visibility:visible}.service-icon{width:60px;height:60px;background:#8652941a;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:12px;margin-bottom:10px}.service-icon-back{width:60px;height:60px;background:linear-gradient(135deg,#da7c25,#b923e1);border-radius:50px;display:flex;align-items:center;justify-content:center;padding:12px;margin-bottom:10px}.service-logo{width:100%;object-fit:contain;filter:brightness(0) invert(1)}.service-image img{width:25px;margin-top:15px;opacity:.5}.services-card h2{font-size:22px;font-weight:600;color:#fff}.service-preview p{font-size:14px;color:#ccc;line-height:1.6}.service-details{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;width:100%}.feature-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#eee;text-align:left}.feature-bullet{width:5px;height:5px;background:#da7c25;border-radius:50%;flex-shrink:0}.cta-button{background:linear-gradient(135deg,#da7c25,#b923e1);border:none;color:#fff;padding:10px 20px;border-radius:50px;font-size:13px;font-weight:600;margin-top:-12px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:.3s}.cta-button img{width:12px}@media screen and (max-width:1024px){.services{padding:60px 5%}.services-title h1{font-size:40px!important}.services-container{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width:768px){.services{padding:50px 20px}.services-title h1{font-size:35px}.services-container{grid-template-columns:1fr;max-width:350px}.services-card{min-height:300px}}@media screen and (max-width:480px){.services-title h1{font-size:30px}.services-card{padding:20px}}.mywork{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:130px 180px}.mywork-title{position:relative}.mywork-title h1{padding:0 30px;font-size:70px;font-weight:600}.mywork-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.work-item{position:relative;overflow:hidden;border-radius:10px;cursor:pointer;animation:fadeInUp .6s ease-out forwards}.mywork-container img{box-sizing:border-box;width:380px;height:280px;transition:.3s;cursor:pointer;object-fit:cover}.work-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000,#000c);display:flex;flex-direction:column;justify-content:flex-end;padding:20px;opacity:0;transition:.3s;color:#fff}.work-item:hover .work-overlay{opacity:1}.mywork-container img:hover{transform:scale(1.05)}.work-title{font-size:22px;font-weight:600;margin-bottom:10px}.work-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.work-category{background:#fff3;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.work-status{align-self:flex-start;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.work-status.online{background:#10b981;color:#fff}.work-status.encours{background:#f59e0b;color:#fff}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:20px;padding:30px;max-width:1000px;width:100%;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px #0000004d}.modal-close{position:absolute;top:20px;right:20px;background:#f8f9fa;border:none;font-size:24px;cursor:pointer;color:#333;width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;z-index:10}.modal-close:hover{background:#e9ecef;transform:rotate(90deg)}.modal-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:40px}.modal-left{display:flex;align-items:flex-start;justify-content:center}.modal-main-image{width:100%;max-width:400px;height:300px;object-fit:cover;border-radius:12px;box-shadow:0 8px 25px #00000026}.modal-right{padding-right:20px}.modal-header{margin-bottom:25px}.modal-header h1{font-size:28px;font-weight:700;margin-bottom:8px;color:#1a1a1a}.modal-subtitle{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.modal-year{background:#2563eb;color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600}.modal-type{color:#6b7280;font-size:14px;font-weight:500}.modal-technologies{margin-bottom:25px}.modal-technologies h3{font-size:16px;font-weight:600;margin-bottom:12px;color:#374151}.tech-tags{display:flex;flex-wrap:wrap;gap:8px}.tech-tag{background:#f3f4f6;color:#4b5563;padding:6px 14px;border-radius:16px;font-size:13px;font-weight:500;border:1px solid #e5e7eb}.modal-description{margin-bottom:30px}.modal-description h3{font-size:16px;font-weight:600;margin-bottom:10px;color:#374151}.modal-description p{color:#6b7280;line-height:1.6;font-size:14px}.modal-buttons{display:flex;gap:12px;flex-wrap:wrap}.modal-btn{padding:10px 24px;border-radius:8px;text-decoration:none;font-weight:600;font-size:13px;transition:all .3s ease;border:2px solid transparent;display:inline-flex;align-items:center;justify-content:center}.project-btn{background:linear-gradient(264deg,#da7c25 5.36%,#b923e1);color:#fff}.upload{width:30px}.project-btn:hover{transform:translateY(-2px)}.mockup-btn{background:transparent;color:#2563eb;border-color:#2563eb}.figma{width:22px}.mockup-btn:hover{color:#2563eb;transform:translateY(-2px)}.modal-bottom{border-top:1px solid #e5e7eb;padding-top:30px}.modal-bottom h3{font-size:16px;font-weight:600;margin-bottom:15px;color:#374151}.gallery-image{width:180px;height:120px;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px #0000001a;flex-shrink:0;transition:transform .3s ease}.gallery-image:hover{transform:scale(1.05)}.modal-gallery::-webkit-scrollbar{height:6px}.modal-gallery::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.modal-gallery::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.modal-gallery::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.modal-content::-webkit-scrollbar{width:12px;min-height:30px}.modal-content::-webkit-scrollbar-track{background:transparent}.modal-content::-webkit-scrollbar-thumb{background-color:#dbeaff;border-radius:6px;border:3px solid transparent;background-clip:content-box}.modal-content::-webkit-scrollbar-thumb:hover{background-color:#a8c8ff}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.lightbox-close{position:absolute;top:-50px;right:0;background:#fff3;border:none;font-size:30px;cursor:pointer;color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lightbox-close:hover{background:#ffffff4d;transform:rotate(90deg)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;font-size:40px;cursor:pointer;color:#fff;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.lightbox-prev{left:20px}.lightbox-next{right:20px}.lightbox-nav:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.1)}.lightbox-image-container{display:flex;justify-content:center;align-items:center;max-width:100%;max-height:80vh}.lightbox-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 10px 30px #00000080}.lightbox-counter{position:absolute;bottom:-40px;background:#fff3;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lightbox-overlay{animation:fadeIn .3s ease}.lightbox-content{animation:zoomIn .3s ease}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.gallery-image{cursor:zoom-in;transition:all .3s ease}.gallery-image:hover{transform:scale(1.05);box-shadow:0 6px 20px #0003}@media(max-width:768px){.lightbox-nav{width:50px;height:50px;font-size:30px}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-close{top:-40px;right:10px}}@media(max-width:768px){.modal-layout{grid-template-columns:1fr;gap:30px}.modal-right{padding-right:0}.modal-content{padding:20px}}.mywork-showmore:hover{gap:30px;transition:.6s}@media screen and (max-width:1200px){.mywork{margin:80px 40px;gap:50px}.mywork-container{grid-template-columns:1fr 1fr}.mywork-title h1{font-size:60px}}@media screen and (max-width:968px){.modal-layout{grid-template-columns:1fr;gap:30px}.modal-right{padding-right:0}.modal-main-image{max-width:100%}}@media screen and (max-width:768px){.mywork{margin:60px 20px;gap:40px}.mywork-title h1{font-size:40px}.mywork-container{grid-template-columns:1fr;justify-items:center}.mywork-container img{width:100%!important;max-width:450px;height:auto;aspect-ratio:4 / 3}.work-overlay{opacity:1;background:linear-gradient(180deg,#0000001a,#000000d9)}.modal-content{padding:20px}.modal-buttons{flex-direction:column;width:100%}.modal-btn{width:100%}.mywork-showmore{padding:15px 40px;font-size:18px;width:100%;max-width:300px}}@media screen and (max-width:480px){.mywork-title h1{font-size:32px;padding:0 10px}.modal-header h1{font-size:22px}.modal-gallery{gap:10px}.gallery-image{width:140px;height:100px}}.modal-gallery{display:flex;gap:15px;overflow-x:auto;padding-bottom:10px}.mywork-showmore{display:flex;justify-content:center;align-items:center;gap:15px;border-radius:50px;border:1px solid white;padding:15px 30px!important;font-size:20px;margin-bottom:80px;transition:.6s;cursor:pointer}.mywork-showmore:hover{gap:30px}.mywork-showmore img{width:25px}.logos-scroll-container{padding:2rem 0;background:transparent;display:flex;flex-direction:column;gap:1.5rem}.marquee-top,.marquee-bottom{padding:1rem 0}.logo-item{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 4rem;transition:all .3s ease}.logo-item img{height:60px;width:auto;filter:grayscale(30%);transition:all .3s ease}.logo-item span{margin-top:.5rem;font-size:.8rem;color:#666;font-weight:500}.logo-item:hover img{filter:grayscale(0%);transform:scale(1.1)}.logo-item:hover span{color:#333}@media(max-width:768px){.logo-item img{height:30px}.logo-item{margin:0 1.5rem}.logos-scroll-container{gap:1rem;padding:1rem 0}}@media(max-width:480px){.logo-item img{height:25px}.logo-item{margin:0 1rem}.logo-item span{font-size:.7rem}}.contact{display:flex;flex-direction:column;align-items:center;margin:100px 180px;gap:40px}.contact-title{position:relative;margin-bottom:50px}.contact-title h1{padding:0 30px;font-size:70px;font-weight:600}.contact-title img{position:absolute;bottom:8px;right:20px;width:140px;z-index:-1}.contact-section{display:flex;gap:50px;width:100%}.contact-left{display:flex;flex-direction:column;gap:30px;flex:1}.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:550px;color:#d8d8d8;font-size:20px}.contact-details{display:flex;flex-direction:column;gap:20px;color:#d8d8d8;font-size:22px}.contact-detail{display:flex;align-items:center;gap:15px}.contact-detail img{width:30px}.contact-right{display:flex;flex-direction:column;align-items:start;gap:30px;flex:1}.contact-right label{font-size:22px;font-weight:500;color:#d8d8d8}.contact-right input{border:none;width:100%;max-width:700px;height:78px;padding-left:20px;border-radius:4px;font-family:outfit;font-size:20px;background:#32323c;color:#a0a0a0}.contact-right textarea{border:none;width:100%;max-width:700px;padding:20px;border-radius:4px;font-family:outfit;font-size:20px;background:#32323c;color:#a0a0a0;resize:none;min-height:250px}.contact-submit{border:none;color:#fff;border-radius:50px;background:linear-gradient(270deg,#df8908 -5.09%,#b415ff);font-size:22px;padding:18px 40px;margin-bottom:50px;cursor:pointer;transition:.3s}.contact-submit:active{transform:scale(.95)}.contact-right input,.contact-right textarea{border:2px solid transparent;width:100%;max-width:700px;border-radius:4px;font-family:outfit;font-size:20px;background:#32323c;color:#a0a0a0;transition:all .3s ease}.contact-right input:focus,.contact-right textarea:focus{outline:none;border:1px solid #DF8908;background:#3b3b46;box-shadow:0 0 15px #df890833;color:#fff}.contact-submit{border:none;color:#fff;border-radius:50px;background:linear-gradient(270deg,#df8908 -5.09%,#b415ff);font-size:22px;padding:18px 40px;margin-bottom:50px;cursor:pointer;transition:all .4s ease;display:inline-flex;align-items:center;justify-content:center}.contact-result{color:#fff;font-size:18px;margin-top:15px;font-weight:500;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contact-submit:hover{transform:translateY(-5px);box-shadow:0 10px 20px #b415ff4d;filter:brightness(1.1)}.contact-submit:active{transform:translateY(-2px) scale(.95)}@media screen and (max-width:1200px){.contact{margin:80px 50px}}@media screen and (max-width:968px){.contact-section{flex-direction:column;gap:50px}.contact-left{align-items:center;text-align:center}.contact-right{align-items:center;width:100%}.footer-top-left{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.footer-top-left p{width:90%}}@media screen and (max-width:768px){.contact{margin:60px 30px}.contact-left h1{font-size:31px!important}.contact-right input,.contact-right textarea{height:50px}.contact-right label{font-size:18px}.contact-left p{font-size:16px!important}.contact-title{margin-bottom:5px}.contact-title h1{font-size:32px;text-align:center}.contact-title img{width:52px;top:50px;left:55%;transform:translate(-50px)}.contact-left h1{font-size:45px}.contact-details{font-size:18px}.contact-right input,.contact-right textarea{font-size:16px}.contact-submit{width:100%;max-width:300px}}.footer{display:flex;flex-direction:column;gap:30px;width:100%;background-color:#0b0228;padding-top:30px}.barre{margin:0 180px;border:1px solid #d9792a;opacity:.4}.footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;margin:0 180px;gap:25px}.footer-top-left p{font-size:18px;max-width:400px;color:#d8d8d8}.footer-top-left img{width:clamp(80px,50vw,180px);margin-bottom:1rem}.footer-top-right{display:flex;align-items:center;flex-wrap:wrap;gap:15px}.footer-email-input{display:flex;align-items:center;gap:20px;padding:10px 30px;border-radius:50px;background:#1c1c44}.footer-email-input input{outline:none;border:none;background:transparent;color:#a0a0a0;font-family:Outfit;font-size:18px}.footer-subscribe{font-size:18px;padding:10px 40px;border-radius:50px;border:1px solid #828282;cursor:pointer;transition:.3s;background:transparent;color:#828282}.footer-subscribe:hover{color:#d8d8d8;border:1px solid #d8d8d8}.footer-bottom{display:flex;justify-content:space-between;font-size:16px;margin:0 180px;flex-wrap:wrap;gap:20px}.footer-subscribe:active{background-color:#141734}@media screen and (max-width:1200px){.barre,.footer-top,.footer-bottom{margin:0 80px}}@media screen and (max-width:968px){.footer-top{flex-direction:column;align-items:flex-start}.footer-top-right{width:100%}.footer-email-input{flex:1}}@media screen and (max-width:768px){.barre,.footer-top,.footer-bottom{margin:0 30px}.footer-top-left p{font-size:16px}.footer-bottom{flex-direction:column-reverse;align-items:center;text-align:center}.footer-bottom-right{justify-content:center;gap:30px;margin-bottom:20px}.footer-email-input{width:100%;padding:12px 20px}.footer-subscribe{width:100%;text-align:center}}@media screen and (max-width:480px){.barre,.footer-top,.footer-bottom{margin:0 20px}.footer-top-right{gap:10px}.footer-bottom-right{gap:20px;font-size:14px}}.footer-link{cursor:pointer;transition:.3s;color:#d8d8d8}.footer-link:hover{color:#df8908;transform:translateY(-2px)}.footer-bottom-right{display:flex;gap:50px;margin-bottom:50px;flex-wrap:wrap}@media screen and (max-width:768px){.footer-bottom-right{gap:20px;justify-content:center}}.quote-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:3000;padding:10px}.quote-modal-content{background:#11101c;width:90%;max-width:500px;padding:30px;border-radius:15px;position:relative;border:1px solid #7a5a78;box-shadow:0 10px 30px #00000080;animation:fadeIn .3s ease-out;max-height:90vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#B923E1 #1f1e1c}.quote-modal-content::-webkit-scrollbar{width:6px}.quote-modal-content::-webkit-scrollbar-track{background:#1f1e1c}.quote-modal-content::-webkit-scrollbar-thumb{background-color:#444;border-radius:10px}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.quote-modal-close{position:absolute;top:15px;right:15px;width:30px;height:30px;background-color:#2c2c46;border-radius:50px;cursor:pointer;font-size:20px;color:#fff;opacity:.7;transition:.3s;z-index:10}.quote-modal-close:hover{background-color:#ff41d9;transform:rotate(-90deg) scale(1.02)}.quote-modal-header{margin-bottom:20px;text-align:center}.quote-modal-header h2{font-size:30px;font-weight:700;margin-bottom:5px;background:linear-gradient(267deg,#da7c25 .36%,#b923e1 102.06%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.quote-modal-header p{color:#c6c6c6;font-size:14px;margin:0}.quote-form{display:flex;flex-direction:column;gap:15px}.form-group label{display:block;margin-bottom:6px;color:#ccc;font-size:13px;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #444;background:#191829;color:#fff;font-size:15px;outline:none;font-family:Outfit,sans-serif}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#b923e1}.form-group.row{display:flex;gap:15px}.form-group .half{flex:1}.quote-submit-btn{padding:12px;border-radius:50px;border:none;background:linear-gradient(267deg,#da7c25 .36%,#b923e1 102.06%);color:#fff;font-size:16px;font-weight:600;cursor:pointer;margin-top:5px;transition:all .3s}.quote-submit-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #b923e166}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#b923e1;outline:none;box-shadow:0 0 0 2px #b923e133}.form-group select{appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23B923E1%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 15px top 50%;background-size:12px auto;cursor:pointer}.form-group select option{background-color:#1f1e1c;color:#fff;padding:10px}@media(max-width:600px){.quote-modal-content{padding:20px 15px;width:95%;max-height:85vh}.quote-modal-content input,.quote-modal-content select,.quote-modal-content textarea{font-size:16px!important}.quote-modal-header h2{font-size:22px}.form-group.row{flex-direction:column;gap:12px}.form-group input,.form-group select{padding:10px}.quote-submit-btn{font-size:15px;padding:14px}}
