@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Clash Display';
    font-style: normal;
    font-weight: 500;
    src: local('Clash Display'), url('/main_page/fonts/ClashDisplayMedium.woff') format('woff');
}

@font-face {
    font-family: 'Clash Display';
    font-style: normal;
    font-weight: 600;
    src: local('Clash Display'), url('/main_page/fonts/ClashDisplaySemibold.woff') format('woff');
}

@font-face {
    font-family: 'Clash Display';
    font-style: normal;
    font-weight: 700;
    src: local('Clash Display'), url('/main_page/fonts/ClashDisplayBold.woff') format('woff');
}

/* normalize =============================================== */
* {
    padding: 0;
    margin: 0;
    border: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0rem;
    margin: 0rem;
    border: 0rem;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* :focus,:active{outline: none;}*/
/* a:focus,a:active{outline: none;}*/
nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1.5;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

button {
    color: inherit;
    font-size: inherit;
    background: transparent;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
button,
input {
    font-family: inherit;
}

a,
input {
    color: inherit
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

/* global  ======================================================== */

:root {
    --brand-color: #000A43;
    --second-color: #3856FF;
    --blue-decor: #B4BFFF;
    --third-color: #ebedfd;
}

body {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    color: var(--brand-color);
}

@media (max-width: 991.98px) {
    .__lock {
        overflow: hidden;
    }
}

button {
    transition: 0.3s;
}

@media(hover: hover) and (pointer: fine) {
    button:hover {
        transition: 0.3s;
        opacity: 0.85;
    }
}

.main {
    padding-top: 69px;
}

.big-title {
    font-family: Clash Display;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 575.98px) {
    .big-title {
        font-size: 35px;
    }
}

.margin-bott {
    margin-bottom: 140px;
}

@media (max-width: 767.98px) {
    .margin-bott {
        margin-bottom: 90px;
    }
}

.btn-act:visited {
    color: #fff;
}

.btn-act {
    transition: 0.2s;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    padding: 14px 20px;
    min-width: 45px;
    color: #fff;
    border-radius: 500px 500px 500px 500px;
    background: var(--second-color);

}

.btn-act--second {
    background: var(--third-color);
    color: #000;
}


.link-info:visited,
.link-info {
    color: #0026F9;
}

.link-info {
    padding: 15px 45px 15px 12px;
    background: url('../img/arr-right.svg') no-repeat right 20px top 52% / 20px;
}

@media(hover: hover) and (pointer: fine) {
    .link-info:hover {
        color: #0026F9;
        opacity: 0.85;
    }

    .btn-act:hover {
        color: #fff;
        opacity: 0.9;
    }
}

@media (max-width: 1320.98px) {
    .container-xxl {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.title {
    font-family: Clash Display;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;

}

.title-light {
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 35px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .title {
        font-size: 25px;
    }

    .title-light {
        font-size: 25px;
    }
}

.form-request-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.form-request {
    display: flex;
    flex: 1 1 500px;

}

.form-request__input {
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
    min-height: 100%;
    background: transparent;
    margin-right: 30px;
    flex: 0 1 350px;
    padding-left: 10px;
    padding-right: 10px;
}

.form-request__input::placeholder {
    color: #fff;
}

.form-request__input--dark {
    border-bottom: 1px solid var(--brand-color);
    color: var(--brand-color);
}

.form-request__input--dark::placeholder {
    color: var(--brand-color);
}

.form-request__btn {
    flex: 0 1 auto;
}

@media (max-width: 767.98px) {
    .form-request__input {
        flex: 1 1 750px;
    }

    .form-request__btn {
        flex: 1 1 100%;
    }
}

@media (max-width: 575.98px) {
    .form-request {
        flex-wrap: wrap;
    }

    .form-request__input {
        flex: 1 1 750px;
        margin-bottom: 20px;
    }

    .form-request__btn {
        flex: 1 1 100%;
    }
}

.decor-puzzle {
    position: relative;
}

.decor-puzzle::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 450px;
    height: 450px;
    background-image: url('../img/decor-left.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.decor-puzzle--stage::before {
    display: none;
}

@media (min-width: 768px) {
    .decor-puzzle--stage::before {
        left: 20%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .decor-puzzle--stage::before {
        left: 15%;
    }
}

@media (min-width: 1600px) {
    .decor-puzzle--stage::before {
        left: -3vw;
    }
}

/*  block description single  */

.descr-single {
    border-top: 2px solid var(--blue-decor);
    border-right: 2px solid var(--blue-decor);
    border-bottom: 2px solid var(--blue-decor);
    border-radius: 0 0 80px 0;
    margin-left: 70px;
    padding-top: 70px;
    padding-right: 30px;
    padding-bottom: 70px;
    position: relative;

}

.descr-single::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 2px;
    background: var(--blue-decor);
}

.descr-single__inner {
    position: relative;
    display: flex;
    left: -70px;
}

.descr-single__title {
    margin-right: 70px;

}

.descr-single__text-wrapper {
    padding-top: 6px;
}

.descr-single__text {
    line-height: 1.5;
    margin-bottom: 20px;
}

.card-info {
    transition: 0.6s;
    border-bottom: 1px solid var(--blue-decor);
    border-right: 1px solid var(--blue-decor);
    padding: 30px 20px 10px 40px;

}

.card-info:last-child {
    border-radius: 0 0 50px 0;
}

.card-info:hover {
    transition: 0.6s;
    background: #F7F9FE;
}

.card-info__step {
    margin-bottom: 10px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;


}

.card-info__title {
    padding-left: 70px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;

}

.card-info__link {}

.card-info__text {
    padding-left: 70px;
    line-height: 1.5;
}

.emphasized {
    color: #0026f9;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 700;


}


@media (max-width: 991.98px) {
    .descr-single {
        margin-left: 50px;
        padding-top: 70px;
        padding-right: 10px;
        padding-bottom: 70px;

    }

    .descr-single__inner {
        display: block;
        left: -50px;
    }
}

@media (max-width: 767.98px) {
    .descr-single {
        padding-top: 40px;
        padding-right: 10px;
        padding-bottom: 70px;

    }

    .card-info {
        padding: 30px 20px 10px 10px;

    }

    .card-info__title {
        padding-left: 20px;
    }

    .card-info__text {
        padding-left: 20px;
    }
}

/* header ======================================================== */
/* header ======================================================== */
.header {
    position: fixed;
    width: 100%;
    background: #f2f4ff;
    height: 70px;
    z-index: 20;
    padding-left: 8px;
    padding-right: 8px;
}

.header__inner {
    display: flex;
    align-items: center;
}

.header__logo {
    flex: 0 0 155px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .header__logo::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background: #F2F4FF;
        z-index: -1;

    }
}

.logo {
    min-height: 40px;
}

.logo__link {
    display: block;
    padding: 15px 0;
}

.logo__ico-wrapper {}

.logo__ico {}

.header__nav {
    flex: 1 1 auto;
}

.nav {
    display: flex;
}

@media (max-width: 991.98px) {
    .header__inner {
        justify-content: space-between;
    }

    .nav {
        transition: 1s;
        padding-top: 75px;
        padding-left: 35px;
        padding-right: 25px;
        position: fixed;
        display: block;
        top: 0;
        background: #F2F4FF;
        right: 0;
        min-width: 360px;
        height: 100vh;
        overflow-y: auto;
    }

    .nav--mob-hidden {
        right: -150%;

    }
}


@media (max-width: 575.98px) {
    .nav {
        min-width: 100vw;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.nav__list {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    min-height: 100%;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}

.menu {}

.menu__item {
    height: auto;

}

.menu__item:not(:last-child) {
    margin-right: 22px;
}

.menu__link:visited,
.menu__link:active,
.menu__link {
    transition: 0.2s;
    display: block;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.2;
    color: var(--brand-color);
}


@media(hover: hover) and (pointer: fine) {
    .menu__link:hover {
        opacity: 0.85;
        color: var(--brand-color);
    }

}

.menu__link.menu__link--active {
    color: var(--second-color);
}

.nav__list-acount {
    padding-left: 10px;
    margin-bottom: 0;
}

.account {
    display: flex;
    align-items: center;
}

.account__item {
    height: 100%;
    display: flex;
    align-items: center;
}

.acount__link {
    display: flex;
    align-items: center;
}

.link-login:active,
.link-login:visited,
.link-login {
    display: block;
    color: #0026f9;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 34px;
}

@media(hover: hover) and (pointer: fine) {
    .link-login:hover {
        opacity: 0.85;
    }

}

.link-create-accuont {
    background: #eaedff;
    border-radius: 20px 20px 20px 20px;
    padding: 15px 20px;
}

@media (max-width: 991.98px) {

    .nav__list {
        margin-bottom: 1rem;
    }

    .nav__list {
        display: block;
        min-height: unset;
    }

    .account__item {
        margin-bottom: 30px;
    }

    .link-login:active,
    .link-login:visited,
    .link-login {
        color: #ffffff;
        background: #0026f9;
        padding: 11px 20px;
        border-radius: 30px 30px 30px 30px;
        height: 100%;
        display: flex;
        align-items: center;
        margin-right: 34px;
    }

    @media(hover: hover) and (pointer: fine) {
        .link-login:hover {
            opacity: 0.9;
        }
    }
}

.btn-burger {
    transition: 2s;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    z-index: 21;
}

.btn-burger--line {
    transition: .2s;
    background: url('../img/burger-line.svg') no-repeat center /20px;
}

.btn-burger--close {
    transition: .2s;
    background: url('../img/icons8-close.svg') no-repeat center /20px;
}

@media (min-width: 992px) {
    .btn-burger {
        display: none;
    }
}

/* Firtst screen ============================================================ */
/* Firtst screen ============================================================ */


.first-screen {}

.first-screen--main {
    background-color: #F2F4FF;
    background-image: url('../img/main-firstscren-bg.svg');
    background-repeat: no-repeat;
    background-size: 1200px;
    background-position: 38vw 100%;
    padding-top: 240px;
    padding-bottom: 180px;
}

@media (max-width: 1799.98px) {
    .first-screen--main {
        background-position: 33vw 100%;
    }
}

@media (max-width: 1399.98px) {
    .first-screen--main {
        background-position: 15vw 100%;
    }
}

@media (max-width: 767.98px) {
    .first-screen--main {
        padding-top: 120px;
        padding-bottom: 90px;
    }
}

@media (max-width: 575.98px) {
    .first-screen--main {
        background-size: 0%;

    }
}

.first-screen__row {}

.first-screen__col {}

.first-screen__inner {}

.first-screen__title {}

.first-screen__text-wrapper {
    margin-bottom: 42px;
}

.first-screen__text {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.first-screen__footer {
    margin-bottom: 20px;
}

.first-screen__footer--textbtn {
    display: flex;
    flex-direction: column;
    align-items: start;

}

.first-screen__footer--textbtn * {}

@media (min-width: 576px) {
    .first-screen__footer--textbtn {
        flex-direction: row;
        align-items: center;
    }
}

.first-screen__act--arr {
    position: relative;
    /* display: inline-block; */
}

.first-screen__act--arr::before {
    content: '';
    position: absolute;
    top: -60%;
    left: 95%;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('../img/ico-curve-arrow.svg') 50% 50% / 35px no-repeat;
    transform: rotate3d(0, 1, 0, 180deg) rotate(48deg);

}

.first-screen__act--tokens {
    margin-bottom: 18px;
}

.first-screen__footer-text {
    display: inline-flex;
    align-items: center;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    .first-screen__footer-text {

        margin-bottom: 0px;
        margin-right: 25px;
    }

    .first-screen__act--arr::before {
        top: unset;
        bottom: -60%;
        left: -25%;
        transform: rotate3d(0, 1, 0, 0deg) rotate(-40deg);

    }
}

.first-screen__act {
    margin-right: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.first-screen__info {
    background-color: #F2F4FF;
    border-radius: 30px;
    padding-left: 20px;
}

/* problem ================================================================================ */

.problem {}

.problem__row {}

.problem__col-large {}

.problem__title-first {}

.problem__first-text {
    max-width: 550px;
    line-height: 1.5;
    margin-bottom: 31px;
}

.problem__col {}

.problem__wrapper-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.problem__img {
    width: 100%;
    min-height: 100px;
    object-fit: cover;
    object-position: center;
}

.problem__wrapper-solution {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10%;
    padding-left: 15%;
    position: relative;
}

.problem__ico-solution {
    position: absolute;
    top: 0;
    left: -15px;
    width: 15%;
    /* height: ; */
    aspect-ratio: 1/1;
    display: inline-block;
    background-image: url('../img/ico-curve-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;

}

.problem__title {}

.problem__text {
    margin-bottom: 18px;
    line-height: 1.5;

}

@media (max-width: 1099.98px) {
    .problem__wrapper-solution {
        padding-top: 2%;
        padding-left: 0%;

    }

    .problem__ico-solution {
        width: 0%;


    }
}

@media (max-width: 991.98px) {
    .problem__wrapper-img {
        margin-bottom: 30px;
    }
}

/* free consult ================================================================ */
/* free consult ================================================================ */
.request {
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: url('../img/dark-bg.svg');
}

.request-consult {}

.request__row {}

.request__info {}

.request__title {
    margin-bottom: 12px;


}

.request__text {
    max-width: 550px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 40px;
}

.request__col {}

.request__form {
    min-height: 100%;
}


@media (max-width: 767.98px) {
    .request {
        padding-top: 44px;
        padding-bottom: 44px;
    }
}

/*  benefits     ================================================================== */
/*  benefits     ================================================================== */
.benefits {}

.benefits__row {}

.benefits__col {}

.benefits__info {
    position: relative;
    padding-top: 5px;
}

.benefits__info::before {
    position: absolute;
    content: '';
    top: 0;
    right: -27px;
    height: 100%;
    width: 8px;
    background: rgb(255, 255, 255);
    display: inline-block;
    z-index: 2;
}

.benefits__title {
    margin-bottom: 8px;
}

.benefits__info-text {
    margin-bottom: 62px;
    line-height: 1.5;
}

.benefits__info-footer {}

.benefits__slider {
    position: relative;
    min-height: 100%;
    height: 200px;
    border-bottom: 1px solid #B4BFFF;
    border-right: 1px solid #B4BFFF;
    border-radius: 0 0 80px 0;
}


.slider-benefit {}

.slider-benefit__wrapper {
    min-height: 100%;
    height: 100%;
}

.slider-benefit__slide {
    padding-left: 8px;
    min-height: 100%;
    display: flex;
    align-items: end;
    border-left: 1px solid #B4BFFF;

}

.slider-benefit__card {
    min-height: 100%;
    padding-bottom: 15px;
    padding-top: 60%;
    position: relative;
    padding-right: 30px;


}

.slider-benefit__card-step {
    top: 5px;
    position: absolute;
}

.slider-benefit__card-title {
    flex: 1 0 50%;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
}

.slider-benefit__card-text {
    display: inline-block;
    flex: 0 0 15%;
    line-height: 1.5;
}

.benefits__btn-slider {
    display: inline-block;
    width: 60px;
    height: 40px;
}

.benefits__btn-slider--prev {
    background-image: url('../img/arr-prev-slide.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;

}

.benefits__btn-slider--next {
    background-image: url('../img/arr-next-slide.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (max-width: 767.98px) {
    .benefits__info {
        margin-bottom: 20px;
    }

    .benefits__info-footer {
        text-align: right;
    }

    .benefits__btn-slider--next {
        margin-left: auto;
    }

    .benefits__info::before {
        display: none;
    }

    .benefits__slider {
        min-height: unset;
        height: auto;
        border-radius: 0 0 0px 0;
    }

    .slider-benefit__card {
        min-height: 100%;
        padding-bottom: 35px;
        padding-top: 30%;
        padding-right: 20px;
    }

    .slider-benefit__slide {
        padding-left: 8px;
        border-left: none;

    }
}

/* member ========================================================================= */

.member {}

.member__row {}

.member__col {
    display: flex;
    align-items: center;
}

.member__col--info {}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .member__col--info {
        margin-left: 0;
        width: 50%;
    }
}

.member__wrapper-img {}

.member__img {
    width: 100%;
}

.member__wrapper {}

.member__ico {}

.member__title {}

.member__text {
    margin-bottom: 77px;
}

.member__form {}

@media (max-width: 991.98px) {
    .member__text {
        margin-bottom: 59px;
    }

    .member__wrapper-img {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .member__wrapper-img {
        margin-bottom: 20px;
    }
}

/* investment ===================================================================== */
.investment {}

.container-xxl {}

.investment__container {}

.investment__row {}

.investment__col {}

.investment__col--title {
    display: flex;
    align-items: center;
}

.investment__title {
    padding-right: 50px;
}

.investment__card {}

.investment__card-step {}

.investment__card-title {}

.investment__card-link {}

.investment__card-text {}

@media (max-width: 767.98px) {
    .investment__title {
        padding-right: 0px;
    }
}

/* investors ================================================================ */

.go-to {
    background-image: url('../img/dark-bg.svg');
    color: #fff;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.go-to__container {}

.go-to__title {
    margin-bottom: 10px;
}

.go-to__text {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 35px;
    line-height: 1.5;
}

.go-to__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.go-to__btn {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 767.98px) {
    .go-to {
        padding-top: 74px;
        padding-bottom: 74px;
    }
}


/* faq =========================================================================== */
.faq {}

.faq__conatiner {}

.faq__row {}

.faq__accordion {}

.accordion-list {}

.faq__title {
    text-align: center;
}

.accordion__title {}

.faq-accordion {}

.faq-accordion__item {}

.faq-accordion__header {
    padding-top: 69px;
    color: var(--brand-color);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;


}

.faq-accordion__btn {
    box-shadow: none;

}

.faq-accordion__btn.faq-accordion__btn.faq-accordion__btn {
    border-bottom-color: var(--blue-decor);

}

.faq-accordion__btn::after {
    background-image: url('../img/ico-plus.svg');
}

.faq-accordion__btn:not(.collapsed)::after {
    background-image: url('../img/ico-minus.svg');
    position: relative;
    top: -8px;
}

.faq-accordion__btn:focus {
    border: 1px solid transparent;
    box-shadow: none;
}

.faq-accordion__btn:not(.collapsed) {
    color: var(--brand-color);
    background-color: #fff;
}

.faq .faq-accordion__btn.faq-accordion__btn.faq-accordion__btn {
    border: none;
    box-shadow: none;
}

.faq .accordion-item.accordion-item.accordion-item.accordion-item {
    border-bottom: 1px solid #B4BFFF;
}

.collapsed {}

.accordion-collapse {}

.faq-accordion__collapse {}

.faq-accordion__body {
    padding-bottom: 15px;
    border-bottom-color: var(--blue-decor);
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .faq {
        margin-bottom: 40px;
    }
}


/*=== footer area start by andrei===*/

.footer {
    padding: 40px 0 50px 0;
    background: #00072D;
}

.footer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}


.footer__item {}

.footer__item:not(:last-child) {
    padding-right: 10px;
}

.footer-logo {}

.footer-logo__link {
    display: block;
    margin-bottom: 10px;
    padding-right: 8px;
}

.footer-logo__img {
    display: inline-block;
    width: 100%;
}

.footer-logo__copy {
    color: #667080;
    font-size: 14px;
}

.copy {}

.footer-nav {}

.footer-nav__list {
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.footer-nav__item {}

.footer-nav__item:not(:last-child) {
    margin-right: 34px;
}

.footer-nav__link:visited,
.footer-nav__link:active,
.footer-nav__link {
    transition: 0.2s;
    color: #fff;
}

@media(hover: hover) and (pointer: fine) {
    .footer-nav__link:hover {
        transition: 0.2s;
        opacity: 0.9;
        color: #fff;
    }
}

.social {
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.social__item {}

.social__item {
    min-height: 100%;
}

.social__item:not(:last-child) {
    margin-right: 20px;
}

.social__link {
    transition: 0.3s;
    width: 25px;
    height: 25px;
}

.social__link:hover {
    opacity: .8;
}

.social__ico {
    width: 100%;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .footer {
        padding-bottom: 40px;
    }

    .footer__inner {
        flex-direction: column;
    }

    .footer__item:not(:last-child) {
        margin-bottom: 30px;
    }

    .footer__item:last-child {
        padding-top: 5px;
    }

    .footer-nav__item {
        margin-bottom: 10px;
    }

}

@media (max-width: 767.98px) {
    .footer-nav__item:not(:last-child) {
        margin-right: 15px;
    }
}

/* Page investors ============================================== */
/* Page investors ============================================== */
.first-screen--bg-investors {
    background-color: #F2F4FF;
    background-image: url('../img/investors-firstscren-bg.svg');
    background-repeat: no-repeat;
    background-position: 52vw 100%;
}

.first-screen--internal {
    padding: 110px 0;

}

@media (max-width: 767.98px) {
    .first-screen--internal {
        padding: 80px 0 90px 0;
    }
}

@media (max-width: 575.98px) {
    .first-screen--internal {
        background-size: 0%, cover;
    }
}

/* post ====================================================== */
.post {}

.post__row {}

.post__info {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    min-height: 100%;
    padding: 30px 0 0 0;
}

.post__info:before {
    top: 50%;
    left: -45%;
    transform: translate(0, -75%);
}

.post__title {
    margin-bottom: 15px;
}


.post__title--investors {
    line-height: 1.2;
}

.post__text-wrapper {
    margin-bottom: 30px;
}

.post__text {
    margin-bottom: 8px;
}

.post__text-wrapper--partners {
    padding-right: 50px;
}

.post__col {}

.post__wrapper-img {}

.post__img {
    width: 100%;
}

@media (max-width: 991.98px) {
    .post__info:before {
        display: none;
    }

    .post__info {
        padding: 10px 0 0 0;
    }

    .post__text-wrapper--partners {
        padding-right: 15px;
    }
}

/* investment focus ================================================ */
.investment-focus {}

.investment-focus__container {}

.investment-focus__title {
    margin-bottom: 63px;
}

.investment-focus__table {
    margin-bottom: 10px;
}

.three-table {}

.three-table__col {
    margin-bottom: 20px;
}

.three-table__card {
    padding-top: 51px;
    padding-right: 10px;
    padding-bottom: 22px;
    padding-left: 30px;
    border-right: 1px solid var(--blue-decor);
    border-bottom: 1px solid var(--blue-decor);
}

.three-table__col:last-child .three-table__card {
    border-radius: 0px 0px 50px 0px;
}

.three-table__step {

    display: inline-block;
    position: relative;
    bottom: 5px;
    margin-right: 15px;
}

.three-table__step,
.three-table__text {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.three-table__text {}

.investment-focus__text {
    line-height: 1.5;
    margin-bottom: 15px;
}

@media (max-width: 991.98px) {
    .investment-focus__title {
        margin-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .three-table__col {
        margin-bottom: 0px;
    }

    .investment-focus__table {
        margin-bottom: 25px;
    }
}

/* business mmodel ============================================================= */
.business-model {
    margin-bottom: 140px;
}

.business-model__container {}

.business-model__title {
    margin-bottom: 10px;
}

.business-model__text {
    line-height: 1.5;
    margin-bottom: 40px;
}

.business-model__body {}

.business-model__sub-title-wrapper {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.business-model__sub-title {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
    color: var(--brand-color);
    margin-right: 10px;
    text-transform: uppercase;

}

.business-model__coin {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 45px;
    padding-left: 30px;
    border-right: 1px solid var(--blue-decor);
    border-bottom: 1px solid var(--blue-decor);

}

.business-model__coin-num,
.business-model__coin-name {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 7px;
}

.business-model__coin-name,
.business-model__coin-text {
    margin-left: 39px;
}

.business-model__coin-text {
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .business-model {
        margin-bottom: 140px;
    }
}

@media (max-width: 767.98px) {
    .business-model {
        margin-bottom: 90px;
    }

    .business-model__coin {
        padding-left: 20px;
    }

    .business-model__coin:last-child {
        border-radius: 0 0 50px 0;
    }

    .business-model__coin-name,
    .business-model__coin-text {
        margin-left: 30px;
    }

}



/* Page business ================================================ */
/* Page business ================================================ */

.first-screen--bg-business {
    background-color: #F2F4FF;
    background-image: url('../img/businesses-firstscren-bg.svg');
    background-repeat: no-repeat;
    background-position: 43vw 100%;
}

@media (max-width: 1269.98px) {
    .first-screen--bg-business {
        background-position: 23vw 100%;
        background-size: cover;
    }
}

@media (max-width: 767.98px) {
    .first-screen--bg-business {
        background-position: 2vw 100%;

    }
}

@media (max-width: 575.98px) {
    .first-screen--bg-business {
        background-size: 0;
    }
}

.first-screen--bg-solutions {
    background-color: #F2F4FF;
    background-image: url('../img/solutions-bg-first.svg');
    background-repeat: no-repeat;
    background-position: 61vw 50%;
    background-size: contain;
}

@media (max-width: 1269.98px) {
    .first-screen--bg-solutions {
        background-position: 59vw 100%;
        /* background-size: contain; */
    }
}

@media (max-width: 1099.98px) {
    .first-screen--bg-solutions {
        background-position: 50vw 50%;
        background-size: 50%;
    }
}

@media (max-width: 767.98px) {
    .first-screen--bg-solutions {
        background-position: 50vw 8%;
        /* background-size: 50%; */
    }
}

@media (max-width: 575.98px) {
    .first-screen--bg-solutions {
        background-size: 0;
    }
}

.how-work {
    overflow-x: hidden;
}

.how-work__container {}

.how-work__title {}

.how-work__text {
    padding-top: 25px;
}

.how-work__table {}

.two-table {
    position: relative;

}

.two-table::before {
    content: '';
    top: 50%;
    right: 0;
    transform: translate(65%, -75%) rotate(180deg);
}

.decor-right {}


.two-table__col {
    padding-top: 20px;
}

.two-table__col--btn {
    margin-bottom: 20px;
    position: relative;
}

.two-table__col:last-child .two-table__card {
    border-radius: 0 0 70px 0;
}

.two-table__col:last-child .two-table__card.two-table__card--form {
    border-radius: unset;
}

.two-table__card--btns {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

@media (min-width: 992px) {
    .two-table__card--btns {
        flex-direction: row;
        /* flex-wrap: wrap; */
        justify-content: space-between;
    }
}

.two-table__card {
    min-height: 100%;
    border-bottom: 1px solid var(--blue-decor);
    border-right: 1px solid var(--blue-decor);
    padding: 30px 45px 35px 30px;
}



.two-table__card-head {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 12px;
}

.two-table__card-head--btn {
    display: flex;
    align-items: start;
    font-weight: 500;
    font-family: Clash Display;
    padding-right: 15px;
}

.two-table__step {
    margin-right: 20px;
}

.two-table__title {
    display: inline-block;

}

.two-table__btn {
    flex: 0 0 auto;
    display: inline-block;
    align-self: center;
    white-space: nowrap;
    text-align: center;
}

.two-table__title--btn {
    line-height: 1.5;
}

@media (min-width: 768px) {
    .two-table__btn {
        flex: 0 0 auto;
        /* width: 40%; */
    }
}

.two-table__text {}

@media (max-width: 1199.98px) {
    .two-table::before {
        transform: translate(38%, -85%) rotate(180deg);
    }
}

@media (max-width: 991.98px) {
    .two-table::before {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .two-table__col {
        padding-top: 0;
    }
}

/* page partners ============================================================ */
/* page partners ============================================================ */
.first-screen--bg-partners {
    background-color: #F2F4FF;
    background-image: url('../img/partners-firstscren-bg.svg');
    background-repeat: no-repeat;
    background-size: 900px, contain;
    background-position: 40vw 100%;
}

@media (max-width: 1599.98px) {
    .first-screen--bg-partners {
        background-size: 890px, contain;
        background-position: 35vw 100%;
    }
}

@media (max-width: 1399.98px) {
    .first-screen--bg-partners {
        background-position: 25vw 100%;
    }
}

@media (max-width: 1199.98px) {
    .first-screen--bg-partners {
        background-size: 880px, contain;
        background-position: 20vw 100%;
    }
}

@media (max-width: 991.98px) {
    .first-screen--bg-partners {
        background-size: 750px, contain;
        background-position: 12vw 100%;
    }
}

@media (max-width: 767.98px) {
    .first-screen--bg-partners {
        background-size: 100%, contain;
        background-position: 12vw 100%;
    }
}

@media (max-width: 575.98px) {
    .first-screen--bg-partners {
        background-size: 0;
    }
}

.our-partners {}

.our-partners__title {
    text-align: center;
    margin-bottom: 30px;
}

.our-partners__emphasized {
    font-weight: inherit;
    color: #0026F9;
}

.our-partners__row {}

.our-partners__col {}

.our-partners__col:nth-child(odd) .our-partners__card {
    padding-right: 68px;
}

.our-partners__col:nth-child(even) .our-partners__card {
    padding-left: 68px;
}

.our-partners__card {
    display: flex;
    min-height: 100%;
}

.our-partners__wrapper-ico {
    margin-right: 40px;
    flex: 0 0 160px;
}

.our-partners__ico {
    width: 100%;
}

.our-partners__text {}

.become-partner__btn {
    margin-right: 15px;
    margin-left: 15px;
    flex: 0 1 auto;
    min-width: 250px;
    margin-bottom: 15px;
    text-align: center;
}

.become-partner__btn--second:visited,
.become-partner__btn--second:active,
.become-partner__btn--second {
    color: var(--brand-color);
    background: #EAEDFF;
}

@media(hover: hover) and (pointer: fine) {
    .become-partner__btn--second:hover {
        color: var(--brand-color);

    }
}

@media (max-width: 1299.98px) {
    .our-partners__col:nth-child(odd) .our-partners__card {
        padding-right: 20px;
    }

    .our-partners__col:nth-child(even) .our-partners__card {
        padding-left: 20px;
    }

    .our-partners__wrapper-ico {
        margin-right: 18px;
    }
}

@media (max-width: 991.98px) {
    .our-partners__col:nth-child(odd) .our-partners__card {
        padding-right: 0px;
    }

    .our-partners__col:nth-child(even) .our-partners__card {
        padding-left: 0px;
    }

    .our-partners__col .our-partners__card {
        margin-bottom: 25px;
    }

    .our-partners__card {
        min-height: 100%;
        flex-direction: column;
    }

    .our-partners__wrapper-ico {
        width: 160px;
        flex: unset;
        margin: 0 auto 10px;

    }

    .our-partners__text {
        text-align: center;
    }
}

/* page tokens ============================================= */
.first-screen--terms,
.first-screen--tokens {
    min-height: 500px;
    display: flex;
    background-image: none;
    background-color: #F2F4FF;
}

.first-screen--tokens .first-screen__text {

    max-width: 630px;
}

@media (min-width: 992px) {

    .first-screen--tokens {
        min-height: 750px;
        padding-top: 50px;
        background-color: #F2F4FF;
        background-image: url('../img/tokens-firstscren-bg.svg');
        background-repeat: no-repeat;
        background-position: 50vw 29%;
        background-size: 552px;
    }
}




@media (min-width: 1200px) {

    .first-screen--tokens {
        background-size: 652px;

    }

    .first-screen--tokens .first-screen__title {

        font-size: 55px;
    }
}

.first-screen--tokens {
    background-size: 652px;

}

@media (min-width: 1440px) {

    .first-screen--tokens {

        background-position: 60vw 16%;
    }
}

.first-screen--terms.first-screen--terms.first-screen--terms {
    background-image: url('../img/terms-firstscren-bg.svg')
}

.first-screen__container--tokens {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.first-screen__inner--tokens {
    min-height: 100%;
}

.first-screen__col--tokens {
    min-height: 100%;
}

.use-tokens {}

.use-tokens__title {
    margin-bottom: 10px;
}

.use-tokens__row {}

.use-tokens__col {
    padding-top: 20px;
}

.use-tokens__col:last-child .use-tokens__card {
    border-radius: 0px 0px 90px 0px;
}

.use-tokens__card {
    min-height: 100%;
    border-bottom: 1px solid var(--blue-decor);
    border-right: 1px solid var(--blue-decor);
    padding: 30px 30px 35px 30px;
}

.use-tokens__card-title {
    font-family: 'Clash Display', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.use-tokens__card-text {}


@media (max-width: 1199.98px) {
    .use-tokens__title {
        max-width: 900px;
    }

    .first-screen--terms

    /* .first-screen--tokens  */
        {
        background-position: 39vw 100%;
    }
}

@media (max-width: 991.98px) {

    .first-screen--terms

    /* .first-screen--tokens  */
        {
        background-size: 65%, contain;
        background-position: 29vw 50%;
    }

    .first-screen--terms {
        background-position: 36vw 50%;
    }

}

@media (max-width: 575.98px) {

    .first-screen--terms,
    .first-screen--tokens {
        background-size: 0;
    }
}


/*404*/
.first-screen--404 {
    --bg-size: contain 50%;
    --bg-pos: 90% 50%;
    background-image: url('../img/404-firstscren-bg.svg');
    background-repeat: no-repeat;
    background-position: var(--bg-pos);
    background-size: var(--bg-size);
    min-height: 770px;
    display: flex;
    align-items: center;
}

.first-screen__text--404 {
    font-weight: 700;
    font-family: 'Clash Display', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 100px;

}

.first-screen__wrapper-img-404 {
    min-height: 470px;
}

.first-screen__img-404 {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1199.98px) {

    .first-screen--terms

    /* .first-screen--tokens  */
        {
        background-position: 39vw 100%;
    }

    .first-screen--404 {
        --bg-size: 70vmax;
    }

}

@media (max-width: 991.98px) {

    .first-screen--terms

    /* .first-screen--tokens  */
        {
        background-size: 65%, contain;
        background-position: 29vw 50%;
    }

    .first-screen--terms {
        background-position: 36vw 50%;
    }

    .first-screen--404 {
        --bg-size: 60vmax;
        --bg-pos: 98% 50%;
        min-height: unset;
    }
}

@media (max-width: 767.98px) {
    .first-screen--404 {
        min-height: 700px;
        align-items: start;
        --bg-size: 80vw;
        --bg-pos: 50% 90%;
    }

    .first-screen__text--404 {
        margin-bottom: 60px;

    }
}

@media (max-width: 575.98px) {
    .first-screen--terms {
        background-size: 0;
    }

    .first-screen--404 {

        --bg-size: 92vW;
        --bg-pos: 50% 83%;
    }

}

@media (max-width: 479.98px) {
    .first-screen--404 {
        min-height: 600px;
        --bg-size: 95vW;
        --bg-pos: 50% 90%;
    }
}

@media (max-width: 359.98px) {

    .first-screen--terms,
    .first-screen--tokens {
        background-size: 0;
    }

    .first-screen--404 {
        --bg-size: 95vW;
        --bg-pos: 50% 85%;
    }
}

.title-aside {}

.title-aside__container {}

@media (min-width: 1200px) {
    .title-aside__container {
        display: flex;

    }

    .title-aside__title {
        flex: 0 0 auto;
        width: 32%;
        padding-right: 25px;
        line-height: 1;
    }

    .title-aside__table {}
}

.title-sm {
    font-family: Clash Display;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    color: #0026F9;

}

.title-xs {
    font-family: Clash Display;
    font-weight: 500;
    font-size: 18px;
}

.title-aside__title {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .title-aside__title {
        margin-bottom: 60px;
    }
}

.title {}

.row {}

.title-aside__table {}

.pharagrfs {}

.col-12 {}

.col-md-6 {}

.pharagrfs__col {
    margin-bottom: 20px;
}

.pharagrfs__card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.pharagrfs__card-head {
    flex: 1 0 auto;
}

.pharagrfs__title {
    margin-bottom: 16px;
}

.pharagrfs__text {}

@media (min-width: 768px) {
    .pharagrfs__col {
        margin-bottom: 50px;
    }
}

.two-table__step--accented {
    color: #0026F9;
    font-family: Clash Display;
    font-weight: 500;
}

.two-table__form-wrapper {
    width: 100%;
}

.two-table__form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.form-request__input--two-table {
    flex: 0 0 auto;
    width: 60%;
}

.form-request__btn--two-table {
    padding-left: 55px;
    padding-right: 55px;
    flex: 0 0 auto;
    width: 40%;

}

.two-table__card--form {
    background: #F7F9FE;
    border: none;
    border-radius: unset;
}

/* classes for hidden ========================================= */
.hidden {
    display: none;
}

.tiles {}

.tiles__container {}

.tiles__title {
    margin-bottom: 30px;
}

.tiles__col {
    margin-bottom: 20px;
}

.tiles__table {}

.tiles__footer {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.tiles__btn-load {
    padding-right: 50px;
    background: url('../img/reload.svg') 90% 50% / 20px no-repeat, #F2F4FF;
    color: #0026F9;
}

@media (min-width: 768px) {
    .tiles__footer {
        padding-top: 70px;
    }
}

.tiles__card {}

.card-tiles {
    border: 1px solid var(--blue-decor);
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.card-tiles__head {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid var(--blue-decor);
}

@media (min-width: 768px) {
    .card-tiles__head {

        min-height: 340px;
    }

}

@media (min-width: 992px) {
    .card-tiles__head {

        min-height: 320px;
    }

}

@media (min-width: 1200px) {
    .card-tiles__head {

        min-height: 415px;
    }

}

.card-tiles__label {
    position: absolute;
    top: 45px;
    left: 0;
    /* transform: translate(-50%, -50%); */
    display: inline-block;
    z-index: 2;
    padding: 15px 24px;
    background: #F2F4FF;
    border-radius: 0px 30px 30px 0px;
}

.card-tiles__img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.card-tiles__body {
    /* flex: 1 0 auto; */
    padding: 20px;
    min-height: 100%;
}

.card-tiles__title {
    font-family: 'Clash Display';

    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
}

.card-tiles__text {}

.card-tiles--btn {}

.card-tiles--btn .card-tiles__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #F2F4FF;
}

.card-tiles--btn .card-tiles__body {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    min-height: 100%;
    height: 100px;
    flex: 1 0 auto;
}

.card-tiles__btn {}

.btn-act {}

.stage-work .investment__card-step,
.stage-work .investment__card-link {
    font-family: 'Clash Display';

    font-weight: 500;
}

.benefits-sol__info-footer {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.rewievs-sol__btn-slider,
.our-project__btn-slider,
.benefits-sol__btn-slider {
    height: 55px;
    width: 90px;
    background: url('../img/arr-next-slide.svg') 50% 50% /80% no-repeat;
}

.rewievs-sol__btn-slider--prev,
.our-project__btn-slider--prev,
.benefits-sol__btn-slider--prev {
    position: relative;
    transform: rotate(-180deg);
}

.benefits-sol__btn-slider--next {}

.benefits-sol__title {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .tiles__title {
        margin-bottom: 65px;
    }

    .benefits-sol__title {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .benefits-sol__title {
        padding-right: 60%;
    }

    .benefits-sol__col {
        position: relative;
    }

    .rewievs-sol__info-footer,
    .benefits-sol__info-footer {
        margin-top: 0px;
        position: absolute;
        top: 0%;
        right: 0;
        transform: translate(-0%, -0%);
        display: inline-block;
    }

}

@media (min-width: 1200px) {
    .tiles__title {
        margin-bottom: 80px;
    }
}

.benefits-sol__swiper {}

.swiper {}

.benefits-sol__wrapper {}

.swiper-wrapper {}

.benefits-sol__slide {
    /* border: 1px solid rgb(57, 18, 212); */
    min-height: 100%;
    height: 100%;
    align-self: strech;
}

.swiper-slide {}

.benefits-sol__card {
    min-height: 100%;
    height: 100%;
}

.card-sol-benefit {
    position: relative;
    padding-left: 90px;
}

.card-sol-benefit__img {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-0%, -0%);
    display: inline-block;
    width: 75px;

}

.card-sol-benefit__title {}

.card-sol-benefit__text {}

.our-project {}

.our-project__row {
    position: relative;
}

.our-project__title {}

.our-project__col {}

.our-project__info {}

.our-project__info-text {}

.our-project__slider {}

.slider-project {}

.swiper-wrapper {}

.slider-project__wrapper {}

.swiper-slide {}

.slider-project__slide {
    border-right: 1px solid #B4BFFF;
    border-bottom: 1px solid #B4BFFF;
    height: 100%;
}

.slider-project__card {
    padding-left: 20px;
}

.slider-project__card-title {
    font-family: Clash Display;
    font-weight: 500;
    font-size: 18px;

}



.slider-project__card-img {
    width: 100%;
    display: inline-block;
}

@media (min-width: 1200px) {

    .slider-project__card {
        display: flex;
        align-items: center;

        overflow: hidden;
        justify-content: center;
    }

    .slider-project__card-title {
        transform: translate(0, -110%);
        flex: 0 0 auto;
        width: 28%;
    }


    .slider-project__card-img {
        flex: 0 1 auto;
        width: 72%;
    }
}

.our-project__info-footer {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.our-project__btn-slider {}

.our-project__btn-slider--prev {}

.our-project__btn-slider--next {}

.swiper-button-disabled {
    filter: grayscale(100%);
    opacity: 0.5;
}

.rewievs-sol__col {
    position: relative;
}

.rewievs-sol__info-footer {
    padding-top: 35px;
    display: flex;
    justify-content: center;
}

.rewievs-sol__title {
    margin-bottom: 25px;
}

.card-rewiev {
    border: 1px solid #B4BFFF;
    height: 100%;
    padding: 20px;
}

.card-rewiev__head {
    padding-left: 95px;
    padding-top: 10px;
    position: relative;
    min-height: 80px;
    margin-bottom: 15px;
}

.card-rewiev__img {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-0%, -50%);
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.card-rewiev__name {
    margin-bottom: 10px;
    font-family: 'Clash Display';
    font-size: 18px;
    font-weight: 500;
}

.card-rewiev__title {}

.contact-sol__title {
    margin-bottom: 20px;
}

.contact-sol__head {
    margin-bottom: 50px;
}

@media (min-width: 992px) {

    .rewievs-sol__info-footer {
        padding-top: 0px;
    }

    .our-project__info-footer {
        margin-top: 0px;
        position: absolute;
        bottom: 0%;
        left: 0%;
        transform: translate(-0%, -0%);
        display: inline-block;

    }

    .rewievs-sol__title {
        margin-bottom: 60px;
    }

    .contact-sol__head {
        margin-bottom: 60px;
    }

}


.form-sol__inp {
    display: block;
    width: 100%;
    background: #F2F4FF;
    padding: 24px;
    margin-bottom: 20px;
}

.form-sol__textarea {
    resize: none;
    min-height: 250px;
}

.contact-sol__links {}

.links-contact {}

.links-contact__item {
    margin-bottom: 40px;
}

.links-contact__link {
    display: flex;
    flex-direction: column;
}

.links-contact__name {
    margin-bottom: 10px;
}

.links-contact__value {
    font-family: 'Clash Display';
    font-weight: 500;
    font-size: 18px;
}

.grecaptcha-badge {
    display: none;
}

.onpage-link {
    color: #0026F9;
    text-decoration: underline;
    cursor: pointer;
}



/* marketplaces*/
/*=== google fonts ===*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #000A43;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url(../fonts/ClashDisplay-Semibold.otf);
    font-weight: 600;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url(../fonts/ClashDisplay-Medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url(../fonts/ClashDisplay-Bold.otf);
    font-weight: 700;
}

h2 {
    font-family: 'ClashDisplay';
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

select {
    cursor: pointer;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: #0026F9;
    text-align: center;
    padding-top: 15px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop img {
    /*    transform: rotate(180deg);*/
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7496%) hue-rotate(186deg) brightness(112%) contrast(100%);
}

.scrolltotop:hover {
    color: #fff;
    box-shadow: 0px 0px 5px #0026F9;
    -webkit-box-shadow: 0px 0px 5px #0026F9;
    -moz-box-shadow: 0px 0px 5px #0026F9;
}

/*=== banner area start ===*/

.banner-area {
    background: #F2F4FF;
}

.banner-item {
    background-image: url(/main_page/market/images/banner-bg.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
    padding: 202px 0 112px;
}

.banner-item2 {
    background-image: url(/main_page/market/images/banner-bg2.svg);
}

.banner-item-inner h2 {
    color: #000A43;
    font-size: 55px;
    text-transform: uppercase;
    margin-bottom: 29px;
}

.banner-item-inner p {
    color: #000A43;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 29px;
}

.banner-item-inner ul {
    display: flex;
    align-items: center;
}

.banner-item-inner ul li a {
    color: #0026F9;
    font-size: 16px;
    font-weight: 500;
}

.banner-item-inner ul li a img {
    margin-left: 10px;
    max-width: 21px;
    display: inline-block !important;
    margin-top: 10px;
}

.banner-item-inner ul li:nth-of-type(2) a {
    color: #fff;
    padding: 15px 20px;
    border-radius: 500px;
    background: #0026F9;
    margin-left: 40px;
}

.banner-item-inner ul li a:hover {
    opacity: .8;
}

.banner-carousel.owl-theme {
    padding-bottom: 40px;
}

.banner-carousel.owl-theme .owl-nav {
    margin: 0;
}

.banner-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}

.banner-carousel.owl-theme .owl-dots .owl-dot span {
    border-radius: 32px;
    background: #A4A7BB;
    width: 23.5px;
    height: 4.231px;
    margin: 0 3px !important;
}

.banner-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #0026F9;
    width: 100.49px;
}

.banner-area-inner .banner-item {
    background-image: url(/main_page/market/images/banner-bg3.svg);
}

.banner-area-inner .banner-item2 {
    background-image: url(/main_page/market/images/banner-bg4.svg);
}

/*=== apportunities area start ===*/

.apportunities-area {
    padding-top: 93px;
}

.apportunities-item h2 {
    color: #000A43;
    font-size: 35px;
    text-transform: uppercase;
    margin: 16px 0 20px;
}

.apportunities-item p {
    color: #000A43;
    font-size: 16px;
    line-height: 135%;
    margin-bottom: 33px;
}

.apportunities-area .row {
    --bs-gutter-x: 20px;
}

.apportunities-item2 {
    border: 1px solid #B4BFFF;
    margin-bottom: 20px;
}

.apportunities-item2-inner {
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #B4BFFF;
}

.apportunities-item2-inner img {
    width: 100%;
}

.apportunities-item2-inner>span {
    color: #000A43;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 59px;
    left: 0;
    padding: 15px 44px 15px 24px;
    border-radius: 0px 30px 30px 0px;
    background: #F2F4FF;
}

.apportunities-item2-inner2 {
    padding: 20px 20px 31px;
}

.apportunities-item2-inner2 h2 {
    color: #000A43;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
}

.apportunities-item2-inner2 h6 {
    color: #A4A7BB;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.apportunities-item2-inner2 p {
    color: #000A43;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    max-width: 370px;
}

.apportunities-item2-inner2 h3 {
    font-family: 'ClashDisplay';
    color: #0026F9;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.apportunities-item2-inner2 h3 span {
    font-family: 'Raleway', sans-serif;
    color: #A4A7BB;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}

.apportunities-item2-inner3 {
    height: 7px;
    margin-bottom: 18px;
    background: #F2F4FF;
}

.apportunities-item2-inner3 span {
    width: 80%;
    height: 7px;
    display: block;
    background: #0026F9;
}

.apportunities-item2-inner2 ul {
    display: flex;
}

.apportunities-item2-inner2 ul li {
    color: #000A43;
    font-size: 12px;
    font-weight: 400;
    margin-right: 35px;
    margin-bottom: 19px;
}

.apportunities-item2-inner2 ul li:last-of-type {
    margin-right: 0;
}

.apportunities-item2-inner2 ul li span {
    font-size: 16px;
    display: block;
    font-weight: 800;
}

.apportunities-item2-inner2>a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    width: 100%;
    border-radius: 500px;
    background: #0026F9;
}

.apportunities-item2-inner2>a:hover {
    opacity: .8;
}

.apportunities-item3 a {
    color: #0026F9;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 500px;
    background: #F2F4FF;
    margin-top: 27px;
}

.apportunities-item3 a img {
    margin-left: 10px;
}

.apportunities-item3 a:hover {
    background: #0026F9;
    color: #fff;
}

.apportunities-item3 a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(7498%) hue-rotate(299deg) brightness(129%) contrast(100%);
}

.apportunities-area2 .apportunities-item2-inner {
    padding-bottom: 18px;
    border-bottom: none;
}

.apportunities-item2-inner4 {
    padding: 13px 13px;
    background: #000A43;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.apportunities-item2-inner4 ul li {
    color: #FFF;
    text-align: right;
    font-weight: 400;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 16px;
}

.apportunities-item2-inner4 ul li strong {
    font-family: 'ClashDisplay';
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 12px;
}

.apportunities-item2-inner4 ul li span {
    font-size: 16px;
    margin-left: 12px;
}

.apportunities-item2-inner4 ul li:nth-of-type(1) {
    font-size: 13px;
    line-height: 14px;
}

.apportunities-area2 .apportunities-item2-inner2 {
    padding-top: 18px;
    padding-bottom: 43px;
}

.apportunities-item2-inner2 h5 {
    color: #000A43;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}

.apportunities-item2-inner2 h5 img {
    margin-right: 14px;
}

.apportunities-area2 .apportunities-item2-inner2 p {
    max-width: 360px;
}

.apportunities-area2 .apportunities-item2-inner2 ul {
    padding-right: 18px;
    justify-content: space-between;
}

.apportunities-area2 .apportunities-item2-inner2 ul li {
    margin-right: 0;
}

.apportunities-area2 .apportunities-item3 a {
    margin-top: 70px;
}

/*=== feature area start ===*/

.feature-area {
    padding-top: 70px;
}

.feature-item h2 {
    color: #000A43;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 65px;
}

.feature-item2 {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.feature-item2 div:nth-of-type(1) {
    width: 92px;
    flex: 0 0 92px;
}

.feature-item2 h2 {
    color: #000A43;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.feature-item2 p {
    color: #000A43;
    font-size: 16px;
    font-weight: 400;
}

.feature-item3 h2 {
    margin: 65px 0 47px;
}

.feature-item4-inner {
    padding: 20px 30px 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 1px solid #B4BFFF;
    border-bottom: 1px solid #B4BFFF;
}

.feature-item4-inner h2 {
    color: #000A43;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    max-width: 373px;
    display: flex;
}

.feature-item4-inner h2 span {
    width: 50px;
    flex: 0 0 50px;
}

.feature-item4-inner p {
    color: #000A43;
    font-size: 16px;
    font-weight: 400;
}

.feature-item4-inner a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    border-radius: 500px;
    border: 1px solid #3856FF;
    background: #3856FF;
    width: 166px;
    margin-left: 28px;
}

.feature-item4-inner a:hover {
    opacity: .8;
}

.feature-item4-inner2 {
    border-radius: 0px 0px 50px 0px;
}

.feature-item4-inner2 p {
    min-height: 117px;
}

.feature-item5 {
    padding: 36px 0 80px;
}

.feature-item5 p {
    color: rgba(0, 7, 45, 0.75);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 30px;
}

.feature-item5-inner p {
    color: #00072D;
    margin-bottom: 5px;
}

.feature-item5-inner a {
    color: #3856FF;
    font-size: 16px;
    font-weight: 500;
}

.feature-item5-inner a img {
    margin-left: 8px;
    margin-top: 9px;
}

.feature-item5-inner a:hover {
    opacity: .8;
}

/*=== footer area start ===*/

.footer-area {
    padding: 45px 0;
    background: #00072D;
}

.footer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-item-inner h6 {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}

.footer-item-inner2 ul {
    display: flex;
    align-items: center;
}

.footer-item-inner2 ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    margin: 0 17px;
}

.footer-item ul li a:hover {
    opacity: .8;
}

.footer-item-inner3 ul {
    display: flex;
    align-items: center;
}

.footer-item-inner3 ul li a {
    margin-left: 20px;
}

/*=== invest page start ===*/

.invest-area {
    padding: 44px 0 100px;
    overflow: hidden;
}

.invest-area .row {
    --bs-gutter-x: 49px;
}

.breadcrumb-item ul {
    display: flex;
    align-items: center;
}

.breadcrumb-item ul li {
    color: #A4A7BB;
    font-size: 12px;
    font-weight: 400;
    margin-right: 12px;
}

.breadcrumb-item ul li a {
    color: #A4A7BB;
}

.breadcrumb-item ul li span {
    color: #000A43;
    font-size: 12px;
}

.breadcrumb-item ul li a:hover {
    color: #000A43;
}

.invest-item-inner h2 {
    color: #000A43;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 53px 0 20px;
}

.invest-item-inner p {
    color: #000A43;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 53px;
}

.invest-item-inner2 {
    position: relative;
}

.invest-item-inner2 ul {
    border-bottom: 2px solid #F2F4FF !important;
    justify-content: space-between;
    margin-bottom: 60px;
    display: flex !important;
}

.invest-item-inner2 ul li a {
    font-family: 'ClashDisplay';
    color: #A4A7BB;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: -2px;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    width: 228px;
}

.invest-item-inner2 ul li a.active {
    color: #0026F9 !important;
    border-color: #0026F9 !important;
}

.invest-item-inner2 ul li a:hover {
    color: #0026F9 !important;
}

.overview-item-inner {
    padding: 35px 0 48px;
    border-right: 1px solid #B4BFFF;
    border-bottom: 1px solid #B4BFFF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.overview-item-inner2 {
    width: 278px;
    padding-right: 44px;
}

.overview-item-inner2 img {
    width: 100%;
}

.overview-item-inner3 {
    width: calc(100% - 278px);
}

.overview-item-inner3 h3 {
    font-family: 'ClashDisplay';
    color: #3856FF;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 13px;
}

.overview-item-inner3 h2 {
    color: #000A43;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 11px;
}

.overview-item-inner3 p {
    color: #A4A7BB;
    font-size: 16px;
    font-weight: 400;
}

.overview-item-inner4 {
    padding: 25px 0;
    border-right: 1px solid #B4BFFF;
    border-bottom: 1px solid #B4BFFF;
    margin-bottom: 21px;
    padding-right: 49px;
}

.overview-item-inner4 h2 {
    color: #3856FF;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 34px;
}

.overview-item-inner4 ul li {
    color: #A4A7BB;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 0 22px;
    border-bottom: 1px solid #F2F4FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.overview-item-inner4 ul li span {
    color: #000A43;
}

.overview-item-inner4 ul li:last-of-type {
    border-bottom: none;
}

.overview-item-inner5 ul {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.overview-item-inner5 ul li {
    border-bottom: none;
}

.overview-item-inner5 ul li a {
    font-family: 'Poppins', sans-serif;
    color: #A4A7BB;
    font-size: 18px;
    font-weight: 500;
    margin-right: 37px;
}

.overview-item-inner5 ul li a img {
    margin-right: 10px;
}

.overview-item-inner5 ul li a:hover {
    color: #3856FF;
}

.overview-item-inner6 {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.overview-item-inner6 div {
    display: flex;
    align-items: center;
}

.overview-item-inner6 h2 {
    margin: 0;
}

.overview-item-inner6 div img {
    margin-right: 10px;
    margin-left: 57px;
}

.overview-item-inner6 p {
    color: #A4A7BB;
    font-size: 12px;
    font-weight: 400;
    max-width: 295px;
}

.overview-item-inner6 p span {
    color: #3856FF;
}

.overview-item-inner6 h3 {
    color: #A4A7BB;
    font-size: 16px;
    font-weight: 400;
    margin-right: 57px;
}

.overview-item-inner6 a {
    color: #3856FF;
    font-size: 16px;
    font-weight: 800;
}

.overview-item-inner6 a img {
    font-size: 14px;
    color: #A4A7BB;
    margin-top: 10px;
    margin-left: 6px;
}

.overview-item-inner6 a:hover {
    opacity: .8;
}

.overview-item-inner7 ul li {
    color: #A4A7BB;
    font-size: 16px;
    font-weight: 500;
    justify-content: start;
    align-items: start;
    max-width: 516px;
    margin-bottom: 20px;
    border-bottom: none;
    padding: 0;
}

.overview-item-inner7 .button {
    margin-top: 50px;
}



.overview-item-inner7 ul li div>span {
    margin: 0 5px;
    color: #A4A7BB;
    font-size: 16px;
    font-weight: 500;
}

.overview-item-inner7 ul li p span {
    color: #3856FF;
}

.overview-item-inner7 form {
    margin-top: 30px;
}

.overview-item-inner7 form input {
    display: none;
}

.overview-item-inner7 form label {
    color: #A4A7BB;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.overview-item-inner7 form label span {
    color: #000A43;
    margin-left: 4px;
}

.overview-item-inner7 form label:before {
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 1px solid #A4A7BB;
    margin-right: 16px;
}

.overview-item-inner7 form input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 12px;
    border: solid #A4A7BB;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.overview-item-inner7>a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    background: #0026F9;
    width: 254px;
    height: 50px;
    margin-top: 32px;
    margin-bottom: 35px;
}

.overview-item-inner7>a:hover {
    opacity: .8;
}

.overview-item-inner8 {
    border-radius: 0px 0px 154px 0px;
}

.payment-item {
    max-width: 763px;
    margin: 0 auto;
}

.payment-item-inner h2 {
    color: #3856FF;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.payment-item-inner p {
    color: #000A43;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 32px;
}

.payment-item input {
    color: #000A43;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    border: none;
    background: #F2F4FF;
}

.payment-item input::placeholder {
    opacity: 1;
    color: #000A43;
}

.payment-item-inner2 input {
    padding: 24px;
}

.payment-item h6 {
    color: #A4A7BB;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 15px;
}

.payment-item-inner3 ul {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 18px;
}

.payment-item-inner3 ul li a {
    color: #000A43;
    font-size: 20px;
    font-weight: 400;
    margin-right: 30px;
}

.payment-item-inner3 ul li a.active {
    font-family: 'ClashDisplay';
    font-weight: 500;
}

.payment-item-inner4 {
    padding: 17px 29px 15px 20px;
    background: #F2F4FF;
}

.payment-item-inner7 ul {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.payment-item-inner7 ul li {
    color: #A4A7BB;
    font-size: 16px;
    font-weight: 400;
}

.payment-item-inner7 ul li:nth-of-type(2) {
    margin-left: auto;
    margin-right: 21px;
}

.payment-item-inner5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-item-inner6 {
    position: relative;
}

.payment-item-inner6 .nice-select {
    font-family: 'Poppins', sans-serif;
    color: #A4A7BB;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    padding-left: 47px;
    padding-right: 25px;
    border-radius: 39px;
    background: #FFF;
    display: flex;
    align-items: center;
    height: 38px;
    border: none;
    min-width: 131px;
}

.payment-item-inner6 .nice-select option {
    width: 100%;
    z-index: 9999;
}

.payment-item-inner6 .nice-select:after {
    border-color: #A4A7BB;
    right: 12px;
    width: 8px;
    height: 8px;
}

.payment-item-inner6 .nice-select.open .list {
    z-index: 99999;
}

.payment-item-inner6 img {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    z-index: 999;
    width: 29px;
}

.payment-item button {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: none;
    padding: 15px;
    border-radius: 500px;
    background: #0026F9;
    width: 254px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.payment-item button:hover {
    opacity: .8;
}

.confirm-item .overview-item-inner4 {
    border: none;
    max-width: 567px;
}

.confirm-item .overview-item-inner4 ul li {
    padding: 19px 0;
    padding-right: 20px;
}

.confirm-item .overview-item-inner4 ul li span img {
    margin-right: 22px;
}

.confirm-item .overview-item-inner4 ul li:nth-of-type(10) {
    border-color: #092AE2;
}

.confirm-item .overview-item-inner4 ul li:last-of-type {
    color: #000A43;
    font-size: 18px;
    font-weight: 500;
}

.confirm-item .overview-item-inner4 ul li:last-of-type span {
    color: #000A43;
    font-size: 16px;
    font-weight: 400;
}

.confirm-item2 h2 {
    color: #0026F9;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.confirm-item2 p {
    color: #000A43;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 55px;
}

.confirm-item2 a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    max-width: 311px;
    display: block;
    border-radius: 500px;
    background: #0026F9;
}

.confirm-item2 a:hover {
    opacity: .8;
}

/*=== confirm-modal-area start ===*/

.confirm-modal-area .modal-dialog {
    max-width: 976px;
}

.modal-content {
    border: none;
    padding: 0;
}

.confirm-modal-item {
    text-align: center;
    padding: 106px 15px;
    position: relative;
    background: #FFF;
    box-shadow: 0px 12px 42px 0px rgba(14, 27, 70, 0.10);
}

.confirm-modal-item-inner {
    position: absolute;
    top: 30px;
    right: 44px;
}

.confirm-modal-item-inner img {
    cursor: pointer;
}

.confirm-modal-item-inner2 h2 {
    color: #000A43;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 11px 0 28px;
}

.confirm-modal-item-inner2 p {
    font-family: 'Poppins', sans-serif;
    color: #A4A7BB;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.272px;
    margin-bottom: 49px;
}

.confirm-modal-item-inner2 p span {
    color: #000A43;
}

.confirm-modal-item-inner2 a {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 65px;
    background: #0026F9;
    width: 189px;
    height: 49px;
    margin: 0 auto;
}

.confirm-modal-item-inner2 a:hover {
    opacity: .8;
}

/*=== investor page start ===*/

.investor-area {
    padding-top: 30px;
}

.investor-item {
    display: flex;
    flex-wrap: wrap;
}

.investor-item-inner {
    width: calc(100% - 310px);
    padding-right: 30px;
}

.investor-carousel {
    max-width: 907px;
}

.investor-item-inner2 img {
    width: 100%;
}

.investor-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
}

.investor-carousel .owl-nav button.owl-next,
.investor-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    border: 1px solid #C0C3D3 !important;
    font-size: 16px !important;
    color: transparent !important;
    background-image: url(/main_page/market/images/icon-19.svg) !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: center !important;
    margin: 0 5px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.investor-carousel .owl-nav button.owl-next {
    transform: rotate(180deg);
}

.investor-carousel .owl-nav button.owl-next:hover,
.investor-carousel .owl-nav button.owl-prev:hover {
    border-color: #3856FF;
}

.investor-item-inner3 {
    width: 310px;
    padding: 0 28px;
    text-align: center;
}

.investor-item-inner4 {
    padding-top: 65px;
    position: relative;
    margin-bottom: 80px;
    z-index: 1;
}

.investor-item-inner4 h2 {
    color: #3856FF;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.investor-item-inner4 h6 {
    color: #A4A7BB;
    font-size: 16px;
    font-weight: 400;
}

.investor-item-inner4 h3 {
    font-family: 'ClashDisplay';
    color: #A4A7BB;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.investor-item-inner4 img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.investor-item-inner5 h2 {
    color: #000A43;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.investor-item-inner5 h2 span {
    margin-left: 11px;
}

.investor-item-inner5 p {
    color: #A4A7BB;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}

.investor-item-inner5 a {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    width: 100%;
    border-radius: 500px;
    background: #0026F9;
}

.investor-item-inner5 a:hover {
    opacity: .8;
}

/*=== deal area start ===*/

.deal-area {
    padding-top: 40px;
}

.deal-area-inner {
    display: flex;
    flex-wrap: wrap;
}

.deal-area-inner2 {
    width: calc(100% - 310px);
    padding-right: 20px;
}

.deal-item h2 {
    color: #000A43;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.deal-item-inner {
    margin-bottom: 65px;
}

.deal-item-inner p {
    color: #A4A7BB;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.deal-item-inner h2 {
    color: #000A43;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.deal-item2 {
    background-image: url(/main_page/market/images/deal-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 52px;
    z-index: 1;
}

.deal-item2 h2 {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.deal-item2 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.deal-item2 ul li {
    font-family: 'ClashDisplay';
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-align: center;
    z-index: 1;
}

.deal-item2 ul li span {
    color: #B4BFFF;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #262F67;
    outline: 10px solid #061049;
    margin: 0 auto 15px;
}

.deal-item2 ul li.active span {
    color: #FF7101;
}

.deal-item2 ul li:after {
    content: '';
    position: absolute;
    top: 32px;
    left: 0;
    width: 300px;
    height: 1px;
    border-bottom: 1px dashed #B4BFFF;
    z-index: -1;
}

.deal-item2 ul li:nth-of-type(1) span {
    outline-color: #0C185A;
}

.deal-item3-inner {
    display: flex;
    padding-top: 50px;
}

.deal-item3-inner2 {
    width: 300px;
}

.deal-item3-inner2 ul {
    flex-direction: column;
    border: none !important;
    padding: 0;
}

.deal-item3-inner2 ul li a {
    font-family: 'ClashDisplay';
    color: #A4A7BB !important;
    font-size: 18px;
    font-weight: 500;
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
    margin-bottom: 28px !important;
}

.deal-item3-inner2 ul li a.active {
    color: #000A43 !important;
    border: none !important;
}

.deal-item3-inner2 ul li a:hover {
    color: #000A43 !important;
}

.deal-item3-inner3 {
    width: calc(100% - 300px);
}

.deal-item3-inner4 h2 {
    color: #000A43;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 28px;
}

.deal-item3-inner4 p {
    color: #A4A7BB;
    font-size: 16px;
    line-height: 135%;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 587px;
}

.deal-item3-inner4 a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    width: 254px;
    border-radius: 500px;
    margin-top: 14px;
    background: #0026F9;
}

.deal-item3-inner4 a:hover {
    opacity: .8;
}

.deal-item3-inner5 {
    padding-top: 65px;
}

.deal-item3-inner5 h2 {
    margin: 28px 0 20px;
}

.deal-item3-inner5>a {
    width: 168px;
}

.deal-item3-inner5 p {
    max-width: 100%;
    color: #000A43;
    margin: 30px 0;
}

.deal-item3-inner5 p a {
    width: auto;
    padding: 0;
    background: transparent;
    color: #0026F9;
}

.deal-item3-inner5 h6 {
    color: #A4A7BB;
    font-size: 12px;
    font-weight: 400;
}

.deal-item3-inner6 {
    padding-top: 47px;
}

.deal-item3-inner7 {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 0.667px solid #C0C3D3;
    max-width: 513px;
}

.deal-item3-inner7 ul li {
    color: #000A43;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
}

.deal-item3-inner7 ul li img {
    margin-right: 13px;
}

.deal-item3-inner7 ul li:last-of-type {
    margin-bottom: 0;
}

.deal-item3-inner9 {
    padding-top: 50px;
}

.deal-item3-inner10 {
    margin-bottom: 28px;
    cursor: pointer;
}

.deal-item3-inner10 h2 {
    color: #A4A7BB;
    font-size: 18px;
    font-weight: 500;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.deal-item3-inner10.active h2 {
    color: #000A43;
}

.deal-area-inner3 {
    width: 310px;
    padding-bottom: 50px;
}

.deal-area-inner3 .row {
    --bs-gutter-x: 12px;
}

.deal-item4 {
    margin-bottom: 10px;
    padding: 22px 22px 29px;
    border: 1px solid #B4BFFF;
}

.deal-item4-inner img {
    width: 100%;
}

.deal-item4-inner2 {
    padding: 18px 5px 0;
}

.deal-item4-inner3 {
    padding: 0 5px;
}

.deal-item4-inner2 h3 {
    color: #000A43;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
}

.deal-item4-inner2 h6 {
    color: #A4A7BB;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 17px;
}

.deal-item4-inner2 p {
    color: #000A43;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.deal-item4-inner2 ul {
    display: flex;
}

.deal-item4-inner2 ul li {
    color: #A4A7BB;
    font-size: 12px;
    font-weight: 400;
}

.deal-item4-inner2 ul li span {
    color: #000A43;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.deal-item4-inner2 ul li:nth-of-type(1) {
    margin-right: 12px;
}

.deal-item4-inner2 a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 500px;
    background: #0026F9;
    padding: 15px;
    width: 100%;
    margin-top: 26px;
}

.deal-item4-inner2 a:hover {
    opacity: .8;
}

.button {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    border-radius: 500px;
    background: #0026F9;
    width: 40%;
    display: block;
    margin-top: 10px;
    margin: 0 auto;
}

#connect .modal-header {
    border-bottom: none;
    padding: 24px 24px 0;
}

#connect .modal-header .close {
    outline: none;
    font-size: 20px;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

#connect .modal-body {
    padding: 0 20px 30px;
}

#connect .modal-main h2 {
    font-size: 24px;
    font-weight: 400;
    color: #191919;
    text-align: center;
    margin-bottom: 20px;
}

#connect .modal-main label {
    font-size: 16px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 3px;
}

#connect .pass-innerf {
    position: relative;
}

#connect .modal-main select,
#connect .modal-main input {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background: #FFF;
    border: 1px solid #A6B0C3;
    padding: 10px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    outline: none;
}

.swap__footer-bottom {
    clear: both;
    padding-top: 30px;
}

.deal-area-inner {
    padding-bottom: 30px;
}

.b24-form-sign {
    display: none !important;
}

/*marketplace */


/* start blog */

.real-titlenp a {
    color: #0d6efd;
}

.header-area-np {
    padding: 15px 0;
    background: #F2F4FF;
}

.logo-item-np img {
    max-width: 154px;
    height: auto;
}

.main-nav-np ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.main-nav-np ul li {
    margin-right: 25px;
}

.main-nav-np ul li:last-child {
    margin-right: 0;
}

.main-nav-np ul li a {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    color: #000A43;
    transition: 0.2s all ease;
}

.main-nav-np ul li a:hover {
    color: #0026F9;
}

.top-loginnp ul {
    display: flex;
    justify-content: flex-end;
}

.top-loginnp ul li {
    margin-right: 30px;
}

.top-loginnp ul li:last-child {
    margin-right: 0;
}

.top-loginnp ul li:nth-child(1) a {
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    color: #0026F9;
}

.top-loginnp ul li:nth-child(2) a {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    color: #000A43;
    border-radius: 500px;
    background: #EAEDFF;
    padding: 15px 20px;
}

/* MOBIL-MENU-START*/
.sidebar-menu {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -250px;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left;
    background: #000000;
    z-index: 9999;
}

.sidebar-menu.active {
    left: 0;
}

.menu-wrap {
    margin-top: 20px;
    padding: 0 10px;
}

.menu-item a {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 10px;
    transition: 0.2s all ease;
}

.menu-item a:hover {
    color: #0026F9;
}

.menu-header {
    background: #fff;
    padding: 12px 8px;
}

.close-icon {
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
    cursor: pointer;
}

.close-icon::before,
.close-icon::after {
    content: '';
    background: #000000;
    position: absolute;
    height: 100%;
    width: 4px;
    border-radius: 3px;
}

.close-icon::before {
    transform: rotate(45deg);
}

.close-icon::after {
    transform: rotate(-45deg);
}

.menu-btn {
    width: 30px;
    cursor: pointer;
    margin-left: auto;
}

.menu-btn span {
    display: block;
    width: 100%;
    height: 4px;
    background: #000000;
    margin: 5px 0 0 0;
    border-radius: 5px;
}

.menu-btn span:first-child {
    margin-top: 0;
}

.mobil-brand img {
    max-width: 115px;
}

/* MOBIL-MENU-END*/
.hero-area-np {
    background: #F2F4FF;
    padding: 40px 0;
}

.heronp-left {
    max-width: 713px;
}

.heronp-left h2 {
    font-family: 'Clash Display';
    font-weight: 600;
    font-size: 55px;
    color: #000A43;
    text-transform: uppercase;
}

.heronp-left p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 18px;
    color: #000A43;
    margin-top: 15px;
}

.heronp-btn {
    max-width: 444px;
    position: relative;
    margin-top: 29px;
}

.heronp-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
}

.heronp-left a {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    border-radius: 500px;
    background: #3856FF;
    padding: 15px 58px;
    transition: 0.2s all ease;
    display: inline-block;
    margin-top: 29px;
}

.heronp-left a:hover {
    opacity: 0.9;
}

.heronp-right img {
    width: 100%;
}

/*blog-area*/
.blog-area-np {
    background: #ffffff;
    padding: 140px 0 146px 0;
}

.blog-titlenp {
    margin-bottom: 15px;
}

.blog-titlenp h2 {
    font-family: Clash Display;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-itemnp {
    position: relative;
    border: 1px solid #B4BFFF;
    margin-top: 40px;
    min-height: 543px;
}

.timenp {
    position: absolute;
    left: 0;
    top: 49px;
    width: 178px;
    background: #F2F4FF;
    border-radius: 0px 30px 30px 0px;
    display: flex;
    align-items: center;
    padding: 8px 24px;
}

.timenp img {
    max-width: 32px;
    margin-right: 10px;
}

.timenp span {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    color: #000A43;
}

.blog-imgnp {
    padding: 20px;
}

.blog-imgnp img {
    width: 100%;
}

.blog-cntnp {
    padding: 20px;
    border-top: 1px solid #B4BFFF;
}

.blog-cntnp h4 {
    font-family: Clash Display;
    font-weight: 500;
    font-size: 18px;
}

.blog-cntnp h4 a {
    color: #000A43;
}

.blog-cntnp p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    color: #000A43;
    margin-top: 10px;
}

.pagination-np {
    margin-top: 60px;
}

.pagination-np ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-np ul li {
    margin-right: 30px;
}

.pagination-np ul li:last-child {
    margin-right: 0;
}

.pagination-np ul li:nth-of-type(1),
.pagination-np ul li:nth-last-child(-n + 2) {
    margin-right: 60px;
}

.pagination-np ul li a {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    color: #000A43;
    transition: 0.2s all ease;
}

.pagination-np ul li a i {
    width: 15px;
}

.pagination-np ul li a:hover {
    color: #0026F9;
}

.active-paginp {
    font-weight: 500 !important;
    color: #0026F9 !important;
}

.tab-np {
    display: none;
}

/*most-area*/
.most-popular-np {
    background: #ffffff;
    padding: 1px 0 84px 0;
}

.most-titlenp h2 {
    font-family: Clash Display;
    font-size: 35px;
    font-weight: 600;
    color: #000A43;
    text-transform: uppercase;
}

.timenp img {
    width: 26px !important;
    display: inline-block !important;
}

.home-cnt {
    margin-top: 60px;
}

.blog-itemnp2 {
    min-height: 569px;
}

.main-content1 {
    position: relative;
}

.main-content1 .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}

.main-content1 .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 10px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 2px solid #5B2B81 !important;
    display: none;
}

.main-content1 .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: red;
}

.main-content1 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content1 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content1 .owl-theme .custom-nav {
    position: absolute;
    top: -58px;
    left: 89%;
    right: 0;
}

.main-content1 .owl-theme .custom-nav .owl-prev,
.main-content1 .owl-theme .custom-nav .owl-next {
    position: absolute;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content1 .owl-theme .custom-nav .owl-prev i,
.main-content1 .owl-theme .custom-nav .owl-next i {
    font-size: 20px;
    color: #ffffff;
    background: #5B2B81;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.main-content1 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content1 .owl-theme .custom-nav .owl-next {
    right: 0;
}

/* OWL-CAROUSEL-ONE */
.real-area-np {
    background: #ffffff;
    padding: 40px 0 126px 0;
}

.real-leftnp {
    max-width: 860px;
}

.real-titlenp ul {
    display: flex;
    align-items: center;
}

.real-titlenp ul li {
    margin-right: 40px;
}

.real-leftnp .tech-item ul li {
    list-style: disc;
}

.real-leftnp .tech-item ul {
    margin-left: 30px;
}

.real-leftnp .tech-item a {
    color: #0d6efd;
}

.real-titlenp ul li a {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
}

.real-titlenp ul li:first-child a {
    font-weight: 400;
    color: #000A43;
}

.real-titlenp ul li:last-child {
    margin-right: 0;
}

.real-titlenp ul li span img {
    max-width: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.readnp-img img {
    width: 100%;
    margin-top: 20px;
}

.realmain-titlenp {
    margin-top: 70px;
}

.realmain-titlenp h2 {
    font-family: Clash Display;
    font-weight: 600;
    font-size: 55px;
    text-transform: uppercase;
}

.realmain-titlenp a {
    color: #000A43;
}

.realmain-titlenp h6 {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    color: #000A43;
    margin-top: 20px;
}

.realmain-titlenp h6 span img {
    max-width: 32px;
    margin-right: 10px;
}

.real-leftnp p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    color: #000A43;
    margin-top: 20px;
}

.flexnp-item {
    margin-top: 30px;
}

.real-leftnp h4 {
    font-family: Clash Display;
    font-weight: 500;
    font-size: 18px;
    color: #000A43;
}

.flexnp-item ul {
    margin-top: 10px;
}

.flexnp-item ul li:first-child {
    margin-top: 0;
}

.flexnp-item ul li {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    color: #000A43;
    margin-top: 20px;
}

.flexnp-item ul li span {
    margin-right: 15px;
}

.tech-item {
    margin-top: 30px;
}

.alternative-item {
    margin-top: 30px;
}

.alternative-item img {
    width: 100%;
    margin-top: 10px;
}

.esg-item {
    margin-top: 30px;
}

.life-item {
    margin-top: 30px;
}

.real-rightnp {
    position: sticky;
    top: 80px;
    z-index: 200;
}

.real-rightnp h3 {
    font-family: Clash Display;
    font-weight: 500;
    font-size: 18px;
    color: #000A43;
}

.realright-listnp ul {
    margin-top: 20px;
}

.realright-listnp ul li {
    margin-top: 20px;
}

.realright-listnp ul li:first-child {
    margin-top: 0;
}

.realright-listnp ul li a {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
    color: #000A43;
    transition: 0.2s all ease;
    position: relative;
}

.realright-listnp ul li a:hover {
    color: #3856FF;
}

.realright-listnp ul li a:hover::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 22px;
    background: #3856FF;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

.realright-listnp ul li span {
    font-weight: 500;
    margin-right: 5px;
}

.share-itemnp {
    border-top: 1px solid #C0C3D3;
    margin-top: 20px;
    padding-top: 20px;
}

.share-itemnp h4 {
    font-family: Clash Display;
    font-weight: 500;
    font-size: 18px;
    color: #000A43;
}

.share-itemnp ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.share-itemnp ul li {
    margin-right: 20px;
}

.share-itemnp ul li:last-child {
    margin-right: 0;
}

.share-itemnp ul li a img {
    max-width: 25px;
    transition: 0.2s all ease;
}

.share-itemnp ul li a img:hover {
    opacity: 0.9;
}

/*footer-area*/
.footer-area-np {
    background: url('images/footer-np.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 108px 0 112px 0;
}

.footer-leftnp {
    max-width: 527px;
}

.footer-leftnp h2 {
    font-family: Clash Display;
    font-weight: 600;
    font-size: 35px;
    color: #ffffff;
    text-transform: uppercase;
}

.footer-leftnp p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin-top: 12px;
}

.footer-input-wrapnp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-input1np {
    width: 65%;
    margin-right: 40px;
}

.footer-input1np input {
    width: 100%;
    outline: none;
    border: none;
    background: none;
    border-bottom: 1px solid #ffffff;
    padding: 8px 0;
    color: #ffffff;
}

.footer-input1np input::placeholder {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    opacity: 1;
}

.footer-input2np {
    width: 28%;
}

.footer-input2np input {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    padding: 13px 54px;
    background: #3856FF;
    border: none;
    border-radius: 500px;
    transition: 0.2s all ease;
}

.footer-input2np:hover input {
    opacity: 0.8;
}

.copyright-area-np {
    background: #00072D;
    padding: 45px 0;
}

.copyright-itemnp1 p {
    font-family: Raleway;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    margin-top: 9px;
}

.copyright-itemnp ul {
    display: flex;
    align-items: center;
}

.copyright-item2np ul li {
    margin-right: 34px;
}

.copyright-item2np ul li:last-child {
    margin-right: 0;
}

.copyright-item2np ul li a {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

.copyright-item3np ul {
    justify-content: flex-end;
}

.copyright-item3np ul li {
    margin-right: 20px;
}

.copyright-item3np ul li:last-child {
    margin-right: 0;
}

.copyright-item3np ul li img {
    max-width: 25px;
    transition: 0.2s all ease;
}

.copyright-item3np ul li img:hover {
    opacity: 0.8;
}

.real-title-wrap {
    max-width: 1010px;
}

.header-stickay {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}

.header {
    z-index: 999;
}


/* end blog */


/* scroll-bar */
.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 100px 100px 0 0;
    background: #333333;
    text-align: center;
    padding-top: 8px;
    font-size: 20px;
    color: #ffffff;
    position: fixed;
    right: 8px;
    bottom: 10px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    color: #fff;
    background: rgba(51, 51, 51, 0.7);
}

.real-title-wrap {
    max-width: 1010px;
}

.header-stickay {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}


.blog-imgnp img {
    height: 355px;
    object-fit: cover;
}

.readnp-img img {
    height: 355px;
    object-fit: cover;
}

.alternative-item img {
    height: 355px;
    object-fit: cover;
}

/* scroll-bar */
.investor-area .owl-item {
    height: 485px;
}

.investor-area .owl-item img {
    object-fit: fill;
    height: inherit;
}

.tokens_cube {
    justify-content: center;
}

.tokens_cube .col-md-2 {
    border: 2px solid;
    padding: 12px;
    text-align: center;
    margin: 20px;
    cursor: pointer;
}

#Payment .payment-item-inner2 {
    position: relative;
}

.tokens_cube .col-md-2:hover {
    opacity: 0.6;
}

.tokens_cube span {
    font-weight: bold;
}

.project_token {
    position: absolute;
    top: 0;
    right: 0;
    margin: 18px;
    display: flex;
    background: #fff;
    color: #a4a7bb;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 39px;
    height: 38px;
    border: none;
    min-width: 131px;
}

.project_token img {
    width: 30px;
    margin-right: 5px;
}

.project_token span {
    box-sizing: border-box;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

.nice-select.from_asset .current {
    font-size: 12px;
}

.asset_id_invest {
    display: none;
}

.tokens-key-benefits-wrapper__btns {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.tokens-key-benefits-wrapper__btns .benefits__btn-slider {
    margin: 0;
}


.tokens-key-benefits__wrapper {
    padding-top: 25px;
}

@media screen and (min-width:1100px) {

    .tokens-key-benefits-wrapper__btns {
        display: none;
    }

    .tokens-key-benefits__wrapper {
        padding-top: 65px;
    }

    .tokens-key-benefits-wrapper__btns {

        padding-top: 25px;
    }
}



.tokens-key-benefits__wrapper {}

.tokens-key-benefits__slide {}

.tokens-key-benefits__card {
    margin-bottom: 40px;
}


.tokens-key-benefits__head {
    display: flex;
    gap: 8px;
    color: #3f55f6;
    font-weight: 700;
    font-size: 24px;
    align-items: center;
    font-family: "Poppins", sans-serif;
    margin-bottom: 16px;
}

.tokens-key-benefits__wrapper-img {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    box-shadow: 0 4px 20px 0 rgba(0, 16, 53, 0.15);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}

.tokens-key-benefits__img {}

.tokens-key-benefits__card-title {}

.tokens-key-benefits__card-text {
    color: #000;
    font-weight: 400;
}

.swiper-notification {}



.our-serv-token-wrapp {
    margin-bottom: 80px;
}

.card-our-token__title {
    text-transform: uppercase;
    color: #0f123f;
    margin-bottom: 40px;
    font-family: Clash Display;
    font-weight: 700;
    font-size: 25px;

}

.our-serv-token-card {
    padding: 26px 16px;
    border-radius: 24px;
    background: #f8f8ff;
    margin-bottom: 40px;
}

.card-our-token {}



.card-our-token__col {
    display: flex;
    align-items: center;
}

.card-our-token__info {}

.card-our-token__info-iner {}

.card-our-token__title-card {
    font-weight: 700;
    font-size: 20px;
    color: #0f123f;
    margin-bottom: 15px;
}

.card-our-token__text {
    color: #0f123f;
    margin-bottom: 20px;

}

.card-our-token__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
}

.card-our-token__list-item.card-our-token__list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #0f123f;
}

.card-our-token__list-img {}

.card-our-token__list-text {
    font-weight: 900;
}

.card-our-token__footer {}

.card-our-token__link {
    font-weight: 700;
    text-transform: uppercase;
    color: #3f55f6;
    font-family: Clash Display;
    padding-right: 45px;
    background: url('../img/arr-right-tokent.svg') top 50% right 0% / 25px no-repeat;

}

.link-token {}

.card-our-token__bg {}

.card-our-token__img {
    display: none;
}


@media screen and (min-width: 768px) {
    .our-serv-token-wrapp {
        margin-bottom: 100px;
    }

    .card-our-token__title {
        margin-bottom: 55px;
        font-size: 35px;
        border-radius: 30px;
    }

    .our-serv-token-card {
        padding: 30px 20px;

    }

    .card-our-token__title-card {
        font-size: 25px;
    }

    .card-our-token__link {}

    .card-our-token__img {
        display: inline-block;
    }
}

@media screen and (min-width: 992px) {
    .our-serv-token-wrapp {
        margin-bottom: 130px;
    }

    .card-our-token__title {
        margin-bottom: 70px;
        font-size: 55px;
    }

    .our-serv-token-card {
        /* padding: 78px 30px; */
    }

    .card-our-token__title-card {
        font-size: 30px;
    }

    .card-our-token__link {}

}




.tokens-steps-slider {
    position: relative;
}

.tokens-steps-slider-wrapper__btns {
    display: flex;
    justify-content: end;
    margin-bottom: 24px;
}

.benefits__btn-slider {}

.benefits__btn-slider--prev {}

.benefits__btn-slider--next {}

.tokens-steps-slider__wrapper {}

.tokens-steps-slider__slide {}

.tokens-steps-slider__card {
    border: 1px solid #3f55f6;
    border-radius: 24px;
    padding: 24px 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tokens-steps-slider__head {}

.tokens-steps-slider__wrapper-img {
    height: 67%;
    display: flex;
    align-items: center;
    /*flex: 1 0 auto;*/
}

.tokens-steps-slider__img {}

.tokens-steps-slider__card-number {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #3f55f6;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
}

.tokens-steps-slider__card-title {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #0f123f;
    margin-bottom: 12px;
}

.tokens-steps-slider__card-text {
    font-weight: 400;
    font-size: 14px;
    color: #0f123f;
}


@media screen and (min-width: 1110px) {
    .use-tokens__title {
        margin-bottom: 75px;
    }

    .tokens-steps-slider-wrapper__btns {
        position: absolute;
        top: 18px;
        right: 20px;
    }
}

@media screen and (min-width: 1210px) {
    .use-tokens__title {
        margin-bottom: 100px;
    }

}




.infrastructures-token {}

.infrastructures-token__inner {}


.big-title {}

.infrastructures-token__title {}

.infrastructures-token__info {
    padding-top: 18px;

}

.info-infrastructures-token {}

.info-infrastructures-token__card {
    margin-bottom: 60px;
}

.card-infrastructures-token {
    position: relative;
    padding-left: 68px;
}

.card-infrastructures-token__img-wrap {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(103, 118, 146, 0.25);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-infrastructures-token__img {}

.card-infrastructures-token__title {
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #3f55f6;
    font-family: Poppins, sans-serif;
    margin-bottom: 12px;
    font-weight: 600;
}

.card-infrastructures-token__text {}


@media (min-width: 992px) and (max-width: 1109.98px) {
    .infrastructures-token__title {
        font-size: 45px;
    }
}

@media (min-width: 992px) {
    .card-infrastructures-token {
        padding-left: 92px;
    }

    .card-infrastructures-token__img-wrap {
        width: 72px;
        height: 72px;
    }

    .card-infrastructures-token__title {
        margin-bottom: 20px;

    }
}



.our-partners-token-wrapper {}

.margin-bott {}

.container-xxl {}

.our-partners-token-wrapper__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
}


.our-partners-token-wrapper__text {
    max-width: 641px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
}

.our-partners-token {}

.our-partners-token-wrapper__btns {

    display: flex;
    justify-content: end;
    margin-bottom: 24px;
}

.benefits__btn-slider {}

.benefits__btn-slider--prev {}

.our-partners-token-wrapper__btns .benefits__btn-slider--next {
    margin-left: 0;
}


.our-partners-token__wrapper {}

.swiper-slide {}

.our-partners-token__slide {
    height: auto;
}

.our-partners-token__card {
    border: 1px solid #e4e4e4;
    min-height: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.our-partners-token__img {
    display: block;
    width: auto;
    height: auto;
    max-width: 72%;
    max-height: 120px;
    object-fit: contain;
    padding: 0;
}

.swiper-notification {}

@media (max-width: 767.98px) {
    .our-partners-token__card {
        min-height: 220px;
        height: 220px;
    }

    .our-partners-token__img {
        max-width: 78%;
        max-height: 95px;
    }
}

@media (min-width: 576px) {
    .our-partners-token-wrapper__text {

        margin-bottom: 40px;
    }

}

@media (min-width: 992px) {
    .our-partners-token-wrapper__text {

        margin-bottom: 60px;
    }

}


@media (min-width: 1100px) {
    .our-partners-token-wrapper__btns {
        display: none;

    }
}

.token-form {
    color: #fff;
    background: #020A40;
    padding-top: 50px;
    padding-bottom: 35px;
}

.token-form .links-contact__name {
    color: #BABEC6;
}


.token-form.token-form .line-list {
    border-bottom: 1px solid #20399F;
    height: 0;
    margin-bottom: 40px;
}

.token-form .form-sol__inp.form-sol__inp {
    background: #00000000;
    border-bottom: 1px solid #babec6;
    color: #babec6;
    padding-left: 0;
}

.token-form .form-sol__inp.form-sol__inp::placeholder {
    color: #babec6;
}

.token-form .form-sol__textarea {
    min-height: auto;
    margin-bottom: 25px;
}

.token-form .form-sol__btn {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.token-form .links-contact__item {
    margin-bottom: 10px;
}

#freeconsult .b24-form-wrapper.b24-form-border-bottom {
    border: none;
    background: transparent;
}


#freeconsult input.b24-form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    background: transparent;
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
    min-height: 100%;
    background: transparent;
    margin-right: 30px;
    flex: 0 1 350px;
    padding-left: 10px;
    padding-right: 10px;

}

#freeconsult button.b24-form-btn {
    transition: 0.2s;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    padding: 14px 20px;
    min-width: 45px;
    color: #fff;
    border-radius: 500px 500px 500px 500px;
    background: var(--second-color);
    flex: 0 1 auto;
}

#freeconsult form {
    display: flex;
    flex-wrap: wrap;
}

#freeconsult form div:nth-child(1) {
    order: 1;
    flex-basis: auto;
}

#freeconsult form div:nth-child(2) {
    order: 3;
    flex-basis: 100%;
}

#freeconsult form div:nth-child(3) {
    order: 2;
    flex-basis: auto;
    margin-left: 24px;
}

#freeconsult .b24-form-wrapper {
    min-height: 0;
}

#freeconsult .b24-form {
    width: 100%;
}

#freeconsult .b24-form-control-label {
    color: #fff;

}

#freeconsult .b24-form-field-agreement-link {
    color: #fff;

}









#freeconsult_solution .b24-form-wrapper.b24-form-border-bottom {
    border: none;
    background: transparent;
}


#freeconsult_solution input.b24-form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #000;
    color: white;
    background: transparent;
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
    min-height: 100%;
    background: transparent;
    margin-right: 30px;
    flex: 0 1 350px;
    padding-left: 10px;
    padding-right: 10px;

}

#freeconsult_solution button.b24-form-btn {
    transition: 0.2s;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    padding: 14px 20px;
    min-width: 45px;
    color: #fff;
    border-radius: 500px 500px 500px 500px;
    background: var(--second-color);
    flex: 0 1 auto;
}

