.banner-logo {
    position: relative;
    top: -90px;
    margin-bottom: -90px;
}

.before-banner-image-full {
    position: relative;
    z-index: 49;
}

.banner-image-full {
    position: relative;
}

.banner-image-full.moove {
    top: -90px;
    margin-bottom: -90px;
}

.banner-image-full::after {
    content: "";
    position: absolute;
    background-color: rgb(31, 31, 31, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner-image-full .text-block,
.banner-image-full .btn-block {
    position: relative;
    z-index: 49;
}

.customer-case {
    position: relative;
    z-index: 49;
}

.customer-case::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, var(--color-primary), transparent);
    border-radius: 25px;
}

.customer-case .text-block,
.customer-case .btn-block {
    position: relative;
    z-index: 49;
}

.banner-page {
    display: flex;
    position: relative;
    min-height: 400px;
}

.banner-page>.container-fluid {
    min-height: 400px;
}

.banner-page::after {
    content: "";
    position: absolute;
    left: 41%;
    width: 10%;
    height: 100%;
    top: 0;
    background-color: var(--color-primary);
    border-bottom-right-radius: 900px;
    z-index: 48;
}

.banner-page .content {
    display: grid;
    align-content: center;
    padding-block: 40px !important;
    height: 100%;
}

.banner-page .d-flex>.wp-block-pele-theme-section:last-of-type {
    position: absolute;
    right: 0;
    height: 100%;
}

.banner-page .d-flex {
    width: 100%;
}

.banner-page .image-block {
    height: 100%;
}

.banner-page p a {
    color: var(--color-secondary) !important;
    ;
}

.banner-page p a:hover {
    color: var(--color-light) !important;
}

.references .slick-track {
    display: flex;
    align-items: center;
}

.references .slick-dots li.slick-active button {
    background-color: var(--color-primary);
}

iframe {
    width: 100%;
}

.img-contain img {
    object-fit: contain !important;
}

.card-date>.container-fluid>.wp-block-pele-theme-section {
    position: relative;
}

.card-date>.container-fluid>.wp-block-pele-theme-section:last-of-type::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    width: 3px;
    height: 100%;
    background-color: var(--color-primary);
}

.card-date>.container-fluid>.wp-block-pele-theme-section:first-of-type p.h3,
.card-date>.container-fluid>.wp-block-pele-theme-section:last-of-type p.h3 {
    position: relative;
    padding-right: 10px;
}

.card-date>.container-fluid>.wp-block-pele-theme-section:first-of-type p.h3::before,
.card-date>.container-fluid>.wp-block-pele-theme-section:last-of-type p.h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 3px;
    transform: translateY(-50%);
    background-color: var(--color-primary);
}

.card-date>.container-fluid>.wp-block-pele-theme-section:first-of-type p.h3::before {
    right: -50px;
}

.card-date>.container-fluid>.wp-block-pele-theme-section:last-of-type p.h3::before {
    left: -50px;
}

.card-date>.container-fluid>.wp-block-pele-theme-section:first-of-type p.h3::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 3px;
    right: -10px;
    transform: translateY(-50%);
    background-color: var(--color-light);
}

.card-date.rounded>.container-fluid>.wp-block-pele-theme-section:first-of-type::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -80px;
    right: -10px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-color: var(--color-secondary);
}

.card-date>.container-fluid>.wp-block-pele-theme-section:first-of-type .image-block {
    position: absolute;
    width: 250px !important;
    height: 250px !important;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.card-date>.container-fluid>.wp-block-pele-theme-section:first-of-type .image-block img {
    border-radius: 1000px !important;
}

/*Responsive*/

@media screen and (max-width: 768px) {
    .wp-block-pele-theme-section.banner-page {
        padding-bottom: 20px !important;
    }

    .banner-page>.d-flex {
        flex-direction: column-reverse !important;
        gap: 30px !important;
    }

    .banner-page .d-flex>.wp-block-pele-theme-section:last-of-type {
        position: relative;
        width: calc(100% + 40px) !important;
        left: -20px;
        height: 200px !important;
    }

    .banner-page .content {
        padding-block: 0 !important;
    }

    .banner-page>.d-flex>.wp-block-pele-theme-section {
        width: 100% !important;
    }

    .banner-page>.container-fluid {
        min-height: auto;
        gap: 20px !important;
    }

    .banner-page::after {
        display: none;
    }

    .banner-page .h1,
    .banner-page p,
    .banner-page .btn-block {
        width: 100%;
    }

    .banner-logo>.d-flex {
        gap: 0 !important;
    }

    .banner-image-full.moove {
        top: -60px;
        margin-bottom: -60px;
    }

    .numbers>.d-flex {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    .card-date>.container-fluid>.wp-block-pele-theme-section:first-of-type {
        width: 100px !important;
    }

    .card-date>.container-fluid>.wp-block-pele-theme-section:first-of-type .image-block {
        display: none;
    }
}