@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Black.eot");
    src: local("☺"), url("fonts/Montserrat-Black.woff") format("woff"), url("fonts/Montserrat-Black.ttf") format("truetype"), url("fonts/Montserrat-Black.svg") format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Bold.eot");
    src: local("☺"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype"), url("fonts/Montserrat-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Regular.eot");
    src: local("☺"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"), url("fonts/Montserrat-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Light.eot");
    src: local("☺"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype"), url("fonts/Montserrat-Light.svg") format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Syncopate-Bold;
    src: local("Syncopate-Bold"), local("Mokota-Glitch"), url(mokoto.ttf);
}

@font-face {
    font-family: Syncopate-Regular;
    src: local("Syncopate"), local("Syncopate-Regular"), url(Syncopate-Regular.ttf);
}

@font-face {
    font-family: Syncopate-Bold;
    src: local("Syncopate"), local("Syncopate-Bold"), url(Syncopate-Bold.ttf);
}

@import url('//fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    color: black;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(../../bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transp
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none!important;
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    color: black;
}

h3 {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: .5em;
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

 ::-moz-selection {
    background: black498
}

 ::selection {
    background: black498
}

 ::-moz-selection {
    background: black498
}

img::-moz-selection {
    background: transparent
}

img::selection {
    background: transparent
}

img::-moz-selection {
    background: transparent
}

body {
    -webkit-tap-highlight-color: black498
}

body {
    background-color: white;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    color: black;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

.l-viewport {
    position: relative;
    width: 100vw!important;
    height: 100vh;
    overflow: hidden
}

.l-wrapper {
    position: relative;
    width: 1440px;
    min-width: 100vw!important;
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.l-side-nav {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.l-side-nav::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
    max-height: 750px;
    background-color: #555;
    opacity: .35;
    z-index: 10
}

@media (max-width: 1180px) {
    .l-side-nav {
        display: none
    }
}

.l-main-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.l-section {
    position: absolute;
    width: 100%;
    height: 100%
}

.device-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0c0c0c;
    z-index: 12
}

.device-notification--logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: black;
}

.device-notification--logo p {
    margin: 0 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.device-notification--message {
    width: 70%;
    margin: 30px 0 0 0;
    font-weight: 700;
    text-align: center
}

.section {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
    transition: opacity .4s ease-in-out, visibility 0s .4s
}

.section--is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition: opacity .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s
}

.section--next {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.section--prev {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
    padding-left: 2vw;
    padding-right: 2vw;
}

.header--logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: white;
    margin-top: 1em;
}

.header--logo p {
    color: white;
    margin: 0 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.header--nav-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    transform: scale(1.3);
    text-transform: uppercase;
    border: 0!important;
    font-weight: 700!important;
    color: white;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.header--nav-toggle:hover {
    transform: scale(1.4);
    cursor: pointer;
    text-shadow: 0 0 5px rgb(108, 0, 255), 0 0 10px rgb(108 0 255 / 0.1), 0 0 15px rgb(108 0 255/ 0.1), 0 0 10px rgb(108 0 255 / 0.2);
}

.header--nav-toggle span,
.header--nav-toggle::before,
.header--nav-toggle::after {
    content: "";
    position: relative;
    width: 0px;
    height: 0px;
    background-color: black;
}

.header--nav-toggle::before {
    bottom: 0px;
    width: 23px
}

.header--nav-toggle::after {
    top: 0px;
    width: 23px
}

.header--cta {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 20px;
    line-height: 30px;
    text-decoration: none;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #C623fE;
    border: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
    transition: opacity .4s ease-in-out, visibility 0s .4s
}

.header--cta:focus {
    outline: none
}

.header--cta.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s
}

@media (max-width: 767px) {
    .header--cta {
        display: none
    }
}

.side-nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 70%;
    max-height: 750px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style-position: inside;
    z-index: 10
}

.side-nav>li {
    position: relative;
    top: -5px;
    color: black;
    font-size: 6px;
    cursor: pointer
}

.side-nav>li span {
    position: relative;
    top: 3px;
    left: 10px;
    color: black;
    font-size: 14px;
    font-weight: 300;
    opacity: 0;
    visibility: hidden
}

.side-nav>li::before {
    position: absolute;
    top: 3px;
    left: 10px;
    color: #555;
    font-size: 14px;
    font-weight: 300
}

.side-nav li:nth-child(1)::before {
    content: "01"
}

.side-nav li:nth-child(2)::before {
    content: "02"
}

.side-nav li:nth-child(3)::before {
    content: "03"
}

.side-nav li:nth-child(4)::before {
    content: "04"
}

.side-nav li:nth-child(5)::before {
    content: "05"
}

.side-nav li.is-active {
    color: #C623fE;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.side-nav li.is-active span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.side-nav li.is-active::before {
    left: -33px;
    color: black
}

.intro {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw!important;
    max-width: 100%;
    height: 100vh;
    padding-top: 20vh!important;
    margin-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 1180px) {
    .intro {
        max-width: 100%;
    }
}

.intro--banner {
    position: relative;
    height: 350px;
    margin-top: 0;
}

.intro--banner h1 {
    font-family: 'Syncopate-Bold';
    position: relative;
    font-size: 65px;
    font-weight: 900;
    line-height: 1;
    z-index: 1;
    color: white;
    text-align: left;
    margin-left: 2%;
    margin-right: 2%;
}

.intro--banner button {
    position: relative;
    padding: 5px 17px 5px 12px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    border: none
}

.loadText {
    font-family: 'Syncopate-Regular';
}

.intro--banner button .btn-background {
    position: absolute;
    top: 0;
    left: 23px;
    right: 0;
    height: 100%;
    background-color: #C623fE;
    z-index: -1;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out
}

.intro--banner button:hover .btn-background {
    left: 0
}

.intro--banner button:focus {
    outline: none
}

.intro--banner button svg {
    position: relative;
    left: 5px;
    width: 15px;
    fill: black!important;
}

.intro--banner img {
    position: absolute;
    bottom: 21px;
    right: -12px
}

.intro--options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    margin-top: 5em;
}

.intro--options>a {
    max-width: 300px;
    text-decoration: none;
    color: black;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.zoom {
    text-align: center;
    padding: 30px;
    transition: transform;
    /* Animation */
    margin: 0 auto;
    -webkit-transition: transform 3s ease-in-out;
}

.zoom:hover {
    transform: scale(1.5);
}

.intro--options h3 {
    font-size: 16px;
    text-transform: uppercase
}

.intro--options p {
    margin-bottom: 0
}

@media (max-width: 900px) {
    .intro--banner {
        height: 380px
    }
    .intro--banner h1 {
        font-size: 55px
    }
    .intro--banner img {
        width: 430px
    }
    .intro--options>a {
        margin-right: 30px
    }
    .intro--options>a:last-child {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .intro--banner {
        height: 305px
    }
    .intro--banner h1 {
        font-size: 44px
    }
    .intro--banner img {
        width: 330px
    }
    .intro--options {
        display: block
    }
    .intro--options>a {
        display: block;
        max-width: 100%;
        margin: 0 0 30px 0
    }
    .intro--options>a:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 600px) {
    .intro--banner {
        height: 360px
    }
    .intro--banner h1 {
        font-size: 55px
    }
    .intro--banner img {
        display: none
    }
}

@media (max-width: 600px) and (max-height: 750px) {
    .intro--banner {
        height: auto
    }
    .intro--banner::before,
    .intro--banner::after {
        display: none
    }
    .intro--banner h1 {
        margin-top: 0
    }
    .intro--options {
        display: none
    }
}

.work {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    max-width: 80%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (max-width: 1180px) {
    .work {
        max-width: 100%
    }
}

.work h2 {
    margin: 0 0 20px 0;
    font-size: 30px;
    text-align: center
}

.work--lockup {
    position: relative
}

.work--lockup .slider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.work--lockup .slider--item {
    position: absolute;
    display: none;
    text-align: center
}

.work--lockup .slider--item a {
    text-decoration: none;
    color: #858585
}

.work--lockup .slider--item-title {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.work--lockup .slider--item-description {
    display: none;
    max-width: 250px;
    margin: 0 auto
}

.work--lockup .slider--item-image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden
}

.work--lockup .slider--item-image img {
    width: 100%
}

.work--lockup .slider--item-left {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block
}

.work--lockup .slider--item-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block
}

.work--lockup .slider--item-center {
    position: relative;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block
}

.work--lockup .slider--item-center a {
    color: black
}

.work--lockup .slider--item-center .slider--item-title {
    margin-top: 25px;
    font-size: 16px
}

.work--lockup .slider--item-center .slider--item-description {
    display: block
}

.work--lockup .slider--item-center .slider--item-image {
    width: 300px;
    height: 300px
}

.work--lockup .slider--next,
.work--lockup .slider--prev {
    position: absolute;
    top: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #282828;
    border-radius: 50%;
    cursor: pointer
}

.work--lockup .slider--next svg,
.work--lockup .slider--prev svg {
    width: 20px;
    fill: black
}

.work--lockup .slider--next {
    right: 0
}

.work--lockup .slider--prev {
    left: 0
}

@media (max-width: 900px) {
    .work--lockup .slider--item-image {
        width: 120px;
        height: 120px
    }
    .work--lockup .slider--item-center .slider--item-image {
        width: 240px;
        height: 240px
    }
    .work--lockup .slider--next,
    .work--lockup .slider--prev {
        top: 130px
    }
}

@media (max-width: 767px) {
    .work--lockup .slider {
        width: 75%
    }
    .work--lockup .slider--item-image {
        width: 90px;
        height: 90px
    }
    .work--lockup .slider--item-center .slider--item-image {
        width: 190px;
        height: 190px
    }
    .work--lockup .slider--next,
    .work--lockup .slider--prev {
        top: 105px
    }
}

@media (max-width: 600px) {
    .work--lockup .slider {
        width: auto
    }
    .work--lockup .slider--item-left,
    .work--lockup .slider--item-right {
        display: none
    }
}

.about {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    max-width: 75%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (max-width: 1180px) {
    .about {
        max-width: 100%
    }
}

.about--banner {
    position: relative;
    height: 475px
}

.about--banner::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 200px;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    border: 5px solid #C623fE;
    border-right-color: transparent;
    border-bottom-color: transparent
}

.about--banner::after {
    content: "";
    position: absolute;
    top: 75px;
    left: 400px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #C623fE
}

.about--banner h2 {
    position: relative;
    margin-top: 35px;
    font-size: 68px;
    font-weight: 900;
    line-height: 1;
    z-index: 1
}

.about--banner h2::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 268px;
    width: 30px;
    height: 30px;
    background-color: #C623fE;
    border-radius: 50%
}

.about--banner h2::after {
    content: "";
    position: absolute;
    top: 255px;
    left: 255px;
    width: 10px;
    height: 10px;
    background-color: #C623fE
}

.about--banner a {
    padding: 5px 17px 5px 0;
    text-decoration: none;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent
}

.about--banner a:hover svg {
    left: 10px
}

.about--banner a svg {
    position: relative;
    left: 5px;
    width: 15px;
    fill: black;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out
}

.about--banner img {
    position: absolute;
    bottom: -90px;
    right: -12px
}

.about--options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none
}

.about--options>a {
    position: relative;
    width: 150px;
    height: 75px;
    text-decoration: none;
    color: black;
    border: 10px solid #C623fE;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.about--options>a:nth-child(1) {
    background-image: url("https://www.voxelxnetwork.com/assets/img/about-winners.jpg")
}

.about--options>a:nth-child(2) {
    background-image: url("https://www.voxelxnetwork.com/assets/img/about-philosophy.jpg")
}

.about--options>a:nth-child(3) {
    background-image: url("https://www.voxelxnetwork.com/assets/img/about-history.jpg")
}

.about--options>a:hover h3 {
    bottom: -50px
}

.about--options h3 {
    position: absolute;
    bottom: -38px;
    left: 10px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: bottom .2s ease-in-out, left .2s ease-in-out;
    transition: bottom .2s ease-in-out, left .2s ease-in-out
}

@media (max-width: 767px) {
    .about--banner {
        height: 305px
    }
    .about--banner::before {
        top: 0;
        left: 125px
    }
    .about--banner::after {
        top: 35px;
        left: 260px
    }
    .about--banner h2 {
        margin-top: 10px;
        font-size: 44px
    }
    .about--banner h2::before {
        top: 28px;
        left: 168px
    }
    .about--banner h2::after {
        top: 163px;
        left: 163px
    }
    .about--banner img {
        width: 315px
    }
}

@media (max-width: 600px) {
    .about--banner {
        height: auto
    }
    .about--banner::before {
        left: 155px
    }
    .about--banner::after {
        left: 310px
    }
    .about--banner h2 {
        margin-top: 0;
        font-size: 55px
    }
    .about--banner h2::before {
        top: 43px;
        left: 214px
    }
    .about--banner h2::after {
        top: 205px;
        left: 205px
    }
    .about--banner img {
        display: none
    }
    .about--options {
        display: none
    }
}

.contact {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/contact-visual.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.contact--lockup {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    max-width: 75%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 auto
}

@media (max-width: 1180px) {
    .contact--lockup {
        max-width: 90%
    }
}

@media (max-width: 767px) {
    .contact--lockup {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.contact--lockup .modal {
    padding: 45px 45px;
    text-align: center;
    background-color: #0c0c0c;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75)
}

.contact--lockup .modal--information p,
.contact--lockup .modal--information a {
    display: block;
    margin: 14px 0;
    text-decoration: none;
    color: black;
    font-weight: 700
}

.contact--lockup .modal--information p {
    margin-top: 0
}

.contact--lockup .modal--options {
    margin: 0;
    padding: 0;
    list-style: none
}

.contact--lockup .modal--options>li {
    width: 130px;
    margin: 0 auto 25px auto
}

.contact--lockup .modal--options li:nth-child(1) {
    background-color: #1769ff
}

.contact--lockup .modal--options li:nth-child(2) {
    background-color: #ea4c89
}

.contact--lockup .modal--options li:nth-child(3) {
    margin-bottom: 0;
    background-color: #C623fE;
    text-transform: uppercase
}

.contact--lockup .modal--options a {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-decoration: none;
    color: black;
    font-weight: 700
}

.hire {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
    max-width: 75%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (max-width: 1180px) {
    .hire {
        max-width: 100%
    }
}

.hire h2 {
    margin: 0 0 20px 0;
    font-size: 30px;
    text-align: center
}

.work-request {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: black
}

.work-request input[type="submit"] {
    width: 400px;
    max-width: 100%;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #C623fE;
    border: none;
    border-radius: 0
}

.work-request input[type="submit"]:focus {
    outline: none
}

.work-request--options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0
}

.work-request--options .options-a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.work-request--options .options-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 72%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.work-request--options label {
    display: block;
    width: 200px;
    margin-bottom: 30px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border: 2px solid black;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out
}

.work-request--options label svg {
    position: relative;
    left: -5px;
    width: 0;
    fill: black;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.work-request--options input[type="checkbox"] {
    display: none
}

.work-request--options input[type="checkbox"]:checked+label {
    background-color: #C623fE;
    border-color: #C623fE
}

.work-request--options input[type="checkbox"]:checked+label svg {
    width: 15px
}

.work-request--information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

.work-request--information .information-name,
.work-request--information .information-email {
    position: relative;
    width: 45%;
    height: 50px;
    font-size: 30px;
    font-weight: 300
}

.work-request--information input[type="text"],
.work-request--information input[type="email"] {
    width: 100%;
    padding: 0 0 5px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0
}

.work-request--information input[type="text"]:focus,
.work-request--information input[type="email"]:focus {
    outline: none;
    background-color: #0c0c0c
}

.work-request--information label {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out;
    transition: top .2s ease-in-out, font-size .2s ease-in-out
}

.work-request--information input:focus+label,
.work-request--information input.has-value+label {
    top: -15px;
    font-size: 14px
}

@media (max-width: 767px) {
    .work-request--options {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .work-request--options .options-a,
    .work-request--options .options-b {
        display: block;
        width: auto
    }
}

@media (max-width: 600px) {
    .work-request--options {
        margin: 20px 0
    }
}

@media (max-width: 600px) and (max-width: 415px) {
    .work-request--options {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 600px) {
    .work-request--options label {
        width: 150px;
        margin-bottom: 15px;
        font-size: 14px
    }
    .work-request--options input[type="checkbox"]:checked+label svg {
        width: 12px
    }
    .work-request--information {
        margin-bottom: 30px
    }
    .work-request--information .information-name,
    .work-request--information .information-email {
        height: 40px;
        font-size: 24px
    }
}

.menusocial {
    font-size: 40px !important;
    margin-left: 1vw !important;
}

.perspective {
    position: relative;
    width: 100vw;
    height: 100%;
    overflow: hidden
}

.fa,
.fas {
    color: white !important;
    width: 30px !important;
}

.perspective--modalview {
    position: fixed;
    -webkit-perspective: 1500px;
    perspective: 1500px
}

.container {
    position: relative;
    -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
    transform: translateZ(0) translateX(0) rotateY(0deg);
    min-height: 100%;
    width: 100vw!important;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.modalview .container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.landingbg {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.blog_popup {
    border: none;
    color: white;
}

.activecontent {
    color: white;
}

.close {
    color: #b305ff!important;
    float: right;
    font-size: 28px!important;
    opacity: .8!important;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.effect-rotate-left {
    z-index: 0!important;
    position: relative!important;
}

.effect-rotate-left .container {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s -webkit-transform .4s;
    z-index: 9999 !important;
    position: relative!important;
}

#menuv {
    z-index: 0!important;
    position: relative!important;
}

.effect-rotate-left--animate .container {
    -webkit-transform:  translateZ(-1800px) translateX(-50%) rotateY(45deg);
    transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
    outline: 15px solid #C623fE;
    z-index: 9999 !important;
	overflow: hidden!important;
    box-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.2), 0 0 35px rgb(108 0 255/ 0.1), 0 0 50px rgb(108 0 255 / 0.1);
    animation: boxshadowd 3s ease-in-out infinite alternate!important;
    position: relative!important;
}

@keyframes boxshadowd {
    0% {
        box-shadow: 0 0 135px rgb(12, 0, 110), 0 0 50px rgb(12, 0, 110 / 0.7), 0 0 65px rgb(12, 0, 110/ 0.6), 0 0 150px rgb(12, 0, 110 / 0.4), inset 16px 17px 36px 5px rgba(255, 255, 255, 0.39);
        ;
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 135px rgb(198, 35, 254), 0 0 50px rgb(198, 35, 254 / 0.7), 0 0 65px rgb(198, 35, 254 / 0.6), 0 0 150px rgb(198, 35, 254 / 0.4), inset 16px 17px 36px 5px rgba(255, 255, 255, 0.39);
        ;
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 135px rgb(12, 0, 110), 0 0 50px rgb(108 0 255 / 0.7), 0 0 67px rgb(108 0 255/ 0.6), 0 0 150px rgb(108 0 255 / 0.4);
    }
}

.introvid {
    opacity: 0 !important;
}

.menulast {
    margin-bottom: 5vh !important;
}

.outer-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    visibility: hidden;
    -webkit-transition: visibility 0s .2s;
    transition: visibility 0s .2s
}

.outer-nav.is-vis {
    visibility: visible;
}

.outer-nav--return {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
    z-index: 9999;
    visibility: visible;
}

.outer-nav--return.is-vis,
.menurow {
    display: block;
    position: relative;
    visibility: visible;
}

.outer-nav>li {
    font-family: 'Syncopate-Regular';
    color: white!important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateX(350px) translateZ(-1000px);
    transform: translateX(350px) translateZ(-1000px);
    font-size: 55px;
    font-weight: 1000;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s
}

.outer-nav>li.is-vis,
.menurow {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    opacity: 1;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s
}

.outer-nav>li::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    width: 110%;
    height: 15px;
    opacity: 0;
    background-color: #C623fE
}

.outer-nav>li.is-active::before {
    opacity: 1
}

@media (max-width: 767px) {
    .outer-nav>li {
        font-size: 18px;
        color: white!important;
    }
    .outer-nav>li::before {
        content: "";
        position: absolute;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%, -25%);
        transform: translate(-50%, -25%);
        width: 110%;
        height: 5px;
        opacity: 0;
        background-color: #C623fE
    }
}

@media (max-width: 1080px) {
    .outer-nav>li {
        font-size: 28px!important;
        color: white!important;
    }
    .outer-nav>li::before {
        content: "";
        position: absolute;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%, -25%);
        transform: translate(-50%, -25%);
        width: 110%;
        height: 5px;
        opacity: 0;
        background-color: #C623fE
    }
}

@media (max-width: 600px) {
    .outer-nav>li {
        font-size: 18px!important;
        color: white!important;
    }
    .outer-nav>li::before {
        content: "";
        position: absolute;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%, -25%);
        transform: translate(-50%, -25%);
        width: 110%;
        height: 5px;
        opacity: 0;
        background-color: #C623fE
    }
}

.outer-nav li.is-vis:nth-child(2) {
    -webkit-transition-delay: .04s;
    transition-delay: .04s
}

.outer-nav li.is-vis:nth-child(3) {
    -webkit-transition-delay: .08s;
    transition-delay: .08s
}

.outer-nav li.is-vis:nth-child(4) {
    -webkit-transition-delay: .12s;
    transition-delay: .12s
}

.outer-nav li.is-vis:nth-child(5) {
    -webkit-transition-delay: .16s;
    transition-delay: .16s
}

.no_gas {
    font-family: 'Georgia';
    color: #C623fE;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    margin-left: 2%;
}

.info {}

@import url('//fonts.googleapis.com/css?family=Poppins:900i');
* {
    box-sizing: border-box;
}

.slider {
    width: 100vw!important;
    height: 100vh !important;
    text-align: center;
    overflow: hidden;
    margin-top: 0px;
    margin-left: 0 !important;
}

.slides {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    height: 100vh;
    margin-left: 0 !important;
    padding-left: 0 !important;
    /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}

.slides::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    display: none;
}

.slides::-webkit-scrollbar-thumb {
    background: #ff009c;
    border-radius: 10px;
}

.slides::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .4);
}

