/* section-one-start */
.section-one-text {
    padding: 10px 0px;
    max-width: 950px;
    margin: 0 auto;
}

section.section-one .heading {
    max-width: none;
}

@media (max-width: 1199.98px) {
    .section-one-img {
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .section-one {
        padding: 60px 0 !important;
    }
}

.section-one {
    padding-bottom: 30px;
    padding-top: 80px;
}

/* section-one-end */

/* section-twenty-seven-start */
.section-twenty-seven {
    position: relative;
}

.section-twenty-seven-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.section-twenty-seven-nav {
    display: flex;
    flex-direction: column;
}

.section-twenty-seven-tab {
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    transition: .3s ease;
    position: relative;
    padding: 27px 30px;
    margin-left: 10px;
    border-bottom: 1px solid #ffffff14;
    background: #fff;
    color: #00000078;
}

.section-twenty-seven-tab:hover {
    background: #f5f9ff;
}

.section-twenty-seven-tab.active {
    background: linear-gradient(91deg, rgb(216 234 255 / 53%) -8.24%, rgba(255, 255, 255, 0) 103.74%);
    color: #0263ff;
}

.section-twenty-seven-tab.active::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 8px;
    top: 0;
    left: 0;
    background-color: #0263ff;
    border-radius: 10px;
}

