@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body * {
    font-family: "Inter", sans-serif;
}

.page {
    background-color: #120e29;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.page {}

.header {
    background-image: -moz-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    padding: 25px 0;
    transition: 500ms all;
    min-height: 137px;
    box-sizing: border-box;
}

.header__fixed {
    position: fixed;
    width: 100%;
    z-index: 9;
    padding: 20px 0;
    min-height: initial !important;
    -webkit-animation: expand 0.4s;
}

@-webkit-keyframes expand {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.container {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.header__content {
    display: flex;
    align-items: center;
    gap: 115px;
}

.logo__wrap {}

.logo__link {}

.logo__img {
    max-width: 200px;
}

.menu__wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 60px;
}

.menu__nav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.menuNav__link {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: 500ms all;
}

.menu__btnWrap {}

.menu__btn {
    background-color: #ffffff;
    border-radius: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    justify-content: center;
    text-decoration: none;
    transition: 500ms all;
}

.menu__btn span {
    background: -webkit-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 18px;
    transition: 500ms all;
    line-height: 120%;
}

.menu__btn:hover {
    background-color: #141f9e;
}

.menu__btn:hover span {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main {}

.futureSection {
    padding: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 8.4746)), 130px) 0;
    background: url(/assets/images/future-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    min-height: calc(100vh - 137px);
}

.future__block {
    max-width: 680px;
    width: 100%;
}

.future__titleWrap {}

.main__h1 {
    color: #ffffff;
    font-size: 65px;
    text-transform: uppercase;
    line-height: 140%;
    font-weight: bold;
    margin: 0;
}

.main__h1 span {
    background-image: -moz-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    padding: 0 12px;
}

.future__textWrap {
    margin-top: 30px;
}

.main__text {
    color: #ffffff;
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    margin: 0;
}

.future__btnWrap {
    max-width: 380px;
    width: 100%;
    margin-top: 50px;
}

.main__button {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: -moz-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: 500ms all;
}

.main__button:hover {
    background-image: initial;
    background-color: #141f9e;
}

.aboutUsSection {
    position: relative;
    padding: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 8.4746)), 130px) 0;
}

.aboutUsSection:after {
    content: "";
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgb(11, 20, 85) 0%, rgb(112, 10, 84) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(11, 20, 85) 0%, rgb(112, 10, 84) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(11, 20, 85) 0%, rgb(112, 10, 84) 100%);
}

.aboutUs__block {
    position: relative;
    z-index: 1;
    max-width: 680px;
    width: 100%;
}

.aboutUs__wrap {
    position: relative;
    z-index: 1;
    max-width: 680px;
    width: 100%;
}

.main__slugWrap {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 15px 40px;
    display: inline-flex;
}

.main__slug {
    background: -webkit-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 18px;
    transition: 500ms all;
    line-height: 140%;
    margin: 0;
}

.aboutUs__titleWrap {
    margin-bottom: 50px;
}

.main__h2 {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    line-height: 140%;
}

.aboutUs__textWrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.main__text {}

.aboutUs__imgWrap {
    position: absolute;
    top: 50%;
    right: -115%;
    z-index: 1;
    transform: translateY(-50%);
}

.aboutUs__img {}

.ourMissionSection {

    padding: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 8.4746)), 130px) 0;
}

.ourMission__block {}

.ourMission__header {

    display: flex;

    flex-direction: column;

    align-items: center;
}

.ourMission__cards {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
}

.ourMission__card {
    max-width: 455px;
    width: 100%;
    background-image: -moz-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    border-radius: 10px;
    padding: 13px;
}

.ourMissionCard__imgWrap {}

.ourMissionCard__img {}

.ourMissionCard__content {
    padding: 30px;
}

.ourMissionCard__titleWrap {}

.ourMissionCard__title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    line-height: 140%;
    margin: 0;
}

.ourMissionCard__textWrap {
    margin-top: 20px;
}

.ourMissionCard__text {
    color: #ffffff;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    margin: 0;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-30 {
    margin-bottom: 30px;
}

.servicesSection {
    background-image: -moz-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    padding: 45px 0;
}

.services__block {
    display: flex;
}

