.home-page .background-gradient {
    animation: dodo-home-gradient-drift 18s ease-in-out infinite alternate;
}

.home-page .help-to,
.home-page .brand-item,
.home-page .counter-item-two,
.home-page .testimonial-item-three {
    transition: border-color 350ms var(--dodo-ease), box-shadow 350ms var(--dodo-ease), transform 350ms var(--dodo-ease);
}

.home-page .help-to:hover,
.home-page .brand-item:hover,
.home-page .counter-item-two:hover {
    border-color: rgba(125, 219, 57, 0.38);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    transform: translateY(-4px);
}

.home-page .project-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    overflow: hidden;
}

.home-page .project-card {
    aspect-ratio: 3 / 2;
    background: #07100f;
    color: #fff;
    display: block;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.home-page .project-card__viewport {
    display: block;
    inset: 0;
    overflow: hidden;
    position: absolute;
}

.home-page .project-item .project-card__viewport img {
    aspect-ratio: auto;
    border-radius: 0;
    display: block;
    height: auto;
    max-width: none;
    transform: translate3d(0, 0, 0);
    transition: transform 4.8s cubic-bezier(0.22, 1, 0.36, 1), filter 350ms var(--dodo-ease);
    width: 100%;
    will-change: transform;
}

.home-page .project-card::after {
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.82) 100%);
    content: "";
    inset: 0;
    opacity: 0.72;
    pointer-events: none;
    position: absolute;
    transition: opacity 350ms var(--dodo-ease);
    z-index: 1;
}

.home-page .project-card__meta {
    align-items: center;
    bottom: 0;
    display: flex;
    font-size: 0.92rem;
    font-weight: 700;
    gap: 10px;
    justify-content: space-between;
    left: 0;
    letter-spacing: -0.01em;
    padding: 18px;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: translateY(0);
    transition: transform 350ms var(--dodo-ease);
    z-index: 2;
}

.home-page .project-card__meta svg {
    flex: 0 0 auto;
    height: 18px;
    width: 18px;
}

.home-page .project-card:focus-visible {
    outline: 3px solid var(--tg-green-two);
    outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
    .home-page .project-card:hover .project-card__viewport img,
    .home-page .project-card:focus-visible .project-card__viewport img {
        filter: saturate(1.04);
        transform: translate3d(0, -61.9%, 0);
    }

    .home-page .project-card:hover::after,
    .home-page .project-card:focus-visible::after {
        opacity: 0.92;
    }

    .home-page .project-card:hover .project-card__meta,
    .home-page .project-card:focus-visible .project-card__meta {
        transform: translateY(-3px);
    }
}

@keyframes dodo-home-gradient-drift {
    from { background-position: 18% 35%; }
    to { background-position: 82% 65%; }
}

.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 > a {
    width: 100%;
    min-height: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: hidden;
}

.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: 22px;
    line-height: 1.15;
}

.build-with-us .build-with-us-content .testimonial-area-three .testimonial-active-three .testimonial-item-three .testimonial-content-three p {
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.4;
    color: #808080;
    text-align: left;
    font-style: oblique;
    margin: 0;
    width: 100%;
}

.build-with-us .testimonial-rating-summary {
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: var(--tg-white);
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px;
    margin-top: 20px;
    padding: 10px 14px;
    transition: background-color 250ms var(--dodo-ease), border-color 250ms var(--dodo-ease), transform 250ms var(--dodo-ease);
}

.build-with-us .testimonial-rating-summary:hover,
.build-with-us .testimonial-rating-summary:focus-visible {
    background: rgba(125, 219, 57, 0.1);
    border-color: rgba(125, 219, 57, 0.45);
    color: var(--tg-white);
    transform: translateY(-2px);
}

.build-with-us .testimonial-rating-summary__stars {
    color: var(--tg-green-two);
    font-size: 13px;
    letter-spacing: 2px;
}

.build-with-us .testimonial-rating-summary .dodo-icon {
    height: 14px;
    width: 14px;
}

.build-with-us .testimonial-active-three .swiper-wrapper {
    align-items: stretch;
}

.build-with-us .testimonial-active-three .swiper-slide {
    display: flex;
    height: auto;
}

.build-with-us .testimonial-active-three .testimonial-item-three {
    display: flex;
    flex-direction: column;
    height: calc(100% - 42px);
    width: 100%;
}