.slidet {
    scroll-snap-align: start;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll!important;
    overflow-x: hidden!important;
    margin-right: 0px !important;
    margin-left: 0px!important;
    border-radius: 0px;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: 100px;
    margin-top: 0px !important;
    padding-left: 150px;
}

.slidet h1,
.slidet h2 {
    font-family: 'Syncopate-Bold';
    font-weight: 700!important;
    font-size: 40px!important;
    text-transform: uppercase!important;
    letter-spacing: 0px!important;
    color: black!important;
}

.slidet h3,
.faq h3 {
    font-weight: 400!important;
    font-size: 18px!important;
    text-transform: none!important;
    letter-spacing: 3px!important;
    color: #C623fE!important;
    margin-top: 0px!important;
    margin-bottom: 30px!important;
}

.slidet p {
    font-size: 20px!important;
    color: #2e2e2e!important;
}

.slides>div:target {
    /*   transform: scale(0.8); */
}

.author-info {
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 0.75rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.author-info a {
    color: white;
}

.slider>a {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
}

.slider>a:active {
    top: 1px;
}

.slider>a:focus {
    background: #000;
}

.logotussen {
    position: absolute;
    top: 0;
    right: -120px;
    z-index: 0;
    width: 300px!important;
}

.logotussen3 {
    animation: up-down2 2s ease-in-out infinite alternate-reverse both;
}

.rondje {
    position: absolute;
    top: 0px;
    right: -130px;
    opacity: .1!important;
    display: block;
    width: 300px;
    height: 400px;
    z-index: 1000000;
    background: #C623fE;
    border-radius: 100%;
    -moz-transform: rotate(44deg) translate(-18px, 0px) skew(2deg, -13deg);
    -webkit-transform: rotate(44deg) translate(-18px, 0px) skew(2deg, -13deg);
    -o-transform: rotate(44deg) translate(-18px, 0px) skew(2deg, -13deg);
    -ms-transform: rotate(44deg) translate(-18px, 0px) skew(2deg, -13deg);
    transform: rotate(44deg) translate(-18px, 0px) skew(2deg, -13deg);
    animation: up-down 15s ease-in-out infinite alternate-reverse both;
}

.rondje2 {
    position: absolute;
    bottom: 0px;
    right: -70px;
    opacity: .05!important;
    display: block;
    width: 200px;
    height: 200px;
    z-index: -1;
    background: black;
    border-radius: 100%;
    -moz-transform: rotate(44deg) translate(-18px, 0px) skew(2deg, -13deg);
    -webkit-transform: rotate(44deg) translate(-18px, 0px) skew(2deg, -13deg);
    -o-transform: rotate(44deg) translate(-18px, 0px) skew(2deg, -13deg);
    -ms-transform: rotate(44deg) translate(-18px, 0px) skew(2deg, -13deg);
    transform: rotate(44deg) translate(-18px, 0px) skew(2deg, -13deg);
    animation: up-down 15s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
    0% {
        -moz-transform: rotate(44deg) translate(-18px, 0px) skew(2deg, -33deg);
        -webkit-transform: rotate(44deg) translate(-18px, 0px) skew(2deg, -33deg);
        -o-transform: rotate(44deg) translate(-18px, 0px) skew(2deg, -33deg);
        -ms-transform: rotate(44deg) translate(-18px, 0px) skew(2deg, -33deg);
        transform: rotate(44deg) translate(-18px, 0px) skew(2deg, -33deg);
    }
    100% {
        -moz-transform: rotate(144deg) translate(-8px, 0px) skew(2deg, -33deg);
        -webkit-transform: rotate(144deg) translate(-8px, 0px) skew(2deg, -33deg);
        -o-transform: rotate(144deg) translate(-8px, 0px) skew(2deg, -33deg);
        -ms-transform: rotate(144deg) translate(-8px, 0px) skew(2deg, -33deg);
        transform: rotate(144deg) translate(-8px, 0px) skew(2deg, -33deg);
    }
}

.opneer2 {
    animation: up-down2 3s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down2 {
    0% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes up-down3 {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.navbutton {
    color: black!important;
    width: 100% !important;
    display: block!important;
    padding: 10px;
    padding-left: 30px;
    background-color: transparent;
    border-color: black;
    text-transform: uppercase !important;
    font-weight: 600;
    opacity: 0.7;
    border-radius: 5%;
    margin: 2px!important;
    font-size: 16px!important;
    text-align: left!important;
    margin-bottom: 20px!important;
}

.navis .active {
    background-color: #000!important;
    opacity: 1;
    margin-left: 20px!important;
    color: white!important;
    font-weight: 600;
}

.faqButton:active {
    background-color: #000;
    opacity: 0.6;
    color: white;
    font-weight: 600;
}

.navbutton:hover {
    background: #000;
    opacity: 1;
    color: white!important;
    font-weight: 600;
    margin-top: 0px!important;
}

.navis {
    position: absolute;
    top: 0;
    left: 0px;
    border-bottom-right-radius: 60px;
    width: 200px!important;
    height: 100vh!important;
    z-index: 1000!important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: transparent;
    padding-top: 200px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    background: rgb(35, 35, 35);
    background: linear-gradient(90deg, rgba(35, 35, 35, 0.16740196078431371) 0%, rgba(35, 35, 35, 0) 40%);
}

.navis:hover {
    transform: scale(1.03);
    left: 0!important;
}

.video {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.23);
}

.cta {
    font-size: 20px!important;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bgoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgb(35, 35, 35);
    z-index: -1;
}

.bgoverlay2 {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100vw;
    height: 100%;
    background: rgb(35, 35, 35);
    z-index: 1;
    display: block;
    background: linear-gradient(90deg, rgba(35, 35, 35, .95) 0%, rgba(35, 35, 35, 0.9065132889093135) 16%);
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 767px) {
    .fullscreen-bg {
        z-index: -100!important;
    }
    .fullscreen-bg__video {
        display: none;
    }
}


/* Don't need button navigation */

@supports (scroll-snap-type) {
    .slider>a {
        display: none;
    }
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}


/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #C623fE;
    }
    100% {
        fill: white;
    }
}

@import url('//fonts.googleapis.com/css?family=Poppins:900i');
* {
    box-sizing: border-box;
}

.wrapper {
    margin-top: 3em;
    display: flex;
    justify-content: center;
    margin-bottom: 5vh !important;
}

.cta {
    display: flex;
    padding: 10px 45px;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: black;
    background: white;
    transition: 1s;
    box-shadow: 4px 4px 0 black;
    transform: skewX(-15deg);
    font-family: 'Montserrat', sans-serif;
    padding: 10px 45px;
    border-color: black;
    z-index: 1;
}

.cta a {
    text-decoration: none !important;
}

.cta:focus {
    outline: none;
    color: #C623fE !important;
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #C623fE;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none !important;
}

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

span {
    transform: skewX(15deg)
}

span:nth-child(2) {
    width: 20px;
    position: relative;
    top: 12%;
}

.landingSub {
    font-size: 1.5em !important;
    font-weight: 600 !important;
    padding: 0 !important;
}

.fullscreen-black {
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: .7;
    z-index: -1;
    position: absolute;
}

.ctaButton:hover {
    color: #C623fE
}

a:hover {
    color: #C623fE !important;
}

.landingP {
    font-family: 'Montserrat';
    padding-right: 20px;
    padding-left: 20px;
}

.glow-on-hover {
    width: 220px;
    height: 50px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .4);
    transform: skewX(-15deg)!important;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 40px;
    border: none;
    outline: none;
    color: white;
    background: rgb(0 0 0 / 0.6)!important;
    cursor: pointer;
    position: relative;
    text-transform: uppercase!important;
    z-index: 0;
    border-radius: 10px;
    font-size: 20px!important;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, blackb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}


}

