footer {
    margin-top: 80px;
    position: absolute;
    /* bottom: 0 */
}

.footer-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 50px;
}

.footer-logo a {
    display: inline-block;
    width: 155px;
    height: 194px;
    margin-top: -50px;
}

    .footer-logo a img {
        width: 100%;
    }

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0 7px;
}

    .social-links li {
        flex: 0 0 35px;
    }

.footer-detail h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: none;
    margin-bottom: 20px;
}

.footer-detail p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
}

    .footer-detail p a {
        display: block;
        text-decoration: underline;
        color: #fff;
    }

.footer-link h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: none;
    margin-bottom: 17px;
}

.footer-link ul li:not(:last-child) {
    margin-bottom: 9px;
}

.footer-link ul li a {
    font-size: 14px;
    color: #fff;
}

.footer-top {
    background: url("../public/assets/images/footer-bg.png") no-repeat;
    padding: 54px 0 20px;
    background-size: 100% 100%;
    background-position: center;
}

.footer-bottom {
    background-color: #f4df22;
    padding: 17px 0;
}

    .footer-bottom p {
        margin-bottom: 0;
        font-size: 12px;
        color: #000;
        text-align: center;
    }

.footer-detail {
    width: calc(100% - 600px);
}

/*.footer-detail {
    display: block;
}

@media (max-width: 1025px) {
    .footer-detail {
        display: none;
    }
}*/

