
footer{
    margin-top: 20%;
}

.footer-top{
    background-color: #012169;
    color: hsl(217, 39%, 83%);
    font-size: 15pt;
}

address{
    display: flex;
    flex-wrap: wrap;
}

.footer-top .container{
    display: grid;
    gap: 30px;
}

.footer-brand .logo{
    color: rgb(192, 226, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* .times{
    margin-top: 20;
} */

.footer-text{
    line-height: 1.6;
    margin-block: 10px;
}

.times{
    display: flex;
    align-items: center;
    gap: 15px;
}

.times-icon, .footer-item .item-icon{
    background: #4584FF;
    color: #ffff;
    padding: 1%;
    /* border: solid red 1px; */
    border-radius: 50%;
    font-size: 16pt;
}

.times .span, .footer-item .item-text{
    line-height: 1.6;
}

.footer-li-title{
    color: #fff;
    font-family: 'Anton', sans-serif;
    font-weight: lighter;
    font-size: 25pt;
    margin-block-end: 1%;
}

.footer-link{
    display: flex;
    align-items: center;
    gap: 5px;
    padding-block: 1%;
}

.footer-link i{
    color:#4584FF;
    font-size: 15pt
}

.footer-link:hover{
    color: #ffff;
    transition: ease-in-out 0.2s;
}

.footer-item{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-block: 20px;
}

.item-text{
    font-size: 15pt;
}

.footer-bottom{
    background-color: #001547;
    padding-block: 50px;
    text-align: center;
}

.footer .social-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.footer .social-link{
    padding: 12px 14px;
    color: #d8d8d8;
    background-color: #69696981;
    font-size: 18pt;
    border-radius: 50%;
}

.footer .social-link:hover{
    background: linear-gradient(to left, rgb(14, 129, 223), rgba(25, 60, 214, 0.903));
    transition: ease-in-out 0.2s;
}

.fa-user-plus{
    margin-left: 5px;
}