*{
    box-sizing: border-box;
    direction: rtl;

  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-family: sans-serif;
  /*font-optical-sizing: auto;*/
  /* overflow: hidden; */
}

.message{
    height: 300px;
    width: 500px;
    background-color: #f7f5e6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}


.message .tex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.message h5{
    line-height: 1.8;
}
.message .info{

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(102 102 97);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.message .btnselct{
    cursor: pointer;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f092;
    position: absolute;
    bottom: 0;
    left: 0;
}
.message .tex svg{
    font-size: 35px;
    color: #d1b105;
    padding: 0px 28px;
}
.btns-control{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 600px;
}
.main-ref{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 60px;
    padding: 0px 20px;
    text-decoration: none;
    color: #222;
}
.main-ref > svg{
    padding: 0px 10px;
    font-size: 20px;
    color: rgb(35, 143, 127);
}
main::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/44.jpg');
    background-size: cover;
    opacity: .1;
}
main{
    background-color: #ecececa6;
    /* overflow: scroll; */
    position: relative;
    /* background-image: url('../images/44.jpg'); */

    /* z-index: 100; */
    /* position: absolute; */
    /* left: 0;
    top: 0;
    width: 100%;
    height: 100%; */
    /* background-size: cover; */
    /* background-image: linear-gradient(90deg, rgb(124, 125, 130) 0%, rgb(60 61 66)35%, #e9e9e9 100%); */
    /* padding: 10px; */
}
.content{
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    min-height: 100vh;
}
.content .bar{
    /* background-color: rgb(31, 35, 48); */
    background-color: rgb(17, 20, 61);
    background-color: rgb(53 53 61);
    background-color: rgb(77 77 82);
    width: 400px;
    /* padding: 15px; */
    border-top-left-radius: 20px;
}
.content .bar .header a{
    background-color: rgb(41, 43, 81);
    background-color: rgb(30 30 33);
    height: 100px;
    width: 100%;
    border-top-left-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #808d93; */
    color: #fff;
    margin-bottom: 30px;
    text-decoration: none;
    line-height: 100px;
}
.content .bar .header svg{
    font-size: 30px;
    padding-left: 15px;
    margin-bottom: 6px;
}
.content .supp{
    margin-top: 10px;
    padding: 1px 33px;
    color: #fff;
    /* background-color: aqua; */
}
.content .supp h4{

}

.content .supp ul{
    /* background-color: blueviolet; */
    padding: 0px;
    /* margin: 20px 0px; */
}
.content .supp .a{
    font-size: 15px;
    padding-left: 8px;
    color: rgb(255 157 45);
}
.content .supp .b{
    font-size: 15px;
    padding-left: 8px;
    color: rgb(255 125 121);
}
.content .supp .c{
    font-size: 15px;
    padding-left: 8px;
    color: rgb(222, 222, 70);
}
.content .supp .d{
    font-size: 15px;
    padding-left: 8px;
    color: rgb(70 222 209);
}
.content .supp .e{
    font-size: 15px;
    padding-left: 8px;
    color: rgb(70, 222, 108);
}
.content .supp .active{
    font-size: 20px;
}
.content ul li{
    width: 100%;
    list-style: none;
    /* background-color: #9494a2; */
    display: flex;
    padding-right: 10px;
    /* justify-content: space-between; */
    align-items: center;
    padding: 6px 0px;
}
.content ul li a{
    margin: 0px 15px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    transition: .3s;
    font-family: sans-serif;
}
.content ul li a:hover{
    padding-right: 8px;
}
.content ul li svg{
    font-size: 12px;
}


.content .main{
    padding: 15px;
    width: 100%;
    overflow: scroll;
    /* background-color: #ECECEC;
    border-top-right-radius: 20px;
    position: relative; */
}
/* .content .main::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .3;
    background-image: url('../images/1.jpg');
    background-size: cover;
} */

.logo{
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    background-color: red;
    background-image: url('../images/uu.jpg');
    background-size: cover;
    /* z-index: 1; */
}
.logo h2{
    position: relative;
    top: 100px;
    z-index: 100;
    font-size: 250px;
    text-align: center;
    color: #667274e0;
    font-family: fangsong;
    /* background: #FFFFFF; */
    text-shadow: 0 1px #cfc6ab, -1px 0 #cdd2d5, -1px 2px #808d93, -2px 1px #cdd2d5, -2px 3px #808d93, -3px 2px #cdd2d5, -3px 4px #808d93, -4px 3px #cdd2d5, -4px 5px #808d93, -5px 4px #cdd2d5, -5px 6px #808d93, -6px 5px #cdd2d5, -6px 7px #808d93, -7px 6px #cdd2d5, -7px 8px #808d93, -8px 7px #cdd2d5;
}




.open{
    color: rgb(65, 65, 65);
    font-size: 38px;
    position: absolute;
    left: 12px;
    bottom: 40px;
    cursor: pointer;
    display: none;
}

@media (max-width: 992px) {
    .content .bar
        {
            z-index: 100000;
            position: absolute;
            top: -200%;
            right: 0;
            width: 90%;
            height: 100%;
            display: flex;
            display: flex;
            height: 100vh;
            flex-direction: column;
            padding: 20px;
            transition: .3s;
    }
    .content .bar.toogle{
        top: 0;
    }
    .header{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .content .bar .header a{
        padding: 0px;
        margin: 0px;
    }
    .open{
        display: block;
    }
    .header{
        position: static;
    }

.content .bar .header a {
    background: transparent;
}
    
}