.footer {
    background: url("/assets/images/footer/bg-img.png") no-repeat center/cover;
    margin-top: 40px;
    padding: 55px 0 10px;
}

.footer .footer_top_div {
    position: relative;
}

.footer .footer_top_div .frame {
    font-size: 120px;
    font-weight: 900;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    letter-spacing: 12.8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* backdrop-filter: blur(30px); */
    -webkit-backdrop-filter: blur(30px);
    opacity: 1;
}

.footer .footer_top_div .frame_text {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    top: 55px;
    width: 1100px;
    text-align: center;
    left: 22px;
    /* right: 0; */
}

.footer .icon_links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 15px 0 30px;
}

.footer .icon_links .footer_icon {
    font-size: 30px;
    color: #fff;
}

.footer .white_box_div {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000002e;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.footer .white_box_div .footer_logo_div {
    width: auto;
    height: 100px;
}

.footer .white_box_div .footer_logo_div .footer_logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer .white_box_div .quick_links {
    display: flex;
    gap: 60px;
    margin: 40px 0;
}

.footer .white_box_div .quick_links .footer_link {
    font-size: 18px;
    font-weight: 500;
    color: #2d2d2d;
}

.footer .white_box_div .privacy_links {
    display: flex;
    gap: 60px;
}

.footer .white_box_div .privacy_links .footer_link {
    font-size: 18px;
    font-weight: 600;
    color: #b87332;
    position: relative;
}

.footer .white_box_div .privacy_links .footer_link:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    background: #b87332;
    position: absolute;
    right: -25px;
}

.footer .footer_text_div {
    text-align: center;
    margin: 15px 0;
}

.footer .footer_text_div .footer_text {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.footer .footer_text_div .link_text {
    color: #fff;
}

/* ==================== Media Queries ===================== */

@media (min-width: 0px) and (max-width: 574px) {
    .footer .footer_top_div .frame {
        font-size: 24px;
        text-align: center;
    }

    .footer .icon_links .footer_icon {
        font-size: 22px;
    }

    .footer .footer_top_div .frame_text {
        font-size: 14px;
        position: unset;
        width: 100%;
    }

    .footer .icon_links {
        gap: 22px;
    }

    .footer .white_box_div .quick_links .footer_link,
    .footer .white_box_div .privacy_links .footer_link {
        font-size: 15px;

    }


    .footer .white_box_div .privacy_links {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        text-align: center;
    }

    .footer .white_box_div .privacy_links .footer_link:not(:last-child)::after {
        top: 0;
    }

    .footer .white_box_div .quick_links .footer_link {
        display: block;
    }

    .footer .footer_text_div .footer_text {
        font-size: 13px;
    }

    .footer .white_box_div {
        padding: 30px 10px;
    }

    .footer .white_box_div .quick_links {
        gap: 13px;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer .white_box_div .footer_logo_div {
        height: auto;
        width: 160px;
    }

    .footer .white_box_div .quick_links .footer_link {
        font-size: 14px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .footer .footer_top_div .frame {
        font-size: 41px;
        text-align: center;
    }

    .footer .icon_links .footer_icon {
        font-size: 25px;
    }

    .footer .footer_top_div .frame_text {
        font-size: 15px;
        position: unset;
        width: 100%;
    }

    .footer .icon_links {
        gap: 22px;
    }

    .footer .white_box_div .quick_links .footer_link,
    .footer .white_box_div .privacy_links .footer_link {
        font-size: 15px;
    }

    .footer .footer_text_div .footer_text {
        font-size: 13px;
    }

    .footer .white_box_div {
        padding: 30px 15px;
    }

    .footer .white_box_div .quick_links {
        gap: 20px;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }


    .footer .white_box_div .quick_links .footer_link {
        font-size: 15px;
    }

    .footer .white_box_div .footer_logo_div {
        height: auto;
        width: 160px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer .footer_top_div .frame {
        font-size: 62px;
        text-align: center;
    }

    .footer .icon_links .footer_icon {
        font-size: 25px;
    }

    .footer .footer_top_div .frame_text {
        font-size: 17px;
        left: 0;
        top: 30px;
        width: 100%;
    }

    .footer .white_box_div {
        padding: 30px 15px;
    }

    .footer .white_box_div .quick_links {
        gap: 20px;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer .white_box_div .footer_logo_div {
    height: auto;
    width: 160px;
}

    .footer .white_box_div .quick_links .footer_link {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer .footer_top_div .frame {
        font-size: 90px;
        text-align: center;
    }

    .footer .footer_top_div .frame_text {
        font-size: 22px;
        left: 0;
        top: 45px;
        width: 100%;
    }

    .footer .white_box_div .quick_links {
        gap: 35px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .footer .footer_top_div .frame {
        font-size: 110px;
        text-align: center;
    }

    .footer .footer_top_div .frame_text {
        font-size: 26px;
        left: 0;
    }
}