.partner-banner__wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.partner-banner__wrapper__left-side {
    z-index: 999;
    width: 50%;
}

.partner-banner__wrapper__right-side {
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
}


.partner-banner__wrapper__right-side__installation-container {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.partner-banner__wrapper__right-side__installation-container__middle-line__wrapper {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-number__wrapper-two {
    transform: translateX(-130px);
    display: flex;
    align-items: flex-end;
    height: 600px;
}

.big-number__wrapper-five {
    transform: translateX(120px);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 575px;
}

.big-number-two {
    font-family: Futura PT;
    font-style: normal;
    font-weight: 800;
    font-size: 600px;
    line-height: 450px;
    background: linear-gradient(92.07deg, rgba(241, 82, 60, 0) 37.36%, rgba(241, 82, 60, 0.23) 51.07%, rgba(241, 82, 60, 0.66) 64.95%),
    linear-gradient(86.83deg, #FFFFFF 2.37%, rgba(255, 255, 255, 0.27) 36.82%, rgba(255, 255, 255, 0) 58.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: twoWave 7s infinite ease-in-out
}

.big-number-five {
    font-family: Futura PT;
    font-style: normal;
    font-weight: 800;
    font-size: 600px;
    line-height: 430px;
    background: linear-gradient(268.34deg, #FFFFFF 9.06%, rgba(255, 255, 255, 0) 66.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fiveWave 10s infinite ease-in-out
}

.partner-banner__wrapper__right-side__installation-container__middle-line__shadow-red {
    position: absolute;
    width: 50px;
    height: 640px;
    z-index: 50;
    background: #F1523C;
    filter: blur(18.7527px);
    margin-left: -50px;
    animation: redShadow 8s infinite ease-in-out
}

.partner-banner__wrapper__right-side__installation-container__middle-line__shadow-black {
    width: 50px;
    height: 640px;
    z-index: 50;
    position: absolute;
    background: #000000;
    opacity: 0.37;
    filter: blur(41.0774px);
    margin-right: -50px;
    animation: blackShadow 6s infinite ease-in-out
}

.partner-banner__wrapper__right-side__installation-container__middle-line {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 110px 10px 100px 10px;
    width: 100px;
    height: 800px;
    background: #131415;
    z-index: 100;
    position: absolute;
}

.rubble-in-middle-line {
    transform: translateX(-40px)
}

.big-number-desc {
    font-family: Circe;
    font-style: normal;
    font-weight: 100;
    font-size: 50px;
    line-height: 70px;

    color: #808182;

    opacity: 0.2;
}

.big-number-desc_big {
    font-family: Futura PT;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 41px;
    color: #808182;
    opacity: 0.5;
    transform: translateX(60px);
}
.mask-1, .mask-2{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.refer-how-it-works__plit-wrapper__circle-icon-wrapper-svg img{
    filter: brightness(5);
}
@keyframes redShadow {
    from {
        width: 50px;
        height: 640px;
    }

    50% {
        width: 80px;
        height: 600px;
    }

    to {
        width: 50px;
        height: 640px;
    }
}

@keyframes blackShadow {
    from {
        width: 130px;
        height: 600px;
    }

    50% {
        width: 200px;
        height: 550px;
    }

    to {
        width: 130px;
        height: 600px;
    }
}

@keyframes fiveWave {
    from {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes twoWave {
    from {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0)
    }
}

@media screen and (max-width: 1050px) {
    .partner-banner__wrapper {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .partner-banner__wrapper__left-side {
        order: 2;
        z-index: 999;
        width: 100%;
    }

    .partner-banner__wrapper__right-side {
        /* padding-top: 100px; */
        z-index: 999;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
    }

    .partner-banner__wrapper__right-side__installation-container {
        margin-top: 50px;
        width: 100%;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        height: 80vw;
    }

    .partner-banner__wrapper__right-side__installation-container__middle-line__wrapper {
        width: 100%;
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .big-number__wrapper-two {
        transform: translateX(-13vw);
        display: flex;
        align-items: flex-end;
        height: 42vw;
    }

    .big-number__wrapper-five {
        transform: translateX(10vw);
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 40.5vw;
    }

    .big-number-two {
        font-family: Futura PT;
        font-style: normal;
        font-weight: 800;
        font-size: 40vw;
        line-height: 30.5vw;
        background: linear-gradient(92.07deg, rgba(241, 82, 60, 0) 37.36%, rgba(241, 82, 60, 0.23) 51.07%, rgba(241, 82, 60, 0.66) 64.95%),
        linear-gradient(86.83deg, #FFFFFF 2.37%, rgba(255, 255, 255, 0.27) 36.82%, rgba(255, 255, 255, 0) 58.09%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* animation: twoWave 7s infinite ease-in-out */
    }

    .big-number-five {
        font-family: Futura PT;
        font-style: normal;
        font-weight: 800;
        font-size: 40vw;
        line-height: 30.5vw;
        background: linear-gradient(268.34deg, #FFFFFF 9.06%, rgba(255, 255, 255, 0) 66.82%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* animation: fiveWave 10s infinite ease-in-out */
    }

    .partner-banner__wrapper__right-side__installation-container__middle-line__shadow-red {
        position: absolute;
        width: 5vw;
        height: 40vw;
        z-index: 50;
        background: #F1523C;
        filter: blur(18.7527px);
        margin-left: -50px;
        /* animation: redShadow 8s infinite ease-in-out */
    }

    .partner-banner__wrapper__right-side__installation-container__middle-line__shadow-black {
        width: 5vw;
        height: 40vw;
        z-index: 50;
        position: absolute;
        background: #000000;
        opacity: 0.37;
        filter: blur(41.0774px);
        margin-right: -50px;
        /* animation: blackShadow 6s infinite ease-in-out */
    }

    .partner-banner__wrapper__right-side__installation-container__middle-line {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 10vw 1vw 9vw 1vw;
        width: 10vw;
        height: 60vw;
        background: #131415;
        z-index: 100;
        position: absolute;
    }

    .big-number-desc {
        font-family: Circe;
        font-style: normal;
        font-weight: 100;
        font-size: 6vw;
        line-height: 100%;
        color: #808182;
        opacity: 0.2;
    }

    .big-number-desc_big {
        font-family: Futura PT;
        font-style: normal;
        font-weight: 300;
        font-size: 3vw;
        line-height: 100%;
        color: #808182;
        opacity: 0.5;
        transform: translateX(8vw);
    }

    .rubble-in-middle-line {
        transform: translateX(-4vw)
    }

    @keyframes redShadow {
        from {
            width: 5vw;
            height: 40vw;
        }

        50% {
            width: 6vw;
            height: 50vw;
        }

        to {
            width: 5vw;
            height: 40vw;
        }
    }

    @keyframes blackShadow {
        from {
            width: 130px;
            height: 600px;
        }

        50% {
            width: 200px;
            height: 550px;
        }

        to {
            width: 130px;
            height: 600px;
        }
    }

    @keyframes fiveWave {
        from {
            transform: translateY(0)
        }

        50% {
            transform: translateY(-15px)
        }

        to {
            transform: translateY(0)
        }
    }

    @keyframes twoWave {
        from {
            transform: translateY(0)
        }

        50% {
            transform: translateY(10px)
        }

        to {
            transform: translateY(0)
        }
    }
}


@media screen and (max-width: 475px) {
    .partner-banner__wrapper {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .partner-banner__wrapper__left-side {
        order: 2;
        z-index: 999;
        width: 100%;
    }

    .partner-banner__wrapper__right-side {
        /* padding-top: 100px; */
        z-index: 999;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
    }

    .partner-banner__wrapper__right-side__installation-container {
        margin-top: 50px;
        width: 100%;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        height: 50vh;
    }

    .partner-banner__wrapper__right-side__installation-container__middle-line__wrapper {
        width: 100%;
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .big-number__wrapper-two {
        transform: translateX(-13vw);
        display: flex;
        align-items: flex-end;
        height: 60vw;
    }

    .big-number__wrapper-five {
        transform: translateX(10vw);
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 60vw;
    }

    .big-number-two {
        font-family: Futura PT;
        font-style: normal;
        font-weight: 800;
        font-size: 60vw;
        line-height: 45vw;
        background: linear-gradient(92.07deg, rgba(241, 82, 60, 0) 37.36%, rgba(241, 82, 60, 0.23) 51.07%, rgba(241, 82, 60, 0.66) 64.95%),
        linear-gradient(86.83deg, #FFFFFF 2.37%, rgba(255, 255, 255, 0.27) 36.82%, rgba(255, 255, 255, 0) 58.09%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* animation: twoWave 7s infinite ease-in-out */
    }

    .big-number-five {
        font-family: Futura PT;
        font-style: normal;
        font-weight: 800;
        font-size: 60vw;
        line-height: 45vw;
        background: linear-gradient(268.34deg, #FFFFFF 9.06%, rgba(255, 255, 255, 0) 66.82%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* animation: fiveWave 10s infinite ease-in-out */
    }

    .partner-banner__wrapper__right-side__installation-container__middle-line__shadow-red {
        position: absolute;
        width: 1vw;
        height: 40vw;
        z-index: 50;
        background: #F1523C;
        filter: blur(18.7527px);
        margin-left: -0px;
        /* animation: redShadow 8s infinite ease-in-out */
    }

    .partner-banner__wrapper__right-side__installation-container__middle-line__shadow-black {
        width: 5vw;
        height: 50vh;
        z-index: 50;
        position: absolute;
        background: #000000;
        opacity: 0.37;
        filter: blur(41.0774px);
        margin-right: -50px;
        /* animation: blackShadow 6s infinite ease-in-out */
    }

    .partner-banner__wrapper__right-side__installation-container__middle-line {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 20vw 1vw 20vw 1vw;
        width: 10vw;
        height: 100vw;
        background: #131415;
        z-index: 100;
        position: absolute;
    }

    .big-number-desc {
        font-family: Circe;
        font-style: normal;
        font-weight: 100;
        font-size: 6vw;
        line-height: 100%;
        color: #808182;
        opacity: 0.2;
    }

    .big-number-desc_big {
        font-family: Futura PT;
        font-style: normal;
        font-weight: 300;
        font-size: 3vw;
        line-height: 100%;
        color: #808182;
        opacity: 0.5;
        transform: translateX(8vw);
    }

    .rubble-in-middle-line {
        transform: translateX(-4vw)
    }

    @keyframes redShadow {
        from {
            width: 2vw;
            height: 40vw;
        }

        50% {
            width: 3vw;
            height: 50vw;
        }

        to {
            width: 2vw;
            height: 40vw;
        }
    }

    @keyframes blackShadow {
        from {
            width: 130px;
            height: 50vw;
        }

        50% {
            width: 200px;
            height: 50vw;
        }

        to {
            width: 130px;
            height: 50vw;
        }
    }
}

