﻿#footer1 {
    width: 100%;
    display: flex;
    min-height: 420px;
    background: transparent;
    justify-content: center;
    align-items : center ;
    flex-direction : column ;
    background-color: var(--section_bcolor1);
}

    #footer1 .information-container {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        padding: 2rem 0 1rem 0 !important;
        justify-content: space-between;
    }

#footer1 .badge-list {
    flex : 1 ;
    display : flex ;
    align-content : flex-start ;
    justify-content : center;
    flex-wrap : wrap ;

}
#footer1 .badge-pre {
    white-space : pre-wrap ;
    width:100% ;
    direction :rtl ;

}
/*#footer1 .badge-link {
    
}
    #footer1 .badge-image {
        width: 100px;
        padding: 10px;
        border: 1px solid #ced4da;
        border-radius : 5px ;
        height : 100px;
        object-fit: cover;
        margin : 5px ;
    }*/
.divider-device {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 100%;
    margin: 1rem 0;
}

    .divider-device > div {
        background: rgb(255,255,255);
        width: 75%;
        height: 4px;
        text-align: center;
        margin: auto;
    }

#footer1 .section-copyright {
    height: 30px;
    width: 100%;
    background-color: #181818;
    display: flex;
    z-index: 2000;
    direction: rtl;
    font-size: .7rem;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#footer1 .section-copyright p {
    margin : 0 
}


@media (max-width: 1440px) {
    #footer1 .information-container {
        padding: 0;
    }
    .contact-information {
        margin : 0 !important
    }
}

@media (max-width: 1150px) {
    #footer1 {
        justify-content: center;
    }

        #footer1 .information-container {
            height: 100%;
            width: 85.6%;
            padding-bottom: 0;
            flex-direction: column-reverse;
        }
}