.build-with-us .testimonial-active-three .testimonial-content-three {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.build-with-us .testimonial-thumb-three {
    align-items: center;
    background: linear-gradient(145deg, var(--tg-green-two), #148b72 55%, #684bd8);
    border: 9px solid var(--tg-white);
    border-radius: 50%;
    color: var(--tg-white);
    display: flex;
    font-size: 18px;
    font-weight: 900;
    height: 83px;
    justify-content: center;
    letter-spacing: -0.04em;
    line-height: 1;
    width: 83px;
}

.build-with-us .testimonial-active-three .testimonial-content-three .testimonial-source {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    gap: 6px;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.build-with-us .testimonial-active-three .testimonial-source .dodo-icon {
    color: #95bf47;
    flex: 0 0 auto;
    height: 17px;
    width: 17px;
}

.build-with-us .testimonial-active-three .testimonial-meta {
    align-items: center;
    color: #738092;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
    margin-bottom: 22px;
}

.build-with-us .testimonial-active-three .testimonial-meta span {
    color: inherit;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    margin: 0;
    opacity: 1;
}

.build-with-us .testimonial-active-three blockquote {
    margin: 0;
}

.build-with-us .testimonial-footer-controls {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 60px;
}

.build-with-us .testimonial-swiper-pagination {
    flex: 1;
    margin-top: 0;
    min-height: 20px;
}

.build-with-us .testimonial-autoplay-toggle {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: var(--tg-white);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    min-height: 40px;
    padding: 8px 14px;
    transition: background-color 250ms var(--dodo-ease), border-color 250ms var(--dodo-ease), color 250ms var(--dodo-ease);
}

.build-with-us .testimonial-autoplay-toggle:hover,
.build-with-us .testimonial-autoplay-toggle:focus-visible,
.build-with-us .testimonial-autoplay-toggle.is-paused {
    background: rgba(125, 219, 57, 0.12);
    border-color: rgba(125, 219, 57, 0.5);
    color: var(--tg-green-two);
}

.build-with-us .testimonial-autoplay-toggle__icon {
    font-size: 12px;
    line-height: 1;
}

@media (max-width: 1199.98px) {
    .build-with-us .swiper-container.testimonial-active-three {
        margin-right: 0;
    }
}


.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;
    }

    .home-page .project-card__meta {
        font-size: 0.82rem;
        padding: 13px;
    }

    .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 .testimonial-content-three p{
        font-size: 1.2rem;
    }

    .build-with-us .testimonial-active-three .testimonial-content-three .title {
        font-size: 20px;
    }

    .build-with-us .testimonial-active-three .testimonial-meta {
        margin-bottom: 18px;
    }

    .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;
    }
}

@media (max-width: 575.98px) {
    .build-with-us .testimonial-rating-summary {
        border-radius: 16px;
        justify-content: center;
        line-height: 1.3;
        text-align: center;
        width: 100%;
    }

    .build-with-us .testimonial-active-three .testimonial-item-three {
        padding: 50px 24px 32px;
    }

    .build-with-us .testimonial-active-three .testimonial-content-three .testimonial-source {
        font-size: 13px;
    }

    .build-with-us .testimonial-active-three .testimonial-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .build-with-us .testimonial-active-three .testimonial-meta > span[aria-hidden="true"] {
        display: none;
    }

    .build-with-us .testimonial-swiper-pagination {
        flex-wrap: wrap;
        gap: 0;
        justify-content: center;
        width: 100%;
    }

    .build-with-us .testimonial-footer-controls {
        flex-direction: column;
        gap: 18px;
        margin-top: 34px;
    }

    .build-with-us .testimonial-autoplay-toggle {
        min-height: 44px;
        order: -1;
    }

    .build-with-us .testimonial-swiper-pagination .swiper-pagination-bullet {
        align-items: center;
        background: transparent;
        border: 0;
        display: inline-flex;
        flex: 0 0 24px;
        height: 24px;
        justify-content: center;
        width: 24px;
    }

    .build-with-us .testimonial-swiper-pagination .swiper-pagination-bullet::after {
        border: 2px solid #e8d4c4;
        border-radius: 50%;
        content: "";
        height: 12px;
        transition: border-color 300ms ease-in-out;
        width: 12px;
    }

    .build-with-us .testimonial-swiper-pagination .swiper-pagination-bullet-active::after {
        border-color: var(--tg-primary-color);
    }

    .build-with-us .testimonial-swiper-pagination .swiper-pagination-bullet::before {
        height: 5px;
        z-index: 1;
        width: 5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-page .background-gradient {
        animation: none;
    }

    .home-page .project-item .project-card__viewport img,
    .home-page .project-card__meta {
        transition: none;
    }

    .home-page .project-card:hover .project-card__viewport img,
    .home-page .project-card:focus-visible .project-card__viewport img {
        transform: none;
    }
}
