* {
    font-family: "Poppins", sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
}

img {
    user-select: none;
    pointer-events: none;
}

.p60-0 {
    padding: 60px 0;
}

.row {
    --bs-gutter-x: 0 !important;
}
.container {
    color: #23293b;
    min-width: 320px;
    max-width: 1530px !important;
    margin: 0 auto !important;
}

.dark .section-text > p {
    color: #fff;
}

.main-heading-bg {
    width: 254px;
    transform: scale(1.2);
    z-index: -3;
    left: -30px;
    top: -30px;
}

.heading-title {
    font-weight: 700;
    font-size: 25.8px;
    line-height: 33.8px;
    text-transform: uppercase;
}
.heading-btn{
    z-index: 1;
}
.heading-text {
    font-size: 18px;
    line-height: 23.4px;
}

.iPhone-img-container {
    display: flex;
    justify-content: center;
    position: relative;
    height: 250px;
    width: 320px;
    margin-left: auto;
}

.iPhone-img {
    height: 460px;
    position: absolute;
    z-index: -1;
}

.btn {
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    padding: 20px;
}

.basic-btn {
    display: flex;
    text-align: left;
    flex-direction: column;
    background-color: #23293b;
    gap: 30px;
}

.basic-btn-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-heading {
    line-height: 26.4px;
    font-size: 22px;
    font-weight: 500;
}

.green {
    color: #c5f200;
}

.btn-text {
    font-size: 18px;
    line-height: 23.4px;
    color: #fff;
}

.arrow-img {
    width: 60px;
    height: 60px;
    align-self: flex-end;
}

.partners {
    background-color: #fff;
    border-top: 1px solid #9096a9;
    border-bottom: 1px solid #9096a9;
    position: relative;
    padding: 50px 0;
}

.partners-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 100px;
}

.partners__coinbase {
    height: 40px;
}

.partners__binance {
    height: 58px;
}

.partners__blockchain {
    height: 32px;
}

.partners__bybit {
    height: 48px;
}

.dark {
    background: #23293b;
}

.dark > * {
    color: #fff;
}

.about-platform-container {
    flex-direction: column;
}

.order-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.section-text {
    gap: 24px;
}

.order-flex-container .section-text {
    max-width: 749px;
}

.section-text > h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 125%;

    text-transform: uppercase;
}

.section-text > h3 > img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.section-text > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27.2px;
    color: #5c637a;
}

.stats-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(320px, 60%, 653px);
    margin-left: 8px;
}

.stats-img-wrapper > img {
    width: 100%;
}

.card {
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    padding: 36px;
    gap: 18px;
    min-width: 320px;
    flex-grow: 1;
    border: none;
}

.light-dark-card {
    background: #2f3852;
}

.light-card {
    background: transparent;
    border: 1px solid #9096a9;
}

.light-card .card-heading {
    color: #23293b;
}

.card-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-platform-card > img {
    width: 64px;
}

.card-icon {
    width: 64px;
}

.card-heading,
.card-description,
.card-subdesription {
    margin: 0;
}

