footer{
    background-image:linear-gradient(330deg, rgba(214,65,185,1) 0%, rgba(183,84,196,1) 25%, rgba(166,97,202,1) 40%, rgba(148,109,208,1) 55%, rgba(129,121,215,1) 77%, rgba(111,133,222,1) 88%, rgba(104,138,225,1) 97%, rgba(93,145,229,1) 100%) !important;
    padding-top:100px ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media (min-width: 1400px){
    footer .footer-logo img{
        width: 25%;
    }
}
@media (min-width: 992px){
    footer ul li a:hover{
        color:#BBDEFB !important;
    }
    footer ul li a:hover .line{
        width:100%;
        transition: 0.3s;
    }
    footer .bxl-facebook:hover{
        background-color: #1877f2;
        transition: .3s;
    }
    footer .bxl-instagram:hover{
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
        transition: .3s;
    }
    footer .bxl-linkedin:hover{
        background:#0a66c2;
        transition: .3s;
    }
    footer .bi-twitter-x:hover{
        background: #040404;
        transition: .3s;
    }
    footer li a:hover i.bx-right-arrow-alt{
        margin-right: 0 !important;
        margin-left: 0.5rem !important;
        transition: .3s;
    }
}
@media (max-width: 1400px){
    footer .footer-logo img{
        width: 25%;
    }
}
@media (max-width: 1200px) {
    footer .footer-logo img{
        width: 30% !important;
    }
}
@media (max-width: 992px){
    footer .position-absolute img{
        object-fit: contain;
    }
    footer .footer-logo img{
        width: 10% !important;
    }
}
@media (max-width: 768px){
    footer .footer-logo img{
        width: 20% !important;
    }
    footer .order-lg-3.order-2 div{
        width: 412px;
    }
    footer .order-lg-3.order-2 div ul{
        padding: 0;
    }
}
@media (max-width: 576.5px){
    footer .footer-logo img{
        width: 20% !important;
    }
    footer  .order-lg-3.order-2{
        justify-content: center !important;
    }
    footer .order-lg-3.order-2 div{
        width: 412px;
    }
    footer .order-lg-3.order-2 div ul{
        padding: 0;
    }
}
@media (max-width: 506px){
    footer a.text-nowrap{
        white-space: revert !important;
    }
    footer .footer-logo img{
        width: 20% !important;
    }

}
@media (max-width: 440px){
    footer a.text-nowrap{
        white-space: revert !important;
    }
    footer .footer-logo img{
        width: 33% !important;
    }
    footer .order-lg-3.order-2 div ul{
        padding: 0;
    }
}
@media (max-width: 310px){
    footer .order-1 ul li a, footer .order-1 .icon-location-pin, footer .order-1 i{
        font-size: 12px !important;
    }
    footer .order-1 img{
        width:12px !important
    }
    footer strong{
        font-size: 13px;
    }
    footer h5{
        font-size: 15px !important;
    }
    h5.invisible{
        display: none;
    }
    footer .order-2 i{
        font-size: 13px !important;
    }
    footer .order-2 a{
        font-size: 12px !important;
    }
    footer .footer-logo img{
        width: 20% !important;
    }
    footer hr {
        margin-top: 10px !important;
    }
    footer .social-icons-container {
        height: 75px !important; 
    }
    footer .social-icons-container i{
        font-size: 17px !important;
    }

}


footer strong{
    display: inline-block;
    width: 66px;
}
footer ul li a{
    text-decoration: none;
    color: white !important;
    line-height: 1;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.line{
    background: white;
    height: 1px;
    display: inline-block;
    width:0;
    position: absolute;
    bottom:-3px;
    transition: 0.3s;
}

footer .col-5:nth-child(3) li:nth-child(2){
    margin: 22px 0;
}
i.bx-right-arrow-alt{
    transition: .3s;
}
footer hr{
    width: 100% !important;
    height: 1px !important;
    margin-top: 50px;
    margin-bottom: 0 !important;
}
footer .social-icons-container{
    height: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
footer .social-icons-container i{
    font-size: 36px;
    cursor: pointer;
}
footer .bxl-facebook, footer .bxl-instagram, footer .bxl-linkedin, footer .bi-twitter-x{
    transition: .3s;
}