body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ol li,
span,
ul li {
    font-family: Archivo, sans-serif
}

.awards-section-custom,
.flex-7,
.section-head,
.tech-item,
.tech-item h3 {
    text-align: center
}

body {
    font-weight: 400
}

.contain-width {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px
}

.img-full {
    width: 100% !important;
    height: auto
}

.common-btn-two,
.contact-us-btn {
    border-radius: 15px !important;
    gap: 15px !important;
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 15px 20px !important;
    position: relative;
    letter-spacing: .03em
}

.linear-border,
.rippleAnim,
.tech-section {
    position: relative
}

a.common-btn:focus,
a.common-btn:focus i,
a.common-btn:focus-within,
a.common-btn:focus-within i,
a.common-btn:hover,
a.common-btn:hover i {
    color: #fff !important
}

button:focus,
button:focus-visible,
button:active,
input[type=button]:focus,
input[type=button]:focus-visible,
input[type=button]:active,
input[type=submit]:focus,
input[type=submit]:focus-visible,
input[type=submit]:active,
input[type=reset]:focus,
input[type=reset]:focus-visible,
input[type=reset]:active,
.btn:focus,
.btn:focus-visible,
.btn:active {
    outline: none !important;
    box-shadow: none !important
}

a,
button,
input[type=button],
input[type=submit],
input[type=reset],
.btn,
.common-btn,
.common-btn-two,
.contact-us-btn {
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent
}

a:focus,
a:focus-visible,
a:active,
button:focus,
button:focus-visible,
button:active,
input[type=button]:focus,
input[type=button]:focus-visible,
input[type=button]:active,
input[type=submit]:focus,
input[type=submit]:focus-visible,
input[type=submit]:active,
input[type=reset]:focus,
input[type=reset]:focus-visible,
input[type=reset]:active,
.btn:focus,
.btn:focus-visible,
.btn:active,
.common-btn:focus,
.common-btn:focus-visible,
.common-btn:active,
.common-btn-two:focus,
.common-btn-two:focus-visible,
.common-btn-two:active,
.contact-us-btn:focus,
.contact-us-btn:focus-visible,
.contact-us-btn:active {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important
}

@keyframes ripple {
    0% {
        opacity: 1;
        transform: scale3d(.5, .75, 1)
    }

    100% {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1)
    }
}

@keyframes glowingeffect {

    0%,
    100% {
        box-shadow: 0 0 0 rgb(251 75 98 / .6)
    }

    40%,
    60% {
        box-shadow: 0 0 20px rgb(251 75 98 / .6)
    }
}

a {
    text-decoration: none !important
}

.linear-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background: linear-gradient(91.42deg, #E2462D 1.91%, #631e13 23.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.theme-color,
h3 span,
h2 span {
    color: #E2462D
}

li,
ul {
    list-style: none
}

.flex-1,
.flex-2,
.flex-3,
.flex-4,
.flex-5,
.flex-6,
.flex-7 {
    display: flex
}

.flex-1 {
    justify-content: center;
    flex-wrap: wrap
}

.flex-3,
.flex-4 {
    align-items: center
}

.flex-3 {
    justify-content: space-around
}

.flex-4 {
    justify-content: space-between
}

.flex-5 {
    align-items: center;
    justify-content: center
}

.flex-6 {
    justify-content: center
}

.flex-7 {
    align-items: center;
    justify-content: center;
    flex-direction: column
}

h2,
h3.title-text {
    margin-top: 0;
    line-height: 1.2;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 500
}

h4,
h5 {
    font-size: 30px !important
}

h6 {
    font-size: 20px !important
}

ol li,
p,
ul li {
    font-size: 18px;
    line-height: 1.5
}

.feature-tags,
.p-mt {
    margin-top: 15px
}

p.gray-text a.inner-link,
.gray-text,
a.inner-link {
    color: #666
}

.text-white .gray-text,
.text-white .gray-text li {
    color: #FFFFFF99 !important;
}

a.dark-gray-text,
.dark-gray-text {
    color: #a39e9d
}

.section-head {
    margin: 0 auto 40px
}

.awards-section-custom h2,
.best-works-content,
.head-text {
    margin-bottom: 40px
}

.decentralized-secure-scale .section-head p {
    max-width: 700px;
    margin: 0 auto
}

section .section-head h2 {
    margin: 0 auto 20px;
}

.banner-part,
.sevices-card h3 a {
    color: #fff
}

.banner-left h1 span {
    color: #da432b
}

.section-py {
    padding: 80px 0
}

.section-pt {
    padding-top: 70px
}

.section-pb {
    padding-bottom: 70px
}

.section-mt {
    margin-top: 70px
}

.section-my {
    margin: 70px 0
}

.bg-white {
    background: #fff
}

.sevices-card {
    background: #101010;
    padding: clamp(15px, 5vw, 20px);
    border-radius: 10px;
    height: 90%;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px -1px #0000001A, 0 1px 3px 0 #0000001A
}

.sevices-card h3 {
    font-size: clamp(20px, 5vw, 24px) !important;
    margin-bottom: 15px !important;
    color: #fff;
    font-weight: 600;
    margin-top: 0 !important
}

.sevices-card p,
.sevices-card ul,
.sevices-card ul li {
    color: #fffFFF99 !important
}

.next-gen-text {
    font-size: clamp(28px, 5vw, 35px) !important;
    margin-bottom: clamp(28px, 5vw, 35px) !important;
    font-weight: 600
}

section.faq-section .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
    background: #f4f4f4
}