#freeconsult_solution form {
    display: flex;
    flex-wrap: wrap;
}

#freeconsult_solution form div:nth-child(1) {
    order: 1;
    flex-basis: auto;
}

#freeconsult_solution form div:nth-child(2) {
    order: 3;
    flex-basis: 100%;
}

#freeconsult_solution form div:nth-child(3) {
    order: 2;
    flex-basis: auto;
    margin-left: 24px;
}

#freeconsult_solution .b24-form-wrapper {
    min-height: 0;
}

#freeconsult_solution .b24-form {
    width: 100%;
}

#freeconsult_solution .b24-form-control-label {
    color: #000;

}

#freeconsult_solution .b24-form-field-agreement-link {
    color: #000;

}










#member__wrapper .b24-form-wrapper.b24-form-border-bottom {
    border: none;
    background: transparent;
}


#member__wrapper input.b24-form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    background: transparent;
    display: block;
    border-bottom: 1px solid #000;
    color: #fff;
    min-height: 100%;
    background: transparent;
    margin-right: 30px;
    flex: 0 1 350px;
    padding-left: 10px;
    padding-right: 10px;

}

#member__wrapper button.b24-form-btn {
    transition: 0.2s;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    padding: 14px 20px;
    min-width: 45px;
    color: #fff;
    border-radius: 500px 500px 500px 500px;
    background: var(--second-color);
    flex: 0 1 auto;
}

