@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

:root {
    --accent-color: #000 !important;
}

.clients-testimonials, .why-choose-us {
    background: #fff;
}

html[lang="ar"] body, html[lang="ar"] button, html[lang="ar"] .section, html[lang="ar"] .h1, html[lang="ar"] .h2, html[lang="ar"] .h3, html[lang="ar"] .h4, html[lang="ar"] .h5, html[lang="ar"] .h6, h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4, html[lang="ar"] h5, html[lang="ar"] h6, html[lang="ar"] div, html[lang="ar"] .ui-input, html[lang="ar"] input, html[lang="ar"] button, html[lang="ar"] .apexcharts-text tspan, html[lang="ar"] .apexcharts-legend-text, html[lang="ar"] .header-style-1 .search-location .select2-container--default .select2-selection--single .select2-selection__rendered, html[lang="ar"] span, html[lang="ar"] a, html[lang="ar"] th, html[lang="ar"] .header-style-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "IBM Plex Sans Arabic", sans-serif !important;
}

.main-menu ul li {
    margin: 0 20px;
}

.btn-default::before {
    transform: translate(-20px, -50%) rotate(90deg)
}

html[lang="ar"] .section-title h1 {
    font-size: 68px !important;
}

html[lang="en"] .section-title h1 {
    font-size: 68px !important;
}

header.main-header {
    background: transparent !important;
    position: fixed !important;
    width: 100%;
}

html[lang="ar"] .hero {
    background: var(--secondary-color) url(../images/hero_ar.png) no-repeat bottom center;
    background-size: cover;
    min-height: 110vh;
}

html[lang="en"] .hero {
    background: var(--secondary-color) url(../images/hero_en.png) no-repeat bottom center;
    background-size: cover;
    min-height: 110vh;
}

html[lang="ar"] .hero-m {
    background: var(--secondary-color) url(../images/hero_m_ar.png) no-repeat bottom center;
    background-size: cover;
    min-height: 90vh;
    padding-top: 200px;
}

html[lang="en"] .hero-m {
    background: var(--secondary-color) url(../images/hero_m_en.png) no-repeat bottom center;
    background-size: cover;
    min-height: 90vh;
    padding-top: 200px;
}

html[lang=ar] .explore-item-icon {
    top: 0;
    left: 0;
}

html[lang=en] .explore-item-icon {
    top: 0;
    right: 0;
}

.explore-item-icon img {
    width: 460px;
}

.badge-warning {
    color: #1E293B;
    font-weight: 500;
    font-size: 15px;
    border-radius: 22px;
    background: rgba(249, 178, 40, 0.2);
    padding: 15px 20px;
}

.badge-danger {
    color: #1E293B;
    font-weight: 500;
    font-size: 15px;
    border-radius: 22px;
    background: rgba(249, 40, 110, 0.2);
    padding: 15px 20px;
}

.match-height {
    display: flex;
    flex-wrap: wrap;
}

.match-height > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.match-height .box {
    flex: 1;
}

.accordion-header .accordion-button.collapsed {
    background: transparent;
    border-bottom: 1px solid #ccc;
}

.accordion-header .accordion-button.collapsed::after {
    background: #F4F4F5;
    padding: 0 10px;
    border-radius: 50%;
}

.accordion-button.collapsed {
    border-radius: 0 !important;
}

.market-bg {
    background: #000 !important;
}

html[lang="ar"] .market-bg {
    text-align: right !important;
    border-radius: 80px 80px 0 0;
}

.market-bg .caption {
    display: block;
}

p.title3 {
    color: #fff !important;
    font-size: 20px;
    z-index: 99999;
}

html[lang="ar"] .market-bg .caption,
html[lang="ar"] .market-bg .caption p {
    text-align: right !important;
}

html[lang="ar"] .market-bg-overlay-2 {
    background: #000 url("../images/market_ar.png") left center no-repeat;
    background-size: 50%;
}

html[lang="en"] .market-bg-overlay-2 {
    background: #000 url("../images/market_en.png") right center no-repeat;
    background-size: 50%;
}

.footer-policy-links ul li {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.custom_color {
    color: #0E7490 !important;
}

.custom_button {
    color: #0E7490 !important;
    background: rgba(40, 215, 249, 0.1) !important;
    padding: 7px 20px !important;
}

.col-1-5 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (max-width: 768px) {
    .col-1-5 {
        width: 33.33%;
        max-width: 20%;
    }
}

@media (max-width: 576px) {
    .col-1-5 {
        width: 50%;
        max-width: 20%;
    }
}

.card-2 figure img {
    border-radius: 15px !important;
}

.card-2 {
    margin-bottom: 10px;
}

html[lang="ar"] .product-cart-wrap .product-card-bottom .add-cart .add {
    position: absolute;
    top: 10px;
    left: 10px;
}

html[lang="en"] .product-cart-wrap .product-card-bottom .add-cart .add {
    position: absolute;
    top: 10px;
    right: 10px;
}

/*.damegh_color {*/
/*    background: #fff !important;*/
/*    color: #00C0E5 !important;*/
/*}*/

.brand-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
