/* Footer start */
#BackToTopbutton{
    font-weight: 600;
    font-size: 16px;
    color: var(--black);
    cursor: pointer;
}
.footer-section {
    background : var(--smoky-black);
}
.footer-section .title{
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
}
.footer-section .links a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--old-silver);
}
.footer-section .app-download-links{
    margin-top: 9rem;
}
.footer-section .social-media-icons{
    margin-top: 8rem;
}
.footer-section .text{
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    margin-top: 3rem;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
    .footer-section .social-media-icons {
        margin-top: 2rem;
    }
}
/* Footer end */