.services__elem {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

/* .services__iconWrap {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 7px;
} */

.services__icon {}

.services__info {}

.services__value {
    color: #fff;
    font-weight: bold;
}

.services__value span {

    font-size: 30px;
}

.services__labelWrap {}

.services__label {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.services__line {
    position: absolute;
    right: 0;
    height: calc(100% + 20px);
    width: 1px;
    background-color: rgb(255 255 255 / 30%);
    top: -10px;
}

.services__line:after {
    content: "";
    clear: both;
    position: absolute;
    top: -1px;
    left: -12px;
    width: 24px;
    height: 1px;
    background-color: rgb(255 255 255 / 30%);
}

.services__line:before {
    content: "";
    clear: both;
    position: absolute;
    bottom: -1px;
    left: -12px;
    width: 24px;
    height: 1px;
    background-color: rgb(255 255 255 / 30%);
}

.web3Section {
    padding: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 8.4746)), 130px) 0;
}

.web3__block {}

.web3__content {
    display: flex;
    justify-content: flex-end;
}

.web3__imgWrap {
    position: absolute;
    left: -120%;
    top: 50%;
    transform: translateY(-50%);
}

.web3__img {}

.web3CompanySection {
    padding: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 8.4746)), 130px) 0;
    background-color: #110c34;
}

.businessSection {
    padding: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 8.4746)), 130px) 0;
}

.business__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.business__cards {
    display: flex;
    gap: 35px;
}

.business__card {
    background-color: #fff;
    border-radius: 10px;
    flex: 1;
    padding: 50px 25px;
}

.businessCard__iconWrap {
    display: flex;
    justify-content: center;
    min-height: 78px;
    align-items: center;
}

.businessCard__icon {}

.businessCard__content {
    margin-top: 30px;
    text-align: center;
}

.businessCard__titleWrap {}

.businessCard__title {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 140%;
    font-size: 19px;
}

.businessCard__textWrap {
    margin-top: 30px;
}

.businessCard__text {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.labsSection {
    padding: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 8.4746)), 130px) 0;
    background-image: -moz-linear-gradient(0deg, rgb(12, 20, 85) 0%, rgb(112, 11, 84) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(12, 20, 85) 0%, rgb(112, 11, 84) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(12, 20, 85) 0%, rgb(112, 11, 84) 100%);
    overflow: hidden;
    position: relative;
}

.labs__block {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.labs__content {
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 1;
    max-width: 780px;
    width: 100%;
}

.labs__bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.projectsSection {
    padding: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 8.4746)), 130px) 0;
    background-color: #201a3c;
}

.projects__content {
    margin-top: 30px;
}

.project__detail {
    display: flex;
    gap: 100px;
}

.projectDetail__left {
    flex: 1;
}

.projectDetail__titleWrap {}

.mb-30 {}

.main__h2 {}

.projectDetail__textWrap {}

.main__text {}

.projectDetail__right {
    max-width: 560px;
    width: 100%;
    margin-top: 80px;
}

.projectDetail__imgWrap {
    background-image: -moz-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-radius: 10px;
}

.projectDetail__img {
    max-width: 100%;
}

.projectSilder__btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.projectSilder__btn {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    cursor: pointer;
    transition: 500ms all;
    color: #fff;
    background: transparent;
    font-weight: bold;
    font-size: 25px;
}

.projectSilder__btn-prev {}

.projectSilder__btn-next {}

.projectSilder__btn:focus {
    outline: none;
}

.projectSilder__btn:hover {
    background-color: #fff;
    color: #201a3c;
}

.projects__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.projectSilder__btn span {
    width: 17px;
    height: 2px;
    background-color: #fff;
    position: relative;
    transition: 500ms all;
}

.projectSilder__btn-prev span:after {
    content: "";
    clear: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    left: 0;
    top: -4px;
    transition: 500ms all;
}

.projectSilder__btn:hover span {
    background-color: #201a3c;
}

.projectSilder__btn:hover span:after {
    border-color: #201a3c;
}

.projectSilder__btn-next span:after {
    content: "";
    clear: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-135deg);
    right: 0;
    top: -4px;
    transition: 500ms all;
}

.strategySection {
    padding: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 8.4746)), 130px) 0;
}

.strategy__block {}

.strategy___header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.strategy___content {
    margin-top: 60px;
}

.strategy___cards {
    display: flex;
    gap: 35px;
}

.strategy___card {
    border-radius: 10px;
    flex: 1;
    padding: 60px 45px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    text-align: center;
    position: relative;
}

.strategy___card-blue {
    background-color: #14219f;
    z-index: 3;
}

.strategyCard__iconWrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.strategyCard__icon {}

.strategyCard__textWrap {}

.strategyCard__text {
    color: #ffffff;
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    margin: 0;
}

