:root {
    --ffly-dark-400: #212327;
    --ffly-light-l-150: #F3F7FC;
    --ffly-light-200: #F2F2F2;
    --ffly-light-500: #767B89;
    --ffly-light-400: #A2A7B0;
    --ffly-light-600: #5D616C;
    --ffly-light-300: #E5E6E8;
    --ffly-light-150: #FCFCFD;
    --ffly-link-blue: #2E90FA;
}

* {
    font-family: 'FireflyDisplay';
    font-weight: normal;
    font-style: normal;
    font-feature-settings: 'salt' on, 'ss01' on, 'ss03' on, 'ss04' on, 'liga' off;
}

.bold {
    font-weight: bold;
}

.medium {
    font-weight: 500;
}

/*all headings*/
.h1,
.h2,
.h4,
.h5,
.h6 {
    color: var(--ffly-dark-400);
    letter-spacing: -0.04em;
    font-style: normal;
    font-weight: bold;


}

.h1 {
    font-size: 56px;
    line-height: 64px;
}

.h2 {
    font-size: 32px;
    line-height: 36px;
}

.h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: var(--ffly-dark-400);
}

.white {
    color: var(--ffly-light-300);
}

.bar-sec .ve-roc {
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .h1 {
        font-size: 48px;
        line-height: 56px;
    }

    .h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .h3 {
        font-size: 18px;
        line-height: 22px;
    }


}

@media (max-width: 768px) {
    .h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .h2.hs {
        font-size: 22px;
        line-height: 24px;
    }

}

@media (max-width: 576px) {
    .h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .h2.hs {
        font-size: 20px;
    }

    .h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

/*all headings*/
a {
    color: var(--ffly-link-blue);
}

a:active,
a:focus,
a:hover,
a:hover:focus {
    color: var(--ffly-link-blue);
}

/*bar-sec*/
.bar-sec {
    background-color: #E6F0FF;
    margin-bottom: 96px;
    /*temp*/
    /*    padding: 0px;
    background-color: transparent;*/
    /*temp*/
}

.bar-sec a {
    color: var(--ffly-link-blue);
}

.bar-sec a span {
    font-feature-settings: 'ss03' on, 'ss04' on, 'ss01' on, 'salt' on, 'liga' off;
    font-weight: 500;
}

.bar-sec a:hover,
.bar-sec a:focus,
.bar-sec a:hover:focus {
    color: var(--ffly-link-blue) !important;
    opacity: 0.7;
}

/*bar-sec*/

/*banner*/
.banner {
    padding-top: 63px;
    color: var(--ffly-link-blue);
    background-color: var(--ffly-light-150);
}

.banner .bform {
    max-width: 380px;
    border: 1.5px solid var(--ffly-light-300);
    margin-bottom: 32px;
}

.banner .bform:hover,
.banner .bform:focus {
    border: 1.5px solid rgba(120, 120, 120, 0.2);
}

.banner .bform input {
    box-sizing: border-box;
    border-radius: 8px;
    background-color: transparent;
    padding: 10px 178px 10px 16px;
    width: 100%;
    font-weight: 500;
    border: 1px solid transparent;
    height: 45px;
    color: var(--ffly-dark-400);
    letter-spacing: -0.02em;
    font-size: 14px;
    line-height: 18px;
    caret-color: var(--ffly-link-blue);
}

.banner .bform input::placeholder {
    color: var(--ffly-light-600);
}

.banner .bform .cbtn {
    font-size: 14px;
    line-height: 18px;
    color: var(--ffly-dark-400);
    height: 44px;
    opacity: 1;
    display: flex;
    align-items: center;
}

.banner .bform .cbtn:hover,
.banner .bform .cbtn:focus,
.banner .bform .cbtn:hover:focus,
.banner .bform .cbtn:active {
    color: var(--ffly-light-600);
}

.cbtn:hover path,
.cbtn:focus,
.cbtn:hover:focus path {
    fill: var(--ffly-light-600);
}

.banner-social-icons li {
    margin-right: 8px;
}

.banner-social-icons li a {
    opacity: 1;
    height: 24px;
    width: 24px;
}

.banner-social-icons li a:hover path,
.banner-social-icons li a:focus path,
.banner-social-icons li a:hover:focus path {
    fill: var(--ffly-dark-400)
}

.banner-links.noform {
    margin-bottom: 64px;
}

.banner-links {
    display: flex;
    justify-content: center;
    gap: 16px;
    font-weight: 500;
    flex-wrap: wrap;
    margin-bottom: 24px;
    align-items: center;
}

.banner-links a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

/*banner*/
/* .show-on-sm{
    display: none;
} */

.banner .h1 {
    margin-bottom: 24px;
    font-feature-settings: 'salt' on, 'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on;
}

.banner p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 48px;
    letter-spacing: -0.01em;
    color: var(--ffly-light-600);
}