.section-twenty-seven-card {
    display: none;
    padding: 35px;
    border: 1px solid rgba(2, 99, 255, .12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    position: relative;
    border-radius: 28px;
    background: #f0f7ff;
    overflow: hidden;
    height: 480px;
}

.section-twenty-seven-card.active {
    /* display: block; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-twenty-seven-image {
    margin-bottom: 20px;
}


.section-twenty-seven-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.section-twenty-seven-card .step-number {
    display: block;
    font-size: 45px;
    font-weight: 700;
    color: #0263FF;
    margin-bottom: 20px;
    line-height: 1;
}

.section-twenty-seven-card h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #111;
}

.section-twenty-seven-card p {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
}

@media (max-width:991px) {
    .section-twenty-seven-wrapper {
        display: block;
    }

    .section-twenty-seven-sidebar {
        display: none;
    }

    .section-twenty-seven-content {
        width: 100%;
    }

    .section-twenty-seven-card {
        display: block !important;
        margin-bottom: 20px;
        padding: 25px;
        text-align: center;
        height: auto;
    }

    .section-twenty-seven-image img {
        max-width: 180px;
        margin: auto;
    }

    .section-twenty-seven-card h3 {
        font-size: 22px;
    }
}


@media (max-width:767px) {
    .section-twenty-seven-card {
        padding: 20px;
        border-radius: 16px;
        height: auto;
    }

    .section-twenty-seven-image img {
        max-width: 150px;
    }

    .section-twenty-seven-card h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .section-twenty-seven-card p {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width:575px) {

    .section-twenty-seven-image img {
        max-width: 130px;
    }

    .section-twenty-seven-card h3 {
        font-size: 18px;
    }

    .section-twenty-seven-card p {
        font-size: 14px;
    }
}

/* section-twenty-seven-end */


/* section-nineteen-start */

.section-nineteen-comparison-box {
    border: 1px solid #d8dff0;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

section.section-nineteen {
    position: relative;
    padding-bottom: 50px;
}
.section-nineteen-comparison-header {
    text-align: center;
    padding: 30px 15px;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #d8dff0;
}

.section-nineteen-admin-header {
    background: #63efb0;
    color: #000;
    border-radius: 0 0 58px 58px;
}

.section-nineteen-trader-header {
    background: #fe8c8e;
    color: #000;
    border-radius: 0 0 58px 58px;
    border-left: 1px solid #d8dff0;
}

.section-nineteen-comparison-column {
    padding: 0;
}

.section-nineteen-comparison-column.section-nineteen-left {
    border-right: 1px solid #d8dff0;
}

.section-nineteen-feature-row {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 90px;
}

.section-nineteen-feature-row:nth-child(odd) {
    background: #f4f7fd;
}

.section-nineteen-feature-desc {
    font-size: 17px;
    line-height: 1.7;
    color: #090f1d;
    margin: 0;
}

.section-nineteen-check-icon {
    position: relative;
    width: 20px;
    height: 20px;
    background: #7df5bf;
    border-radius: 50%;
    flex-shrink: 0;
}

.section-nineteen-check-icon::before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.section-nineteen-close-icon {
    position: relative;
    width: 20px;
    height: 20px;
    background: #ffacb1;
    border-radius: 50%;
    flex-shrink: 0;
}

.section-nineteen-close-icon::before {
    content: "✕";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 991px) {
    .section-nineteen-comparison-header {
        font-size: 22px;
    }

    .section-nineteen-feature-desc {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .section-nineteen-comparison-box {
        border-radius: 18px;
    }

    .section-nineteen-comparison-column .section-nineteen-admin-headerleft {
        border-right: none;
        border-bottom: 1px solid #d8dff0;
    }

    .section-nineteen-admin-header,
    .section-nineteen-trader-header {
        border-radius: 18px 18px 0 0;
    }

    .section-nineteen-comparison-header {
        font-size: 20px;
        padding: 18px 10px;
    }

    .section-nineteen-feature-row {
        padding: 22px 16px;
    }

    .section-nineteen-feature-desc {
        font-size: 15px;
    }

    section.section-nineteen:before {
        display: none;
    }

    .section-nineteen-comparison-column {
        padding: 0 12px;
    }
}

/* section-nineteen-end */




/* section 3 start */
section.bg-black {
    background: #000;
}

section.bg-black h2,
section.bg-black p,
section.bg-black .heading-sub {
    color: #fff;
}

section.section-four p.para {
    max-width: 75%;
    margin-bottom: 20px;
}

section.section-three p.para {
    max-width: 80%;
}

section.section-three {
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.card-2 {
    color: #fff;
    transition: all 0.4s ease;
    padding: 30px;
    text-align: left;
    cursor: pointer;
    height: 100%;
    border-radius: 20.896px;
    border: 2px solid #0263ff57;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(1.492537260055542px);
    position: relative;
    overflow: hidden;
}

.card-2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 20.896px;
    background: #0263ff88;
    filter: blur(152.62686157226562px);
    z-index: -1;
}

.card-2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    border-radius: 20.896px;
    background: #0263ff88;
    filter: blur(120.62686157226562px);
    z-index: -1;
}

section.section-three .card-wrapper {
    max-width: max-content;
}

section.section-three .heading {
    max-width: 1100px;
}

section.section-three .heading h2 {
    padding-bottom: 15px;
}

.col-sm-12:nth-child(n + 4) .card-2 {
    background: linear-gradient(180deg, #00244f 0%, #000 71.14%);
}

.card-content p {
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.card-content {
    transition: all 0.4s ease;
}

.card-content img {
    margin-top: 20px;
    transition: opacity 0.4s ease;
}

.card2-img {
    text-align: center;
}

.card2-img img {
    position: relative;
}

.card-wrapper .card-2 h3 {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.card-2 p {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

div#cardContainer2 {
    margin-top: 30px;
    position: relative;
    row-gap: 35px;
    z-index: 999;
    justify-content: center;
}

@media screen and (max-width: 991.98px) {
    div#cardContainer2::before {
        width: 100px;
    }

    section.section-three .container,
    section.section-three p.para {
        max-width: none !important;
    }

    .card2-img img {
        position: relative;
        left: 0;
    }

    section.section-three .row {
        justify-content: center;
    }

    div#cardContainer2 {
        margin-bottom: 30px;
    }

    .card-2 {
        padding: 30px 10px !important;
    }
}

/* section 3 end */

/* user-feature-section css start */

.user-feature-section {
    padding: 60px 0;
}

.user-feature-section .heading {
    max-width: none;
}

.user-feature-section .section-twenty-four-nav {
    justify-content: center;
}

.user-feature-section .section-twenty-four-item {
    background: #000000;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 20px;
    box-shadow: inset -3px -4px 8px rgba(255, 255, 255, 0.08), -5px 0px 20px rgba(0, 0, 0, 0.4);
}

.user-feature-section .section-twenty-four-item h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.user-feature-section .section-twenty-four-item p {
    color: #ffffffcb;
    font-size: 16px;
}


/* user-feature-section css end */



/* add on cards start  */
.user-dashboard-scroll {
    scroll-behavior: smooth;

}

.add-on-card.card-1 {
    position: relative;
    border-radius: 30px;
    z-index: 1;
    padding: 40px 35px;
    border: 2px solid #0263ff0f;
}

.add-on-card.card-1::after {
    position: absolute;
    content: "";
    top: 0;
    left: 30%;
    right: 0;
    bottom: 0;
    height: 50%;
    width: 50%;
    background-image: url("../img/crypto-exchange/bg-grid.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}

.add-on-card.card-1:hover {
    border: 2px solid #0263ff40 !important;
    background: linear-gradient(91deg,
            rgb(128 187 255 / 24%) -62.29%,
            rgba(10, 185, 248, 0) 104.9%);
}

.add-on-card.card-1:hover .card1-img {
    box-shadow: 0 4px 30px 0 rgba(2, 99, 255, 0.2) !important;
}


.add-on-card.card-1 h3,
.add-on-card.card-1 .card1-img,
.add-on-card.card-1 p {
    text-align: left;
}

.add-on-card.card-1 .card1-img {
    background-color: #fff;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    width: fit-content;
    object-fit: contain;
    padding: 6px;
}

.add-on-card.card-1 h3 {
    color: #0263ff;
    margin-top: 35px;
    font-size: 22px;
    font-weight: 700;
    min-height: 40px;
}

.add-on-card.card-1 p {
    font-size: 18px;
}

.add-on-card.card-1:hover .card1-img {
    background-color: #fff !important;
}

.add-on-card.card-1:hover .card1-img img {
    background-color: transparent !important;
}

/* .add-on-card.card-1:hover h3 {
    color: inherit;
} */

.add-on-card.card-1 .card1-img img {
    border: none !important;
}

.add-on-section {
    position: relative;
    overflow: hidden;
}

.add-on-section::before {
    position: absolute;
    content: "";
    top: -50%;
    left: 69%;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 722px;
    opacity: 0.18;
    background: linear-gradient(180deg, #6a8fcc 0%, #99b5ea 100%);
    filter: blur(200px);
}

.add-on-section::after {
    position: absolute;
    content: "";
    left: -65%;
    bottom: -50%;
    height: 100%;
    width: 100%;
    border-radius: 722px;
    opacity: 0.18;
    background: linear-gradient(180deg, #6a8fcc 0%, #99b5ea 100%);
    filter: blur(200px);
}

.crypto.add-on-section::after {
    display: none;
}

.card-1 {
    padding: 40px 25px;
    margin-bottom: 30px;
    text-align: center;
    height: 90%;
    transition: all 0.5s ease-in-out;
}

.card-1:hover {
    box-shadow: 3px 8px 22px rgb(0 0 0 / 16%);
    border-radius: 18px;
    transform: scale(1);
}


/* add on cards end  */




/* section-twenty-start */
.section-twenty {
    padding: 90px 0;
    background: linear-gradient(179deg, #000b18 6.36%, #000 22.01%);
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.section-twenty::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 40px 40px;
}

.section-twenty-wrapper {
    position: relative;
    background: radial-gradient(circle at top center,
            rgba(14, 43, 65, 0.95) 0%,
            rgba(7, 11, 32, 0.98) 35%,
            #02040f 75%,
            #000000 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 120px 60px;
    overflow: hidden;
    z-index: 2;
}

.section-twenty-corner {
    position: absolute;
    width: 28px;
    height: 28px;
    z-index: 2;
}

.section-twenty-top-left {
    top: 0;
    left: 0;
    border-top: 2px solid #b39e82;
    border-left: 2px solid #8fc7e0;
}

.section-twenty-top-right {
    top: 0;
    right: 0;
    border-top: 2px solid #b39e82;
    border-right: 2px solid #8fc7e0;
}

.section-twenty-bottom-left {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #b39e82;
    border-left: 2px solid #8fc7e0;
}

.section-twenty-bottom-right {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #b39e82;
    border-right: 2px solid #8fc7e0;
}

.section-twenty-content {
    text-align: center;
    padding-right: 40px;
}

.section-twenty-icon {
    margin-bottom: 28px;
}

.section-twenty-icon img {
    max-width: 100%;
    object-fit: contain;
}

.section-twenty-content h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    margin-bottom: 18px;
}

.section-twenty-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
}

.section-twenty-form-box {
    padding-left: 30px;
}

.section-twenty-form-group {
    margin-bottom: 18px;
}

.section-twenty-form-group input {
    width: 100%;
    height: 60px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 0 20px;
    color: #fff !important;
    font-size: 18px !important;
    outline: none;
    transition: 0.3s ease;
}

.section-twenty-form-group input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.section-twenty-form-group input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 12px rgba(13, 110, 253, 0.2);
}

.section-twenty-contact-wrapper {
    display: flex;
    align-items: center;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    transition: 0.3s ease;
}

.section-twenty-contact-wrapper:focus-within {
    border-color: #0d6efd;
    box-shadow: 0 0 12px rgba(13, 110, 253, 0.15);
}

.section-twenty-contact-left {
    width: 80px;
    min-width: 80px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.section-twenty-contact-left img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

.section-twenty-contact-left select {
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px;
    position: relative;
    z-index: 3;
}

.section-twenty-contact-left select option {
    color: #fff;
    font-size: 14px;
    background: #0b1023;
    text-indent: 0;
}

.section-twenty-contact-left::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
    z-index: 4;
}

.section-twenty-contact-right {
    flex: 1;
    height: 100%;
}

.section-twenty-contact-right input {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    outline: none;
}

.section-twenty-contact-right input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.section-twenty-btn {
    min-width: 240px;
    height: 58px;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
    border-radius: 10px;
    background: #0070f5;
    box-shadow:
        0 2px 2px rgba(0, 0, 0, 0.5),
        0 0 16px rgba(0, 84, 184, 0.32);
}

.section-twenty-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.3);
}

@media (max-width: 767px) {
    .section-twenty {
        padding: 50px 0;
    }

    .section-twenty-wrapper {
        padding: 60px 20px;
    }

    .section-twenty-content h2 {
        font-size: 28px;
    }

    .section-twenty-form-group input {
        height: 55px;
        font-size: 14px;
    }

    .section-twenty-contact-wrapper {
        height: 55px;
    }

    .section-twenty-btn {
        width: 100%;
        min-width: 100%;
        height: 54px;
    }

    .section-twenty-form-box {
        padding-left: 0px;
        padding-top: 30px;
    }

    .section-twenty-content {
        padding-right: 0px;
    }
}

/* section-twenty-end */



/* section user-dashboard start */


.dsh-img img {
    border-radius: 20px;
    object-fit: contain;
}

.logo-dsh {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.user-dashbox:hover .logo-dsh path {
    fill: url(#grad1);
}

.logo-dsh::before {
    position: absolute;
    content: "";
    top: -6px;
    left: -8px;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 20%;
    z-index: -1;
}

.user-dashbox-cnt {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
}

.user-dashbox {
    border-radius: 20px;
    backdrop-filter: blur(2px);
    padding: 35px 35px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.user-dashbox::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(270deg, #0263ff00 15.1%, #0263ff1f 50%, #0263ff24 85.42%);
    mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    mask-composite: exclude;
    pointer-events: none;
}

.user-dashbox:hover {
    border-radius: 20px;
    background: #0263FF;
    backdrop-filter: blur(2px);
}

.user-dashbox:hover .logo-dsh::before {
    border: 0.9px solid #0263FF80;

}

.user-dashbox:hover h3,
.user-dashbox:hover p {
    color: #fff;
}

.user-dashbox h3 {
    color: #0263FF;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
}

.user-dashbox p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
}

.section-userdashboard .title-userdash {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.dsh-img {
    position: sticky;
    top: 26%;
}

@media (min-width: 991px) and (max-width: 1299.98px) {
    .dsh-img {
        top: 200px;
    }

}

@media (max-width: 991.98px) {
    .section-userdashboard .title-userdash {
        position: unset;
    }

    .user-dashbox-cnt {
        flex-direction: column;
        gap: 20px;
    }

}

@media (max-width: 1515.98px) {
    .user-dashbox {
        padding: 20px 28px;
    }

    .user-dashbox h3 {
        font-size: 22px;
    }

    .user-dashbox p {
        font-size: 15px;
        line-height: 1.6;
    }

    .user-dashbox .mt-3 {
        margin-top: 0.7rem;
    }

}


/* section user-dashboard end */





/* section-twenty-five-start */
.section-twenty-five {
    overflow: hidden;
    position: relative;
    background: var(--APPCLONEX,
            linear-gradient(142deg, #0263ff 0.94%, #3e87fd 48.61%, #0263ff 99.1%));
}

.section-twenty-five-wrapper {
    position: relative;
    z-index: 1;
}

.section-twenty-five-content {
    padding: 90px 70px;
    position: relative;
    z-index: 2;
}

.section-twenty-five-content h2 {
    font-size: 52px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    max-width: 720px;
}

.section-twenty-five-content p {
    font-size: 20px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 35px;
    max-width: 600px;
}

.section-twenty-five-image-box {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    margin-bottom: -30px;
}

.section-twenty-five-phone {
    max-width: 100%;
    width: 400px;
    position: relative;
    z-index: 2;
}

.section-twenty-five-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}

.section-twenty-five-play svg {
    transition: 0.35s ease;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.2));
}

.section-twenty-five-play:hover svg {
    transform: scale(1.08);
}

.section-twenty-five-wrapper::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
}

.section-twenty-five-wrapper::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1399px) {
    .section-twenty-five-content h2 {
        font-size: 46px;
    }
}

@media (max-width: 1199px) {
    .section-twenty-five-content {
        padding: 80px 50px;
    }

    .section-twenty-five-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .section-twenty-five-content {
        padding: 40px 25px 40px;
    }

    .section-twenty-five-content h2,
    .section-twenty-five-content p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .section-twenty-five-image-box {
        min-height: auto;
        bottom: -60px;
    }
}

@media (max-width: 767px) {
    .section-twenty-five-content {
        padding: 55px 20px 35px;
    }

    .section-twenty-five-content h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .section-twenty-five-content p {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .section-twenty-five-btn {
        min-width: 170px;
        height: 52px;
        font-size: 14px;
    }

    .section-twenty-five-phone {
        width: 340px;
        height: 100%;
    }

    .section-twenty-five-play svg {
        width: 60px;
        height: 60px;
    }

    .section-twenty-five-wrapper::before {
        width: 320px;
        height: 320px;
    }

    .section-twenty-five-wrapper::after {
        width: 220px;
        height: 220px;
    }
}

/* section-twenty-five-end */


/* section-twenty-six-start */
section.section-twenty-six {
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

section.section-twenty-six::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    height: 80%;
    background-image: url(../img/crypto-exchange/new/x-bg-img.png);
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.heading h2 label {
    font-size: 24px;
    font-weight: 700;
    color: #0263ff;
}

section.section-twenty-six .heading {
    max-width: 1200px;
    padding-bottom: 10px;
}

section.section-twenty-six .heading p {
    padding: 15px 0px;
    max-width: 1050px;
    margin: 0 auto;
}

.section-twenty-six-card {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.35s ease;
    min-height: 100px;
    margin: 10px 0px;
}

.section-twenty-six-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1px;
    border-radius: 20px;
    background: linear-gradient(100deg, #0263ff -73.72%, #fff 64.81%);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.section-twenty-six-content {
    position: relative;
    z-index: 2;
}

.section-twenty-six-content h3 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    color: #000;
    margin: 0;
    max-width: 360px;
}

section.section-twenty-six .row.g-4 {
    max-width: 1200px;
    margin: 20px auto;
}

@media (max-width: 1399px) {
    .section-twenty-six-content h3 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .section-twenty-six {
        padding: 80px 0;
    }

    .section-twenty-six-card {
        padding: 28px 24px;
    }

    .section-twenty-six-content h3 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .section-twenty-six {
        padding: 70px 0;
    }

    .section-twenty-six-card {
        min-height: auto;
    }

    .section-twenty-six-content h3 {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .section-twenty-six {
        padding: 15px 0;
    }

    .section-twenty-six-card {
        padding: 22px 18px;
        gap: 15px;
        border-radius: 16px;
        align-items: flex-start;
        min-height: auto;
    }

    .section-twenty-six-content h3 {
        font-size: 16px;
        line-height: 1.6;
    }
}

/* section-twenty-six-end */