@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap');
html{
    scroll-behavior: smooth;
}

body {
    direction: rtl;
    font-family: 'Tajawal', sans-serif;
}

section {
    margin-bottom: 3rem;
}

header {
    margin-bottom: 3rem;
}

.img_header {
    height: 70px;
    width: 100%;
}

.media-29101 a {
    text-decoration: none !important;
}

.logo-img img {
    width: 80px;
}

.w-100 {
    height: 260px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.slider-content-1 {
    margin-bottom: 3rem;
}

.ads-image {
    width: 100%;
    height: 2.5cm;
}

.owl-2-style {
    margin-bottom: 3rem;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-2-style .owl-nav {
    display: none;
}

.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px;
    display: none;
}

.owl-2-style .owl-dots .owl-dot {
    display: inline-block;
}

.owl-2-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
}

.owl-2-style .owl-dots .owl-dot.active span {
    background: #007bff;
}

.owl-2-style .owl-dots .owl-dot:active,
.owl-2-style .owl-dots .owl-dot:focus {
    outline: none;
}

.text-centered {
    text-align: center;
}

.logo-display {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.logo-display>* {
    width: 220px;
}

.logo-other .media-29101 a img {
    height: 200px !important;
}

@media screen and (max-width: 720px) {
    /* .ads-image {
        height: 140px;
    } */
}

@media screen and (max-width: 520px) {
    .logo-display>* {
        width: 120px !important;
    }
    .logo-other .media-29101 a img {
        height: 100px !important;
    }
    /* .ads-image {
        height: 100px;
    } */
}


/* other style */
.width-100{
    width: 100%;
}

.w-80{
    width: 80%;
}

.bg-orange{
    background-color: #FF6A00;
}

.page-item.active .page-link {
    color: #000 !important;
    background-color: #d9dad4 !important;
    border-color: #d9dad4 !important;
}