/* -------------------------------- 

Main Components 

-------------------------------- */
ol li {
    list-style-type: none;
    color: blue;
}
.roadmapvid {
    margin-bottom: -45px!important;
}
.roadmapvidm {
    margin-bottom: -25px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    transform: scale(1);
    position: relative;
    z-index: -10!important;
    margin-top: 0!important;
    padding: 0!important;
}
.partnervid {
    margin-top: 10vh !important;
    margin-bottom: -44px!important;
    transform: scale(1.2);
    position: relative;
    z-index: -10!important;
}
.partnervidm {
    margin-bottom: -45px!important;
    transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    z-index: -10!important;
    margin-left: auto!important;
    margin-right: auto!important;
    position: relative;
}
.tokevid {
    margin-bottom: -20px!important;
    transform: scale(.8);
    position: relative;
    z-index: -10!important;
}
.tokevidm {
    margin-bottom: -25px!important;
    transform: scale(.8);
    margin-left: auto!important;
    margin-right: auto!important;
    position: relative;
    z-index: -10!important;
    margin-top: 0!important;
    padding: 0!important;
}
.nftvid {
    margin-top: 10vh !important;
    margin-bottom: -30px!important;
    transform: scale(1.4);
}
.nftvidm {
    margin-bottom: -20px!important;
    transform: scale(0.8);
    margin-left: auto!important;
    margin-right: auto!important;
    position: relative;
    z-index: -10!important;
    margin-top: 0!important;
    padding: 0!important;
}
.pigvid {
    margin-top: 2vh !important;
    margin-bottom: -30px!important;
    transform: scale(1.4);
}
.pigvidm {
    margin-bottom: -30px!important;
    margin-top: 0!important;
    padding: 0!important;
    transform: scale(1);
    position: relative;
    z-index: -10!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
.retirevid {
    margin-top: 10vh !important;
    margin-bottom: -15px!important;
}
.retirevidm {
    transform: scale(0.7);
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: -15px!important;
    mix-blend-mode: multiply!important;
    position: relative;
    z-index: -10!important;
    margin-top: 0!important;
    padding: 0!important;
}
.faqvidm {
    margin-left: auto!important;
    margin-right: auto!important;
    position: relative;
    z-index: 0!important;
    margin-top: 0!important;
    padding: 0!important;
}
.defivid {
    margin-bottom: -20px!important;
}
.gamevid {
    margin-top: 2vh !important;
    transform: scale(0.8);
    margin-bottom: -10px!important;
}
.roadmap h2 {
    font-size: 40px;
    font-weight: 700!important;
    font-family: 'Syncopate-Bold';
    margin-bottom: 30px;
    margin-top: 100px;
}
.events li {
    list-style-type: none!important;
}
.cd-timeline-navigation li {
    list-style-type: none!important;
}
.cd-horizontal-timeline {
    opacity: 0;
    margin: 1em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    margin-top: 1em !important;
}
.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    
    content: 'mobile';
    display: none;
}
.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    
    opacity: 1;
}
.cd-horizontal-timeline .timeline {
    position: fixed;
    height: 100px;
    width: 95%;
    bottom: 10px;
    max-width: 100vw;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
    list-style-type: none!important;
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
}
.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    list-style-type: none!important;
}
.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #C623fE;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    font-weight: 700;
    color: black;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    /* fix bug on Safari - text flickering while timeline translates */
    
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #C623fE;
    border-color: #C623fE;
}
.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
    font-size: 16px !important;
    font-family: 'Syncopate-Bold';
    text-decoration: none !important;
}
.cd-horizontal-timeline .events a.selected::after {
    background-color: #C623fE;
    border-color: #C623fE;
}
.cd-horizontal-timeline .events a.older-event::after {
    border-color: #C623fE;
}
@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 0em auto;
    }
    
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}
.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    font-size: 10px!important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    background: #C623fE;
    text-align: center!important;
    line-height: 30px!important;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    
    overflow: hidden;
    color: white!important;
    font-weight: 700!important;
    text-decoration: none!important;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cd-timeline-navigation a:hover {
    /* these are the left/right arrows to navigate the timeline */
    
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    height: 40px;
    width: 40px;
    background: #C623fE;
    text-align: center!important;
    line-height: 36px!important;
}
.cd-timeline-navigation a::after {
    /* arrow icon */
    
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
    right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
    border-color: #6c00ff;
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 0em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    list-style-type: none!important;
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    list-style-type: none!important;
    min-height: 160px;
}
.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    list-style-type: none!important;
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li>* {
    max-width: 100%;
    margin: 0;
    list-style-type: none!important;
}
.cd-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-size: 24px!important;
    font-weight: 700!important;
    font-family: 'Syncopate-Bold';
    margin-right: 44px!important;
    font-weight: 700;
    line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif!important;
    color: #C623fE;
    margin: 3px auto;
    margin-right: 44px!important;
    margin-bottom: 20px;
    font-size: 14px!important;
}
.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}
.cd-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    padding-bottom: 50px!important;
    margin-right: 40px!important;
    font-family: "Montserrat", sans-serif!important;
    color: #000;
    opacity: .9;
}
.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
    line-height: 1.6;
}
@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 7rem;
    }
    
    .cd-horizontal-timeline .events-content em {
        font-size: 2rem;
    }
    
    .cd-horizontal-timeline .events-content p {
        font-size: 1.8rem;
    }
}
@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.row2 {
    max-width: 90%!important;
    margin: auto!important;
}
.row2 h3 {
    font-family: 'Syncopate-Bold';
    position: relative;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    color: white!important;
    z-index: 1;
    color: #C623fE!important;
}
.row2 h4 {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    margin-top: 0px;
    text-transform: uppercase;
    color: black!important;
}
.governance h4 {
    text-transform: none!important;
    font-size: 20px!important;
    margin-top: -20px;
    margin-bottom: 40px;
}
.tokenomic {
    background: rgb(0 0 0 / 0.9);
    padding: 15px;
    text-align: center!important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: skewX(-5deg);
    margin: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* make it glow! */
    
    -webkit-box-shadow: 0px 0px 4px #c623fe;
    -moz-box-shadow: 0px 0px 4px #c623fe;
    box-shadow: 0px 0px 4px #c623fe;
}
.tokenomic:hover {
    transform: skewX(-5deg) scale(1.1);
}
.tokenomic:hover .tokeicon {
    transform: rotate(360deg);
}
.tokeicon {
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 40px;
    transition: all .6s;
    -webkit-transition: all .6s;
    color: #C623fE!important;
}
.tokenomicStat,
.tokenomic h4 {
    color: rgb(255 255 255 / 0.6);
    font-family: "Montserrat", sans-serif!important;
}
.faq h1 {
    margin-top: 5vh !important;
    font-size: 30px!important;
    margin-bottom: 20px!important;
}
.button {
    transition: all .2s ease-in-out;
    -webkit-appearance: none;
    border-radius: 0px;
    font-family: inherit;
    appearance: none;
    background: white;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    padding: 10px;
    padding-left: 16px;
    padding-right: 16px;
    outline: none;
    opacity: 0.3;
    border: 1px solid rgba(0, 0, 0, .3);
    color: #000;
    text-transform: uppercase!important;
    margin-right: 1vw !important;
}
.button:hover,
.button.active {
    opacity: 1;
    background: none!important;
    box-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.2), 0 0 35px rgb(108 0 255/ 0.1), 0 0 50px rgb(108 0 255 / 0.1);
    color: black!important;
    background: white!important;
}
.card {
    justify-content: center !important;
    align-content: center !important;
    background: none!important;
    height: 40px !important;
    max-width: 800px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
.card-header {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    font-family: 'Syncopate-Bold';
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
    text-align: center !important;
    padding: 12px!important;
    padding-top: 20px!important;
    margin-bottom: 20px!important;
    margin: 20px;
}
.card-header:hover {
    background: white;
    opacity: 0.9;
    margin-left: 0px;
}
.card-header:active,
.card-header:focus {
    background: #C623fE;
    margin-left: 0px;
}
.card-header:hover h6 a {
    color: black!important;
}
.card h6 {
    font-family: 'Montserrat';
    font-size: 12px;
    text-transform: none!important;
    color: rgb(0 0 0 / 0.6) !important;
    -webkit-transition: all 0.6s;
}
.card h6 :hover {
    font-family: 'Montserrat';
    font-size: 12px;
    text-transform: none!important;
    color: white!important;
    -webkit-transition: all 0.6s;
}
.card h6 a {
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 600;
    /* text-transform: uppercase!important; */
    
    color: rgb(255 255 255 / 0.6) !important;
    text-decoration: none!important;
    -webkit-transition: all 0.6s;
    justify-content: center !important;
    align-content: center !important;
}
.card h6 a:hover {
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 600;
    /* text-transform: uppercase!important; */
    
    color: rgb(0 0 0 / 0.6) !important;
    text-decoration: none!important;
    -webkit-transition: all 0.6s;
    justify-content: center !important;
    align-content: center !important;
}
.card p {
    font-size: 14px!important;
    line-height: 24px;
}
.modal {
    display: none;
    /* Hidden by default */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 1;
    /* Sit on top */
    
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    
    height: 100%;
    /* Full height */
    
    overflow: auto;
    /* Enable scroll if needed */
    
    background-color: rgba(0, 0, 0, .8);
    /* Fallback color */
    
  
    /* Black w/ opacity */
    
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
    from {
        opacity: 0
    }
    
    to {
        top: 0;
        opacity: 1
    }
}

/* Modal Content/Box */
.modal-content {
    background: rgba(0, 0, 0, 0.9)!important;
    transform: skewX(0deg);
    border-radius: 0!important;
    margin: 20vh auto!important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* 15% from the top and centered */
    
    box-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.1), 0 0 35px rgb(108 0 255/ 0.2), 0 0 50px rgb(108 0 255 / 0.2)!important;
    padding: 50px;
    height: auto!important;
    max-height: 75vh!important;
    border: 1px solid #888;
    width: 50%!important;
    /* Could be more or less, depending on screen size */
    
    font-family: 'Montserrat' !important;
}
.modal-content h2 {
    font-family: 'Syncopate-Bold' !important;
    font-family: 'Montserrat' !important;
    font-size: 24px!important;
    font-weight: 700!important;
    color: white!important;
    margin-bottom: 15px!important;
    transform: skewX(0deg);
}
.modal-content p {
    color: white!important;
    font-size: 16px!important;
    transform: skewX(0deg);
    text-align: left!important;
}

