.how-can-help {
    background: #000;
    padding: 80px 0 180px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.how-can-help .how-can-help-content .help-to {
    padding: 64px;
    border: 1px solid #3b3b3b;
    border-radius: 16px;
    margin-bottom: 32px;
}

.how-can-help .how-can-help-content .help-to h3 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 24px;
}

.how-can-help .how-can-help-content .help-to p {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 48px;
    max-width: 85%;
}

.how-can-help .how-can-help-content .help-to img {
    display: block;
    aspect-ratio: 4 / 2;
    object-fit: scale-down;
    object-position: right;
    width: 100%;
    height: auto;
}

.build-with-us{
    background-color: #0f1e18;
    padding: 140px 0;
    border-radius: 150px 0 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: -150px;
}


.build-with-us .build-with-us-content p{
    font-size: 3rem;
    line-height: 4.5rem;
    color: var(--tg-silver-foil);
    width: 92%;
    margin-bottom: 55px;
}

.build-with-us .build-with-us-content p.info {
    font-size: 1rem;
    line-height: 1.7;
    color: #fff;
    border-left: 2px solid var(--tg-green-two);
    padding-left: 16px;
}

.build-with-us .build-with-us-content p.info span.shopify-partners {
    position: relative;
    background-color: #fff;
    background-image: url(../img/brand/ShopifyPartners.webp);
    background-size: 85% auto;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    padding: 5px 16px;
    margin: 0px 6px;
    border-radius: 20px;
    top: -3px;
}

.build-with-us .build-with-us-content .brands {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.build-with-us .build-with-us-content .brands .brand-item{
    background: linear-gradient(200deg, #000, #000, #ae00d1);
    background-size: 400% 300%;
    background-position: top left;
    transition: 0.5s;
}

.build-with-us .build-with-us-content .brands .brand-item:hover {
    background-position: bottom right;
}

.build-with-us .build-with-us-content .brands .brand-item img {
    width: 60%;
}

.build-with-us .build-with-us-content .counter-item-two {
    background: linear-gradient(200deg, #00b0e1, #080d0b, #080d0b, #00b0e1);
    background-size: 200% 200%;
    background-position: center center;
    box-shadow: 0px 0px 10px #00000042;
    border-color: #3b3b3b;
}

.build-with-us .build-with-us-content .counter-item-two .content > .count, 
.build-with-us .build-with-us-content .counter-item-two .content > .count span {
    color: #fff !important;
    font-size: 44px;
    margin: 0;
}

.build-with-us .build-with-us-content .counter-item-two .content > h2.count{
    margin-bottom: 16px;
    text-shadow: 2px 2px 4px #ba62ff;
}

.build-with-us .build-with-us-content .counter-item-two .content > p {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    color: var(--bs-teal);
}

.build-with-us .build-with-us-content .testimonial-area-three {
    background-color: transparent;
    overflow: inherit;
}

.build-with-us .build-with-us-content .testimonial-area-three .testimonial-active-three .testimonial-item-three .testimonial-content-three{

}

.build-with-us .build-with-us-content .testimonial-area-three .testimonial-active-three .testimonial-item-three .testimonial-content-three .title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
}

.build-with-us .build-with-us-content .testimonial-area-three .testimonial-active-three .testimonial-item-three .testimonial-content-three span {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -1px;
}

.build-with-us .build-with-us-content .testimonial-area-three .testimonial-active-three .testimonial-item-three .testimonial-content-three p {
    font-size: 24px;
    line-height: 1.4;
    color: #808080;
    text-align: justify;
    font-style: oblique;
    margin: 0;
    width: 100%;
}


.newsletter-area-two {
    background-image: linear-gradient(rgba(2, 8, 8, .5), transparent 20%, transparent 90%, rgba(2, 8, 8, .5)), radial-gradient(at 87% 84%, rgba(2, 8, 8, .9) 0, transparent 50%), radial-gradient(at 10% 8%, rgba(2, 8, 8, .9) 0, transparent 50%), radial-gradient(at 65% 36%, rgba(63, 63, 75, .5) 0, transparent 50%), radial-gradient(at 38% 61%, rgba(63, 63, 75, .5) 0, transparent 50%), radial-gradient(at 99% 36%, rgba(63, 63, 75, .5) 0, transparent 50%), radial-gradient(at 0 62%, rgba(63, 63, 75, .5) 0, transparent 50%), linear-gradient(#09090a, #09090a);
    padding: 110px 100px 120px;
    position: relative;
    border-radius: 150px 0px 0px 0px;
    margin-top: -150px;
    z-index: 1;
}

.newsletter-area-two p {
    font-size: 2.5rem;
    line-height: 1.5;
    color: var(--tg-silver-foil);
    margin-bottom: 55px;
}


@media (max-width: 991px) {
    .how-can-help .how-can-help-content .help-to{
        padding: 28px;
    }

    .project-content p {
        font-size: 2rem;
        line-height: 1.5;
    }

    .how-can-help .how-can-help-content .help-to .btn {
        padding: 12px 20px;
        font-size: .8rem;
    }

    .build-with-us {
        border-radius: 70px 0 0 0;
        padding-top: 80px;
    }

    .build-with-us .build-with-us-content .brands {
        display: flex;
        flex-wrap: wrap;
    }

    .build-with-us .build-with-us-content .brands .brand-item {
        width: calc(50% - 12px);
    }

    .build-with-us .build-with-us-content .testimonial-area-three .testimonial-active-three .testimonial-item-three {
        width: 86vw;
    }

    .build-with-us .build-with-us-content .testimonial-area-three .testimonial-active-three .testimonial-item-three .testimonial-content-three p{
        font-size: 1.2rem;
    }

    .newsletter-area-two {
        border-radius: 70px 0 0 0;
        padding: 80px 0;
    }

    .newsletter-area-two .newsletter-wrap {
        padding: 0;
    }

    .newsletter-area-two .newsletter-wrap .section-title .title {
        font-size: 2rem;
    }

    .newsletter-area-two .newsletter-wrap p {
        font-size: 1.5rem;
        margin-bottom: 24px;
    }
}
