/* footer Section starts from here  */
.footer {
    background: linear-gradient(180deg, #111111 37.82%, #163766 100%);
    font-weight: 100;
    padding: 30px;
    margin-top: 120px;
}

.footer .companyBio img {
    width: 50%;
}

.footer .card {
    padding: 20px 5px;
}

.footer .footerLinks a {
    color: var(--white);
    font-weight: 100;
}

.footer .links a {
    line-height: 36px;
    font-size: var(--f16);
    font-weight: 400;
    transition: .3s ease;
}

.footer .links a:hover {
    color: #9AB0E1;
    font-weight: 500;
}

.footer .footerItemsTitle {
    color: var(--blueBg);
    text-transform: uppercase;
}

.footer .footBtn {
    background: var(--white);
    padding: 8px;
    border-radius: 20px;
    color: #000 !important;
    font-weight: 600 !important;
    display: flex;
    border-radius: 40px;
    justify-content: center;
    line-height: unset !important;
}

.footer .footBtn .arrowIcon {
    width: 30px;
    object-fit: contain;
    height: 20px;
    margin: auto 0;
}

.footer .defaultBtn {
    margin: 30px 0;
    width: 80%;
    padding-left: 10px;
}

.footer .footerCopyRights {
    color: var(--white);
    border-top: 1px solid #979797;
}

.footer .footerCopyRights .card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.footer .footerCopyRights p {
    color: var(--white);
    font-size: 15px;
    font-weight: 200;
    margin: 8px 0;
}

.footer .footerCopyRights .span {
    color: #477EF3;
    background: -webkit-linear-gradient(#ACB5EC, #477EF3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    color: #477EF3;
}

.footer .footerCopyRights .span:hover {
    background: -webkit-linear-gradient(#477EF3, #ACB5EC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 1s ease-in;
}

.socialIcons img {
    width: 25px;
    height: 25px;
    margin: 11px 15px 0 0;
}

.footer .spanRight .iconImg {
    width: 25px;
    height: 25px;
    position: relative;
    top: -2px;
    left: -2px;

}

/* footer Section starts ends here  */
@media screen and (max-width:520px) {
    .footer .card {
        padding: 10px 0;
    }

}