.homepage-new__counter {
    --homepage-new__counter-text-color: #FFFFFF;
    --homepage-new__counter-number-text-color: #59EA6D;
    --homepage-new__counter-btn-bg-color: #22E243;
    --homepage-new__counter-btn-text-color: #000000;
    --homepage-new__counter-bg-color: #161617;
    padding-bottom: 28.84615385vh;
}

.homepage-new__counter-wrap {
    position: relative;
    /* position: sticky; */
    /* top: 0; */
    /* height: 100vh; */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    color: var(--homepage-new__counter-text-color);
    padding: 0 2.4rem;
    margin-top: -250px;
    z-index: 99;
}

.homepage-new__counter-content {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    display: flex;
    flex-direction: column;
    text-align: center;
    /* max-width: 35.2rem; */
    width: 100%;
    margin: 0 auto;
}

.homepage-new__counter-numbers {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    row-gap: 2.159rem;
    column-gap: 0.982rem;
    margin-bottom: 6.77rem;
}

.homepage-new__counter-number {
    display: -webkit-flex;
    display: flex;
}

.homepage-new__counter-number__inner {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 4rem;
    max-width: 4rem;
    width: 4rem;
    min-height: 4.48751398rem;
    max-height: 4.48751398rem;
    height: 4.48751398rem;
    color: var(--homepage-new__counter-number-text-color);
    font-size: 3.04230343rem;
    font-weight: 800;
    line-height: 1.39997088;
    text-align: center;
    z-index: 1;
}

.homepage-new__counter-number__inner::before,
.homepage-new__counter-number__inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    min-height: calc(50% - 0.049rem);
    max-height: calc(50% - 0.049rem);
    height: calc(50% - 0.049rem);
    background-color: var(--homepage-new__counter-bg-color);
    border-radius: 0.367rem;
    z-index: -1;
}

.homepage-new__counter-number__inner::after {
    top: 50%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.homepage-new__counter-heading {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 2.6rem;
}

.homepage-new__counter-btn {
    background-color: var(--homepage-new__counter-btn-bg-color);
    color: var(--homepage-new__counter-btn-text-color);
    max-width: max-content;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.36428571;
    text-transform: uppercase;
    text-align: center;
    border-radius: 6.4rem;
    margin: 0 auto;
    padding: 1.445rem 3.2675rem;
    margin-bottom: 9.363rem;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
     display: flex;
        justify-content: center;
        align-items: center;
        min-height: 50px;
        font-size: 14px;
}

.homepage-new__counter-btn:hover,
.homepage-new__counter-btn:focus-visible {
    opacity: 0.8;
}

.homepage-new__counter-badges {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3.2rem;
    max-width: 35.2rem;
    width: 100%;
    margin: 0 auto;
}

.homepage-new__counter-badge {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 43.38785807%;
}

.homepage-new__counter-badge > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

@media (min-width: 768px) { 
}

@media (min-width: 1200px) {
    .homepage-new__counter-content {
        max-width: 68.33333333vw;
        padding-top: .21vw;
    }
    .homepage-new__counter-numbers {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        gap: 0.94114583vw;
        margin-bottom: 2.903125vw;
    }
    .homepage-new__counter-number {
        display: -webkit-flex;
        display: flex;
    }
    .homepage-new__counter-number__inner {
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        min-width: 7.71822917vw;
        max-width: 7.71822917vw;
        width: 7.71822917vw;
        min-height: 8.659375vw;
        max-height: 8.659375vw;
        height: 8.659375vw;
        color: var(--homepage-new__counter-number-text-color);
        font-size: 6.02395833vw;
        font-weight: 800;
        line-height: 1.39996542;
        text-align: center;
        z-index: 1;
    }
    .homepage-new__counter-number__inner::before,
    .homepage-new__counter-number__inner::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        min-height: calc(50% - 0.04713542vw);
        max-height: calc(50% - 0.04713542vw);
        height: calc(50% - 0.04713542vw);
        background-color: var(--homepage-new__counter-bg-color);
        border-radius: 0.26927083vw;
        z-index: -1;
    }
    .homepage-new__counter-number__inner::after {
        top: 50%;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    }
    .homepage-new__counter-heading {
        font-size: 2.5vw;
        font-weight: 800;
        line-height: 1.4;
        margin-bottom: 2.50364583vw;
        &.text-center{
            text-align: center;
        }
        &.above-counter{
            font-weight: 600;
            font-size: 2vw;
        }
    }
    .homepage-new__counter-btn {
        background-color: var(--homepage-new__counter-btn-bg-color);
        color: var(--homepage-new__counter-btn-text-color);
        max-width: max-content;
        /* font-size: 0.72916667vw; */
        font-weight: 500;
        line-height: 1.36428571;
        text-transform: uppercase;
        text-align: center;
        border-radius: 3.33333333vw;
        margin: 0 auto;
        padding: 0.75260417vw 1.20703125vw;
        margin-bottom: 4.965625vw;
        -webkit-transition: opacity 0.15s ease;
        transition: opacity 0.15s ease;
    }
    .homepage-new__counter-btn:hover,
    .homepage-new__counter-btn:focus-visible {
        opacity: 0.8;
    }
    .homepage-new__counter-badges {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3.3rem;
        max-width: 77.9rem;
        width: 100%;
        margin: 0 auto;
    }
}


@media(max-width:1199px){
        .homepage-new__counter-heading {
        text-align: center;
    }
    .homepage-new__counter-wrap {
    z-index: 99;
    margin-top:0;
    position: relative;
    height: auto;
    top: 0;
}
}