@import "app.css";

footer.footer {
    height: auto;
    width: 100%;
    overflow: hidden;
    background-color: #f1f7fd;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

footer.footer div#top-footer {
    background-color: rgb(26 77 116);
    background:url()
    padding: 60px 0 0px 0;
    box-shadow: 0px 2px 15px rgb(25 119 204 / 10%);
}
footer.footer div.footer-content {
    margin-bottom: 50px;
}
a.footer-brand img.logo {
    height: 80px;
    width: auto;
}
footer.footer div#top-footer .footer-description {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0px;
    color: #cecece;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    white-space: pre-line;
}
footer.footer div#top-footer .footer-description span {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0px;
    color: #cecece;
    font-weight: 600;
}
footer.footer div#top-footer .footer-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #444444;
    position: relative;
    margin-bottom: 25px;
}
footer.footer div#top-footer .footer-list {
    margin: 10px 0px;
}
footer.footer div#top-footer .footer-list li {
    margin: 20px 0px;
}
footer.footer div#top-footer .footer-list li a.footer-link {
    margin: 0px;
    padding: 0px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #cecece;
    text-decoration: none;
    margin-left: 0px;
    transition: 0.3s ease-in;
}
footer.footer div#top-footer .footer-list li a.footer-link i {
    font-size: 0.8rem;
    color: var(--ascent-2);
    margin-right: 10px;
}
footer.footer div#top-footer .footer-list li a.footer-link:hover {
    margin-left: 10px;
    transition: 0.3s ease;
    color: var(--ascent-1);
}
footer.footer div#bottom-footer {
    padding: 02px 0px;
    background-color: var(--ascent-2);
}
footer.footer div#bottom-footer .footer-description {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    white-space: pre;
}
footer.footer div#bottom-footer .footer-description span,
footer.footer div#bottom-footer .footer-description a {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
} 
footer.footer div#bottom-footer a.footer-description span {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0px;
    color: var(--ascent-1);
    font-weight: 400;
} 
ul.social-media li {
    display: inline-block;
    margin: 0px 5px;
}
ul.social-media li a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--ascent-3);
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
}
ul.social-media li a i {
    font-size: 1rem;
}
@media (max-width: 767px) {
    
    footer.footer div#top-footer {
        padding: 40px 20px 0px 20px;
    }
    footer.footer div#bottom-footer {
        padding: 30px 20px;
    }
}