* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    background: #fff;
    color: #000;
    font-size: 16px;
    scroll-behavior:smooth;
}

body {
    font-size: 1rem;
    text-rendering: optimizeLegibility;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;;
}

body,
ul,
ol,
dl {
    margin: 0;
}

article,
aside,
audio,
footer,
header,
nav,
section,
video {
    display: block;
}

h1 {
    font-size: 2rem;
    font-family: chantal, sans-serif;
    font-weight: 600;
    font-style: italic;
}

h2 {
    font-size: 2rem;
    font-family: chantal, sans-serif;
    font-weight: 600;
    font-style: italic;
}

h3 {
    font-size: 1.1rem;
    font-family: chantal, sans-serif;
    font-weight: 600;
    font-style: italic;
}

p {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

textarea {
    resize: vertical;
}

table {
    border-collapse: collapse;
}

td {
    padding: .5rem;
}

img {
    border: none;
    max-width: 100%;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border: 0px;
}


input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="submit"] {
    -webkit-appearance: none;
}

input:required:after {
    color: #f00;
    content: " *";
}

input[type="email"]:invalid {
    background: #f00;
}

button {
    cursor: pointer;
}

.right {
    float: right;
    margin-left: 2rem;
    clear: right;
}

.left {
    float: left;
    margin-right: 2rem;
    clear: left;
}

sub,
sup {
    line-height: 0;
}

.top-navigation {
    width: 100%;
    height: 120px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    z-index: 10;
    position: absolute;
    top: 0px;
}

.navigation ul {
    list-style-type: none;
    text-align: center;
}

.navigation li {
    display: inline-block;
    padding: 0px 20px;
}

.navigation a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
}

.social-icons {
    display: flex;
    height: 25px;
    column-gap: 10px;
}

.social-icons img {
    margin: 0px 5px;
}

.hero-banner {
    height: 95vh;
    padding: 150px 8% 0px;
    width: 100%;
    display: flex;
    text-align: center;
    background: url(images/homebg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: flex-end;
    flex-direction: row;
    column-gap: 8vw;
}

.hero-banner-left {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hero-banner-right {
    position: relative;
    width: 50%;
    height: 100%;
}

.hero-banner h1 {
    text-align: left;
    color: #ffffff;
    font-size: 5.5rem;
    margin-bottom: 0px;
    line-height: 4.5rem;
}

button.primary {
    display: inline-block;
    padding: 0.35em 1.2em;
    background: #FFFFFF;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.3em;
    border-width: 0px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000000;
    text-align: center;
    transition: all 0.2s;
    font-size: 1.2rem;
    font-family: chantal, sans-serif;
    font-weight: 600;
    font-style: italic;
}

.row2 {
    background: #000000;
    text-align: center;
    padding: 50px 0px;
}

.row2 .h2-sword {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 0px;
}

.row2 h2 {
    color: #fff;
    margin: 0;
    z-index: 1;
}

.row2 img {
    width: 520px;
    position: absolute;
}

.row3 {
    background: url('images/bg-volcano.jpg');
    background-size: cover;
    padding: 0px;
    position: relative;
}

.row3 .inner-section {
    height: 80vh;
    width: 100%;
    display: flex;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: flex-end;
    flex-direction: row;
    column-gap: 8vw;
    z-index: 11;
    position: relative;
}

.gradient-overlay {
    height: 100%;
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    display: block;
    top: 0;
    left: 0;
    width: 100%;
}

.row4 {
    background: url('images/bg-space.jpg');
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
    color: #fff;
    position: relative;
}

.mobile-roadmap {
    display: none;
    width: 90%;
}

.row5 {
    background: url(images/bg-arena.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -350px;
    padding-top: 380px;
    text-align: center;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 100px;
    height: 100%;
    position: relative;
}

.row5 .team-row {
    display: flex;
    column-gap: 30px;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.row5 .team-row .team-item {
    width: 22%;
}

.row5 .team-row h3 {
    margin: 5px 0px;
}

.row5 .team-row .team-item {
    padding: 10px;
}

.row6 {
    background: #2A78FF;
    padding: 50px 12vw 0px 12vw;
    width: 100%;
    display: flex;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: flex-end;
    flex-direction: row;
    column-gap: 8vw;
    position: relative;
}

.row6:after {
    content: '';
    background: url(images/discord-bg.png);
    width: 350px;
    height: 100%;
    background-size: contain;
    background-position: center center;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
}

.hero-banner-left-2 {
    position: relative;
    width: 40%;
    margin-top: -75px;
    z-index: 2;
}

.hero-banner-right-2 {
    width: 60%;
    padding: 20px 0px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
}

.footer {
    padding: 20px 0px;
    background: #111111;
    text-align: center;
}

/* SwiperJS CSS */

.swiper {
    width: 100%;
    padding-bottom: 20px !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 10px;
    border: 0px solid;
    box-shadow: 8px 8px 20px #00000050;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Marquee CSS */

.marquee {
    height: 50px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #000000;
    color: #ffffff;
}

.marquee div {
    display: block;
    width: 200%;
    height: 50px;
    position: absolute;
    overflow: hidden;
    animation: marquee 60s linear infinite;
}

.marquee span {
    float: left;
    width: 5%;
    margin: 15px;
    font-size: 1.1rem;
    font-family: chantal, sans-serif;
    font-weight: 600;
    font-style: italic;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

/* Responsive CSS */

.section {
    padding-left: 20%;
    padding-right: 20%;
}

.row5 .team-row .team-item {
    width: 22%;
}

@media only screen and (max-width: 1300px) {
    .row5 .team-row .team-item { width: 40%; }
    .hero-banner {flex-direction: column;}
}

@media only screen and (max-width: 1120px) {

    .hero-banner h1 {
        font-size: 3rem;
        line-height: 2.5rem;
    }

    .desktop-roadmap { display: none; }
    .mobile-roadmap { display: block; }
    h2 { font-size: 1.4rem; }
    p { font-size: .9rem; }
    .row3 .inner-section { flex-direction: column;}
    .hero-banner-left { width: 100%; }
    .hero-banner-right { width: 100%; }

    .row6 { flex-direction: column; }
    .hero-banner-left-2 { width: 100%; height: 400px; }
    .hero-banner-right-2 { width: 100%; }
}

@media only screen and (max-width: 768px) {
    .section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

