@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body {
    font-family: "Uniform", sans-serif;
    font-size: 16px;

    background-color: #0b0f2c;
}

body.open {
    overflow: hidden;
}

p {
    margin-bottom: 25px;

    font-size: 20px;
    line-height: 1.5;

    color: #fff;
}

h3 {
    margin-bottom: 30px;

    font-size: 30px;
    font-weight: bold;

    text-transform: uppercase;

    color: #fff;
    background: #8329c2;
    background: linear-gradient(135deg, #8329c2 0%, #b043ff 100%);
    -webkit-background-clip: text;

    -webkit-filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
            filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
    -webkit-text-fill-color: transparent;
}

img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

.fullWidth > .container {
    width: 100%;
}

.fullWidth > .row,
.fullWidth > .col-md-12 {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.mobile-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;

    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);

    opacity: 0;
    background: #06091d;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.mobile-header.is-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

.mobile-hamburger {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
        flex-direction: column;

    cursor: pointer;

    border-radius: 0;
    background: transparent;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-hamburger:active,
.mobile-hamburger:focus {
    outline: none;
}

.mobile-hamburger .line {
    display: block;
    width: 100%;
    height: 3px;
    margin: 3px 0;

    background: #fff;
}

@media (min-width: 1024px) {
    .mobile-hamburger {
        display: none;
    }
}

.mobile-header-left .mobile-header-logo {
    display: block;
}

.mobile-header-left .mobile-header-logo img {
    width: 200px;
}

@media (min-width: 1024px) {
    .mobile-header-left .mobile-header-logo img {
        width: 250px;
    }
}

.mobile-header-center {
    display: none;
}

.mobile-header-center .mobile-header-nav {
    display: none;
    padding: 0;
    margin: 0;

    list-style: none;
}

.mobile-header-center .mobile-header-nav > li {
    display: inline-block;
}

.mobile-header-center .mobile-header-nav > li > a {
    font-size: 18px;

    text-align: center;

    color: #fff;
}

.mobile-header-center .mobile-header-nav > li > a:hover {
    text-decoration: none;

    color: transparent;
    background: #8329c2;
    background: linear-gradient(135deg, #8329c2 0%, #b043ff 100%);
    -webkit-background-clip: text;

    -webkit-filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
            filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
    -webkit-text-fill-color: transparent;
}

.mobile-header-center .mobile-header-nav > li span {
    margin: 0 15px;

    color: #fff;
}

@media (min-width: 1024px) {
    .mobile-header-center .mobile-header-nav {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;

        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }
}

@media (min-width: 1024px) {
    .mobile-header-center {
        display: block;
    }
}

/* .mobile-header-center .mobile-header-nav > li > a:hover {
    text-decoration: none;
} */
.mobile-header-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.mobile-header-right .mobile-header-social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    margin: 0;

    list-style: none;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.mobile-header-right .mobile-header-social > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-header-right .mobile-header-social > li:last-child {
    margin-right: 0;
}

.mobile-header-right .mobile-header-social > li > a {
    display: block;
}

.mobile-header-right .mobile-header-social > li > a img {
    width: 30px;
}

.mobile-header-right .mobile-header-cta .btn-connect {
    display: none;

    font-size: 16px;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}

.mobile-header-right .mobile-header-cta .btn-connect:hover {
    color: #000;
    background-color: #fff;
}

.mobile-header-right .mobile-header-cta .btn-connect span {
    display: none;
}

@media (min-width: 1024px) {
    .mobile-header-right .mobile-header-social > li:last-child {
        margin-right: 20px;
    }
}

@media (min-width: 1024px) {
    .mobile-header-right .mobile-header-social > li {
        margin-right: 20px;
    }
}

@media (min-width: 1024px) {
    .mobile-header-right .mobile-header-social > li > a img {
        width: 30px;
    }
}

@media (min-width: 1024px) {
    .mobile-header-right .mobile-header-cta .btn-connect {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .mobile-header-right .mobile-header-cta .btn-connect span {
        display: block;
        margin-left: 7px;
    }
}

.nav-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;

    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;

    background: #0b0f2c;
}

.nav-popup.open {
    display: block;
}

.nav-popup .nav-popup-close {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 30;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    cursor: pointer;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-popup .nav-popup-close img {
    width: 20px;
    height: 20px;
}

.nav-popup .nav-popup-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 40px 0;
        flex-direction: column;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-popup .nav-popup-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-popup .nav-popup-header .nav-popup-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-popup .nav-popup-header .nav-popup-logo img {
    width: 70%;
}

.nav-popup .nav-popup-nav .nav-popup-menu {
    padding: 0;
    margin: 0;

    list-style: none;
}

.nav-popup .nav-popup-nav .nav-popup-menu > li {
    display: block;

    text-align: center;
}

.nav-popup .nav-popup-nav .nav-popup-menu > li > a {
    display: inline-block;
    padding: 15px 10px;

    font-size: 24px;

    text-align: center;

    color: #fff;
}

.nav-popup .nav-popup-footer .nav-popup-social {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;

    list-style: none;

    text-align: center;
}

.nav-popup .nav-popup-footer .nav-popup-social > li {
    display: inline-block;
}

.nav-popup .nav-popup-footer .nav-popup-social > li > a {
    display: block;
    padding: 15px;

    font-size: 20px;

    text-align: center;

    color: #fff;
}

.nav-popup .nav-popup-footer .nav-popup-cta .btn-connect {
    font-size: 18px;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}

.nav-popup .nav-popup-footer .nav-popup-cta .btn-connect:hover {
    color: #000;
    background-color: #fff;
}

@media (min-width: 768px) {
    .nav-popup .nav-popup-close {
        top: 40px;
        left: 40px;
    }
}

@media (min-width: 768px) {
    .nav-popup .nav-popup-close img {
        width: 43px;
        height: 43px;
    }
}

@media (min-width: 768px) {
    .nav-popup .nav-popup-nav .nav-popup-menu > li > a {
        font-size: 65px;
    }
}

.drawer-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;

    width: 100%;
    height: 100%;
    max-width: 280px;
    overflow: auto;

    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);

    opacity: 0;
    background: #111;
}

.drawer-menu.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}

.drawer-menu .drawer-menu-header {
    position: relative;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    padding: 20px;

    cursor: pointer;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.drawer-menu .drawer-menu-header .drawer-menu-close {
    position: absolute;
    top: 15px;
    right: 15px;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    cursor: pointer;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.drawer-menu .drawer-menu-nav .drawer-menu-links {
    padding: 0;
    margin: 0;

    list-style: none;
}

.drawer-menu .drawer-menu-nav .drawer-menu-links > li > a {
    display: block;
    padding: 20px 30px;

    font-size: 25px;

    text-decoration: none;

    color: #ccc;
}

.section-header {
    padding-top: 60px;
    padding-bottom: 40px;
}

.section-title {
    margin-top: 0;
    margin-bottom: 0;

    font-size: 35px;
    font-weight: bold;

    text-align: center;

    color: #fff;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 60px;
    }
}

.section-divider {
    display: block;
    width: 100%;
    min-height: 53px;
    margin: 22px auto;

    background: url(../img/divider-mobile.png) no-repeat;
    background-position: center;
    background-size: contain;
}

@media (min-width: 768px) {
    .section-divider {
        background: url(../img/divider-new.png) no-repeat;
        background-position: center;
        background-size: contain;
        background-size: 600px;
    }
}

.section-subtitle {
    max-width: 870px;
    margin: 0 auto 30px;

    font-size: 20px;
    font-weight: bold;

    text-align: center;

    color: #fff;
}

.section-artists .section-subtitle {
    max-width: 300px;
    margin-bottom: 0;
}

.section-hero {
    position: relative;

    background: #0b0f2c url(../img/bannerr.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.hero-video-wrap {
    width: 100%;
    max-width: 700px;
    margin: 95px auto;
}

@media (min-width: 768px) {
    .hero-video-wrap {
        width: 100%;
    }
}

.hero-video {
    position: relative;

    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.hero-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;

    width: 100%;
    height: 100%;
}

.hero-center-wings {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1009px;
    margin: 0 auto;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-center-wings img {
    width: 100%;
}

.hero-center-wings .hamnburge-btn,
.hero-center-wings .btn-twitter,
.hero-center-wings .btn-discus {
    position: absolute;
    z-index: 10;

    display: inline-block;
    width: 38px;
    height: 38px;

    cursor: pointer;

    border-radius: 50px;
    background: transparent;
}

.hero-center-wings .hamnburge-btn {
    top: 11px;
    left: 12px;

    width: 47px;
    height: 48px;
}

.hero-center-wings .hamnburge-btn:hover {
    background: url(../img/hamburger-hover.png) no-repeat;
    background-position: center;
    background-size: contain;
}

@media (min-width: 375px) {
    .hero-center-wings .hamnburge-btn {
        top: 10px;
        left: 3%;

        width: 44px;
        height: 44px;
    }
}

@media (min-width: 414px) {
    .hero-center-wings .hamnburge-btn {
        top: 10px;
        left: 2.5%;

        width: 50px;
        height: 50px;
    }
}

@media (min-width: 767px) {
    .hero-center-wings .hamnburge-btn {
        top: 66px;
        left: 22.5%;

        width: 38px;
        height: 38px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-center-wings .hamnburge-btn {
        top: 50px;
        left: 22.5%;

        width: 30px;
        height: 30px;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .hero-center-wings .hamnburge-btn {
        top: 67px;
        left: 22.5%;

        width: 36px;
        height: 36px;
    }
}

.hero-center-wings .btn-twitter {
    top: 12px;
    right: 63px;
}

.hero-center-wings .btn-twitter:hover {
    background: url(../img/twitter-hover.png) no-repeat;
    background-position: center;
    background-size: contain;
}

@media (min-width: 375px) {
    .hero-center-wings .btn-twitter {
        top: 10px;
        right: 15%;

        width: 36px;
        height: 36px;
    }
}

@media (min-width: 414px) {
    .hero-center-wings .btn-twitter {
        top: 10px;
        right: 15%;

        width: 41px;
        height: 41px;
    }
}

@media (min-width: 767px) {
    .hero-center-wings .btn-twitter {
        top: 93px;
        right: 29%;

        width: 33px;
        height: 33px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-center-wings .btn-twitter {
        top: 71px;
        right: 29%;

        width: 25px;
        height: 25px;
    }
}

.hero-center-wings .btn-discus {
    top: 12px;
    right: 11px;

    width: 38px;
    height: 38px;
}

.hero-center-wings .btn-discus:hover {
    background: url(../img/discord-hover.png) no-repeat;
    background-position: center;
    background-size: contain;
}

@media (min-width: 375px) {
    .hero-center-wings .btn-discus {
        top: 10px;
        right: 2.5%;

        width: 36px;
        height: 36px;
    }
}

@media (min-width: 414px) {
    .hero-center-wings .btn-discus {
        top: 10px;
        right: 2.5%;

        width: 41px;
        height: 41px;
    }
}

@media (min-width: 767px) {
    .hero-center-wings .btn-discus {
        top: 66px;
        right: 23%;

        width: 32px;
        height: 32px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-center-wings .btn-discus {
        top: 49px;
        right: 23%;

        width: 25px;
        height: 25px;
    }
}

.hero-top-frames {
    display: none;
}

.hero-top-frames .frame-top-left,
.hero-top-frames .frame-top-right {
    position: absolute;
    top: 10px;

    width: 30%;
}

.hero-top-frames .frame-top-left img,
.hero-top-frames .frame-top-right img {
    width: 30%;
}

.hero-top-frames .frame-top-left {
    left: .5%;
}

.hero-top-frames .frame-top-right {
    right: .5%;

    text-align: right;
}

@media (min-width: 1024px) {
    .hero-top-frames {
        display: block;
    }
}

.ship {
    position: absolute;
    bottom: 23%;
    left: 15px;

    display: none;
    width: 100%;
    max-width: 350px;
}

@media (min-width: 768px) {
    .ship {
        display: block;
    }
}

.hero-bottom-frame {
    width: 100%;
    min-height: 329px;

    background: url(../img/gold-frame-bottom.png) no-repeat;
    background-position: center;
    background-size: 100%;
}

.hero-bottom-frames .frame-desktop img {
    width: 100%;
    max-width: 100%;
    margin-top: -100px;
    margin-bottom: -1%;
}

.hero-bottom-frames .frame-mobile img {
    width: 100%;
    max-width: 100%;
    margin-top: -130px;
    margin-bottom: -60px;
}

.hero-bottom-frames .frame-desktop {
    display: none;
}

@media (min-width: 768px) {
    .hero-bottom-frames .frame-desktop {
        display: block;
    }
}

@media (min-width: 768px) {
    .hero-bottom-frames .frame-mobile {
        display: none;
    }
}

.swiper-slider-main {
    position: relative;

    margin-bottom: 100px;
}

.swiper-slider-main .swiper-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;

    width: 100%;
    height: 100%;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.swiper-slider-main .frameInfo {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 115%;
    margin: auto;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    -o-object-fit: contain;
       object-fit: contain;
}

@media (min-width: 768px) {
    .swiper-slider-main .swiper-frame {
        display: none;
    }
}

.swiper-container {
    position: relative;

    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: clip;

    background-color: transparent;
}

.swiper-slide {
    cursor: pointer;
    -webkit-transform: scale(.8);
            transform: scale(.8);
}

.swiper-slide.swiper-slide-active::after {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: "";
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background: url(../img/art-frame.png) no-repeat;
    background-position: center center;
    background-size: contain;

    -o-object-fit: contain;
       object-fit: contain;
}

@media (max-width: 767px) {
    .swiper-slide {
        padding: 0 40px;
    }
}

@media (min-width: 768px) {
    .swiper-slide.swiper-slide-active {
        padding: 50px 25px;
    }
}

@media (max-width: 767px) {
    /*     .swiper-slide.swiper-slide-active::after {
        display: none;
    } */
    .swiper-slider-main .swiper-frame {
        display: none;
    }
}

.swiper-slide-container {
    position: relative;
    /* Center slide text vertically */

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 75%;
    margin: auto;

    font-size: 18px;

    text-align: center;

    background: #0b0f2c;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-slide-container img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.swiper-slide-active {
    -webkit-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 4px;

    border-radius: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    opacity: 1;
    background: #8329c2;
    background: linear-gradient(135deg, #8329c2 0%, #b043ff 100%);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c8b4dc;
}

.swiper-pagination {
    top: calc(100% + 30px) !important;
}

@media (min-width: 768px) {
    .swiper-pagination {
        top: calc(100% + 60px) !important;
    }
}

.slider-bottom-content {
    max-width: 490px;
    margin: 0 auto;
}

.slider-bottom-content h4 {
    display: none;
    margin-bottom: 30px;

    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    text-align: center;
    text-transform: uppercase;

    color: #04153a;
    background: #8329c2;
    background: linear-gradient(135deg, #8329c2 0%, #b043ff 100%);
    -webkit-background-clip: text;

    -webkit-filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
            filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
    -webkit-text-fill-color: transparent;
}

.slider-bottom-content p {
    font-size: 20px;
    line-height: 1.5;

    text-align: center;
}

.slider-bottom-content p a {
    color: #a03ae9;
}

.slider-bottom-content a.btn {
    padding: 20px 30px;
    margin: 5px;

    font-size: 18px;
    font-weight: bold;
    line-height: 1;

    white-space: initial;
    text-transform: uppercase;

    color: #fff;
    background: #8329c2;
    background: linear-gradient(
    135deg
    , #8329c2 0%, #b043ff 100%);

    -webkit-filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
            filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
}

.slider-bottom-content a.btn img {
    width: 30px;
    margin-right: 20px;

    vertical-align: -8px;
}
.slider-bottom-content a.btn b {
    display: block;
    margin-top: 5px;

    font-size: 15px;
    font-weight: normal;
}

.space {
    width: 100%;
    height: 50px;
}

.text-left .slider-bottom-content h4,
.text-left .slider-bottom-content p {
    text-align: left;
}

.subtitleLg {
    font-size: 45px;
    font-weight: 400;
}

.slider-bottom-content h3 {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .slider-bottom-content h4 {
        display: block;
    }
}

.section-who-are-we .who-are-we-content {
    width: 100%;
    max-width: 540px;
    padding-top: 50px;
}

.section-who-are-we .who-are-we-content h3 {
    display: none;
}

@media (min-width: 768px) {
    .section-who-are-we .who-are-we-content {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .section-who-are-we .who-are-we-content h3 {
        display: block;
    }
}

.how-it-works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
        flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
}

.how-it-works .how-it-works-col {
    position: relative;

    width: calc(100%);
}

.how-it-works .how-it-works-col:last-child::after {
    content: none;
}

.how-it-works .how-it-works-icon {
    position: relative;

    margin: 40px 0 45px;

    text-align: center;
}

.how-it-works .how-it-works-info h4 {
    max-width: 290px;
    min-height: 50px;
    margin: auto;
    margin-bottom: 15px;

    font-size: 22px;
    font-weight: bold;

    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #fff;
    background: #8329c2;
    background: linear-gradient(135deg, #8329c2 0%, #b043ff 100%);
    -webkit-background-clip: text;

    -webkit-filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
            filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
    -webkit-text-fill-color: transparent;
}

.how-it-works .how-it-works-info p {
    width: 100%;
    max-width: 350px;
    margin: auto;

    font-size: 20px;

    text-align: center;

    color: #fff;
}

@media (min-width: 768px) {
    .how-it-works .how-it-works-col::after {
        position: absolute;
        top: 53%;
        left: 63%;

        width: 100%;
        height: 50px;
        max-width: 75%;

        content: "";

        background: url(../img/crowdfund-arrow.png) no-repeat;
        background-position: center;
        background-size: contain;
    }
}

@media (min-width: 768px) {
    .how-it-works {
            flex-direction: row;

        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
    }
}

@media (min-width: 768px) {
    .how-it-works .how-it-works-col {
        width: calc(100% / 3);
    }
}

.section-how-it-works {
    padding: 100px 0;
}

.how-it-works-thumb img {
    display: block;
    max-height: 300px;
    margin: auto;
}

.stepArrow {
    display: none;
}

@media (min-width: 768px) {
    .stepArrow {
        position: absolute;
        top: 22px;

        display: block;
        display: none;
        width: 78%;
    }
}

.how-it-works-arrow-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .how-it-works-arrow-mobile {
        display: none;
    }
}

.artists-roster-block {
    width: 100%;
    max-width: 1158px;
    margin: 100px auto;
}

.artists-roster-block img {
    max-width: 100%;
}

.roadmap {
    display: none;
}

.roadmap .roadmap-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column;
}

.roadmap .roadmap-col {
    width: 100%;
}

.roadmap .roadmap-info h4 {
    margin: 0 0 30px;

    font-size: 30px;
    font-size: 30px;
    font-weight: bold;

    text-transform: uppercase;

    color: #fff;
    background: #8329c2;
    background: linear-gradient(135deg, #8329c2 0%, #b043ff 100%);
    -webkit-background-clip: text;

    -webkit-filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
            filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
    -webkit-text-fill-color: transparent;
}

.roadmap .roadmap-info h4 img {
    margin-right: 18px;

    vertical-align: -32px;
}

.roadmap .roadmap-divider {
    width: 100%;

    text-align: center;
}

@media (min-width: 768px) {
    .roadmap {
        display: block;
    }
}

.roadmap-slider-container .slick__arrow {
    position: absolute;
    top: 28px;
    right: 15px;
    z-index: 10;

    display: block;
}

.roadmap-slider-container .slick__arrow.slick__right {
    width: 16px;
    height: 22px;

    background: url(../img/slick-arrow.png) no-repeat;
    background-size: contain;
}

.roadmap-slider-container .slick__arrow.slick__left {
    display: none;
}

.roadmap-slider-container .slick-dots > li.slick-active > button {
    background: #fff;
}

.roadmap-slider-container .slick-dots > li > button {
    height: 4px;
    padding: 0;

    background: #8329c2;
    background: linear-gradient(135deg, #8329c2 0%, #b043ff 100%);
}

@media (min-width: 768px) {
    .roadmap-slider {
        display: none;
    }
}

.roadmap-slider .roadmap-slider-card {
    width: 100%;
    height: 100%;
    padding: 5px;

    border: 2px solid #8324e9;
    border-radius: 14px;
}

.roadmap-slider .roadmap-slider-card .roadmap-slider-card-header {
    padding: 10px;

    border-radius: 14px 14px 0 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#9929ea), to(#731de8));
    background-image: linear-gradient(0deg, #9929ea 0%, #731de8 100%);
}

.roadmap-slider .roadmap-slider-card .roadmap-slider-card-header h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    margin: 0;

    text-transform: uppercase;

    color: #fff;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.roadmap-slider .roadmap-slider-card .roadmap-slider-card-header h4 img {
    width: 50px;
    height: auto;
    margin-right: 15px;
}

.roadmap-slider .roadmap-slider-card .roadmap-slider-card-info {
    padding: 15px 15px 25px;
}

.roadmap-slider .roadmap-slider-card .roadmap-slider-card-thumb {
    margin-bottom: 40px;
}



.roadmap-slider .roadmap-slider-card .roadmap-slider-card-desc {
    font-size: 18px;

    color: #fff;
}

@media (min-width: 768px) {
    .roadmap .roadmap-row {
            flex-direction: row;

        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
    }
}

@media (min-width: 768px) {
    .roadmap .roadmap-col {
        width: 42%;
        margin: 0 3%;
    }
}

.section-white-paper .white-paper-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 510px;
    margin: 25px auto;
    margin-top: 0;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-white-paper .white-paper-card img {
    max-width: 100%;
}

.section-white-paper .white-paper-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
    margin-bottom: 50px;
        flex-direction: column-reverse;

    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-direction: column-reverse;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-white-paper .white-paper-info p {
    padding: 40px 0;

    text-align: center;
}

.section-white-paper .white-paper-info .white-paper-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.section-white-paper .white-paper-info .white-paper-cta .btn {
    max-width: 180px;
    padding: 12px 12px;

    font-weight: bold;
    line-height: 1;

    white-space: initial;
    text-transform: uppercase;

    color: #fff;
    background: #8329c2;
    background: linear-gradient(135deg, #8329c2 0%, #b043ff 100%);

    -webkit-filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
            filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
}

.section-white-paper .white-paper-info .white-paper-cta .btn:hover {
    background: #8329c2;
    background: -webkit-gradient(linear, left top, left bottom, from(#8329c2), to(#b043ff));
    background: linear-gradient(180deg, #8329c2 0%, #b043ff 100%);

    -webkit-filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
            filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
}

@media (min-width: 768px) {
    .section-white-paper .white-paper-info {
            flex-direction: column;

        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
    }
}

.team-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
        flex-direction: column;

    list-style: none;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
}

.team-grid > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 100px;

    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .team-grid {
            flex-direction: row;

        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
    }
}

@media (min-width: 768px) {
    .team-grid > li {
        width: 50%;
    }
}

.team-card {
    width: 100%;
    max-width: 394px;
}

.team-card .team-profile-thumb {
    text-align: center;
}

.team-card .team-profile-info {
    padding: 25px 0;

    text-align: center;
}

.team-card .team-profile-info .profile-name {
    font-size: 22px;
    font-weight: bold;

    text-transform: uppercase;

    color: #fff;
}

.team-card .team-profile-info .profile-designation {
    margin-bottom: 20px;

    font-size: 20px;

    text-transform: uppercase;

    color: #fff;
}

.team-card .team-profile-info .profile-bio {
    display: none;

    color: #fff;
}

@media (min-width: 768px) {
    .team-card .team-profile-info .profile-name {
        background: #8329c2;
        background: linear-gradient(135deg, #8329c2 0%, #b043ff 100%);
        -webkit-background-clip: text;

        -webkit-filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
                filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
        -webkit-text-fill-color: transparent;
    }
}

@media (min-width: 768px) {
    .team-card .team-profile-info .profile-designation {
        background: #8329c2;
        background: linear-gradient(135deg, #8329c2 0%, #b043ff 100%);
        -webkit-background-clip: text;

        -webkit-filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
                filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
        -webkit-text-fill-color: transparent;
    }
}

@media (min-width: 768px) {
    .team-card .team-profile-info .profile-bio {
        display: block;
        max-width: 90%;
        margin: auto;
        margin-bottom: 22px;

        font-size: 20px;
        line-height: 1.6;
    }
}

.community-info {
    max-width: 100%;

    text-align: center;
}

.community-info .btn {
    display: none;
    max-width: 200px;
    padding: 16px;

    font-weight: bold;
    line-height: 1;

    white-space: initial;
    text-transform: uppercase;

    color: #fff;
    background: #8329c2;
    background: linear-gradient(135deg, #8329c2 0%, #b043ff 100%);

    -webkit-filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
            filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
}

.community-info .btn:hover {
    background: #8329c2;
    background: -webkit-gradient(linear, left top, left bottom, from(#8329c2), to(#b043ff));
    background: linear-gradient(180deg, #8329c2 0%, #b043ff 100%);

    -webkit-filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
            filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
}

.community-info p {
    text-align: center;
}

.community-info h4 {
    margin-bottom: 30px;

    font-size: 22px;
    font-weight: bold;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    background: #8329c2;
    background: linear-gradient(135deg, #8329c2 0%, #b043ff 100%);
    -webkit-background-clip: text;

    -webkit-filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
            filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
    -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
    .community-info {
        max-width: 90%;
    }
}

@media (min-width: 768px) {
    .community-info .btn {
        display: block;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .community-info p,
    .community-info h4 {
        text-align: left;
    }
}

footer .footer-frame img {
    width: 100%;
    max-width: 100%;
}

footer .footer-background {
    padding: 100px 0;

    background: #000;
}

footer .footer-left {
    text-align: center;
}

footer .footer-logo {
    display: inline-block;
    padding: 0 30px;

    text-align: center;
}

footer .footer-logo p {
    margin: 0;
    margin-top: 40px;

    font-size: 15px;
}

footer .footerNav {
    padding: 0;
    margin: 0;
    margin-bottom: 25px;

    list-style: none;

    text-align: center;

    background: #8329c2;
    background: linear-gradient(135deg, #8329c2 0%, #b043ff 100%);
    -webkit-background-clip: text;

    -webkit-filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
            filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#8329c2", endColorstr="#b043ff", GradientType=1);
    -webkit-text-fill-color: transparent;
}

footer .footerNav li {
    display: inline-block;
    padding-right: 6px;
    padding-left: 5px;

    font-weight: 600;
    line-height: 1;

    border-right: 1px solid #8329c2;
}

footer .footerNav li a:hover {
    text-decoration: underline;
}

footer .footer-social-links {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;

    list-style: none;

    text-align: center;
}

footer .footer-social-links > li {
    display: inline-block;
    margin-right: 35px;
}

footer .footer-social-links > li:last-child {
    margin-right: 0;
}

footer .footer-social-links > li > a {
    display: block;
}

@media (min-width: 768px) {
    footer .footer-left {
        padding-right: 10%;

        text-align: right;
    }
}

@media (min-width: 768px) {
    footer .footer-logo {
        max-width: 300px;
        padding: 0;

        text-align: right;
    }
}

@media (min-width: 768px) {
    footer .footerNav {
        max-width: 300px;

        text-align: left;
    }
}

@media (min-width: 768px) {
    footer .footer-social-links {
        text-align: left;
    }
}
/*# sourceMappingURL=style.css.map */

.ml-form-embedContainer {
    max-width: 650px;
    padding: 20px;
    margin: auto;
    margin-top: -70px;

    background-color: rgb(255 255 255 / 80%);
}

.ml-form-embedContainer h4 {
    margin: 0;
    margin-bottom: 10px;

    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;

    text-align: center;
    text-transform: normal;
}

.ml-form-embedContainer h5 {
    margin: 0;
    margin-bottom: 10px;

    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;

    text-align: center;
    text-transform: uppercase;
}

form.ml-block-form {
    display: flex;
}

form.ml-block-form .ml-form-formContent {
    width: 100%;
}

form.ml-block-form button.primary {
    display: block !important;
    padding: 10px 25px;

    text-transform: uppercase;

    color: #fff;
    border: 0;
    background-color: #f8c84c;
}

.ml-form-embedSubmit {
    position: relative;
}
.loading {
    position: absolute;
    top: 0;

    display: block;
    width: 100%;
    padding: 10px;

    opacity: 1;
    color: #fff;
    border: 0;
    background-color: #f8c84c;
}

.sr-only {
    position: initial;

    width: auto;
    height: auto;
    margin: 0;

    opacity: 1;
}

form.ml-block-form .form-control {
    padding: 22px;

    border: 0;
    border-radius: 0;
}


.footerForm .ml-form-embedContainer {
    margin: 0 auto;
}


.footerForm {
    padding: 50px 0;
}
.buttonVideo {
    margin-bottom: 30px;
}

.btnLg {
    display: inline-block;
    padding: 20px;

    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;

    color: #fff;
    border: 0;
    border-radius: 10px;
    background-color: #f8c84c;
}

.btnLg:hover {
    text-decoration: none;

    color: #fff;
    background-color: #eabb41;
}

.btnLg b {
    display: block;

    font-size: 15px;
    font-weight: normal;
}

.btnLg img {
    width: 30px;
    margin-right: 8px;

    vertical-align: top;
}


@media (max-width: 480px) {
    .hero-video-wrap {
        margin-top: 50px;
    }
    .ml-form-embedContainer {
        margin-bottom: 30px;
    }
    .roadmap-slider .roadmap-slider-card .roadmap-slider-card-thumb {
        margin-bottom: 20px;
    }
    .roadmap-slider .roadmap-slider-card .roadmap-slider-card-desc p {
        margin: 10px 0;
    }
    .roadmap-slider .roadmap-slider-card .roadmap-slider-card-info {
        padding: 10px 15px 10px;
    }
    .roadmap-slider .roadmap-slider-card {
        margin-bottom: 20px;
    }
    .slick-slide img {
        margin: auto;
    }
    .text-left .slider-bottom-content h4,
    .text-left .slider-bottom-content p {
        display: block;
    }
    .swiper-slide.swiper-slide-active::after {
        width: 90%;
        height: 92%;
    }
    .swiper-slide-container img {
        top: 7%;
        left: 6%;

        width: 88%;
        height: 90%;
    }
}
