/*================================
    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; 
    backface-visibility: hidden; will-change: transform; isolation: isolate; }

.wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item { 
    display: inline-flex; flex: 0 0 auto; text-align: center; position: relative; 
    backface-visibility: hidden; will-change: transform; isolation: isolate; }
.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(2.8125rem, 2.7347rem + 0.4294vw, 3.25rem); /*Min-45 & Max-52*/
    backface-visibility: hidden; will-change: transform; isolation: isolate; }

/* ===========================
    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 */
    backface-visibility: hidden; will-change: transform; isolation: isolate; }

/*======================================== LetsGo ========================================*/

/*==== Demo 1 Animation Style ====*/
.wdt-letsgo-animation-style-a .wdt-animation-wrapper .wdt-animation-item { 
    padding: 0 clamp(1.875rem, 1.5414rem + 1.8405vw, 3.75rem); /*60px - 30px*/ height: 100%; display: flex; align-items: center; }
.wdt-letsgo-animation-style-a .wdt-animation-wrapper .wdt-animation-item:after { 
    content: ""; position: absolute; width: 1px; height: 100%; top: 0; right: 0; bottom: 0; left: auto; 
    background-color: var(--wdtBorderColor); margin: auto; }
.wdt-letsgo-animation-style-a .wdt-animation-wrapper .wdt-animation-item.image-item img { 
    width: 100%; max-width: clamp(5rem, 3.6656rem + 7.362vw, 12.5rem); /*200px - 80px*/ height: 100%; }

/*==== Demo 3 Animation Style ====*/
.wdt-letsgo-animation-style-b .wdt-animation-item.text-item .wdt-animation-text, 
.wdt-letsgo-animation-style-b .wdt-animation-item.text-item { 
    font-family: var(--wdtFontTypo_Alt); font-size: var(--wdtFontSize_H5); font-weight: var(--wdtFontWeight_Alt); 
    line-height: var(--wdtLineHeight_Alt); text-transform: capitalize; color: var(--wdtSecondaryColor); }
.wdt-letsgo-animation-style-b .wdt-animation-item.text-item .wdt-animation-text a { color: var(--wdtSecondaryColor); }
.wdt-letsgo-animation-style-b .wdt-animation-item.text-item .wdt-animation-text a:hover { 
    color: var(--wdtSecondaryColor); -webkit-text-stroke: 0px var(--wdtPrimaryColor); }
.wdt-letsgo-animation-style-b .wdt-animation-wrapper .wdt-animation-item { padding: 0;}
.wdt-letsgo-animation-style-b .wdt-animation-wrapper .wdt-animation-item.text-item { 
    padding: 0 clamp(1.25rem, 1rem + 1.25vw, 2.5rem) 0 15px; }
.wdt-letsgo-animation-style-b .wdt-animation-wrapper .wdt-animation-item.icon-item {
     padding: 0 0 0 clamp(1.25rem, 1rem + 1.25vw, 2.5rem); }
.wdt-letsgo-animation-style-b .wdt-animation-wrapper .wdt-animation-item.icon-item:after { 
    content:""; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; height: 70%; background-color: var(--wdtBorderColor); margin: auto; }

/*==== Demo 1 Animation Style 2 ====*/
.wdt-letsgo-animation-style-c .wdt-animation-wrapper .wdt-animation-item { 
    padding: 0 20px; height: 100%; display: flex; align-items: center; }
.wdt-letsgo-animation-style-c .wdt-animation-wrapper .wdt-animation-item.image-item img { 
    width: 100%; max-width: clamp(7.5rem, 7.2776rem + 1.227vw, 8.75rem); /*140px - 120px*/ height: 100%; }

/*==== Home-2-brand-logo ====*/
.wdt-cus-h2-brand-logo .wdt-animation-wrapper .wdt-animation-item { padding: 0 clamp(1.5625rem, 1.25rem + 1.5625vw, 3.125rem); }
.wdt-cus-h2-brand-logo .wdt-animation-wrapper .wdt-animation-item.icon-item i { 
    font-size: inherit; width: clamp(9.375rem, 8.125rem + 6.25vw, 15.625rem); height: clamp(3.125rem, 2.75rem + 1.875vw, 5rem); }
.wdt-cus-h2-brand-logo .wdt-animation-wrapper .wdt-animation-item.icon-item i svg { width: inherit; height: inherit; }

/* ===========================
    Responsive
=========================== */


