@import url("https://fonts.googleapis.com/css2?family=Andika+New+Basic:wght@400;700&display=swap");
@font-face {
    font-family: 'Exensa';
    src: url('../fonts/ExensaGrotesk-Black.ttf') format('truetype');
    font-weight: 900; /* Black */
}
@font-face {
    font-family: 'Exensa';
    src: url('../fonts/ExensaGrotesk-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* Extra Bold */
}
@font-face {
    font-family: 'Exensa';
    src: url('../fonts/ExensaGrotesk-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
}
@font-face {
    font-family: 'Exensa';
    src: url('../fonts/ExensaGrotesk-Regular.ttf') format('truetype');
    font-weight: 400; /* Medium */
}
@font-face {
    font-family: 'Exensa';
    src: url('../fonts/ExensaGrotesk-Light.ttf') format('truetype');
    font-weight: 400; /* Medium */
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    min-height: 300vh;
}
header {
    display: flex;
    padding: 1.5rem 0rem;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(194, 194, 194, 0);
}
.hero-arrow {
    position: absolute;
    width: 90px;
    z-index: 10;
    left: calc(50% - 45px);
    margin-top: -45px;
}
.partner-section {
    width: 100%;
    min-height: 300px;
    background-color: #fff  ;
}
.bridge-section h2 {
    font-family: 'Exensa', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: ;
    margin-bottom: 0px;
}
.firstpage-hero {
    width: 100%;
    height: auto;
    min-height: calc(100vh + 200px);
    background-image: url('../img/hero-bg.svg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 130px;
    overflow: hidden;
}
.firstpage-hero .ludus-text {
    position: absolute;
    height: calc(40vh + 100px);
    left: calc(50% - (((40vh + 100px) * 2.3) / 2));
    top: 180px;
}
.firstpage-hero .circle {
    bottom: 0;
    z-index: 1;
    position: absolute;
    height: 60vh;
    left: calc(50% - ((60vh * 1.688) / 2));
    pointer-events: none;
}

.circle.triggerd {
    transform: scale(2.5);
}
.firstpage-hero .container {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
}
.firstpage-hero spline-viewer {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    bottom: 0;
    pointer-events: none;
}
.navbar-logo {
    width: 33px;
}
.nav__links {
    display: flex;
    list-style: none;
    color: #fff;
    font-weight: 700;
    padding-left: 191px;
    margin: 0px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.nav--link {
    padding: 0 1rem;
    transition: opacity 100ms linear;
    cursor: pointer;
    font-family: 'Exensa', sans-serif;
    font-weight: 700;
    color: black;
    font-size: 16px;
}
.btn {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    font-family: inherit;
    font-weight: 700;
    color: #fff;
    outline: none;
    border: none;
    background-color: #ffffff35;
    border-radius: 2rem;
    transition: background-color 100ms linear;
    cursor: pointer;

    background: #02020240;
    color: black;
    font-family: 'Exensa', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
}
p.intro {
    font-family: 'Exensa', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
    display: block;
    max-width: 450px;
    line-height: 24px;
    color: gray;
    margin-bottom: 40px;
}
.bridge-section {
    margin-bottom: 140px;
}
.bridge-section .key-panel {
    width: 100%;
    height: auto;
    min-height: 20px;
    padding: 10px;
    overflow: hidden;
    background: linear-gradient(90deg, #f0f0f0 0%, #f0f0f000 100%);
    border-radius: 10px;
    margin-bottom: 20px;
}
.bridge-section .key-panel p.intro {
    margin: 0px;
}
.bridge-section .key-panel p.intro b {
    color: black;
}
p.intro-center {
    font-family: 'Exensa', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0px;
    display: block;
    max-width: 550px;
    line-height: 24px;
    color: gray;
    margin-bottom: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.custom-card {
    width: 100%;
    height: auto;
    min-height: 300px;
    overflow: hidden;
    background: linear-gradient(180deg, #f0f0f0 0%, rgba(240, 240, 240, 0) 100%);
    padding: 30px;
    border-radius: 12px;
}
.custom-card h3 {
    font-family: 'Exensa', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.custom-card p {
    font-family: 'Exensa', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #676767;
    margin-top: 10px;
}
.custom-card img.icon {
    width: 50px;
    margin-bottom: 20px;
}
h2.italic-title {
    font-family: 'Exensa', sans-serif;
    font-style: italic;
    font-weight: 700;
    max-width: 400px;
    font-size: 33px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
h2.italic-title small {
    color: #f1b50f;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}
.feature-section h2 {
    font-family: 'Exensa', sans-serif;
    font-style: italic;
    margin-bottom: 38px;
    font-weight: 900;
    max-width: 400px;
    font-size: 45px;
}
.button-container .arrow {
    margin-top: -8px;
}
.button-container .btn {
    font-size: 13px;
    padding: 0px;
    height: 36px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
}
.firstpage-hero h1 {
    font-family: 'Exensa', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 1rem;
}
.arrow {
    width: 20px;
    margin-top: -2px;
    height: 10px;
    position: relative;
    transform: translateX(-4px);
}
.line {
    position: absolute;
    top: 46%;
    right: 0;
    height: 2px;
    width: 7px;
    background-color: #000;
    transform-origin: 100% 50%;
}
.arrow--sideUp {
    transform: rotate(45deg);
}
.arrow--sideDown {
    transform: rotate(-45deg);
}

.arrow--hoverLine {
    width: 12px;
    transform: scale(0);
}

.arrow,
.line {
    transition: transform 100ms ease-in;
}

.btn--primary:hover {
    background-color: #ffffff65;
}

.btn:hover .arrow {
    transform: none;
}

.btn:hover .arrow--hoverLine {
    transform: scale(1);
}

.tip {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff;
    position: absolute;
    top: 4.15rem;
    left: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition: transform 100ms linear;
    opacity: 0;
    display: none;
    visibility: hidden;
}

.header__expandMenu {
    position: absolute;
    top: 4.5rem;
    left: 50%;
    width: 95%;
    height: 90%;
    transform-origin: 0%;
    transform: translateX(-50%) rotate3d(1, 0, 0, -15deg);
    background-color: white;
    border-radius: 0.5rem;
    perspective: 100px;
    transition: width 250ms ease, height 250ms ease, opacity 150ms ease,
    transform 200ms ease-in;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.menu__container {
    width: 100%;
    height: 100%;
    background-color: white;
}
.menu__container .label {
    color: #353b42;
    font-family: 'Exensa', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.2px;
}
.menu__container .label__container {
    margin-top: 8px;
}
.menu__container > * {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 2rem;
    overflow: hidden;
    transform: translateX(-35%);
    transition: transform 250ms linear, opacity 250ms ease;
    opacity: 0;
}

#products {
    display: grid;
    grid-template-columns: repeat(3, 300px);
}

#developers,
#company {
    display: grid;
    grid-template-columns: repeat(2, 225px);
    row-gap: 2rem;
}

.item--one {
    grid-column: span 2;
}

#use-cases {
    width: 450px;
}

.subMenu__items {
    list-style: none;
    padding-left: 0px;
}

.title {
    font-family: 'Exensa', sans-serif;
    font-size: 0.85rem;
    margin-bottom: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    font-size: 16px;
}

.subMenu--item {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.subMenu--item.comingsoon {
    filter: grayscale(1);
    pointer-events: none;
    opacity: 0.5;
}

.label__container {
    margin-left: 0.75rem;
}

.label {
    color: black;
    font-family: 'Exensa', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.label--desc {
    font-family: 'Exensa', sans-serif;
    font-size: 13px;
    color: #81868e;
    transform: translateY(-3px);
    transition: color 100ms ease;
}

.subMenu--item + .subMenu--item {
    margin-top: 1.5rem;
}

.icon--production {
    transform: translateY(-55%) scale(1.1);
}

.right--arrow {
    width: 12px;
    margin-top: -4px;
    transform: translateY(-2px) scale(0, 1);
    transition: transform 150ms ease-in-out;
}

.subMenu--item:hover .right--arrow {
    transform: translateY(1.75px) scale(1);
}

.subMenu--item:hover .label--desc {
    color: black;
}

.active {
    z-index: 1;
    opacity: 1;
    transform: translatex(-50%);
}

.prev {
    transform: translateX(-65%);
}

.expand {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) rotateX(0);
}

.hover {
    opacity: 0.5;
}

.new--expand {
    transition: opacity 150ms ease, transform 150ms ease-in;
}

.first {
    transition: none;
}

.sec--menu .subMenu--item + .subMenu--item {
    margin-top: 0.5rem;
}

.sec__title {
    color: grey;
    margin-bottom: 0.65rem;
}

.sec__links {
    list-style: none;
    padding: 0 0 0.2rem 0;
}

.sec__links > li {
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 400;
}

.sec__links--container {
    padding-left: 2rem;
}

.more__info {
    grid-column: span 2;
}

.more__links {
    padding-left: 1.5rem;
}

a {
    text-decoration: none;
    display: block;
    color: rgb(0, 0, 73);
}
a:hover {
    text-decoration: underline dotted;
}
.partner-section {
    width: 100%;
    height: auto;
    min-height: 20px;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 130px;
}
.partner-section .partner {
    width: 100%;
    opacity: 0.3;
    transition-duration: 0.2s;
}
.partner-section .partner:hover {
    transition-duration: 0.2s;
    opacity: 0.5;
}



.footer {
    width: 100%;
    height: auto;
    min-height: 600px;
    background-color: #F2F2F2;
    overflow: hidden;
    margin-top: 22px;
    padding-top: 110px;
    margin-bottom: -8px;
    padding-bottom: 110px;
}
.footer .footer-logo {
    width: 45px;
    margin-bottom: 30px;
}
.footer .content-container {
    padding-bottom: 60px;
    height: 100%;
    border-bottom: 1px solid #d8d8d8;
}
.footer .content-container p {
    width: 100%;
    font-style: normal;
    margin: 0px;
    font-family: 'Exensa', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
    display: block;
    max-width: 450px;
    line-height: 24px;
    color: gray;
    margin-bottom: 0px;
}
.footer .content-container .custom-group {
    width: 100%;
    max-width: 493px;
    height: 72px;
    background: rgb(229 229 229);
    border: 1px solid rgb(216 216 216);
    border-radius: 100px;
    margin-top: 20px;
    padding: 5px;
}
.footer .content-container .custom-group input {
    width: calc(100% - 172px);
    float: left;
    font-size: 18px;
    padding-top: 15px;
    border-radius: 100px;
    background: transparent;
    font-family: 'Exensa', sans-serif;
    padding-left: 20px;
    border: none;
    height: 56px;
    font-weight: 700;
}
.footer .content-container .custom-group button {
    width: 170px;
    height: 56px;
    float: left;
    font-family: 'Exensa', sans-serif;
    color: white;
    margin-top: 2px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
    background-image: radial-gradient(circle at 0% 100%, #FFF500 0%, #FF9000 50%, #FFDE00 100%);
    border-radius: 100px;
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 62px;
}
.nft-title {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 40px;
}
.footer .footer-text {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}

.footer h4 {
    font-family: 'Exensa', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: black;
    width: 100%;
}
.footer a.footer-link {
    font-style: normal;
    width: 100%;
    line-height: 150%;
    font-family: 'Exensa', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #676767;
    margin-top: 20px;
    float: left;
    display: block;
    text-decoration: none;
    transition-duration: 0.25s;
}
.footer a.footer-link:hover {
    color: #f1a80d;
    transition-duration: 0.25s;
}
.footer .copy {
    width: 100%;
    font-family: 'Exensa', sans-serif;
    margin: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    color: #676767;
}
.footer .socials {
    float: right;
    width: fit-content;
}
.footer .socials a {
    text-decoration: none;
    float: left;
    margin-left: 20px;
}
.footer .content-container .custom-group button img {
    width: 24px;
    margin-top: 0px;
    height: 30px;
    display: inline;
    transform: translateY(-1px);
}
.wavesbg {
    position: absolute;
    right: 0;
    height: 100%;
}
.feature-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
    height: auto;
    overflow: hidden;
    min-height: 200px;
    background-image: linear-gradient(0deg, rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url('../img/chain-bg.png');
    background-size: cover;
    background-position: center;
}
.feature-section .bottom-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    z-index: 1;
    background: linear-gradient(0deg , #fff 0%, #ffffff00 100%);
    width: 100%;
}
.feature-section .top-fade {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    z-index: 1;
    background: linear-gradient(0deg, #fff0, #fff);
    width: 100%;
}
.register-section {
    padding-top: 70px;
    padding-bottom: 70px;
}
.register-section h2 {
    font-family: 'Exensa', sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 0px;
    color: white;
}
.cta-panel {
    width: 100%;
    height: auto;
    min-height: 500px;
    overflow: hidden;
    background: radial-gradient(circle at 0% 100%, #FFF500 0%, #FF9000 50%, #FFDE00 100%);
    padding: 30px;
    position: relative;
    display: flex;
    align-items: center;
}
.cta-panel .register-button {
    width: fit-content;
    background-color: white;
    border-radius: 100px;
    height: 40px;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 47px;
    color: #FF9000;
    margin-top: 40px;
    text-decoration: none;
    font-family: 'Exensa', sans-serif;
    font-weight: 700;
    float: left;
}
.cta-panel p {
    font-family: 'Exensa', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    float: left;
    display: block;
    max-width: 450px;
    line-height: 24px;
    color: #fff;
}
.cta-panel .row {
    width: 100%;
}
.cta-panel .character-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 102%;
}
.feature-section .container {
    position: relative;
    z-index: 2;
}
.feature-section spline-viewer {
    position: absolute;
    z-index: 0;
    width: 100%;
    opacity: 0.5;
    height: 100%;
}
.video-section {
    padding-top: 70px;
    padding-bottom: 70px;
}
.video-section h2 {
    text-align: center;
    font-family: 'Exensa', sans-serif;
    font-style: italic;
    font-weight: 900;
    margin-bottom: 40px;
    font-size: 33px;
}
.video-section video {
    width: 100%;
}
.feature-section spline-viewer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.accord-container {
    width: 100%;
    height: 75px;
    overflow: hidden;
    padding: 25px;
    float: left;
    margin-bottom: 25px;
    position: relative;
    background: linear-gradient(45deg, #F0F0F0 0%, #F0F0F0 96.54%);
    transition-duration: 0.5s;
}
.accord-container1 {
    transform: translateX(-20px);
    opacity: 0;
}
.accord-container1.triggerd {
    opacity: 1;
    transform: translateX(0px);
}
.accord-container2 {
    transform: translateX(-20px);
    opacity: 0;
}
.accord-container2.triggerd {
    opacity: 1;
    transform: translateX(0px);
}
.accord-container3 {
    transform: translateX(-20px);
    opacity: 0;
}
.accord-container3.triggerd {
    opacity: 1;
    transform: translateX(0px);
}
.accord-container4 {
    transform: translateX(-20px);
    opacity: 0;
}
.accord-container4.triggerd {
    opacity: 1;
    transform: translateX(0px);
}
header.scrolled {
    background: rgb(255 255 255 / 55%);
    backdrop-filter: blur(10px);
    transition-duration: 0.2s;
}
.video-section img.dot {
    width: 30px;
    float: left;
    margin-right: 10px;
}
.video-section p {
    font-family: 'Exensa', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 30px;
    display: block;
    height: 30px;
}
.accord-container:hover {
    cursor: pointer;
    background: linear-gradient(45deg, #e3e3e3 0%, #F0F0F0 96.54%);
    transition-duration: 0.3s;
}
.accord-container img.check {
    display: block;
    margin-left: auto;
    margin-top: 5px;
    margin-right: auto;
    width: 20px;
}
.accord-container small {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 12px;
    text-transform: uppercase;
    color: white;
    font-family: 'Exensa', sans-serif;
    font-size: 10px;
    font-weight: 300;
    opacity: 0.4;
    font-style: italic;
}
.accord-container h4 {
    font-family: 'Exensa', sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    color: #A9A9A9;
    margin-top: 2px;
    margin-bottom: 27px;
}
.accord-container p {
    font-family: 'Exensa', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 22px;
}
.accord-container.visible {
    height: 240px;
    transition-duration: 0.5s;
}
.accord-container .content {
    position: relative;
    display: block;
    z-index: 3;
}
.accord-container .background {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-duration: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #424242 0%, #161616 96.54%);
    z-index: 1;
}
.accord-container .bottom-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffe605, #fb9503, #ffec04);
    z-index: 2;
    width: 100%;
    transition-duration: 0.3s;
    opacity: 0;
}
.accord-container.visible .bottom-bar {
    opacity: 1;
    transition-duration: 0.3s;
}
.accord-container.visible .background {
    opacity: 1;
    transition-duration: 0.3s;
}
.accord-container.visible h4 {
    color: #f1b50f;
}
.accord-container h3 {
    margin: 0px;
}
.unity-logo {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.integration-section h2 {
    font-family: 'Exensa', sans-serif;
    font-style: italic;
    font-weight: 900;
    margin-bottom: 0px;
}
.integration-section {
    margin-top: 60px;
    padding-bottom: 100px;
}
.integration-section h5 {
    font-family: 'Exensa', sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    display: block;
    color: #353b42;
    height: 30px;
    margin-bottom: -10px;
    line-height: 24px;
}
.integration-section p {
    font-family: 'Exensa', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    display: block;
    line-height: 24px;
    color: gray;
    margin-bottom: 40px;
    height: auto;
}
.chain-model {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.subpage-hero2 {
    width: 100%;
    height: auto;
    min-height: 70vh;
    background-image: url('../img/auth-bg.svg');
    background-size: cover;
    background-position: center top;
    padding-top: 200px;
    position: relative;
    margin-bottom: 100px;
}
.subpage-hero2 h1 {
    font-family: 'Exensa', sans-serif;
    font-size: 4.4rem;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 1rem;
    margin-top: 100px;
}
.subpage-hero2 h1 span {
    color: #ffbd05;
}
.subpage-hero2 p {
    font-family: 'Exensa', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0px;
    display: block;
    max-width: 550px;
    color: gray;
    margin-bottom: 40px;
}
.subpage-hero {
    width: 100%;
    height: auto;
    min-height: 400px;
    background-image: url('../img/auth-bg.svg');
    background-size: cover;
    background-position: center top;
    padding-top: 200px;
    position: relative;
    margin-bottom: 100px;
}
.subpage-hero p {
    display: none;
}
.subpage-hero img.icon {
    float: left;
    height: 100px;
    margin-top: -5px;
}
.subpage-hero h1 {
    font-family: 'Exensa', sans-serif;
    font-size: 5rem;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 1rem;
}
.subpage-hero .subhero-arrow {
    position: absolute;
    height: 60px;
    left: calc(50% - 30px);
    bottom: -30px;
}
.auth-bg {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-image: url('../img/auth-bg.svg');
    background-size: cover;
    background-position: center;
    padding-top: 140px;
    margin-bottom: -22px;
}
.auth-holder {
    width: 100%;
    height: auto;
    min-height: 300px;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff00 100%);
    max-width: 400px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
}
.custom-submit-button {
    background: linear-gradient(90deg, #ffe605, #fb9503, #ffec04);
    height: 40px;
    border: none !important;
}
.navbar-btn {
    background: linear-gradient(90deg, #ffe605, #fb9503, #ffec04);
    color: black;
    margin-left: 15px;
}

.games-container {
    width: 100%;
    height: auto;
    min-height: 200px;
    overflow: hidden;
    z-index: 3;
    margin-top: 120px;
    position: relative;
}
.games-container .center-content {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
}
.games-container .game {
    width: 11.5vw;
    height: 11.5vw;
    background-color: #fff;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    margin-bottom: 1vw;
    border-radius: 6px;
    float: left;
    opacity: 0.1;
    transition-duration: 1s;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}
.games-container .game-no {
    width: 11.5vw;
    height: 11.5vw;
    background-color: #fff;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    margin-bottom: 1vw;
    border-radius: 6px;
    float: left;
    opacity: 0.5;
    transition-duration: 1s;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}
.games-container .game.lift {
    transition-duration: 1s;
    opacity: 1;
}
.game-one {
    opacity: 0;
    filter:blur(20px);
    transform: translateY(160px);
    position: relative;
}
.game-one.scrolled {
    opacity: 1;
    filter:blur(0px);
    transform: translateY(0px);
}
.game-two {
    opacity: 0;
    filter:blur(20px);
    transform: translateY(120px);
    position: relative;
}
.game-two.scrolled {
    opacity: 1;
    filter:blur(0px);
    transform: translateY(0px);
}
.game-three {
    opacity: 0;
    filter:blur(20px);
    transform: translateY(80px);
    position: relative;
}
.game-three.scrolled {
    opacity: 1;
    filter:blur(0px);
    transform: translateY(0px);
}
.game-four {
    opacity: 0;
    filter:blur(20px);
    transform: translateY(40px);
    position: relative;
}
.game-four.scrolled {
    opacity: 1;
    filter:blur(0px);
    transform: translateY(0px);
}



.mobile-bar {
    display: none;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    transition-duration: 0.2s;
}
.mobile-bar.scrolled {
    background-color: white;
    transition-duration: 0.2s;
}
.mobile-bar.open {
    background-color: white;
    transition-duration: 0.2s;
}
.mobile-menu {
    position: fixed;
    z-index: 30;
    top: 65px;
    width: 100%;
    height: calc(100vh - 65px);
    left: 0;
    pointer-events: none;
    background-color: white;
    transition-duration: 0.2s;
    opacity: 0;
}

.mobile-menu.open {
    opacity: 1;
    transition-duration: 0.2s;
    pointer-events: auto;
}

.mobile-menu .menu-link {
    min-height: 50px;
    float: left;
    display: flex;
    align-items: center;
    font-family: 'Exensa', sans-serif;
    width: 100%;
    font-weight: 700;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    font-size: 21px;
}
.menu-link .container {
    position: relative;
}
.mobile-menu .menu-link.icon {
    margin-bottom: 25px;
}
.mobile-menu .mobile-menu-icon {
    float: left;
    height: 40px;
    margin-top: 5px;
    margin-right: 13px;
    margin-left: -10px;
}
.mobile-menu .backMobileMenu {
    float: left;
    height: 34px;
    border-radius: 100px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 40px;
    font-family: 'Exensa', sans-serif;
    font-weight: 700;
    background: #ebebeb;
    color: #919191;
    margin-top: 30px;
}
.mobile-menu h4 {
    font-family: 'Exensa', sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: -50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 23px;
}
.mobile-menu .menu-link.disabled {
    filter: grayscale(1);
    pointer-events: none;
    opacity: 0.6;
}
.mobile-menu .custom-tag {
    float: right;
    font-size: 15px;
    height: 24px;
    border-radius: 70px;
    background: #fec40c;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    margin-top: 8px;
}
.mobile-menu .backMobileMenu img {
    height: 14px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    opacity: 0.4;
}
.menu-link span {
    margin-top: 10px;
    display: block;
    float: left;
    line-height: 19px;
}
.menu-link span small {
    font-weight: 600;
    font-size: 14px;
    opacity: 0.7;
}
.menu-link .mobile-item-arrow {
    height: 24px;
    margin-right: -6px;
    opacity: 0.3;
    position: absolute;
    right: 10px;
    top: calc(50% - 12px);
}

.mobileMenuSwiper {
    width: 100%;
    height: calc(100% - 100px);
    overflow: hidden;
    background-image: linear-gradient(0deg, rgba(255,255,255,1), rgba(255,255,255,1)), url(../img/hero-bg.svg);
    background-size: cover;
    background-position: top left;
}
.mobileMenuSwiper .swiper-slide {
    padding: 20px;
    display: flex;
    align-items: center;
}
.mobile-bar .menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    width: 52px;
    position: absolute;
    right: 10px;
    margin-top: -18px;
}
.mobile-bar .mobile-logo {
    position: absolute;
    width: 34px;
    left: 17px;
    top: 12px;
}
.mobile-bar .line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-bar .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.mobile-bar .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.mobile-bar .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.mobile-bar .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.mobile-bar .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.mobile-bar .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.ipo-faq {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 40px;
}
.ipo-faq .titleholder {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    height: 200px;
    margin-bottom: -50px;
    position: relative;
}
.ipo-faq .titleholder .faq-bg {
    position: absolute;
    width: 500px;
    left: calc(50% - 250px);
    opacity: 0.05;
    top:20px;
}
.ipo-faq .titleholder h2 {
    position: relative;
    font-family: "Nunito Sans", sans-serif;
    color: #000;
    font-weight: 800;
    font-size: 50px;
}
.accordion {
    border-radius: 20px;
    overflow: hidden;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}
.accordion-item {
    border: none;
    border-bottom: 1px solid #c7c7c7;
}
.accordion-button {
    font-family: 'Exensa', sans-serif;
    font-weight: 700;
    color: #314156;
    background-color: #e3e3e3;
    display: flex;
    align-items: center;
    padding-top: 23px;;
}
.accordion-body {
    color: #314156;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Exensa', sans-serif;
}
.accordion-button:not(.collapsed) {
    background-color: #ffb202;
    color: #212529;
}
@media (max-width: 1100px) {
    #products {
        grid-template-columns: repeat(2, 300px);
        row-gap: 2rem;
        height: 660px;
    }
}

@media screen and (max-width: 992px) {
    .firstpage-hero spline-viewer {
        max-height: calc(100vh - 200px);
    }
    .cus-navbar {
        display: none;
    }
    .mobile-bar {
        display: block;
    }
    .firstpage-hero .ludus-text {
        height: auto;
        width: 100%;
        left: unset;
        top: 220px;
    }
    .hero-arrow {
        bottom: 30px;
    }
    .register-section h2 {
        font-size: 40px;
    }
    .cta-panel .character-bg {
        display: none;
    }
    .firstpage-hero .circle {
        width: 180vw;
        height: auto;
        left: -40vw;
        margin-left: auto;
        max-width: unset;
        margin-right: auto;
    }
    .firstpage-hero {
        min-height: 100vh;
    }
    .firstpage-hero .container {
        position: relative;
        z-index: 3;
    }
    .footer h4 {
        margin-top: 40px;
    }
}
