.baner-homePage {
    background-image: url("/wp-content/uploads/img_template/front_page/background_front_page.webp");
}

.container-homePage {
    min-height: 700px;
}

.container-homePage .text-homePage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 34px;
}

.container-homePage .text-homePage h1 {
	width: 100%;
}

.section-strefy {
    gap: 100px;
    overflow: hidden;
}

section .baner-strefy {
    padding: 0;
    margin-bottom: 4%;
}

section .baner-strefy:nth-child(odd) {
    position: relative;
    background: linear-gradient(to left, #E6EDF1 50%, #FFFFFF 50%);
}

section .baner-strefy:nth-child(even) {
    position: relative;
    background: linear-gradient(to right, #E6EDF1 50%, #FFFFFF 50%);
}

section .baner-strefy .section-efekty-strefy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ff9100;
    position: absolute;
    bottom: -8%;
}

section .baner-strefy:nth-child(odd) .section-efekty-strefy {
    border-radius: 72px 0 0 72px;
    padding: 20px 0px 20px 70px;
    box-shadow: -10px 0px 16px 0px rgba(51, 133, 178, 0.25);
    align-items: start;
}

section .baner-strefy:nth-child(even) .section-efekty-strefy {
    border-radius: 0 72px 72px 0;
    padding: 20px 70px 20px 0px;
    box-shadow: 10px 0px 16px 0px rgba(51, 133, 178, 0.25);
    align-items: end;
}

section .baner-strefy .section-efekty-strefy .efekty {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

section .baner-strefy .section-efekty-strefy .efekty p {
    color: #fff;
}

section .baner-strefy:nth-child(odd) .section-efekty-strefy::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 98%;
    width: 550%;
    height: 100%;
    box-shadow: 10px 0px 16px 0px rgba(51, 133, 178, 0.25);
    background: #ff9100;
}

section .baner-strefy:nth-child(even) .section-efekty-strefy::after {
    content: "";
    position: absolute;
    top: 0;
    right: 98%;
    width: 550%;
    height: 100%;
    box-shadow: -10px 0px 16px 0px rgba(51, 133, 178, 0.25);
    background: #ff9100;
}

section .baner-strefy:nth-child(odd)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    box-shadow: 25px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
}

section .baner-strefy:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    box-shadow: -20px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
}

section .baner-strefy .container-strefy {
    position: relative;
    z-index: 1;
}

section .baner-strefy .img-section-strefy {
    position: relative;
}

section .baner-strefy:nth-child(odd) .img-section-strefy .svg-icon-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 5px;
    left: 40px;
    padding: 10px;
    border-radius: 50%;
    background: #FF9100;
    box-shadow: 0px 0px 16px 0px rgba(51, 133, 178, 0.25);
}

section .baner-strefy:nth-child(even) .img-section-strefy .svg-icon-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 5px;
    right: 40px;
    padding: 10px;
    border-radius: 50%;
    background: #FF9100;
    box-shadow: 0px 0px 16px 0px rgba(51, 133, 178, 0.25);
}

section .baner-strefy:nth-child(odd) .container-strefy {
    border-radius: 720px 0px 0px 720px;
    background: #E6EDF1;
    box-shadow: 50px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;

}

section .baner-strefy:nth-child(even) .container-strefy {
    border-radius: 0px 720px 720px 0px;
    background: #E6EDF1;
    box-shadow: -50px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
}

section .baner-strefy:nth-child(even) .row {
    flex-direction: row-reverse;
}

section .baner-strefy:nth-child(odd) .img-section-strefy {
    margin-left: -2px;
    padding-left: 0;
}

section .baner-strefy:nth-child(even) .img-section-strefy {
    margin-right: -2px;
    padding-right: 0;
}

section .baner-strefy .row img {
    width: 100%;
    border-radius: 50%;
    border: 20px solid #FFF;
}

section .baner-strefy:nth-child(even) .text-section-strefy {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    text-align: start;
    gap: 20px;
    position: relative;
}

section .baner-strefy:nth-child(odd) .text-section-strefy {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    text-align: end;
    gap: 20px;
    position: relative;
}

section .baner-strefy .text-section-strefy .section-efekty-strefy p {
    white-space: nowrap;
}

/* Section 4 - Karty */
.baner-karty {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #E6EDF1;
    box-shadow: 0px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
}

.container-karty {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.container-karty .karta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 16px;
}

.container-karty .karta p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 18px;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    white-space: nowrap;
}

.container-przemiana .row:nth-child(1) {
    row-gap: 36px;
}

.container-przemiana .content-przemiana {
    gap: 20px;
}

.container-przemiana .content-przemiana .textPrzemiana {
    gap: 36px;
    width: 75%;
}

/*.container-przemiana .iconElement {
    width: 30%;
}*/

.container-przemiana .iconElement .iconElementBgc {
    width: 100%;
    padding: 35px 65px;
    border-radius: 16px;
    background: #E6EDF1;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 16px 0px rgba(51, 133, 178, 0.25) inset;
}

.container-przemiana .iconElement:hover:nth-child(1) .iconElementBgc{
    border: 1px solid #FF9100;
}

