.clients-review-section .box .content{flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;width:100%;max-width:700px;display:flex}.clients-review-section .box .clients-cards{background-position:right 10% top;background-repeat:no-repeat;background-size:150px;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:100%;padding:2rem;display:flex;position:relative;overflow-x:hidden}.clients-review-section .box .clients-cards :is(.row-1,.row-2){opacity:0;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}@keyframes animation-scroll-row-1{0%{opacity:0;transform:translate(0)}5%{opacity:1;transform:translate(-5%)}95%{opacity:1}to{opacity:0;transform:translate(-70%)}}@keyframes animation-scroll-row-2{0%{opacity:0;transform:translate(20%)}5%{opacity:1;transform:translate(15%)}95%{opacity:1}to{opacity:0;transform:translate(-50%)}}.clients-review-section .box .clients-cards .row-1{max-width:1100px;animation:25s linear infinite animation-scroll-row-1}.clients-review-section .box .clients-cards .row-2{animation:25s linear 1s infinite animation-scroll-row-2;position:relative;transform:translate(20%)}.overflow-box-row-1-left{z-index:10;background-image:linear-gradient(to right, var(--theme-white-1) 50%, transparent 100%);flex-direction:column;width:10rem;height:11rem;display:flex;position:absolute;top:0;left:0}.overflow-box-row-1-right{z-index:10;background-image:linear-gradient(to left, var(--theme-white-1) 10%, transparent 100%);flex-direction:column;width:5rem;height:11rem;display:flex;position:absolute;top:0;right:0}.overflow-box-row-2-left{z-index:10;background-image:linear-gradient(to right, var(--theme-white-1) 50%, transparent 100%);flex-direction:column;width:15rem;height:11rem;display:flex;position:absolute;bottom:0;left:0}.overflow-box-row-2-right{z-index:10;background-image:linear-gradient(to left, var(--theme-white-1) 50%, transparent 100%);flex-direction:column;width:5rem;height:11rem;display:flex;position:absolute;bottom:0;right:0}.clients-review-section .box .clients-cards .client-card{background-color:var(--theme-white-1);border-radius:var(--border-radius-3);width:100%;min-width:fit-content;max-width:390px;min-height:150px;max-height:150px;box-shadow:var(--cards-box-shadow-1);justify-content:center;align-items:center;padding:0 1rem;display:flex}.clients-review-section .box .clients-cards .client-card img{object-fit:contain;object-position:center;border-radius:var(--border-radius-1);width:100%;max-width:150px;display:flex}
