.sajad{
    width: 100%;
}

footer{
    direction: rtl;
    width: 100%;
    background: black;
    padding: 10px;

}

#main-footer{
    display: none;
}

#mobile-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
    align-items: center;
}

.mobile-footer-logo{
    margin: 20px auto 20px;
    width: 60%;
}

.footer_top_sec{
    width: 100%;
    height: 80%;
    margin-top: 10px;
}

.footer_bottom_sec{
    width: 95%;
    height: 20%;
    border-top: solid 1px white;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0;
}

.rights {
    float: right;
    text-align: center;
    line-height: 35px;
    margin: 0 10px 0 0;
    font-size: 0.8rem;
    color: rgb(210, 210, 210);
    font-family: "HecanLinearScreen", serif;
}

.support_2{
    color: white;
    font-family: "HecanLinearScreen", serif;
    font-size: 16px;
    text-decoration: none;
    padding:0 10px;
    line-height: 20px;
    position: relative;
}

.support_2_mobile{
    color: white;
    font-family: "HecanLinearScreen", serif;
    font-size: 15px;
    text-decoration: none;
    padding:0;
    line-height: 20px;
}

.support_sec{
    width: 100%;
    height : 50%;
    text-align: center;
}

.support_sec_mobile{
    width: 100%;
    height : 30%;
    text-align: center;
    margin: 20px auto 0;
}

.rlogo_2{
    height: 50%;
    width: 40%;
    padding-right: 15px;
}

.rlogo_mobile{
    padding-right: 5%;
    width: 100%;
}

.left_border{
    border-left: solid white 1px;
}

.center_content{
    align-content: center;
    text-align: center;
    padding-top: 2rem;
}

.logo_sec{
    padding-top: 1rem;
    text-align: center;
}

.top_text{
    padding-left: 5px;
    color: white;
    font-family: "HecanLinearScreen", serif;
    font-size: 12px;
    text-decoration: none;
    margin-top: 10px;
}
.social_sec{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.social_appealing{
    color: white;
    border: solid white 1px;
    border-radius: 5px ;
    width: 30px;
    height: 30px;
    margin-left:20px ;
    text-align: center;
    padding: 5px;
}
.youtube{
    padding-top: 7px;
}

.white{
    color: white;
}

.footer_hover:hover {
    color: white;
    text-decoration: none;
}
@media (min-width: 992px) {
    #main-footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: nowrap;
        height: 20vh;
        align-items: center;
    }
    #mobile-footer{
        display: none;
    }
    .left_border{
        padding: 0 10px;
    }
    .top_text{
         font-size: 0.95rem;
    }

}