/* 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: 340px;
}

.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-thirteen-start */
section.section-thirteen {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-thirteen-card-main {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 30px;
}

.section-thirteen-card {
    padding: 20px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(90deg, #F3F9FF 9.64%, #FFF 35.53%, #FFF 59.69%, #F3F9FF 90.21%);
    width: 400px;
    height: -webkit-fill-available;
}

.section-thirteen-card-title-border {
    background: linear-gradient(90deg, rgba(0, 129, 241, 0.04) 0%, rgba(56, 163, 255, 0.04) 100%);
    width: 100%;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.section-thirteen-card-title h3 {
    text-align: center;
    padding: 14px 0;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    border-radius: 27px;
    border: 0.9px solid #f3f9ff;
    background: rgba(0, 0, 0, 0.00);
    box-shadow: 0 6px 4px 0 rgba(0, 129, 241, 0.11) inset;
}

.section-thirteen-card-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-thirteen-card-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.section-thirteen-card-list li:last-child {
    border-bottom: none;
}

@media (min-width: 1300px) and (max-width: 1440px) {
    .section-thirteen-card {
        width: 340px;
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {
    .section-thirteen-card {
        width: 400px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .section-thirteen-card {
        width: 380px;
    }
}

@media (max-width: 768px) {
    .section-thirteen-card {
        width: 100%;
    }
}


/* section-thirteen-end */


/* section-six-start */
section.section-six {
    padding: 40px 0px;
    position: relative;
    z-index: 1;
    margin: 20px;
}

section.section-six::before {
    content: "";
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../img/home/section-six-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.section-six-box {
    padding: 40px 20px;
    border-radius: 20px;
    max-width: 1200px;
}

section.section-six p {
    max-width: 880px;
    margin: 20px auto;
    color: #454545;
}

section.section-six h2 {
    font-size: 52px;
    font-weight: 700;
    margin: 0 auto;
    color: #454545;
    max-width: 830px;
}

.section-six-box a {
    display: inline-block;
    width: 169px;
    font-size: 17px;
}

@media (max-width: 768px) {
    section.section-six {
        padding: 0px 0px;
    }

    .section-six-box {
        padding: 40px 20px;
    }
}

/* section-six-end */

/* 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-eighteen-start */
section.section-eighteen {
    border-radius: 0 0 20px 20px;
    background: linear-gradient(180deg, #F3F9FF 0.04%, #FFF 100.59%);
    padding: 100px 0px 140px 0px;
    position: relative;
    z-index: 1;
}


.section-eighteen-card-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    gap: 20px;
}

.section-eighteen-card-main::before {
    content: "";
    top: 100px;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 154px;
    background-image: url(../img/crypto-payment/logo-t.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.section-eighteen-card {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 23.283px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    width: 47%;
}

.section-eighteen-card:hover {
    border: 1px solid #FFF;
    background: rgba(0, 129, 241, 0.10);
}

.section-eighteen-card p {
    color: #303030;
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 768px) {
.section-eighteen-card {
    width: 100%;
}
.section-eighteen-card-main {
    margin-top: 40px;
}
}

/* section-eighteen-end */



/* section-eight-start */
section.section-eight {
    padding-top: 60px;
    padding-bottom: 60px;
    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%);
}

section.section-eight .row {
    max-width: 1200px;
    margin: 0 auto;
}

.list-group-item {
    border: none;
    font-weight: 500;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-group-item.active {
    color: #000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10.701px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 129, 241, 0.10) 100%);
}

.section-eight-button:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10.701px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 129, 241, 0.10) 100%);
}

.dot {
    width: 20px;
    height: 20px;
    background: #0d6efd;
    border-radius: 50%;
    opacity: 0;
}

.list-group-item.active .dot {
    opacity: 1;
}



button.section-eight-button {
    width: 300px;
    background: transparent;
    margin: 0px 10px;
}

.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.tech-tabs {
    gap: 15px;
}

/* .list-group-item.active .section-eight-button-sub {
  border: 1px solid #fff;
} */

/* .tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 20px;
  background: transparent;
  border-radius: 17px;
  border: 4px solid rgba(113, 189, 255, 0.14);
  row-gap: 0px;
} */
.tech-grid {
    border-radius: 17px;
    border: 4px solid rgba(113, 189, 255, 0.14);
    padding: 15px 20px;
    position: relative;
    z-index: 1;
}

.tech-grid::before {
    border-radius: 338px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #BDE0FF;
    opacity: 0.3;
    filter: blur(67.86126708984375px);
}

/* Hide non-active sections */
.tech-content {
    display: none;
}

.tech-content.active {
    display: block;
}

.grid-item {
    padding-top: 5px;
}

.grid-box-1 {
    /* display: flex;
  align-items: center;
  justify-content: flex-start; */
    /* gap: 100px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grid-box-2 {
    /* display: flex;
  align-items: center;
  justify-content: flex-end; */
    /* gap: 100px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grid-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 13.572px;
    background: rgb(255 255 255 / 81%);
    box-shadow: 0 2.714px 12.69px 0 rgba(0, 0, 0, 0.15);
    padding: 15px;
}

.grid-item2 img {
    width: 100px;
    height: 100px;
}

.grid-item:hover {
    transform: translateY(-5px);
}

/* Mobile Fix */
@media (max-width: 768px) {
    .list-group-item {
        font-size: 14px;
    }

    .list-group.tech-tabs {
        flex-direction: row;
        overflow: scroll;
    }

    .grid-item2 {
        display: none;
    }

    .grid-item img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

    .grid-box-2 {
        gap: 5px;
    }

    .grid-box-1 {
        gap: 5px;
    }

    .section-eight-button-sub {
        width: fit-content;
        white-space: nowrap;
    }

    button.section-eight-button {
        width: fit-content;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .list-group.tech-tabs {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    /* .grid-item2 img {
    display: none;
  } */
    section.section-eight .row {
        flex-direction: column;
    }

    .grid-box-1 {
        justify-content: center;
    }

    .grid-box-2 {
        justify-content: center;
    }

    .Programming-box1 {
        width: 100%;
    }

    .Programming-box2 {
        width: 100%;
    }

    .list-group.tech-tabs {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-eight-button-sub {
        width: fit-content;
        white-space: nowrap;
    }

    button.section-eight-button {
        width: fit-content;
    }
}

/* section-eight-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: 60px;
    overflow: hidden;
}

section.section-four {
    padding-bottom: 20px;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 60px;
}

.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%;
    }

    .section-five-img2 {
        flex-direction: column;
    }
}


@media (max-width: 768px) {
    section.section-four {
        padding-bottom: 40px;
    }
}

/* section-four-end */