.footer{
    padding: 90px 40px 30px 40px;
    display:flex;
    width: calc(100% - 80px);
    background-color: var(--pmMainColor);
    justify-content: space-between;
    margin-top: -80px;
    transition: background-color 0.3s ease-in-out;
}

.subfooter{
    margin: 0 auto;
    height:100%;
    width: 100%;
    max-width: var(--pmMaxWidth);
    justify-content: space-between;
    display:flex;
}

.subfooter.rtl{
    flex-direction: row-reverse;
}

.footerDiv{
    width:100%;
    display:flex;
    font-size: 16px;
    font-family: var(--mainFont);
    color: white;
    flex-direction: column;
    align-items: flex-start;
    row-gap:5px;
    margin-bottom: 10px;
}

.footerDiv.rtl{
    direction: rtl;
}

.footerDiv.leftleft{
    width:250px;
}

.footerLabel.bold{
    margin-top: 33px;
    font-weight:500;
}

.footerLabel{
    background-color: transparent;
    border: 0px;
    font-size: 16px;
    font-family: var(--mainFont);
    color: white;
    padding: 0;
    margin-right: 40px;
    margin-top: 10px;
}

.footerLabel.rtl{
    text-align: right;
}

.footerLabels{
    display: flex;
    flex-wrap: wrap;
}

.footerLabels.rtl{
    flex-direction: row-reverse;
}

#remasFooterLogo.rtl{
    text-align: right;
}