@import url('./header.css');
@import url('./footer.css');
@import url('./common-style.css');


img {
    line-height: 0px;
    margin-bottom: 0;
    text-decoration: none;
    padding-bottom: 0;
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.news-section {
    background-color: #000;
    /*background-image: url('../img/BG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    */
    width: 100%;
    height: fit-content;
    min-height: 600px;
    overflow: hidden;
    padding: 0px;
}

.news-section .news-grid {
    display: inline;
    position: relative;
    width: 100%;
    height: fit-content;
}


.s-grid {
    padding: 20px 20px 60px 20px;
    text-align: center;
    height: fit-content;
}

.news-grid .headline {
    font-family: 'Reforma-Medium';
    font-weight: bold;
    font-size: 88px;
    padding-top: 60px;
    line-height: 80px;
    color: #ff6e16;
    text-align: center;
    padding-top: 40px;
}

.news-grid .sub-headline {
    font-family: 'Reforma-Light';
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.news-grid .sub-headline .slogan {
    padding-bottom: 20px;
}

.layout {
    width: auto;
    height: fit-content;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
#progress .fr {
    height: 60px;
    font-family: 'Reforma-Light';
    font-size: 24px;
    border-bottom: solid 4px #fff;
}

#progress .fr div {
    display: inline-block;
    width: 100px;
    padding: 20px 20px 0px 20px;
    text-align: center;
    margin: 2px 1px 1px 1px;
    color: #fff;
}
#progress .fr div:first-child {
    text-align: right;
    width: 220px;
}
#progress .rr {
    height: 92px;
    font-family: 'Reforma-Light';
    font-size: 24px;
    border-bottom: solid 2px #666;
}

#progress .rr div {
    display: inline-block;
    width: 100px;
    margin: 2px 1px 1px 1px;
    padding: 25px 20px 25px 20px;
    text-align: center;
    color: #fff;
    vertical-align: top;
}
#progress .rr div:first-child {
    text-align: right;
    width: 220px;
}
#progress .rr div.p-name {
    text-align: right;
    font-family: 'Reforma-Medium';
}
#progress .rr div.p-img {
    height: 86px;
    padding-top: 20px;
}
#progress .rr div.p-img img {
    width: 48px;
    height: 48px;
}

#progress .rr div.gg {
    background-color: #02bf6f;
    color: #fff;
}
#progress .rr div.cg {
    background-color: #fbb32d;
    color: #000;
}
#progress .rr div.ng {
    background-color: #2e2d33;
    color: #fff;
}
#progress .rr .arrow-NO {
    background-image: none;
}
#progress .rr .arrow-DW {
    background-image: url('../img/down.png');
    background-position: 50% 90%;
    background-repeat: no-repeat;
    background-size: 15%;
}
#progress .rr .arrow-UP {
    background-image: url('../img/up.png');
    background-position: 50% 90%;
    background-repeat: no-repeat;
    background-size: 15%;
}



#my-stats {
    display: inline-flex;
    direction: ltr;
    margin: 0 auto;
    align-items: flex-start;
}
.my-data {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    margin: 5px 30px;
}
.my-data .data-number {
    font-family: 'Reforma-Medium';
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
}
.my-data .data-title {
    font-family: 'Reforma-Light';
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    direction: rtl;
    margin-top: 10px;
}


@media screen and (max-width: 1024px) {
    .news-section {
        background-color: #000;
        background-image: url('../img/BG.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        width: 100%;
        width: 100%;
        height: fit-content;
        min-height: 110%;
        padding-top: 100px;
        overflow: hidden;
    }

    .news-grid .headline {
        font-size: 64px;
        line-height: 40px;
        padding-top: 0px;
    }

    .news-grid .sub-headline {
        font-size: 24px;
    }

    .s-grid {
        padding: 20px 0px 60px 0px;
    }

    #progress .fr {
        height: 40px;
        font-family: 'Reforma-Light';
        font-size: 15px;
        border-bottom: solid 4px #fff;
    }

    #progress .fr div {
        display: inline-block;
        width: 50px;
        padding: 10px 10px 0px 10px;
        text-align: center;
        margin: 2px 1px 1px 1px;
        color: #fff;
    }

    #progress .fr div:first-child {
        text-align: right;
        width: 60px;
    }

    #progress .rr {
        height: 54px;
        font-family: 'Reforma-Light';
        font-size: 15px;
        border-bottom: solid 2px #666;
    }

    #progress .rr div {
        display: inline-block;
        width: 50px;
        margin: 2px 1px 1px 1px;
        padding: 14px 8px 14px 8px;
        text-align: center;
        color: #fff;
        vertical-align: top;
    }

    #progress .rr div:first-child {
        text-align: right;
        width: 60px;
        line-height: 11px;
        font-size: 11px;
    }
    #progress .rr div.p-name {
        line-height: 11px;
        font-size: 11px !important;
    }
    #progress .rr div.p-name.reduce {
        line-height: 9px;
        font-size: 9px !important;
    }

    #progress .rr div.p-img {
        height: 50px;
        padding-top: 6px;
    }

    #progress .rr div.p-img img {
        width: 32px;
        height: 32px;
    }

    .my-data {
        display: inline-flex;
        flex-direction: column;
        text-align: center;
        margin: 5px 20px;
    }
    .my-data .data-number {
        font-size: 36px;
        line-height: 36px;
    }

    .my-data .data-title {
        font-size: 18px;
        line-height: 18px;
    }

}
