.foot-container {
    /* max-width: 1220px; */
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 200px;
    background-image: var(--footer-before);
}

.clearfix {
    clear: both;
}

.foot-box {
    width: 25%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
}

.foot-box p:nth-child(1) {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #5428d5;
}

.foot-box p:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #5428d5;
    letter-spacing: 1px;
    width: 250px;
}

#slv-footer {
    position: absolute;
    width: 100%;
    height: auto;
}

#slv-footer .cls-1 {
    fill: var(--blue-light);
    /* stroke: var(--black);
    stroke-width: 10; */
}

#slv-footer .cls-2 {
    fill: var(--orange);
    /* stroke: var(--black);
    stroke-width: 10; */
}

#slv-footer .cls-3 {
    fill: var(--black);
    /* stroke: var(--black);
    stroke-width: 10; */
}

#slv-footer .cls-4 {
    fill: var(--green);
    /* stroke: var(--black);
    stroke-width: 10; */
}

/* .foot-box ul {
    margin-left: -40px;
}

.footbox ul li {
    padding: 10px;
}

.foot-box ul li a {
    color: #949494;
    font-size: 14px;
    font-weight: 500;
} */

/* .pay-online {
    height: 42px;
    padding: 10px 22px;
    font-size: 15px;
    background: #5428d5;
    border: 1px solid #5428d5;
    color: white;
    width: 150px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
    border-radius: 20px;
} */

footer {
    background-color: var(--footer-bg);
}

.new_footer_top .footer_bg {
    position: relative;
    bottom: 0;
    background: url('../images/footer/footer-wallpaper.svg') repeat-x scroll center bottom;
    width: 100%;
    height: 266px;
    overflow-x: hidden;
}

/* DARK BACKGROUND */
/* .new_footer_top .footer_bg {
    position: relative;
    bottom: 0;
    background: url('../images/footer/footer-wallpaper-dark.svg') repeat-x scroll center bottom;
    width: 100%;
    height: 266px;
    overflow-x: hidden;
} */

/* STUDENT */
.footer_bg_one img {
    width: calc(25px - (max(0px, 572px - 100vw) * 5 / 72));
    height: auto;
    position: absolute;
    bottom: calc(44px - (max(0px, 572px - 100vw) * 6 / 72));
    transform: translateX(-100%);
    animation: student-move-to-right 60s linear infinite;
}

/* WOMAN WORK */
.footer_bg_two img {
    width: calc(16px - (max(0px, 572px - 100vw) * 3.2 / 72));
    height: auto;
    position: absolute;
    bottom: calc(44px - (max(0px, 572px - 100vw) * 6 / 72));
    transform: translateX(-100%);
    animation: woman-move-to-right 68s linear infinite;
}

/* GIRL SHOPPING */
.footer_bg_three img {
    width: calc(35px - (max(0px, 572px - 100vw) * 7 / 72));
    height: auto;
    position: absolute;
    bottom: calc(44px - (max(0px, 572px - 100vw) * 6 / 72));
    transform: translateX(100vw);
    animation: girl-move-to-left 64s linear infinite;
}

/* MAN SIGN */
.footer_bg_four img {
    width: calc(22px - (max(0px, 572px - 100vw) * 4.4 / 72));
    height: auto;
    position: absolute;
    bottom: calc(44px - (max(0px, 572px - 100vw) * 6 / 72));
    transform: translateX(100vw);
    animation: man-move-to-left 72s linear infinite;
}

/* CAR */
.footer_bg_five img {
    width: calc(150px - (max(0px, 572px - 100vw) * 25 / 72));
    height: auto;
    position: absolute;
    bottom: 8px;
    transform: translateX(100vw);
    animation: car-move-to-left 30s linear infinite;
    z-index: 1;
}

/* HELICOPTER */
.footer_bg_six img {
    width: calc(35px - (max(0px, 572px - 100vw) * 5 / 72));
    height: auto;
    position: absolute;
    bottom: calc(190px - (max(0px, 572px - 100vw) * 90 / 262));
    transform: translateX(-100%);
    animation: helicopter-move-to-right 40s linear infinite;
}

/* AIRPLANE */
.footer_bg_seven img {
    width: calc(35px - (max(0px, 572px - 100vw) * 5 / 72));
    height: auto;
    position: absolute;
    bottom: calc(230px - (max(0px, 572px - 100vw) * 103 / 262));
    transform: translateX(100vw);
    animation: airplane-move-to-left 15s linear infinite;
}


@keyframes student-move-to-right {
    0%, 2% {
        transform: translateX(-100%);
    }
    70%, 100% {
        transform: translateX(100vw);
    }
}

@keyframes woman-move-to-right {
    0%, 5% {
        transform: translateX(-100%);
    }
    70%, 100% {
        transform: translateX(100vw);
    }
}

@keyframes helicopter-move-to-right {
    0%, 20% {
        transform: translateX(-100%);
    }
    70%, 100% {
        transform: translateX(100vw);
    }
}

@keyframes airplane-move-to-left {
    0%, 20% {
        transform: translateX(100vw);
    }
    70%, 100% {
        transform: translateX(-100%);
    }
}

@keyframes car-move-to-left {
    0%, 20% {
        transform: translateX(100vw);
    }
    70%, 100% {
        transform: translateX(-100%);
    }
}

@keyframes girl-move-to-left {
    0%, 3% {
        transform: translateX(100vw);
    }
    70%, 100% {
        transform: translateX(-100%);
    }
}

@keyframes man-move-to-left {
    0%, 8% {
        transform: translateX(100vw);
    }
    70%, 100% {
        transform: translateX(-100%);
    }
}
