
footer {
    padding: 40px 20px; 
    position: relative;
}

.bottom_img{
    position: absolute;
    width: 50%;
    bottom: 0;
    left: -20%;
    z-index: -1;
    opacity: 0.2;
}

footer .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;

}

footer .footer-item {
    flex: 1 1 25%;
    margin: 10px;
    min-width: 200px;

}

footer .heading {
    margin-bottom: 10px;
    font-size: 17px;
    background: linear-gradient(90deg, #FA4CCE 0%, #FA4CCE 50%, #FC8965 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer p,
footer ul,
footer a {
    color: white;
    text-decoration: none;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 5px;
}

footer .logo img {
    width: 150px;
    margin-bottom: 10px;
}

footer .footer-item a:hover {
    text-decoration: underline;
}

footer .bottom-bar {
    text-align: center;
    margin-top: 20px;
}

@media (max-width:1399px){
    .bottom_img{
        width: 60%;
    }
}
@media (max-width:1199px){
    .bottom_img{
        width: 70%;
    }
}
@media (max-width:991px){
    .bottom_img{
        width: 80%;
    }
}
@media (max-width:767px){
    .bottom_img{
        width: 100%;
        bottom: unset;
        left: unset;
    }
}
@media (max-width:576px){

}
