/*================================
    Marquee Animation Style 
================================*/

.wdt-animation-wrapper { position: relative; display: flex; flex-flow: row nowrap; overflow: hidden; }

.wdt-animation-wrapper div[class*="-marqee"] { width: auto; flex: 0 0 auto; display: grid; grid-auto-flow: column; align-items: center; }

.wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item { display: inline-flex; flex: 0 0 auto; text-align: center; position: relative; }
.wdt-animation-wrapper .wdt-animation-item { padding: 0 clamp(0.875rem, 0.7308rem + 0.641vw, 1.5rem); /*  Min-14 & Max-24 */ }

.wdt-animation-wrapper div[class*="-marqee"].right-to-left { 
    -webkit-animation: MarqueeLeft 24s linear infinite 0ms; animation: MarqueeLeft 24s linear infinite 0ms; }
.wdt-animation-wrapper div[class*="-marqee"].left-to-right { 
    -webkit-animation: MarqueeRight 24s linear infinite 0ms; animation: MarqueeRight 24s linear infinite 0ms; }
  
.wdt-animation-wrapper:hover div[class*="-marqee"] { -webkit-animation-play-state: paused; animation-play-state: paused; }

@keyframes MarqueeLeft { 
    from { margin-left: 0; } 
    to { margin-left: var(--wdt-marque-Margin-Width); } 
}
@keyframes MarqueeRight { 
    from { margin-left: var(--wdt-marque-Margin-Width); } 
    to { margin-left: 0; } 
}

/* ===========================
    Animation Text Style 
=========================== */

.wdt-animation-item.text-item { display: inline-block; }
.wdt-animation-item.text-item .wdt-animation-text { font-size: clamp(1.75rem, 1.4615rem + 1.2821vw, 3rem); /* Min-28 & Max-48 */
    font-weight: var(--wdtFontWeight_Alt); font-family: var(--wdtFontTypo_Alt); text-transform: capitalize; line-height: 1; }

.wdt-animation-item.text-item .wdt-animation-text a { text-decoration: none !important; }
.wdt-animation-item.text-item .wdt-animation-text a:hover {
    background-color: transparent; background-size: cover; color: transparent;
    background-clip: text; -webkit-background-clip: text; -webkit-text-stroke: 1px var(--wdtPrimaryColor); }

/* ===========================
    Animation Icon Style 
=========================== */

.wdt-animation-item.icon-item i { display: flex; align-items: center; justify-content: center;
    font-size: clamp(1.75rem, 1.4615rem + 1.2821vw, 3rem); /* Min-28 & Max-48 */
    width: clamp(1.75rem, 1.4615rem + 1.2821vw, 3rem); /* Min-28 & Max-48 */
    height: clamp(1.75rem, 1.4615rem + 1.2821vw, 3rem); /* Min-28 & Max-48 */ }

/* ===========================
    Animation Image Style 
=========================== */

.wdt-animation-item.image-item img { object-fit: cover; object-position: center;
    width: clamp(1.75rem, 1.4615rem + 1.2821vw, 3rem); /* Min-28 & Max-48 */
    height: clamp(1.75rem, 1.4615rem + 1.2821vw, 3rem); /* Min-28 & Max-48 */ }

/*==== Additional Works ====*/
    
/* Client Logos */
.wdt-client-logo-a .wdt-animation-wrapper .wdt-animation-item { padding:0 clamp(1.25rem, -1.0938rem + 7.5vw, 3.125rem); }
.wdt-client-logo-a .wdt-animation-wrapper .wdt-animation-item i { 
    font-size: clamp(8.75rem, 8.0828rem + 3.681vw, 12.5rem); width: clamp(8.75rem, 8.0828rem + 3.681vw, 12.5rem); 
    height: clamp(5rem, 4.5552rem + 2.454vw, 7.5rem); }

/* Parallel Carousel */
/* .wdt-parellel-showcase .wdt-animation-holder .wdt-animation-wrapper { justify-content: center; } */
.wdt-parellel-showcase .wdt-animation-wrapper .wdt-animation-item { padding: 0; }
.wdt-parellel-showcase .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item.image-text {
    display: grid; place-items: center; padding: 0 clamp(2.5rem, -0.625rem + 10vw, 5rem); }
.wdt-parellel-showcase .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item.image-text > div { grid-area: 1/-1; place-items: center; }
.wdt-parellel-showcase .wdt-animation-item.text-item .wdt-animation-text {
    font-size: clamp(1.625rem, 1.5249rem + 0.5521vw, 2.1875rem); font-weight: var(--wdtFontWeight_Alt); text-transform: capitalize; }
.wdt-parellel-showcase .wdt-animation-item.text-item:hover .wdt-animation-text a,
.wdt-parellel-showcase .wdt-animation-item.text-item .wdt-animation-text a:hover { color: var(--wdtPrimaryColor); }
.wdt-parellel-showcase .wdt-animation-item.text-item .wdt-animation-text a:hover {
    background-color: unset; background-clip: unset; -webkit-text-stroke: 0; }
.wdt-parellel-showcase .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item.image-text:after {
    content: "/"; position: absolute; width: auto; height: 100%; font-size: clamp(2.1875rem, 1.9762rem + 1.1656vw, 3.375rem); 
    display: flex; justify-content: center; align-items: center; top: 0; left: auto; right: -10px; bottom: 0; margin: auto; }
.wdt-parellel-showcase .wdt-animation-item.image-item img {
    width: clamp(7.5rem, 6.25rem + 6.25vw, 13.75rem); height: clamp(6.25rem, 5.5rem + 3.75vw, 10rem); opacity: 0; 
    transform: skewX(5deg) skewY(1deg) scale(.5); -webkit-transition: var(--wdt-Livi-Transition); transition: var(--wdt-Livi-Transition); 
    object-fit: cover; object-position: center; -webkit-border-radius: var(--wdtRadius_3X); border-radius: var(--wdtRadius_3X); }
.wdt-parellel-showcase .wdt-animation-item.image-text:hover .wdt-animation-item.image-item img {
    -webkit-transform: skewX(0) skewY(0) scale(1); transform: skewX(0) skewY(0) scale(1); opacity: 1; }
.wdt-parellel-showcase .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item.image-text:hover .text-item { 
    -webkit-transform: scale(1); transform: scale(1); opacity: 1; -webkit-transition: var(--wdt-Livi-Transition); transition: var(--wdt-Livi-Transition); }
.wdt-parellel-showcase .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item.image-text:hover .text-item {     
    opacity: 0; -webkit-transform: scale(0.5); transform: scale(0.5); }

/* ===========================
    Responsive
=========================== */