/* The Close Button */
.close {
    color: #b305ff!important;
    float: right;
    font-size: 28px!important;
    opacity: 1!important;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.faqbox {
    transform: skewX(-15deg);
    width: 230px;
    height: 100px;
    line-height: 150px!important;
    text-align: center!important;
    background: #fafafa;
    padding: 10px!important;
    position: relative;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin: 10px!important;
    -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.6s;
    margin-left: 5px;
    margin-top: 20px!important;
}
.faqbox:hover {
    background: #C623fE;
    margin-left: 0px;
    transform: skewX(-15deg) scale(1.1);
}
.faqbox:active,
.faqbox:focus {
    background: #C623fE;
    margin-left: 0px;
}
.faqbox:hover h3 {
    color: white!important;
}
.faqbox h3 {
    text-align: center!important;
    font-weight: 700!important;
    transform: skewX(15deg);
    font-size: 16px!important;
    color: black!important;
    margin-top: 5px!important;
}

/* test */
.blackText {
    color: black !important;
}
.headerText {
    font-family: 'Syncopate-Bold' !important;
}
.logoText {
    font-family: 'Syncopate-Regular';
    transition: all .5s;
    -webkit-transition: all .5s;
}
.background-white {
    height: 100vh;
    width: 100vw;
    background: rgb(35, 35, 35);
    background: linear-gradient(0deg, rgba(35, 35, 35, 0.9598109585631127) 0%, rgba(35, 35, 35, 0.62118350758272056) 31%);
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}
@keyframes donker {
    0% {
        background: linear-gradient(0deg, rgba(35, 35, 35, 0.1898109585631127) 0%, rgba(35, 35, 35, 0.12118350758272056) 31%);
    }
    
    80% {
        background: linear-gradient(0deg, rgba(35, 35, 35, 0.1898109585631127) 0%, rgba(35, 35, 35, 0.12118350758272056) 31%);
    }
    
    100% {
        background: linear-gradient(0deg, rgba(35, 35, 35, 0.8898109585631127) 0%, rgba(35, 35, 35, 0.42118350758272056) 31%);
    }
}

/* .background-white2 {
    background: linear-gradient(0deg, rgba(35, 35, 35, 0.948109585631127) 0%, rgba(35, 35, 35, 0.82118350758272056) 31%)!important;
    opacity: 1;
} */
.landingSubheader {
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    color: #fafafa!important;
    opacity: 0.7;
    transition: all 0.5s!important;
    -webkit-transition: all 0.5s!important;
}
.landingSubheader2 {
    font-family: 'Montserrat';
}
.menuList {
    color: black !important;
    font-family: 'Syncopate-Bold';
    justify-content: center;
    justify-self: center;
    justify-items: center;
}
.li {
    justify-content: center !important;
    justify-self: center !important;
}
.tokenomicsStat {
    font-size: 40px !important;
    font-weight: 600;
}
.monty {
    font-family: "Montserrat" !important;
}
.tokenHeader {
    margin-bottom: 1.5em !important;
}
.roadmapSubhead {
    font-family: 'Montserrat' !important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    font-size: 20px!important;
}
.box em {
    font-size: 14px!important;
}
.faqMain {
    margin-top: 0 !important;
    align-items: center !important;
}
.cardTitle {
    font-size: 14px !important;
    font-family: 'Montserrat';
    font-weight: 400 !important;
    color: black !important;
    padding: 0px;
    margin-top: -2px!important;
}
a {
    justify-content: center !important;
    align-content: center !important;
}
.modalTitle {
    font-size: 60px !important;
}
.modalText {
    font-family: 'Montserrat' !important;
}
.row {
    width: 100vw !important;
}
.games {
    padding-left: 10vw;
    padding-right: 10vw;
}
.gamesHeader {
    font-size: 50px !important;
}
.game-box {
    padding-right: 5vw !important;
    margin-top: 2vh !important;
}
.selfRetirement {
    padding-right: 15vw !important;
    padding-left: 15vw !important;
    margin-top: 33vh !important;
}
.retirementSubtext {
    font-family: 'Montserrat'!important;
    font-size: 40px !important;
}
.walletRow {
    padding-left: 10vw;
    padding-right: 10vw;
}

/* team page */
.team {
    scroll-snap-align: start;
    margin-right: 0px !important;
    margin-left: 0px!important;
    border-radius: 0px;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}
.teammember {
    position: relative!important;
    width: 300px;
    max-width: 75%!important;
    height: 140px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    margin-bottom: 40px;
    z-index: 0!important;
    margin: 36px;
    margin-left: 50px;
}
.teammember:hover {
    transform: scale(1);
    margin-left: 60px;
}
.teammember:hover .avatar {
    transform: perspective(300px) rotateY(0deg) scale(1)!important;
    left: -130px;
}
.avatar {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    position: absolute;
    z-index: -1!important;
    width: 170px;
    top: -10px;
    transform: translate3d(0, 0, 0) perspective(300px) rotateY(10deg) scale(.6)!important;
    left: 0px;
}
.avatar-special {
    width: 135px !important;
}
.avatar-sophie {
    width: 145px !important;
    top: 0px;
    transform: perspective(300px) rotateY(10deg) scale(.9);
}
.teammembercontent {
    border: 0px solid;
    position: relative;
    min-width: 100%;
    min-height: 100%;
    box-shadow: 0 0 5px rgb(108, 0, 255), 0 0 10px rgb(108 0 255 / 0.05), 0 0 25px rgb(108 0 255/ 0.05), 0 0 30px rgb(108 0 255 / 0.05);
    background: rgba(0, 0, 0, .9);
    transform-origin: center center;
    -webkit-transform: translate3d(0, 0, 0) scale(1) perspective(300px) rotateY(10deg)!important;
    transform: translate3d(0, 0, 0) scale(1) perspective(300px) rotateY(10deg)!important;
    transition: transform 0.5s;
    display: flex;
    padding: 10px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    text-align: center!important;
    z-index: 0!important;
    padding-left: 0px;
    padding-bottom: 50px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.teammembercontent h5 {
    font-size: 20px!important;
    font-weight: 700;
    margin: 0 !important;
    padding: 0 !important;
}
.unskew {}
.teammember:Hover .teammembercontent {
    background: rgb(198 35 254 / 0.6);
    top: 0px;
    transform: scale(1) perspective(300px) rotateY(0deg);
}
.teammember:Hover .teammembercontent h5,
.teammember:Hover .teammembercontent span,
.teammember:Hover ul a {
    color: white!important;
    opacity: 1;
}
.teammemberbg {
    background: #none!important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    display: block!important;
    z-index: -100!important;
    bottom: 0px;
}
.teammemberbg ul {
    position: absolute;
    bottom: 5px;
    width: 100%;
    display: block;
    text-align: center;
    color: white!important;
    transform: skewX(15deg);
    font-weight: 600;
}
.teammemberbg ul a {
    color: white!important;
    opacity: .5;
	transition: all .6s;
	-webkit-transition: all .6s;
}
.teammemberbg ul a:hover{
    transform: scale(1.2);
}
.scrollbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
}
.scrollbox2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.faqscroll {
    width: 100%;
    display: block;
    height: 60vh!important;
    padding-bottom: 2vh!important;
    overflow-x: hidden;
    overflow-y: scroll!important;
}
.innerscroll {
    display: block;
    width: 100%;
    margin-top: 0px!important;
    padding-bottom: 50px!important;
    margin-bottom: 0px;
    height: 90vh!important;
    padding-top: 10px;
}
.innerscrollb {
    display: block;
    width: 100%;
    margin-top: 50px!important;
    padding-bottom: 50px!important;
    margin-bottom: 0px;
    height: 95vh!important;
    padding-top: 30px;
    overflow-y: auto!important;
    overflow-x: hidden!important;
}
.teamsection .innerscroll {
    padding: 10px;
}
.teamsection .innerscrollb {
    padding: 10px;
    padding-top: 30px;
}
.faq .innerscroll {
    margin-top: 40px!important;
}
.navbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.073564459963673) 0%, rgba(255, 255, 255, 0.9867297260701156) 36%);
    z-index: 10;
    display: block;
}
#carousel .headerText {
    color: white;
    font-size: 40px!important;
}
#carousel h3 {
    color: white;
    margin-top: 0px;
    font-family: 'Montserrat' !important;
    margin-bottom: 22px!important;
}
.carouselSubtext {
    font-family: 'Montserrat' !important;
    margin-bottom: 18px!important;
    font-size: 18px;
    padding-left: 15vw;
    padding-right: 15vw;
    color: white !important;
    opacity: 0.8;
}
.carouselSubtext h3 {
    text-transform: uppercase!important;
    font-size: 16px;
    font-family: 'Syncopate-Bold' !important;
    font-weight: 600!important;
}
.carouselSubtext ul li i {
    color: #C623fE!important;
    padding: 5px;
    padding-right: 15px!important;
    margin: 5px!important;
    font-size: 22px!important;
    text-transform: none!important;
    font-style: normal!important;
    transform: skew(5deg);
}
.carouselSubtext li {
    margin-bottom: 5px;
    padding: 7px;
}
.timeline p,
.timeline2 p {
    font-family: 'Montserrat' !important;
}
ul.timeline2 {
    list-style-type: none;
    position: relative;
    min-height: 100%!important;
    display: block!important;
    margin-top: 0px!important;
    padding-top: 0px!important;
}
ul.timeline2:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%!important;
    z-index: 400;
}
ul.timeline2>li {
    margin: 20px 0;
    padding-left: 20px;
    text-align: left!important;
}
ul.timeline2>li a {
    color: black!important;
}
ul.timeline2>li:before {
    content: ' ';
    background: #C623fE;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 0px solid #22c0e8;
    left: 23px;
    width: 14px;
    height: 14px;
    z-index: 400;
}
ul.timeline2 .roadmapSubhead {
    margin-bottom: 0!important;
    font-size: 20px!important;
}
.box-active {
    background: red!important;
}
.mobilevisible {
    display: none!important;
}
.desktopvisible {
    display: block!important;
}
@media only screen and (max-width: 600px) {
    .mobilevisible {
        display: block!important;
    }
    
    .desktopvisible {
        display: none!important;
    }
}
.partnerbox {
    display: box;
    width: 200px;
    height: 100px;
    background: red;
}
#container2 {
    perspective: 530px;
}
#inner2 {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

/*============================================================
 * EXTRAS
 *============================================================*/
.demo-img {
    /* Photo by David Marcu on Unsplash */
    
    background-size: cover;
    background-repeat: no-repeat;
}
#container2:hover {
    cursor: pointer;
}
.demo-overlay {
    opacity: 1;
    padding: 10px;
    text-align: center!important;
}
.demo-overlay img {
    width: 75px;
    margin: 20px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    opacity: .6;
    margin-left: auto!important;
    margin-right: auto!important;
}
.demo-overlay img:hover {
    transform: scale(1.1);
    opacity: 1;
}
.innerscroll3 {
    display: block;
    width: 90%;
    min-height: 100%;
    margin-left: 2%;
    margin-right: 5%;
    margin-top: 100px;
    padding-bottom: 100px!important;
    margin-bottom: 0px;
    scroll-snap-align: start;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px grey;
    border-radius: 10px;
    background: black;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: white;
    opacity: 0.2;
    border-radius: 10px;
}

/*============================================================
 * NOSTRADAMUS BLOG
 *============================================================*/

