@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo-v28-arabic_latin_latin-ext-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo-v28-arabic_latin_latin-ext-700.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

*:not(i) {
    font-family: 'Cairo', sans-serif !important;
}



body {
    font-family: 'Cairo', sans-serif !important;
}

.form-control {
    font-family: 'Cairo', sans-serif !important;
}

.form-select {
    font-family: 'Cairo', sans-serif !important;
}

.form-check label {
    font-family: 'Cairo', sans-serif !important;
}

.salary-bx span {
    font-family: 'Cairo', sans-serif !important;
}

.fa, .fad, .fal, .far, .fas {
    font-family: "FontAwesome" !important;
}

.fab {
    font-family: "FontAwesome" !important;
}

.glyphicon {
    font-family: "Glyphicons Halflings" !important;
}

[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify' !important;
}

.language-nav {
    display: flex;
}

    .language-nav a img {
        width: 2rem;
    }

    .language-nav ul li a img {
        width: 1rem;
    }

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .language-nav a img {
        width: 2rem;
    }
}


.d-flex-center {
    display: flex;
    justify-content: center;
}

.ad-listing .content-area {
    padding: 11px 0;
    overflow: hidden;
    position: relative;
}

.owl-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    max-width: 60%;
    padding: 2em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-rotator-slider .owl-text {
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    max-width: 100%;
    border-radius: 0;
}

.owl-text p {
    color: #fff;
    position: relative;
    width:60%;
}

.owl-text h1 {
    font-size: 1em;
    font-weight: normal;
}

@media (min-width: 320px) and (max-width: 767px) {
    .owl-text h1 {
        font-size: 14px;
    }

    .owl-text p {
        font-size: 14px;
    }
}

.nav-tabs > li > a {
    display: flex;
    flex-direction: column;
}

.home-tabs .tabs-container .nav.nav-tabs li.active a {
    height: 100%;
    line-height: 50px;
}


/*    .icon-camel::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url('/uploads/people.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }
*/
.icon-camel::before {
    content: "•"; /* أي رمز placeholder */
    display: inline-block;
    /*font-size: 1em;*/ /* يتحكم بالحجم */
    width: 1em;
    height: 1em;
    line-height: 1;
    /*background-image: url('/FrontTempletStyle/images/custom/icon-camel-3.png');*/
    background-image: var(--icon-url);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.section-filter .panel-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-filter a {
    font-size: 12px;
}

.section-filter .alert {
    font-size: 14px;
    padding: 0.5rem 2rem !important;
}

    .section-filter .alert::after {
        display: none;
    }


.category-grid-box .category-grid-img > img {
    height: 28rem;
}

.desc-points li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ad-listing-meta ul li {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.slide-main img {
    height: 300px;
}

.slide-thumbnail img {
    height: 5rem;
}


.client-brand-list {
    margin-left: auto;
    overflow: hidden;
}

.about-page-featured-image img {
    position: relative;
    inset-inline-start: 20vw;
}

.owl-text {
    position: absolute;
    top: 0;
    transform: translateY(0%);
    right: 0;
    /* margin: auto; */
    max-width: 100%;
    width: 100%;
    padding: 2em;
    height: 100%;
    color: #fff;
}
.owl-rtl .owl-item {
    height: 30rem;
}
@media screen and (max-width: 600px) {
    .about-page-featured-image img {
        position: relative;
        inset-inline-start: 3vw;
    }
    .owl-text p {
        width: 100%;
    }

    .owl-rtl .owl-item {
        height: 40rem;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .popular-categories li a {
        width: 50%;
        padding: 35px 5px;
        font-size: 15px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .background-rotator .owl-carousel .owl-item {
        height: 245px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .background-rotator {
        margin-top: 160px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .background-rotator-slider .item img {
        margin-top:0px;
    }
}