:root {
    --page-secondary-bg: #12171E;
    --page-primary-bg: #E9F2FE;
    --page-text-color: #0B0C0D;
    --grey-light: #3F4751;
    --border-color: #0000001A;
}

.button {
    border-radius: unset !important;
    font-family: 'Gilroy' !important;
}

.heading-text {
    color: var(--page-text-color);
}

.page-secondary-bg {
    background-color: var(--page-secondary-bg);
}

.page-primary-bg {
    background: var(--page-primary-bg);
}

.grey-light {
    color: var(--grey-light);
}

.text-color {
    color: #a7b5ce;
}

.high-text {
    color: var(--primary-color-600);
}

.circle-icon,
.border-0 {
    border: none;
}

.border__right {
    border-right: 0 !important;
}

.border__bottom {
    border-bottom: 0 !important;
}

.button {
    padding: 10px 15px !important;
}

.accordion__read {
    display: flex;
    align-items: baseline;
    gap: 15px;
    transition: all 0.2s;
}

.accordion__read svg {
    transition: all 0.2s;
}

.accordion__read:hover svg {
    transform: translateX(8px);
}

.link {
    color: var(--page-text-color);
    text-decoration: underline !important;
}

.link:hover {
    color: var(--primary-color-600);
}

.map-block {
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-block iframe {
    width: 100%;
    height: 100%;
    min-height: 270px;
}

/* Hero Section */

.hero__section {
    position: relative;
}

.inter__text {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--white-color);
    margin: 0 0 10px;
}

.hero__section::before {
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: 0.6;
    z-index: 1;
}

.banner__video {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.banner__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.platform__rating {
    display: flex;
    align-items: center;
    gap: 20px;
}

.platform__rating img {
    width: 100%;
    max-width: 258px;
}


/* Cta Blocks */

.banner__shape__bottom {
    z-index: 1;
    position: relative;
    margin: -75px 0 0;
}

.banner__shape {
    z-index: 1;
    position: relative;
    margin: 0 0 -2px;
}

.cta__shape {
    position: relative;
    background: var(--page-secondary-bg);
}

.cta__dark {
    background: var(--page-secondary-bg);
    padding: 100px 120px;
    color: var(--white-color);
    position: relative;
}

.cta__dark::before {
    content: '';
    border-top: 170px solid transparent;
    border-right: 160px solid var(--white-color);
    position: absolute;
    bottom: 0;
    right: 0;
}

.cta__dark .shape__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* Service Block */

.service__block {
    background: var(--page-primary-bg);
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 0.3s;
}

.service__block.block__light {
    background: transparent;
}

.service__icon {
    width: 100%;
    max-width: 45px;
}

.service__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 20px;
    color: var(--page-text-color);
    transition: all 0.3s;
}

.service__heading svg {
    transition: all 0.3s;
}

.service__block:hover {
    background: #0F151B !important;
    color: var(--white-color);
}

.service__block:hover img {
    filter: invert();
}

.service__block:hover .service__heading {
    color: var(--white-color);
}

.service__block:hover svg path {
    stroke: var(--white-color);
}

.service__heading:hover {
    color: var(--page-text-color);
}

.service__heading:hover svg,
.service__block:hover svg {
    rotate: 45deg;
}



/* Partners Block */

.platform__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 0;
}

.partner__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    border-right: 0.5px solid #b7d6fc30;
    border-bottom: 0.5px solid #b7d6fc30;
}

.partner__logo img {
    transition: all 0.2s;
}

.partner__logo:hover img {
    scale: 1.05;
}

/* Accordions */

.accordion__section,
.choose__section {
    background: var(--page-secondary-bg);
    position: relative;
    padding: 70px 0;
}

.choose__section .cta__dark {
    padding: 40px 110px 40px 60px;
    background: #1B1E23;
    border: 1px dashed #ffffff30;
}

.choose__section .button-primary:hover,
.cta__dark .button-primary:hover,
.cta__shape .button-primary:hover {
    background: var(--white-color) !important;
    color: var(--page-text-color) !important;
}

.choose__section .button-primary:hover svg path,
.cta__dark .button-primary:hover svg path,
.cta__shape .button-primary:hover svg path {
    fill: var(--page-text-color);
}

.choose__section .cta__dark::before {
    border-right: 80px solid #11171e;
    border-top: 90px solid transparent;
    bottom: -1px;
    right: -1px;
}

.choose__section .cta__dark .shape__icon {
    max-width: 80px;
}

/* Bordered Blocks */

.border-card {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
    padding: 24px 24px;
    border-right: 1px solid #FFFFFF4D;
    border-bottom: 1px solid #FFFFFF4D;
}

.border-card.borderr-0 {
    border-right: none;
}

.border-card.borderb-0 {
    border-bottom: none;
}


/* Client Slider */

.slider__spacer .cta__dark {
    padding: 40px 110px;
}

.review__block {
    display: flex;
    align-items: center;
}

.video__block {
    width: 100%;
    max-width: 450px;
    height: 450px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.video__block img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: bottom;
}

