footer {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #0C0A08;
}

#copyright {
    color: #FFFFFFE5;
}

#copyright a {
    color: #FFFFFFE5;
    text-decoration: none;
}

#footer-logo {
    font-size: 34px;
    font-weight: bold;
    text-align: left;
}

#footer-logo1 {
    background: -webkit-linear-gradient(#FFFFFF, #C2D8FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#footer-logo2 {
    background: -webkit-linear-gradient(#80A4C6, #065679);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#footer-links {
    margin-top: 20px;
    list-style: none;
    display: flex;
    gap: 20px;
}

#footer-links a {
    color: #FFFFFFB2;
    text-decoration: none;
    font-size: 15px;
}


#footer-icons {
    display: flex;
    gap: 20px;
}

#footer-icons img {
    width: 24px;
    height: 24px;
}

#footer-text {
    display: flex;
    gap: 20px;
    color: #FFFFFFE5;
    font-size: 14px;
    font-weight: 500;
}

#footer-text a {
    text-decoration: none;
    color: inherit;
}



#footer-info {
    padding: 10px 20px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#footer-general {
    margin-top: 50px;
    display: flex;
    gap: 200px;
}

.footer-container {
    text-align: left;
}

.footer-container h3 {
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFFE5;
}

.footer-container ul {
    list-style: none;
}

.footer-container a {
    color: #FFFFFFB2;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF80;
}

#footer-more-countries {
    color: #2CD8FF80;
}

#footer-divider {
    margin-top: 50px;
    margin-bottom: 20px;
    height: 1px;
    background-color: #FFFFFF0A;
}

@media (max-width: 768px) {
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    #footer-general {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-container {
        text-align: center;
    }

    #footer-links {
        justify-content: center;
    }

    #footer-logo {
        font-size: 24px;
        text-align: center;
    }

    #footer-text {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }

    #footer-text #copyright {
        width: 100%;
        text-align: center;
    }

    #footer-info {
        padding: 0px;
        flex-direction: column;
    }
}