.newspage-section-box{
    background: #1A1B1F;
    position: relative;
    padding:50vh 0 10vh;
    width: 100vw;
    margin-left: calc((-100vw + 1128px) / 2 );
    margin-top: -35vh;
}

.newspage-section-box:before{
    content: "";
    display: block;
    background: url("../../../assets/images/left-overlay.svg");
    background-size: auto;
    background-size: cover;
    position: absolute;
    left: 5vw;
    top: 20vh;
    width: 39vw;
    height: 37.6vw;
    z-index: -1;
    position: absolute;
}
.block-newshome .sque-title{
    color: #fff;
    bottom: 245px;
}
.block-newshome .sque-title:after{
    background-color: #fff;
}
.block-newshome .wrapper{
    display: flex;
}
.block-newshome .all-slides-box{
    width: calc(100% - 80px);
}
.block-newshome .top-slides {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:20px;
}
.block-newshome .top-slides .slider-top-box{
    width: 100%;

}
.block-newshome .top-slides .slick-track{
    margin: 0 -10px;
}
.block-newshome .top-slides .slider-top-box .news-box{
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}
.block-newshome .bottom-slides {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block-newshome .bottom-slides .slider-bottom-box{
    width: 100%;

}
.block-newshome .bottom-slides .slick-track{
    margin: 0 -10px;
}
.block-newshome .bottom-slides .slider-bottom-box .news-box{
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}
.block-newshome .bottom-content{
    position: absolute;
    bottom:30px;
    width: 100%;
    padding: 0 7%;
    box-sizing: border-box;
    left: 0;
    z-index: 2;
}
.slider-top-box .bottom-content h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: none;
    margin-bottom: 0;
}
.block-newshome .image-box-news{
    position: relative;
    height: 300px;
}
.block-newshome .image-box-news i:before,
.block-newshome .image-box-news svg:before,
.block-newshome .image-box-news i,
.block-newshome .image-box-news svg{
    font-size: 14px;
    margin: 0 auto;
}