.video__content__block {
    width: 100%;
    padding: 20px 50px;
}

.review__block .video__btn {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000060;
    transform: unset;
    width: 100%;
    height: 100%;
}

.review__block .video__btn img {
    width: 100px !important;
    height: 100px !important;
}

.slider__spacer .swiper-pagination {
    bottom: -40px;
    z-index: 1;
}

.slider__spacer .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--primary-color-600);
}

.slider__spacer .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--primary-color-600);
}

.slider-btn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin: 0;
}

.swiper-button-next, .swiper-button-prev {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border: 1px solid #00000033;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--page-text-color);
    margin: unset !important;
    z-index: 1 !important;
    transition: ease-in 0.3s;
    font-weight: bold;
    top: 60%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: var(--primary-color-600);
    border-color: var(--primary-color-600);
    transition: ease-in 0.3s;
    color: var(--white-color) !important;
}


/* Portfolio Slider */

.case-slide-wrap {
    border-radius: 20px;
    padding: 40px 40px;
}

.case-slide-wrap .case-img {
    max-height: 350px;
    text-align: center;
}

.case-slide-wrap .case-logo img {
    height: 50px;
}

.case-slide-wrap .available-icon {
    width: 30px;
}

.case-slide-wrap .available-icon.white {
    filter: invert(1);
}

.alt-btn {
    background-color: var(--white-color);
    color: var(--page-text-color);
    transition: all 0.3s;
    padding: 12px 30px;
    border-radius: 10px;
}

.alt-btn:hover {
    background: var(--page-secondary-bgr);
    color: var(--white-color);
    transition: all 0.3s;
}

/* Profress Block */

.process__wrapper {
    background: var(--white-color);
    color: var(--page-text-color);
    padding: 30px 30px;
    width: 100%;
}

.process__icon {
    margin: 0 0 20px;
    width: 100%;
    max-width: 90px;
    height: 80px;
    object-fit: cover;
    display: flex;
    align-items: center;
}

.process__icon img {
    object-fit: contain;
    height: 100%;
}

/* Industries Block */

.service-card .service-img {
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0 !important;
    overflow: hidden;
}

.service-card .service-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-card .service-cont {
    padding: 16px 16px;
    border: 1px solid #9999B5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
}

.service-cont .circle-btn {
    width: 38px;
    height: 38px;
}

.service-cont a:hover{
    color: var(--page-secondary-bg);
}

.service-card:hover .circle-btn {
    background-color: rgb(20, 33, 56);
    animation: pulso-hover 2s infinite;
}

/* Think Block */

.think__row {
    display: flex;
    position: relative;
    height: 550px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.45s ease-in-out;
}

.think__block {
    width: calc(100% / 4 - 1px);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    margin-right: 1px;
    position: relative;
}

.think__wrap__1,
.think__image__1 {
    background: url(../images/homepage-img/think__1.webp) no-repeat;
    background-size: cover;
}

.think__wrap__2,
.think__image__2 {
    background: url(../images/homepage-img/think__2.webp) no-repeat;
    background-size: cover;
}

.think__wrap__3,
.think__image__3 {
    background: url(../images/homepage-img/think__3.webp) no-repeat;
    background-size: cover;
}

.think__wrap__4,
.think__image__4 {
    background: url(../images/homepage-img/think__4.webp) no-repeat;
    background-size: cover;
}

