/* section-one start  */
section.section-one label{
  color: #0263ff;
  font-size: 24px;
font-weight: 600;
margin-bottom: 10px;
}
.awards-inner {
    display: flex;
    justify-content: space-evenly;
    margin: 50px 0;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
.award-badge img{
  border-radius: 12.8px;
  border: 0.503px solid rgba(2, 99, 255, 0.25);
  background: rgba(255, 255, 255, 0.10);
  padding: 15px;
}
/* section-one end  */

section.proven-result{
  padding-bottom: 60px;
}

/* 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: 8px;
    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 h3 {
    color: #0263ff !important;
}

.card-1 h3 {
    font-size: 22px;
    font-weight: 700;
    min-height: 40px;
}

.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 h3 {
    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;
    }
}


/* 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("../images/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;
}

.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;
}

/* add on cards end  */

/* section 2 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;
    padding-bottom: 60px;
}
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: #fff;
    border-radius: 0 0 58px 58px;
}

.section-nineteen-trader-header {
    background: #fe8c8e;
    color: #fff;
    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;
    justify-content: 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 */



/* core featues start  */
.core-features h3 {
    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 h3 {
    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("../images/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 h3 {
        color: #000;
        font-size: 16px;
    }

    .user-content-container,
    .scroll-bar-core-feature {
        display: none;
    }
}

/* core features end  */


/* section-twenty-start */
.section-twenty {
    padding: 90px 0;
    background: linear-gradient(179deg, #000b18 6.36%, #000 22.01%);
    position: relative;
    overflow: hidden;
    /* margin-top: 40px; */
}

.section-twenty::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 40px 40px;
}

.section-twenty-wrapper {
    position: relative;
    background: radial-gradient(
        circle at top center,
        rgba(14, 43, 65, 0.95) 0%,
        rgba(7, 11, 32, 0.98) 35%,
        #02040f 75%,
        #000000 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 120px 60px;
    overflow: hidden;
    z-index: 2;
}

.section-twenty-corner {
    position: absolute;
    width: 28px;
    height: 28px;
    z-index: 2;
}

.section-twenty-top-left {
    top: 0;
    left: 0;
    border-top: 2px solid #b39e82;
    border-left: 2px solid #8fc7e0;
}

.section-twenty-top-right {
    top: 0;
    right: 0;
    border-top: 2px solid #b39e82;
    border-right: 2px solid #8fc7e0;
}

.section-twenty-bottom-left {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #b39e82;
    border-left: 2px solid #8fc7e0;
}

.section-twenty-bottom-right {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #b39e82;
    border-right: 2px solid #8fc7e0;
}

.section-twenty-content {
    text-align: center;
    padding-right: 40px;
}

.section-twenty-icon {
    margin-bottom: 28px;
}

.section-twenty-icon img {
    max-width: 100%;
    object-fit: contain;
}

.section-twenty-content h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    margin-bottom: 18px;
}

.section-twenty-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
}

.section-twenty-form-box {
    padding-left: 30px;
}

.section-twenty-form-group {
    margin-bottom: 18px;
}

.section-twenty-form-group input {
    width: 100%;
    height: 60px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 0 20px;
    color: #fff !important;
    font-size: 18px !important;
    outline: none;
    transition: 0.3s ease;
}

.section-twenty-form-group input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.section-twenty-form-group input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 12px rgba(13, 110, 253, 0.2);
}

.section-twenty-contact-wrapper {
    display: flex;
    align-items: center;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    transition: 0.3s ease;
}

.section-twenty-contact-wrapper:focus-within {
    border-color: #0d6efd;
    box-shadow: 0 0 12px rgba(13, 110, 253, 0.15);
}

.section-twenty-contact-left {
    width: 80px;
    min-width: 80px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.section-twenty-contact-left img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

.section-twenty-contact-left select {
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px;
    position: relative;
    z-index: 3;
}

.section-twenty-contact-left select option {
    color: #fff;
    font-size: 14px;
    background: #0b1023;
    text-indent: 0;
}

.section-twenty-contact-left::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
    z-index: 4;
}

.section-twenty-contact-right {
    flex: 1;
    height: 100%;
}

.section-twenty-contact-right input {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    outline: none;
}

