.footer {
    margin-top: 0;
    color: var(--color_white);
}
.footer .copyright {
    font-size: 14px;
    text-align: center;
    background: none;
    padding: 0;
}

.content_width_margin {
    width: 80%;
    margin: 0 auto;
}

.footer_background {
    background-image: url(../../images/footer/footer-border-background-mobile.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 24px;
}

.footer_background_image {
    mask-image: url(../../images/footer/footer-background-mask-mobile.svg);
    mask-position: top;
    mask-size: cover;
    mask-repeat: no-repeat;

    background-image: url(../../images/footer/footer-background.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #025b5d;
    padding-top: 67px;
    background-blend-mode: multiply;
}

footer .section_content_container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 660px;
}

.footer_layout {
    display: flex;
    flex-direction: column;
    gap: 52px;
    padding-bottom: 21px;
    justify-content: end;
}
.footer_cta {
    display: flex;
    flex-direction: column;

    text-align: center;
    gap: 24px;
}

.footer_cta h2 {
    position: relative;
    top: 15px;
}

.footer_cta form {
    width: 100%;
    height: 100%;
}

.footer_cta form .input_container {
    max-width: 368px;
    width: 100%;

    height: 52px;
    background-color: var(--color_white);
    border-radius: 26px;

    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 23px;
}
.footer_cta form .input_container input {
    border: none;
    width: 80%;
}
.footer_cta form .input_container input:focus {
    outline: none;
}
.footer_cta form button {
    display: flex;
    align-items: center;
    background-color: var(--color_primary);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    aspect-ratio: 1/1;

    justify-content: center;
    border-radius: 26px;
}

.footer .main_heading {
    color: var(--color_primary);
    font-size: 22px;
}

.facebook img,
.twitter img,
.instagram img {
    width: 30px;
    height: 30px;
}

.footer .social_icon_list {
    display: flex;
    gap: 30px;
    margin-top: 13px;
}

.footer .document_links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer .document_links h3 {
    font-size: 22px;
    font-family: "Roboto";
    font-weight: 600;
    text-transform: uppercase;
    display: none;
    margin-bottom: 8px;
}
.footer .document_links a {
    color: #fff;
}
.middle_bar {
    background-color: var(--color_white);
    width: 100%;
    height: 79px;
}
.footer .middle_bar_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.footer .middle_bar_content .copyright {
    display: none;
}

.payment_method_list {
    display: flex;
    justify-content: center;
    gap: 4px;
    width: 100%;
}
.payment_method_list li {
    display: flex;
    align-items: center;
}

.payment_method_card {
    width: 66px;
    height: 45px;
}
.godaddy-ssl {
    max-width: 185px;
    height: 45px;
}

.hidden-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.footer .bottom_bar {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .baloons_desk {
    display: none;
    position: absolute;
    bottom: 95px;
    right: 25%;

    height: 600px;
    z-index: 1;
}

.footer .baloons_mob {
    position: absolute;
    bottom: -28px;
    right: -46px;
    height: 274px;
}

@media screen and (min-width: 641px) {
    .footer_background_image {
        padding-top: 90px;
    }
}

@media screen and (min-width: 769px) {
    .footer_background_image {
        padding-top: 115px;
    }
}

@media screen and (min-width: 1025px) {
    .footer {
        margin-top: 250px;
    }
    .content_width_margin {
        width: 100%;
        margin: 0;
    }

    footer .section_content_container {
        max-width: 1440px;
    }

    .footer_background {
        background-image: url(../../images/footer/footer-border-background-desktop.svg);
        padding-top: 8px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .footer_background_image {
        mask-image: url(../../images/footer/footer-background-mask.svg);
        background-size: cover;
    }

    .footer_layout {
        flex-direction: row;
        justify-content: space-between;
        align-items: end;
        position: relative;
        top: -45px;
    }

    .footer .main_heading {
        font-size: 36px;
    }

    .footer .copyright {
        text-align: start;
    }

    .footer_cta {
        align-items: start;
        text-align: start;
        gap: 35px;
    }
    .footer_cta h2 {
        text-align: start;
    }
    .footer_layout > * {
        flex-basis: 368px;
    }

    .footer .document_links {
        align-items: end;
        text-align: end;
        gap: 25px;
    }
    .footer .document_links h3 {
        display: block;
    }

    .facebook img,
    .twitter img,
    .instagram img {
        width: 45px;
        height: 45px;
    }
    .footer .social_icon_list {
        gap: 40px;
        margin-top: 18px;
    }

    .footer .payment_method_list {
        gap: 7px;
    }

    .footer .baloons_desk {
        display: inline-block;
        height: 490px;
        right: 20%;
    }

    .footer .baloons_mob {
        display: none;
        position: absolute;
        bottom: 95px;
        right: 25%;
        z-index: 5;
        height: 600px;
    }

    .footer .middle_bar_content {
        flex-direction: row;
    }
    .footer .middle_bar_content > * {
        flex-basis: 50%;
    }

    .footer .payment_method_list {
        justify-content: end;
    }

    .footer .copyright {
        font-size: 16px;
    }
    .footer .middle_bar_content .copyright {
        display: block;
    }

    .footer .bottom_bar {
        height: 32px;
    }
    .footer .bottom_bar .copyright {
        display: none;
    }
}

@media screen and (min-width: 1400px) {
    /* .footer .middle_bar_content {
    flex-direction: row;
  }
  .footer .middle_bar_content > * {
    flex-basis: 50%;
  }

  .payment_method_list {
    justify-content: end;
  }

  .footer .copyright {
    font-size: 16px;
  }
  .footer .middle_bar_content .copyright {
    display: block;
  }

  .footer .bottom_bar {
    height: 32px;
  }
  .footer bottom_bar .copyright {
    display: none;
  } */
    .footer .baloons_desk {
        right: 25%;
        height: 600px;
    }
}
.page-footer {
    background: white !important;
    padding: 0;
}
/* DO not show 50 years baloons */
img.baloon,
.baloon_long,
.baloons_desk,
.baloons_mob {
    display: none !important;
}
