.catalog-item{
    background:#faf7ef;
    border-radius:12px;
    padding:10px;
    color:#333;
}
body.arabic, body.arabic * {
    direction: rtl;
}
.catalog-item a{
    width: 30px;
    height: 30px;
    background: #0a2540;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
div#logo img {
    max-width: 270px;
}
footer.section-dark img {
    max-width: 100%;
}
#slider img{
    width: 100%;
    object-fit: cover;
    height: 660px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px!important;
    border-radius: 8px!important;
    background:var(--secondary-color)!important;

}
.swiper-pagination-bullet{
   opacity:1!important;
    background:white!important;
}
@media (max-width: 1200px) {
    .header-light {
        background: #142037!important;
    }
    div#logo img {
        filter: brightness(0) invert(1);
    }
    header.header-mobile * {
        color: #fff !important;
    }
    #mainmenu a{
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    header.header-mobile #mainmenu>li>span{
        filter: brightness(0) invert(1);
    }
}

header.header-mobile.header-light #menu-btn {
    color: #fff!important;
}