.footer {
    width: 75%;
    max-width: 1135px;
    height: 28rem;
    position: relative;
    overflow: hidden;
    /* margin-left: 50%;
    transform: translateX(-50%); */
}

.footer_plans {
    margin-left: 0;
    transform: none;
}

.earth {
    width: 80%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5rem;
    filter: drop-shadow(0 0 3rem #00ABFFB5);
}

.travel_animator {
    width: 80%;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8.5rem;
}

.sub_heading {
    width: 37rem;
    height: auto;
    position: absolute;
    bottom: 8rem;
    left: 50%;
    transform: translateX(-50%);
}

.privacy-section {
    position: absolute;
    left: 50%;
    bottom: 4rem;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.privacy-section a {
    text-decoration: none;
    color: #fff;
}

.privacy-policy {
    padding: 6px 16px;
    background-color: #0000004F;
    backdrop-filter: blur(40.099998474121094px);
    border-radius: 24px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.copyright-section {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: black;
}

@media (max-width: 380px) {
    .sub_heading {
        bottom: -0.5rem !important;
    }
}

@media (max-width: 480px) {
    .footer {
        width: 100%;
        height: 13rem;
    }

    .earth {
        filter: drop-shadow(0 0 3rem rgba(0, 171, 255, .71));
        width: 102%;
        position: absolute;
        bottom: -3rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .travel_animator {
        bottom: 3rem;
        width: 100%;
    }

    .sub_heading {
        width: 15rem;
        bottom: 0rem;
    }

    .privacy-section {
        width: 100%;
        bottom: 2rem;
    }

    .privacy-policy {
        padding: 6px 10px;
        font-size: 10px;
    }

    .copyright-section {
        font-size: 10px;
        bottom: 0.5rem;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .footer {
        width: 100%;
        height: 20rem;
    }

    .earth {
        filter: drop-shadow(0 0 3rem rgba(0, 171, 255, .71));
        width: 90%;
        height: 100%;
        position: absolute;
        bottom: -5rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .travel_animator {
        width: 100%;
        bottom: 5rem;
    }

    .sub_heading {
        width: 25rem;
        height: auto;
        position: absolute;
        bottom: 3rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .privacy-section {
        width: 100%;
        bottom: 3rem;
    }

    .privacy-policy {
        font-size: 12px;
    }

    .copyright-section {
        bottom: 1rem;
    }
}

@media (max-width: 1080px) and (min-width: 769px) {
    .footer {
        width: 90%;
        height: 25rem;
    }

    .earth {
        filter: drop-shadow(0 0 3rem rgba(0, 171, 255, .71));
        width: 92%;
        height: 100%;
        position: absolute;
        bottom: -5.5rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .travel_animator {
        bottom: 8rem;
    }

    .sub_heading {
        width: 30rem;
        height: auto;
        position: absolute;
        bottom: 7rem;
    }
}

@media (min-width: 1441px) {
    .footer {
        height: 30rem;
    }

    .travel_animator {
        bottom: 6.5rem;
    }

    .earth {
        height: 85%;
    }
}