.block-newshome .image-box-news .twitter-x{
    width: 14px;
    height: 13px;
    display: block;
    background-color: #ffffff;
    -webkit-mask: url(../../../assets/images/twitter-x.svg) no-repeat center;
    mask: url(../../../assets/images/twitter-x.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.5s ease;
}

.block-newshome .news-box:hover .image-box-news .twitter-x{
    background-color: #BC1E21;
}
.block-newshome .news-box .meta span{
    font-weight: 800;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.block-newshome .image-box-news:after{
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    background: linear-gradient(180deg, #254D59 0%, rgba(217, 217, 217, 0) 100%);
    mix-blend-mode: multiply;
    transform: rotate(-180deg);
    bottom: 0;
    left: 0;
}
.block-newshome .news-box:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #BC1E21;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.block-newshome .news-box:hover:before{
    opacity: 0.85;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.block-newshome .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.block-newshome .news-box .icon{
    position: absolute;
    right: 5%;
    top: 30px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: #BC1E21;
    color: #fff;
    z-index: 2;
    opacity: 0.85;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.block-newshome .news-box.twitter .icon{
    background: #1E83BC;
}
.block-newshome .news-box.instagram .icon{
    background: #A41D8E;
}
.block-newshome .news-box.facebook .icon{
    background: #1E44CB;
}
.block-newshome .news-box:hover .icon{
    background: #fff;
    color: #BC1E21;
}
.news-box .image-box-news img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}
.bottom-slides .news-box .image-box-news img{
    height: 320px;
}
.news-box.slick-active .image-box-news img {
    transform: scale(1);
}
.news-box .bottom-content .article-title{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size:18px;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
.newshome-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 0;
}
.links-news-bottom{
    display: flex;
    align-items: center;
}
.newshome-bottom .slider-all{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-right: 5vw;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.newshome-bottom .slider-all i,
.newshome-bottom .slider-all svg{
    margin-right: 20px;
}
.newshome-bottom .slider-all:hover{
    color:#BC1E21;
}
.newshome-bottom .social{
    display: flex;
    align-items: center;
}
.newshome-bottom .social a{
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.newshome-bottom .social a.twitter-link:hover{
    color:#1E83BC;
}
.newshome-bottom .social a.facebook-link:hover{
    color:#1E44CB;
}
.newshome-bottom .social a.instagram-link:hover{
    color:#A41D8E;
}
.newshome-bottom .social a.linkedin-link:hover{
    color:#0077B5;
}
.newshome-bottom .social a.youtube-link:hover{
    color:#FF0000;
}
.newshome-bottom .follow-title{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-right:15px;
}
.mobile-sliders .slider-controls,
.newshome-bottom .slider-controls {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
}
.mobile-sliders .slider-controls .slick-arrow,
.newshome-bottom .slider-controls .slick-arrow{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
.mobile-sliders .slider-controls .slick-arrow i,
.newshome-bottom .slider-controls .slick-arrow i,
.mobile-sliders .slider-controls .slick-arrow svg,
.newshome-bottom .slider-controls .slick-arrow svg{
    font-size: 20px;
    color: #fff;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}
.mobile-sliders .slider-controls .slick-arrow:hover i,
.newshome-bottom .slider-controls .slick-arrow:hover i,
.mobile-sliders .slider-controls .slick-arrow:hover svg,
.newshome-bottom .slider-controls .slick-arrow:hover svg{
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    color: #BC1E21;
}


.lang-ar .newspage-section-box{
    margin-left: 0;
    margin-right: calc((-100vw + 1128px) / 2 );
}



.lang-ar .mobile-sliders .slider-controls,
.lang-ar .newshome-bottom .slider-controls{
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1250px) {
    .newspage-section-box{
        margin-left: -2vw;
    }
}
@media only screen and (max-width: 1024px) {
    .newspage-section-box {
        margin-left: 0;
        width: 96vw;
        padding: 10vh 0 4vh;
    }
    .newspage-section-box .title-news-home{
        font-size: 65px;
        line-height: 56px;
        max-width: 70%;
    }
    .slider-controls{
        flex-direction: column;
    }
    .slider-controls .slick-arrow{
        margin-bottom: 20px;
    }
    .slider-controls .slick-arrow.slick-prev {
        margin-right: 0px;
    }
    .right-filters .allfilters,
    .right-filters .slider-all{
        width: 100%;
        text-align: left;
    }

    .newspage-section-box .news-page-list{
        padding-left: 0;
    }
    .newspage-section-box .slick-list {
        width: 100%;
    }
    .newspage-section-box .news-page-list .slick-track{
        align-items: flex-start;
    }
    .newspage-section-box{
        margin-top: 0;
    }
    .mobile-sliders{
        width: 100%;
    }
    .block-newshome .wrapper{
        flex-direction: column;
        padding: 0;
    }
    .block-newshome .sque-title{
        bottom: 0;
    }

    .newspage-section-box::before{
        left: -20vw;
        top: 0;
        width: 100vw;
        height: 100vw;
    }
    .sque-box {
        padding: 0 4vw;
    }
    .newshome-bottom {
        display: flex;
        padding: 0;
        flex-direction: column;
    }
    .home-mobile-social{
        margin-bottom: 30px;
    }
    .newshome-bottom .slider-all{
        margin-bottom: 0px;
        margin-right: 0vw;
        margin-top: 5px;
    }
    .newshome-bottom  .arrows-title{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 4vw;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .mobile-sliders .slider-controls, .newshome-bottom .slider-controls{
        flex-direction: row;
    }
    .mobile-sliders .slider-controls .slick-arrow,
    .newshome-bottom .slider-controls .slick-arrow{
        margin-bottom: 0;
    }
    .newshome-bottom .follow-title{
        display: flex;
        align-items: center;
    }
    .mobile-sliders .news-box{
        height: 370px;
    }
    .block-newshome .image-box-news{
        height: 100%;
    }
    .home-mobile-articles{
        margin-bottom: 20px;
    }
    .newshome-bottom .social{
        width: 100%;
    }
    .newshome-bottom .social .social-links-footer{
        width: 100%;
        display: flex;
        justify-content: space-between;

    }

}