.card-heading {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.card-description {
    color: #9095a9;
    font-size: 16px;
    line-height: 24px;
}

.card-subdescription {
    font-size: 12px;
    line-height: 14.4px;
    color: #9095a9;
}

.dark-card {
    background-color: #23293b;
}

.users-card {
    min-width: 320px;
    max-width: 616px;
}

.users-card .card-description {
    color: #fff;
}

.users-card-img {
    margin: 30px 0;
    width: 100%;
}

.benefits-diamond-bg {
    position: absolute;
    z-index: -1;
    width: 400px;
    right: -200px;
    top: -200px;
}

.benefits-content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.benefits-content-flex-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.benefits-statistic-cards-wrapper {
    align-items: stretch;
}

.benefits-green-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.green-card {
    background-color: #c5f200;
}

.green-card .card-info-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.green-card .card-heading {
    color: #23293b;
}

.green-card .card-description {
    color: #5c637a;
}

.benefits-card-wrapper .card {
    width: 320px;
}

.card-heading__big {
    font-size: 48px;
    line-height: 48px;
}

.card-description__big {
    font-size: 20px;
    line-height: 20px;
}

.card-icon__small {
    width: 48px;
    height: 48px;
}

.link {
    text-decoration: none;
    transition: 0.5s all ease-in-out;
}

.green-link {
    color: #c5f200;
}

.registration-link {
    text-decoration: underline;
}

.registration-link:visited {
    color: #c5f200;
}

.green-link:hover {
    color: #95b704;
}

.steps-cards-wrapper .card {
    min-height: 200px;
}

.steps-card-icon {
    width: 44px;
    height: 44px;
}

.steps-card-point-icon {
    width: 24px;
    height: 24px;
}

.opportunities-card {
    align-items: center;
    justify-content: space-around;
    padding: 60px 20px;
    margin-top: 60px;
    height: 355px;
}

.opportunities-card-img {
    margin-top: -100px;
    position: relative;
    z-index: 2;
    height: 162px;
}

.opportunities-card-bg__big-sphere {
    z-index: 0;
    top: 0;
    left: 0;
    width: 300px;
    border-top-left-radius: inherit;
}

.opportunities-card-bg__sphere {
    border-bottom-right-radius: inherit;
    z-index: 0;
    right: 0;
    bottom: 0;
    width: 170px;
}

.list-item {
    font-size: 16px;
    display: flex;
    font-weight: 400;
    gap: 8px;
    list-style: none;
}

.list-item > img {
    width: 20px;
    height: 20px;
}

.opportunities-card-list {
    color: #fff;
    position: relative;
    z-index: 1;
}
.choose-acc .basic-btn{
    z-index: 0;
    justify-content: center;
    align-items: center;
    color: var(--dark, #23293B);
    font-size: 18px;
    font-weight: 500;
}
.account-type-card:nth-child(even) {
    background-color: #5c637a;
}

.account-type-card {
    width: 395px !important;
    max-width: 395px !important;
    justify-content: space-between;
    flex-grow: 0;
}

.account-type-price {
    font-size: 24px;
    line-height: 24px;
}

.hor-line {
    background-color: #5c637a;
    height: 1px;
    width: 100%;
}

.account-type-card:nth-child(even) .hor-line {
    background-color: #2f3852;
}

.account-type-card:nth-child(even) .list-item__gray {
    color: #2f3852;
}

.account-type-card-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.account-type-card-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rating > img {
    width: 20px;
}

.list-item__green {
    color: #c5f200;
}

.list-item__gray {
    color: #9096a9;
    margin-left: 28px;
}

.green-btn {
    background: #c5f200;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    padding: 16px 0;
}

.green-btn:hover {
    background: #95b704;
    color: #fff;
}

.faq-cube-bg {
    position: absolute;
    z-index: -1;
}

.faq-cube-bg__top {
    top: -50px;
    left: -50px;
    width: 147px;
}

.faq-cube-bg__bottom {
    bottom: -100px;
    right: -100px;
    width: 340px;
}

.faq-form-card {
    width: 100%;
    max-width: fit-content !important;
    flex-grow: 0;
    height: fit-content;
}

.faq-form-card .card-description {
    color: #e2e8f0;
}

.form-label {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-label > span {
    margin-left: 24px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.form-label > input {
    color: #9096a9;
    outline: none;
    border: none;
    padding: 16px;
    border-radius: 100px;
    background-color: #5c637a40;
}

.faq-li {
    display: block !important;
    border: 1px solid #9096a9;
    border-radius: 30px;
    padding: 16px 20px;
    min-width: 320px;
}

.faq-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;

    font-size: 16px;
    line-height: 19.2px;
    font-weight: 500;
    color: #23293b;

    margin-bottom: auto;
}

.faq-reveal-icon {
    transition: 0.5s all ease-in-out;
    width: 36px;
    cursor: pointer;
    pointer-events: all;
    height: 36px;
}

.faq-reveal-icon__revealed {
    transform: rotate(45deg);
}

.faq-content {
    font-size: 16px;
    line-height: 25.6px;
    color: #5c637a;
    width: 90%;
    max-width: 824px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.faq-content__hidden {
    visibility: hidden;
    max-height: 0;
}

.faq-content__shown {
    visibility: visible;
    max-height: 100%;
}

/*******************************/
/******** Conditions ***********/
/*******************************/
.green-heading-wrapper {
    position: relative;
    background: #c5f200;
    padding: 32px 20px;
    border-radius: 30px;
    min-width: 320px;
    max-width: 1100px;
}

.green-heading-wrapper .heading-title {
    min-width: 285px;
    width: 100%;
    max-width: 800px;
}

.green-heading-wrapper .heading-text {
    min-width: 282px;
    width: 100%;
    max-width: 86%;
}

.conditions-heading-bg__left-top {
    top: -70px;
    left: -70px;
    z-index: -1;
    width: 132px;
}

.conditions-heading-bg__right-top {
    width: 78px;
    right: -36px;
    top: -36px;
    z-index: 2;
}

.conditions-heading-bg__left-bottom {
    bottom: -50px;
    left: -20px;
    z-index: -1;
    width: 106px;
}

.regulated-activity-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 32px;
}

.condition-cards-wrapper {
    margin: 0 auto;
}

.condition-cards-wrapper .card > img {
    min-width: 60px;
    width: 100%;
    max-width: 72px;
    height: 100%;
    max-height: 72px;
}

.condition-cards-wrapper .card:last-child {
    margin-bottom: 100px;
}

.regulated-activity-bg {
    position: absolute;
    /* bottom: -80px; */
    bottom: -90px;
    left: 30px;
    scale: 1.5;
    width: 320px;
}

/******************************/
/********* Contacts ***********/
/******************************/
.contacts-heading-bg__big-sphere {
    width: 271px;
    z-index: -1;
    bottom: -200px;
    right: -50px;
}
.contacts-heading-bg__shpere {
    z-index: 1;
    bottom: -50px;
    left: -70px;
    width: 110px;
}
.contacts-heading-bg__blured-shpere {
    width: 120px;
    z-index: -1;
    top: -130px;
    right: 20px;
}
.support .card{
    max-width: 430px;
}
.map-img {
    min-width: 320px;
    width: 80%;
    margin: 0 auto;
}

.workers-img {
    width: 100%;
    height: 100%;
}

/******************************/
/********** Markets ***********/
/******************************/
.markets-heading-bg__big-diamond {
    width: 208px;
    z-index: -1;
    left: -70px;
    top: -70px;
}
.markets-heading-bg__blured-diamond {
    width: 128px;
    z-index: -1;
    bottom: -90px;
    left: -20px;
}
.markets-heading-bg__diamond {
    width: 106px;
    right: -50px;
    bottom: 120px;
    z-index: -1;
}
.widget > div {
    padding: 31px 0;
    background: #2F3852;
}
.start-trading {
    max-width: 270px;
}
.markets-laptop-mockup {
    width: 100%;
    max-width: 880px;
    margin-left: -40px;
    min-height: 260px;
    max-height: 890px;
}
.markets-platform .basic-btn{
    z-index: 0 !important;
    justify-content: center;
    align-items: center;
    color: var(--dark, #23293B);
    font-size: 18px;
    font-weight: 500;
}
/******************************/
/******** About us ************/
/******************************/
.aboutUs-heading-bg__blured-pill {
    width: 72px;
    z-index: 1;
    top: -30px;
    right: -30px;
}
.aboutUs-heading-bg__pill {
    width: 102px;
    bottom: -60px;
    left: 20px;
    z-index: -1;
}
.aboutUs-heading-bg__shapes {
    z-index: -1;
    top: -250px;
    left: -170px;
    transform: scale(1.5);
}

.aboutUs-cards-wrapper .card-heading {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 24px;
}

.aboutUs-cards-wrapper .card {
    max-width: 100%;
}

.cards-and-image-wrapper {
    width: 100%;
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: center;
}

.cards-and-image-wrapper > div {
    width: 100%;
    justify-content: center !important;
}

.cards-and-image-wrapper .card {
    max-width: 500px;
}

.buildings-img {
    min-width: 320px;
    width: 100%;

    height: 300px;
    border-radius: 40px;

    object-fit: cover;
}

/******************************/
/********** Media *************/
/******************************/
@media (max-width: 992px) {
    section:has(.green-heading-wrapper) {
        display: flex;
        justify-content: center;
        min-height: 100vh;
    }
    .steps-cards-wrapper {
        flex-direction: column;
    }
    .opportunities-card {
        justify-content: space-evenly;
        align-items: center;
    }
    .opportunities-card-list {
        margin-top: auto;
    }
    .opportunities-card-img {
        width: 100%;
        max-width: 450px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 576px) {
    .main-heading-bg {
        transform: scale(1.5);
        top: -60px;
        left: -120px;
    }
    .iPhone-img-container {
        height: 24px;
    }
    .iPhone-img {
        top: -120px;
    }
    .aboutUs-heading-bg__shapes {
        z-index: -1;
        top: -500px;
        left: -200px;
        transform: scale(1.5);
    }
    .condition-cards-wrapper {
        max-width: 500px;
    }
}

@media (min-width: 768px) {
    .main-heading-bg {
        transform: scale(1.5);
        top: -60px;
        left: -120px;
    }
    .iPhone-img {
        right: 0;
        bottom: -150px;
        z-index: -2;
    }
    .heading-title {
        font-size: 40px;
        line-height: 48px;
    }
    .basic-btn {
        z-index: -2;
        position: relative;
    }
    .section-text > h3 {
        font-size: 37px !important;
    }
    .card {
        max-width: 380px;
    }
    .section-text > p {
        font-size: 18px;
        line-height: 30.6px;
    }
    .stats-img-wrapper {
        margin-left: 0;
    }
    .users-card {
        width: 500px;
    }

    /******************************/
    /******** Conditions **********/
    /******************************/
    .regulated-activity-bg {
        width: 420px;
        bottom: -150px;
        left: unset;
    }

    .condition-cards-wrapper .card:last-child {
        margin-bottom: 100px;
    }
    .cards-and-image-wrapper > div {
        width: 100%;
        justify-content: space-evely !important;
    }

    .aboutUs-heading-bg__shapes {
        transform: scale(1.2);
        left: -300px;
        top: -600px;
    }
}

@media (min-width: 992px) {
    .p60-0 {
        padding: 120px 0;
    }
    .basic-btn {
        flex-direction: row-reverse;
        border-radius: 120px;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .basic-btn-content {
        width: 36%;
    }
    .arrow-img {
        width: max-content;
        height: 100%;
    }
    .iPhone-img-container {
        height: 0;
        position: relative;
    }
    .iPhone-img {
        height: 882px;
        right: 0;
        bottom: unset;
        top: -170px;
    }
    .main-heading-bg {
        transform: scale(2);
        left: unset;
        right: 86px;
        top: -120px;
    }
    .relative-section {
        position: relative;
        z-index: -2;
    }
    .order-flex-container {
        flex-direction: row-reverse;
        gap: 120px;
        align-items: center;
    }
    .order-flex-container > div {
        width: 43%;
    }
    .users-card {
        width: 400px;
    }
    .steps .card {
        max-width: 30%;
    }
    .account-type {
        font-size: 24px;
        line-height: 24px;
    }

    .account-type-price {
        font-size: 42px;
        line-height: 42px;
    }
    .rating > img {
        width: 24px;
    }
    .benefits-diamond-bg {
        width: 790px;
        right: -400px;
        top: -400px;
    }
    .opportunities-card {
        width: 100%;
        max-width: 100%;
        height: 268px;
        margin-top: 140px;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .opportunities-card-img {
        height: 370px;
        width: 600px;
        margin-bottom: 3px;
    }
    .faq-form-card {
        padding: 36px;
    }
    .faq-form-card .card-heading {
        font-size: 28px;
    }
    .faq-form-card .card-description {
        font-size: 18px;
        line-height: 25.2px;
    }

    .faq-form-card .btn {
        font-size: 18px;
    }

    .faq-form-card label {
        font-size: 14px;
    }

    .card-subdescription {
        font-size: 14px;
        line-height: 16.8px;
    }
    .faq-li {
        display: flex;
        flex-direction: column;
        gap: 24px;
        border-radius: 80px;
        padding: 30px 36px;
    }

    .faq-title {
        font-size: 18px;
        line-height: 20px;
    }

    .faq-reveal-icon {
        width: 44px;
        height: 44px;
    }

    .faq-content {
        font-size: 18px;
        line-height: 28.8px;
    }

    .faq-cube-bg__top {
        top: -100px;
        left: -100px;
        width: 335px;
    }

    .faq-cube-bg__bottom {
        bottom: -200px;
        right: -200px;
        width: 543px;
    }

    /******************************/
    /********* Conditions *********/
    /******************************/
    .quality-care .section-text {
        width: 100%;
    }
    .quality-care .section-text > p {
        max-width: 620px;
        width: 100%;
    }
    .quality-care .card {
        max-width: 490px;
    }
    .regulated-activity-wrapper {
        justify-content: center;
    }
    .regulated-activity-wrapper .section-text {
        width: 53%;
    }
    .regulated-activity-bg {
        min-width: 420px;
        width: 100%;
        max-width: 720px;
        left: -24px;
        bottom: -250px;
        scale: 1;
    }
    .condition-cards-wrapper {
        align-items: flex-end;
    }
    .condition-cards-wrapper > .card {
        width: 100%;
        max-width: 620px;
    }

    /******************************/
    /******** Green Heading *******/
    /******************************/
    .green-heading-wrapper {
        border-radius: 150px;
    }

    .conditions-heading-bg__left-top {
        top: -170px;
        left: 34%;
        width: 306px;
    }

    .conditions-heading-bg__right-top {
        width: 151px;
    }

    .conditions-heading-bg__left-bottom {
        z-index: 2;
        width: 278px;
        left: -100px;
        bottom: -100px;
    }

    .green-heading-wrapper .heading-text {
        font-size: 20px;
        line-height: 26px;
    }

    /******************************/
    /*********** Markets **********/
    /******************************/
    .markets-heading-bg__big-diamond {
        width: 424px;
        left: -150px;
    }
    .markets-heading-bg__blured-diamond {
        width: 200px;
        top: -120px;
        right: -150px;
        left: unset;
        bottom: unset;
    }
    .markets-heading-bg__diamond {
        width: 186px;
        bottom: unset;
        right: unset;
        top: -180px;
    }
    .markets-cards-wrapper > .card {
        width: 22%;
        min-width: unset !important;
        max-width: 360px;
    }

    /*******************************/
    /*********** Contacts **********/
    /*******************************/
    .contacts-heading-bg__big-sphere {
        width: 392px;
        bottom: 20px;
        right: -120px;
    }
    .contacts-heading-bg__shpere {
        bottom: -80px;
        left: -100px;
        width: 203px;
    }
    .contacts-heading-bg__blured-shpere {
        width: 321px;
        top: -220px;
        right: unset;
        left: -220px;
    }

    /******************************/
    /******** About us ************/
    /******************************/
    .aboutUs-heading-bg__blured-pill {
        width: 172px;
        top: -10px;
        right: -80px;
    }
    .aboutUs-heading-bg__pill {
        width: 142px;
        bottom: -60px;
        left: unset;
        right: 0;
    }
    .aboutUs-heading-bg__shapes {
        width: 1514px;
    }
    .aboutUs-cards-wrapper .card {
        max-width: 49%;
        max-width: 100%;
    }
    .images-and-cards-wrapper .card {
        width: 100%;
        max-width: 490px;
    }
    .faq-form-card {
        width: 33.3%;
    }
}

@media (min-width: 1200px) {
    .iPhone-img {
        z-index: 1;
        right: 40px;
        top: -150px;
    }
    .partners {
        z-index: 1;
    }
    .users-card {
        width: 550px;
        max-width: fit-content;
    }
    .benefits-content-wrapper {
        flex-direction: row;
    }
    .benefits-green-card-wrapper .green-card {
        width: 45%;
        height: 160px;
        flex-grow: 0;
    }
    .benefits-green-card-wrapper {
        gap: 12px;
        justify-content: space-between;
        flex-direction: row;
    }
    .benefits-card-wrapper .card {
        width: 100%;
        max-width: 680px;
    }
    .opportunities {
        flex-direction: column !important;
    }
    .contact-form-card {
        width: 490px;
        height: 529px;
    }
    .condition-cards-wrapper .card:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1400px) {
    .green-heading-wrapper {
        max-width: 1200px;
    }
    .iPhone-img {
        right: 140px;
    }
}