/* main posts */
.blogtitel {
    font-weight: 600!important;
    font-family: 'Syncopate-Bold' !important;
    margin: 0!important;
    color: white !important;
    opacity: 0.8 !important;
}
.blogdate {
    font-size: 14px!important;
    opacity: .5!important;
    color: white;
}
.blogpost {
    margin-bottom: 150px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.blogpost .plaatje {
    outline: 5px solid #C623fE;
}
.blogtext {
    font-size: 12px;
    max-width: 90%!important;
    margin-right: auto!important;
}
.headerSubText {
    margin-top: 0px!important;
}

/* blogmodal */
.blogpost .modal-content {
    background-color: #fefefe!important;
    transform: skewX(0deg);
    border-radius: 0!important;
    margin: 0vh auto;
    /* 15% from the top and centered */
    
    padding: 40px;
    padding-top: 100px;
    border: 0px solid #888!important;
    width: 100%!important;
    height: 100vh;
    overflow-y: scroll!important;
    /* Could be more or less, depending on screen size */
    
    -webkit-box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, 0)!important;
    box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, 0)!important;
    border-color: #C623fE!important;
    padding-left: 10%;
    padding-right: 10%;
}
.blogpost .modal h2 {
    font-weight: 600!important;
    color: #000!important;
    font-family: 'Syncopate-Bold' !important;
}
.blogpost .modal p {
    color: #000!important;
}
.blogpost .modal h2,
.blogpost .modal p,
.blogpost .modal .close {
    transform: skewX(0deg)!important;
}
.blogpost .modal .close {
    font-size: 40px!important;
    color: #b305ff!important;
    opacity: 1!important;
}
.fadebg {
    filter: blur(3px);
}
.helpoverlay {
    background: rgba(0, 0, 0, .9);
    display: block;
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    scroll-snap-align: start;
    margin-right: 0px !important;
    margin-left: 0px!important;
    border-radius: 0px;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.help {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    cursor: pointer;
    z-index: 999999999999;
    font-size: 50px;
    color: #b305ff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    animation: up-down2 3.5s ease-in-out infinite alternate-reverse both;
}
.closehelp {
    position: fixed;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    display: block;
    z-index: 999999999999;
    font-size: 50px;
    color: #b305ff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.help:hover,
.closehelp:hover {
    transform: scale(1.4);
}
.helprobot {
    width: 270px;
    margin: auto;
    animation: up-down2 1.5s ease-in-out infinite alternate-reverse both;
}
.helpsocial {
    font-size: 40px;
    color: white;
    margin: 5px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.helpsocial i {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.helpsocial:hover i {
    transform: scale(1.4) rotate(360deg)!important;
    color: black!important;
    text-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.7), 0 0 35px rgb(108 0 255/ 0.6), 0 0 50px rgb(108 0 255 / 0.4);
}
.meetRow {
    margin-top: 0vh;
    padding: 0!important;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5 ease-in-out;
}
.fader {
    animation-delay: 0s;
    -moz-animation: fadein 1200ms;
    /* Firefox */
    
    -moz-animation-delay: 15s;
    -webkit-animation: fadein 1200ms;
    /* Safari and Chrome */
    
    -webkit-animation-delay: 15s;
    -o-animation: fadein 1200ms;
    /* Opera */
    
    animation-fill-mode: forwards;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
.fader2 {
    animation-delay: 15s;
    -moz-animation: fadeout 1200ms;
    /* Firefox */
    
    -moz-animation-delay: 15s;
    -webkit-animation: fadeout 1200ms;
    /* Safari and Chrome */
    
    -webkit-animation-delay: 15s;
    -o-animation: fadeout 1200ms;
    /* Opera */
    
    animation-fill-mode: forwards;
}
@keyframes fadeout {
    0% {
        opacity: 1;
    }
    
    100% {
        opacity: 0;
    }
}
.skipper {
    opacity: 1!important;
}
.voxButton {
    outline: 0;
    position: relative;
    display: inline-block;
    padding: 10px 40px;
    font-size: 20px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid;
    background: white;
    color: #000;
    font-weight: 400;
    margin-top: 30px;
    transition: box-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
.voxButton:hover {
    background-color: rgb(108 0 255 /0.6);
    color: white;
    box-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.7), 0 0 35px rgb(108 0 255/ 0.6), 0 0 50px rgb(108 0 255 / 0.4);
    border-color: #fff;
}
.voxButton3 {
    outline: 0;
    position: relative;
    display: inline-block;
    padding: 10px 40px;
    font-size: 20px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid;
    background-color: rgb(108 0 255 /0);
    color: white;
    font-weight: 400;
    margin-top: 30px;
    transition: box-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
.voxButton3:hover {
    background-color: rgb(108 0 255 /0.1);
    color: white;
    box-shadow: 0 0 5px rgb(108, 0, 255), 0 0 5px rgb(108 0 255 / 0.7), 0 0 15px rgb(108 0 255/ 0.6), 0 0 20px rgb(108 0 255 / 0.4);
    border-color: #fff;
}
.voxButton2 {
    outline: 0;
    position: relative;
    display: inline-block;
    padding: 10px 40px;
    font-size: 20px;
    overflow: hidden;
    cursor: pointer;
    background-color: rgb(108 0 255 /0.6);
    color: white;
    box-shadow: 0 0 5px rgb(108, 0, 255), 0 0 10px rgb(108 0 255 / 0.4), 0 0 15px rgb(108 0 255/ 0.3), 0 0 30px rgb(108 0 255 / 0.2);
    border-color: #fff;
    font-weight: 400;
    transition: all 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
.voxButton2:hover {
    background-color: rgb(108 0 255 /0.6);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.7), 0 0 35px rgb(108 0 255/ 0.6), 0 0 50px rgb(108 0 255 / 0.4);
    border-color: #fff;
}
.landingSubheader {
    font-size: 18px !important;
    font-family: 'Montserrat', sans-serif!important;
    max-width: 800px!important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vh !important;
}
.headerText {
    margin-top: 2vh !important;
    margin-bottom: 0vh !important;
    font-family: 'Syncopate-Bold' !important;
    margin: 0!important;
    text-align: center !important;
    font-size: 30px !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.meetVoxel {
    font-size: 100px !important;
    margin-top: 5vh !important;
    margin-bottom: 0px!important;
    text-shadow: 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(108 0 255 / 0.4), 0 0 15px rgb(108 0 255/ 0.7), 0 0 10px rgb(108 0 255 / 0.6);
}
    	.meetVoxel2 {
        font-size: 56px!important;
        margin-top: 0 !important;
		
    }
.videoContainer {
    margin-top: 0vh;
    height: 40vh !important;
    width: 100%;
    background-color: black;
    margin-bottom: 0!important;
    position: relative;
}
.videoContainer video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw!important;
    height: 40vh!important;
    display: block;
}
.faqbutton {
    margin-left: .5vw;
    margin-right: .5vw;
    background-color: white;
    border-color: white;
    border-style: none;
    height: 4vh;
    width: 19vw;
    font-weight: 600;
    color: rgb(0 0 0 / 0.6);
    max-width: 120px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    color: #aaa;
    background-color: #fff;
    transition: all 0.3s ease;
}
.faqButton {
    width: 20vw !important;
    background-color: transparent;
    border-color: black;
    text-transform: uppercase !important;
    font-weight: 600;
    opacity: 0.7;
    border-radius: 5%;
}
.faqButton:active {
    background-color: #6c00ff;
    opacity: 0.6;
    color: white;
    font-weight: 600;
}
.faqButtons {
    margin-bottom: 5vh !important;
    border-radius: 20% !important;
    max-width: 85vw;
    margin-right: auto;
    margin-left: auto;
}
#containercarousel {
    display: flex;
}
#carousel,
#navigation {
    flex: initial;
    display: block;
}
#carousel {
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 0vh !important;
    max-width: 100vw!important;
    height: 100vh;
    border-radius: 0px;
    padding-left: 170px!important;
    padding-top: 0px!important;
}
#carousel section {
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    flex-shrink: 0;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: top;
    margin-top: 0!important;
    display: flex;
    width: 100%;
    height: 100% !important;
    overflow-y: scroll!important;
}
.p-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease-in-out;
}
#button_a:checked~#carousel .p-wrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#button_b:checked~#carousel .p-wrapper {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
#button_c:checked~#carousel .p-wrapper {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
}
#button_d:checked~#carousel .p-wrapper {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
}
#button_e:checked~#carousel .p-wrapper {
    -webkit-transform: translateY(-400%);
    transform: translateY(-400%);
}
#button_f:checked~#carousel .p-wrapper {
    -webkit-transform: translateY(-500%);
    transform: translateY(-500%);
}
#button_g:checked~#carousel .p-wrapper {
    -webkit-transform: translateY(-600%);
    transform: translateY(-600%);
}
[class^="panel_"] {
    overflow: auto;
    position: relative;
    width: inherit;
    height: inherit;
    padding: 0 30px;
}
#navigation {
    margin-left: 0px;
}
[class^="label_"] {
    display: block;
    cursor: pointer;
    margin: 12px 0;
    width: 50vw;
    max-width: 200px;
    height: 5vh;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    color: rgb(0 0 0 / 0.6);
    background-color: rgb(255 255 255 / 0.2);
    transition: all 0.3s ease;
    font-size: 20px;
}
[class^="label_"]:hover {
    color: #fff;
    background-color: #C623fE;
}
#button_a:checked~#navigation .label_a,
#button_b:checked~#navigation .label_b,
#button_c:checked~#navigation .label_c,
#button_d:checked~#navigation .label_d,
#button_e:checked~#navigation .label_e,
#button_f:checked~#navigation .label_f,
#button_g:checked~#navigation .label_g {
    cursor: default;
    color: white !important;
    background-color: transparent;
    opacity: 0.8;
    font-size: 1.75em;
    margin-left: 10px;
    text-align: center !important;
}
.leftNav {
    transform: 0 !important;
}
.coreicon {
    margin-top: 20px;
    color: #fff!important;
    font-size: 50px!important;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.intro h3 {
    margin-top: 10px;
    color: white!important;
    font-size: 18px!important;
    text-transform: uppercase;
    font-weight: 700!important;
    margin-bottom: 40px;
}
.whyimg {
    margin-left: auto;
    margin-right: auto;
    display: none!important;
}
.sectioninner {
    padding-top: 30px!important;
    display: flex;
    position: absolute;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    transform-origin: center center;
    top: 8%!important;
    left: 0;
    padding-top: 0px;
    width: 100%!important;
    height: 84%!important;
    overflow-y: scroll!important;
}
.roadmapText {
    color: white !important;
    opacity: .9 !important;
}
.roadmapb {
    transform: perspective(400px) rotateY(-3deg) scale(.95);
    display: block;
    border: 1px solid rgba(0, 0, 0, .1);
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .8);
    padding-top: 30px;
    margin-right: -10px;
    padding: 10px;
    padding-top: 10px;
    margin-top: -5vh!important;
    max-width: 90%!important;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 40px rgba(47, 19, 85, 0.5), 0 0 20px rgb(108 0 255 / 0.3), 0 0 15px rgb(108 0 255/ 0.1), 0 0 5px rgb(108 0 255 / 0.02);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    opacity: .8;
    margin-bottom: 20px!important;
}
.roadmapb:hover {
    transform: scale(1);
    opacity: 1;
}
.roadmapoverlay {
    position: absolute;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0.9251050762101716) 31%);
}
.roadmapb:hover .roadmapoverlay {
    opacity: 0;
}
.roadmapb h4 {
    font-family: "Montserrat", sans-serif!important;
    font-weight: 300!important;
    text-transform: uppercase;
    font-size: 18px!important;
    margin-top: -10px;
    letter-spacing: 2px;
    margin-bottom: 10px!important;
}
.roadmapb ul li {
    color: block!important;
    font-weight: 500!important;
    padding: 4px;
    text-align: left!important;
    font-family: "Montserrat", sans-serif!important;
    font-size: 16px!important;
}
.active ul li {
    color: white!important;
    font-weight: 700!important;
    padding: 4px;
    text-align: left!important;
    font-family: "Montserrat", sans-serif!important;
    font-size: 16px!important;
}
.active {
    background: rgba(0 0 0 .9)!important;
    transform: scale(1);
    opacity: 1;
}
.leastactive {
    transform: scale(.7);
    opacity: .4;
    transform: perspective(400px) rotateY(-5deg) scale(.9);
}
.active h2,
.active h4,
.active p,
.active .roadmapicon {
    color: white!important;
}
.roadmapb h2 {
    font-weight: 700!important;
    text-transform: uppercase!important;
    font-family: "Montserrat", sans-serif!important;
}
.roadmapb p {
    text-align: left!important;
    font-family: "Montserrat", sans-serif!important;
    font-size: 18px!important;
}
.roadmapb .rechts {
    position: absolute;
    top: 45%;
    right: -20px;
    background: white;
    border-radius: 100%;
    padding: 10px;
    color: white;
    background: black;
    font-size: 20px;
    opacity: .6;
}
.roadmapicon {
    float: left;
    width: 40px;
    height: 40px;
    transition: all .6s;
    -webkit-transition: all .6s;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #C623fE!important;
    font-weight: 700!important;
    font-size: 40px!important;
    border-radius: 100%;
}
.roadmapb:hover .roadmapicon {
    transform: rotate(360deg);
}
.blogactivebox {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 30px;
    margin-bottom: 40px;
}
.activeblog {
    background: rgba(0, 0, 0, .9)!important;
    transform: scale(1);
    position: relative;
    width: 60%;
    display: block;
    margin-left: 20%!important;
    margin-right: 20%!important;
    opacity: 1;
    z-index: 1;
    margin-top: 20px;
    padding: 60px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    animation: boxshadowab 3s ease-in-out infinite alternate!important;
}
@keyframes boxshadowab {
    0% {
        box-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.2), 0 0 35px rgb(108 0 255/ 0.1), 0 0 50px rgb(108 0 255 / 0.1);
    }
    
    50% {
        box-shadow: 0 0 4px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.1), 0 0 35px rgb(108 0 255/ 0.05), 0 0 30px rgb(108 0 255 / 0.03);
    }
    
    100% {
        box-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.2), 0 0 35px rgb(108 0 255/ 0.1), 0 0 50px rgb(108 0 255 / 0.1);
    }
}
.activeblog a {
    float: right!important;
    color: white!important;
    transform: scale(1.1);
    font-weight: 700!important;
    text-transform: uppercase!important;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.activeblog a i {
    transform: scale(1.4);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.blogactivebox:hover .activeblog a i {
    transform: scale(1.6) rotate(360deg);
    color: #c623fe!important;
}
.blogactivebox:hover .activeblog a {
    color: #c623fe!important;
}
.activeblog .blogdate {
    margin-bottom: 70px;
}
.activeblog .date {
    float: left!important;
    color: white!important;
    font-weight: 300!important;
    font-style: italic;
    opacity: .8;
    font-size: 16px!important;
    text-transform: uppercase!important;
    margin-top: 0px;
    text-transform: none!important;
}
.activeblog .blogtitel,
.activeblog .blogtext,
.activeblog .blogdate {
    color: white!important;
    font-family: 'Montserrat', sans-serif!important;
}
.activeblog .blogtitel {
    margin-bottom: 10px!important;
    font-size: 2.6em;
}
.activeblog .blogtext {
    margin-bottom: 20px;
    font-size: 18px!important;
}
.blogactiveimg {
    position: absolute;
    top: 10px;
    right: 10vw;
    height: 240px;
    z-index: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transform: perspective(400px) rotateY(-25deg) scale(.9);
}
.blogimg {
    position: absolute;
    top: 10px;
    left: 30px;
    height: 160px;
    opacity: .4;
    z-index: 1;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transform: perspective(400px) rotateY(25deg) scale(.9);
}
.blogactivebox:hover .activeblog {
    margin-right: 22%!important;
    margin-left: 18%!important;
    transform: scale(1);
    opacity: .9;
    -webkit-box-shadow: 23px -8px 20px -11px rgba(0, 0, 0, 0.25);
    box-shadow: 23px -8px 20px -11px rgba(0, 0, 0, 0.25);
}
.blogactivebox:hover .blogactiveimg {
    transform: perspective(400px) rotateY(0deg) scale(1);
    right: 5vw;
    box-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.2), 0 0 35px rgb(108 0 255/ 0.1), 0 0 50px rgb(108 0 255 / 0.1);
    z-index: !important;
}
@keyframes naarvoren {
    0% {
        transform: perspective(400px) rotateY(-25deg) scale(1);
    }
    
    100% {
        transform: perspective(400px) rotateY(25deg) scale(.9);
    }
}
.blogbox {
    margin-top: 10px;
    padding: 0px;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 90%!important;
    margin-left: 10%!important;
    background: rgb(0 0 0 / 0.9);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transform: perspective(400px) rotateY(0deg) scale(1);
}
.blogboxbox:hover .blogbox {
    margin-top: 0px!important;
    transform: perspective(400px) rotateY(0deg) scale(1);
    box-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.2), 0 0 35px rgb(108 0 255/ 0.1), 0 0 50px rgb(108 0 255 / 0.1);
}
.activecontent {
    padding-right: 10vw !important;
    padding-left: 10vw !important;
}
.subscriberow {
    width: 10vw !important;
    background-color: rbg(0 0 0 / .2);
    border-color: rgb(0 0 0 / 0.6);
    text-align: center;
    border: 1px;
}
.subscribeText {
    text-align: center;
    color: white;
    text-decoration: none !important;
}
.blogbox .blogtitel,
.blogbox .blogtext,
.blogbox .blogdate {
    font-family: 'Montserrat', sans-serif!important;
    padding: 10px
}
.blogbox .blogtitel {
    margin-bottom: -10px!important;
    font-size: 15px;
    font-weight: 400!important;
}
.blogbox .blogtext {
    margin-bottom: 20px;
    font-size: 16px!important;
}
.blogboxbox:hover .blogimg {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) scale(.9);
    left: -10px;
    -webkit-box-shadow: inset -50px -29px 41px 18px rgba(0, 0, 0, 0.25);
    box-shadow: inset -50px -29px 41px 18px rgba(0, 0, 0, 0.25);
}
.blogboxbox {
    transform: scale(.9);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.blogboxbox:hover {
    transform: scale(1);
}
.blogactivebox h2 {
    text-align: left!important;
}
.tokebox {
    padding-left: 10vw!important;
    padding-right: 10vw!important;
}
.blog .modal {
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    padding: 0!important;
    margin: 0!important;
    width: 100vw!important;
    height: 100vh!important;
}
.blog .modal-content {
    background-color: rgba(0, 0, 0, .95)!important;
    transform: skewX(0deg);
    border-radius: 0!important;
    margin: 0!important;
    /* 15% from the top and centered */
    
    color: white;
    position: fixed;
    z-index: 100000000000000;
    top: 0!important;
    left: 0!important;
    padding: 40px;
    padding-top: 100px;
    padding-right: 10vw !important;
    padding-left: 10vw !important;
    width: 100vw!important;
    height: 100vh!important;
    max-height: 100vh!important;
    overflow-y: scroll!important;
    /* Could be more or less, depending on screen size */
    
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 0!important;
}
.blog .modal-content h2 {
    color: white!important;
    text-align: left!important;
}
.blog .modal-content p {
    color: white!important;
    margin-bottom: 25px!important;
    text-align: left!important;
}

.blog .modal-content img {
    max-width: 95%!important;
	height: auto!important;
	margin: auto!important;
}
.blog ul,
.blog ul li {
    text-align: left!important;
}
.blog .modal-content .close {
    transform: scale(2);
}
.meetVoxel2 {
    font-size: 26px!important;
}
/*============================================================
 * MOBILE ONLY STYLESHEET
 *============================================================*/
@media only screen and (max-width: 767px) {
	.intro {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw!important;
    max-width: 100%;
    height: 100vh;
	overflow-y: auto!important;
    padding-top: 10vh!important;
	    padding-bottom: 10vh!important;
    margin-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
	#city {
		display: none!important;
	}
    .teammember:hover .avatar {
        z-index: 1!important;
        margin-top: 34px!important;
        margin-left: 36px!important;
        width: 100px!important;
		transform: translate3d(0, 0, 0) perspective(300px) rotateY(10deg) scale(1)!important;
    }
    
    .menusocial {
        font-size: 25px !important;
    }
    
    .teammembercontent {
        border: 0px solid;
        position: relative;
        width: 80vw!important;
        margin-left: 0vw;
        min-height: 100%;
        box-shadow: 0 0 5px rgb(108, 0, 255), 0 0 10px rgb(108 0 255 / 0.05), 0 0 25px rgb(108 0 255/ 0.05), 0 0 30px rgb(108 0 255 / 0.05);
        background: rgba(0, 0, 0, .8);
        transform-origin: center center;
        transform: scale(1) perspective(300px) rotateY(0deg);
        transition: transform 0.5s;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
        text-align: center!important;
        z-index: 0!important;
        padding-left: 68px!important;
        padding-bottom: 50px;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }
    
    .teammembercontent ul {
        padding-left: 68px!important;
    }
    
    .teammembercontent span {
        margin: 0!important;
        padding: 0!important;
    }
    
    .avatar {
        z-index: 1!important;
        margin-top: 34px!important;
        margin-left: 36px!important;
        width: 100px!important;
		transform: translate3d(0, 0, 0) perspective(300px) rotateY(10deg) scale(1)!important;

    }
    
    .tokebox {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #clockdiv {
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        display: inline-block;
        font-weight: 100;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 10px;
        font-size: 22px!important;
    }
    
    #clockdiv>div {
        font-family: 'Montserrat', sans-serif;
        padding: 5px;
        border-radius: 3px;
        display: inline-block;
    }
    
    #clockdiv div>span {
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
    }
    
    .smalltext {
        padding-top: -5px;
        font-size: 14px!important;
    }
    
    .activeblog .blogtitel {
        margin-bottom: 10px!important;
        font-size: 1.4em;
    }
    
    .activeblog .date {
        font-size: 12px!important;
        font-weight: 400!important;
        text-transform: uppercase!important;
        margin-top: 2px;
        text-transform: none!important;
    }
    
    .activeblog a {
        font-weight: 400!important;
        text-transform: uppercase!important;
        margin-top: 0px;
        font-size: 12px!important;
        text-transform: none!important;
    }
    
    .blogbox {
        margin-top: 20px;
        padding: 0px;
        border: 1px solid rgba(0, 0, 0, .1);
        width: 100%!important;
        margin-left: 0%!important;
        background: black;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        transform: perspective(400px) rotateY(0deg) scale(1);
    }
    
    .blogbox .blogtitel {
        margin-bottom: -10px!important;
        font-size: 18px;
    }
    
    .blogbox .blogtext {
        margin-bottom: 20px;
        font-size: 14px!important;
    }
    
    .blogbox .blogtitel,
    .blogbox .blogtext,
    .blogbox .blogdate {
        margin-top: 1vh !important;
        font-family: 'Montserrat', sans-serif!important;
        padding: 4px
    }
    
    .blogactiveimg {
        position: absolute;
        top: 20px;
        right: 10vw;
        height: 180px;
        z-index: 1;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        transform: perspective(400px) rotateY(-25deg) scale(.9);
    }
    
    .activeblog {
        transform: scale(1);
        width: 80%;
        display: block;
        margin-left: 10%!important;
        margin-right: 10%!important;
        opacity: 1;
        margin-top: 100px;
        padding: 30px;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }
    
    .blogactivebox:hover .activeblog {
        margin-left: 7%!important;
        -webkit-box-shadow: 23px -8px 20px -11px rgba(0, 0, 0, 0.25);
        box-shadow: 23px -8px 20px -11px rgba(0, 0, 0, 0.25);
    }
    
    .teamsection .innerscrollb {
        display: block;
        flex-shrink: 0;
        justify-content: center;
        padding-top: 50px!important;
        align-items: center;
        overflow-y: scroll!important;
    }
    
    .blog .innerscrollb {
        display: block;
        flex-shrink: 0;
        padding-left: 3%!important;
        padding-right: 0!important;
        width: 100vw!important;
        padding-top: 50px!important;
        justify-content: center;
        align-items: center;
        overflow-y: scroll!important;
    }
    
    .blog .headerText,
    .teamsection .headerText {
        margin-bottom: 20px!important;
        padding-left: 5vw!important;
        padding-right: 5vw!important;
    }
    
    .roadmapoverlay {
        opacity: 0;
    }
    
    .roadmaptext {
        margin-bottom: 5vh !important;
    }
    
    .roadmapb .rechts {
        position: absolute!important;
        display: none!important;
        bottom: -10px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transform: rotate(90deg);
        background: white;
        border-radius: 100%;
        height: 40px;
        width: 40px;
        display: block;
        padding: 10px;
        color: white;
        background: #C623fE;
        font-size: 20px;
        line-height: 22px;
        opacity: 1;
    }
    
    .blogText {
        margin-top: 0 !important;
    }
    
    .leastactive {
        transform: scale(1);
        opacity: 1;
        transform: perspective(0px) rotateY(0deg) scale(1);
    }
    
    .roadmapb {
        transform: perspective(0px) rotateY(0deg) scale(1);
        display: block;
        border: 1px solid rgba(0, 0, 0, .1);
        background: rgba(0, 0, 0, 0.8);
        padding-top: 40px;
        margin-right: 0px;
        padding: 10px;
        padding-top: 10px;
        margin-left: auto!important;
        margin-right: auto!important;
        max-width: 100%!important;
        box-shadow: 0 0 25px rgba(108, 25, 177, 0.87), 0 0 2px rgb(108 0 255 / 0.12), 0 0 15px rgb(108 0 255/ 0.1), 0 0 5px rgb(108 0 255 / 0.02);
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        opacity: 1;
        margin-bottom: 20px!important;
    }
    
    .tokenomicsStat {
        margin-top: 0px!important;
        font-size: 24px!important;
    }
    
    .tokenomic:hover .tokeicon {
        transform: rotate(360deg);
    }
    
    .tokeicon {
        position: absolute;
        left: 0;
        top: -10px;
        font-size: 24px;
        color: #C623fE!important;
        transition: all .6s;
        -webkit-transition: all .6s;
    }
    
    .tokenomic h4 {
        font-size: 14px!important;
    }
    
    .meetVoxel {
        font-size: 30px !important;
        margin-top: 2vh !important;
		margin-bottom: -200px!important;
    } 


    
    .landingSubheader {
        text-align: center!important;
        margin-top: 0px!important;
        font-family: 'Montserrat', sans-serif!important;
    }
    
    .iconbox h3 {
        font-size: 16px!important;
        margin-bottom: 30px!important;
    }
    
    .modal-content h2 {
        font-size: 20px!important;
        margin-bottom: 15px!important;
        transform: skewX(0deg);
        font-weight: 700!important;
    }
    
    .modal-content p {
        font-size: 16px!important;
        transform: skewX(0deg);
        font-family: "Montserrat" !important;
    }
    
    .blogpost p {
        font-family: 'Montserrat', sans-serif!important;
    }
    
    .blogpost h3 {
        font-size: 20px!important;
        font-family: 'Montserrat', sans-serif!important;
    }
    
    .landingSubheader {
        font-size: 18px !important;
        margin-bottom: 50px!important;
        font-family: 'Montserrat', sans-serif!important;
    }
    
    .headerText {
        font-size: 2em!important;
    }
    
    .headerSubText {
        font-size: 16px!important;
        margin-top: 0px!important;
    }
    	.meetVoxel2, .meetrow h2 {
        font-size: 16px !important;
        margin-top: -20px !important;
		
    }
    .carouselSubtext {
        font-family: 'Montserrat' !important;
        margin-bottom: 18px!important;
        font-size: 18px;
        padding-left: 1vw;
        padding-right: 1vw;
    }
    
    .coreicon {
        font-size: 30px!important;
    }
    
    #carousel .headerText {
        font-size: 24px!important;
    }
    
    .faq {
        height: 100vh!important;
        overflow: hidden!important;
        overflow-y: hidden!important;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.073564459963673) 0%, rgba(255, 255, 255, 0.9867297260701156) 61%);
    }
    
    .test {
        height: 100% !important;
        /* display: none!important; */
    }
    
    #carousel {}
    
    #carousel section {
        top: 0;
        left: 0;
        height: 100%!important;
        display: flex!important;
        transform-origin: center center;
        transform: scale(1);
        transition: transform 0.5s;
        position: relative;
        flex-shrink: 0;
        justify-content: center;
        align-items: top;
        transform-origin: center center;
        width: 98vw!important;
        margin-left: 2vw!important;
        overflow-y: visible!important;
        overflow-x: hidden!important;
        margin-top: 0px!important;
        z-index: 0!important;
        padding-top: 200px!important;
        padding-left: 0px;
        padding-right: 0px;
        /* background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.073564459963673) 0%, rgba(255, 255, 255, 0.9867297260701156) 61%); */
    }
    
    #carousel .innerscroll {
        margin-top: 0px!important;
        height: 100vh!important;
        top: 0vh!important;
        padding-top: 50px!important;
        width: 100vw!important;
        position: absolute;
        padding-left: 30px;
        padding-right: 30px;
        overflow-y: scroll!important;
        overflow-x: hidden!important;
    }
    
    .promotext {
        margin-top: 10vh !important;
    }
    
    .roadmaptext {
        margin-bottom: 5vh !important;
    }
    
    .pigvidm,
    .nftvidm,
    .roadmapvidm,
    .retirevidm,
    .partnervidm,
    .tokevidm,
    .faqvidm {
        display: none !important;
    }
    
    .faqTextm {
        margin-top: 2vh!important;
        margin-bottom: 2vh !important;
    }
    
    .headerText {
        padding-top: 5vh !important;
    }
    
    .innerscroll {
        margin-top: 0px!important;
        height: 100vh!important;
        top: 0vh!important;
        padding-top: 80px!important;
        width: 100vw!important;
        position: absolute;
        overflow-y: scroll!important;
        overflow-x: hidden!important;
    }
    
    .faq .innerscroll {
        margin-top: 0px!important;
        width: 100vw!important;
        position: absolute!important;
        margin-left: 4vw!important;
        padding-top: 0!important;
        height: 100vh!important;
        padding-bottom: 0px!important;
    }
    
    .faqscroll {
        width: 100%;
        display: block;
        height: 60vh!important;
        padding-bottom: 2vh!important;
        overflow-x: hidden;
        overflow-y: scroll!important;
    }
    
    .help {
        position: fixed;
        width: 70px;
        height: auto;
        bottom: 1px;
        right: 1px;
        display: block;
        z-index: 999999999999;
        font-size: 50px;
        cursor: pointer!important;
        color: #b305ff;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        animation: up-down2 2.5s ease-in-out infinite alternate-reverse both;
    }
    
    .closehelp {
        position: fixed;
        bottom: 10px;
        right: 10px;
        display: block;
        cursor: pointer;
        z-index: 999999999999;
        font-size: 50px;
        color: #b305ff;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }
    
    .teammember {
        position: relative!important;
        display: block;
        width: 100%!important;
        max-width: 90%!important;
        height: 150px!important;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        margin-bottom: 40px!important;
        z-index: 0!important;
        margin: 36px;
        margin-left: 50px;
    }
    
    .card {
        margin-bottom: -30px!important;
        display: block!important;
        height: auto!important;
        padding: 0!important;
    }
    
    .card-header {
        height: auto!important;
        display: block!important;
        padding: auto!important;
    }
}

