/* section-one-start */

.proven-result {
    padding: 60px 0;
}

.stats {
    display: flex;
    justify-content: center;
    align-items: stretch;
    justify-content: space-around;
    /* gap: 20px; */
    flex-wrap: wrap;
}

.stat-box {
    text-align: center;
    position: relative;
    padding: 20px;
    z-index: 1;
    min-width: 200px;
    border-right: 1px solid rgba(27, 27, 27, 0.14);
    padding-right: 70px;
}

.stat-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 0;
    height: 4px;
    background: var(--fourcrypt, linear-gradient(90deg, #0460E9 -11.09%, #0AB9F8 101.23%));
    border-radius: 98px;
    transition: width 0.35s ease;
}

.stat-box:hover::after {
    width: calc(100% - 40px);
}

.stat-box:last-child {
    border-right: none;
}

/* .stat-box:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 98px;
    width: 100%;
    height: 5px;
    background: var(
        --fourcrypt,
        linear-gradient(90deg, #0460e9 -11.09%, #0ab9f8 101.23%)
    );
} */

.stat-box p.value {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    padding-top: 0;
    font-family: "ESRebondGrotesqueTRIAL-Bold", sans-serif !important;
}

.stat-box p {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .stats {
        align-items: center;
    }

    .stat-box {
        border-right: none;
        border-bottom: 1px solid #d9e9ff;
        padding: 15px 0;
    }

    .stat-box:last-child {
        border-bottom: none;
    }

    .proven-result {
        padding: 30px 10px;
    }
}

@media (min-width: 1440.98px) and (max-width: 2560px) {
    .stat-box {
        padding-right: 90px;
    }
}

/* section-one-end */


/* section-two-start */
section.section-two {
    padding-top: 60px;
    padding-bottom: 60px;
    /* background: #fff; */
}

.expertise-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 40px;
    margin: 30px 0px;
}

.expertise-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
}

.expertise-item img {
    flex-shrink: 0;
}

li.expertise-item span {
    color: #000;
}

@media (max-width:992px) {
    .expertise-features {
        grid-template-columns: 1fr 1fr;
        gap: 15px 20px;
    }
}

@media (max-width:576px) {
    .expertise-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    section.section-two {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

/* section-two-end */



/* trd-bot-sec6 start  */

.trd-bot-sec6 {
    padding-top: 80px;
    padding-bottom: 40px;
}

.trd-bot-sec6-card {
    background-color: transparent;
    border-radius: 33.874px;
    border: 8px solid #e6e6e600;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(20deg, #FFF 40.19%, #A0D3FF 199.12%);
    border-radius: 33px;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    transform: scale(1);
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.trd-bot-sec6-card::before {
    position: absolute;
    content: "";
    inset: 0;
    background: url(../img/trading-bot/title-2.webp);
    border-radius: 33px;
    /* border: 5px solid #C9E6FF; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: -1;
}

.trd-bot-sec6-card:hover {
    transform: translateY(-10px) scale(1.05);
    border-radius: 33px;

    background: linear-gradient(white, white) padding-box,
        linear-gradient(312deg, #ffffff, #0B87EA) border-box;
    border-radius: 2em;
    border: 8px solid transparent;
}

.trd-bot-sec6-card:hover:before {
    opacity: 1;
}

.trd-bot-sec6-card-head {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 70px;
}

.trd-bot-sec6-card h3 {
    color: #161c2d;
    font-size: 24px;
    margin: 0;
}

.trd-bot-sec6-card p {
    color: #3d3d3d;
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.9;
}

.trd-bot-sec6-card:hover h3 {
    background: var(--grade-5, linear-gradient(90deg, #0882EB -11.09%, #24B4E8 101.23%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trd-bot-sec6-card:hover p {
    color: #161c2d;
}

@media (max-width: 991px) {
    .trd-bot-sec6 .g-5 {
        --bs-gutter-x: 1rem;
    }
}

@media (max-width: 768px) {
    .trd-bot-sec6-card h3 {
        font-size: 20px;
    }

    .trd-bot-sec6 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* trd-bot-sec6 start  */



/* section-ten-start */
section.section-ten {
  background: var(--TEC-FCRYPT, linear-gradient(97deg, #D2EAFF -4.26%, #F6F8FF 62.79%, #C5D4FF 110.17%));
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

section.section-ten::before {
    content: "";
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../img/home/recognition-img-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.scroll-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
    margin-top: 50px;
}

.scroll-track {
    /* display: inline-flex;
  gap: 50px; */
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.scroll-track img {
    width: 130px;
    height: 130px;
    flex-shrink: 0;
    object-fit: contain;
}

@media (max-width: 768px) {
    section.section-ten {
        padding-bottom: 30px;
    }
}

/* section-ten-end */



/* common cta */
section.common-cta {
    padding: 40px 0px;
    margin: 20px;
}

section.common-cta .container {
    background-image: url(../img/common-cta-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 40px;
    position: relative;
}

.section-common-box {
    padding: 40px 20px;
    border-radius: 20px;
    max-width: 1200px;
    text-align: left;
}

section.common-cta p {
    color: #fff;
    padding-top: 10px;
}

section.common-cta h2 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
}

.section-common-box a {
    display: inline-block;
    /* width: 180px !important; */
    font-size: 17px;
}

section.common-cta figure img {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 80px;
    left: auto;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    section.common-cta figure img {
        display: none;
    }

    section.common-cta .col-md-6 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    section.common-cta {
        padding: 0px 0px;
    }

    .section-common-box {
        padding: 40px 20px;
    }

    section.common-cta figure img {
        display: none;
    }

    section.common-cta .container {
        padding: 20px;
    }
}

@media (min-width: 1199px) and (max-width: 1440.98px) {
    section.common-cta figure img {
        width: 500px;
        height: auto;
        right: 0;
    }
}

/* section-common-end */



.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}