/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/* Reset default margins, paddings, and borders */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

img {
    max-width: 100%;
    height: auto;
}

b, strong {
    font-weight: bolder;
}

/* Use CSS variables for general use */
:root {
    --primary-color: rgba(255, 255, 255, .7);
    --primary-color-hover: #1A6AFF;
    --secondary-color: rgba(255, 255, 255, 1);
    --primary-input-border-color: rgba(255, 255, 255, 0.30);
    --primary-input-color: #000000B2;
    --primary-color-paragraph: var(--primary-color);
    --secondary-color-paragraph: #ffffffb3;
    --primary-body-background-color: #09090D;
    --primary-xs-font-size: 16px;
    --primary-font-size: 18px;
    --primary-font-weight: 400;
    --primary-font-line-height: normal;
    --secondary-font-size: 20px;
    --secondary-font-weight: 500;
    --secondary-font-line-height: 30px;
    --tertiary-color: #1A6AFF;
    --tertiary-font-size: 24px;
    --tertiary-font-line-height: 52px;
    --tertiary-font-weight: 700;
    --primary-font-family: "Barlow", sans-serif;
    --secondary-font-family: "Squada One", sans-serif;
    --tertiary-font-family: Tw-Cen-MT;
    --primary-heading-size: 58px;
    --secondary-heading-size: 44px;
    --primary-big-heading-font-size: 75px;
    --primary-big-heading-font-weight: 800;
}

/* Use Global style for general use */
@font-face {
    font-family: Tw-Cen-MT;
    src: url(../fonts/Tw-Cen-MT-Regular.ttf);
}

html, body {
    font-size: var(--primary-font-size);
    font-weight: var(--primary-font-weight);
    line-height: var(--primary-font-line-height);
    font-family: var(--primary-font-family);
    color: var(--primary-color-paragraph);
    background-color: var(--primary-body-background-color);
    text-transform: initial;
    /*overflow-x: hidden;*/
    scroll-behavior: smooth;
}

p {
    font-size: var(--primary-font-size);
    line-height: var(--primary-font-line-height);
    font-family: var(--primary-font-family);
    color: var(--primary-color-paragraph);
    text-transform: initial;
    margin-bottom: 30px;
}