/*============================================================
 * TABLET ONLY STYLESHEET
 *============================================================*/
@media only screen and (min-width: 768px) and (max-width: 1080px) {
    	
	
	.mobilevisible {
        display: block!important;
    }
    
    .desktopvisible {
        display: none!important;
    }
    
    .tokenomicsStat {
        margin-top: 0px!important;
        font-size: 24px!important;
    }
    
    .tokeicon {
        position: absolute;
        left: 0;
        top: -10px;
        font-size: 24px;
        color: #C623fE!important;
    }
    
    .tokenomic h4 {
        font-size: 14px!important;
    }
    

    
    .landingSubheader {
        text-align: center!important;
        margin-top: 20px!important;
        font-family: 'Montserrat', sans-serif!important;
    }
    
    .iconbox h3 {
        font-size: 16px!important;
        margin-bottom: 30px!important;
    }
    
    .modal-content h2 {
        font-size: 20px!important;
        margin-bottom: 15px!important;
        transform: skewX(0deg);
        font-weight: 700!important;
    }
    
    .modal-content p {
        font-size: 16px!important;
        transform: skewX(0deg);
        font-family: "Montserrat" !important;
    }
    
    .blogpost p {
        font-family: 'Montserrat', sans-serif!important;
    }
    
    .blogpost h3 {
        font-size: 20px!important;
        font-family: 'Montserrat', sans-serif!important;
    }
    
    .landingSubheader {
        font-size: 20px !important;
        margin-bottom: 50px!important;
        margin-left: 10vw;
        margin-right: 10vw;
        font-family: 'Montserrat', sans-serif!important;
    }
    
    .meetRow .headerText {
        font-size: 3em!important;
    }
    
    .headerSubText {
        font-size: 16px!important;
        margin-top: 0px!important;
    }
    
    .carouselSubtext {
        font-family: 'Montserrat' !important;
        margin-bottom: 18px!important;
        font-size: 20px;
        margin-left: 5vw;
        margin-right: 5vw;
    }
    
    .coreicon {
        font-size: 30px!important;
    }
    
    .headerText {
        font-size: 2.5em!important;
    }
    
    #carousel .headerText {
        font-size: 2.5em!important;
    }
    
    .hidemobile {
        display: none!important;
    }
    
    .tokenomicHeader {
        margin-top: 3vh !important;
        margin-bottom: 2vh !important;
    }
    
    #carousel section {
        top: 0;
        left: 0;
        height: 100vh!important;
        display: flex!important;
        transform-origin: center center;
        transform: scale(1);
        transition: transform 0.5s;
        position: relative;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
        width: 99vw!important;
        margin-left: 1vw!important;
        overflow-y: hidden!important;
        overflow-x: hidden!important;
        margin-top: 0px;
        z-index: 0!important;
        padding-top: 150px!important;
        padding-left: 0px;
        padding-right: 0px;
        /* background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.073564459963673) 0%, rgba(255, 255, 255, 0.9867297260701156) 61%); */
    }
    
    .pigvidm,
    .nftvidm,
    .roadmapvidm,
    .retirevidm,
    .partnervidm,
    .tokevidm,
    .faqvidm {
        display: none !important;
    }
    
    .headerText {
        margin-top: 5vh !important;
    }
    
    #carousel .innerscroll {
        margin-top: 0px!important;
        height: 100vh!important;
        top: 0vh!important;
        padding-top: 50px!important;
        width: 100vw!important;
        Z-INDEX: 10000000000000000000000!IMPORTANT;
        position: absolute;
        overflow-y: auto!important;
        overflow-x: hidden!important;
    }
    
    .innerscroll {
        margin-top: 0px!important;
        height: 100vh!important;
        top: 0vh!important;
        padding-top: 80px!important;
        width: 100vw!important;
        position: absolute;
        overflow-y: scroll!important;
        overflow-x: hidden!important;
    }
    
    .faq .innerscroll {
        margin-top: 0px!important;
        width: 100vw!important;
        position: absolute!important;
        margin-left: 4vw!important;
        padding-top: 0!important;
        height: 100vh!important;
        padding-bottom: 0px!important;
    }
    
    .faqscroll {
        width: 100%;
        display: block;
        height: 60vh!important;
        padding-bottom: 2vh!important;
        overflow-x: hidden;
        overflow-y: touch!important;
    }
    
    .help {
        position: fixed;
        bottom: 25px;
        right: 10px;
        display: block;
        z-index: 999999999999;
        font-size: 50px;
        cursor: pointer!important;
        color: #b305ff;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        animation: up-down2 2.5s ease-in-out infinite alternate-reverse both;
    }
    
    .closehelp {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: block;
        cursor: pointer;
        z-index: 999999999999;
        font-size: 50px;
        color: #b305ff;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }
    
    .cd-horizontal-timeline .events a.selected {
        pointer-events: none;
        font-size: 12px !important;
        font-family: 'Syncopate-Bold';
        text-decoration: none !important;
    }
}