.banner .bform .cbtn {
    color: var(--ffly-dark-400);
}

.banner-social-icons {
    margin-bottom: 48px;
}

/*Live data boxes*/
.boxes-row {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 21px;
}

.boxes-row .box {
    display: inline-flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    font-feature-settings: 'salt' on, 'ss01' on, 'ss03' on, 'ss04' on, 'liga' off;
    color: #767B89;
    border-radius: 8px;
    position: relative;
    padding: 12px;
    gap: 12px;
    align-items: center;
}

.boxes-row .box .icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.boxes-row .box .lt-text {
    text-align: left;
}

.boxes-row .box.bg {
    background: #F6F6F6;
}

.boxes-row .box strong {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #212327;
    font-feature-settings: 'ss03' on, 'ss04' on, 'ss01' on, 'salt' on, 'liga' off;
}

.boxes-row .box .red {
    color: #EB5A5A;
    font-weight: 500;
}

.boxes-row .col-left {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
}

.boxes-row .box .col-right {
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.boxes-row .box .col-right div span:first-child {
    margin-right: 4px;
}

.boxes-row .box .col-right div {
    text-align: left;
}

.hbar {
    background-color: #E7E7E7;
    width: 1px;
    margin: 0px 24px;
}

/*live data boxes*/
@media (max-width: 1440px) {
    .exchange-sec img {
        max-width: 977px;
        width: auto;
    }

    .banner .container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .bar-sec {
        margin-bottom: 80px;
    }

    .exchange-sec .bg-sec {
        height: 354px;
    }

    .exchange-sec .bg-sec:before,
    .exchange-sec .bg-sec:after {
        width: 339px;
        height: 339px;
    }
}

@media (max-width: 1200px) {
    .exchange-sec img {
        max-width: 100%;
        width: auto;
    }
}

@media (max-width: 1040px) {
    .banner {
        padding-top: 52px;
    }
}

@media (max-width: 1024px) {
    .exchange-sec .bg-sec {
        height: 263px;
    }

    .exchange-sec .bg-sec:before,
    .exchange-sec .bg-sec:after {
        width: 331px;
        height: 331px;
    }

    .exchange-sec img {
        max-width: 721px;
    }

    .banner .container,
    .exchange-sec .container {
        max-width: 808px;
    }

    .banner .h1 {
        margin-bottom: 16px;
    }

    .banner p {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 32px;
    }

    .banner .bform {
        max-width: 304px;
    }

    .bar-sec {
        margin-bottom: 64px;
    }

    .banner .bform .cbtn {
        top: 1px;
    }
}

@media (max-width: 768px) {
    .banner-social-icons {
        margin-bottom: 32px;
    }

    .banner .container {
        padding-left: 15px;
        padding-right: 15px;

    }

    .bar-sec {
        margin-bottom: 56px;
    }

    .banner p {
        font-size: 18px;
        line-height: 20px;
    }

    .exchange-sec .bg-sec {
        height: 207px;
    }

    .exchange-sec img {
        max-width: 545px;
    }

    .exchange-sec .bg-sec:before,
    .exchange-sec .bg-sec:after {
        width: 131px;
        height: 131px;
    }
}


@media (max-width: 640px) {
    .banner {
        padding-top: 51px;
    }
}

@media (max-width: 576px) {
    .banner .bform {
        max-width: 343px;
        margin-bottom: 16px;
    }

    .banner .h1 {
        margin-bottom: 12px;
    }

    .banner p {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 24px;
    }

    .bar-sec {
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
        height: auto;
    }

    .bar-sec a {
        width: auto;
    }

    .bar-sec a svg {
        display: none;
    }

    .banner .container {
        position: relative;
        z-index: 2;
    }

    .banner-social-icons {
        margin-bottom: 20px;
    }

    .hide-on-sm {
        display: none;
    }

    /* .show-on-sm{
        display: block;
    } */
    .banner {
        position: relative;
        z-index: 3;
        background: linear-gradient(180deg, #FBFBFD 0%, #FFFFFF 100%, #F5F5F7 100%);
    }

    .banner img {
        margin-bottom: -7px;
        position: relative;
        z-index: 5;
    }

    .banner:before,
    .banner:after {
        content: '';
        width: 48%;
        height: 100%;
        z-index: 1;
        display: block;
        bottom: 0px;
        position: absolute;
    }

    .banner:before {
        left: 0px;
        background: #2E90FA;
        opacity: 0.1;
        /* opacity: 0.04; */
        filter: blur(200px);
    }

    .banner:after {
        right: 0px;
        background: #2E90FA;
        opacity: 0.1;
        /* opacity: 0.04; */
        filter: blur(180px);
        z-index: 1;
    }

    .banner-links.noform {
        margin-bottom: 20px;
    }

}

@media (max-width: 470px) {
    .banner .h1 {
        max-width: 294px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner p {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner .bform {
        max-width: 100%;
    }

}

@media (max-width: 297px) {
    .bar-sec {
        margin-bottom: 32px;
        height: auto;
        align-items: flex-start;
    }

    .bar-sec a {
        display: inline-block;
        max-width: 100%;
    }

    .bar-sec a svg {
        /* margin-left: 4px;
        position: absolute;
        right: 18px;
        bottom: -1px; */
    }
}

/*banner*/

/*Exchange sec*/
.exchange-sec:before {
    background-color: var(--ffly-light-150);
}

/*Exchange sec*/
/*logos-sec*/
.logos-sec {
    padding-top: 96px;
    padding-bottom: 72px;
    background-color: var(--ffly-light-l-150);
}

.logos-sec .h3 {
    color: var(--ffly-light-600);
}

.logos-sec .crow {
    padding-top: 48px;
    max-width: 1056px;
}

/*people*/
.logos-sec .people .col .trow .h5 {
    font-size: 16px;
    line-height: 20px;
    color: var(--ffly-dark-400);
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.logos-sec .people .col .trow {
    justify-content: center;
}

.logos-sec .people .col .trow .content {
    flex: 0 0 100%;
    text-align: center;
}

.logos-sec .crow {
    justify-content: center;
}

.logos-sec .people .col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.logos-sec .new-logos {
    gap: 32px;
}

.logos-sec .new-logos .ccol {
    display: inline-flex;
    max-width: 17.52%;
}

.logos-sec .new-logos .ccol img {
    position: relative;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/*people*/
.logos-sec .crow {
    padding-top: 48px;
}

.logos-sec .crow.people {
    padding-top: 48px;
}

.logos-sec a {
    color: var(--ffly-link-blue);
}

.logos-sec a:hover,
.logos-sec a:focus,
.logos-sec a:hover:focus,
.logos-sec a:hover:active {
    color: var(--ffly-link-blue);
    opacity: 0.7;
}

/*logos-sec*/
/*media query*/
@media (max-width: 1440px) {
    .logos-sec .crow {
        max-width: 977px;
    }

    .logos-sec.all-investors .container {
        width: 96.189%;
    }

    .logos-sec .new-logos {
        gap: 24px;
    }

    .logos-sec {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .logos-sec .people .col .trow {
        margin-bottom: 0px;
    }

    .logos-sec .crow {
        padding-top: 80px;
    }

}

@media (max-width: 1024px) {
    .logos-sec .people .col.norm-link {
        margin-top: 48px;
    }

    .logos-sec .crow {
        max-width: 721px;
    }

    .logos-sec .crow .ccol {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 224.33px;
        height: 100px;
        border: 1px solid var(--ffly-light-300);
        border-radius: 24px;
        margin-bottom: 0px;
    }

    .logos-sec .crow .ccol.half {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 348.5px;
    }

    .logos-sec .crow.people {
        gap: 24px;
    }

    .logos-sec .people .col {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 162.5px;
    }

    .logos-sec .people .col.norm-link {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .logos-sec {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .logos-sec .people .col .trow {
        margin-bottom: 0px;
    }

    .logos-sec .crow {
        padding-top: 64px;
    }
}

@media (max-width: 780px) {
    .logos-sec.all-investors .container {
        padding-left: 7px;
        padding-right: 7px;
    }
}


@media (max-width: 768px) {
    .logos-sec .crow {
        max-width: 545px;
    }

    .logos-sec .crow .ccol {
        max-width: 160px;
        height: 80px;
    }

    .logos-sec .crow .ccol.half {
        max-width: 258.5px;
    }

    .logos-sec .people .col {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 264px;
    }

    .logos-sec .crow.people {
        gap: 16px;
    }

    .logos-sec .people .col {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 264px;
    }

    .logos-sec .h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .logos-sec .crow {
        padding-top: 24px;
    }

    .logos-sec .crow.people {
        padding-top: 24px;
        padding-left: 0px;
    }

    .logos-sec {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .logos-sec .people .col .trow {
        margin-bottom: 0px;
    }

    .logos-sec .crow {
        padding-top: 56px;
    }
}

@media (max-width: 576px) {
    .logos-sec .crow {
        max-width: 288px;
    }

    .logos-sec .new-logos {
        gap: 8px;
    }

    .logos-sec .crow .ccol {
        max-width: 100%;
        height: 100px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .logos-sec .crow .ccol.half {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .logos-sec .people .col {
        max-width: 135px;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
    }

    .logos-sec {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .logos-sec .people .col .trow {
        margin-bottom: 0px;
    }

    .logos-sec .crow {
        padding-top: 32px;
    }
}

@media (max-width: 305px) {
    .logos-sec .people .col {
        max-width: 140px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

/*media query*/

/*3-col-sec*/
.three-col-sec .col-sm-12 {
    max-width: 1120px;
    margin: auto;
    /* border-bottom: 0px solid var(--ffly-light-200); */
    padding-bottom: 20px;
}
.three-col-sec .row{
    max-width: 1055px;
    margin: auto;
}

.three-col-sec {
    border: 0px;
    padding-top: 74px;
}

.three-col-sec .col {
    width: 50%;
    max-width: 311px;
    padding: 0px;
}

.three-col-sec .trow .h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: var(--ffly-dark-400);
    margin-bottom: 80px;

}

.three-col-sec .col .icon {
    background-color: transparent;
    width: 64px;
    height: 64px;
    border-radius: 0%;
}

.three-col-sec .col .h2 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 24px;
    color: var(--ffly-dark-400);
    margin-bottom: 16px;
}

.three-col-sec .col p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: var(--ffly-light-600);
    max-width: 100%;
    margin: auto;
    margin-bottom: 32px;
}

.three-col-sec .col p .icons {
    display: inline-flex;
    vertical-align: bottom;
}

.three-col-sec .col a,
.api-sec .col-2 a {
    color: var(--ffly-link-blue);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.three-col-sec .col a:hover,
.three-col-sec .col a:focus,
.three-col-sec .col a:hover:focus,

.api-sec .col-2 a:hover,
.api-sec .col-2 a:focus,
.api-sec .col-2 a:hover,
.api-sec .col-2 a:hover:focus {
    opacity: 0.7;
}

.sm-bar {
    max-width: 1056px;
    width: 100%;
    background-color: var(--ffly-light-200);
    height: 1px;
    margin: auto;
}

/*media queries*/
.three-col-sec .crow {
    gap: 32px;
}

@media (max-width: 1440px) {
    .three-col-sec .crow {
        gap: 8px;
    }

    .three-col-sec .col-sm-12 {
        padding-bottom: 32px;
    }

    .three-col-sec .container {
        width: 95.189%;
    }

    .three-col-sec .col-sm-12 {
        max-width: 977px;
    }

    .sm-bar {
        max-width: 977px;
    }
}

@media (max-width: 1024px) {

    .three-col-sec .crow {
        flex-direction: column;
        gap: 32px;
    }

    .three-col-sec .container {
        width: 100%;
        padding: 7px;
    }

    .three-col-sec .col {
        margin: auto;
        width: 100%;

    }

    .sm-bar {
        max-width: 721px;
    }

    .three-col-sec .col-sm-12 {
        padding-bottom: 64px;
    }
}

@media (max-width: 990px) {
    .three-col-sec {
        padding-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .sm-bar {
        max-width: 96.75%;
    }
}

@media (max-width: 576px) {
    .three-col-sec {
        padding-bottom: 0px;
        padding-top: 25px;
    }

    .three-col-sec .col-sm-12 {
        padding-bottom: 50px;
    }

    .three-col-sec .trow .h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .three-col-sec .col .h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .three-col-sec .col p {
        margin-bottom: 0px;
    }

    .three-col-sec .crow {
        gap: 32px;
    }
}

@media (max-width: 1035px) {
    .three-col-sec .col .icon svg {
        max-width: 64px;
        height: auto;
    }
}



/*media queries*/
/*3-col-sec*/
/*api-sec*/
.api-sec {
    padding-top: 0px;
    padding-bottom: 96px;
}

.code-col {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EFECF9;
    box-shadow: 0px 36px 80px rgba(0, 0, 0, 0.02), 0px 23.3333px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 13.8667px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 7.2px 13px rgba(0, 0, 0, 0.01), 0px 2.93333px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 0.666667px 3.14815px rgba(0, 0, 0, 0.00481481);
    border-radius: 12px;
    padding: 33px 24px 35px 1px;
    width: 100%;
    position: relative;
}

.api-sec .container {
    max-width: 1056px;
}

.api-sec .inner-row {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
    gap: 64px;
}

.api-sec .inner-row .col1 {
    flex: 0 0 auto;
    width: 61.36363636363637%;
    text-align: center;
}

.api-sec .col-2 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-top: -65px;
}

.api-sec .col-2 .h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: var(--ffly-dark-400);
    margin-bottom: 24px;
}

.api-sec .col-2 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: var(--ffly-light-600);
    margin-bottom: 32px;
    max-width: 344px;
}

.copy-code {
    display: none;
}

/*copy styling*/
.copy-code-btn {
    background: #F3F2F8;
    border-radius: 3.50617px;
    font-weight: 500;
    font-size: 10.5185px;
    line-height: 0px;
    color: var(--ffly-light-600);
    display: inline-flex;
    align-items: center;
    border: 0px;
    outline: none;
    min-width: 66px;
    height: 25.5px;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    right: 18px;
    top: 15px;
    position: absolute;
}

.copy-popup {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: fit-content;
    top: -30px;
    right: 0px;
    transform: translate(-50%, -20px);
    background-color: var(--ffly-light-l-150);
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 26px;
    transition: 0.5s ease-in-out all;
    color: var(--ffly-dark-400);
}

.copy-popup.active {
    animation: copyPopup 1s ease forwards;
}

@keyframes copyPopup {
    0% {
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, -20px);
    }

    40% {
        opacity: 1;
        pointer-events: all;
        transform: translate(-50%, 0);
    }

    80% {
        opacity: 1;
        pointer-events: all;
        transform: translate(-50%, 0);
    }

    100% {
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, -20px);
    }
}

/*copy styling*/
@media (max-width: 1440px) {
    .api-sec {
        padding-top: 20px;
        padding-bottom: 80px;
    }

    .api-sec .container {
        max-width: 977px;
    }

    .api-sec .inner-row .col1 {
        width: 59.36363636363637%;
    }
}

@media (max-width: 1024px) {
    .api-sec {
        padding-top: 5px;
        padding-bottom: 63px;
    }

    .api-sec .container {
        max-width: 721px;
    }

    .api-sec .inner-row .col1 {
        width: 61.36363636363637%;
    }

    .api-sec .col-2 p {
        max-width: 255px;
    }

    .api-sec .col-2 .h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .api-sec .col-2 {
        margin-top: -35px;
    }
}

@media (max-width: 768px) {
    .api-sec .inner-row {
        justify-content: center;
        text-align: center;
    }

    .api-sec .container {
        max-width: 575px;
    }

    .api-sec .inner-row .col1 {
        width: 100%;
    }

    .api-sec .col-2 {
        margin-top: -25px;
        max-width: 439px;
    }

    .api-sec .col-2 p {
        max-width: 100%;
    }

    .code-col {
        margin-bottom: 38px;
    }

    .api-sec {
        padding-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .api-sec .container {
        max-width: 540px;
    }

    .api-sec {
        padding-top: 0px;
    }

    .api-sec .col-2 {
        margin-top: -38px;
    }

    .api-sec .col-2 p {
        max-width: 288px;
    }

    .api-sec .col-2 p {
        max-width: 287px;
        margin: auto;
        margin-bottom: 16px;
    }

    .api-sec .inner-row .col1 {
        margin-top: -5px;
    }

    .code-col {
        margin-bottom: 32px;
        max-width: 295px;
        padding: 9px 10px 10px 12px;
        border-radius: 5.5px;
    }

    .api-sec .inner-row {
        gap: 32px;
    }

    .copy-popup {
        font-size: 13px;
        padding: 5px 5px 5px 10px;
        top: -9px;
    }

}

/*api-sec*/
/*trade-on-sec*/
.trade-on-sec {
    background-color: #111215;
    margin: 0px 0px 0px 0px;
    padding-top: 71px;
}

.trade-on-sec .container {
    max-width: 1056px;
}

.trade-on-sec .inner-row {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
}

.trade-on-sec .inner-row .col1 {
    flex: 0 0 auto;
    width: 61.36363636363637%;
    text-align: center;
}

.trade-on-sec .inner-row .col1 img {
    margin-bottom: -7px;
}

.trade-on-sec .inner-row .h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.04em;
    color: var(--ffly-light-300);
    margin-bottom: 24px;
}

.trade-on-sec .inner-row p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: var(--ffly-light-500);
    margin-bottom: 32px;
    max-width: 344px;
}

.trade-on-sec .inner-row .link {
    display: inline-flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--ffly-light-600);
    gap: 8px;
    margin-right: 8px;

}

.trade-on-sec .links-row {
    display: flex;
    align-items: center;
}

.links-row .link:last-child {
    margin-right: 0px;
}

.on-mb {
    display: none;
}

@media (max-width: 1440px) {
    .trade-on-sec {
        background-color: #111215;
        margin: 16px 0px 0px 0px;
    }
}

@media (max-width: 1024px) {
    .trade-on-sec .container {
        max-width: 721px;
    }

    .trade-on-sec .inner-row {
        gap: 16px;
    }

    .trade-on-sec .inner-row .link {
        /* margin: 0px; */
        margin-bottom: 2px;
    }

    .trade-on-sec .inner-row .h2 {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 768px) {
    .trade-on-sec {
        margin-top: 56px;
        margin-bottom: 0px;
        padding-top: 0px;
    }

    .trade-on-sec .container {
        max-width: 439px;
        text-align: center;
        padding-top: 15px;
    }

    .trade-on-sec .inner-row .col {
        width: 100%;
    }

    .hide-mb {
        display: none;
    }

    .on-mb {
        display: inline-block;

    }

    .trade-on-sec .inner-row p {
        max-width: 439px;
        margin-left: auto;
        margin-right: auto;
    }

    .trade-on-sec .links-row {
        margin-bottom: 70px;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .trade-on-sec .inner-row p {
        max-width: 288px;
        margin-bottom: 16px;
    }

    .br-mb.link {
        /* width: 100%;
        justify-content: center;
        margin-bottom: 5px; */
    }

    .trade-on-sec .links-row {
        margin-bottom: 0px;
    }

    .trade-on-sec {
        margin-top: 32px;
    }

    .dis-sec {
        padding-top: 48px;
    }

    .on-mb {
        display: none;
    }

    .trade-on-sec .inner-row {
        gap: 0px;
    }

    .trade-on-sec .container {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

/*trade-on-sec*/

@media (max-width: 322px) {

    .banner .bform input,
    .banner .bform .cbtn {
        font-size: 12px;
    }

    .banner .bform .cbtn svg {
        margin-left: 2px;
    }

    .banner .bform .cbtn {
        max-width: 150px;
        min-width: 100px;
    }

    .banner .bform input {
        padding: 12px 144px 10px 6px;
    }
}


/*other*/
.banner.other-page-banner {
    padding-top: 158px;
    padding-bottom: 63px;
}

@media (max-width: 990px) {
    .banner.other-page-banner .h1 {
        margin-bottom: 24px;
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .banner.other-page-banner {
        padding-top: 100px;
        padding-bottom: 10px;
    }

    .logos-sec.investors-page {
        padding-top: 32px;
    }
}
/*other*/
/*investorsMakers*/
.investorsMakers {
    background-color: #F3F7FC;
    padding: 80px 0px 60px 0px;
    color: #212327;
    font-weight: 400;
}

.investorsMakers .Row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 93px;
    max-width: 1055px;
    margin: auto;
}
.investorsMakers .Row .left {
    width: 100%;
    max-width: 400px;
}

.investorsMakers .Row .left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.4px;
    margin-top: 12px;
    color: var(--ffly-light-600);
}
.investorsMakers .Row .right{
    flex: 1;
}
.investorsMakers .Row .right .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin-bottom: 12px;
}

.investorsMakers .Row .right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
    margin-bottom: 12px;
    max-width: 503px;
    color: var(--ffly-light-600);
}
.investorsMakers .Row .right p a{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-decoration: underline;
    color: var(--ffly-light-600) !important;
    opacity: 1 !important;
}
.investorsMakers .Row .right .logoRow {
    display: flex;
    align-items: center;
    gap: 19.9px;
    margin-bottom: 30.32px;
}
.investorsMakers .Row .right .logoRow .image {
    display: inline-flex;
}

.investorsMakers .Row .right .logoRow.last {
    gap: 24px;
    margin-bottom: 0px;
}

@media (max-width: 1024px) {
    .investorsMakers .Row {
        gap: 32px;
    }
}
@media (max-width: 847px) {
    .investorsMakers .Row .left {
        max-width: 100%;
        text-align: center;
    }
    .investorsMakers .Row .left p{
        max-width: 530px;
        margin: 12px auto 0px auto;
    }
    .investorsMakers .Row .right{
        width: 100%;
        text-align: center;
    }
    .investorsMakers .Row .right p{
        margin: 0 auto 12px auto;
        max-width: 344px;
    }
    .investorsMakers .Row .right .logoRow {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
}
@media (max-width: 576px) {
    .investorsMakers {
        padding: 48px 0 12px 0;
    }
    .investorsMakers .Row {
        gap: 24px;
    }
    .investorsMakers .Row .left .h2{
        max-width: 248px;
        margin: auto;
    }
    .investorsMakers .Row .left p{
        margin-top: 24px;
        max-width: 288px;
    }
    .investorsMakers .Row .right .logoRow,.investorsMakers .Row .right .logoRow.last{
        gap: 4px;
    }
    .investorsMakers .Row .right .logoRow .image {
        display: inline-flex;
        min-width: 128px;
        justify-content: center;
    }
    .investorsMakers .Row .right p a {
        display: table;
        margin-top: 12px;
        margin: auto;
        margin-top: 12px;
    }
    .investorsMakers .Row .right p .dot {
        display: none;
    }
    
}
/*investorsMakers*/
/*insights*/
.insights {
    padding: 80px 0px 122px 0px;
}
.insights .h2 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 36px;
}
.insights .row {
    max-width: 1055px;
    margin: auto;
}
.insights .row .postRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.insights .row .postRow .post {
    width: calc(33.33% - 11px);
    max-width: 341px;
}
.insights .row .postRow .post .thumbnailWrapper {
    border-radius: 16.368px;
    overflow: hidden;
    margin-bottom: 24px;
}

.insights .row .postRow .post .thumbnailWrapper a {
    display: flex;
    opacity: 1 !important;
}

.insights .row .postRow .post .thumbnailWrapper a img {
    width: 100%;
    height: auto;
}

.insights .row .postRow .post .category {
    color: #1570EF;
    text-align: center;
    font-feature-settings: 'salt' on, 'ss01' on, 'ss03' on, 'ss04' on, 'liga' off;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-align: left;
    margin-bottom: 10px;
}

.insights .row .postRow .post .link {
    color: var(--ffly-dark-400);
    font-feature-settings: 'ss04' on, 'ss03' on, 'ss01' on, 'salt' on, 'liga' off;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin-bottom: 16px;
    display: inline-flex;
}

.insights .row .postRow .post .link:hover,
.insights .row .postRow .post .link:focus,
.insights .row .postRow .post .link:active {
    opacity: 0.8;
}

.insights .row .postRow .post .subCategory {
    color: #5D616C;
    font-feature-settings: 'salt' on, 'ss01' on, 'ss03' on, 'ss04' on, 'liga' off;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
}
@media (max-width: 847px)  {
    .insights .h2{
        text-align: center;
    }
    .insights {
        padding: 60px 0 78px 0;
    }
    .insights .row .postRow{
        gap: 32px;
    }
    .insights .row .postRow .post {
        width: auto;
        max-width: 343px;
    }
}
@media (max-width: 576px) {
    .insights {
        padding: 32px 0px 48px 0px;
    }
    .insights .row .postRow .post {
        width: auto;
        max-width: 343px;
    }
    .insights .h2{
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 30px;
    }
    .insights .row .postRow .post .category{
        margin-bottom: 4px;
    }
    .insights .row .postRow .post .link{
        margin-bottom: 8px;
    }
    .insights .row .postRow{
        gap: 24px;
    }
}
/*insights*/
/*blackWrapper*/
.blackWrapper {
    background-color: var(--base-1000);
    color: var(--white);
    padding: 80px 0px 80px 0px;
}

.blackWrapper .row {
    max-width: 1055px;
    margin: auto;
}

.blackWrapper .row .title {
    font-feature-settings: 'ss04' on, 'ss03' on, 'ss01' on, 'salt' on, 'liga' off;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -1.28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.blackWrapper .row p {
    color: var(--ffly-light-500);
    font-feature-settings: 'ss04' on, 'ss03' on, 'ss01' on, 'salt' on, 'liga' off;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin-bottom: 31px;
}

.blackWrapper .row .link {
    color: #53B1FD;
    font-feature-settings: 'salt' on, 'ss01' on, 'ss03' on, 'ss04' on, 'liga' off;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.32px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 34px;
    width: auto;
}
.blackWrapper .row .link:hover,
.blackWrapper .row .link:focus,
.blackWrapper .row .link:active {
    opacity: 0.8;
}
.blackWrapper .row .logosRow{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}
@media (max-width: 847px)  {
    .blackWrapper {
        text-align: center;
    }
    .blackWrapper .row .title{
        justify-content: center;
    }
    .blackWrapper .row .logosRow{
        justify-content: center;
        gap: 12px;
    }
}
@media (max-width: 576px) {
    .blackWrapper {
        padding: 31px 0px 19px 0px;
    }
    .blackWrapper .row .title{
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.96px;
        flex-direction: column;
    }
    .blackWrapper .row p {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: -0.18px;
        max-width: 343px;
        text-align: center;
        margin: auto;
        margin-bottom: 24px;
    }
    .blackWrapper .row .link {
        margin-bottom: 32px;
    }
    .blackWrapper .row .logosRow{
        gap: 8px;
    }
    .blackWrapper .row .logosRow .image{
        display: inline-flex;
        min-width: 140px;
        justify-content: center;
    }
}
/*blackWrapper*/