/* 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-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-eight-start */
.section-twenty-eight {
  position: relative;
  padding: 80px 0;
  background: transparent;
}

.section-twenty-eight-box {
  border-radius: 29px;
  background: var(--AX---new-theme, linear-gradient(142deg, #0263FF 0.94%, #3E87FD 48.61%, #0263FF 99.1%));
  padding: 50px 40px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.section-twenty-eight-box::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, .08);
  border-radius: 50%;
}

.section-twenty-eight-box::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, .06);
  border-radius: 50%;
}

.section-twenty-eight-title {
  position: relative;
  z-index: 2;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.section-twenty-eight-description {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
}
@media (max-width: 1199px) {
  .section-twenty-eight-box {
    padding: 40px 50px;
  }

  .section-twenty-eight-title {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .section-twenty-eight-box {
    padding: 35px 30px;
  }

  .section-twenty-eight-title {
    font-size: 24px;
  }

  .section-twenty-eight-description {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .section-twenty-eight {
    padding: 60px 0;
  }

  .section-twenty-eight-box {
    padding: 30px 20px;
    border-radius: 12px;
  }

  .section-twenty-eight-title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .section-twenty-eight-description {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (max-width: 575px) {
  .section-twenty-eight-title {
    font-size: 20px;
  }

  .section-twenty-eight-description {
    font-size: 13px;
  }
}

/* section-twenty-eight-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;
}

.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-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: 100px
}

.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%;
}

.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-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-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 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-seventeen-start */

.section-seventeen-img {
    position: relative;
      text-align: center;
}
.section-seventeen-img img {
    width: 80%;
}

section.section-seventeen {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.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.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-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;
    font-weight: 800;
    line-height: 1;
    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 h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    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 h3 {
        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 h3 {
        font-size: 18px;
        margin-bottom: 14px;
    }
}

/* section-twenty-three-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 h3 {
    color: #fff;
}

.section-twenty-two-card:hover p {
    color: #fff;
    opacity: 0.7;
}
.section-twenty-two-card:hover ul {
    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 h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

.section-twenty-two-card p {
    font-size: 14px;
    line-height: 1.9;
    color: #6b7280;
    margin: 0;
}
.section-twenty-two-card ul {
    font-size: 14px;
    line-height: 1.9;
    color: #6b7280;
    margin: 0;
    list-style-type: circle;
}

.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 h3 {
        font-size: 20px;
    }

    .section-twenty-two-card p {
        font-size: 14px;
    }
    .section-twenty-two-card ul {
    font-size: 14px;
    line-height: 1.9;
    color: #6b7280;
    margin: 0;
    }

    .section-twenty-two-image-box {
        display: none;
    }
}

/* section-twenty-two-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 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 */