section.faq-section .accordion-button {
    background: #f4f4f4;
    border-radius: 6px !important;
    box-shadow: none !important;
    font-weight: 500;
    color: #000;
    font-size: 18px !important
}

section.faq-section .accordion-button:focus {
    box-shadow: none
}

section.faq-section .accordion-button::after {
    content: "+";
    font-size: 25px;
    font-weight: 400;
    color: #007bff;
    background-image: none !important;
    transform: rotate(0);
    transition: transform .3s;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

section.faq-section .accordion-header {
    margin-bottom: 0 !important
}

section.faq-section .accordion-button:not(.collapsed)::after {
    transform: rotate(135deg)
}

section.faq-section .accordion-body {
    padding: 1rem 1.25rem;
    font-size: 16px
}

.award-badge-custom img {
    max-width: 150px;
    margin: 15px auto;
    display: block;
    transition: transform .3s
}

.award-badge-custom img:hover {
    transform: scale(1.1)
}

.contact-section-custom {
    background: url(../image/cta-bg.webp) left/cover no-repeat;
    color: #fff
}

.contact-section-custom h3 {
    font-weight: 700
}

.contact-section-custom p {
    margin: 10px 0 40px;
    color: #a39e9d
}

.contact-image-custom img {
    max-width: 100%;
    border-radius: 12px
}

body::-webkit-scrollbar {
    width: 6px;
    border-radius: 8px
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(270.32deg, #6d2115 -.11%, #fd4e32 97.52%)
}

body::-webkit-scrollbar-track {
    background: #888
}

.banner-btn {
    margin-top: 40px
}

.common-banner-btn,
.common-btn {
    color: #fff !important;
    border-radius: 10px;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: fit-content;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: transform .3s
}

.common-banner-btn {
    background: #000 !important
}

.common-btn {
    background: #E2462D
}

.common-banner-btn::after,
.common-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgb(255 255 255 / .6), transparent);
    transform: skewX(-25deg);
    transition: left 1.5s
}

.common-banner-btn:hover,
.common-btn:hover {
    transform: scale(1.05)
}

.common-banner-btn:hover::after,
.common-btn:hover::after {
    left: 125%
}

.features-section .feature-card {
    background: #101010;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #fffFFF4A
}

.custom-label {
    display: flex;
    gap: 10px;
    color: #E2462D;
    align-items: center;
    margin-bottom: 20px
}

.feature-card h3 {
    font-size: clamp(20px, 5vw, 24px) !important;
    font-weight: 600;
    margin-bottom: 15px !important;
    margin-top: 0 !important
}

.feature-card p {
    font-size: 18px;
    color: #ffF9
}

.feature-tags span {
    display: inline-block;
    background: #262626;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    margin: 5px 5px 0 0;
    font-size: 16px;
    font-weight: 300
}

.development-process-left,
.features-label {
    position: sticky;
    top: 100px
}

.development-process-left .process-img {
    margin-bottom: 20px;
    margin-top: 40px
}

.process-card {
    background: #f9f9f9;
    border: 1px solid #fffFFF4A;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 12px
}

.process-card p {
    font-size: 16px;
    color: #0009
}

.process-card h3 {
    font-size: clamp(20px, 5vw, 24px) !important;
    margin-bottom: 10px !important
}

.blockchain-network {
    background: url(../image/blockchain-network-bg.webp) left/cover no-repeat
}

.project-card {
    background: #f7f7f7;
    border-radius: 10px;
    transition: transform .3s;
    padding: 20px;
    margin-bottom: 20px !important;
    height: 96%;
    border: none
}

.project-card:hover {
    transform: translateY(-5px)
}

.project-content h3 {
    font-size: clamp(20px, 5vw, 24px) !important;
    margin-bottom: 12px
}

.project-content h3 a,
.step-card h3 a {
    color: #000
}

.clutch-reviews-section .custom-swiper {
    width: 100%;
    padding: 40px 0;
    overflow: visible;
    position: relative
}

.clutch-reviews-section .swiper-wrapper {
    position: relative;
    align-items: center;
    display: flex
}

.clutch-reviews-section .custom-swiper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #000 0, rgb(0 0 0 / .9) 10%, #fff0 30%, #fff0 70%, rgb(0 0 0 / .9) 90%, #000 100%);
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none
}

.clutch-reviews-section .container-fluid {
    padding: 0 !important;
    overflow: hidden
}

