/* teck stack section start */
.Our-Tech-Stack-desktop {
    height: auto !important;
    padding-top: 0 !important;
    /* background: linear-gradient(136deg, #0f62f9, transparent 70%); */
    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;
    background-color: black;
    background: #fff;
    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 h3 {
    font-size: 18px !important;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    color: #000;
    text-align: left;
}

.common-for-four-section h3 {
    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 {
    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;
}
.eye-catching-left-inner.tablinks:last-child.active {
    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 {
    background: linear-gradient(
        91deg,
        rgb(216 234 255 / 53%) -8.24%,
        rgba(255, 255, 255, 0) 103.74%
    ) !important;
}

.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;
    transition: transform 0.4s ease;
}
.Tech-Stack:hover {
    transform: scale(1.1);
}

.Tech-Stack img {
    height: auto;
}

.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 h3 {
        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;
    }
}

/* teck stack section  end */

/*  stepper section start */
.step-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 1000px;
}

.step-number {
    font-size: 64px;
    font-weight: bold;
    color: #000;
    min-width: 80px;
    font-family: "Urbanist";
}

.step-box {
    max-width: 700px;
    line-height: 1.6;
}

.step-box h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.step-box p {
    color: #000;
    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: #fff;
}

.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: #fff;
}

.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: #fff;
    border-radius: 17px;
    padding: 20px 30px;
}

section.section-eight {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

section.section-eight:after {
    content: "";
    top: 0;
    left: 0%;
    position: absolute;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 37170400px;
    background: rgba(43, 127, 255, 0.07);
    filter: blur(120px);
}
section.section-eight:before {
    content: "";
    bottom: 0;
    right: 0%;
    position: absolute;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 37170400px;
    background: rgba(43, 127, 255, 0.07);
    filter: blur(120px);
}
section.section-eight h2 {
    max-width: 900px;
    margin: 0 auto;
}

.process-sec {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 70px;
}

.gradient-border.odd.last .step-box::after {
    display: none;
}

section.bg-black h2,
section.bg-black p,
section.bg-black .heading-sub {
    color: #fff;
}

section.section-eight p.para {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

@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%;
    }
}
@media screen and (max-width: 991.98px) {
    section.section-eight:after,
    section.section-eight:before {
        display: none;
    }
}
/*  stepper section end */

/* Cleient testimonal section-twenty-four-start */

.section-twenty-four {
    padding: 90px 0;
    background: #f0f7ff;
    overflow: hidden;
    position: relative;
}

.section-twenty-four-left {
    padding-left: 80px;
    position: relative;
    z-index: 5;
}

.section-twenty-four-subtitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #111827;
    margin-bottom: 20px;
}

.section-twenty-four-left h2 {
    font-size: 52px;
    line-height: 1.25;
    font-weight: 700;
    color: #111827;
    margin-bottom: 30px;
    max-width: 500px;
}

.section-twenty-four-nav {
    display: flex;
    align-items: center;
    gap: 14px;
}

.section-twenty-four-nav button {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 34px;
    background: rgba(2, 99, 255, 0.04);
    color: #0d6efd;
    font-size: 18px;
    transition: 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-twenty-four-nav button:hover {
    background: #0d6efd;
    color: #fff;
    transform: translateY(-3px);
}

.section-twenty-four-nav button:hover svg path {
    fill: #fff;
}

.section-twenty-four-slider {
    position: relative;
}

.section-twenty-four-slider::after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 300px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(237, 243, 251, 0) 0%,
        rgba(237, 243, 251, 0.95) 80%,
        rgba(237, 243, 251, 1) 100%
    );
    /* backdrop-filter: blur(2px); */
}

.section-twenty-four-item {
    background: #fff;
    padding: 38px;
    transition: 0.35s ease;
    min-height: 350px;
    position: relative;
    border-radius: 36px;
    margin: 0px 10px;
    box-shadow: 0 0 26.873px 0 rgba(0, 0, 0, 0.05);
}

.section-twenty-four-user {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}

.section-twenty-four-user img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.section-twenty-four-user h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 6px;
}

.section-twenty-four-user span {
    font-size: 16px;
    color: #555;
}

.section-twenty-four-item p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.section-twenty-four-slider .owl-stage {
    display: flex;
}

.section-twenty-four-slider .owl-item {
    height: auto;
    opacity: 0.45;
    transition: 0.35s ease;
}

.section-twenty-four-slider .owl-item.active.center {
    opacity: 1 !important;
}

.section-twenty-four-slider .owl-item.active {
    opacity: 1 !important;
}

.section-twenty-four-slider .owl-item.active .section-twenty-four-item {
    border: 1px solid #0263ff;
}

