body {
    direction: rtl;
    background-color: #ececec;
    font-family: "tajawal", "sans serif";
    background-image: url(../../assets/background-login.svg);
    background-repeat: repeat;
    background-size: cover;
}

.bg-primary {
    background-color: #c78550 !important;
}

.bg-light {
    background-color: #f5f5f5 !important;
}

.navbar-light .navbar-nav .nav-link {
    padding: 1em 2em;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9);
    color: #c78550;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link.active img {
    filter: invert(55%) sepia(53%) saturate(445%) hue-rotate(345deg) brightness(92%) contrast(88%);
}

.navbar-light .navbar-nav .nav-link {
    padding: 1em 2em;
}
.mobile-menu-view .nav-link {
    color:rgba(0,0,0,.55);
     padding: 1em 2em;
}


.mobile-menu-view .nav-link.active {
    color: rgba(0, 0, 0, .9);
    color: #c78550;
    font-weight: 500;
} 

.mobile-menu-view .nav-link.active img {
    filter: invert(55%) sepia(53%) saturate(445%) hue-rotate(345deg) brightness(92%) contrast(88%);
}

.list-unstyled {
   
    padding-right: 0;
}

.top-bar {
    box-shadow: 2px 2px 0px 0px rgb(199 133 80);
}

.navbar-light {
    box-shadow: 10px 4px 0px 0px rgb(199 133 80 / 33%);
}



.w-70 {
    width: 70%;
}


footer {
    background-color: #f5f5f5;
}

.zakhrafa_box {
    border: 1px solid #DFDFDF;
    box-shadow: 1px 1px 6.3px 0px #00000033;
    background-color: #F8F7F7;
    border-radius: 15px;
    overflow: hidden;
    padding: 1.3em 0.5em;
    position: relative;

}

.zakhrafa_box .copy {
    position: absolute;
    left: 1em;
    top: 30%;
}

.navbar-nav,.nav {
    padding-right: 0;
}

.slider_text {
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.slider_box p {
    color: #694a36;
    font-weight: 500;
}

@media only screen and (max-width:1200px) {
    .slider_box h2 {
        font-size: 1.5rem !important;
        margin-top: 1em !important;
    }
    
    .owl-carousel {
        margin-top: 30px;
    }
}

@media (max-width:991px) {
    
    h4 {
        font-size: 1em;
    }
    
    
}

@media (max-width:767px) {
    .d-xs-none {
        display: none !important;
    }
}

@media (min-width:992px) {
    .lg-w-60 {
        width: 60%;
    }
    
    
   
}

.lg-w-60 {
    margin-top: 2em;
}

.slider_text {

    top: 50%;
    
}

@media (min-width:1200px) {
    .slider_box {
        padding: 1rem 0 !important;
    }
   /*.top-bar {
        margin-bottom:-2em
    }*/
    
    
}

.dropdown-menu {
    
    text-align: right;
    
}

.dropdown {
    position: static;
}

.dropdown-special.show {
   
    width: 40%;
}

.dropdown-menu[data-bs-popper] {
    
    left: auto;
    right: auto;
}


  .w-50 {
    width: 45% !important;
}



@media (max-width:991px) {
    .w-50 {
    width: 100% !important;
}

.dropdown-menu {
    background-color:transparent;
}

.dropdown-menu.show {
   
    width: 100%;
}

}

.mobile-menu-view {
    display:none;
}

.mobile-menu {
    background-color: #ececec;
    color: #000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 111;
    visibility: hidden;
    width: 40%;
    max-width: 100%;
    height: 100%;
    transition: 0.5s cubic-bezier(.55,0,.1,1) 0s;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.open {
    visibility: visible;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

#mobile-menu-icon {
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    transition: 0.3s;
    left: auto;
    display:none;
   
}

#mobile-menu-icon .nav-icon {
    display: inline-block;
    width: 22px;
    height: 2px;
    background-color: #2c2f34;
    position: relative;
    top: -4px;
    transition: background 0.4s ease;
}

#mobile-menu-icon .nav-icon::before, #mobile-menu-icon .nav-icon::after {
    position: absolute;
    background-color: #2c2f34;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    transition: background 0.4s, right .2s ease, -webkit-transform 0.4s;
    transition: transform 0.4s, background 0.4s, right .2s ease;
    transition: transform 0.4s, background 0.4s, right .2s ease, -webkit-transform 0.4s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
}

#mobile-menu-icon .nav-icon::before {
    top:8px;
}

#mobile-menu-icon .nav-icon::after {
    top:15px;
}


@media screen and (max-width: 991px) {
    .navbar-expand-lg {
        display: none;
    }
    
    .mobile-menu-view,#mobile-menu-icon {
        display:block;
    }
    
    .owl-dot {
   
    width: 8px !important;
    height: 8px !important;
}

.disable-tab-zoom {
    touch-action: manipulation
}
    
}

@media screen and (max-width: 767px) {
    .mobile-menu {
   
    width: 70%;
    
}
}


.show-dropdown-menu,.show-dropdown-profile {
    display: none;
  list-style: none;
  padding: 0;
  margin: 0;
   
}

 .show-dropdown-menu.open,.show-dropdown-profile.open {
  display: block;
}
