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

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

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

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

.baner-oferta .container-sections.container-oferta .section-text-oferta h1 {
    font-family: "Poltawski Nowy", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.baner-oferta .container-sections.container-oferta .section-text-oferta .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-oferta .container-sections.container-oferta .section-text-oferta .btn-home:hover {
    background: rgba(255, 255, 255, 0.75);
}

/* Oferta */
.section-oferta {
    position: relative;
    margin-top: -32px;
    z-index: 0;
    background: linear-gradient(180deg, transparent 0%, transparent 32px, #F8F8F8 32px, #F8F8F8 100%);
}

.section-oferta .container-oferta .oferta {
    display: flex;
    align-items: center;
    gap: 32px;
}

.section-oferta .container-oferta .oferta .oferta-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 33%;
    height: 100%;
    gap: 24px;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
}

.section-oferta .container-oferta .oferta .oferta-items .container-text .strefa-title {
    color: rgba(21, 21, 21, 0.75);
    text-align: center;
    font-family: "Poltawski Nowy", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.section-oferta .container-oferta .oferta .oferta-items .container-text .strefa-subbTitle {
    color: #D4B89D;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
}

.section-oferta .container-oferta .oferta .oferta-items .strefa-efekty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.section-oferta .container-oferta .oferta .oferta-items .strefa-efekty .items-efekty {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 0;
    gap: 10px;
    border-bottom: 1px solid rgba(213, 197, 164, 0.50);
    text-align: center;
}

/* o nas */
.section-oferta-diety .baner-oferta-diety .container-oferta-diety {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.section-oferta-diety .baner-oferta-diety .container-oferta-diety .image-oferta-diety {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding-right: 32px;
}

.section-oferta-diety .baner-oferta-diety .container-oferta-diety .image-oferta-diety img {
    padding: 0;
    border-radius: 16px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
}

.section-oferta-diety .baner-oferta-diety .container-oferta-diety .content-section-oferta-diety {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-oferta-diety .baner-oferta-diety .container-oferta-diety .content-section-oferta-diety .content-oferta-diety {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-left: 1px solid rgba(188, 160, 99, 0.50);
    padding: 16px;
}

.section-oferta-diety .baner-oferta-diety .container-oferta-diety .content-section-oferta-diety .content-oferta-diety .btn-container {
    width: fit-content;
}

@media only screen and (max-width: 1400px) {
    .section-oferta .container-oferta .oferta .oferta-items .container-text .strefa-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .section-oferta .container-oferta .oferta {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-oferta .container-oferta .oferta .oferta-items .container-text .strefa-title {
        font-size: 28px;
    }

    .section-oferta .container-oferta .oferta .oferta-items {
        height: auto;
        width: 45%;
    }
}

@media only screen and (max-width: 992px) {
    .baner-oferta .container-sections.container-oferta .section-text-oferta h1 {
        width: 70%
    }

    .baner-oferta .container-sections.container-oferta .section-text-oferta p {
        width: 70%;
    }

    .baner-sections .container-sections.container-oferta {
        height: 700px;
    }

    .section-oferta .container-oferta .oferta {
        flex-direction: column;
    }

    .section-oferta .container-oferta .oferta .oferta-items {
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .baner-oferta .container-sections.container-oferta .section-text-oferta h1 {
        font-size: 40px;
        width: 100%;
    }
    .section-oferta .container-oferta .oferta .oferta-items {
        width: 75%;
    }
    
    .baner-oferta .container-sections.container-oferta .section-text-oferta .btn-home {
        width: 100%;
    }
}

@media only screen and (max-width: 568px) {
    .baner-oferta .container-sections.container-oferta .section-text-oferta p {
        width: 100%;
    }

    .section-oferta .container-oferta .oferta .oferta-items {
        width: 85%;
    }
}

@media only screen and (max-width: 400px) {
    .section-oferta .container-oferta .oferta .oferta-items {
        width: 100%;
    }
}