/*================================
    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 { 
    position: relative; display: inline-flex; flex: 0 0 auto; text-align: center; font-size: clamp(1.25rem, 1.2055rem + 0.2454vw, 1.5rem); 
    font-weight: var(--wdtFontWeight_Alt); text-transform: capitalize; color: var(--wdtAccentTxtColor); }
.wdt-animation-wrapper .wdt-animation-item { padding: 0 clamp(0.875rem, 0.7308rem + 0.641vw, 1.5rem); /*  Min-14 & Max-24 */ }

.wdt-animation-demo .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item { box-shadow: var(--wdtBorderColor) 0 0 0 1px; -webkit-box-shadow: var(--wdtBorderColor) 0 0 0 1px; margin: 1px 0 0; }

/* Animation Alt Root */
:root { --wdt-marque-width-alt: 2578.47px; --wdt-marque-Margin-Width-alt: -2578.47px; }

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

@keyframes MarqueeLeftalt { from { margin-left: 0; } to { margin-left: var(--wdt-marque-Margin-Width-alt); } }
@keyframes MarqueeRightalt { from { margin-left: var(--wdt-marque-Margin-Width-alt); } to { margin-left: 0; } }

/* End */

.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; } 
}

/* ===========================
    Vertical Animation Style
=========================== */

.wdt-animation-holder.vertical { overflow: hidden; }

.wdt-animation-holder.vertical .wdt-animation-wrapper { height: var(--wdt-marque-height); }

.wdt-animation-holder.vertical .wdt-animation-wrapper .wdt-animation-item { display: block; }

.wdt-animation-holder.vertical .wdt-animation-wrapper div[class*="-marqee"].top-to-bottom,
.wdt-animation-holder.vertical .wdt-animation-wrapper div[class*="-marqee"].top-to-bottom ~ div[class*="-cloned-marqee"] {
    -webkit-animation: MarqueeTop 24s linear infinite 0ms; animation: MarqueeTop 24s linear infinite 0ms; }

.wdt-animation-holder.vertical .wdt-animation-wrapper div[class*="-marqee"].bottom-to-top,
.wdt-animation-holder.vertical .wdt-animation-wrapper div[class*="-marqee"].bottom-to-top ~ div[class*="-cloned-marqee"] {
    -webkit-animation: MarqueeBottom 24s linear infinite 0ms; animation: MarqueeBottom 24s linear infinite 0ms; }

.wdt-animation-wrapper:hover div[class*="-marqee"] { -webkit-animation-play-state: paused !important; animation-play-state: paused !important; }
.wdt-animation-wrapper div[class*="-marqee"].top-to-bottom, .wdt-animation-wrapper div[class*="-marqee"].top-to-bottom + .wdt-animation-cloned-marqee { display: flex; flex-direction: row; writing-mode: vertical-rl; gap: 20px; }
.wdt-animation-holder.vertical .wdt-animation-wrapper { flex-direction: column; gap: 20px; }
.wdt-animation-wrapper div[class*="-marqee"].top-to-bottom .wdt-animation-item.text-item, .wdt-animation-wrapper div[class*="-marqee"].top-to-bottom + .wdt-animation-cloned-marqee .wdt-animation-item.text-item { transform: scale(-1); }

@keyframes MarqueeTop {
    from { transform: translateY(var(--wdt-marque-Margin-height)); }
    to { transform: translateY(0); }
}

@keyframes MarqueeBottom {
    from { transform: translateY(0); }
    to { transform: translateY(var(--wdt-marque-Margin-height)); }
}
.wdt-cus-animation-style-02 .wdt-animation-holder.vertical .wdt-animation-wrapper .wdt-animation-item.text-item .wdt-animation-text a:before { position: absolute; content: ''; width: 1px; height: 0px; background: var(--wdtPrimaryColor); bottom: 0; right: auto; left: 0; transition: var(--wdtBaseTransition); }
.wdt-cus-animation-style-02 .wdt-animation-holder.vertical .wdt-animation-wrapper .wdt-animation-item.text-item .wdt-animation-text a:hover:before { height: 100%; bottom: auto; top: 0; width: 1px; }
.wdt-cus-animation-style-02.banner.elementor-widget .elementor-widget-container { width: fit-content; min-width: 90px; }
.wdt-cus-animation-style-02.banner .wdt-animation-wrapper .wdt-animation-item.text-item .wdt-animation-text a { word-spacing: 4px; }

/* ===========================
    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; color: inherit; }

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

.wdt-animation-item.icon-item i { display: flex; align-items: center; justify-content: center;
    font-size: clamp(1.875rem, 1.8083rem + 0.3681vw, 2.25rem); /* Min-30 & Max-36 */
    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 */ }

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

