footer {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    color: #94A3B8;
    border-top: 1px solid #334155;
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.footer-pvc {
    font-size: 14px;
}

.secure-token-section p {
    font-size: 11px;
}

.secure-token-section a {
    font-size: 10px;
}

.footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 100%;
}

.footer-wrapper .wallet-options img {
    width: 30px;
    height: auto;
    position: relative;
    left: 0px;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer-wrapper .wallet-options {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 265px;
}

.footer-wrapper .wallet-options div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 90px;
}

.wallet-options {
    margin-top: 30px;
    text-align: center;
    color: #fff;
}



.footer-title {
    display: block;
    font-size: 15px;
}

.wallet-options span {
    font-size: 15px;
}

footer div img {
    max-width: 300px;
    height: 150px;
}

footer {
    color: #fff;
    padding: 0px 150px;
}

@media(max-width:1350px) {
    footer {
        padding: 0px 0px;
    }
}

@media(max-width:1134px) {
    footer {
        flex-direction: column;
    }
}

@media(max-width:990px) {
    .footer-wrapper {
        flex-direction: column;
        font-size: 15px !important;
    }

    .wallet-options {
        margin-bottom: 30px;
    }
}


@media(max-width:990px) {
    .footer-pvc {
        margin-left: 0px;
        font-size: 10px;
    }
}

.social {
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.icons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.secure-token-section {
    left: -135px;
}

@media(max-width:1135px) {
    .secure-token-section {
        left: 0px;
    }
}