span.proj-badge__name{font-family:"Manrope",Sans-serif;font-size:20px;font-weight:500;text-transform:none;text-decoration:none;line-height:160%;color:#74cc3c}.projects-loop{--w-active:600px;--h-active:550px;--w-inactive:clamp(160px,22vw,250px);--h-inactive:380px;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:16px;max-width:100%;overflow:hidden;padding:8px 0;box-sizing:border-box}.projects-loop .box-project{position:relative;width:var(--w-inactive);height:var(--h-inactive);flex:0 0 auto;transition:width .45s cubic-bezier(.22,.61,.36,1),height .45s cubic-bezier(.22,.61,.36,1);will-change:width,height;box-sizing:border-box}.projects-loop .box-project.is-active{width:var(--w-active);height:var(--h-active)}.projects-loop .box-project:not(.is-active) h5.elementor-heading-title{font-size:22px;line-height:1.2;transition:font-size .25s ease}.projects-loop .box-project:not(.is-active) .bg-box-project{border-radius:0 0 45px 45px;transition:border-radius .25s ease}.projects-loop .box-project .box-view-projetct{display:none}.projects-loop .box-project.is-active .box-view-projetct{display:block}.projects-loop .box-project .box-img-project{transition:min-height .45s cubic-bezier(.22,.61,.36,1)}.projects-loop .box-project.is-active .box-img-project{min-height:100%}.projects-loop .box-project:hover .box-img-project{min-height:100%}.projects-loop .box-project img,.projects-loop .box-project video,.projects-loop .box-project .thumb{width:100%;height:100%;object-fit:cover;display:block}