body {
    font-family: Ubuntu;
    color: white;
    background: #1D1641;
}

html,body {
    scroll-behavior: smooth;
}

.container {
    max-width: 1140px;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 32px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

main {
    overflow: hidden;
}

header .menu a,
.investments .carousel_wrap .name,
.text-gray {
    color: rgba(255, 255, 255, 0.4);
}

.no-scroll {
    overflow: hidden;
}

.text-gradient {
    background: linear-gradient(90deg, #FF8D06 5.03%, #F800B2 96.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bg-gradient {
    background: linear-gradient(90deg, #FF8D06 5.03%, #F800B2 96.63%);
}

h2.title {
    font-weight: 300;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.25px;
    width: 100%;
    text-align: center;
}

h2.title * {
    display: inline-block;
    vertical-align: middle;
}

h2.title img {
    margin-right: 10px;
}


/* HEADER */
header {
    background: #1d1641;
    padding: 24px 0;
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    font-size: 15px;
    z-index: 999;
}

header .logo img {
    width: 100%;
}

header .menu_warp {
    width: 49.2%;
    margin-top: -4px;
    padding-left: 7px;
}

header .menu {
    width: 100%;
}

header .menu a:hover {
    color: white;
}

header .buttons {
    margin-top: -6px;    
}

header .buttons a {
    background: #28224A;
    color: rgba(255, 255, 255, 0.4);
    padding: 4px 16px;
    margin-left: 8px;
    border-radius: 50px;
}

header .buttons a:hover {
    color: white;
    background: linear-gradient(90deg, #FF8D06 5.03%, #F800B2 96.63%);
}

header .buttons a:active {
    background: linear-gradient(90deg, rgba(255, 141, 6, 0.5) 5.03%, rgba(248, 0, 178, 0.5) 96.63%);
}


header .mob_menu_btn {
    display: none;
}
/* /HEADER */

/* FIRST SCREEN  */
.first_screen {
    position: relative;
    padding-top: 93px;
    z-index: 1;
}

.first_screen .bg {
    position: absolute;
    right: 0;
    bottom: -5.8vw;
    width: 74vw;
}

.first_screen .content {
    padding: 9.1vw 0 15.85vw 8.5%;
    max-width: 480px;
    position: relative;
    z-index: 1;
}

.first_screen .title {
    font-size: 64px;
    line-height: 1;
    font-weight: 500;
}

.first_screen .text {
    font-size: 30px;
    font-weight: 300;
    margin-top: 2vw;
    letter-spacing: 0.25px;
    line-height: 1.07;
    margin-bottom: 6.7vw;
}

.first_screen .buttons {
    max-width: 268px;
}

.first_screen .buttons a {
    font-size: 18px;
    line-height: 1.33;
    padding: 14px 24px;
    display: inline-block;
    border-radius: 50px;
    letter-spacing: 0.25px;
    box-shadow: 0px 4px 40px rgba(251, 68, 95, 0.7);
}

.first_screen .buttons a:hover {
    opacity: .7;
}
/* /FIRST SCREEN  */


/* ABOUT */
.about {
    background: #120B38;
    padding-top: 11.9vw;
    padding-bottom: 8.75vw;
    position: relative;
}

.about .bg {
    position: absolute;
    right: 0;
    top: 11.9vw;
    width: 40.25vw;
}

.about .container {
    position: relative;
    z-index: 1;
}

.about .title {
    margin-bottom: 6.5vw;
}

.about .video {
    width: 57.1%;
    cursor: pointer;
}

.about .video img {
    display: block;
    width: 100%;
}

.about .play {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -48px;
    display: block;
    position: relative;
    transition: .5s;
}

.about .play::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 17px;
    border-color: transparent transparent transparent white;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 5px);
}

.about .video:hover .play {
    transform: scale(1.2);
}

.about .presentation {
    width: 35%;
    padding-right: 16px;
    text-align: center;
}

.about .presentation > img {
    width: 100%;
}

.about .presentation a {
    font-size: 18px;
    padding: 13px 24px;
    border-radius: 50px;
    box-shadow: 0px 4px 40px rgba(251, 68, 95, 0.7);
    letter-spacing: 0.25px;
    display: inline-block;
    margin-top: 46px;
    position: relative;
    right: 20px;
}

.about .presentation a * {
    display: inline-block;
    vertical-align: middle;
}

.about .presentation a img {
    margin-right: 6px;
}
/* /ABOUT */

/* OPPORTUNITIES */
.opportunities {
    padding-top: 8vw;
    position: relative;
    z-index: 2;
}

.opportunities .title {
    margin-bottom: 6.7vw;
}

.opportunities .list {

}

.opportunities .item {
    background: #120B38;
    width: 31.4%;
    text-align: center;
    border-radius: 20px;
    padding-bottom: 38px;
    display: block;
}

.opportunities .item:hover {
    background: #28224A;
}

.opportunities .item:active {
    background: #03010F;
}

.opportunities .img_wrap {
    width: 100%;
    padding: 0 38px;
}

.opportunities .img_wrap img {
    max-width: 100%;
}

.opportunities .name {
    font-size: 20px;
    font-weight: 300;
    padding: 0 46px;
    letter-spacing: 0.25px;
    line-height: 1.2;
    margin-top: 7px;
}
/* /OPPORTUNITIES */


/* INVESTMENTS */
.investments {
    position: relative;
    padding-top: 8.1vw;
    letter-spacing: 0.25px;
}

.investments .bg {
    position: absolute;
    right: 0;
    top: -7vw;
    width: 31.6666667vw;
}

.investments .container {
    position: relative;
    z-index: 1;
}

.investments .title {

}

.investments .carousel_wrap {

}

.investments .nav {
    margin-top: 7px;
    margin-bottom: 21px;
}

.investments .nav button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.about .presentation a:hover,
.investments .nav button:hover {
    opacity: .7;
}

.investments .nav button:not(.bg-gradient) {
    background: #28224A;
    pointer-events: none;
}

.investments .prev {

}

.investments .next {
    transform: scale(-1);
    margin-left: 19px;
}

.investments .item {
    background: #28224A;
    text-align: center;
    padding: 40px 28px 32px;
    border-radius: 20px;
}

.investments .item_title {
    display: inline-block;
    font-size: 23px;
    line-height: 1.22;
    font-weight: 400;
    margin-bottom: 45px;
}

.investments .item ul {
    text-align: left;
}

.investments .item li {
    margin-bottom: 9.7px;
}

.investments .item li:last-child {
    margin-bottom: 0;
}

.investments .name {
    width: 70.8%;
    padding-right: 16px;
}

.investments .value {

}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
    transition: .5s;
    width: 6px;
    height: 6px;
    margin: 5.5px 20px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(90deg, #FF8D06 5.03%, #F800B2 96.63%);
    width: 10px;
    height: 10px;
}
/* /INVESTMENTS */


/* REFERRAL */
.referral {
    position: relative;
    letter-spacing: 0.25px;
    padding-top: 7.5vw;
    padding-bottom: 8vw;
}

.referral .bg {
    position: absolute;
    left: 0;
    bottom: -10.5vw;
    width: 52vw;
}

.referral .container {
    position: relative;
    z-index: 1;
}

.referral .title {

}

.referral .text {
    font-size: 23px;
    line-height: 1.22;
    font-weight: 300;
    text-align: center;
    margin: 41px auto 0;
    max-width: 800px;
}

.referral .table {

}

.referral .row {

}

.referral .cell {
    width: 10.9821429%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1D1641;
}

.referral .stats {
    background: #28224A;
}

.referral .row_title {
    width: 22.8571429%;
    background: #120B38;
    padding: 11px 12px 13px;
    justify-content: flex-start;
}
/* /REFERRAL */


/* CARD */
.club_card {
    letter-spacing: 0.25px;
    padding-top: 100px;
    margin-top: -100px;
}

.club_card .container {

}

.club_card .title {

}

.club_card .text {
    font-size: 23px;
    line-height: 1.22;
    font-weight: 300;
    text-align: center;
    margin-top: 41px;
}

.club_card .items {
    margin-top: 6vw;
}

.club_card .item {
    width: 33.3%;
    text-align: center;

}

.club_card .img_wrap {
    border: 10px solid #28224A;
    width: 173px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.club_card .item_title {
    margin-top: 40px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
}
/* /CARD */


/* INFO */
.info {
    position: relative;
    padding-top: 6.55vw;
    letter-spacing: 0.25px;
}

.info .bg {
    position: absolute;
    top: -1.8vw;
    left: 23.8vw;
    width: 52.4vw;
}

.info .container {
    position: relative;
    z-index: 1;
    background: #120B38;
    border-radius: 20px;
    padding-bottom: 4.7vw;
    max-width: 1120px;
    width: calc(100% - 48px);
}

.info .info_title {
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.07;
    background-image: url(../img/info-title-bg.png);
    background-size: 100% 100%;
    padding: 16px 120px 20px;
}

.info .text {
    text-align: center;
    font-size: 23px;
    font-weight: 300;
    margin-top: 31px;
}

.info .list {
    margin: 0 -10px;
}

.info .item {
    width: 26%;
    text-align: center;
    padding: 0 6px;
}

.info .or {
    width: 5.63636364%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 84px;
    font-size: 20px;
    background: #28224A;
    font-weight: 300;
}

.info .img_wrap {
    width: 100%;
}

.info .img_wrap img {
    width: 100%;
}

.info .item_text {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    margin: -3px auto 0;
    max-width: 210px;
}

.info .item_text b {
    font-weight: 700;
}
/* /INFO */


/* ABOUT 2 */
.about_2 {
    position: relative;
    z-index: 1;
    letter-spacing: 0.25px;
}

.about_2 .container {
    border-radius: 20px;
    max-width: 1120px;
    width: calc(100% - 48px);
}

.about_2 .left_part {
    width: calc(61.9642857% + 10px);
    margin-left: -10px;
}

.about_2 .left_part img {
    width: 100%;
    display: block;
}

.about_2 .right_part {
    width: 39.8%;
    margin-left: -100%;
}

.about_2 .title {
    text-align: left;
    margin-bottom: 54px;
}

.about_2 .text {
    font-size: 23px;
    font-weight: 300;
    line-height: 1.22;
    max-width: 352px;
}
/* /ABOUT 2 */


/* FAQ */
.faq {
    padding-top: 8.2vw;
    letter-spacing: 0.25px;
}

.faq .container {

}

.faq .title {

}

.faq .questions {
    border-radius: 20px;
    background: #28224A;
    overflow: hidden;
    margin-top: 6.6vw;
}

.faq .item {
    border-bottom: solid 2px #1D1641;
}

.faq .item:last-child {
    border-bottom: none;
}

.faq .question {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    padding: 20px 20px 20px 71px;
    position: relative;
    user-select: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    transition: .5s;
}

.faq .question:hover {
    color: white;
}

.faq .question.bg-gradient {
    color: white;
    font-weight: 500;
}

.faq .question:hover::before, 
.faq .question:hover::after {
    background: white;
}

.faq .question::before, 
.faq .question::after {
    content: '';
    width: 2px;
    background: rgba(255, 255, 255, 0.4);
    height: 18px;
    position: absolute;
    left: 35px;
    top: 23px;
    transition: .5s;
    border-radius: 10px;
}

.faq .question::after {
    transform: rotate(90deg);
}

.faq .question.bg-gradient::before {
    transform: rotate(90deg);
    background: white;
}

.faq .response {
    display: none;
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 40px 7px 72px;
}

.faq .response p {
    margin-bottom: 14px;
}

.faq .response ul {
    margin-bottom: 14px;
}

.faq .response li {
    margin-bottom: 4px;
    position: relative;
    padding-left: 40px;
}

.faq .response li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 10px;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.faq .response li:last-child {
    margin-bottom: 0;
}
/* /FAQ */


/* FOOTER */
footer {
    padding-top: 4.3vw;
    letter-spacing: 0.25px;
    padding-bottom: 3vw;
}

footer .container {

}

footer .left_part {

}

footer .text {
    color: #56507A;
    font-size: 12px;
    line-height: 1.33;
    margin-left: 72px;
    margin-bottom: 8px;
}

footer .tg {
    color: #56507A;
    font-size: 12px;
    margin-bottom: 7px;
}

footer .tg:hover {
    color: white;
}

footer .tg * {
    display: inline-block;
    vertical-align: middle;
}

footer .tg img {
    margin-right: 3px;
}

/* /FOOTER */


.popup_wrap {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    padding: 40px 0;
    text-align: center;
    background: rgba(0,0,0,0.3);
}

.popup_wrap .close {
    position: absolute;
    right: 4vw;
    top: 4vh;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #28224A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_wrap .close::before,
.popup_wrap .close::after {
    position: absolute;
    content: '';
    width: 60%;
    height: 2px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4);
    transition: .5s;
    transform: rotate(45deg);
}

.popup_wrap .close::after {
    transform: rotate(-45deg);
}

.popup_wrap .close:hover::before,
.popup_wrap .close:hover::after {
    background: white;
}

.popup_wrap::after {
    content: '';
    display: inline-block;
    margin-left: -2px;
    vertical-align: middle;
    height: 100%;
}

.popup_wrap .popup_content {
    width: calc(100% - 20px);
    max-width: 1200px;
    display: inline-block;
    vertical-align: middle;
    text-align: initial;
}

.popup_wrap .popup_content iframe {
    aspect-ratio: 1.77777778;
    width: 100%;
}


.referral .row:nth-child(10) .row_title {
    border-top-left-radius: 20px;
}

.referral .row:last-child .row_title {
    border-bottom-left-radius: 20px;
}