.cards-container{display:flex;justify-content:center;align-items:stretch;gap:20px;margin:60px auto;padding:0 24px;max-width:1000px;width:100%}.card{flex:1;max-width:300px;padding:36px 28px 44px;border:1px solid #dde6ed;border-radius:10px;background-color:transparent;text-align:left;transition:box-shadow .4s ease,transform .4s ease;box-shadow:1.5px 3px 0 #e3bc43}.card:hover{box-shadow:6px 8px 0 #e3bc43;transform:translateY(-3px)}.card-accent-icon{color:#e3bc43;margin-bottom:28px;display:block;opacity:.9}.card-title-row{display:flex;flex-direction:row;align-items:center;margin-bottom:20px}.card-title-line{width:28px;height:2px;background-color:#e3bc43;border-radius:2px;flex-shrink:0}.card-heading{font-size:16px;font-weight:500;color:#dde6ed;margin-left:10px;letter-spacing:.05em;text-transform:uppercase}.card-desc{font-size:22px;line-height:1.65;color:#dde6ed;font-weight:400}.card-image{display:flex;justify-content:center;align-items:center}.icon{display:block;font-size:24px;margin-bottom:10px}.underli{position:relative;display:inline-block!important}.underli:before{content:"";position:absolute;bottom:-12px;left:0;height:15px;width:100%!important;border:3px solid transparent;border-top-color:#e3bc43;border-radius:40%}.meet-the-team{display:flex;align-items:center;justify-content:center;flex-direction:row}.contact-btn{background:transparent;border:.1px solid #fff;color:#fff;font-size:15px;padding:13px 35px;border-radius:10px;cursor:pointer;transition:box-shadow .4s ease,transform .4s ease;position:relative;overflow:hidden;z-index:1;letter-spacing:.05em}.contact-btn:hover{transform:translateY(-5px)}.btn-effect{box-shadow:0 0 0 #e3bc43}.btn-effect:hover{box-shadow:6px 8px 0 #e3bc43}.name{margin:20px;color:#fff;font-size:18px;font-weight:500;text-align:center}.icons{flex-direction:row}.central-info,.icons{display:flex;align-items:center;justify-content:center}.central-info{flex-direction:column;width:60%}.title-team{line-height:40px;font-size:35px}.description-team,.title-team{color:#dde6ed;text-align:center}.description-team{margin:30px 10%;font-size:17px;line-height:25px}.circle{flex-direction:column;align-items:center;justify-content:center;display:flex}@media (max-width:900px){.cards-container{flex-direction:column;align-items:center;padding:0 20px}.card{max-width:100%;width:100%}.card-desc{font-size:18px}}@media (max-width:768px){.meet-the-team{flex-direction:column}.title-team{font-size:28px;line-height:36px}.description-team{margin:20px 5%;font-size:15px}.central-info{width:90%;margin-top:50px}.circle{max-width:90%;margin-top:30px}.first-title{font-size:40px;line-height:40px}.card-desc{font-size:16px}.card{padding:28px 22px 36px}.first-title{font-size:40px;line-height:40px}}a#scroll-btn{height:3.3em;width:1.7em;border:1px solid #fff;bottom:4.25em;border-radius:3em}a#scroll-btn,a#scroll-btn:before{position:absolute;margin:auto;left:0;right:0}a#scroll-btn:before{content:"";top:.3em;height:.3em;width:.3em;background-color:#fff;border-radius:50%;animation:move-down 2s infinite}@keyframes move-down{80%{opacity:.5}to{transform:translateY(2em);opacity:0}}a#scroll-btn:after{position:absolute;content:"SCROLL DOWN";width:6em;display:block;text-align:center;left:-1.6em;bottom:-3.8em;font-size:.6em;color:#fff;letter-spacing:2px;font-weight:600}@media (max-width:900px){a#scroll-btn{bottom:8.25em}a#scroll-btn:after{font-size:.6em}}.projects-section{width:100%;padding:80px 0 90px;display:flex;flex-direction:column;align-items:center;background-color:#0a0a0a}.projects-heading{margin-bottom:48px}.projects-carousel-wrapper{width:100%;max-width:1000px;margin:0 auto;padding:0 24px}.projects-carousel-row{display:flex;align-items:center;gap:12px}.carousel-arrow{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:hsla(0,0%,9%,.75);border:1px solid #404040;color:#d4d4d4;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color .3s ease,color .3s ease,box-shadow .3s ease}.carousel-arrow:hover{border-color:rgba(227,188,67,.55);color:#e3bc43;box-shadow:0 0 18px rgba(227,188,67,.14)}.embla{flex:1;overflow:hidden;padding:14px 0 22px}.embla__container{display:flex;gap:20px;touch-action:pan-y pinch-zoom}.embla__slide{min-width:0;flex:0 0 calc(33.333% - 14px)}.project-card{width:100%;height:380px;background:hsla(0,0%,9%,.6);border:1px solid #262626;border-radius:16px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 25px 50px -12px rgba(0,0,0,.5);overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:border-color .35s ease,box-shadow .35s ease}.project-card:hover{border-color:#404040;box-shadow:0 25px 60px -10px rgba(0,0,0,.7)}.project-image-wrap{position:relative;aspect-ratio:16/10;overflow:hidden;flex-shrink:0}.project-img{object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.project-card:hover .project-img{transform:scale(1.06)}.project-img-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.72));z-index:1}.project-badge{position:absolute;bottom:12px;left:14px;z-index:2;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#e3bc43;background:hsla(0,0%,9%,.75);padding:4px 11px;border-radius:8px;border:1px solid rgba(227,188,67,.38);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.project-body{padding:20px 22px 24px;display:flex;flex-direction:column;flex:1}.project-name{font-size:18px;font-weight:600;color:#fff;margin-bottom:8px;line-height:1.3;font-family:var(--font-poppins)}.project-desc{font-size:13.5px;line-height:1.65;color:#a3a3a3;margin-bottom:16px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.project-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.project-tag{font-size:11px;font-weight:500;color:#737373;background:rgba(38,38,38,.8);border:1px solid #404040;border-radius:100px;padding:3px 10px;letter-spacing:.04em}.project-footer{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid #262626;margin-top:auto}.project-link{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#e3bc43;text-decoration:none;transition:gap .25s ease,opacity .2s ease}.project-link:hover{gap:9px;opacity:.8}.project-link-soon{font-size:11.5px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#525252}.project-year{font-size:11px;color:#525252}.carousel-dots-row{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:28px}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#404040;border:none;cursor:pointer;padding:0;transition:background .3s ease,width .3s ease,border-radius .3s ease}.carousel-dot--active{background:#e3bc43;width:22px;border-radius:4px}@media (max-width:768px){.carousel-arrow{display:none}.embla__slide{flex:0 0 88%}.project-card{height:auto}.project-image-wrap{aspect-ratio:16/9}.project-body{flex:0 0 auto;padding:14px 16px 18px}.project-desc{flex:0 0 auto;-webkit-line-clamp:3;margin-bottom:12px}.project-footer{margin-top:0;padding-top:12px}.project-name{font-size:16px;margin-bottom:6px}.project-tags{margin-bottom:12px}.projects-section{padding:60px 0 70px}.projects-carousel-wrapper{padding:0 16px}.projects-heading{margin-bottom:32px}}.h4{color:#cacaca;font-size:20px;margin-top:5px}.card-big-text{font-size:20px;color:#dde6ed;text-align:left}.card-text{color:#cacaca;text-align:left}.card-title{color:#fff;text-align:left;font-size:25px;font-weight:500}.grid-list{display:flex;justify-content:center;list-style:none;padding:0;margin:50px 10%}.section-services{margin:50px 10%;border-radius:0 60px 60px 60px;flex-direction:row}.figure-services,.section-services{display:flex;background-color:#cacaca;align-items:center;justify-content:center}.figure-services{transform:rotate(90deg);margin:0 60px}.services-text{display:flex;justify-content:center;align-items:center;margin-left:100px;flex:0.6}.image-services{max-width:100%;height:auto}.card-icon{display:flex}.service-icon-wrapper{display:flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:16px;background:rgba(227,188,67,.08);border:1px solid rgba(227,188,67,.2)}.about-card{width:40%;border-radius:10px;background-color:transparent;margin:0 15px;padding:40px;text-align:left;flex-direction:column}.underlined{position:relative;display:inline-block!important}.underlined:before{content:"";position:absolute;bottom:-12px;left:0;height:15px;width:100%!important;border:3px solid transparent;border-top-color:#27374d;border-radius:40%}.big{font-size:50px}.list-customer{display:flex;flex-direction:row;margin-bottom:80px}.emoji-stage{font-size:40px}.stage{flex-direction:column;width:100px;margin:0 50px;align-items:center;justify-content:center;display:flex}.text-stage{color:#fff;font-size:18px;font-weight:500;text-align:center}.second-title-wdwd{text-align:center;font-size:25px;color:#f5f5f5}.gradient-text{background:linear-gradient(90deg,#e3bc43,#f1d76b);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.desc-stage{color:#dde6ed;font-size:15px;width:200px;text-align:center}.process-description{margin:30px 20%;text-align:center;font-size:25px;color:#f5f5f5}@media (max-width:900px){.grid-list{flex-direction:column;align-items:center;margin:20px 5%}.about-card{width:100%;max-width:520px;margin:12px 0}}@media (max-width:768px){.card-icon{height:35px;width:35px}.about-card{width:100%;max-width:100%;margin:10px 0;padding:24px}.grid-list{margin:0 5%}.second-title-wdwd{font-size:18px;margin:0 5%}.card-text{font-style:italic}.card-title{font-size:20px}.card-big-text,.h4{font-size:16px}.h4{margin-top:30px}.list-customer{flex-direction:column;align-items:center;margin-bottom:40px}.stage{width:auto;margin:8px 0}.desc-stage{width:100%;max-width:260px}.arrow{display:flex;margin:8px auto;align-items:center;justify-content:center}.first-title{font-size:40px;line-height:44px}.process-description{margin:20px 5%;font-size:18px}}