a {
    color: var(--secondary-color);
    font-size: var(--primary-xs-font-size);
    font-family: var(--primary-font-family);
    outline: none;
    border: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:hover,
a:active,
    /*a:visited,*/
    /*a:focus,*/
.active a {
    color: var(--tertiary-color);
    text-decoration: none;
    outline: none;
    font-weight: var(--tertiary-font-weight);
}

button:hover,
button:active,
button:visited,
button:focus {
    outline: none;
}


h1 {
    font-size: var(--primary-big-heading-font-size);
    line-height: var(--primary-font-line-height);
    font-weight: var(--primary-font-weight);
    font-family: var(--secondary-font-family);
    color: var(--secondary-color);
    text-transform: uppercase;
    margin-bottom: 10px;
}

h2, h3 {
    font-size: var(--primary-heading-size);
    line-height: var(--primary-font-line-height);
    font-weight: var(--primary-font-weight);
    color: var(--secondary-color);
    font-family: var(--secondary-font-family);
    text-transform: uppercase;
    margin-bottom: 30px;
}

h1 span,
h2 span,
h3 {
    background: -o-linear-gradient(354deg, #1A6AFF 0.61%, #0041BB 100.37%);
    background: linear-gradient(96deg, #1A6AFF 0.61%, #0041BB 100.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.count-down-wraper ul li {
    display: grid;
    background: #040404;
    padding: 12px;
    border-radius: 15px;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    width: 80px;
}

.count-down-wraper ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.count-down-wraper ul li span {
    color: white !important;
    font-size: 32px;
    font-weight: 900;
}


h3 {
    /*font-size: 32px;*/
    /*color: var(--primary-color);*/
    /*font-family: var(--primary-font-family);*/
}

h4 {
    font-size: var(--tertiary-font-size);
    line-height: var(--primary-font-line-height);
    font-weight: var(--primary-font-weight);
    color: var(--secondary-color);
    margin-bottom: 30px;
}

h5 {
    font-size: 38px;
    line-height: var(--primary-font-line-height);
    font-weight: var(--primary-font-weight);
    color: var(--secondary-color);
    margin-bottom: 30px;
}

h6 {
    font-size: var(--tertiary-font-size);
    font-family: var(--primary-font-family);
    line-height: var(--primary-font-line-height);
    font-weight: var(--secondary-font-weight);
    color: var(--secondary-color);
    margin-bottom: 30px;
}

.bg-gradient {
    border-radius: 458px;
    opacity: 0.22;
    background: #1A6AFF;
    -webkit-filter: blur(152px);
    filter: blur(152px);
}

.black-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 9, 13, 0.00)), color-stop(36.5%, #09090D), color-stop(65%, #09090D), to(rgba(9, 9, 13, 0.00)));
    background: -o-linear-gradient(top, rgba(9, 9, 13, 0.00) 0%, #09090D 36.5%, #09090D 65%, rgba(9, 9, 13, 0.00) 100%);
    background: linear-gradient(180deg, rgba(9, 9, 13, 0.00) 0%, #09090D 36.5%, #09090D 65%, rgba(9, 9, 13, 0.00) 100%);
}

.c-btn {
    font-family: var(--primary-font-family);
    font-weight: var(--tertiary-font-weight);
    color: var(--secondary-color);
    font-size: var(--secondary-font-size);
    border: 1px solid var(--primary-input-border-color);
    background: -o-linear-gradient(354deg, #1A6AFF 0.61%, #0041BB 100.37%);
    background: linear-gradient(96deg, #1A6AFF 0.61%, #0041BB 100.37%);
    -webkit-backdrop-filter: blur(10.5px);
    backdrop-filter: blur(10.5px);
    padding: 20px 50px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.c-btn.c-btn-transparent, .c-btn.active, .c-btn:hover, .c-btn.c-btn-transparent:visited {
    background: -o-linear-gradient(354deg, #0041BB 0.61%, #1A6AFF 100.37%);
    background: linear-gradient(96deg, #0041BB 0.61%, #1A6AFF 100.37%);
    border-color: var(--primary-input-border-color);
    color: var(--secondary-color);
}

.c-btn.c-btn-transparent.active, .c-btn.c-btn-transparent:hover, .btn-bg-white .c-btn,
.btn-bg-white .c-btn.c-btn-transparent.active, .btn-bg-white .c-btn.c-btn-transparent:hover {
    background-color: var(--primary-color);
    border-color: #FFFFFF4D;
    color: var(--secondary-color);
}

.c-btn-white {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-bg-white .c-btn.c-btn-transparent, .btn-bg-white .c-btn.active, .btn-bg-white .c-btn:hover {
    background-color: var(--secondary-color);
    border-color: rgba(0, 0, 0, 0.30);
    color: var(--primary-color);
}

button:disabled,
button[disabled] {
    background-color: #cccccc !important;
    cursor: not-allowed;
}

.nav-link.c-btn {
    padding: 6px 25px !important
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="date"],
input[type="url"],
input[type="password"],
select,
textarea {
    font-family: var(--primary-font-family);
    background-color: var(--secondary-color);
    border: 0;
    border-bottom: 1px solid var(--primary-input-border-color);
    color: var(--primary-color-hover);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 20px !important;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 30px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
.c-input-group-append.focused span,
.c-input-group-append.focused input,
.focused input,
.focused textarea,
.focused .custom-select {
    outline: 0;
    border-bottom: 1px solid var(--primary-input-border-color);
    /*border-color: var(--secondary-color);*/
}

select {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.section-padding-big {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-bottom {
    padding-bottom: 100px;
}

.section-padding-top {
    padding-top: 100px;
}

.section-padding-left {
    padding-left: 100px;
}

.section-padding-right {
    padding-right: 100px;
}

.marquee {
    font-weight: var(--secondary-font-weight);
    font-size: var(--primary-xs-font-size);
    padding: 14px 0;
    line-height: normal;
}

.marquee > div {
    background-color: transparent !important;
    color: var(--primary-color-paragraph) !important;
}

.navbar-bg {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.10);
    -webkit-backdrop-filter: blur(50.86666488647461px);
    backdrop-filter: blur(50.86666488647461px);
    z-index: 2;
}

.c-navbar {
    /*position: relative;*/
    /*border-bottom: solid 0px #FFFFFF4D;*/
    /*z-index: 3;*/
}

.c-navbar .nav-item {
    position: relative;
}

.c-navbar .nav-item.active:not(:last-child) .nav-link,
.c-navbar .nav-item:hover:not(:last-child) .nav-link {
    /*color: var(--secondary-color);*/
}

.c-navbar .nav-item.active:not(:last-child):before,
.c-navbar .nav-item:hover:not(:last-child):before {
    display: none;
    position: absolute;
    content: '';
    height: 1px;
    background-color: var(--secondary-color);
    bottom: -20px;
    left: 0;
    right: 0;
}

.object-fit {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-icons a:not(:last-child) {
    margin-right: 10px;
}

.social-icons a:first-child {
    margin-left: 16px;
}

.social-icons a {
    border: 1px solid var(--primary-input-border-color);
    background: -o-linear-gradient(354deg, #1A6AFF 0.61%, #0041BB 100.37%);
    background: linear-gradient(96deg, #1A6AFF 0.61%, #0041BB 100.37%);
    -webkit-backdrop-filter: blur(10.5px);
    backdrop-filter: blur(10.5px);
    border-radius: 4px;
    padding: 5px 12px !important;
    font-size: var(--tertiary-font-size);
}

.social-icons a:hover {
    background: -o-linear-gradient(354deg, #0041BB 0.61%, #1A6AFF 100.37%);
    background: linear-gradient(96deg, #0041BB 0.61%, #1A6AFF 100.37%);
    border-color: var(--primary-input-border-color);
    color: var(--secondary-color);
}

.banner {
    position: relative;
}

.banner .banner-inner-content {
    text-align: center;
}

.font-32 {
    font-size: 22px;
    color: var(--primary-color);
    font-family: var(--primary-font-family);
}

.error {
    margin-bottom: 10px !important;
}

.error + .error {
    margin-bottom: 0 !important;
    font-size: 80%;
    color: #dc3545;
}

/*.before-top-left,*/
/*.before-top-right {*/
/*    position: relative;*/
/*}*/

.before-top-left:before {
    top: -129px;
    left: 0;
}

.before-top-right:after {
    top: -129px;
    right: 0;
}

.before-top-left-bottom:after {
    bottom: 0;
    left: 0;
}

.before-top-right-center:after {
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.before-top-left-center:before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: auto;
    margin-bottom: auto;
}

.before-top-center-bottom:before {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.img-gradient:before,
.before-top-left:before,
.before-top-right:after,
.before-top-right-center:after,
.before-top-left-bottom:before,
.before-top-center-bottom:before,
.before-top-left-center:before {
    position: absolute;
    content: '';
    z-index: 0;
    border-radius: 578px;
    opacity: 0.22;
    background: #1A6AFF;
    -webkit-filter: blur(152px);
    filter: blur(152px);
    width: 578px;
    height: 578px;
}

footer, .footer-links {
    z-index: 1;
}

.img-gradient, footer, .footer-links {
    position: relative;
}

.img-gradient:before {
    /*width: 650px;*/
    /*height: 650px;*/
}

.img-gradient.small:before,
.before-top-left.small:before,
.before-top-right.small:after,
.before-top-center-bottom.small:before {
    width: 450px;
    height: 450px;
}

.universe, .nft {
    position: relative;
    background: url("../images/shadow-lines.png") no-repeat right center;
}

.homebanner {
    position: relative;
    background: url("../images/shadow-lines.png") no-repeat right center, url("../images/shadow-lines.png") no-repeat left center;
}

.timeline-section.index {
    position: relative;
    background: url("../images/shadow-lines.png") no-repeat right top, url("../images/shadow-lines.png") no-repeat left center;
}

.team {
    position: relative;
    background: url("../images/shadow-lines.png") no-repeat left center;
}

.staking-portal {
    position: relative;
    background: url("../images/shadow-lines.png") no-repeat left center
}

.c-card {
    padding: 40px;
    border-radius: 4px;
    border: 1px solid var(--primary-input-border-color);
    background: rgba(129, 129, 129, 0.07);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
}

.c-card.border-radius {
    border-radius: 8px;
}

.boss-card {
    padding: 20px;
    /*width: 240px;*/
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.universe {
    position: relative;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet-active {
    background: var(--primary-color);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: var(--primary-color);
    font-size: 34px;
}

.swiper-pagination {
    bottom: 50px !important;
}

.leaderboard-logs, .games {
    position: relative;
}

#accordion-left .c-card, #accordion-right .c-card {
    padding: 20px;
}

#accordion-left .c-card .card-link, #accordion-right .c-card .card-link {
    /*font-family: Tw-Cen-MT, serif;*/
}

#accordion-left .c-card:not(:last-child), #accordion-right .c-card:not(:last-child) {
    margin-bottom: 10px;
}

.c-card .card-link {
    color: var(--secondary-color);
}

.c-card .card-link:after {
    color: var(--secondary-color);
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
    font-size: var(--tertiary-font-size);
}

.c-card .card-link[aria-expanded="true"]:after {
    content: "\f106";
}

.faqs {
    background: url("../images/faq.png") no-repeat center center;
    background-size: cover;
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-links .social-icons a {
    background: #252837 !important;
    border-color: transparent !important;
}

.footer-links .social-icons a:first-child {
    margin-left: 0;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.10);
    -webkit-backdrop-filter: blur(50.86666488647461px);
    backdrop-filter: blur(50.86666488647461px);
    text-align: center;
    padding: 20px 0;
}

.copyright p {
    margin-bottom: 0;
    color: var(--secondary-color);
    font-weight: var(--secondary-font-weight);
}

.coins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.coins li:not(:first-child) {
    margin-left: -10px;
}

.input-group .form-control {
    border-radius: 4px;
}

.input-group .input-group-append {
    margin-left: 0;
}

.input-group .form-control, .input-group .input-group-append .input-group-text {
    border-color: transparent;
    border: 0;
    background-color: rgba(26, 106, 255, 0.50);
    color: var(--secondary-color);
    /*backdrop-filter: blur(10.5px);*/
}

.banner-presale {
    position: relative;
    background: url(../images/shadow-lines.png) no-repeat right content-box;
}

.banner-presale .c-card h2,
.timeline-container h2 {
    font-size: var(--secondary-heading-size);
}

.time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.time h3:not(:last-child) {
    margin-right: 16px;
}

.time h3 {
    width: 100%;
    text-align: center;
    background: #252837;
    border-radius: 16px;
    color: var(--secondary-color);
    padding: 16px 20px;
    background-clip: initial;
    -webkit-text-fill-color: unset;
}

.time h3 span {
    font-size: var(--primary-font-size);
    font-family: var(--primary-font-family);
    display: block;
    color: var(--primary-color)
}

.progress-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.progress-detail p:first-child {
    background: -o-linear-gradient(354deg, #1A6AFF 0.61%, #0041BB 100.37%);
    background: linear-gradient(96deg, #1A6AFF 0.61%, #0041BB 100.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.progress-detail p:last-child {
    text-align: right;
    margin-bottom: 0;
}

.progress {
    border-radius: 16px;
    background-color: #09090D;
}

.progress-bar {
    background: -o-linear-gradient(354deg, #1A6AFF 0.61%, #0041BB 100.37%);
    background: linear-gradient(96deg, #1A6AFF 0.61%, #0041BB 100.37%);
    border-radius: 16px;
}

.total-tokens {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.total-tokens p {
    margin-bottom: 5px;
}

.total-tokens p:first-child {
    width: 50%;
}

.total-tokens p:last-child {
    color: var(--secondary-color);
    font-weight: 600;
}

.total-tokens:last-child p {
    font-size: var(--secondary-font-size);
}

.total-tokens:last-child {
    margin-top: 10px;
}

.timeline-container .total-tokens {
    margin-bottom: 10px;
    margin-top: 0;
}

.index .timeline-container .total-tokens span {
    border-radius: 6px;
    padding: 6px 18px;
    color: var(--primary-color-hover);
    font-family: var(--secondary-font-family);
}

.index .timeline-container .total-tokens p {
    color: var(--primary-color);
    font-size: var(--primary-font-size);
    font-weight: var(--primary-font-weight);
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline-section {
    position: relative;
    background: url("../images/lines.png") no-repeat center center;
    background-size: cover;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 16px;
    background-color: rgba(129, 129, 129, 0.17);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-radius: 16px;
}

.index .timeline::after {
    background: -o-linear-gradient(354deg, #1A6AFF 0.61%, #0041BB 100.37%);
    background: linear-gradient(96deg, #1A6AFF 0.61%, #0041BB 100.37%);;
}

/* Container around content */
.timeline-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background: -o-linear-gradient(354deg, #1A6AFF 0.61%, #0041BB 100.37%);
    background: linear-gradient(96deg, #1A6AFF 0.61%, #0041BB 100.37%);
    /*border: 0px solid #FF9F55;*/
    top: 35px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-container.one.left::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: -110%;
    /*background: url("../images/business-doge5.png") no-repeat;*/
    top: 70px;
    border-radius: 0%;
    z-index: 0;
}

.timeline-container.two.right::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 35%;
    /*background: url("../images/business-doge.png") no-repeat;*/
    top: 70px;
    border-radius: 0%;
    z-index: 0;
}

.timeline-container.three.left::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: -110%;
    /*background: url("../images/business-doge2.png") no-repeat;*/
    top: 70px;
    border-radius: 0%;
    z-index: 0;
}

.timeline-container.four.right::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 35%;
    /*background: url("../images/business-doge3.png") no-repeat;*/
    top: 70px;
    border-radius: 0%;
    z-index: 0;
}

.index h3 {
    background: unset;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: unset;
}

.index .timeline-container::after {
    background: #fff;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 51%;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -20px;
}

/* The actual content */
.content:hover {
    border-color: transparent;
    background: -o-linear-gradient(354deg, #1A6AFF 0.61%, #0041BB 100.37%);
    background: linear-gradient(96deg, #1A6AFF 0.61%, #0041BB 100.37%);
}

.timeline-section.index .content:hover p {
    color: var(--secondary-color);
}

.content {
    padding: 20px 30px;
    position: relative;
    border-radius: 16px;
    border: 1px solid var(--primary-input-border-color);
    background: rgba(129, 129, 129, 0.07);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
}

.content-green {
    border: 1px solid #10B981;
}

.content-green h2 span {
    background: transparent;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: unset;
    color: #10B981;
    font-size: var(--primary-font-size);
}

.tokenomics {
    padding-top: 100px;
}

.mvo-token {
    position: relative;
}

.mvo-token .p-img {
    position: relative;
}

.mvo-token .p-img:before,
.mvo-token .p-img:after {
    content: '';
    position: absolute;
    background: url("../images/coin-m1.png") no-repeat left center;
    left: -100px;
    height: 100%;
    bottom: 0;
    top: 0;
    width: 5%;
    background-size: contain;
}

.mvo-token .p-img:after {
    left: unset;
    right: -100px;
}

.chart-n.one p {
    color: #10B981;
}

.chart-n.two p {
    color: #D04087;
}

.chart-n.three p {
    color: #8B5CF6;
}

.chart-n.four p {
    color: #4E8AF4;
}

.chart-n.five p {
    color: #FF9E2A;
}

.chart-n.six p {
    color: #EF4444;
}

.chart-n.seven p {
    color: #EC4899;
}

.chart-n p {
    font-size: var(--tertiary-font-size);
    margin-bottom: 10px;
}

.chart-n svg {
    margin-right: 10px;
}

.chart-n span {
    color: var(--primary-color);
    font-size: var(--primary-font-size);
    display: block;
    margin-left: 39px;
}

.presale-content {
    height: 100%;
}

.presale-content:not(:last-child) {
    margin-bottom: 30px;
}

.presale-content p {
    margin-bottom: 0;
}

.presale-content h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.input input {
    border: 1px solid var(--primary-input-border-color) !important;
    background: rgba(129, 129, 129, 0.07) !important;
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    padding: 30px 25px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.input .border-right-0 {
    border-right: 0 !important;
}

.input .input-group-append .input-group-text {
    padding-left: 30px;
    padding-right: 30px;
    font-size: var(--tertiary-font-size);
}

.input .input-group-append {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
    background: -o-linear-gradient(354deg, #1A6AFF 0.61%, #0041BB 100.37%);
    background: linear-gradient(96deg, #1A6AFF 0.61%, #0041BB 100.37%);
}

.table-responsive {
    border-radius: 16px;
    text-align: center;
    border: 1px solid var(--primary-input-border-color);
}

.table-responsive table {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.table-dark {
    background-color: transparent;
}

table thead {
    background: var(--primary-color-hover);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    font-size: var(--secondary-font-size);
    font-weight: var(--tertiary-font-weight);
    text-transform: capitalize;
}

.table thead th {
    padding: 30px 25px;
}

.table td {
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
}

.table td, .table th {
    border-color: transparent !important;
}

.table .c-btn {
    font-size: var(--primary-xs-font-size);
    font-weight: var(--secondary-font-weight);
    padding: 12px 20px;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background: rgba(129, 129, 129, 0.07);
}

.table-pagination {
    margin-top: 30px;
}

.table-pagination .page-link:hover,
.table-pagination .page-item.active .page-link {
    background: -o-linear-gradient(354deg, #1A6AFF 0.61%, #0041BB 100.37%);
    background: linear-gradient(96deg, #1A6AFF 0.61%, #0041BB 100.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
    border-color: var(--primary-input-border-color);
}

.table-pagination .page-link {
    padding: 16px 20px;
    border-color: var(--primary-input-border-color);
    color: var(--secondary-color);
    background-color: transparent;
}

.table-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-pagination div p span {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 15px;
    font-weight: 400;
}

.table-pagination div p {
    font-size: var(--secondary-font-size);
    color: var(--secondary-color);
    margin-left: 30px;
    margin-bottom: 0;
    font-weight: 600;
}

.close {
    color: var(--secondary-color);
    position: relative;
    z-index: 1;
    text-shadow: unset;
    opacity: 1;
    font-weight: 400;
}

.close:hover {
    color: var(--secondary-color);
}

.modal-content {
    border-radius: 16px;
}

.header-banner {
    background: url("../images/leaderboard.png") no-repeat center;
    background-size: cover;
}

.staking-banner {
    background: url("../images/staking-banner.png") no-repeat center;
    background-size: cover;

}

ul.square {
    list-style-type: square;
    list-style-position: outside;
    padding-left: 20px;
}

.mt-img {
    margin-top: -60px !important;
}

.mw-50 {
    max-width: 70%;
    margin-top: -150px;
}

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

.team-content {
    text-align: center;
}

.team h3 {
    font-size: 40px;
    color: var(--secondary-color);
    -webkit-background-clip: initial;
    -webkit-text-fill-color: unset;
    background: unset;
}

.team p {
    color: var(--secondary-color);
}

.float-img {
    -webkit-animation: float-img 4.5s ease-in-out infinite;
    animation: float-img 4.5s ease-in-out infinite;
}

@-webkit-keyframes float-img {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float-img {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

#overlay {
    display: none !important;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: var(--primary-body-background-color);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 4px #ddd solid;
    border-top: 4px #1A6AFF solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
    display: flex;
    justify-content: center;
    align-content: center;
}

.progress-text {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-top: 20px;
    color: #fff;
    font-size: var(--tertiary-font-size);
    line-height: var(--primary-font-line-height);
    font-family: var(--primary-font-family);
    margin-left: 10px;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.welcome {
    background: url(../images/wel-bg.png) no-repeat center -20%;
    background-size: contain;
}
.welcome .c-card {
    padding: 30px 20px;
}