/*================================
    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 { font-size: var(--wdtFontSize_Ext); color: var(--wdtHeadAltColor); padding: 0 clamp(0.875rem, 0.7308rem + 0.641vw, 1.5rem); /*  Min-14 & Max-24 */ }
.wdt-dark-bg .wdt-animation-wrapper .wdt-animation-item { color: var(--wdtAccentTxtColor); }
.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; }

/* home-9 */

/* .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item a {color: var(--wdtAccentTxtColor);}
.wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item a:hover {color: var(--wdtBodyBGColor);-webkit-text-stroke: 1px var(--wdtHeadAltColor);;} */


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

.wdt-animation-with-line .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item:after{content: '';position: absolute;width: 50px;height: 1px;background: rgba(var(--wdtBodyBGColorRgb), 0.39);top: 0;bottom: 0;margin: auto;right: -25px; }
.wdt-animation-with-line .wdt-animation-wrapper .wdt-animation-item {padding: 0 120px;}
.wdt-animation-with-line .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item{color: rgba(var(--wdtAccentTxtColorRgb), 0.7); font-size: var(--wdtFontSize_Ext); }
.wdt-animation-with-line .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item a{color: var(--wdtAccentTxtColor); font-weight: var(--wdtFontWeight_Ext);text-transform: capitalize; padding-left: 8px; text-decoration: underline; }
.wdt-animation-with-line .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item a:hover{color: var(--wdtPrimaryColor);}

.wdt-animation-with-line .wdt-header-animation .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item a:hover{-webkit-text-stroke: unset;}


/* ===========================
    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: normal; }
.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: var(--wdtPrimaryColor); }

.wdt-animation-dark-bg .wdt-animation-item.text-item .wdt-animation-text a { color: rgba(var(--wdtAccentTxtColorRgb), 1); }
.wdt-animation-dark-bg .wdt-animation-item.text-item .wdt-animation-text a:hover { color: var(--wdtPrimaryColor); }

.wdt-animation-dark-bg .wdt-animation-wrapper .wdt-animation-item, .wdt-animation-dark-bg .wdt-animation-item.text-item .wdt-animation-text { font-size: clamp(1.625rem, 1.4808rem + 0.641vw, 2.25rem); color: var(--wdtAccentTxtColor); }
.wdt-animation-dark-bg .wdt-animation-wrapper .wdt-animation-item { padding: 0 clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem); }

.wdt-animation-dark-bg.style-2 .wdt-animation-item.text-item .wdt-animation-text:after { content: ''; position: absolute; width: 30px; height: 1px; background: currentColor; top: 50%; right: -15px; }
.wdt-animation-dark-bg.style-2 .wdt-animation-wrapper .wdt-animation-item { padding: 0 75px; }
/* .wdt-animation-dark-bg.style-2 .wdt-animation-item.text-item .wdt-animation-text { font-size: clamp(1.375rem, 1.3462rem + 0.1282vw, 1.5rem); } */

/* .wdt-animation-dark-bg.style-3 .wdt-animation-item.text-item .wdt-animation-text { font-size: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem); } */
/* .wdt-animation-dark-bg.style-3 .wdt-animation-item.text-item .wdt-animation-text a:hover { color: rgba(var(--wdtAccentTxtColorRgb), 0.3); -webkit-text-stroke: currentColor;} */
.wdt-animation-dark-bg.style-3 .wdt-animation-item.image-item img { border-radius: var(--wdtRadius_Full); }

.wdt-animation-light-bg .wdt-animation-item.text-item .wdt-animation-text a { font-size: clamp(1.25rem, 0.125rem + 5vw, 6.125rem); font-weight: var(--wdtFontWeight_Alt); color: var(--wdtBorderColor); transition: var(--wdtBaseTransition); }
.wdt-animation-light-bg:not(.wdt-dark-bg) .wdt-animation-item.text-item:nth-child(even) .wdt-animation-text a {color: var(--wdtHeadAltColor);}
.wdt-animation-light-bg .wdt-animation-item.text-item .wdt-animation-text a:hover { color: var(--wdtPrimaryColor); -webkit-text-stroke: currentColor; }
.wdt-animation-light-bg:not(.wdt-dark-bg) .wdt-animation-item.text-item .wdt-animation-text a:hover {color: var(--wdtBodyBGColor);text-shadow: 0 0px 1px var(--wdtSecondaryColor); }

.wdt-animation-light-bg.style-2 .wdt-animation-holder:before { content: ""; position: absolute; left: 0; z-index: 1; width: 100%; height: 100%; background: linear-gradient(to right, var(--wdtAccentTxtColor) 0%, transparent 3%); background-repeat: no-repeat; pointer-events: none; }
.wdt-animation-light-bg.style-2 .wdt-animation-holder:after { content: ""; position: absolute; right: 0; top: 0; z-index: 1; width: 100%; height: 100%; background: linear-gradient(to left, var(--wdtAccentTxtColor) 0%, transparent 3%); pointer-events: none; }

.wdt-animation-dark-bg.style-2.wdt-cus-animation-hover.home-7 .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item,
.wdt-animation-dark-bg.style-2.wdt-cus-animation-hover.home-7 .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item a{
    color: var(--wdtHeadAltColor);}
.wdt-animation-dark-bg.style-2.wdt-cus-animation-hover.home-7 .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item a:hover{
    color: var(--wdtPrimaryColor);}
.wdt-animation-dark-bg.style-2.wdt-cus-animation-hover.home-7 .wdt-animation-item.text-item .wdt-animation-text:after{
    background: var(--wdtHeadAltColor);}

.wdt-animation-dark-bg-style-3.home-8 .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item a{color: var(--wdtBodyTxtColor);}

.wdt-custom-animation-style-b.home-9 .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item a {color: var(--wdtHeadAltColor);}
.wdt-custom-animation-style-b.home-9 .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item a:hover { color: var(--wdtPrimaryColor); }

.wdt-animation-dark-bg.home-9 .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item a { color: var(--wdtAccentTxtColor); }
.wdt-animation-dark-bg.home-9 .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item a:hover { color: var(--wdtPrimaryColor); }
/* .wdt-animation-dark-bg.home-9 .wdt-animation-wrapper div[class*="-marqee"] .wdt-animation-item a:hover{color: var(--wdtSecondaryColor);text-shadow: 0 0px 1px var(--wdtAccentTxtColor);} */

/* ===========================
    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 */ 
}

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

