#articleSection .title{
    color: var(--darkBlue);
    padding: 0 var(--menuPaddingHoriz);
}
#articleSection{
    scroll-margin-top: 85px;
    
}
@media (max-width:980px) {
    #articleSection{
        scroll-margin-top: 180px !important;
    }
}

a{
    text-decoration: none;
}
#articleSection .swiper .title{
    padding:0 ;
}
.mySwiperArticle .swiper-slide{
    width: 300px;
    height: fit-content;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 0 6px #0002;
    padding: 16px;
    color: #000;
font-size: 16px;
}
.mySwiperArticle .swiper-slide .imageHolder{
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 8px;
}
.mySwiperArticle .swiper-slide .imageHolder
{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.mySwiperArticle .swiper-slide .imageHolder img{
    height: 100%;
    width: auto;
}
.mySwiperArticle .coverContnet{
    direction: rtl;
}
.rateAndView{
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: ltr;
}
.rateAndView .view{
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.mySwiperArticle .swiper-slide .title{
    margin: 8px 0 !important;
    display: inline-block;font-family: IRANSansWeb_bold;
    font-size: 18px;
}
.mySwiperArticle .swiper-slide p{
    margin:0 ;
}

.dateAndTag{
    font-size: 13px;
    color: #484848;

    margin-top: 8px;
}