/* 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;
}

/* section-one-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;
}
section.section-nineteen:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: url(../img/Common/blurbg-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: -1;
    top: 300px;
}
.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: 120px;
}

.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: 35px;
    height: 25px;
    background: #7df5bf;
    border-radius: 50%;
}

.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-twenty-one-start */
.section-twenty-one {
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}

.section-twenty-one-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.section-twenty-one-tab-box {
    padding: 6px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 105.143px;
    background: #fff;
    box-shadow:
        6.857px 2.286px 4.571px 0 rgb(0 0 0 / 2%) inset,
        0 4.571px 10.286px 0 rgb(0 0 0 / 0%);
    border: 1px solid #d2dceb;
}

.section-twenty-one-tab-btn {
    min-width: 130px;
    height: 48px;
    border: none;
    border-radius: 50px;
    background: transparent;
    color: #191a15;
    font-size: 15px;
    font-weight: 600;
    transition: 0.35s;
}

.section-twenty-one-tab-btn.active {
    color: #fff;
    border-radius: 188.571px;
    background: #0263ff;
    box-shadow:
        0 2.286px 2.286px 0 rgba(0, 0, 0, 0.12),
        0 4.571px 4.571px 0 rgba(0, 0, 0, 0.25) inset;
}

.section-twenty-one-tab-content {
    display: none;
}

.section-twenty-one-tab-content.active {
    display: block;
}

