.banner-background {
    background: url(https://assets.pricefox.gr/assets/blue-banner-background.svg) no-repeat center top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 390px;
    padding-top: 40px;
}

.banner-background .banner-container {
    display: flex;
    width: 1243px;
    background-color: #004766;
}

.banner-background .banner-cta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}

.banner-background .banner-cta-email-checkbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 530px;
    padding: 23px;
    font-weight: 700;
    color: #FFFFFF;
}

.banner-background label {
    font-size: 32px;
    line-height: 35px;
}

.banner-background .banner-input-button-container {
    display: flex;
    justify-content: center;
    width: 515px;
    margin-top: 20px;
}

.banner-background #email-input {
    width: 60%;
    height: 60px;
    border-radius: 6px 0 0 6px;
    border: none;
    font-size: 18px;
    padding-left: 15px;
    font-weight: 400;
}

.banner-background #email-input::placeholder {
    font-size: 18px;
    font-weight: 400;
}

.banner-background .banner-button {
    width: 30%;
    height: 60px;
    background: #F26E22;
    border-radius: 0 6px 6px 0;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.banner-background .banner-error-email-icon-container {
    width: 10%;
}

.banner-background #error-email-icon {
    display: none;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
}

.email-error {
    display: none;
    color: #c15c5c !important;
    font-size: 14px;
    padding: 3px 0 0 36px;
    margin-bottom: 10px;
}

.banner-background .banner-checkbox-container {
    display: flex;
    justify-content: space-between;
    width: 450px;
}

.banner-background p {
    color: #FFFFFF;
}

.banner-background #banner-checkbox-data-protection {
    width: 34px;
    height: 24px;
    margin: 2px 10px 0 0;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    outline: none;
}

.banner-background .banner-checkbox-note p{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 18px;
}

.banner-background .banner-checkbox-note p a {
    color: #f26e22 !important;
}

.banner-background .banner-checkbox-note a:hover {
    color: #bb4500 !important;
}

.banner-background #checkbox-error {
    display: none;
    color: #c15c5c;
    font-size: 14px;
    padding-left: 36px;
    margin: 10px 0 0;
}

.banner-background .banner-success-message-container {
    display: none;
    align-items: center;
    padding-left: 3px;
    gap: 15px;
}

.banner-background #banner-green-correct-mark {
    display: none;
    width: 20px;
    height: 20px;
}

.banner-background #email-success {
    display: none;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 10px;
}

.banner-background #banner-paper-airplane-img-desktop {
    width: 74px;
    height: 62px;
    margin: 110px 0 0;
}

.banner-background .banner-cta-social-media {
    width: 50%;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-right: 20px;
    align-items: center;
}

@media (max-width: 992px) {
    .banner-background {
        background-image: url("https://assets.pricefox.gr/assets/blue-banner-background.svg");
        background-size: cover;
        background-position: center;
        height: 357px;
        padding-top: 25px;
    }

    .banner-background .banner-container {
        display: flex;
        flex-direction: column;
        width: 340px;
        background-color: #004766;
    }

    .banner-background .banner-cta {
        width: 100%;
        justify-content: center;
    }

    .banner-background .banner-cta-email-checkbox {
        align-items: flex-start;
        padding: 20px 0;
        width: 320px;
    }

    .banner-background label {
        font-size: 21px;
        line-height: 25px;
    }

    .banner-background .banner-input-button-container {
        width: 340px;
    }

    .banner-background #email-input {
        width: 70%;
        height: 43px;
        padding-left: 15px;
        font-size: 14px;
    }

    .banner-background #email-input::placeholder {
        font-size: 14px;
    }

    .banner-background .banner-button {
        height: 43px;
        font-size: 14px;
    }

    .banner-background #error-email-icon {
        display: none;
        margin: 15px 0 0 5px;
        width: 20px;
        height: 20px;
    }

    .banner-background .email-error {
        padding-left: 25px;
        margin: 10px 0 5px;
        font-size: 12px;
    }

    .banner-background .banner-checkbox-container {
        display: flex;
        justify-content: center;
        padding-top: 5px;
        width: 330px;
    }

    .banner-background #banner-checkbox-data-protection {
        width: 24px;
        height: 14px;
    }

    .banner-background .banner-checkbox-note p{
        font-size: 14px;
    }

    .banner-background #checkbox-error {
        padding-left: 25px;
        margin: 10px 0 5px;
        font-size: 12px;
    }

    .banner-background .banner-success-message-container {
        align-items: center;
        padding-left: 2px;
        gap: 11px;
        margin-top: -10px;
    }

    .banner-background #banner-green-correct-mark {
        width: 13px;
        height: 13px;
    }

    .banner-background #email-success {
        color: #FFFFFF;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .banner-background #banner-paper-airplane-img-mobile {
        display: flex;
        width: 39px;
        height: 31px;
        margin: 0 20px 0 10px;
    }

    .banner-background .banner-cta-social-media {
        width: 100%;
        display: flex;
        gap: 20px;
        margin: -10px 0 10px;
        justify-content: center;
        align-items: center;
    }

    .banner-background .banner-cta-social-media img {
        width: 24px;
        height: 24px;
    }
}