.container-przemiana .iconElement .iconElementBgc svg {
	width: 140px;
}

.container-przemiana .iconElement p {
    font-size: 24px;
    text-align: center;
}

.container-przemiana .iconElement:nth-child(1) p {
    text-decoration: underline transparent;
    transition: all 0.3s ease-in-out;
}

.container-przemiana .iconElement:hover:nth-child(1) p {
    text-decoration: underline #ff9100;
}

.content-img-svg-przemiana .svg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    position: absolute;
    top: 45%;
    left: 45%;
}

.arrowElement {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
    section .baner-strefy {
        margin-bottom: 10%;
    }

    section .baner-strefy .section-efekty-strefy {
        bottom: -18%;
    }

    section .baner-strefy:nth-child(odd) .text-section-strefy,
    section .baner-strefy:nth-child(even) .text-section-strefy {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        text-align: start;
        gap: 20px;
        position: relative;
    }


    .container-karty .karta p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .baner-homePage {
        background-image: url("/wp-content/uploads/img_template/front_page/background_front_page_mobile.webp");
    }

    .container-homePage {
        min-height: auto;
    }

	.container-homePage .text-homePage h1 {
		display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
	}
	
    .section-strefy {
        gap: unset;
    }

    section .baner-strefy {
        margin-bottom: 55%;
    }

    section .baner-strefy:nth-child(odd) .img-section-strefy {
        margin-left: auto;
        padding-left: 16px;
    }

    section .baner-strefy:nth-child(even) .img-section-strefy {
        margin-right: auto;
        padding-right: 16px;
    }

    section .baner-strefy .section-efekty-strefy {
        gap: 14px;
        bottom: -90%;
    }

    section .baner-strefy:nth-child(odd) .section-efekty-strefy {
        border-radius: unset;
        padding: 20px 0px 20px 0px;
        box-shadow: 0px 0px 16px 0px rgba(51, 133, 178, 0.25);
    }

    section .baner-strefy:nth-child(even) .section-efekty-strefy {
        border-radius: unset;
        padding: 20px 0px 20px 0px;
        box-shadow: 0px 0px 16px 0px rgba(51, 133, 178, 0.25);
    }

    section .baner-strefy .section-efekty-strefy .efekty {
        flex-direction: column;
        gap: 14px;
    }

    section .baner-strefy:nth-child(odd) {
        background: none;
    }

    section .baner-strefy:nth-child(even) {
        background: none;
    }

    section .baner-strefy:nth-child(odd) .text-section-strefy,
    section .baner-strefy:nth-child(even) .text-section-strefy {
        min-height: 280px;
        align-items: center;
        text-align: justify;
        padding-left: 20px;
        padding-right: 20px;
    }

    section .baner-strefy:nth-child(odd) .section-efekty-strefy::after,
    section .baner-strefy:nth-child(odd) .section-efekty-strefy::before {
        box-shadow: unset;
    }

    section .baner-strefy:nth-child(even) .section-efekty-strefy::after,
    section .baner-strefy:nth-child(even) .section-efekty-strefy::before {
        box-shadow: unset;
    }

    section .baner-strefy:nth-child(odd) .section-efekty-strefy::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 98%;
        width: 100%;
        height: 100%;
        background: #ff9100;
    }

    section .baner-strefy:nth-child(even) .section-efekty-strefy::before {
        content: "";
        position: absolute;
        top: 0;
        left: 98%;
        width: 100%;
        height: 100%;
        background: #ff9100;
    }

    section .baner-strefy:nth-child(odd) .img-section-strefy .svg-icon-offer {
        width: 120px;
        height: 120px;
        top: 5%;
        left: 10%;
    }

    section .baner-strefy:nth-child(even) .img-section-strefy .svg-icon-offer {
        width: 120px;
        height: 120px;
        top: 5%;
        right: 10%;
    }

    section .baner-strefy:nth-child(odd)::before {
        content: unset;
    }

    section .baner-strefy:nth-child(even)::before {
        content: unset;
    }

    section .baner-strefy .text-section-strefy .section-efekty-strefy {
        white-space: nowrap;
    }

    section .baner-strefy .row .img-section-strefy {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    section .baner-strefy:nth-child(odd) .container-strefy {
        border-radius: unset;
        border-top-left-radius: 400px;
        border-top-right-radius: 400px;
        background: #E6EDF1;
        box-shadow: 0px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;

    }

    section .baner-strefy:nth-child(even) .container-strefy {
        border-radius: unset;
        border-top-left-radius: 400px;
        border-top-right-radius: 400px;
        background: #E6EDF1;
        box-shadow: 0px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
    }

    /*Section 4 - Karty*/
    .baner-karty {
        box-shadow: 0px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
    }

    .container-karty .karta {
        gap: 20px;
    }

    .container-karty .karta img {
        width: 70%;
    }

    .container-przemiana .content-przemiana {
        gap: 30px;
    }

    .container-przemiana .content-przemiana .textPrzemiana {
        gap: 30px;
        width: 80%;
    }

    ?*.container-przemiana .iconElement {
        width: 50%;
    }*/

    .container-przemiana .iconElement p {
        font-size: 20px;
    }

    .arrowElement {
        margin-bottom: 0;
    }

    .arrowElement {
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 768px) {
    section .baner-strefy:nth-child(odd) .text-section-strefy,
    section .baner-strefy:nth-child(even) .text-section-strefy {
        min-height: 320px;
    }

    section .baner-strefy .section-efekty-strefy {
        bottom: -78%;
    }

    section .baner-strefy:nth-child(odd) .img-section-strefy .svg-icon-offer {
        top: 0;
        left: 30px;
    }

    section .baner-strefy:nth-child(even) .img-section-strefy .svg-icon-offer {
        top: 0;
        right: 30px;
    }

    section .baner-strefy:nth-child(odd) .container-strefy {
        border-top-left-radius: 300px;
        border-top-right-radius: 300px;
    }

    section .baner-strefy:nth-child(even) .container-strefy {
        border-top-left-radius: 300px;
        border-top-right-radius: 300px;
    }

    .container-przemiana .content-przemiana .textPrzemiana {
        gap: 24px;
        width: 90%;
    }


    /*.container-przemiana .iconElement {
        width: 65%;
    }*/
}

@media only screen and (max-width: 568px) {
    .baner-homePage {
        background-image: url("/wp-content/uploads/img_template/front_page/background_front_page_mobile.webp");
    }

    .container-homePage {
        min-height: auto;
    }

    section .baner-strefy {
        margin-bottom: 70%;
    }

    section .baner-strefy:nth-child(odd) .img-section-strefy,
    section .baner-strefy:nth-child(even) .img-section-strefy {
        padding-left: 0px;
        padding-right: 0px;
    }

    section .baner-strefy .section-efekty-strefy {
        bottom: -70%;
    }

    section .baner-strefy:nth-child(odd) .section-efekty-strefy {
        border-radius: unset;
        padding: 20px 0px 20px 0px;
        box-shadow: 0px 0px 16px 0px rgba(51, 133, 178, 0.25);
    }

    section .baner-strefy:nth-child(even) .section-efekty-strefy {
        border-radius: unset;
        padding: 20px 0px 20px 0px;
        box-shadow: 0px 0px 16px 0px rgba(51, 133, 178, 0.25);
    }

    section .baner-strefy:nth-child(odd) {
        background: none;
    }

    section .baner-strefy:nth-child(even) {
        background: none;
    }

    section .baner-strefy:nth-child(odd) .section-efekty-strefy::after {
        content: unset;
        box-shadow: 15px 0px 16px 0px rgba(51, 133, 178, 0.25);
    }

    section .baner-strefy:nth-child(even) .section-efekty-strefy::after {
        content: unset;
        box-shadow: -15px 0px 16px 0px rgba(51, 133, 178, 0.25);
    }

    section .baner-strefy:nth-child(odd) .section-efekty-strefy::before {
        content: unset;
        box-shadow: 15px 0px 16px 0px rgba(51, 133, 178, 0.25);
    }

    section .baner-strefy:nth-child(even) .section-efekty-strefy::before {
        content: unset;
        box-shadow: -15px 0px 16px 0px rgba(51, 133, 178, 0.25);
    }

    section .baner-strefy:nth-child(odd) .text-section-strefy,
    section .baner-strefy:nth-child(even) .text-section-strefy {
        min-height: 350px;
    }

    section .baner-strefy:nth-child(odd)::before {
        content: unset;
    }

    section .baner-strefy:nth-child(even)::before {
        content: unset;
    }

    section .baner-strefy:nth-child(odd) .img-section-strefy .svg-icon-offer {
        width: 80px;
        height: 80px;
        top: 5px;
        left: 45px;
    }

    section .baner-strefy:nth-child(even) .img-section-strefy .svg-icon-offer {
        width: 80px;
        height: 80px;
        top: 5px;
        right: 45px;
    }

    /*Section 4 - Karty Start*/
    .container-karty .karta p {
        font-size: 18px;
        font-weight: 600;
        line-height: 150%;
    }
    /* Section 4 - Karty End*/

    .container-przemiana .content-przemiana .textPrzemiana {
        width: 100%;
    }

    /*.container-przemiana .iconElement {
        width: 70%;
    }*/
}

@media only screen and (max-width: 400px) {
    section .baner-strefy {
        margin-bottom: 100%;
    }

    section .baner-strefy .section-efekty-strefy {
        bottom: -65%;
    }

    section .baner-strefy:nth-child(odd) .text-section-strefy,
    section .baner-strefy:nth-child(even) .text-section-strefy {
        min-height: 380px;
    }

    section .baner-strefy:nth-child(odd) .img-section-strefy .svg-icon-offer {
        top: 0px;
        left: 30px;
    }

    section .baner-strefy:nth-child(even) .img-section-strefy .svg-icon-offer {
        top: 0px;
        right: 30px;
    }

    /*Section 4 - Karty*/
    .container-karty .karta img {
        width: 100%;
    }

    /*.container-przemiana .iconElement {
        width: 100%;
    }*/
}