.section-twenty-contact-right input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.section-twenty-btn {
    min-width: 240px;
    height: 58px;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
    border-radius: 10px;
    background: #0070f5;
    box-shadow:
        0 2px 2px rgba(0, 0, 0, 0.5),
        0 0 16px rgba(0, 84, 184, 0.32);
}

.section-twenty-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.3);
}

@media (max-width: 767px) {
    .section-twenty {
        padding: 50px 0;
    }

    .section-twenty-wrapper {
        padding: 60px 20px;
    }

    .section-twenty-content h2 {
        font-size: 28px;
    }

    .section-twenty-form-group input {
        height: 55px;
        font-size: 14px;
    }

    .section-twenty-contact-wrapper {
        height: 55px;
    }

    .section-twenty-btn {
        width: 100%;
        min-width: 100%;
        height: 54px;
    }

    .section-twenty-form-box {
        padding-left: 0px;
        padding-top: 30px;
    }

    .section-twenty-content {
        padding-right: 0px;
    }
}

/* section-twenty-end */



/* section user-dashboard start */

.dsh-img img {
    border-radius: 20px;
    object-fit: contain;
}

.logo-dsh {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.user-dashbox:hover .logo-dsh path {
    fill: url(home.css#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-twelve-start */
section.section-twelve {
  padding-bottom: 50px;
}

section.section-twelve h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

section.section-twelve h3 {
  font-size: 23px;
  font-weight: 600;
  min-height: 58px;
}

section.section-twelve p {
  font-size: 16px;
}

.section-twelve-number {
  /* color: rgba(0, 0, 0, 0.12); */
  color: #afc7ed;
  font-size: 150.846px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 11.142px;
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  top: -50px;
  z-index: -1;
}

.section-twelve-box {
  position: relative;
  z-index: 1;
}

.section-twelve-img img {
  width: 100%;
}

.gtco-testimonials-two .owl-carousel .owl-item img {
  width: 100% !important;
  height: auto;
}

.gtco-testimonials-two .owl-nav button img {
  /* transform: rotate(180deg); */
  width: 60px;
}

.gtco-testimonials-two .owl-nav button.owl-next img {
  transform: rotate(180deg);
}

.gtco-testimonials-two .owl-nav {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  section.section-twelve h2 {
    font-size: 24px;
  }

  section.section-twelve h3 {
    font-size: 20px;
    min-height: 0;
  }

  section.section-twelve p {
    font-size: 16px;
  }

  .section-twelve-img img {
    /* height: 100px; */
    object-fit: cover;
    border-radius: 10px;
  }

  .gtco-testimonials-two .owl-nav {
    margin-top: 10px;
  }
}

@media (max-width: 1399.98px) {
  .gtco-testimonials-two button {
    margin: 0 20px;
  }
}

@media (min-width: 1399.98px) and (max-width: 2700.98px) {
  .section-twelve-card {
    padding: 5px;
    height: 340px !important;
  }

  section.section-twelve h3 {
    max-width: 180px;
  }

  .gtco-testimonials-two button.owl-prev {
    position: absolute;
    left: -70px;
    top: 330px;
  }

  .gtco-testimonials-two button.owl-next {
    position: absolute;
    right: -70px;
    top: 330px;
  }

  .gtco-testimonials-two .owl-nav {
    margin-top: 0px;
  }
}

@media (min-width: 768.98px) and (max-width: 1199.98px) {
  .swiper {
    height: 90vh;
  }
    .cta-crypto-img {
    display: none;
  }
}

@media (min-width: 1199.98px) and (max-width: 1399.98px) {
  .swiper {
    height: 700px;
  }

  .section-twelve-card {
    padding: 15px !important;
    height: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .section-twelve-card {
    margin: 10px;
    padding: 20px;
    transition: all 0.5s ease-in-out;
    height: 260px;
  }

  .section-twelve-card:hover {
    /* box-shadow: 3px 8px 22px rgb(0 0 0 / 40%); */
    border-radius: 18px;
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
}

/* section-twelve-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: 18px;
  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: 330px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.item .profitable.rose-bg {
  background: url(../images/rose-bg.webp);
}

.item .profitable.blue-bg {
  background: url(../images/blue-bg.webp);
}

.item .profitable.red-bg {
  background: url(../images/red-bg.webp);
}

.profitable-img {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.profitable strong {
  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;
}

/* caroseal secion end */

@media screen and (max-width: 767px) {
  section.section-five p.right-para {
    font-size: 18px;
  }

  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px !important;
  }

  section.section-five .heading h2 {
    margin-bottom: 20px;
  }
}

/* section 5 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(../images/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: 300px;
}

.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: 550px;
}

.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(../images/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(../images/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 */

section.bg-black {
  background: #000;
}
















/* cta start  */
.cta-crypto-exchange a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cta-crypto-exchange h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  /* max-width: 500px; */
  margin-bottom: 20px;
}

.cta3-crypto-exchange {
  background-image: url(../images/common-cta-bg-after.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 40px 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: 16px;
  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) {
  .cta-crypto-img {
    display: none;
  }

  .cta2-crypto-exchange {
    background: url(../images/cta-bg-crypto.webp);
  }
  .cta3-crypto-exchange{
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 576px) {
  .cta-crypto-exchange h2 {
    font-size: 30px;
  }

  .cta-crypto-exchange-button {
    flex-direction: column;
    margin-top: 20px;
  }
}

/* talk to expect btn */
.btn-flex {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.bg-btn a {
  border-radius: 8px;
  background: #0263ff;
  box-shadow: 2px 5px 7.2px 0px rgba(0, 0, 0, 0.44);
  padding: 12px 25px;
}

.border-btn a {
  border-radius: 8px;
  border: 2px solid #0263ff;
  background: none;
  color: #000;
  padding: 10px 20px;
}

.bg-btn {
  margin-top: 30px;
}

.btn-flex .bg-btn {
  margin-top: 0;
}

@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 ;
  } */
  .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;
  }
}

@media (min-width: 1440px) and (max-width: 2560.98px) {
  .cta-crypto-exchange h2 {
    max-width: 700px;
  }
  .cta-crypto-exchange p{
    font-size: 18px;
  }

  .cta-crypto-exchange img {
    right: 150px;
  }

  .cta-crypto-exchange h2 {
    font-size: 40px;
  }

}

/* cta3 end */

/* h1 font  */
section h1 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 20px;
  line-height: 1.1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section h1 {
    font-size: 58px;
  }
}

@media (max-width: 767.98px) {
  section h1 {
    font-size: 35px;
  }
}


















.splide__slide {
  padding-bottom: 70px;
}

/* section-nine start*/

.section-nine {
  padding: 60px 0;
}
.section-nine p {
  max-width: 800px;
  margin: 0 auto
}

/* section-nine end  */


@media (max-width: 680px) {
  .carousel3 {
    display: block !important;
  }

  .carousel3 .item {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }

  .section-twelve-number {
    font-size: 157px;
    top: -70px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199.98px) {
    section.bannersection-new {
        height: auto;
    }
}

@media screen and (max-width: 1199.98px) {
    .cta-crypto-exchange h2 {
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
    }
        .cta-crypto-exchange p {
        text-align: center;
    }
        .cta-crypto-exchange-button {
        justify-content: center;
        margin-bottom: 0 !important;
    }
}


/* 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;
}

.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: rgba(20, 20, 20, 0.466);
}

.use-case-card h3 {
  font-size: 24px;
}

.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  */



/* section.section-nineteen.achieve */
section.section-nineteen.achieve{
background: #f0f7ff;
}
section.section-nineteen.achieve .section-nineteen-admin-header,
section.section-nineteen.achieve .section-nineteen-trader-header,
section.section-nineteen.achieve .section-nineteen-feature-row:nth-child(odd){
  background: transparent;
  color: #000;
  border: none;
  text-align: left;
}
section.section-nineteen.achieve .section-nineteen-comparison-box{
  border: none;
  max-width: 85%;
  margin: 0 auto;

}
section.section-nineteen.achieve .section-nineteen-comparison-box,
section.section-nineteen.achieve .section-nineteen-comparison-column.section-nineteen-left{
  border: none;
}
section.section-nineteen.achieve .section-nineteen-feature-row{
padding: 20px 10px;
justify-content: flex-start;
}
section.section-nineteen.achieve .normal-view{
height: 500px;
}

@media (max-width: 768.98px) {
section.section-nineteen.achieve .normal-view{
display: none;
  }
}















