/* section-five-start */
section.section-five {
    padding-top: 80px;
    padding-bottom: 40px;
    background: #FFF;
}

.section-five-card-main {
    border-radius: 33.874px;
    border: 0.941px solid #E6E6E6;
    background: linear-gradient(180deg, #FFF 0%, #F8F8F8 100%);
    padding: 10px;
    height: 100%;
}

.section-five-card {
    border-radius: 36px;
    background: var(--stroke-shade, linear-gradient(122deg, #FFF 40.19%, #A0D3FF 199.12%));
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
    padding: 15px 0px 0px 15px;
    position: relative;
    z-index: 1;
    height: 100%;
}

.section-five-card h3 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
    max-width: 450px;
}

.section-five-card p {
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 400;
    line-height: 30.451px;
    padding-top: 15px;
    padding-right: 25px;
}

.section-five-img {
    margin-left: auto;
}

.section-five-img2 {
    display: flex;
}

.section-five-img-sub {
    display: flex;
    align-items: end;
}

@media (max-width: 768px) {
    .section.section-five {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-five-card h3 {
        font-size: 22px;
    }

    .section-five-img2 {
        display: block;
    }
}

@media (max-width: 991px) {}

/* section-five-end */



/* section-twelve-start */
section.section-twelve {
    /* background: linear-gradient(180deg, #D2EAFF 0%, #FFF 100%); */
    padding-top: 80px;
    padding-bottom: 40px;
}

.section-twelve-card {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 20px;
    border-radius: 12px;
    max-width: 500px;
    margin-top: 20px;
    height: 100%;
}

.section-twelve-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #161C2D;
}

.section-twelve-card p {
    margin: 0;
    font-size: 16px;
    line-height: 29px;
    color: #161C2D;
    margin-top: 10px;
}

.tab-high-end {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.high-end .section-eight-button:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 129, 241, 0.10) 100%); */
}

.high-end .dot {
    width: 20px;
    height: 20px;
    background: #0d6efd;
    border-radius: 50%;
    opacity: 0;
}

.high-end .list-group-item.active .dot {
    opacity: 1;
}

.high-end .list-group-item {
    border: none;
    font-weight: 500;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

button.section-eight-button {
    background: transparent;

}

.section-eight-button-sub {
    border-radius: 10.701px;
    background: rgba(0, 0, 0, 0.00);
    display: flex;
    align-items: center;
    gap: 10px;
    /* padding: 15px; */
    color: #000;
    width: 290px;
}

/* .list-group-item.active .section-eight-button-sub {
    border: 1px solid #fff;
} */

.high-end .tech-content.active {
    display: flex;
}

.high-end .section-eight-button-sub {
    width: auto;
}

.high-end button.section-eight-button {
    width: auto;
    margin-top: 10px !important;
}

.high-end button.section-eight-button.active .dot {
    background-color: #0081F1;
}

.high-end button.section-eight-button .dot {
    opacity: 1;
    background-color: #BEBEBE;

}

.high-end .list-group-item {
    color: #000;
    border-radius: 10.701px;
    /* border: 2px solid rgba(0, 129, 241, 0.288); */
    /* background: rgba(190, 190, 190, 0.233); */
    white-space: nowrap;
    /* background: linear-gradient(348deg, rgba(255, 255, 255, 0.10) 0%, #bebebe1e 100%); */
}

/* .high-end .list-group-item .section-eight-button-sub {
    border-radius: 10px;
    border: 1px solid #fff;
    white-space: nowrap;
    box-shadow: 20px 18px 20px 19px #ffffff, -1px -1px 4px #bebebe;
} */
/* 
.high-end .list-group-item.active .section-eight-button-sub {

    background: transparent;
    border-radius: 10px;
    box-shadow: rgba(248, 248, 248, 0.25) 0px 30px 60px -12px inset, rgba(221, 221, 221, 0.3) 0px 18px 36px -18px inset, rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

} */

.high-end .list-group-item.active {
    color: #000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10.701px;
    border: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 129, 241, 0.10) 100%);
}

