/* ---------------------------------------- */
/* --------------- FONTS ----------------- */
/* ---------------------------------------- */
@font-face {
    font-family: Burbank;
    src: url("../fonts/BurbankBigCondensed-Medium.otf") format("opentype");
}

@font-face {
    font-family: Burbank;
    font-weight: bold;
    src: url("../fonts/BurbankBigCondensed-Bold.otf") format("opentype");
}


body {
    /* Old Colors */
    /* --primary-color: #045bef;
    --secondary-color: #01b3ff;
    --primary-color-faded: #045bef55; 
    --primary-color-low: #242b4b; */

    /* New Colors */
    --primary-color: #f1592a;
    --secondary-color: #edc33d;
    --primary-color-faded: #f1592a55;
    --primary-color-low: #421d13;
    --third-color: #57b1ff;
    --marketplace-img-border: #ffb532;
    --blue-1: #2773a5;
    --blue-2: #105b8d;

    /* Breakpoints */
    --bp-sm: 800px;
    --bp-md: 1000px;
    --bp-lg: 1200px;

    /* Font */
    /* font-family: Burbank; */
}

/* ---------------------------------------- */
/* --------------- GLOBAL ----------------- */
/* ---------------------------------------- */

/* Helpers */
.margin-top-lg {
    margin-top: 100px;
}
.margin-top-md {
    margin-top: 60px;
}
.margin-bottom-lg {
    margin-bottom: 100px;
}
.margin-bottom-md {
    margin-bottom: 60px;
}

/* Theme Buttons */
.thm-btn,
.thm-btn span,
.cta-three__btn,
.cta-three__btn i,
.cta-one__list li i,
.cta-two__icon i,
.service-one__icon i,
.scroll-to-top {
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%) !important;
}

.mailchimp-one__btn::before,
.main-nav__btn::before,
.service-one__single::before,
.pricing-one__single::before,
.swiper-pagination-bullet::before,
.owl-dot span::before {
    background-image: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%) !important;
}

.service-one__single .service-one__circle::before,
.service-one__single .service-one__circle::after {
    filter: brightness(10);
}

/* Block Titles */
.block-title p {
    color: var(--primary-color) !important;
}

/* Hider */
.hide {
    display: none;
}

/* Flex */
.fl-row {
    display: flex;
    flex-direction: row;
}
.fl-al-center {
    align-items: center;
}

/* Section Padding Adjustment on Mobile */
@media (max-width: 780px) {
    section.reduce-mobile-padding {
        padding-top: 60px !important;
    }
}

/* Card Icons */
.apton-card-icon {
    width: 100px;
    border-radius: 50%;
}

.colored-btn {
    padding: 5px 10px;
    background: var(--primary-color);
    color: white !important;
}
.colored-btn:hover {
    color: white !important;
}
.colored-btn-li {
    order: 10;
    margin-right: 20px;
}

.colored-btn-mobile {
    display: none !important;
    padding: 5px 10px;
    background: var(--primary-color);
    color: white !important;
}
.colored-btn-mobile:hover {
    color: white !important;
}
.secondary-colored-btn-mobile {
    display: none !important;
}

@media (max-width: 1182px) {
    .colored-btn {
        text-align: center;
    }
    .colored-btn-li {
        order: unset;
        margin-right: 0;
    }

    .secondary-colored-btn-mobile {
        display: block !important;
        padding: 5px 10px;
        background: var(--third-color);
        color: white !important;
        text-align: center;
    }

    .mobile-small-font {
        font-size: 12px;
    }

    .colored-btn-mobile {
        display: block !important;
        text-align: center;
    }

}

.copy-cursor {
    cursor: copy;
}
.clickable {
    cursor: pointer;
}

ul.numbered-list {
    list-style-type: decimal;
}

.small-note {
    color: #555555;
    font-style: italic;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}

.thm-btn--sm {
    font-size: 12px;
    padding: 7px 20px;
}
.thm-btn--blue,
.thm-btn--blue span {
    background-image: linear-gradient(90deg, var(--blue-1) 0%, var(--blue-2) 100%) !important;
}

.ellipsis {
    white-space: nowrap;
    max-width: 40vw;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.subsection-title {
    font-size: 0.9em;
    color: var(--primary-color);
    font-weight: bold;
}

.img-with-skeleton {
    position: relative;
}
.img-with-skeleton:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: #000000;
    animation: skeleton 1s infinite ease-in-out;
}