.strategyCard__arrowCyrcle {
    position: absolute;
    width: 62px;
    height: 62px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    right: -50px;
    z-index: 1;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.strategyCard__arrowCyrcle span {
    width: 17px;
    height: 2px;
    background-color: #120e29;
    position: relative;
}

.strategyCard__arrowCyrcle span:after {
    content: "";
    clear: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid #120e29;
    border-bottom: 2px solid #120e29;
    transform: rotate(-135deg);
    right: 0;
    top: -4px;
}

.strategy___card-purple {
    background-color: #4d009a;
    z-index: 2;
}

.strategy___card-pink {
    background-color: #f70496;
    z-index: 1;
}

.welcomeSection {
    padding-top: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 8.4746)), 130px);
    background-color: #201a3c;
}

.welcome__block {}

.welcome__imgWrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome__img {}

.welcome__informer {
    margin-top: 70px;
    background-image: -moz-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(17, 33, 159) 0%, rgb(81, 1, 154) 50%, rgb(249, 2, 150) 100%);
    border-radius: 10px;
    text-align: center;
    padding: 45px;
    transform: translateY(68px);
}

.footer {
    padding: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 8.4746)), 130px) 0 30px;
}

.footer__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__copyrightWrap {}

.footer__copyright {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.footer__menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footerMenu__link {
    text-decoration: none;
    color: rgb(255 255 255 / 40%);
    transition: 500ms all;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.footerMenu__link:not(:last-of-type):after {
    content: "";
    clear: both;
    position: absolute;
    top: 0px;
    right: -11px;
    background-color: rgba(255, 255, 255, 0.4);
    width: 1px;
    height: 100%;
}

.footerMenu__link:hover {
    color: #fff;
}

.header__fixed .logo__img {
    max-width: 110px;
}

.header__fixed .menuNav__link {
    font-size: 16px;
}

.header__fixed .menu__btn {
    height: 50px;
}

.header__fixed .menu__btn span {
    font-size: 16px;
}

.burder__btnWrap {
    display: none;
}

.mobile__logoWrap {
    display: none;
}

.strategy___textWrap {
    margin-top: 50px;
}

.mobile__btnCloseWrap {
    display: none;
}

.loginSection {
    background-color: #0c0e2b;
    padding: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 8.4746)), 130px) 0;
}

.login__block {}

.login__card {
    box-shadow: 0 0 20px 5px rgba(95, 45, 237, 0.3);
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    background-color: #110c34;
    border-radius: 10px;
    padding: 50px;
    box-sizing: border-box;
}

.loginForm__h1 {
    color: #ffffff;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 140%;
    font-weight: bold;
    margin: 0;
}

.loginForm {}

.loginForm__header {}

.main__text {}