.design-process-main-name-text {
    background: #126bfb;
    padding: 16px;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

@media (max-width: 1399px) {
    .section-twenty-four-left h2 {
        font-size: 46px;
    }

    .section-twenty-four-slider::after {
        width: 180px;
    }
}

@media (max-width: 1199px) {
    .section-twenty-four {
        padding: 80px 0;
    }

    .section-twenty-four-left h2 {
        font-size: 40px;
    }

    .section-twenty-four-item {
        padding: 32px;
    }

    .section-twenty-four-item p {
        font-size: 16px;
    }
    .section-twenty-four-left {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .section-twenty-four {
        padding: 70px 0;
    }

    .section-twenty-four-left {
        padding-left: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .section-twenty-four-nav {
        justify-self: center;
    }

    .section-twenty-four-left h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .section-twenty-four-slider::after {
        width: 180px;
    }
    .section-twenty-four-subtitle {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .section-twenty-four {
        padding: 55px 0;
    }

    .section-twenty-four-left h2 {
        font-size: 30px;
        max-width: none;
    }

    .section-twenty-four-item {
        padding: 24px 20px;
        border-radius: 20px;
        min-height: 250px;
    }

    .section-twenty-four-user {
        gap: 14px;
        margin-bottom: 20px;
    }

    .section-twenty-four-user img {
        width: 60px;
        height: 60px;
    }

    .section-twenty-four-user h3 {
        font-size: 18px;
    }

    .section-twenty-four-user span {
        font-size: 13px;
    }

    .section-twenty-four-item p {
        font-size: 14px;
        line-height: 1.8;
    }

    .section-twenty-four-nav button {
        width: 46px;
        height: 46px;
        font-size: 16px;
    }

    .section-twenty-four-slider::after {
        display: none;
    }
    .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 15px;
    }
    .owl-nav button.owl-prev span,
    .owl-nav button.owl-next span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        font-size: 45px;
    }
    .owl-nav button {
        border: none;
        border-radius: 34px;
        background: rgba(2, 99, 255, 0.04) !important;
        color: #0d6efd !important;
        font-size: 18px;
        transition: 0.35s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-twenty-four-nav {
        display: none;
    }
}

@media (min-width: 1440px) and (max-width: 2560.98px) {
    .section-twenty-four-item{
        min-height: 320px;
    }
}
/* Cleient testimonal section-twenty-four-end */

/* faq css start */

.block-1 {
    padding: 0;
    background: rgb(255, 255, 255);
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 39px 40px 0 rgba(14, 7, 41, 0.07);
}
.block-1.coloured:last-child,
.tech-block {
    margin-bottom: 0;
}
.tech-block {
    padding-bottom: 10px;
}
.block-1 .accrd-panel-head,
.block-1 .crypto-accrd-panel-head {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    align-items: center;
    background:
        radial-gradient(
                circle at 100% 100%,
                #fff 0,
                #fff 11px,
                transparent 11px
            )
            0 0/14px 14px no-repeat,
        radial-gradient(circle at 0 100%, #fff 0, #fff 11px, transparent 11px)
            100% 0/14px 14px no-repeat,
        radial-gradient(circle at 100% 0, #fff 0, #fff 11px, transparent 11px) 0
            100%/14px 14px no-repeat,
        radial-gradient(circle at 0 0, #fff 0, #fff 11px, transparent 11px) 100%
            100%/14px 14px no-repeat,
        linear-gradient(#fff, #fff) 50% 50% / calc(100% - 6px) calc(100% - 28px)
            no-repeat,
        linear-gradient(#fff, #fff) 50% 50% / calc(100% - 28px) calc(100% - 6px)
            no-repeat,
        linear-gradient(350deg, transparent 0, rgba(2, 99, 255, 0.44) 100%)
            no-repeat;
    border-radius: 14px;
    box-sizing: content-box;
}
span.mp-icon {
    top: 0;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    color: #0263ff !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
}
.accrd-panel-head span.mp-icon i {
    transform: rotate(0) !important;
    transition: 0.4s ease-in-out;
    border-radius: 18px;
    color: #0263ff;
}
.FAQ-onl-bottom .accrd-panel-body {
    border-top: 1px solid #0a80eb;
}
.accrd-panel-head.active span.mp-icon i {
    transform: rotate(-180deg) !important;
}
.block-1 .accrd-panel-body,
.block-1 .crypto-accrd-panel-body {
    display: none;
    padding: 10px 15px;
    background-color: #fff;
}
.block-1.coloured {
    border-radius: 19.42px;
    border: 4.161px solid rgba(2, 99, 255, 0.44);
    background: #0263ff;
    box-shadow: 8px 11px 8.3px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-bottom: 10px;
}
.block-1.coloured .accrd-panel-body {
    background: #0263ff;
    color: #fff;
}
section.faq-sec h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
}
section.faq-sec p.para {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.faq-after {
    position: absolute;
    left: -100px;
}
.accrd-panel-head span {
    color: #000;
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
.accrd-panel-body p {
    color: #fff !important;
}
.block-1.coloured .accrd-panel-head span,
.up-arrow i {
    color: #0263ff;
}
.up-arrow {
    text-align: center;
    position: relative;
    bottom: 30px;
    cursor: pointer;
}
.up-arrow i {
    background: #fff;
    border: 6px solid #0263ff;
    padding: 10px;
    border-radius: 30px;
    font-size: 28px;
    width: 60px;
    height: 60px;
}
@media screen and (max-width: 991.98px) {
    section.faq-sec h3 {
        font-size: 45px;
        text-align: center;
    }
    section.faq-sec p.para {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }
    .accrd-panel-body p {
        font-size: 16px;
        color: #fff !important;
    }
    .faq-after,
    section.faq-sec .left-side:after {
        display: none;
    }
}

/* faq css 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("../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;
    overflow: hidden;
    background: #f0f7ff;
    border: 1px solid #0263ff17;
}

.acc-user {
    padding: 10px;
    margin-top: 20px;
}

@media (max-width: 991.98px) {
    .core-features h3 {
        color: #000;
        font-size: 18px;
    }

    .user-content-container,
    .scroll-bar-core-feature {
        display: none;
    }
}

/* core features end  */


/* section-seventeen-start */
.section-seventeen-img {
    text-align: center;
    /* padding-top: 50px; */
}

section.section-seventeen {
    /* position: relative;
    z-index: 1; */
    padding-bottom: 50px;
    background-image: url(../img/Common/screen-shots-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}

/* section.section-seventeen::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 600px;
    background-image: url(../img/Common/screen-shots-bg.png);
    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 */



/* 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;
  }
}

@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 css end  */