.clutch-reviews-section .swiper-slide {
    transition: .3s;
    opacity: .4;
    transform: scale(.85)
}

.clutch-reviews-section .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2
}

.clutch-reviews-section .swiper-slide-next,
.clutch-reviews-section .swiper-slide-prev {
    opacity: .6;
    transform: scale(.9)
}

.clutch-reviews-section .clutch-reviews-img {
    width: 100%;
    height: auto
}

.clutch-reviews-section .clutch-reviews-img img {
    width: 100%;
    height: auto;
    display: block
}

.clutch-reviews-section .head-text h2 {
    margin-bottom: 10px
}

.ar-stats-wrapper {
    background: #1f1e1e;
    padding: 15px;
    border-radius: 30px
}

.stat-box-clutch {
    padding: 10px 24px;
    border-right: 2px solid;
    border-image-source: linear-gradient(180deg, #fff0 0%, #FFFFFF 50%, #fff0 100%);
    border-image-slice: 1
}

.stat-box-clutch:last-child {
    border-right: none
}

.stat-box-clutch p {
    min-height: 78px;
    align-content: start;
    margin-bottom: 0;
    font-size: 20px
}

.ar-stat-value {
    font-size: clamp(20px, 5vw, 40px) !important;
    font-weight: 600;
    color: #EF8576;
    min-height: 62px
}

.logos {
    overflow: hidden;
    position: relative
}

.logo_items {
    display: flex;
    animation: 25s linear infinite slides
}

.logo_items img {
    filter: invert(1) grayscale(100%) brightness(200%);
}

@keyframes slides {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.tech-block {
    display: flex;
    gap: clamp(10px, 2vw, 30px);
    flex-wrap: wrap
}

.tech-section::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../image/tech-stack/tech-bg.webp) right no-repeat;
    z-index: -1
}

.tech-tabs-nav {
    gap: 4px;
    background: #1f1f1f;
    border-radius: 10px;
    padding: 4px 0;
    width: fit-content;
    justify-content: center
}

.tech-section .section-head {
    max-width: 800px
}

.tech-section .tab-pane {
    margin-top: clamp(0px, 5vw, 50px)
}

.tech-tabs-nav .nav-link {
    color: #fff;
    background: 0 0;
    border-radius: 8px;
    padding: 8px 18px
}

.tech-item h3 {
    font-size: clamp(16px, 4vw, 20px) !important;
    margin-top: 8px !important;
    font-weight: 400
}

.tech-tabs-nav .nav-link:hover {
    background: 0 0;
    color: #E2462D
}

.tech-tabs-nav .nav-link.active {
    background: #E2462D;
    color: #fff
}

.tech-category-title {
    font-size: clamp(18px, 4vw, 22px) !important;
    font-weight: 600
}

.inner-link {
    font-style: italic !important;
    color: unset !important
}

.inner-link:hover {
    color: #E2462D !important
}

.inner-link-dark {
    color: #EB7160;
    text-decoration: none
}

.inner-link-light {
    color: #9F2A14;
    text-decoration: none
}

.cta-section {
    background: url(../image/common-img/cta.webp) left/cover no-repeat
}

.cta-section h3 {
    font-weight: 500
}

.cta-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.blockchain-network-blocks {
    max-width: 415px;
    margin: 0 auto
}

.crypto-card {
    background: #fff;
    /* border: 5px solid #000000b8; */
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    margin-top: 10px;
}

/* .crypto-card:hover {
    transform: scale(1.05)
} */

.crypto-card img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 10px;
    gap: 10px;
}

.crypto-card span {
    font-size: 14px;
    font-weight: 600;
    color: #000
}

ul.text-listing li {
    list-style: disc !important
}

.our-brands h2 {
    max-width: 712px;
    margin: 0 auto 40px;
}

.custom-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
    margin-top: 10px;
}

.custom-tags span {
    display: inline;
    background: #262626;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 !important;
}

.tech-blocks {
    margin: 0 auto;
}

.tech-section .tech-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.tech-section .tech-box p {
    margin-bottom: 0 !important;
}

.common-btn.border-btn {
    background: transparent !important;
    border: 2px solid #E2462D !important;
}

.banner-breadcrums,
.banner-breadcrums div[class*="col-"] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;   /* prevents line break */
  white-space: nowrap; /* forces single line */
  gap: 8px;
  overflow-x: auto;    /* prevents breaking on small screens */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.banner-breadcrums::-webkit-scrollbar,
.banner-breadcrums div[class*="col-"]::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

.banner-breadcrums a,
.banner-breadcrums span {
    display: inline-flex;
    align-items: center;
    color: #fff;
}

.banner-breadcrums a:hover {
    color: #E2462D;
}

.banner-breadcrums svg {
    display: block;
    /* Removes extra inline spacing */
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.custom-check-list {
    padding-left: 0;
}

.custom-check-list li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #666666;
    margin-bottom: 15px;
    font-weight: 400;
    margin-left: 20px;
}

.custom-check-list li svg {
    margin-right: 15px;
    min-width: 16px;
}