.loginForm__content {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.loginForm__row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.loginForm__label {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.loginForm__input {
    height: 50px;
    border-radius: 6px;
    border: none;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #211864;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.loginForm__input:focus {
    outline: none;
}

.loginForm__input::placeholder {
    color: #6f67af;
}

.loginForm__btn {
    height: 50px;
    border-radius: 6px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 500ms all;
    cursor: pointer;
}

.loginForm__btn:hover {
    background-color: #fff;
    color: #110c34;
}

.loginForm__row:empty {
    display: none;
}

.signForm__errorMsg {
    background-color: #af0000;
    padding: 20px 30px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 140%;
}

.page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.rules {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 70px 0;
}

.docs__ml {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 50px;
}

.rules a {
    color: #7c02f6;
    transition: 500ms all;
}

.rules a:hover {
    color: #f20296;
}

@media(max-width: 1700px) {
    .aboutUs__imgWrap {
        right: -100%;
    }

    .aboutUs__img {
        max-width: 640px;
    }

    .web3__imgWrap {
        left: -100%;
    }

    .web3__img {
        max-width: 640px;
    }
}

@media(max-width: 1500px) {
    .menuNav__link {
        font-size: 16px;
    }

    .logo__img {
        max-width: 180px;
    }

    .main__h1 {
        font-size: 45px;
    }

    .main__text {
        font-size: 18px;
    }

    .aboutUs__block {
        max-width: 570px;
    }

    .aboutUs__img {
        max-width: 530px;
    }

    .web3__imgWrap {
        left: -66%;
    }

    .web3__img {
        max-width: 410px;
    }

    .business__cards {
        gap: 20px;
    }

    .businessCard__title {
        font-size: 16px;
    }

    .businessCard__text {
        font-size: 16px;
    }

    .labs__bg {
        max-width: 870px;
    }

    .strategy___content {
        margin-top: 0px;
    }

    .welcome__informer {
        margin-top: 20px;
    }

    .main__h2 {
        font-size: 30px;
    }

    .welcome__informer {
        padding: 35px;
        transform: translateY(58px);
    }
}

@media(max-width: 1200px) {
    .menu__nav {
        gap: 20px;
    }

    .menu__wrap {
        gap: 20px;
    }

    .logo__img {
        max-width: 140px;
    }

    .header__content {
        gap: 50px;
    }

    .header {
        min-height: 110px;
    }

    .futureSection {
        min-height: calc(100vh - 110px);
        display: flex;
        align-items: center;
    }

    .aboutUs__imgWrap {
        position: initial;
        right: initial;
        top: initial;
        transform: initial;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu__btn {
        height: 50px;
    }

    .aboutUs__block {
        max-width: initial;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .aboutUs__wrap {
        max-width: initial;
    }

    .aboutUsSection:after {
        width: 100%;
    }

    .services__icon {
        max-width: 50px;
    }

    .services__value span {
        font-size: 24px;
    }

    .services__label {
        font-size: 12px;
    }

    .servicesSection {
        padding: 30px 0;
    }

    .ourMissionCard__title {
        font-size: 18px;
    }

    .ourMissionCard__text {
        font-size: 16px;
    }

    .ourMission__card {
        max-width: 440px;
    }

    .ourMissionCard__img {
        max-width: 100%;
    }

    .business__cards {
        flex-wrap: wrap;
        justify-content: center;
    }

    .business__card {
        max-width: 400px;
        width: 100%;
        flex: initial;
    }

    .labs__bg {
        max-width: 750px;
    }

    .project__detail {
        gap: 50px;
        flex-direction: column;
    }

    .projectDetail__right {
        margin: 0 auto;
    }

    .strategyCard__text {
        font-size: 18px;
    }

    .strategyCard__icon {
        max-width: 70px;
    }

    .strategy___card {
        padding: 30px;
        gap: 30px;
    }

    .welcome__img {
        max-width: 440px;
    }

    .web3__imgWrap {
        position: initial;
        left: initial;
        top: initial;
        transform: initial;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width: 1024px) {
    .menu__wrap {
        position: fixed;
        width: 310px;
        height: 100vh;
        background-color: #110c34;
        top: 0;
        left: 0;
        z-index: 10;
        transform: translateX(-100%);
        transition: 500ms all;
    }

    .burder__btnWrap {
        display: block;
    }

    .burder__btn {
        width: 45px;
        height: 42px;
        background: no-repeat;
        border: 1px solid #fff;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        padding: 10px;
        cursor: pointer;
    }

    .burder__btn span {
        width: 100%;
        height: 2px;
        border-radius: 10px;
        background-color: #fff;
        display: block;
    }

    .header__content {
        justify-content: space-between;
    }

    .show-menu .menu__wrap {
        transform: initial;
    }

    .menu__nav {
        flex-direction: column;
    }

    .menu__wrap {
        flex-direction: column;
        justify-content: center;
    }

    .mobile__logoWrap {
        display: block;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .mobile__logo {
        max-width: 170px;
    }

    .show-menu:after {
        content: "";
        clear: both;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #120e29;
        opacity: 0.8;
        z-index: 4;
    }

    .main__h1 {
        font-size: 35px;
    }

    .main__text {
        font-size: 16px;
    }

    .futureSection {
        position: relative;
    }

    .futureSection:after {
        content: "";
        clear: both;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #120e29;
        opacity: 0.5;
    }

    .future__block {
        position: relative;
        z-index: 1;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .aboutUs__titleWrap {
        margin-bottom: 30px;
    }

    .services__icon {
        max-width: 40px;
    }

    .services__value span {
        font-size: 20px;
    }

    .services__label {
        font-size: 10px;
    }

    .labs__bg {
        max-width: 490px;
    }

    .strategyCard__arrowCyrcle {
        display: none;
    }

    .strategy___cards {
        flex-wrap: wrap;
        justify-content: center;
    }

    .strategy___card {
        flex: initial;
        max-width: 300px;
        width: 100%;
    }

    .strategyCard__text {
        font-size: 16px;
    }

    .welcome__img {
        max-width: 330px;
    }

    .main__h2 {
        font-size: 20px;
    }

    .welcome__informer {
        padding: 25px;
        transform: translateY(38px);
    }

    .footer__content {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .business__card {
        max-width: 330px;
    }

    .strategy___textWrap {
        margin-top: 30px;
    }

    .mobile__btnCloseWrap {
        display: block;
        position: absolute;
        top: 0;
        right: 0;

    }

    .mobile__btnClose {
        color: #fff;
        width: 40px;
        height: 40px;
        background: no-repeat;
        border: none;
        font-size: 50px;
        font-weight: 300;
        transform: rotate(45deg);
        line-height: 0;
    }

    .mobile__btnClose:focus {
        outline: none;
    }

    .loginForm__h1 {
        font-size: 28px;
    }

    .loginForm__label {
        font-size: 16px;
    }

    .loginForm__btn {
        font-size: 16px;
    }

    .signForm__errorMsg {
        font-size: 16px;
    }
}

@media(max-width: 768px) {
    .main__h1 {
        font-size: 26px;
    }

    .main__button {
        height: 50px;
        font-size: 16px;
    }

    .future__btnWrap {
        margin-top: 30px;
    }

    .main__slug {
        font-size: 16px;
    }

    .main__slugWrap {
        padding: 10px 30px;
    }

    .aboutUs__img {
        max-width: 320px;
    }

    .services__line {
        display: none;
    }

    .services__block {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .services__elem {
        flex: initial;
        max-width: 200px;
        width: 100%;
        border: 1px solid rgb(255 255 255 / 30%);
        padding: 10px;
        border-radius: 10px;
        justify-content: flex-start;
    }

    .web3__img {
        max-width: 320px;
    }

    .loginForm__h1 {
        font-size: 22px;
    }

    .login__card {
        padding: 30px;
    }

    .loginForm__label {
        font-size: 14px;
    }

    .loginForm__btn {
        font-size: 14px;
        border-width: 1px;
    }

    .signForm__errorMsg {
        font-size: 14px;
    }

    .loginForm__input {
        font-size: 14px;
    }

    .loginForm__content {
        gap: 20px;
    }

    .docs__ml {
        margin-left: 30px;
        gap: 10px;
    }

    .rules {
        gap: 10px;
        margin: 50px 0;
    }
}

@media(max-width: 576px) {
    .aboutUs__img {
        max-width: 200px;
    }

    .web3__img {
        max-width: 200px;
    }

    .main__h1 {
        font-size: 20px;
    }

    .main__text {
        font-size: 14px;
    }

    .main__slug {
        font-size: 14px;
    }

    .aboutUs__textWrap {
        gap: 15px;
    }

    .ourMissionCard__content {
        padding: 20px;
    }

    .ourMissionCard__title {
        font-size: 16px;
    }

    .ourMissionCard__text {
        font-size: 14px;
    }

    .ourMission__cards {
        gap: 20px;
    }

    .businessCard__icon {
        max-width: 50px;
    }

    .business__card {
        padding: 30px 20px;
    }

    .businessCard__content {
        margin-top: 20px;
    }

    .businessCard__textWrap {
        margin-top: 20px;
    }

    .businessCard__text {
        font-size: 14px;
    }

    .projectSilder__btn {
        width: 42px;
        height: 42px;
    }

    .projectSilder__btns {
        gap: 10px;
    }

    .project__detail {
        gap: 30px;
    }

    .strategy___cards {
        gap: 20px;
    }

    .strategy___card {
        padding: 20px;
        gap: 20px;
    }

    .welcome__img {
        max-width: 200px;
    }

    .main__h2 {
        font-size: 16px;
    }

    .welcome__informer {
        padding: 20px;
        transform: translateY(15px);
    }

    .footerMenu__link {
        font-size: 12px;
    }

    .footer__copyright {
        font-size: 10px;
    }

    .projectSilder__btn span {
        width: 12px;
    }

    .projectSilder__btn {
        padding: 0px;
        width: 42px;
        height: 42px;
        line-height: 42px;
    }
    
    .loginForm__h1 {
        font-size: 18px;
    }

    .login__card {
        padding: 20px;
    }

    .loginForm__label {
        font-size: 12px;
    }

    .loginForm__input {
        height: 40px;
        font-size: 12px;
    }

    .loginForm__btn {
        font-size: 12px;
        height: 40px;
    }

    .signForm__errorMsg {
        padding: 15px 20px;
        font-size: 12px;
    }

    .docs__ml {
        margin-left: 10px;
    }

    .rules {
        margin: 30px 0;
    }
}