﻿footer
{
    margin-top: 2rem;
}

.footerTop {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e4e7ec;
}

.logoArea {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}

.footerDescription {
    color: #667085;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-left: 21px;
}

.footerTop .socialMediaArea ul {
    padding: 0;
    display: flex;
    list-style-type: none;
    margin: 0;
}

    .footerTop .socialMediaArea ul li {
        margin-right: 18px;
        width: 32px;
        height: 32px;
        align-items: center;
        justify-content: center;
        display: flex;
    }

        .footerTop .socialMediaArea ul li:last-child {
            margin-right: 0;
        }

        .footerTop .socialMediaArea ul li a {
            font-size: 18px;
            color: #303030;
            text-decoration: none;
        }

.footerTop .socialMediaArea {
    display: flex;
    align-items: end;
}

.footerMenuTitle {
    color: #061975;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

    .footerMenuTitle.secondMenuTitle {
        margin-top: 53px;
    }

.footerMenuLinkArea {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 1rem;
}

    .footerMenuLinkArea li {
        margin-top: 12px;
    }

        .footerMenuLinkArea li:first-child {
            margin-top: 0;
        }

        .footerMenuLinkArea li .footerMenuLink {
            color: #344054;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            text-decoration: none;
        }

.footerBody {
    margin-top: 32px;
    margin-bottom: 32px;
}

.footerContact {
    flex-direction: column;
}

    .footerContact a {
        text-decoration: none;
    }

    .footerContact .contactTitle {
        color: #101828;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .footerContact .contactPhoneNumber {
        color: #101828;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .footerContact .footerContactCard {
        padding: 1rem 2rem;
        border-radius: 12px;
        border: 1px solid #e4e7ec;
        margin-bottom: 1rem;
    }

        .footerContact .footerContactCard:last-child {
            margin-top: 0;
        }

    .footerContact .contactIcon {
        width: 44px;
        height: 44px;
        border-radius: 50px;
    }

    .footerContact .contactIcon {
        width: 44px;
        height: 44px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #00a4e7;
        color: #fff;
        margin-bottom: 1rem;
    }

        .footerContact .contactIcon.whatsAppIcon {
            background: #2eb942;
        }

        .footerContact .contactIcon i {
            font-size: 18px;
        }

.footerBottom {
    padding-top: 32px;
    border-top: 1px solid #e4e7ec;
    padding-bottom: 32px;
}

.banks {
    display: flex;
    flex-wrap: wrap;
}

    .banks .bank {
        margin-right: 24px;
    }

        .banks .bank:last-child {
            margin-right: 0;
        }

.cardTypes {
    display: flex;
    flex-wrap: wrap;
}

    .cardTypes .cardType {
        margin-right: 24px;
    }

        .cardTypes .cardType:last-child {
            margin-right: 0;
        }

.footerCopyrightArea {
    background: #ECF5FE;
    padding-top: 8px;
    padding-bottom: 8px;
}

.footerCopyright {
    color: #667085;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

@media only screen and (max-width: 991px) {
    .footerContact {
        flex-direction: row;
        justify-content: center;
        margin-top: 32px;
        gap: 1rem;
    }

    .footerBody .footerBodyGrid
    {
        row-gap: 2rem;
    }

    .footerBottom .footerBottomGrid {
        justify-content: center !important;
        gap: 32px;
    }

}

@media only screen and (max-width: 767px)
{
    .footerContact {
        flex-direction: column;
    }

    .logoArea {
        flex-direction: column;
        gap: 10px;
    }
    .footerTop .footerTopGrid {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .banks {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: center;
    }

    .cardTypes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
    }

    .footerCopyrightArea .footerCopyrightAreaGrid {
        justify-content: center !important;
        gap: 10px;
        font-size: 15px;
        text-align: center
    }

    .footerDescription
    {
        padding-left: 0;
    }
}

@media only screen and (max-width: 575px)
{
    .footerBody .footerBodyGrid {
        justify-content: center;
        text-align: center;
    }

    .footerContact .contactIcon {
        margin: auto;
        margin-bottom: 1rem;
    }
}