﻿



.ticker-wrapper {
    overflow: hidden;
    width: 100%;
}

.ticker-move {
    display: inline-block;
    white-space: nowrap;
    animation: ticker 25s linear infinite;
    will-change: transform;
}

    .ticker-move span {
        display: inline-block;
        margin: 0 20px;
    }

@keyframes ticker {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}







.ticker-move {
    display: inline-block;
    white-space: nowrap;
    animation: ticker 50s linear infinite;
    width: 100%;
    margin-top: 6px;
}

    .ticker-move span {
        margin: 0 20px;
    }




.news-ticker {
    display: flex;
    align-items: center;
    background: var(--dark);
    color: var(--text-light);
    overflow: hidden;
    font-family: "Halant", sans-serif;
    width: 100%;
}

.ticker-label {
    background: var(--primary);
    color: var(--secondary);
    padding: 6px 15px;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    padding-bottom: 4px;
}

    .ticker-label::after {
        content: "";
        position: absolute;
        right: -15px;
        top: 12px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 15px solid var(--primary);
        z-index: 999;
    }

.ticker-wrapper {
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
}

.ticker-move {
    display: inline-block;
    white-space: nowrap;
    animation: ticker 50s linear infinite;
   
    width: 100%;
    margin-top: 6px;
}

    .ticker-move span {
        margin: 0 20px;
    }







/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Design Tricker2>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Design Tricker2>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Design Tricker2>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/

.ticker-label2 {
    background: var(--dark);
    color: var(--text-light);
    padding: 6px 15px;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    padding-bottom: 4px;
}

    .ticker-label2::after {
        content: "";
        position: absolute;
        right: -15px;
        top: 12px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 15px solid black;
        z-index: 999;
    }




/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Design Tricker3>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Design Tricker3>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Design Tricker3>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/



.ticker-label3 {
    background: var(--dark);
    color: var(--text-light);
    padding: 6px 15px;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    padding-bottom: 4px;
}

    .ticker-label3::after {
        content: "";
        position: absolute;
        right: -15px;
        top: 12px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 15px solid black;
        z-index: 999;
    }