.section-twenty-one-phone-box {
    position: relative;
    border-radius: 60px;
    background: var(
        --APPCLONEX,
        linear-gradient(142deg, #0263ff 0.94%, #3e87fd 48.61%, #0263ff 99.1%)
    );
    min-height: 520px;
    overflow: hidden;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0;
    flex-direction: column;
}

.section-twenty-one-phone-box::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-twenty-one-phone-box::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-twenty-one-phone-img {
    /* width: 330px; */
    max-width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 30px;
        margin-bottom: -25px;
}

.section-twenty-one-feature-list {
    padding-left: 35px;
}

.section-twenty-one-feature-item {
    display: flex;
    gap: 18px;
    padding: 5px 10px;
    border-radius: 18px;
    background: transparent;
    border: 1px solid transparent;
    margin-top: 15px;
    transition: 0.35s;
}

.section-twenty-one-feature-item:hover {
    border-color: #0263ff;
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.section-twenty-one-feature-icon {
    min-width: 52px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(13, 110, 253, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-twenty-one-feature-content h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #0263ff;
    font-weight: 700;
}

.section-twenty-one-feature-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #1b1b1b;
    margin: 0;
}

@media (max-width: 1199px) {
    .section-twenty-one-title h2 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .section-twenty-one {
        padding: 70px 0;
    }

    .section-twenty-one-phone-box {
        margin-bottom: 40px;
        min-height: 450px;
    }

    .section-twenty-one-feature-list {
        padding-left: 0;
    }

    .section-twenty-one-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .section-twenty-one {
        padding: 55px 0;
    }

    .section-twenty-one-title {
        margin-bottom: 35px;
    }

    .section-twenty-one-title h2 {
        font-size: 26px;
    }

    .section-twenty-one-title p {
        font-size: 14px;
    }

    .section-twenty-one-tab-btn {
        min-width: 110px;
        height: 44px;
        font-size: 14px;
    }

    .section-twenty-one-phone-box {
        min-height: auto;
        border-radius: 25px;
        padding-top: 30px;
    }

    .section-twenty-one-phone-img {
        width: 220px;
        height: 100%;
    }

    .section-twenty-one-feature-item {
        padding: 18px;
        gap: 14px;
        margin-top: 5px;
    }

    .section-twenty-one-feature-content h3 {
        font-size: 17px;
    }

    .section-twenty-one-feature-content p {
        font-size: 14px;
    }
}

/* section-twenty-one-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 */


/* core featues start  */
.core-features span {
    color: #00000078;
    /* opacity: 0.4; */
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}

.core-features-title {
    position: relative;
    padding: 27px 30px;
    margin-left: 10px;
    border-bottom: 1px solid #ffffff14;
    cursor: pointer;
}

.core-features-title.active span {
    opacity: 1;
    color: #0263ff;
}

.core-features-title.active {
    background: linear-gradient(
        91deg,
        rgb(216 234 255 / 53%) -8.24%,
        rgba(255, 255, 255, 0) 103.74%
    );
}

.core-features-title.active::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 8px;
    top: 0;
    left: 0;
    background-color: #0263ff;
    border-radius: 10px;
}

.scroll-cnt {
    position: relative;
    height: 485px;
    overflow: scroll;
    scroll-behavior: smooth;
}

.scroll-bar-core-feature {
    position: relative;
}

.scroll-bar-core-feature::before {
    position: absolute;
    content: "";
    top: 0;
    left: 22px;
    width: 8px;
    height: 100%;
    background-color: #ffffff14;
    border-radius: 10px;
}

.scroll-cnt::-webkit-scrollbar-track {
    background-color: transparent;
}

.scroll-cnt::-webkit-scrollbar-thumb {
    background: transparent !important;
}

.scroll-cnt::-webkit-scrollbar {
    width: 0px;
}

.user-cnt-img {
    text-align: center;
    position: relative;
}

.user-cnt-img::before {
    position: absolute;
    content: "";
    inset: 0;
    background: url("../img/crypto-exchange/grid-userfeature.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.user-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.user-cnt-box {
    position: relative;
    border-radius: 28px;
    padding: 40px 30px;
    /* border: 1.4px solid #0263FF; */
    background: #f0f7ff;
    /* backdrop-filter: blur(2px); */
    overflow: hidden;
    display: none;
    height: 485px;
}

.user-cnt-box::after {
    content: "";
    position: absolute;
    bottom: -19%;
    left: -16%;
    height: 50%;
    width: 50%;
    background-color: #0263ff;
    opacity: 0.26;
    filter: blur(100px);
    z-index: -1;
}

.user-cnt-box::before {
    content: "";
    position: absolute;
    top: -23%;
    right: -20%;
    height: 50%;
    width: 50%;
    background-color: #0263ff;
    opacity: 0.26;
    filter: blur(100px);
    z-index: -1;
}

.user-cnt-box p {
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 1.6;
}

.user-mobile-head {
    display: flex;
    transition: all 0.5s ease-in-out;
}

.user-mobile-head h3 {
    flex-grow: 1;
}

.user-mobile-head .mp-icon {
    transition: all 0.3s ease-in-out;
}

.user-mobile-head.active .mp-icon {
    transform: rotate(180deg);
}

.user-mobile-head.active .mp-icon i {
    color: #0263ff;
}

.user-mobile-head.active h3 {
    color: #0263ff;
    opacity: 1;
}

.user-mobile-body {
    margin: 10px;
    background-color: transparent;
    border-radius: 10px;
    padding: 10px;
}

.user-mobile-body p {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.dropdown-open {
    position: relative;
    border: 1px solid #0263ff;
    overflow: hidden;
    /* background-color: #fff; */
}

.dropdown-open:before {
    content: "";
    position: absolute;
    bottom: -19%;
    left: -16%;
    height: 50%;
    width: 50%;
    background-color: #0263ff;
    opacity: 0.26;
    filter: blur(100px);
}

.dropdown-open::after {
    content: "";
    position: absolute;
    top: -23%;
    right: -20%;
    height: 50%;
    width: 50%;
    background-color: #0263ff;
    opacity: 0.26;
    filter: blur(100px);
}

.acc-user {
    padding: 10px;
    margin-top: 20px;
}

@media (max-width: 991.98px) {
    .core-features span {
        color: #000;
        font-size: 16px;
    }

    .user-content-container,
    .scroll-bar-core-feature {
        display: none;
    }
}

/* core features end  */



/* section-fifteen-start */
section.section-fifteen {
    padding-bottom: 60px;
}

.featues-bg {
    position: relative;
    z-index: 1;
}

.features-card1 {
    border-radius: 17px;
    background: linear-gradient(
        142deg,
        #0263ff 0.94%,
        #3e87fd 48.61%,
        #0263ff 99.1%
    );
    margin-top: 15px;
    overflow: hidden;
}

.features-card1-heading {
    padding: 20px;
}

.features-card1-heading h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.features-card1-heading p {
    font-size: 18px;
    padding-top: 15px;
    color: #fff;
}

.features-card2 {
    display: flex;
    border-radius: 17px;
    background: #f0f7ff;
    overflow: hidden;
    margin-top: 15px;
    align-items: flex-start;
}

.features-card2 h3 {
    color: #000;
}

.features-card2 p {
    color: #000 !important;
}

.features-card3 h3 {
    color: #000;
}

.features-card3 p {
    color: #000 !important;
}

.features-card3 {
    border-radius: 17px;
    background: #f0f7ff;
    margin-top: 15px;
    overflow: hidden;
}

.features-card4 {
    background: #0263ff;
    overflow: hidden;
}

.features-card4 h3 {
    color: #fff;
}

.features-card4 p {
    color: #fff !important;
}

.features-card-img {
    text-align: end;
    width: 100%;
}

.features-card-img22 img {
    height: 210px;
    object-fit: contain;
}

.features-card4 img,
.features-card6 img {
    width: 300px;
    height: 240px;
}

.features-crds-inne {
    height: 95%;
    padding: 20px;
    text-align: center;
}

.features-crds {
    height: 95%;
    padding: 20px;
    text-align: center;
}

section.section-fifteen.bg-black .col-sm-12.col-md-4.col-lg-4.col-xl-4,
section.section-fifteen.bg-black .col-sm-12.col-md-6.col-lg-6.col-xl-6 {
    padding: 0 6px;
}

section.bg-fea .container {
    border-radius: 18px;
    background: #191919;
    padding: 38px 0;
}

.driv-nft {
    justify-content: center;
    column-gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.driv-bx {
    /* background-color: #fff;
  border-radius: 10px; */
    padding: 10px;
    width: 60px;
    height: 60px;
    transition: all 0.5s ease-in-out;
}

.driv-cnt {
    place-items: center;
    display: flex;
    gap: 10px;
    padding: 0;
}

.driv-nft-card {
    width: 300px;
    padding: 10px 20px;
    border-radius: 10px;
    background: transparent;
}

.driv-nft-card,
.driv-nft-card:hover h3 {
    transition: all 0.5s ease-in-out;
}

.driv-nft-card:hover {
    transform: scale(1.02);
    background: #0263ff;
}

.driv-nft-card:hover svg path {
    fill: #fff;
}

.driv-nft-card:hover h3 {
    color: #fff;
}

.driv-nft-card h3 {
    color: #d0d0d0;
}

@media (max-width: 768.98px) {
    .features-card2 {
        flex-direction: column;
    }

    .driv-nft-card h3 {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .features-card1-heading p {
        font-size: 16px;
    }

    .features-card1-heading h3 {
        font-size: 22px;
    }
}

@media (min-width: 1200px) and (max-width: 1440.98px) {
    .features-card1-heading p {
        font-size: 16px;
    }

    .features-card1-heading h3 {
        font-size: 22px;
    }

    .features-card3-h {
        /* height: 360px; */
    }
}

.card-num {
    position: relative;
}

.num-span-2 span {
    color: #0263ff;
}

.num-span-1 span {
    color: #ffffff;
}

.num-span-1 span,
.num-span-2 span {
    font-size: 85px;
    font-weight: 900;
}

.num-span-2 span::before,
.num-span-1 span::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: attr(data-num);
    opacity: 0.05;
}

/* section-fifteen-end */

/* section 2 start */
section.section-two {
    padding-bottom: 60px;
}

section.section-two h2 {
    max-width: 730px;
    margin: 0 auto;
}

section.section-two.add-on-section h2 {
    max-width: 1200px;
}

/* card section start */

.card-1 {
    padding: 40px 25px;
    margin-bottom: 30px;
    /* text-align: center; */
    height: 100%;
    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);
}

section.section-eighteen.bg-black .card-1:hover {
    /* box-shadow: 3px 8px 22px #c9deff26;
  border-radius: 18px; */
    transform: scale(1);
}

.card1-img {
    margin-bottom: 20px;
}

.card1-img img {
    padding: 6px;
    border-radius: 7px;
    border: 2px dashed #0263ff;
}

.card-1:hover .card1-img img {
    border-radius: 7px;
    background: #c9deff;
    border: 2px solid #c9deff;
}

.card-1:hover span {
    color: #0263ff !important;
}

.card-1 span {
    font-size: 23px;
    font-weight: 700;
    min-height: 45px;
    margin-bottom: 15px;
    display: inline-block;
}

.card-1 p {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.2px;
}

div#cardContainer1 {
    justify-content: center;
    row-gap: 20px;
}

section.section-eighteen.bg-black .card-1 span {
    color: #fff;
}

@media screen and (max-width: 991.98px) {
    section.section-two .row {
        justify-content: center;
    }

    section.section-two .col-sm-12:last-of-type .card-1 {
        margin-bottom: 0;
    }
}

/* section 2 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::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(125deg,
      #0263ff1c 15.1%,
      #0263ff1c 40%,
      #0263ff1c 65%,
      #0263ff1c 85.42%);
  mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  mask-composite: exclude;
  pointer-events: none;
  transition: all 0.3s ease-in-out;

} */

/* .add-on-card.card-1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  border-radius: 30px;
  background: linear-gradient(91deg, rgb(2 141 255 / 43%) -62.29%, rgba(10, 185, 248, 0.00) 104.9%);
  z-index: -2;
} */

.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:hover::before {
  background: linear-gradient(125deg,
      #0263ff1c 15.1%,
      #0263ff1c 40%,
      #0263ff1c 65%,
      #0263ff1c 85.42%);
} */

.add-on-card.card-1 span,
.add-on-card.card-1 .card1-img,
.add-on-card.card-1 p {
    text-align: left;
}

/* .add-on-card.card-1 .card1-img img {
  background-color: #fff;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  object-fit: scale-down;
} */

.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;
}

.add-on-card.card-1 span {
    color: #0263ff;
    /* background: linear-gradient(90deg, #0263FF 0%, #0AB9F8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    /* margin-top: 35px; */
}

.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 span {
    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;
}

/* add on cards 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-three .container{
  max-width: 75%;
} */
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 {
    /* padding: 20px; */
    transition: all 0.4s ease;
}

.card-content img {
    /* width: 100%; */
    margin-top: 20px;
    transition: opacity 0.4s ease;
}

.card2-img {
    text-align: center;
}

.card2-img img {
    position: relative;
    /* left: 40px; */
}

.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;
}

/* div#cardContainer2::before {
    content: "";
    position: absolute;
    border-radius: 545px;
    background: #0263ff;
    filter: blur(170px);
    width: 670px;
    height: 350px;
    left: 28%;
    top: 30%;
    right: 0;
    z-index: -1;
} */

@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 */



/* cta start  */

.cta-crypto-exchange a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cta-crypto-exchange h2 {
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    /* max-width: 500px; */
    margin-bottom: 20px;
}

.cta3-crypto-exchange {
    background-image: url(../img/common-cta-bg-after.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding: 60px 0;
    position: relative;
    /* margin-top: 20px; */
}

.cta3-crypto-exchange img {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 30px;
    height: 490px;
}

.cta-crypto-exchange p {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.cta-crypto-exchange-button {
    display: flex;
    margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
    .cta-crypto-exchange h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .cta2-crypto-exchange {
        background: url(../img/home/cta-bg-crypto.webp);
    }
}

@media screen and (max-width: 576px) {
    .cta-crypto-exchange h2 {
        font-size: 30px;
    }

    .cta-crypto-exchange-button {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 991.98px) {
    .talk-to-experts {
        margin: 25px 0;
    }

    section.cta-crypto-exchange.cta3-crypto-exchange {
        background-image: none;
        background-color: #0263ff;
    }
}

@media (min-width: 1440.98px) and (max-width: 2560.98px) {
    .cta-crypto-exchange h2 {
        max-width: 750px;
    }

    .cta-crypto-exchange img {
        right: 150px;
    }

    .cta-crypto-exchange h2 {
        font-size: 45px;
    }
}

@media screen and (max-width: 1199.98px) {
    .cta-crypto-img {
        display: none;
    }

    .cta-crypto-exchange p {
        text-align: center;
    }

    .cta-crypto-exchange h2 {
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
    }

    .cta-crypto-exchange-button {
        justify-content: center;
    }
}

/* CTA Section end */




/* section-twenty-two-start */
.section-twenty-two {
    overflow: hidden;
    background: #f0f7ff;
    padding-top: 0;
}

.section-twenty-two-wrapper {
    background: #f0f7ff;
    position: relative;
}

.section-twenty-two-content {
    padding: 70px 0px 70px 40px;
}

.section-twenty-two-content header.heading {
    padding-bottom: 40px;
    max-width: 875px;
}

.section-twenty-two-content header.heading p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-twenty-two-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 24px;
    height: 100%;
    transition: 0.35s ease;
    border-bottom: 4px solid #0d6efd;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.section-twenty-two-card:hover {
    box-shadow: 0 18px 35px rgba(13, 110, 253, 0.12);
    background: var(
        --APPCLONEX,
        linear-gradient(142deg, #0263ff 0.94%, #3e87fd 48.61%, #0263ff 99.1%)
    );
}

.section-twenty-two-card:hover span {
    color: #fff;
}

.section-twenty-two-card:hover p {
    color: #fff;
    opacity: 0.7;
}

.section-twenty-two-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.section-twenty-two-card-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.section-twenty-two-card span {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
    display: inline-block;
}

.section-twenty-two-card p {
    font-size: 14px;
    line-height: 1.9;
    color: #6b7280;
    margin: 0;
}

.section-twenty-two-image-box {
    height: 100%;
}

.section-twenty-two-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .section-twenty-two-content {
        padding: 60px 40px;
    }
}

@media (max-width: 991px) {
    .section-twenty-two-content {
        padding: 60px 30px;
    }

    .section-twenty-two-image-box {
        min-height: 500px;
    }

    .section-twenty-two-card {
        padding: 24px 20px;
        margin-bottom: 20px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .section-twenty-two-content {
        padding: 50px 20px;
    }

    .section-twenty-two-title {
        margin-bottom: 30px;
    }

    .section-twenty-two-title h2 {
        font-size: 28px;
    }

    .section-twenty-two-title p {
        font-size: 14px;
    }

    .section-twenty-two-card span {
        font-size: 20px;
    }

    .section-twenty-two-card p {
        font-size: 13px;
    }

    .section-twenty-two-image-box {
        display: none;
    }
}

/* section-twenty-two-end */




/* section-twenty-three-start */
.section-twenty-three {
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
}

section.section-twenty-three header.heading {
    max-width: 1200px;
}

section.section-twenty-three header.heading h2 {
    margin-bottom: 20px;
}
section.section-twenty-three header.heading p{
  max-width: 950px;
  margin: 0 auto;
}

.section-twenty-three-image-box {
    height: 100%;
    min-height: 720px;
    overflow: hidden;
    border-radius: 28px;
    position: relative;
}

.section-twenty-three-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.section-twenty-three-image-box:hover .section-twenty-three-image {
    transform: scale(1.05);
}

.section-twenty-three-card {
    position: relative;
    border-radius: 26px;
    padding: 20px 10px;
    height: 100%;
    border: 3px solid transparent;
    transition: 0.35s ease;
    overflow: hidden;
}

.section-twenty-three-card.active,
.section-twenty-three-card:hover {
    transform: translateY(-6px);
}

.section-twenty-three-card.active::after,
.section-twenty-three-card:hover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 3px 3px 0;
    border-radius: 26px;
    background: linear-gradient(
        238deg,
        #fff 12.4%,
        #0263ff 41.74%,
        #fff 72.23%
    );
    -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-three-number {
    font-size: 52px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    /* opacity: 0.48; */
    background: linear-gradient(
        194deg,
        #0263ff -175.22%,
        rgba(2, 99, 255, 0) 90.03%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-twenty-three-card span {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    display: block;
    max-width: 90%;
}

.section-twenty-three-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #000;
    margin: 0;
    opacity: 0.7;
}

@media (max-width: 1199px) {
    .section-twenty-three {
        padding: 80px 0;
    }

    .section-twenty-three-image-box {
        min-height: 650px;
    }

    .section-twenty-three-card span {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .section-twenty-three-image-box {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .section-twenty-three-image-box {
        min-height: 350px;
        border-radius: 22px;
    }

    .section-twenty-three-number {
        font-size: 40px;
    }

    .section-twenty-three-card span {
        font-size: 18px;
        margin-bottom: 14px;
    }
}

/* section-twenty-three-end */




/* section-twenty-five-start */

/* =========================
   SECTION
========================= */

.section-twenty-five {
    overflow: hidden;
    position: relative;
    background: var(
        --APPCLONEX,
        linear-gradient(142deg, #0263ff 0.94%, #3e87fd 48.61%, #0263ff 99.1%)
    );
}

/* =========================
   WRAPPER
========================= */

.section-twenty-five-wrapper {
    position: relative;
    z-index: 1;
}

/* =========================
   CONTENT
========================= */

.section-twenty-five-content {
    padding: 90px 70px;
    position: relative;
    z-index: 2;
}
.section-twenty-five-content-new {
    padding: 80px 10px;
}

.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;
}

/* =========================
   IMAGE BOX
========================= */

.section-twenty-five-image-box {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    margin-bottom: -30px;
}

/* PHONE */

.section-twenty-five-phone {
    max-width: 100%;
    /* width: 400px; */
    position: relative;
    z-index: 2;
    max-height: max-content;
}

/* =========================
   PLAY BUTTON
========================= */

.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);
}

/* =========================
   BACKGROUND EFFECT
========================= */

.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%);
}

/* =========================
   RESPONSIVE
========================= */

@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;
    }

    .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 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-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;
}
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 span {
    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 span {
        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 */






























































































/* section 4 start */

section.section-four h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

section.section-four p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

section.section-four .talk-to-experts.text-start {
    margin-bottom: 30px;
}

section.section-four .banner-button {
    text-align: left;
}

section.section-four .banner-button a.btn {
    border-radius: 10px;
    border: 1.4px solid #99c5fb;
    background:
        linear-gradient(
            319deg,
            #93d2f3 -1.9%,
            rgba(147, 210, 243, 0) 17.34%,
            #93d2f3 87.36%
        ),
        #0070f5;
    background-blend-mode: soft-light, normal;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 0px 16px 0px rgba(0, 84, 184, 0.32);
    padding: 8px 25px;
    font-size: 18px;
}

@media screen and (max-width: 767.98px) {
    .standout-img {
        width: 100%;
        padding: 10px 0 40px 0;
    }
}

@media screen and (max-width: 991.98px) {
    .standout-img {
        width: 60%;
        margin: 0 auto;
    }

    section.section-four .row:nth-child(2) {
        flex-direction: column-reverse;
        padding-bottom: 60px;
    }

    section.section-four p.para {
        max-width: none !important;
    }
}

.standout-img {
    text-align: center;
}

section.section-four::before {
    content: "";
    bottom: 0px;
    right: 0%;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 600px;
    background: linear-gradient(
        160deg,
        rgba(0, 0, 0, 0.55) 36.04%,
        rgba(46, 86, 253, 0.55) 86.1%
    );
    stroke-width: 1px;
    stroke: #000;
    filter: blur(300px);
}

section.section-four {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.standout-icons-bg {
    border-radius: 9px;
    background: #0263ff;
    padding: 10px;
    text-align: center;
}

/* section 4 end */

/* section 5 start */

section.section-five {
    background: #0263ff;
    padding-bottom: 100px;
}

section.section-five .heading {
    padding-bottom: 0;
}

section.section-five .heading h2 {
    line-height: 1.2;
    color: #fff;
}

section.section-five .heading p.heading-sub,
section.section-five .heading h2 span {
    color: #fff;
}

section.section-five p.right-para {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.section-five .container {
    padding-bottom: 20px;
}

.card {
    background: linear-gradient(135deg, #b452d1, #8b4ad6);
    color: white;
    border-radius: 20px;
    padding: 30px;
    max-width: 350px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.card-icon {
    margin-bottom: 15px;
}

.card-icon img {
    width: 32px;
    height: 32px;
}

.card h3 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: bold;
}

.card p {
    font-size: 16px;
    line-height: 1.6;
}

/* caroseal secion start */
.owl-carousel .owl-item img {
    width: auto !important;
}

.item .profitable {
    padding: 30px;
    border-radius: 16px;
    height: 300px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.item .profitable.rose-bg {
    background: url(../img/home/rose-bg.webp);
}

.item .profitable.blue-bg {
    background: url(../img/home/blue-bg.webp);
}

.item .profitable.red-bg {
    background: url(../img/home/red-bg.webp);
}

.item .profitable.pale-blue-bg {
    background: url(../img/home/pale-blue-bg.webp);
}

.profitable-img {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.profitable h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.profitable p {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
}

.owl-carouel-sec {
    position: relative;
    bottom: 80px;
}

button.owl-dot span {
    width: 20px !important;
    height: 7px !important;
}

button.owl-dot.active span {
    width: 50px !important;
    background: #0263ff !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px !important;
}

/* caroseal secion end */

@media screen and (max-width: 767px) {
    section.section-five p.right-para {
        font-size: 18px;
    }
}

/* section 5 end */

/*  secion 6 start */
section.section-six p.para {
    /* max-width: 455px; */
    border-left: 4px solid #0263ff;
    padding-left: 20px;
    line-height: 1.3;
}

section.section-six {
    padding-bottom: 60px;
}

.benefits-img {
    text-align: center;
}

.benefits-img img {
    width: 300px;
}

section.section-six .row {
    row-gap: 30px;
}

.benefit-card-1 {
    /* padding: 20px;
  position: relative;
  border-bottom: 5px solid rgba(2, 99, 255, 1);
  border-radius: 10px; */
    /* height: 350px; */
}

.benefit-card-1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: url(../img/home/benefit-card-1.webp);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.benefits-cardset {
    position: relative;
    z-index: 1;
    padding: 30px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.benefits-cardset.bot-bor {
    border-radius: 11.081px;
    border-bottom: 6.926px solid #0263ff;
    background: #fff;
}

.benefit-card-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/home/benefit-card-2.webp);
    background-size: 100% 100%;
    z-index: -1;
}

.benefit-card-2 h3,
.benefit-card-2 p {
    color: #fff;
}

.benefits-cardset h3 {
    font-size: 20px;
    font-weight: 700;
    min-height: 40px;
}

.benefits-cardset p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .benefits-cardset p,
    section.section-six p.para {
        font-size: 16px !important;
    }
}

/*  section 6 end */

/*  section 7 start */

section.section-seven h2 {
    max-width: 740px;
    margin: 0 auto;
}

section.section-seven p.para {
    max-width: 910px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.card4 {
    background-color: #0e0e0e;
    border-radius: 18px;
    /* slightly smaller to fit inside wrapper */
    padding: 30px 40px;
    color: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.card-wrapper {
    padding: 2px;
    max-width: 360px;
    margin: 0 auto;
    border-radius: 14px;
    box-sizing: border-box;
    height: 100%;
}

section.section-eight p.para {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.card-wrapper h3 {
    color: #0263ff;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 12px;
}

.card-wrapper ul {
    list-style-type: disc;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.3;
}

@media screen and (max-width: 767px) {
    .card-wrapper {
        margin-bottom: 30px;
    }
}

/*  section 7 end */

/*  section 8 start */
.step-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 1000px;
}

.step-number {
    font-size: 64px;
    font-weight: bold;
    color: #fff;
    min-width: 80px;
    font-family: "Urbanist";
}

.step-box {
    max-width: 700px;
    line-height: 1.6;
}

.step-box h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.step-box p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.gradient-border.odd .step-box::after {
    content: "";
    position: absolute;
    bottom: -16px;
    right: 50px;
    width: 35px;
    height: 35px;
    border-right: 3px solid #0f62f9;
    border-bottom: 3px solid #0f62f9;
    background-color: black;
    transform: rotate(45deg);
    background: #000;
}

.gradient-border.even .step-box::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50px;
    width: 35px;
    height: 35px;
    border-right: 3px solid #0f62f9;
    border-bottom: 3px solid #0f62f9;
    background-color: black;
    transform: rotate(45deg);
    background: #000;
}

.gradient-border {
    padding: 3px;
    /* thickness of the border */
    border-radius: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}

.gradient-border.odd {
    background: linear-gradient(333deg, #0f62f9, transparent 70%);
}

.gradient-border.even {
    background: linear-gradient(90deg, #0f62f9, transparent 70%);
}

.inner-content {
    background-color: black;
    border-radius: 17px;
    padding: 20px 30px;
}

section.section-eight {
    padding-top: 70px;
    padding-bottom: 60px;
}

.process-sec {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 70px;
}

.gradient-border.odd.last .step-box::after {
    display: none;
}

@media screen and (max-width: 767px) {
    section.section-eight {
        padding: 40px 0;
    }

    .step-container {
        flex-direction: column;
    }

    .gradient-border.even .step-container {
        flex-direction: column-reverse;
    }

    .gradient-border.even .step-container .step-number {
        text-align: right;
        width: 100%;
    }
}

/*  section 8 end */

/* teck stack section start */
.Our-Tech-Stack-desktop {
    height: auto !important;
    padding-top: 0 !important;
    border-radius: 20px;
    padding: 3px;
    border-radius: 20px;
    max-width: 1500px;
    margin: 0 auto;
}

.Tech-Stack-To-Develop-Crypto-Trading-Bot .teck-bg-black {
    display: flex;
    align-items: center;
    border-radius: 17px;
}

.Tech-Stack-To-Develop-Crypto-Trading-Bot .Tech-Stack-top {
    flex-wrap: wrap;
}

.Tech-Stack-To-Develop-Crypto-Trading-Bot .Tech-Stack-top {
    display: flex;
    gap: 10px;
    white-space: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.eye-catching-left-inner.tablinks span {
    font-size: 18px !important;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    color: #000;
    text-align: left;
}

.common-for-four-section span {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.Tech-Stack-To-Develop-Crypto-Trading-Bot
    .Tech-Stack-top
    .eye-catching-left-inner.tablinks {
    padding: 15px 20px;
    background: 0 0;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    width: 100%;
}

/* .eye-catching-left-inner.tablinks:first-child.active {
    border-radius: 15px 8px 8px 0px;
    background: linear-gradient(91deg, rgb(216 234 255 / 53%) -8.24%, rgba(255, 255, 255, 0.00) 103.74%) !important;
}

.eye-catching-left-inner.tablinks:last-child.active {
  border-radius: 0px 8px 8px 15px;
  background: linear-gradient(91deg, rgb(216 234 255 / 53%) -8.24%, rgba(255, 255, 255, 0.00) 103.74%) !important;
} */

.eye-catching-left-inner.tablinks.active {
    position: relative;
    background: linear-gradient(
        91deg,
        rgb(216 234 255 / 53%) -8.24%,
        rgba(255, 255, 255, 0) 103.74%
    ) !important;
}

.eye-catching-left-inner.tablinks.active::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    top: 0;
    left: 0;
    background-color: #0263ff;
    border-radius: 10px;
}

.Tech-Stack-bottom {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.robust-security.common-for-four-section.Robust-Security-section.Tech-Stack-To-Develop-Crypto-Trading-Bot
    .tabcontent {
    display: none;
}

.Tech-Stack-left-inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 12px;
}

.Tech-Stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 110px;
    margin: 30px;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background: #ddf1fd;
    padding: 25px 20px;
    height: 130px;
    justify-content: center;
}

.Our-Tech-Stack-mobile {
    display: none !important;
}

.bg-color {
    background: linear-gradient(180deg, #fff 0%, #e6f0ff 50%, #fff 100%);
    z-index: 1;
    position: relative;
}

@media (max-width: 991.98px) {
    .Our-Tech-Stack-mobile {
        display: block !important;
    }

    .Our-Tech-Stack-desktop {
        display: none !important;
    }

    .accrd-panel-head span {
        font-size: 20px;
    }

    .Tech-Stack {
        width: 110px;
        margin: 15px;
        height: 120px;
    }
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
    .Tech-Stack {
        margin: 18px;
    }

    .Tech-Stack-To-Develop-Crypto-Trading-Bot .teck-bg-black {
        align-items: flex-start;
    }
}

/* section 9 end */

/* section 10 start */
section.section-ten p.para {
    color: #000;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.9;
    margin-bottom: 20px;
}

.why-we-content {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.why-we-content p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.why-we {
    padding: 50px 0;
    position: relative;
}

.why-we:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 240px;
    background-image: url(../img/home/logo-bg.webp);
    z-index: -1;
    background-position: right;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991.98px) {
    .why-we:after,
    section.faq-sec .left-side:after {
        display: none;
    }

    section.section-ten {
        overflow: hidden;
    }
}

/* section 10 end */


/* section-eleven-start */
section.section-eleven {
    background: #000b18;
    padding-bottom: 60px;
    padding-top: 0px;
}

.zoom-card-main {
}

.zoom-card {
    position: relative;
    /* height: 120vh; */
    /* opacity: 0; */
    transition: opacity 1s ease-out;
    scroll-snap-align: start;
    /* margin-top: 50px;*/
    margin-bottom: 50px;
}

.zoom-image {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 75%; */
    height: 100%;
    font-size: 2rem;
    color: white;
    transition:
        transform 1s ease,
        opacity 1s ease;
    margin-top: 50px;
}

.caption {
    position: absolute;
    color: white;
    font-size: 3rem;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.zoomed {
    opacity: 1;
}

/* Special zoom for section1 text */
#Case2.zoomed .zoom-image {
    transform: scale(6.5);
    opacity: 1;
}

/* Zoom effect for image sections */
.zoom-image.zoomed {
    transform: scale(1);
    opacity: 1;
}

.zoom-number {
    font-size: 130px;
    font-weight: 800;
    color: #0263ff;
    margin-top: -40px;
    text-align: center;
}

.zoom-image h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 147%;
}

.zoom-image h4 {
    font-size: 20px;
    margin-top: 15px;
}

.zoom-card-text h4 span {
    color: #fff;
    border-bottom: 4px solid #0263ff;
}

.zoom-image p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 147%;
    margin-top: 10px;
}

.zoom-image li {
    font-size: 16px;
    margin-left: 15px;
    padding: 5px 0px;
}

.zoom-image ul {
    list-style-type: disc;
    margin-top: 10px;
}

ul.zoom-card-ul {
    border-radius: 10px;
    border: 1px solid var(--Primary-Color, #0263ff);
    background: var(--Primary-Color, #0263ff);
    padding: 20px;
}

.zoom-card-img img {
    width: 100%;
    min-height: 830px;
    object-fit: cover;
    border-radius: 15px;
}

.zoom-image h2 {
    font-size: 60px;
    color: #0263ff;
}

div#Case2 {
    overflow: hidden;
}

.zoom-card-text {
    padding: 0px 20px;
}

@media (min-width: 1440.98px) and (max-width: 2560.98px) {
    .zoom-card-img img {
        width: 100%;
        min-height: auto;
        object-fit: none;
        border-radius: 15px;
        height: 80%;
    }
}

@media (max-width: 991.98px) {
    /* .zoom-card {
    height: 200vh;
  } */

    .zoom-image h2 {
        font-size: 35px;
        text-align: center;
    }

    .zoom-card {
        position: relative;
        height: 100% !important;
        opacity: 1 !important;
        transition: opacity 1s ease-out;
        scroll-snap-align: start;
        margin-top: 50px;
    }

    .zoom-image {
        display: block;
        margin-top: 30px;
    }

    section.section-eleven {
        padding-bottom: 20px;
    }

    .zoom-number {
        margin-top: 0px;
    }

    .zoom-card-img img {
        min-height: 100%;
    }

    section.cta-crypto-exchange.cta3-crypto-exchange {
        background-image: none;
        background-color: #0263ff;
        margin-top: 0 !important;
    }
}

/* section-eleven-end */

/* crypto cta start  */
.crypto-cta {
    background: #1b223c !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 80px 0px !important;
}

.crypto-cta::after {
    position: absolute;
    top: -20px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    content: "";
    background: url("../img/crypto-exchange/crypto-cta.webp") !important;
    z-index: -1;
    background-size: 100% 100% !important;
}

.crypto-cta h2 {
    max-width: 700px !important;
}

.crypto-cta p {
    color: #fff;
    max-width: 600px !important;
}

.crypto-cta span.blu {
    color: #0263ff;
}

.crypto-cta a {
    width: fit-content !important;
}

@media (max-width: 991.98px) {
    .crypto-cta p {
        margin: 0 auto;
    }

    .crypto-cta::after {
        display: none;
    }

    .crypto-cta {
        text-align: center;
    }

    .crypto-cta-btn,
    .crypto-cta-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
}

/* crypto cta end */


/* section-sixteen-start  */
section.section-sixteen {
    background: #000000;
}

section.section-sixteen .heading,
section.section-sixteen .heading h2 {
    color: #fff;
}

section.section-sixteen .tabs {
    padding: 10px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

section.section-sixteen .tab-button {
    padding: 10px 30px;
    cursor: pointer;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    font-weight: bold;
    transition: 0.3s;
    color: #aeaeae;
    font-size: 18px;
    white-space: nowrap;
}

section.section-sixteen .tab-button.active {
    color: #fff;
    border-radius: 8px;
    background: #0263ff;
    box-shadow: 0px 6px 36px 0px rgba(181, 194, 251, 0.1);
    border: 0.5px solid #fff;
    border-bottom: none;
}

section.section-sixteen .tab-content {
    display: none;
}

section.section-sixteen .tab-content.active {
    display: block;
    padding: 10px 0;
}

section.section-sixteen .tab-content {
    display: none;
    padding: 10px;
    border: none;
    margin-top: -1px;
}

.features-crad-heading {
    padding: 40px 0px 40px 40px;
}

.features-crad {
    border-radius: 18.288px;
    overflow: hidden;
    margin-top: 30px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.features-crad::before {
    content: "";
    bottom: 0px;
    right: 0%;
    position: absolute;
    width: 50px;
    height: 100%;
    background: linear-gradient(270deg, #000 20.65%, rgba(0, 0, 0, 0) 96.39%);
    z-index: 2;
}

.features-crad:hover {
    background: #0263ff;
}

.features-crad:hover::before {
    display: none;
}

.features-crad h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.features-crad p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.592px;
}

.features-crad-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features-crad-img {
    padding-top: 40px;
}

.features-crad .row > * {
    padding: 0px;
}

@media (max-width: 767.98px) {
    section.section-sixteen .tabs {
        justify-content: flex-start;
        overflow: scroll;
    }

    .features-crad-img,
    .features-crad::before {
        display: none;
    }

    .features-crad-heading {
        padding: 15px 20px;
    }

    section.section-sixteen .features-crad::before {
        display: none;
    }

    section.section-sixteen {
        padding: 60px 0;
    }
}

/* section-sixteen-end  */
/* section.twenty-seven-start*/
.twenty-seven-card {
    text-align: center;
    width: 200px;
    height: 200px;
}

.twenty-seven-card h4 {
    color: #ffffff;
    font-size: 23.876px !important;
    font-weight: 900;
    padding: 0px;
    margin: 0px !important;
    transition-timing-function: linear;
}

.twenty-seven-card {
    transition: all 0.5s ease-in-out;
}

.twenty-seven-card:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 0.5s ease-in-out;
}

.twenty-seven-card h4 {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.twenty-seven-card:hover h4 {
    opacity: 0;
}

.twenty-seven-card-main {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 40px;
    justify-content: center !important;
}

.twenty-seven-card-image img {
    width: 100px;
    height: 100px;
}

.twenty-seven-card-contain-width {
    background-image: url(../img/exhange-live-cta/bg-cta27.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 50px 20px 50px;
    border-radius: 15px;
    margin: 10px 20px;
}

.twenty-seven-card2 h4 {
    color: #ffffff;
    font-size: 43px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.496px;
    text-align: start !important;
}

.twenty-seven-card2-button {
    border-radius: 9px;
    background: #fff;
    box-shadow: 2px 3px 3.2px 0px rgba(0, 0, 0, 0.41) inset;
    padding: 5px 20px;
    width: 82%;
}

.twenty-seven-card2-button h5 {
    background: var(
        --Icon-Clor-gradient,
        linear-gradient(89deg, #0460e9 48.05%, #0ab9f8 128.7%)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight: 700;
}

.cta-tw-seven {
    display: flex;
    justify-content: center;
    align-items: center;
}

.twenty-bg {
    background-color: #000b18;
}

@media (min-width: 1199.98px) and (max-width: 1999.98px) {
    .contain-width.twenty-seven-card-contain-width {
        max-width: 1300px !important;
        margin: 0 auto;
    }
}

@media (max-width: 991.98px) {
    .twenty-seven-btn {
        text-align: center;
    }

    .twenty-seven-card2-button {
        /* width: 100%; */
        width: 300px;
        margin: 0 auto;
    }

    .twenty-seven-card2 h4 {
        text-align: center !important;
        font-size: 35px !important;
        line-height: 47px;
        margin-top: 30px !important;
    }

    .twenty-seven-card2-button h5 {
        font-size: 20px !important;
        text-align: center;
    }

    .contain-width.twenty-seven-card-contain-width .row {
        flex-direction: column-reverse !important;
    }
}

@media (max-width: 767.98px) {
    .twenty-seven-card {
        width: 130px !important;
    }

    .twenty-seven-card-contain-width {
        padding: 40px 15px;
    }
}

@media (max-width: 1199.98px) {
    .twenty-seven-card {
        width: 160px;
    }

    .contain-width.twenty-seven-card-contain-width {
        flex-direction: column-reverse !important;
    }

    .twenty-seven-card-main {
        gap: 10px;
        width: 100% !important;
    }

    .twenty-seven-card-main2 {
        width: 100% !important;
    }
}

/* section.twenty-seven-end*/

/* section-seventeen-start */
.section-seventeen-img {
    text-align: center;
    /* padding-top: 50px; */
}

section.section-seventeen {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

section.section-seventeen::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 600px;
    background-image: url(../img/binance/screen-shots-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 225px;
    opacity: 0.8;
}

section.section-seventeen.crypto-seventeen::before {
    top: 307px;
}

@media (max-width: 768.98px) {
    .section-seventeen-img {
        padding-top: 20px;
    }

    section.section-seventeen::before {
        opacity: 0.2;
    }
}

/* section-seventeen-end */

/* section-five-start */
.Why-Choose-us.developement-features-of-firm {
    padding: 40px 0px;
}

.Why-Choose-us {
    position: relative;
    padding-bottom: 0px;
}

.Why-Choose-us.developement-features-of-firm .contain-width {
    align-items: flex-start;
}

.Why-Choose-us .contain-width {
    position: relative;
    z-index: 99;
}

.Why-Choose-us.developement-features-of-firm .wcu-right {
    padding-right: 60px;
    position: sticky;
    top: 0;
}

.Why-Choose-us.developement-features-of-firm .wcu-right p {
    text-align: left;
}

.Why-Choose-us.developement-features-of-firm h2 {
    text-align: left;
}

.Why-Choose-us.developement-features-of-firm .wcu-right p {
    text-align: left;
}

.wcu-right p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}

.Why-Choose-us.developement-features-of-firm .wcu-right .wcu-right-img {
    margin-top: 5px;
    padding-left: 0;
}

.wcu-right-img {
    text-align: left;
}

.Why-Choose-us.developement-features-of-firm .wcu-right .wcu-right-img img {
    width: 100%;
    height: 100%;
}

.wcu-left-inner {
    padding: 40px;
    border-radius: 25px;
    background: rgba(213, 240, 252, 1);
}

.wcu-left-inner-2 {
    overflow: auto;
    padding: 10px;
}

.wcu-left-inner-most:first-child {
    margin-top: 0px;
}

.wcu-left-inner-most {
    padding: 25px;
    border-radius: 25px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
}

.wcu-left-inner-most,
.profit-revenue-model-content-inner-list,
.various-types-of-crypto-right-inner-cent-decentr {
    border: 0.5px solid #fff;
}

.wcu-left-inner-most h3 {
    font-size: 24px !important;
    text-align: center;
}

.wcu-left-inner-most p {
    text-align: center;
    font-size: 16px;
}

.wcu-img-wcu-right.game-changer-four-logo-absolute-content .badge-inner:hover,
.wcu-left-inner-most:hover,
.profit-revenue-model-content-inner-list:hover,
.various-types-of-crypto-right-inner-cent-decentr:hover {
    border: 0.5px solid rgba(4, 99, 233, 1);
    transition: all 0.3s ease-in-out;
}

.Why-Choose-us.developement-features-of-firm p a {
    background: -webkit-linear-gradient(56deg, #0460e9, #0ab9f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991.98px) {
    .Why-Choose-us {
        padding-bottom: 30px;
    }

    .Why-Choose-us.developement-features-of-firm h2,
    .Why-Choose-us.developement-features-of-firm .wcu-right p,
    .Why-Choose-us.developement-features-of-firm .banner-button {
        text-align: left !important;
    }
}

@media (max-width: 767.98px) {
    .Why-Choose-us {
        padding-top: 30px;
    }

    .Why-Choose-us.developement-features-of-firm .wcu-right {
        position: relative;
    }

    .wcu-left-inner-2 {
        height: 800px;
        overflow: auto;
        padding: 0;
    }

    .wcu-left-inner-most {
        padding: 15px;
        border-radius: 15px;
        gap: 20px;
        margin-top: 40px;
    }
}

@media (max-width: 1199.98px) {
    .Why-Choose-us.developement-features-of-firm .wcu-right .wcu-right-img {
        padding-left: 0;
        margin: 30px 0;
    }

    .Why-Choose-us.developement-features-of-firm .wcu-right .wcu-right-img img {
        min-height: auto !important;
        height: auto !important;
        width: 80% !important;
    }

    .wcu-left-inner {
        padding: 15px;
    }
}

/* section-five-end */



/* section-thirty-two-start */
section.section-thirty-two {
    padding-top: 60px;
    position: relative;
    z-index: 1;
}

section.section-thirty-two::before {
    content: "";
    position: absolute;
    top: 60px;
    width: 100%;
    height: 240px;
    background-image: url(../img/home/thirty-two-bg.webp);
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
}

section.section-thirty-two .head-text {
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
}

section.section-thirty-two .heading p {
    max-width: 550px;
    margin: 0 auto;
}

.design-process-main {
    padding: 40px 20px;
    border-radius: 16px;
    background: #edf4f3;
    overflow: hidden;
    height: 350px;
}

.design-process-main-img {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.design-process-main-img-card-img img {
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.design-process-main-img-card {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: self-start;
    gap: 15px;
}

.gtco-testimonials .owl-item.active.center p,
.gtco-testimonials .owl-item.active.center span {
    color: #fff !important;
}

.design-process-main-name-text {
    /* background: #126bfb; */
    /* padding: 16px; */
    border-radius: 50px;
    /* width: 50px;
    height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.gtco-testimonials .owl-item.active.center .design-process-main-name-text {
    background: #fff;
    color: #126bfb;
}

.design-process-main-img-card-heading p {
    color: #000 !important;
    font-size: 26px;
    font-weight: 600;
}

.design-process-main-img-card-heading span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.design-process-main-text {
    /* padding: 20px; */
    color: #000;
    position: relative;
    z-index: 2;
    padding-top: 20px;
}

.design-process-main-text p {
    font-size: 16px !important;
    color: #000 !important;
}

.gtco-testimonials {
    position: relative;
    height: 500px;
}

.gtco-testimonials .owl-carousel .owl-stage {
    display: flex;
    gap: 30px;
}

.gtco-testimonials .owl-nav button img {
    /* transform: rotate(180deg); */
    width: 60px;
}

.gtco-testimonials .owl-nav button.owl-next img {
    transform: rotate(180deg);
    width: 60px;
}

.gtco-testimonials .owl-carousel .owl-nav button.owl-prev,
.gtco-testimonials .owl-carousel .owl-nav button.owl-next {
    background: transparent !important;
    margin: 40px 15px;
}

.gtco-testimonials .owl-nav {
    text-align: center;
}

.gtco-testimonials .owl-stage-outer {
    padding: 20px 0;
}

.gtco-testimonials .owl-theme .owl-nav {
    margin-top: 0;
}

.gtco-testimonials .owl-nav {
    display: block;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #01b0f8;
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: #01b0f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .active {
    /* opacity: 0.8; */
    transition: all 0.3s;
    /* margin: 20px 0px; */
}

.gtco-testimonials .center {
    opacity: 1;
    /* margin: 20px; */
    border-radius: 24px;
}

.gtco-testimonials .owl-item.active.center .design-process-main::after {
    opacity: 1;
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
    margin: inherit;
    border-radius: 15.103px;
    /* box-shadow: 3px 5px 49.1px 11px rgba(7, 164, 221, 0.49); */
    /* background: #ECEBFD; */
    background: #126bfb;
    /* top: 10px; */
    width: 100%;
    /* height: 240px; */
    background-image: url(../img/home/desig-color3.png);
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
}

.gtco-testimonials .owl-item.active.center .design-process-main::before {
    display: none;
}

.design-process-main::before {
    content: "";
    position: absolute;
    top: 10px;
    width: 100%;
    height: 100%;
    background-image: url(../img/home/desig-color1.png);
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
        height: 100%;
    }

    .gtco-testimonials .center {
        margin: 0px;
    }

    .gtco-testimonials .owl-nav {
        position: relative;
        top: 0rem;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .design-process-main {
        height: 414px;
    }

    .gtco-testimonials .owl-carousel .owl-stage {
        gap: 10px;
    }
}

@media (min-width: 991.98px) and (max-width: 1200.98px) {
    .design-process-main {
        height: 400px;
    }
}

.owl-carousel1 .owl-nav button.owl-next,
.owl-carousel1 .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel1 button.owl-dot {
    outline: 0;
}

/* section-thirty-two-end */

/* entrepreneur css start */
section.entrepreneur{
    padding-bottom: 60px;
}
section.entrepreneur .heading{
    max-width: none;
}
.entrepreneur-box {
    border-radius: 14.4px;
    background: linear-gradient(0deg, #F0F7FF 0%, #F0F7FF 100%);
    padding: 40px;
    height: 100%;
    transition: transform 0.4s ease;
}
.entrepreneur-box:hover {
        transform: scale(1.05);
}
.entrepreneur .row{
    row-gap: 25px;
}
.entrepreneur-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.entrepreneur-box p {
    font-size: 16px;
}



/* use case setion start  */

.use-case {
  padding-top: 80px;
  padding-bottom: 80px;
}

.use-case-card {
  padding: 25px 20px;
  background: rgba(255, 255, 255, 0.08);
  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);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.use-case-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.123) 0%,
      rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  opacity: 0;
  transition:
    width 0.6s ease,
    height 0.6s ease,
    opacity 0.6s ease;
    z-index: -1;
}

.use-case-card:hover {
  transform: scale(1.05);
}

.use-case-card:hover::before {
  width: 250%;
  height: 250%;
  opacity: 1;
}

.use-case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(154deg, rgba(255, 255, 255, 0.384) 0%, transparent 40%, transparent 90%, rgba(255, 255, 255, 0.349) 100%);
  mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  mask-composite: exclude;
  pointer-events: none;
}

.use-case-img {
  padding: 10px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 10px;
  box-shadow: inset -3px -4px 8px 0px rgba(255, 255, 255, 0.08), -5px 0px 20px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.use-case-img:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(154deg, rgba(255, 255, 255, 0.384) 0%, transparent 40%, transparent 90%, rgba(255, 255, 255, 0.349) 100%);
  mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  mask-composite: exclude;
  pointer-events: none;
}

.use-case-card:hover .use-case-img {
  background:rgb(255 255 255);
}

.use-case-card h3 {
  font-size: 24px;
  color: #000;
}

.use-case-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

div#use-case-contain {
  justify-content: center;
  row-gap: 30px;
}

@media (max-width: 768.98px) {
  .use-case {
    padding-top: 30px;
    padding-bottom: 30px;
  }

}

/* use case setion end  */