#member__wrapper form {
    display: flex;
    flex-wrap: wrap;
}

#member__wrapper form div:nth-child(1) {
    order: 1;
    flex-basis: auto;
}

#member__wrapper form div:nth-child(2) {
    order: 3;
    flex-basis: 100%;
}

#member__wrapper form div:nth-child(3) {
    order: 2;
    flex-basis: auto;
    margin-left: 24px;
}

#member__wrapper .b24-form-wrapper {
    min-height: 0;
}

#member__wrapper .b24-form {
    width: 100%;
}

#member__wrapper .b24-form-control-label {
    color: #000;

}

#member__wrapper .b24-form-field-agreement-link {
    color: #000;

}






#form_contact_sol textarea,
#form_contact_sol input {
    background: #F2F4FF;
    border: none;
    border-radius: 0;
}


#form_contact_sol .b24-form-wrapper {
    border: none;
}


#form_contact_sol .b24-form-btn {
    transition: 0.2s;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    padding: 14px 20px;
    min-width: 45px;
    color: #fff;
    border-radius: 500px 500px 500px 500px;
    background: var(--second-color);
}







#form_contact_sol_tokens textarea,
#form_contact_sol_tokens input {
    background: transparent;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-radius: 0;
    border-bottom: 1px solid white;
    color: white;
}


#form_contact_sol_tokens .b24-form-wrapper {
    border: none;
}

#form_contact_sol_tokens .b24-form-control-label {
    color: white;
}


#form_contact_sol_tokens .b24-form-btn {
    transition: 0.2s;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    padding: 14px 20px;
    min-width: 45px;
    color: #fff;
    border-radius: 500px 500px 500px 500px;
    background: var(--second-color);
}

#form_contact_sol_tokens .b24-form-wrapper {
    background-color: transparent;
}

#form_contact_sol_tokens .input {
    color: white;
}



@media (min-width: 768px) {
    .token-form {
        padding-top: 70px;
        padding-bottom: 65px;
    }

    .token-form .form-sol__textarea {

        margin-bottom: 35px;
    }
}

@media (min-width: 1100px) {
    .token-form {
        padding-top: 108px;
        padding-bottom: 99px;
    }

    .token-form .form-sol__textarea {

        margin-bottom: 45px;
    }
}

@media (min-width: 1200px) {
    .token-form .contact-sol__form {
        padding-left: 90px;
    }

    .token-form .form-sol__textarea {

        margin-bottom: 55px;
    }
}

@media (min-width: 1400px) {
    .token-form .contact-sol__form {
        padding-left: 130px;
    }
}