.navbar-style{
    background-color: rgb(8 40 65);
    position: sticky;
    top: 0;
    z-index: 999;
}
.navbar-style.active {
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
}
.navbar-style.active{
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
}
.main-logo{
    width: 45%;
}
.main-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.lang-div a ,.lang-div a:hover{
    font-family: ElMessiri-Bold,sans-serif;
    font-weight: bold;
    font-size: 15px;
    background-color: rgb(8 40 65);
    color: white;
    /*display: inline-block;*/
    padding-top: 3px;
    display: flex;
    width: 80px;
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 1px solid white;
}
.qq{
    height: 55px;
    display: flex !important;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.navbar-nav li:not(:last-child) .nav-border-bottom{
    border-bottom: 1px solid rgb(195 195 195);
}
.menu-nav-link{
    font-family: ElMessiri-SemiBold,sans-serif;
    font-size: 17px;
    color: white;
}
.menu-nav-link.active,.menu-nav-link:hover{
    color: rgb(55 139 204);
}
.bars-icon{
    font-size:25px;
    cursor:pointer;
    position: relative;
    top: 1px;
    right: 13px;
    float: right;
    /*margin-right: 21px;*/
    display: none;
}
.nav-flex{
    display: flex !important;
}
.back-div{
    /*background-color: var(--green-color) !important;*/
    width: 100%;
    height: 80px;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: rgb(8 40 65);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10px;
    width: 100%;
    text-align: center;
}

.overlay a {
    font-family: ElMessiri-SemiBold,sans-serif;
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s;
    text-align: right;
}

.overlay a:hover, .overlay a:focus {
    color: white;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    left: 5px;
    font-size: 21px;
}
.back-btn{
    width: 15px;
}
.ar-span{
    position: relative;
    bottom: 3px;
}
.desktop-hide{
    display: none;
}

@media screen and (max-height: 450px) {
    .bars-icon{
        display: none;
    }
    .overlay a {font-size: 20px;}
    .overlay .closebtn {
        font-size: 21px;
        top: 15px;
        left: 5px;
    }
}

@media (max-width:900px){
    .web-header{
        display: none;
    }
    .bars-icon{
        display: block;
    }
    .lang-social-div{
        justify-content: center;
    }
    .bars-icon{
        color:  white;
    }
    .header-title{
        font-size: 16px;
    }
    .right-menu-arrow{
        color: white;
    }

    .lang-div a, .lang-div a:hover {
        text-align: center;
        padding-top: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white !important;
        width: 50%;
        height: 40px;
        border-radius: 24px;
        background-color: rgb(8 40 65);
        border: 2px solid white;
        margin: auto;
        font-size: 16px;
    }
    .main-flex{
        display: block;
    }
    .search-collapse-div{
        display: block;
    }
    .main-logo-div{
        width: 50%;
        margin: auto;
    }
    .reverse-content{
        flex-direction: row-reverse;
    }
    .mobile-hide{
        display: none;
    }
    .desktop-hide{
        display: block;
    }
    .qq{
        height: 50px;
    }
    .overlay a{
        text-align: center;
    }
    .dropdown-menu{
        box-shadow: 0 0 6px #00000026;
        border-radius: 5px;
        border: none;
        left: unset;
        right: 0;
        transition: 0.4s;
        background: none !important;
        margin-top: 16px;
        margin-bottom: 12px;
    }
    .dropdown-menu.show{
        transition: 0.4s;
    }
}


@media(max-width: 900px){
    .main-logo {
        width: 25%;
    }
}