@keyframes skeleton {
    0% {
        background: #cccccc;
    }
    50% {
        background: #aaaaaa;
    }
    100% {
        background: #cccccc;
    }
}

.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Read More Expandable */
.read-more {
    position: relative;
    max-height: 30vh;
    overflow: hidden;
    transition: all 0.3s ease;
}
.read-more:not(.read-more--open)::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(0deg, #ffffff 10%, transparent);
}
.read-more--open {
    max-height: unset;
    overflow: visible;
}
.read-more-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #888888;
    font-style: italic;
    text-decoration: underline;
    font-size: 0.8em;
    cursor: pointer;
    z-index: 3;
}
.read-more--open .read-more-btn {
    bottom: -30px;
}

.owl-item-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mfp-wrap {
    z-index: 2010;
}
.mfp-bg {
    z-index: 2000;
}

.img-pop,
.vid-pop {
    cursor: pointer;
}
.vid-pop .play-btn-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #00000055;
    transition: all 0.3s ease;
}
.vid-pop .play-btn-wrapper i {
    color: white;
    font-size: 50px;
    transition: all 0.3s ease;
}
.vid-pop .play-btn-wrapper:hover {
    background: #00000088;
}
.vid-pop .play-btn-wrapper:hover i {
    transform: scale(1.1);
}

/* ---------------------------------------------- */
/* --------------- ///GLOBAL/// ----------------- */
/* ---------------------------------------------- */

/* Nav */
.site-header-one {
    background: white;
}
.site-header-one .container-fluid {
    margin-left: auto;
}
.main-nav__navigation-box > li > a {
    color: #555555;
}
.main-nav__navigation-box {
    margin-left: 5vw !important;
}
.main-nav__main-navigation {
    flex: 1;
}
.main-nav__main-navigation .scrollToLink:last-child {
    margin-left: auto;
    margin-right: 20px;
}
.main-nav__main-navigation .main-nav__navigation-box > li + li {
    margin-left: 40px;
}
.main-nav__navigation-box > li.current > a,
.main-nav__navigation-box > li:hover > a {
    color: var(--secondary-color);
}
.main-nav__main-navigation .main-nav__navigation-box > li ul {
    border-top: 4px solid var(--primary-color);
}
.main-nav__main-navigation .main-nav__navigation-box > li ul > li + li {
    border-top: 1px solid var(--primary-color-faded);
}
.stricked-menu .main-nav__btn span {
    color: white;
    -webkit-text-fill-color: white;
}
.stricked-menu .main-nav__btn {
    border-color: white;
}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
    color: #fff;
    background-color: var(--primary-color);
}

/* Nav Responsiveness */
@media (max-width: 1400px) {
    .main-nav__navigation-box > li > a {
        font-size: 0.7em !important;
    }
}

/* Nav Play Game Btn */
.play-game-nav-btn {
    display: inline-block;
    padding: 5px 10px;
    background: var(--primary-color);
    color: white !important;
    font-size: 0.8em;
    border-radius: 4px;
    font-weight: bold;
}

@media (max-width: 1000px) {
    .play-game-nav-btn {
        padding: 3px 6px;
        font-size: 0.7em;
    }
    .main-nav__btn {
        padding: 3px 12px;
        font-size: 0.7em;
    }
}

