/* 
-----------------------------------------------
Newspaper Reports Template Style
Name:        Newspaper Reports
License:     Premium Version
Version:     3.0
Author:      Newspaper Reports
Author Url:  https://www.newspaperreports.com
Contact:     asupdatemedia518@gmail.com
----------------------------------------------- */

:root {
    /* AS Primary Font */
    --asNpr-font-heading: 'Roboto Flex', sans-serif;
    --asNpr-i-font-heading: 'Noto Serif', sans-serif;
    --asNpr-font-content: 'Roboto Flex', sans-serif;
    --asNpr-font-tag: 'Roboto Flex', sans-serif;
    /* AS Primary Color */
    --asNpr-heading-m-clr: #303030;
    --asNpr-content-m-clr: #303030;
    --asNpr-bg-m-clr: #303030;
    --asNpr-bd-m-clr: #303030;
    --asNpr-heading-x-clr: #ffffff;
    --asNpr-content-x-clr: #ffffff;
    --asNpr-bg-x-clr: #ffffff;
    --asNpr-bd-x-clr: #ffffff;
}

.npr_mnp_ct {
    width: 90%;
    max-width: 1024px;
    margin-inline: auto;
}

.npr_mnp_items {
    align-items: center;
    position: relative;
    height: 50px;
    overflow: hidden;
    margin: 30px 0px;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0));
}

.npr_mnp_items .npr_mnp_it {
    position: absolute;
    left: calc(150px * 20);
    animation-name: nprMnpXanimate;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.npr_mnp_it img {
    width: 150px;
    height: 50px;
    object-fit: cover;
}

@keyframes nprMnpXanimate {
    to {
        left: -100%;
    }
}

.npr_mnp1 {
    animation-delay: calc(30s / 20 * (20 - 1) * -1);
}

.npr_mnp2 {
    animation-delay: calc(30s / 20 * (20 - 2) * -1);
}

.npr_mnp3 {
    animation-delay: calc(30s / 20 * (20 - 3) * -1);
}

.npr_mnp4 {
    animation-delay: calc(30s / 20 * (20 - 4) * -1);
}

.npr_mnp5 {
    animation-delay: calc(30s / 20 * (20 - 5) * -1);
}

.npr_mnp6 {
    animation-delay: calc(30s / 20 * (20 - 6) * -1);
}

.npr_mnp7 {
    animation-delay: calc(30s / 20 * (20 - 7) * -1);
}

.npr_mnp8 {
    animation-delay: calc(30s / 20 * (20 - 8) * -1);
}

.npr_mnp9 {
    animation-delay: calc(30s / 20 * (20 - 9) * -1);
}

.npr_mnp10 {
    animation-delay: calc(30s / 20 * (20 - 10) * -1);
}

.npr_mnp11 {
    animation-delay: calc(30s / 20 * (20 - 11) * -1);
}

.npr_mnp12 {
    animation-delay: calc(30s / 20 * (20 - 12) * -1);
}

.npr_mnp13 {
    animation-delay: calc(30s / 20 * (20 - 13) * -1);
}

.npr_mnp14 {
    animation-delay: calc(30s / 20 * (20 - 14) * -1);
}

.npr_mnp15 {
    animation-delay: calc(30s / 20 * (20 - 15) * -1);
}

.npr_mnp16 {
    animation-delay: calc(30s / 20 * (20 - 16) * -1);
}

.npr_mnp17 {
    animation-delay: calc(30s / 20 * (20 - 17) * -1);
}

.npr_mnp18 {
    animation-delay: calc(30s / 20 * (20 - 18) * -1);
}

.npr_mnp19 {
    animation-delay: calc(30s / 20 * (20 - 19) * -1);
}

.npr_mnp20 {
    animation-delay: calc(30s / 20 * (20 - 20) * -1);
}