/* Footer styles */
.footer {
    margin-top: auto;
    padding: 80px 0;
    background-color: #AA7BE8;
    color: rgba(83, 83, 83, 1);
}

.footer a {
    /*text-decoration: none;*/
    font-size: 17px;
    font-weight: 400;
}

.footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.item-list-ft {
    color: #FFFFFF !important;
    margin-bottom: 1rem;
}

.item-list-ft a{
    color: #FFFFFF !important;
}

.social-icons {
    margin-top: 6rem;
}
.social-icons a {
    font-size: 1.2rem;
    margin-right: 1rem;
}

.footer hr {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 2rem 0;
}

.footer .footer-container .footer-content .content-col .main-title {
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    padding-bottom: 15px;
}

.footer .footer-container .footer-content .content-col .title {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 100%;
    padding-bottom: 2rem;
}

footer .store-links {
    display: flex;
    flex-direction: row;
    gap:10px;
}

@media (max-width: 1400px) {
    footer .store-links{
        display: flex;
        flex-direction: column!important;
        gap:10px;
    }
}


@media (max-width: 767.98px) {
    .social-icons {
        margin-top: 2rem;
    }
    .content-col {
        margin-top: 2rem;
    }
}

@media (max-width: 575.98px) {
    .footer {
        padding: 10px 0;
    }
    .item-list-ft {
        margin-bottom: 0.5rem;
    }
    .footer .footer-container .footer-content .content-col .title {
        padding-bottom: 1rem;
    }
    .content-col {
        margin-top: 1rem;
    }
    .item-list-ft.contact-info {
        margin-bottom: 1rem;
    }
}