.tech-content {
    display: none;
}

@media (max-width: 767px) {

    section.section-twelve {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

@media (max-width: 1199px) {

    .high-end .list-group-item {
        padding: 15px;
    }
}

/* section-twelve-end */

/* trd-bot-sec3 start */
.trd-bot-sec3 {
    padding-top: 80px;
    padding-bottom: 40px;
    background: linear-gradient(198deg, #D2EAFF -90.16%, #FFF 87.64%);
}

.trd-bot-sec3-card .card-inner {
    border-radius: 20px;
    border: 1px solid #D2EAFF;
    background: #FFF;
    flex-grow: 1;

}

.trd-bot-sec3-card {
    border-radius: 27.884px;
    border: 1.267px solid #D8D8D8;
    background: linear-gradient(180deg, #0081F1 0%, #FFF 100%);
    min-height: 400px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.trd-bot-sec3-card h3 {
    color: #060606;
    font-size: 22px;
    text-align: center;
}

.trd-bot-sec3-card p {
    color: #515151;
    font-size: 16px;
    text-align: center;
}

.trd-bot-sec3-card .card-title {
    box-shadow: rgba(50, 50, 93, -3.75) 0px 0px 5px -12px inset, rgba(0, 0, 0, 0.3) 0px 1px 31px -20px inset;
    background: rgba(48, 153, 244, 0.07);
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
}

.trd-bot-sec3-card .card-body {
    padding: 20px;
}

.trd-bot-sec3-img {
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.10);
    text-align: center;
    /* padding: 0;
    margin: 0; */
    /* margin-top: -60px; */
    /* transform: translateY(-40px); */
    margin: 20px;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}


.trd-bot-sec3-img img {
    transition: all 0.5s ease-in-out;
    /* scale: 0; */
}

/* .trd-bot-sec3-card:hover .trd-bot-sec3-img {
    margin: 20px;
    padding: 10px;
    transform: translateY(0);
}

.trd-bot-sec3-card:hover .trd-bot-sec3-img img {
    scale: 1;
} */

.trd-bot-sec3-main {
    max-width: 1150px;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .trd-bot-sec3-card {
        min-height: 440px;
    }
}

@media (max-width: 767px) {
    .trd-bot-sec3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .trd-bot-sec3-card {
        min-height: auto;
    }

    .trd-bot-sec3-card h3 {
        font-size: 20px;
    }
}

/* trd-bot-sec3 end */

/* trd-bot-sec5 start  */

.trd-bot-sec5 {
    padding: 80px 0px;
    padding-bottom: 0px;
}

.trd-bot-sec5-card h3 {
    color: #161C2D;
    font-size: 24px;
}

.trd-bot-sec5-card p {
    color: #161C2D;
    font-size: 16px;
}

.trd-bot-sec5-card {
    position: relative;
    z-index: 0;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    height: 430px;
}

.trd-bot-sec5-card:hover {
    background-color: #0081F1;
    border-radius: 15px 15px 15px 0px;
    padding-right: 20px;
    padding-top: 20px;
}

.trd-bot-sec5-card-inner {
    background-color: #fff;
    padding: 20px;
    height: 100%;

}

.trd-bot-sec5-card:hover .clp {

    transform: translate(0);

}

.trd-bot-sec5-card:hover svg path {
    transition: all 0.5s ease-in-out;
}

.trd-bot-sec5-card:hover svg path {
    fill: #0081F1;

}

.clp {
    position: absolute;
    top: -3px;
    right: -3px;
    clip-path: ellipse(120px 118px at 98% 3%);
    background-color: #0081F1;
    color: #fff;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.7s ease-in-out;
    transform: translate(120px, -130px);
}

.card-num {
    position: relative;
}

.num-span {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    padding: 0px 18px;
}

@media (max-width: 1199px) {
    .trd-bot-sec5-card-inner {
        padding: 10px;
    }

    .clp {
        clip-path: ellipse(110px 107px at 101% -3%);
    }

    .num-span {
        color: #fff;
        font-size: 40px;
        font-weight: 900;
        padding: 0px 18px;
    }

    .trd-bot-sec5-card:hover {
        border-radius: 10px 15px 10px 0px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .trd-bot-sec5-card {
        height: 477px;
    }

}

@media (min-width: 1199px) and (max-width: 1440px) {

    .trd-bot-sec5-card {
        height: 450px;
    }


}

@media (max-width: 767px) {
    .trd-bot-sec5-card h3 {
        font-size: 20px
    }

    .trd-bot-sec5-card {
        height: auto !important;
    }
}

@media (max-width: 991px) {

    .trd-bot-sec5-card {
        height: 410px;
    }

}

/* trd-bot-sec5 end  */

/* trd-bot-sec2 start  */

.trd-bot-sec2 {
    padding-top: 80px;
    padding-bottom: 40px;
    background: linear-gradient(198deg, #D2EAFF -90.16%, #FFF 87.64%);
}

.trd-bot-sec2-wrap {

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.trd-bot-sec2-card {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.trd-bot-sec2-card:hover h3 {
    background: linear-gradient(90deg, #0460E9 -11.09%, #0AB9F8 101.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.trd-bot-sec2-card:hover svg path {
    fill: #0081F1;
}

.trd-bot-sec2-card svg {
    flex-shrink: 0;
}

.trd-bot-sec2-card h3 {
    font-size: 22px;
    color: #000000;

}

.trd-bot-sec2-card p {
    font-size: 16px;
    color: #535353;
    line-height: 1.6;
}

.trd-bot-sec2-img img {
    width: 100%;
    height: auto;
    max-width: 600px;

}

.trd-bot-sec2-card-img {
    width: 100px;
    height: 42px;
    background-image: url(../img/trading-bot/grid-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) invert(0);
    /* transition: filter .3s ease; */
}

.trd-bot-sec2-card:hover .trd-bot-sec2-card-img {
    filter: none;
}

@media (max-width: 767px) {
    .trd-bot-sec2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .trd-bot-sec2-card {
        flex-direction: column;

    }

    .trd-bot-sec2-card h3 {
        font-size: 20px;
    }
}

/* trd-bot-sec2 start  */




/* section-nine-start */

section.section-nine {
    padding-top: 80px;
    padding-bottom: 40px;
    background: linear-gradient(24deg, #FFF 26.2%, #FFF 52.56%, #FFF 77.09%, #D2EAFF 101.63%);
}

section.section-nine a {
    width: fit-content;
    margin-top: 50px !important;
}

.section-nine .heading {
    position: sticky;
    top: 100px;
    transition: 0.3s ease;
}

.section-nine .heading.active {
    top: 50%;
    transform: translateY(-50%);
}

.process-item h3 {
    color: #000;
    font-size: 20.639px;
    font-weight: 500;
    line-height: 23.519px;
}

.process-item p {
    color: #000;
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 1.6;
    max-width: 480px;
}

.process-item {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
    max-width: none;
    opacity: 0.6;
    transform: scale(0.9);
    transition: all 0.6s ease;
    overflow: hidden;
    margin-top: 30px;
    min-height: 270px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    z-index: 1;
}

.process-item::before {
    position: absolute;
    content: "";
    bottom: 20px;
    right: -18px;
    width: 40%;
    height: 50%;
    background-image: url(../img/home/should-bx.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    transition: all 1s ease-in-out;
    z-index: -1;
    opacity: 0;
}

.process-item.active::before {
    opacity: 0.6;
}

.process-item span {
    position: absolute;
    top: -50px;
    right: 125px;
    font-size: 160px;
    font-weight: 700;
    color: #ced7e39c;
    z-index: -1;
    opacity: 0.4;
}

.process-item.active span {
    opacity: 0.36;
    background: linear-gradient(180deg, #C8E5FF 57.1%, rgba(200, 229, 255, 0.00) 76.44%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.process-item.active {
    color: #fff;
    border-radius: 22px;
    background: #F3F9FF;
    padding: 50px 0px 50px 30px;
    opacity: 1;
    transform: scale(1.05);
    margin-right: 70px;
}

.process-section {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
}

.floating-img {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    right: 0px;
    transition: transform 0.75s ease-in-out;
    transform-origin: center center;
    z-index: 10;
    opacity: 1 !important;
}


@media (min-width: 1199px) and (max-width: 1300px) {
    .process-item p {
        max-width: 450px;
    }

    .floating-img {
        height: 160px;
        width: 160px;
    }

}

@media (min-width: 991px) and (max-width: 1199px) {
    .process-item p {
        max-width: 350px;
    }

    .floating-img {
        height: 140px;
        width: 140px;
    }
}

@media (max-width: 991px) {
    section.section-nine .heading {
        position: unset;
        transform: translate(0) !important;
    }

    .process-item.active {
        margin-right: 10px;
        margin: 10px;
        padding: 20px;
        transform: scale(1);
    }

    .floating-img {
        height: 140px;
        width: 140px;
        right: 20px;
    }
}

@media (max-width: 768px) {

    .floating-img,
    .process-item.active::before {
        display: none;
    }

    section.section-nine {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .process-item {
        padding-left: 0;
    }

    .process-item::before {
        font-size: 70px;
        left: 0;
        top: -20px;
    }

    .floating-img {
        position: absolute;
        right: 0px;
        top: auto;
        width: 100px;
        height: 100px;
        opacity: 0;
        bottom: -15px;
    }

    .card-active {
        padding: 25px;
    }
}

/* section-nine-end */
/* section-four-start */
.section-bg-color1 {
    border-radius: 0 0 20px 20px;
    background: linear-gradient(7deg, #FFF -11.35%, rgba(210, 234, 255, 0.18) 28.38%, #FFF 52.09%, rgba(210, 234, 255, 0.00) 108.11%);
    padding-top: 80px;
}

section.section-four {
    padding-bottom: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.section-four-card {
    position: relative;
    z-index: 1;
    border-radius: 27.884px;
    border: 1.267px solid #D8D8D8;
    padding: 25px;
    overflow: hidden;
    height: 100%;
}

.section-four-card::before {
    content: "";
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 20%;
}

.section-four-card1::before {
    background-image: url(../img/home/section-four-card-bg1.webp);
}

.section-four-card2::before {
    background-image: url(../img/home/section-four-card-bg2.webp);
}

.section-four-card3::before {
    background-image: url(../img/home/section-four-card-bg3.webp);
}

.section-four-card4::before {
    background-image: url(../img/home/section-four-card-bg4.webp);
}

.section-four-card5::before {
    background-image: url(../img/home/section-four-card-bg5.webp);
}

.section-four-card6::before {
    background-image: url(../img/home/section-four-card-bg6.webp);
}

.section-four-card h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 26.555px;
    padding-top: 150px;
    height: 180px;
}

.section-four-card p {
    color: #515151;
    font-size: 15.744px;
    font-weight: 400;
    line-height: 29.151px;
    padding-top: 25px;
}


@media (min-width: 768px) and (max-width: 1199.98px) {
    section.section-four .col-md-6 {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .section-bg-color1 {
        padding-top: 30px;
    }

    section.section-four {
        padding-bottom: 40px;
    }
}

/* section-four-end */

/* trd-bot-sec6 start  */

.trd-bot-sec6 {
    padding-top: 80px;
    padding-bottom: 40px;
}

.trd-bot-sec6-card {
    background-color: transparent;
    border: 1px solid #D2EAFF;
    border-radius: 10px;
    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: 10px;
    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 {
    /* border: 2px solid transparent; */
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(-10px) scale(1.05);
}

.trd-bot-sec6-card:hover:before {
    opacity: 1;

}

.trd-bot-sec6-card h3 {
    color: #161C2D;
    font-size: 24px;

}

.trd-bot-sec6-card p {

    color: #161C2D;
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.9;
}

@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  */