/*Section 1*/
.baner-sections.baner-thank-you {
    position: relative;
    background-image: url("/wp-content/uploads/premium/bg_siemianowice.webp") !important;
}

.baner-thank-you .container-sections.container-thank-you {
    position: relative;
    z-index: 2;
}

.baner-thank-you .container-sections.container-thank-you {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: white;
    position: relative;
    z-index: 2;
}

.baner-thank-you .container-sections.container-thank-you .section-text-thank-you {
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 1;
    padding: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.50);
}

.baner-thank-you .container-sections.container-thank-you .section-text-thank-you h1 {
    font-family: "Poltawski Nowy", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
    color: #fff;
    /*background: linear-gradient(180deg, #E3B570 0%, #F8CA87 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.baner-thank-you .container-sections.container-thank-you .section-text-thank-you p {
    color: #F8F8F8;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.baner-thank-you .container-sections.container-thank-you .section-text-thank-you .btn-home {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 16px;
    padding: 14px 32px;
    color: #AD9E7E;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
    border: none;
    transition: all 0.3s ease-in-out;
}

.baner-thank-you .container-sections.container-thank-you .section-text-thank-you .btn-home:hover {
    background: rgba(255, 255, 255, 0.75);
}


@media screen and (max-width: 992px) {
    .baner-thank-you .container-thank-you .container-thank-you-text .section-text-thank-you p {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .baner-thank-you {
        background-image: url("/wp-content/uploads/img_template/404_mobile.webp") !important;
    }
}