/*============================================================
 * TABLET & MOBILE STYLESHEET
 *============================================================*/
@media only screen and (max-width: 1080px) {
    .sectioninner {
        padding-top: 0px!important;
        display: block;
        position: absolute;
        align-items: top!important;
        margin-top: 100px;
        left: 0;
        height: 84%!important;
        overflow-y: scroll!important;
    }
    
    .header--nav-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 5px;
        width: 50px;
        height: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        transform: scale(1.3);
        text-transform: uppercase;
        border: 0!important;
        font-weight: 700!important;
        color: white;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }
    
    .roadmaptext {
        margin-bottom: 5vh !important;
    }
    
    .whyimg {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0!important;
        margin-top: 0px!important;
        width: 100px!important;
        display: flex!important;
        animation: up-down3 5s ease-in-out infinite alternate-reverse both;
    }
    
    @keyframes draai {
        0% {
            -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg)!important;
            transform: translateZ(-1800px) translateX(-50%) rotateY(45deg)!important;
        }
        100% {
            -webkit-transform: translateZ(1800px) translateX(50%) rotateY(-145deg)!important;
            transform: translateZ(1800px) translateX(50%) rotateY(-145deg)!important;
        }
    }
    
    .partnervid {
        margin-top: 10vh !important;
    }
    
    .hidemobile {
        display: none!important;
    }
    
    .header {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .background-white {
        width: 100vw!important;
        height: 100vh!important;
        background: black url(../img/mobilebg.jpg)!important;
        background-size: cover!important;
        background-repeat: no-repeat!important;
        background-position: 50%!important;
        background-size: 100% 100%;
        animation: donker 0.1s!important;
        opacity: 1!important;
        margin: 0!important;
        padding: 0!important;
    }
    
    .background-darkmobile {
        width: 100vw!important;
        height: 100vh!important;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        z-index: 0!important;
    }
    
    .meetRow {
        opacity: 1!important;
        width: 100vw!important;
        margin-left: 0vw!important;
        padding: 0!important;
        margin-right: 0!important;
    }
    
    .slidet {
        margin-top: 0px!important;
        padding-top: 150px;
        height: 100%!important;
        padding-bottom: 50px;
        overflow-y: visible!important;
    }
    
    .navilabel {
        color: white !important;
        position: absolute;
        top: 50%;
        right: -115px;
        width: 200px;
        background: none!important;
        font-size: 14px!important;
        font-weight: 700!important;
        padding: 10px!important;
        display: block!important;
        transform: rotate(90deg);
    }
    
    .navis {
        padding-top: 100px!important;
        left: -198px;
        background-color: rgb(0 0 0 / 0.95);
        border-radius: 0!important;
        -webkit-box-shadow: 5px 0px 15px 1px rgba(0, 0, 0, 0.07);
        box-shadow: 5px 0px 15px 1px rgba(0, 0, 0, 0.07);
        z-index: 999990000!important;
    }
    
    #carousel {
        overflow: hidden;
        margin-top: 0 !important;
        max-width: 100vw!important;
        height: 100vh!important;
        overflow-y: hidden!important;
        border-radius: 0px;
        padding-left: 0px!important;
        padding-top: 0px;
    }
    
    #containercarousel {
        display: block;
        justify-content: center;
        align-items: center;
        padding-left: 0!important;
        height: 100vh!important;
    }
    
    .innersection {}
    
    .menuList {
        color: black!important;
        font-family: 'Syncopate-Bold';
        justify-content: center;
        justify-self: center;
        justify-items: center;
    }
    
    .tokenomic {
        background: rgb(0 0 0 / 0.9);
        padding: 10px;
        text-align: center!important;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transform: skewX(-5deg);
        margin: 0!important;
        min-height: 70px!important;
        margin-bottom: 3vh!important;
    }
    
    .avatar {
        width: 150px!important;
        left: -70px!important;
        top: -40px!important;
    }
    
    .avatar-special {
        width: 125px !important;
        left: -50px!important;
        top: -40px!important;
    }
    
    .avatar-sophie {
        width: 130px !important;
        left: -60px!important;
        top: -20px!important;
    }
    
    .teammember {
        position: relative!important;
        width: 300px;
        max-width: 90%!important;
        margin-left: 5%!important;
        height: 100px;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        margin-bottom: 10px!important;
        z-index: 0!important;
    }
    
    .robot {
        width: 150px!important;
    }
    
    .starthere {
        display: none!important;
    }
    
    .card-header {
        display: block!important;
        background: rgba(0, 0, 0, .2);
        font-family: 'Syncopate-Bold';
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        justify-content: center !important;
        align-items: center !important;
        align-content: center !important;
        text-align: center !important;
        padding: 12px!important;
        padding-top: 20px!important;
        margin-bottom: 44px!important;
    }
    
    .cardTitle {
        font-size: 20px !important;
        font-family: 'Montserrat';
        font-weight: 400 !important;
        color: rgb(0 0 0 / 0.6) !important;
        padding: 2px;
        margin-top: -2px!important;
        text-transform: none!important;
    }
    
    [class^="label_"] {
        background-color: transparent;
        color: rgb(255 255 255 / 0.6) !important;
    }
    
    .modal {
        z-index: 1000000!important;
        /* Sit on top */
    }
    
    .modal-content {
        background-color: #fefefe;
        transform: skewX(0deg);
        border-radius: 0!important;
        margin: auto;
        /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 90%!important;
        height: 70vh!important;
        max-height: 90vh!important;
        margin-top: 15vh!important;
        overflow-y: auto!important;
        overflow-x: hidden!important;
        z-index: 90000000000000000000!important;
        /* Could be more or less, depending on screen size */
        -webkit-box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, 0.11)!important;
        box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, 0.11)!important;
        border-color: #C623fE!important;
    }
    
    .close {
        color: #C623fE!important;
        float: right;
        font-size: 38px!important;
        opacity: 1!important;
        font-weight: bold;
        transform: skewX(0deg);
    }
    
    .blogpost {
        width: 90vw!important;
        display: block!important;
        margin-left: 5vw!important;
        margin-top: 30px!important;
    }
    
    .blogpost img {
        max-width: 80%;
        height: auto!important;
        margin-left: auto;
        margin-right: auto;
        margin: 15px!important;
    }
    
    .glow-on-hover {
        width: 180px;
        height: 24px;
        box-shadow: 4px 4px 0 rgba(0, 0, 0, .4);
        transform: skewX(-15deg)!important;
        font-family: 'Montserrat', sans-serif;
        padding: 15px 40px;
        border: none;
        outline: none;
        color: white;
        background: rgb(0 0 0 / 0.6) !important;
        cursor: pointer;
        position: relative;
        text-transform: uppercase!important;
        z-index: 0;
        border-radius: 10px;
        font-size: 14px!important;
    }
    
    .outer-nav>li {
        font-size: 18px;
        color: white!important;
    }
    
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
    
    .fader {
        animation-delay: 0s;
        -moz-animation: fadein 1200ms;
        /* Firefox */
        -moz-animation-delay: 0s;
        -webkit-animation: fadein 1200ms;
        /* Safari and Chrome */
        -webkit-animation-delay: 0s;
        -o-animation: fadein 1200ms;
        /* Opera */
        animation-fill-mode: forwards;
    }
    
    #skip {
        display: none!important;
    }
    
    .effect-rotate-left--animate .container {
        -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
        transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
        outline: 20px solid #C623fE;
        z-index: 9999 !important;
		
        position: relative!important;
    }
    
    .effect-rotate-left {
        background: black url(../img/mobilemenu.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom!important;
        z-index: 9999 !important;
        position: relative;
        animation: mobilebg 12s ease-in-out infinite alternate-reverse both;
    }
    
    @keyframes mobilebg {
        0% {
            background-size: 100%;
        }
        100% {
            background-size: 195%;
        }
    }
    
    .navbg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.073564459963673) 0%, rgba(255, 255, 255, 0.9667297260701156) 36%);
        display: block;
    }
    
    .faqMain {
        height: 90vh!important;
        margin-top: 7vh!important;
    }
}
.robot {
    width: 200px;
    margin-right: auto;
    animation: up-down2 2s ease-in-out infinite alternate-reverse both;
}
.iconbox:hover .coreicon {
    transform: rotate(360deg) scale(1.6);
    text-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.7), 0 0 35px rgb(108 0 255/ 0.6), 0 0 50px rgb(108 0 255 / 0.4);
}
.starthere {
    position: absolute;
    top: 24px;
    right: 50px;
    background: none;
    display: none;
    width: 130px;
    height: 50px;
    font-size: 16px!important;
    color: white!important;
    font-family: 'Amatic SC', cursive;
}
.witteoverlay {
    position: absolute;
    top: 0;
    right: -270px;
    width: 40vw;
    height: 200vh;
    display: block;
    background: rgba(250, 250, 250, 1);
    z-index: 0;
    transform: rotate(40deg);
}
.skip {
    position: absolute;
    bottom: 20px;
    width: 20vw;
    z-index: 10000;
    text-align: center!important;
    left: 40vw;
    display: block;
    font-size: 20px;
    color: white;
    font-weight: 700;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.skip:hover {
    transform: scale(1.4);
    cursor: pointer;
    text-shadow: 0 0 5px rgb(108, 0, 255), 0 0 10px rgb(108 0 255 / 0.4), 0 0 15px rgb(108 0 255/ 0.3), 0 0 30px rgb(108 0 255 / 0.2);
}
.skip2 {
    display: none!important;
}
.preloader {
    /*
          Making the preloader floating over other elements.
          The preloader is visible by default. 
          */
    
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000000000000000;
    background: white;
    display: block;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1080px) {
    .preloader {
        display: none!important;
    }
}
.preloader img {
    max-width: 90px;
    margin-top: -120px;
    float: left!important;
    animation: preload 3s ease-in-out infinite alternate!important;
}
.preloader p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
.team-text {
    text-align: center !important;
}
@keyframes preload {
    0% {
        transform: scale(0.9);
        opacity: .2;
    }
    
    50% {
        transform: scale(1);
        opacity: 1;
    }
    
    100% {
        transform: scale(0.9);
        opacity: .4;
    }
}
.loaders {
    display: flex;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    animation: fadetexat 10s ease-in-out infinite alternate!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.test {
    min-height: 100% !important;
    height: 100vh !important;
}
@keyframes fadetext {
    0% {
        .l1 {
            opacity: 1;
        }
        .l2 {
            opacity: 0!important
        }
        .l3 {
            opacity: 0!important
        }
    }
    
    50% {
        opacity: .8;
        text-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.1), 0 0 35px rgb(108 0 255/ 0.6), 0 0 50px rgb(108 0 255 / 0.1);
    }
    
    100% {
        opacity: 1;
        text-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.9), 0 0 35px rgb(108 0 255/ 0.6), 0 0 50px rgb(108 0 255 / 0.4);
    }
}
.preloader h2 {
    font-weight: 400!important;
    color: black!important;
    bottom: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    textq-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.7), 0 0 35px rgb(108 0 255/ 0.6), 0 0 50px rgb(108 0 255 / 0.4);
    animation: textshaadow 3s ease-in-out infinite alternate!important;
}
@keyframes textshadow {
    0% {
        opacity: 1;
        text-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.9), 0 0 35px rgb(108 0 255/ 0.6), 0 0 50px rgb(108 0 255 / 0.4);
    }
    
    50% {
        opacity: .8;
        text-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.1), 0 0 35px rgb(108 0 255/ 0.6), 0 0 50px rgb(108 0 255 / 0.1);
    }
    
    100% {
        opacity: 1;
        text-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.9), 0 0 35px rgb(108 0 255/ 0.6), 0 0 50px rgb(108 0 255 / 0.4);
    }
}
.meetRow input {
    background: rgb(0, 0, 0, 0);
    color: white!important;
    opacity: 1!important;
    border: 0!important;
    caret-color: #C623fE;
    width: 400px;
    max-width: 90%!important;
    border-radius: 0px!important;
    padding: 20px!important;
    border-bottom: 1px solid rgba(255, 255, 255, .8)!important;
    margin: auto;
    margin-top: -10px;
}
 ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    
    text-align: center!important;
}
 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    
    text-align: center!important;
}
 ::-ms-input-placeholder {
    /* Microsoft Edge */
    
    text-align: center!important;
}
@keyframes boxshadowc {
    0% {
        box-shadow: 0 0 5px rgb(12, 0, 110), 0 0 20px rgb(12, 0, 110 / 0.7), 0 0 35px rgb(12, 0, 110/ 0.6), 0 0 50px rgb(12, 0, 110 / 0.4);
    }
    
    50% {
        box-shadow: 0 0 5px rgb(198, 35, 254), 0 0 20px rgb(198, 35, 254 / 0.7), 0 0 35px rgb(198, 35, 254 / 0.6), 0 0 50px rgb(198, 35, 254 / 0.4);
    }
    
    100% {
        box-shadow: 0 0 5px rgb(12, 0, 110), 0 0 20px rgb(108 0 255 / 0.7), 0 0 35px rgb(108 0 255/ 0.6), 0 0 50px rgb(108 0 255 / 0.4);
    }
}
.meetRow h4 {
    font-family: 'Syncopate-Bold' !important;
    font-weight: 400;
    font-size: 24px!important;
}
.meetRow h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px!important;
    padding: 5px;
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 5vh !important;
}
.meetRow .ja {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    margin-top: auto!important;
    margin-bottom: auto!important;
    max-height: 350px;
    width: 600px;
    max-width: 90%;
    left: 0;
    right: 0;
    margin-left: auto!important;
    margin-right: auto!important;
    background: rgb(0, 0, 0);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.9615196420365021) 0%, rgba(40, 40, 40, 0.8942927512801996) 92%);
    padding: 40px;
    border-right: 2px solid rgba(250, 250, 250, .5);
    border-bottom: 2px solid rgba(250, 250, 250, .5);
    border-top: 2px solid rgba(250, 250, 250, .4);
    border-left: 2px solid rgba(250, 250, 250, .4);
    box-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.2), 0 0 35px rgb(108 0 255/ 0.1), 0 0 50px rgb(108 0 255 / 0.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation: boxshadowc 3s ease-in-out infinite alternate!important;
}
#clockdiv {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 30px;
}
#clockdiv>div {
    font-family: 'Montserrat', sans-serif;
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
}
#clockdiv div>span {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}
.smalltext {
    padding-top: -5px;
    font-size: 16px;
}
.fadebg {
    filter: blur(3px);
    opacity: .6;
}
.fadebg2 {
    right: 0px!important;
}
.wit {
    color: white!important;
    text-shadow: 0 0 5px rgb(108, 0, 255), 0 0 10px rgb(108 0 255 / 0.4), 0 0 15px rgb(108 0 255/ 0.7), 0 0 10px rgb(108 0 255 / 0.6);
}
.wit:hover {
    color: white!important;
}
.test {
    position: absolute;
    display: cover;
    right: 0 !important;
    bottom: 0;
    min-width: 100%;
    min-height: 100% !important;
    height: 100vh !important;
    width: 100%;
    background-position: absolute;
    object-fit: cover !important;
    z-index: 0;
}
video {
    pointer-events: none !important;
}
video::-webkit-media-controls-start-playback-button {
    display: none;
}
.tokenomicHeader {
    margin-top: 3vh !important;
    margin-bottom: 2vh !important;
}
.blackrm {
    margin-top: 2vh !important;
    background-color: black !important;
}
.headerText {
    color: white !important;
    opacity: 0.8;
    margin-top: 2vh !important;
    margin-bottom: 5vh !important;
}
.meetTeamTextm {
    margin-top: 0 !important;
}
.promotext {
    opacity: 0.7;
    font-size: 20px;
}
.teamname {
    color: white !important;
}
.fa,
.fas {
    color: white !important;
    width: 2px;
}
.helpsocial {
    font-size: 20px;
    margin-top: 5vh !important;
}
.teamname {
    margin-bottom: 2vw !important;
}
.button {
    transition: all .2s ease-in-out;
    -webkit-appearance: none;
    border-radius: 0px;
    font-family: 'Montserrat';
    appearance: none;
    background: transparent;
    font-weight: 1000;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    margin-left: 1px;
    opacity: 0.3;
    border: 1px solid rgba(0, 0, 0, .3);
    color: white;
    text-transform: uppercase!important;
}
.button:hover,
.button.active {
    opacity: 1;
    background: none!important;
    box-shadow: 0 0 5px rgb(108, 0, 255), 0 0 20px rgb(108 0 255 / 0.2), 0 0 35px rgb(108 0 255/ 0.1), 0 0 50px rgb(108 0 255 / 0.1);
    color: white!important;
    background: rgb(0 0 0 / 0.6)!important;
}
.blogText {
    margin-top: 0 !important;
}
.startlogo {
    width: 300px !important;
    margin-bottom: -20px !important;
}


.meetVoxel {
    margin-bottom: 0vh !important;
}
.effect-rotate-left--animate .container {
    z-index: 9999 !important;
}
.activecontent {
    padding-right: 10vw !important;
    padding-left: 10vw !important;
}
.subscriberow {
    width: 100% !important;
    background-color: rbg(0 0 0 / .2);
    border-color: rgb(0 0 0 / 0.6);
    text-align: center;
    border: 1px;
    align-content: center !important;
}
.subscribeText {
    text-align: center;
    color: white !important;
    text-decoration: none !important;
}