.think__link {
    display: flex;
    align-items: end;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.think__logo {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
}

.think__hider {
    display: none;
    margin-top: 20px;
}

.think__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

.think__block__content {
    padding: 20px;
    margin: 10px;
}

/* Hoveres Css */

.think__active .think__block__content {
    background: #0000001F;
    backdrop-filter: blur(10px);
}

.think__active .think__hider {
    display: block;
}

.hider__element {
    background: transparent;
}

.think__block__content svg {
    transition: all 0.3s;
}

.think__active .think__block__content svg {
    rotate: 45deg;
}


/* Mobile Think Section */

.think__mob__block {
    padding: 80px 20px 20px;
}

.think__content__mob {
    padding: 20px;
    margin: 0;
    background: #0000003b;
    backdrop-filter: blur(30px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 0.3s;
}

.think__content__mob svg {
    transition: all 0.3s;
}

.think__content__mob:hover svg {
    rotate: 45deg;
}

/* Dark Cta */

.web3-counter {
    background-image: url(../images/homepage-img/web3-dark-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 90px 90px;
}

.web3-counter .count-grid {
    display: grid;
    grid-template-columns: 360px 1fr 1fr 1fr;
    gap: 25px;
}

.web3-counter .counter-text.plus::after {
    content: '%';
}

.counter-wrap {
    padding: 40px 22px;
    border-radius: 0;
    color: var(--white-color);
    height: 100%;
    background: #111821;
    border: 1px solid #5F7190;
}

.counter-wrap .counter-icon {
    height: 80px;
    min-width: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #39354C;
    border-radius: 50%;
    padding: 20px;
}

.highlight__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    width: fit-content;
    margin: auto;
}

.highlight__link::after {
    content: '';
    background-image: url(../images/homepage-img/highlight-underline.webp);
    height: 35px;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.web3-counter .circle-icon {
    border: 2px solid currentColor !important;
    padding: 8px;
}


/* Addon Sections */

.page-counter {
    background-size: cover;
}

.page-counter .count-item {
    padding: 26px 32px;
}

/* .count-grid::after {
    content: unset;
} */

.clone-block {
    padding: 0;
}

.clone-icon {
    width: 170px;
    height: 170px;
    min-width: 170px;
    border: 0.74px solid #C8D9E4;
    border-radius: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0px 16px 20px #00000020;
}

.clone-icon img {
    width: 100%;
    height: 124px;
    object-fit: contain;
}

.clone-icon.mover_icon img {
    margin: 0 -12px -12px 0;
}

.customer__intro {
    padding: 0 70px;
    position: relative;
}


/* Blogs Css */

.latest-blog-block-content h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.latest-blog-block-img {
    height: 220px;
    width: 100%;
}

.latest-blog-block-img img {
    object-fit: inherit;
}


/* Responsive */


@media (max-width: 1599px) {
    .padding-left {
        --page-width: 1200px;
        padding-left: calc(50% - (var(--page-width) / 2) + 12px);
    }
}

@media only screen and (max-width: 1475px) {
    
    .banner__shape__bottom {
        margin: -1px 0 0;
    }

    .cta__dark::before {
        border-top: 120px solid transparent;
        border-right: 110px solid var(--white-color);
    }

    .cta__dark .shape__icon {
        max-width: 110px;
    }

    .slider__spacer .cta__dark {
        padding: 40px 60px;
    }

    .cta__dark {
        padding: 50px 70px;
    }

    .platform__wrapper {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .latest-blog-block-img {
        height: 180px;
        width: 100%;
    }

    .clone-icon {
        width: 140px;
        height: 140px;
        min-width: 140px;
        padding: 25px;
    }

    .web3-counter {
        padding: 50px 50px;
    }

    .web3-counter .count-grid {
        grid-template-columns: 300px 1fr 1fr 1fr;
        gap: 20px;
    }

    .service-card .circle-btn {
        width: 35px;
        height: 35px;
    }

    .service-card .service-cont {
        padding: 12px 15px;
    }
}


@media only screen and (max-width: 991px) {

    .sticky__cloumn {
        position: static;
    }

    .tab-block {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        margin: 0 !important;
    }

    .review__block {
        flex-direction: column;
    }

    .video__content__block {
        width: 100%;
        padding: 20px 0 0;
        text-align: center;
    }

    .think__mobile {
        display: block !important;
    }

    .slider__spacer .swiper-pagination {
        display: none;
    }

    .swiper-button-next, .swiper-button-prev {
        position: static;
    }

    .customer__intro {
        padding: 0 10px 40px;
        position: relative;
    }

    .service__block.block__light {
        background: whitesmoke;
    }

    .web3-counter .count-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media only screen and (max-width: 767px) {

    .counter-theme.border__m {
        border: none;
    }

    .platform__wrapper {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    .banner__shape__bottom {
        margin: -2px 0 0;
    }

    .tech-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 20px;
    }

    .platform__rating {
        justify-content: center;
    }

    .platform__rating img {
        max-width: 180px;
    }

    .cta__dark {
        padding: 30px 20px;
    }

    .cta__dark::before {
        content: unset;
    }

    .cta__dark .shape__icon {
        display: none;
    }

    .border-card {
        padding: 18px 15px;
    }

    .slider__spacer .cta__dark,
    .choose__section .cta__dark {
        padding: 30px 20px;
    }

    .tab-block {
        gap: 15px;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .accordion__read {
        justify-content: center;
    }

    .accordion__section .accordion__read {
        justify-content: flex-start;
    }

    .video__block {
        width: 360px;
        height: 360px;
    }

    .web3-counter {
        padding: 50px 20px;
    }

    .count-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .service__block,
    .process__wrapper {
        padding: 20px;
    }

    .clone-block {
        padding: 0 10px;
    }

    .web3-counter .count-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px !important;
    }

    .inter__text {
        justify-content: center;
    }
    
    .case-content-wrap {
        min-height: 80px;
    }

    .clone-icon {
        width: 100px;
        height: 100px;
        min-width: 100px;
        padding: 25px;
    }

    .case-slide-wrap {
        padding: 20px 20px;
    }

    .latest-blog-block-img {
        height: 170px;
    }

    .partner__logo img {
        width: 100%;
        max-width: fit-content;
    }

}
@media only screen and (max-width: 475px) {

    .video__block {
        min-width: 280px;
        max-width: 280px;
        height: 280px;
    }

    .platform__wrapper {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }

    .platform__rating img {
        max-width: 150px;
    }

    .border-card {
        padding: 14px 12px;
        flex-direction: column;
        text-align: center;
    }

    .img-wrap {
        width: 100%;
        max-width: 40px;
    }
}