/* Side Menu (Mobile) */
.side-menu__block-inner .main-nav__navigation-box {
    font-size: 1.2em;
}
.side-menu__content p {
    font-size: 17px;
}
.side-menu__content p a {
    color: var(--primary-color);
}
.side-menu__social a::before {
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.mobile-nav__container li a:hover {
    color: var(--secondary-color);
}

/* Hero */
#hero-title {
    font-size: 56px !important;
}
.hero-supertitle {
    font-size: 20px;
    color: white;
    background: var(--primary-color);
    padding: 5px 10px;
    border-radius: 8px;
    width: fit-content;
}
/* #hero-subtitle {
    font-size: 16px;
    line-height: 22px;
} */
@media (max-width: 780px) {
    #hero-title {
        font-size: 32px !important;
    }
    #hero-subtitle {
        font-size: 15px;
        line-height: 22px;
    }
    .hero-supertitle {
        font-size: 12px;
        padding: 3px 6px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

/* Hero => Top Color Wave Banner BG */
.banner-one__bg::before {
    background-image: linear-gradient(120deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    bottom: 5px;
}

/* Hero => Subscription Form Button */
.banner-one__mc-btn {
    background: var(--primary-color);
}

/* Hero => Rocket */
.banner-one__bg-shape-1 {
    width: 250px;
}
@media (max-width: 763px) {
    .banner-one__bg-shape-1 {
        bottom: -420px;
    }
}

/* Hero => Video Play Button */
.banner-one__content {
    display: flex;
    flex-direction: column;
}
.banner-one__video {
    /* hide for now until we decide where to place it */
    display: none; 
    background-image: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}
.banner-one__btn {
    cursor: copy;
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    padding: 10px 20px;
    background: white;
}
.banner-one__btn span {
    font-weight: bold;
    color: var(--thm-black);
}
.hero-address {
    color: var(--primary-color) !important;
    font-weight: normal !important;
    word-break: break-all;
}
.banner-one__moc {
    top: 0;
}
.mobile-hero-dollar {
    display: none;
}

@media (max-width: 780px) {
    .banner-one {
        padding-top: 100px;
    }
    .banner-one__content > * {
        order: 2;
    }
    .banner-one__btn__wrapper {
        order: 1;
        width: 100%;
    }
    .banner-one__btn {
        width: 100%;
    }
    .mobile-hero-dollar {
        display: block;
        order: 0;
        text-align: center;
        margin-bottom: 10px !important;
        color: black;
        font-size: 1.1em;
    }
    .banner-one__moc {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 40vh
    }
    .banner-one__moc img {
        width: 250px;
    }
    .hero-address {
        font-size: 0.9em;
    }
}

/* About */
section.about-us .accrodion-title h4 {
    position: relative;
    padding-left: 2em;
}
section.about-us .accrodion-title h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    height: 10px;
    width: 10px;
    background: var(--thm-black);
    border-radius: 50%;
}
section.about-us .accrodion.active .accrodion-title h4::before {
    background: var(--primary-color);
}
section.about-us .cta-two__btn {
    margin-top: 2em;
    margin-bottom: 4em;
}

/* Rocket Man */
.cta-one__bg-shape-2 {
    animation-timing-function: ease-in-out;
}

/* Dynamic Tokenomics */
.dynamic-tokenomics-lists {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cta-one__col {
    padding-left: 50px;
}
@media (max-width: 991px) {
    .dynamic-tokenomics-lists {
        flex-direction: column;
    }
    .cta-one__col {
        padding-left: 15px;
    }
}

/* Counters => BG */
.funfact-one {
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

/* Features */
.cta-two__icon-single h3 {
    margin-left: 10px;
}
.cta-two__gif-rows {
    /* background: black;
    padding: 10px;
    border: 3px solid var(--primary-color); */
}
.cta-two__gif-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.cta-two__gif-row:not(:first-child) {
    margin-top: 30px;
}
.cta-two__gif-row > img {
    height: 120px;
}
.cta-two__gif-row > img:not(:first-child) {
    margin-left: 30px;
}

section.about-us {
    background: var(--primary-color-low);
    position: relative;
}

.features-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 0 -8vw;
}
.features-row > div {
    flex: 1;
    padding: 0 15px;
}
.features-row > div > .service-one__single,
.features-row .service-one__inner {
    height: 100%;
}
@media (max-width: 1400px) {
    .features-row {
        margin: 0 -4vw;
    }
}
@media (max-width: 1300px) {
    .features-row {
        flex-direction: column;
        margin: 0;
    }
    .features-row > div {
        padding: 10px 0px;
    }
    .features-row > div > .service-one__single {
        width: 100%;
        height: initial;
    }
}

.service-one {
    padding-top: 80px;
}

/* Pricing => Slider */
.pricing-one .slider {
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

/* Pricing => Card */
.pricing-one__inner h3 {
    color: var(--primary-color);
}

/* Testimonials */
.testimonials-one__icon {
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.testimonials-one__title {
    color: var(--primary-color);
}

.audit-slide {
    padding-right: 60px !important;
}
.audit-link-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.audit-link {
    color: var(--primary-color);
    text-decoration: none;
}
.audit-img-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}
.audit-img {
    width: 100%;
}
.audit-img--sm {
    width: 30vw;
}

/* Meet the Team */
.team-one {
    padding-bottom: 0;
}
.team-one__single::before {
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.team-one__social > a:hover i {
    color: var(--primary-color);
}

/* Video Tutorial */
.video-one .container-fluid::before,
.video-one__btn {
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

/* Logos */
.brand-one__carousel img {
    opacity: 0.8 !important;
}
.brand-one__carousel .item {
    /* cursor: pointer; */
}

/* Tokenomics */
.tokenomics-images .tokenomics-images__img-full,
.tokenomics-images .tokenomics-images__img1,
.tokenomics-images .tokenomics-images__img2 {
    flex: 1;
}
.tokenomics-images .tokenomics-images__img-full {
    width: 100vw; 
    height: 30vw; 
    object-fit: cover; 
    object-position: center center;
}
.tokenomics-images .tokenomics-images__img1,
.tokenomics-images .tokenomics-images__img2 {
    flex: 1;
    width: 100vw; 
    object-fit: cover; 
    object-position: center center;
}

.tokenomics-images .tokenomics-images__img1,
.tokenomics-images .tokenomics-images__img2 {
    display: none;
}

@media (max-width: 991px) {
    .tokenomics-images {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .tokenomics-images .tokenomics-images__img-full {
        display: none;
    }
    .tokenomics-images .tokenomics-images__img1,
    .tokenomics-images .tokenomics-images__img2 {
        display: initial;
    }
}

/* App Screenshots */
.app-shot-one {
    padding-top: 80px;
}
.app-shot-one .app-shot-one__carousel:before {
    background-image: url(../images/phone-new.png);
}

/* Cards Video */
.cards-video-section {
    background: #f6f6fb;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.cards-video-wrapper {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.cards-video {
    width: 90vw;
    max-width: 120vh;
}
.cards-video-subtitle {
    font-size: 13px;
    line-height: 22px;
    font-style: italic;
    width: 600px;
    max-width: 90vw;
    text-align: center;
    margin-top: 20px;
}
.cards-video-section .owl-nav {
    top: 50%;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 3em;
    transform: translateY(-50%);
}
.cards-video-section .owl-nav button,
.cards-video-section .owl-nav span {
    outline: none;
    color: var(--thm-black);
    background: transparent;
}
.cards-video-section .owl-nav button:hover {
    background: transparent !important;
}
.cards-video-section .owl-nav button:hover span,
.cards-video-section .owl-nav button span:hover {
    color: var(--thm-black);
    background: transparent;
}
@media (min-width: 1300px) {
    .cards-video-section .owl-nav {
        padding: 0 2vw;
    }
}
@media (max-width: 1200px) {
    .cards-video-section .owl-nav {
        position: initial;
        justify-content: center;
    }
    .cards-video-section .owl-nav button {
        margin: 0 20px !important;
    }
}

/* Video Showcase */
.video-showcase-section {
    margin-top: 50px;
    padding: 50px 0;
    padding-bottom: 0;
    /* background: #f1f1f1; */
}
.video-showcase-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.video-showcase-wrapper > * {
    z-index: 2;
}
.video-showcase-wrapper > img {
    max-width: 90%;
    height: 720px;
    object-fit: contain;
    background: black;
    cursor: pointer;
    filter: brightness(0.8);
}
.video-showcase-wrapper__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: white;
    font-size: 2em;
    pointer-events: none;
}

.bfk-song-wrapper {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.bfk-song-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid var(--thm-black);
    border-radius: 8px;
    color: var(--thm-black);
    font-size: 18px;
    cursor: pointer;
}

/* FAQ */
.faq-accrodion .accrodion:before {
    background-image: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}
.faq-accrodion .accrodion.active .accrodion-title h4,
.faq-accrodion .accrodion .accrodion-title::after {
    color: var(--primary-color);
}

.marketplace-link-icon {
    width: 60px;
}
.marketplace-link-icon::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
}

/* Blog */
.blog-one__content::before {
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.blog-one__meta a i {
    color: var(--primary-color);
}

/* Download App => Subscribe Section */
.mailchimp-one .inner-container,
.mailchimp-one__icon i::before {
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.mailchimp-one .mailchimp-one__text {
    color: white;
    font-size: 1.2em;
    font-weight: bold;
}
.cta-three {
    overflow: unset;
}
.cta-three,
.cta-three__btn::before {
    background-color: var(--primary-color-low);
}
.cta-three__btn b {
    margin-left: 5px;
}
[class*=cta-three__bg-] {
    height: 100%;
}

/* Footer */
.footer-widget-social-col {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100%;
}
.footer-widget-social-col > img {
    margin-bottom: 50px;
}
.footer-widget__links-list li a:hover {
    color: var(--primary-color);
}
.footer-widget__social a::before {
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.footer-widget__about > p {
    margin-right: 30px;
}
.footer__logos {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.footer__logos > img {
    height: 100px;
    margin: 0 20px;
}
.footer-alpha-game-link {
    background: var(--primary-color);
    color: white !important;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px !important;
    font-weight: bold;
    margin-right: 10px;
}


/* --------------------------------------------------- */
/* --------------- CUSTOM COMPONENTS ----------------- */
/* --------------------------------------------------- */
section.road-map-section {
    background: white;
    padding: 120px 0;
}
.road-map {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 40px;

    --road-map-side-padding: 0px;
}
.road-map__top,
.road-map__bottom {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding: 0 var(--road-map-side-padding);
}
.road-map__top {
    margin-bottom: 20px;
}
.road-map__bottom {
    margin-top: 20px;
}
.road-map__step {
    flex: 1;
}
.road-map__step--filler {
    flex: 1;
}
.road-map__step__title {
    font-size: 1.8em;
    color: var(--primary-color);
    font-weight: bold;
}
.road-map__step__list {

}
.road-map__step__list li {
    color: #888888;
    font-size: 0.8em;
    line-height: 1.4em;
}
.road-map__line {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--road-map-side-padding);
}
.road-map__line::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background: var(--primary-color);
    z-index: 1;
}
.road-map__line__step__wrapper {
    flex: 1;
    z-index: 2;
}
.road-map__line__step__wrapper--no-flex {
    z-index: 2;
}
.road-map__line__step {
    background: var(--primary-color);
    border-radius: 50%;
    color: white;
    font-size: 8px;
    z-index: 2;
    height: 18px;
    width: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.road-map__finish {
    font-size: 1em;
    color: var(--primary-color);
    font-weight: bold;
    align-self: flex-end;
    background: white;
    padding-left: 1em;
    z-index: 10;
}
.road-map-icon {
    width: 40px;
}
.rocket-icon {
    width: 40px;
    z-index: 20;
    transform: translateY(10px) translateY(-10px) rotateZ(45deg);
}

@media (max-width: 991px) {
    section.road-map-section {
        padding: 60px 0;
    }
    .road-map {
        flex-direction: row;
        align-items: stretch;
        margin-top: 20px;
    
        --road-map-side-padding: 0px;
    }
    .road-map__top,
    .road-map__bottom {
        flex: 1;
        flex-direction: column;
        align-items: stretch;
    }
    .road-map__top {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .road-map__bottom {
        margin-top: 0;
        margin-left: 10px;
    }
    .road-map__step {
        flex: 1;
    }
    .road-map__step--filler {
        flex: 1;
        min-height: 100px;
    }
    .road-map__step__title {
        font-size: 1.4em;
    }
    .road-map__step__list {
    
    }
    .road-map__step__list li {
        font-size: 0.7em;
        line-height: 1.4em;
    }
    .road-map__line {
        flex-direction: column;
    }
    .road-map__line::before {
        content: '';
        position: absolute;
        left: initial;
        right: initial;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 2px;
        background: var(--primary-color);
        z-index: 1;
    }
    .road-map__line__step__wrapper {
        flex: 1;
        z-index: 2;
    }
    .road-map__line__step__wrapper--no-flex {
        z-index: 2;
    }
    .road-map__line__step {
        background: var(--primary-color);
        border-radius: 50%;
        color: white;
        font-size: 8px;
        z-index: 2;
        height: 18px;
        width: 18px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .road-map__finish {
        font-size: 1em;
        color: var(--primary-color);
        font-weight: bold;
        align-self: flex-end;
        padding-left: 0;
        padding-top: 1em;
    }
    .rocket-icon {
        width: 40px;
        z-index: 20;
        transform: translateY(10px) translateY(-10px) rotateZ(135deg);
    }
}

/* Telegram Popup */
.telegram-trigger {
    position: relative !important;
    overflow: visible !important;
}
.telegram-trigger--nuke-before::before {
    display: none;
}
.telegram-popup {
    position: absolute;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.telegram-popup--left {
    top: 0;
    right: 100%;
}
.telegram-popup--right {
    top: 0;
    left: 100%;
}
.telegram-popup--top {
    left: 0;
    bottom: 100%;
}
.telegram-popup--bottom {
    left: -45%;
    top: 100%;
}
@media (max-width: 789px) {
    .telegram-popup--mobile-left,
    .telegram-popup--mobile-right,
    .telegram-popup--mobile-top,
    .telegram-popup--mobile-bottom {
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
    }
    .telegram-popup--mobile-left {
        top: 0;
        right: 100%;
    }
    .telegram-popup--mobile-right {
        top: 0;
        left: 100%;
    }
    .telegram-popup--mobile-top {
        left: 0;
        bottom: 100%;
    }
    .telegram-popup--mobile-bottom {
        left: -45%;
        top: 100%;
    }
}
.telegram-trigger:hover .telegram-popup {
    opacity: 1;
    pointer-events: all;
}
.telegram-popup > div {
    background: #333333;
    padding: 5px 30px;
    color: white;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    min-width: max-content;
    cursor: pointer;
    transition: all 0.3s ease;
}
.telegram-popup > div:hover {
    background: #1a1a1a;
}
.telegram-popup > div > i {
    margin-right: 10px;
}
.cta-three__btn i.purify {
    position: unset;
    transform: unset;
    font-size: 12px;
}

.marketplace-pill {
    margin-top: 80px;
    margin-bottom: 60px;
    padding: 0;
}
@media (max-width: 800px) {
    .marketplace-pill {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .marketplace-pill .mailchimp-one__text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */
/* -------------------------------Marketplace Page------------------------------- */
/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */
.marketplace-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
}
.marketplace-img {
    max-height: 100vh;
    max-width: 80vw;
    object-fit: contain;
    object-position: top;
    border: 3px solid var(--marketplace-img-border);
}
.marketplace-section__subtitle {
    font-size: 24px !important;
    margin: 0 10% !important;
}
[class*=faq-one__bg-shape-] {
    top: 300px;
}

.marketplace-section .owl-nav {
    top: 50%;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 3em;
    transform: translateY(-50%);
}
.marketplace-section .owl-nav button,
.marketplace-section .owl-nav span {
    outline: none;
    color: var(--thm-black);
    background: transparent;
}
.marketplace-section .owl-nav button:hover {
    background: transparent !important;
}
.marketplace-section .owl-nav button:hover span,
.marketplace-section .owl-nav button span:hover {
    color: var(--thm-black);
    background: transparent;
}
@media (min-width: 1300px) {
    .marketplace-section .owl-nav {
        padding: 0 2vw;
    }
}
@media (max-width: 1200px) {
    .marketplace-section {
        padding-top: 60px;
    }
    .marketplace-section .owl-nav {
        position: initial;
        justify-content: center;
        margin-top: 40px;
        font-size: 42px;
    }
    .marketplace-section .owl-nav button {
        margin: 0 20px !important;
    }
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */
/* -------------------------------Dashboard Page------------------------------- */
/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */
.dashboard-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dashboard-img {
    max-height: 100vh;
    max-width: 80vw;
    object-fit: contain;
    object-position: top;
    border: 3px solid var(--marketplace-img-border);
}
.dashboard-section__subtitle {
    font-size: 24px !important;
    margin: 0 10% !important;
}
[class*=faq-one__bg-shape-] {
    top: 300px;
}


/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */
/* -------------------------------Shilling Contest Page------------------------------- */
/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */
.shilling-contest-page .mailchimp-one__form--column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shilling-contest-page .accrodion-title::after {
    display: none !important;
}

.shilling-contest-page .contest-pill {
    padding: 30px 15vw;
    border-radius: 71px;
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.shilling-contest-page .contest-pill i {
    font-size: 1.2em;
}

.shilling-contest-page .contest-pill__title {
    margin-bottom: 20px;
}

.shilling-contest-page .accrodion-card {
    position: relative;
}
.shilling-contest-page .accrodion-card__tank {
    position: absolute;
    bottom: -80px;
    right: -50px;
    z-index: 2;
    width: 240px;
    animation: float infinite ease-in-out 4s;
}

@media (max-width: 1000px) {
    .shilling-contest-page .accrodion-card__tank {
        width: 100px;
        right: -10px
    }

    .cta-three__btn-wrap {
        flex-direction: column;
    }
    .cta-three__btn {
        margin: 20px 0;
    }
    .cta-three__btn+.cta-three__btn {
        margin-left: 0;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */
/* -------------------------------Changelog Page------------------------------- */
/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */
#changelog-section {
    /* padding-top: 100px; */
    background: #fafafa;
}

.changelog__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0 auto;
    width: 90vw;
    max-width: 1200px;
}

.changelog {
    padding: 1em 2em;
    background: white;
    border: 2px solid var(--primary-color);
    border-radius: 16px;
    margin-bottom: 1em;
    overflow: hidden;
}
.changelog__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2em;
    color: var(--primary-color);
    cursor: pointer;
}
.changelog__top .card-toggle {
    cursor: pointer;
}
.changelog__bottom {
    overflow: hidden;
}
.changelog__bottom--closed {
    height: 0;
    padding: 0;
}
.changelog__description {
    color: #737789;
}
.changelog__audio {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    margin-bottom: 1em;
}
.changelog__audio audio {
    width: 100%;
}
.changelog__images {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -1em;
}
.changelog__images img {
    max-width: 100%;
    margin: 1em 0;
}
.changelog__videos {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}
.changelog__videos video {
    max-width: 100%;
    margin-bottom: 1em;
    max-height: 100vw;
    background: black;
}

.show-more-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    #changelog-section {
        font-size: 0.8em;
    }
    .changelog {
        padding: 0.5em 1em;
    }
    .changelog__top {
        font-size: 1em;
    }
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */
/* -------------------------------- Forti Popups -------------------------------- */
/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */
.forti-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1500;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.forti-popup--open {
    opacity: 1;
    pointer-events: all;
}
.forti-popup__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1505;
    background: #00000044;
}
.forti-popup__container {
    position: relative;
    z-index: 1510;
    padding: 40px 60px;
    width: 90vw;
    max-width: 1100px;
    max-height: 95vh;
    background: white;
    border-radius: 12px;
}
.forti-popup__container__close-btn {
    color: #888888;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
.forti-popup__container__inner {
    overflow-y: auto;
    height: 100%;
    overflow-x: hidden;
}
.forti-popup__title {
    color: #601D02;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.forti-popup__top {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 30px;
}
.forti-popup__top__left {
    flex: 1;
}
.forti-popup__cover {
    width: 100%;
}
.forti-popup__cover img {
    max-width: 100%;
    max-height: 30vh;
}
.forti-popup__top__right {
    flex: 2;
    margin-left: 50px;
}
.forti-popup__story {

}
.forti-popup__story p {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}
.forti-popup__wartags {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin: -10px;
}
.forti-popup__wartag {
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.forti-popup__wartag img {
    width: 80px;
    margin-top: 0px;
}
.forti-popup__wartag span {
    color: var(--thm-black);
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
}
.forti-popup__gallery {
    margin-bottom: 30px;
}
.forti-popup__gallery img {
    height: 250px;
    object-fit: cover;
}
.forti-popup__gallery video {
    height: 250px;
    width: 100%;
    object-fit: contain;
    background: black;
}
.forti-popup__bottom {
    display: flex;
    flex-direction: row;
}
.forti-popup__availabilities {
    flex: 1;
}
.forti-popup__availabilities ul {}
.forti-popup__availabilities li,
.forti-popup__ranking li {
    color: #888888;
    font-size: 14px;
    line-height: 18px;
}
.forti-popup__ranking {
    flex: 1;
}

.open-forti-popup-btn {
    background: var(--primary-color);
    color: white;
    padding: 5px 10px;
    border: 0;
    border-radius: 8px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}
.open-forti-popup-btn:disabled {
    background: #888888;
}

@media (max-width: 800px) {
    .forti-popup__container {
        padding: 40px 20px;
    }
    .forti-popup__container__close-btn {
        
    }
    .forti-popup__title {
        font-size: 1.5em;
    }
    .forti-popup__top {
        display: block;
        margin-bottom: 20px;
    }
    .forti-popup__top__left {
        margin-bottom: 20px
    }
    .forti-popup__cover {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .forti-popup__cover img {
        max-width: 100%;
        max-height: 60vh;
    }
    .forti-popup__top__right {
        flex: 2;
        margin-left: 0;
    }
    .forti-popup__story p {
        font-size: 14px;
        line-height: 24px;
        color: #888888;
    }
    .forti-popup__wartags {
        justify-content: space-between;
    }
    .forti-popup__wartag {
        flex: 1;
    }
    .forti-popup__gallery {
        margin-bottom: 30px;
    }
    .forti-popup__gallery img {
        height: 350px;
        object-fit: cover;
    }
    .forti-popup__gallery video {
        height: 350px;
        width: 100%;
        object-fit: contain;
        background: black;
    }
    .forti-popup__bottom {
        display: block;
    }
    .forti-popup__availabilities {
        margin-bottom: 30px;
    }
    .forti-popup__availabilities__list {
        display: block;
    }
    .forti-popup__availabilities__list ul {}
    .forti-popup__availabilities__list li {
        color: #888888;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}

/* Private Sale Page */
.private-sale {
    padding-top: 160px !important;
    padding-bottom: 60px;
}

/* Forms */
.form-block {
    padding: 20px 40px;
    /* background: #fafafa; */
    border: 2px solid var(--primary-color);
    border-radius: 12px;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-label {
    color: #888888;
    font-size: 14px;
    margin-bottom: 5px;
}
.form-input {
    background: white;
    padding: 4px 8px;
    border: 1px solid #888888;
    border-radius: 4px;
}
.form-submit-btn {
    border: 0;
    padding: 10px 20px;
    background: var(--primary-color);
    font-weight: bold;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 auto;
    display: block;
}
.form-submit-btn--loading,
.form-submit-btn:disabled {
    background-color: var(--primary-color-faded);
    cursor: not-allowed;
}
.form-submit-btn__loader {
    display: none;
    animation: spin 0.5s linear infinite;
    transform-origin: center center;
}
.form-submit-btn--loading .form-submit-btn__loader {
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

.tax-tag {
    font-size: 14px;
    padding: 3px 6px;
    background: green;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    white-space: nowrap;
}

.mov-btn {
    background: linear-gradient(135deg, #2e66ff, #7faff7);
}

.primary-color {
    color: var(--primary-color);
}

/* GAME RELEASE COUNTDOWN TIMER */
.banner-one__bg {
    z-index: -1;
}
.countdown-section {
	background: #fafafa;
	padding: 30px 20px;
    padding-top: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
    box-shadow: 0 5px 10px #00000022;
    z-index: 1000;
}
.countdown-section__title {
	font-size: 32px;
	margin-bottom: 20px;
	text-align: center;
}
.countdown-section__body {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

ul#gameReleaseCountdown {
	list-style: none;
	padding: 0;
	display: block;
	text-align: center;
	margin: 0 40px;
}
ul#gameReleaseCountdown li { 
	display: inline-block;
}
ul#gameReleaseCountdown li span {
	font-size: 80px;
	font-weight: 300;
	line-height: 80px;
}
ul#gameReleaseCountdown li.seperator {
	font-size: 80px;
	line-height: 70px;
	vertical-align: top;
}
ul#gameReleaseCountdown li p {
	color: #a7abb1;
	font-size: 25px;
}

.buy-game-btn {
	background: var(--primary-color);
	color: white;
	border: 0;
	border-radius: 4px;
	font-weight: bold;
	font-size: 0.9em;
	padding: 10px 20px;
}
.buy-game-btn:hover {
    color: white !important;
}
.reminder-btn {
	background: #2e66ff;
	color: white;
	border: 0;
	border-radius: 4px;
	font-weight: bold;
	font-size: 0.9em;
	padding: 10px 20px;
}
.reminder-btn:hover {
	color: white !important;
}

@media (max-width: 850px) {
	.countdown-section__title {
		font-size: 22px;
	}
	.countdown-section__body {
		flex-wrap: wrap;
	}
	ul#gameReleaseCountdown {
		margin: 0;
		margin-bottom: 20px;
		flex-basis: 100%;
		order: -1;
	}
	ul#gameReleaseCountdown li span,
	ul#gameReleaseCountdown li.seperator {
		font-size: 32px;
	}
	ul#gameReleaseCountdown li p {
		font-size: 16px;
	}
	.buy-game-btn,
	.reminder-btn {
		padding: 7px 14px !important;
		font-size: 13px !important;
	}
	.buy-game-btn {
		margin-left: 20px;
	}
}