html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,  pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    letter-spacing: 1px;
}

body {
    line-height:1;
}

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

nav ul {
   list-style:none;
}

blockquote, q {
   quotes:none;
}

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

a {
   margin:0;
   padding:0;
   font-size:100%;
   vertical-align:baseline;
   background:transparent;
}

/* change colors to suit your needs */
ins {
   background-color:#ff9;
   color:#000;
   text-decoration:none;
}

/* change colors to suit your needs */
mark {
   background-color:#ff9;
   color:#000;
   font-style:italic;
   font-weight:bold;
}

del {
   text-decoration: line-through;
}

abbr[title], dfn[title] {
   border-bottom:1px dotted;
   cursor:help;
}



/* change border color to suit your needs */
hr {
   display:block;
   height:1px;
   border:0;
   border-top:1px solid #cccccc;
   margin:1em 0;
   padding:0;
}

input, select {
   vertical-align:middle;
}

@font-face {
  font-family: 'editundo';
  src: url('./fonts/editundo.woff') format('woff');
}

@font-face {
  font-family: 'Omega-Italic';
  src: url("./fonts/Moonbase-Omega-Italic.otf") format("opentype");
}



.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /* background-image: url('../img/loading.gif'); */
  background-repeat: no-repeat;
  background-color: #27131f;
  background-position: center;
}

.container {
  visibility: hidden;
}

/* ---------- loading animation ---------- */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FFF;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ---------- end loading animation ---------- */


.container {
  background-color: #27131f;
  position: relative;
  /* overflow: hidden; */
}

.blur{
  position: fixed;
  top: 0;
  width: calc((100% - 1400px)/2);
  background-size: auto 80%, 100%;
  background-repeat: no-repeat;
  z-index: 100;

}

.blur.left{
  left: 0;
  background-image: url('../img/left-blur.png'), linear-gradient(90deg, #290b19 0%, #220f1e 90%);
  background-position: top right, left;
  box-shadow: 11px 1px 40px 0px rgba(0,0,0,0.67);
  -webkit-box-shadow: 11px 1px 40px 0px rgba(0,0,0,0.67);
  -moz-box-shadow: 11px 1px 40px 0px rgba(0,0,0,0.67);
}

.blur.right{
  right: 0;
  background-image: url('../img/right-blur.png'), linear-gradient(90deg, #220f1e 0%, #290b19 90%);

  background-position: top left, left;
  box-shadow: -11px 1px 40px 0px rgba(0,0,0,0.67);
  -webkit-box-shadow: -11px 1px 40px 0px rgba(0,0,0,0.67);
  -moz-box-shadow: -11px 1px 40px 0px rgba(0,0,0,0.67);
}

.parallax {
  position: fixed;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  pointer-events: none;
}

.sky-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sky {
  width: 100%;
  height: 100%;
  position: absolute;
}

.sky img {
  width: 100%;
  height: 100%;
}

.clouds {
  position: absolute;
  width: 100%;
}

.cloud-1 {
  position: absolute;
  top: 30px;
  left: -50%;
  width: 100%;
  height: 100%;
}

.cloud-1 img {
  width: 100%;
}

.cloud-2 {
  position: absolute;
  top: 30px;
  left: -50%;
  width: 100%;
  height: 100%;
}

.cloud-2 img {
  width: 100%;
}

.cloud-3 {
  position: absolute;
  top: 30px;
  left: -50%;
  width: 100%;
  height: 100%;
}

.cloud-3 img {
  width: 100%;
}

.cloud-4 {
  position: absolute;
  top: 30px;
  left: -50%;
  width: 100%;
  height: 100%;
}

.cloud-4 img {
  width: 100%;
}

.cloud-5 {
  position: absolute;
  top: 30px;
  left: -50%;
  width: 100%;
  height: 100%;
}

.cloud-5 img {
  width: 100%;
}

.cloud-6 {
  position: absolute;
  top: 30px;
  left: -50%;
  width: 100%;
  height: 100%;
}

.cloud-6 img {
  width: 100%;
}

.mountains {
  top: 5vh;
  width: 100%;
  position: absolute;
}

.mountain {
  position: relative;
}

.mountains img {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

#mountains {
  width: 100%;
  position: absolute;
  left: 0;
}

.castle img {
  width: 100%;
}

.castle {
  position: absolute;
  top: 6.5vh;
  width: 100%;
}

.overlay {
  position: absolute;
  /* top: 30vh; */
  z-index: 9;
  width: 100%;
}

.overlay-leaves {
  position: absolute;
  z-index: 1;
  /* top: 30vh; */
}

.overlay-rocks {
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.overlay img {
  width: 100%;
}

.middle {
  position: relative;
  z-index: 2;
  /* top: 66vh; */
  width: 100%;
}

.layer {
  position: absolute;
  /* top: 135px; */
  width: 100%;
}

.layer img {
  width: 100%;
}

.trees {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
}

.tree-img {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.tree-container{
  position: absolute;
  width: 100%;
}

#tree_blink {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.floors {
  width: 100%;
  position: absolute;
  top: 0;
}

.bushes {
  position: absolute;
  left: 0;
  width: 100%;
}

.rocks {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
}

.background-bottom {
  position: relative;
  z-index: 1;
  width: 100%;
}

.dungeon {
  position: absolute;
  width: 100%;
}

.dungeon img{
  width: 100%;

}

.doors {
  position: absolute;
  width: 100%;
}

.columns {
  position: absolute;
  left: 0;
  width: 100%;

}

.torchs {
  position: absolute;
  left: 0;
  width: 100%;
}

.floor {
  position: absolute;
  left: 0;
  width: 100%;
}


.bottom-rocks {
  width: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 2;
}

@media (max-width: theme('screens.lg')) {
  .trees {
    display: none;
  }
}



.wrapper {
  top: 0;
  width: 100%;
  overflow-y: auto;
  z-index: 999;
  max-width: 1400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

header{
  position: fixed;
  width: 100%;
  max-width: 1400px;
  height: 85px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  z-index: 1000;
}

header a.m-menu{
  display: none;
}

header a.bv-logo{
  left: 40px;
  top: 10px;
  position: relative;
  max-width: 225px;
  width: 20%;
  min-width: 150px;
}

header a.bv-logo img{
  width: 100%;
}

header nav{
  margin: auto;
  display: flex;
}

header nav a{
  color: #FFF;
  text-decoration: none;
  font-family: 'Omega-Italic';
  font-size: 24px;
  margin: 0 20px;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.content {
  padding: 20px 40px;
  padding-top: 200px;
  box-sizing: border-box;
  overflow-x: hidden;
  z-index: 2;
  position: relative;
}

.page {
  position: relative;
}

.logo {
  width: 100%;
  display: flex;
  justify-content: center;
}

.logo-container {
  width: 100%;
  max-width: 680px;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.logo-container img {
  object-fit: cover;
  width: 100%;
  margin-top: 10px;
}

/*.page {
  position: relative;
}*/

.texts {
  position: relative;
  display: flex;
}

.kongregate{
  color: white;
  font-size: 30px;
  font-family: 'editundo';
  margin-bottom: 5px;
  text-shadow: 2px 2px  2px black;
}

.yellow-title {
  color: #ffc400;
  font-size: 55px;
  font-family: 'Omega-Italic';
  margin: 0px;
  text-shadow: 2px 2px  2px black;
}

div.video{
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  z-index: 1;
  width: 100%;
  flex-flow: column;
}

div.video video {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 91%;
  height: 85%;
  z-index: 1;
  object-fit: cover;
}

div.video iframe {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 91%;
  height: 85%;
  z-index: 1;
  object-fit: cover;
}

div.video div.right {
  width: 100%;
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  top: -80px;
  padding: 40px 20px;
  box-sizing: border-box;
  padding-bottom: 60px;
  background: rgba(0,0,0,0.7);
  display: flex;
}

div.video div.left {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

div.video div.left img {
  width: 100%;
  pointer-events:none;
  position: relative;
  z-index: 2;
}

div.comming {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 300px;
  /*text-shadow: 2px 2px  2px black;*/
  padding-top: 40px;
  margin: auto;
}

div.comming span{
  margin: 0 auto;
  font-size: 35px;
  font-family: 'editundo';
  color: #FFF;
}

div.comming h1{
  font-family: 'Omega-Italic';
  font-size: 60px;
  margin: 0 auto;
  margin-top: 20px;
  color: #ffc400;
}

div.comming p{
  margin: 0 auto;
  margin-top: 20px;
  font-size: 20px;
  line-height: 20px;
  font-family: 'editundo';
  text-align: center;
  color: #FFF;
}

p.comming-title{
  margin-top: 20px;
  margin-bottom: 0px;
  color: white;
  font-family: 'Omega-Italic';
  font-size: 40px;
}

div.time {
  display: flex;

}

div.days, div.hours, div.minutes {
  display: flex;
  flex-direction: column;
  align-items: center;
}


div.days p, div.hours p, div.minutes p {
  margin: 5px;
  color:#ffc400;
  font-size: 25px;
  line-height: 25px;
  font-family: 'editundo';
  text-shadow: 2px 2px  2px black;
}

div.days p.comming-number, div.hours p.comming-number, div.minutes p.comming-number {
  font-size: 60px;
  margin-bottom: 0px;
}

div.info {
  display: flex;
  justify-content: center;
  margin-top: 27rem;
  position: relative;
}

div.info div.left {
  width: 50%;
  position: relative;
  /*padding-top: 75px;*/
  display: flex;
  align-items: center;
}

div.info div.left div.video-info {
  width: 100%;
  position: relative;
  left: -10px;
  top: -10px;
  z-index: 1;
}

div.info div.left div.video-info img {
  width: 100%;
  height: 100%;
  pointer-events:none;
  position: relative;
  z-index: 2;
}

div.info div.left video {
  position: absolute;
  left: 20px;
  top: 19px;
  width: 93%;
  height: 89%;
  z-index: 1;
  object-fit: cover;
}

div.info div.right {
  width: 50%;
  position: relative;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  padding: 45px;
  padding-left: 120px;
  background-color: rgba(0,0,0,0.7);
  color: #FFF;
  left: -30px;
}

div.info div.right h2{
  margin: 0;
  font-size: 55px;
  font-family: 'Omega-Italic';
}

div.info div.right span{
  color: #ffc400;
  font-size: 25px;
  font-family: 'editundo';
  margin-top: 15px;
}

div.info div.right p{
  font-size: 20px;
  line-height: 20px;
  font-family: 'editundo';
  margin: 0;
  margin-top: 20px;
  text-align: left;
}

div.info div.right p a{
  color: #FFF;
  text-decoration: none;
}

div.info div.right img {
  width: 100%;
}

div.footer p.title-nav {
  font-family: 'Omega-Italic';
  font-size: 30px;
  color: white;
  margin: 20px;
}

a.discord-pet{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -130px;
  width: 80%;
  max-width: 500px;
}

@media screen and (max-width:1050px) {
  a.discord-pet{
    top: -80px;
  }
}

a.discord-pet img{
  max-width: 641px;
}

div.footer p.link {
  color: rgba(255,255,255,0.8);
  font-family: 'Omega-Italic';
  font-size: 20px;
  margin: 10px;
  cursor: pointer;
}
div.footer p.link a {
  color: rgba(255,255,255,0.8);
  font-family: 'Omega-Italic';
  font-size: 24px;
  margin: 10px;
  text-decoration: none;
  cursor: pointer;
}
.footer {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 420px;
  bottom: 0;
  background-image: url('../img/footer-bg.png');
  background-repeat: repeat-x;
  background-size: auto 195px;
  background-position: bottom;
}

.nav-column {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.f-content{
  margin: auto;
  margin-bottom: 50px;
  width: 100%;
  max-width: 1200px;
  border: 1px solid #52424c;
  box-sizing: border-box;
  padding: 25px 60px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.f-content > a.k-logo{
  margin: auto 0;
}

.f-content > nav{
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  align-items: center;
  justify-content: center;
}

.f-content > nav a{
  margin: 0 20px;
}

.f-content > nav a img{
  max-width: 25px;
}

.f-nav{
  width: 100%;
}

.f-nav-top{
  display: flex;
  margin-left: 40px;
}

.f-nav-top > div{
  display: flex;
  flex-flow: column;
  width: 100%;
}

.f-nav-left{
  max-width: 300px;
}

.f-nav-top > div h2{
  width: 100%;
  font-family: 'Omega-Italic';
  font-size: 24px;
  line-height: 24px;
  color: #ffc400;
  margin: 0;
  padding-left: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a9a1a5;
  box-sizing: border-box;
}

.f-nav-top > div ul{
  padding-left: 30px;
  list-style-type: none;
  margin: 0;
}

.f-nav-top > div ul li{
  margin-top: 10px;
}

.f-nav-top > div ul li a{
  color: #FFF;
  text-decoration: none;
  font-family: 'editundo';
  font-size: 20px;

}


.social-bar {
  position: fixed;
  right: -37px;
  z-index: 9;
  top: 250px;
}

.social-bar img {
  width: 70%;
  margin: 3px 0px;
}

.social-icons {
  position: absolute;
  width: 30px;
  top: 55px;
  left: 33px;
  display: flex;
  flex-flow: column;
}

/******GAMES********/

.games{
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  padding-top: 50px;
  position: relative;
}

.games a.discord-bot{
  position: absolute;
  max-width: 400px;
  width: 80%;
  z-index: 2;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  margin-right: 10px;
}

.games a.discord-bot img{
  width: 100%;
}

.games .game{
  background-color: rgba(0,0,0,0.7);
  padding: 30px;
  padding-bottom: 20px;
  box-sizing: border-box;
  width: 32%;
  max-width: 370px;
  display: flex;
  flex-flow: column;
  position: relative;
}

.games .game img.top-frame{
  position: absolute;
  z-index: 1;
}

.games .game.left img.top-frame{
  left: -22px;
  top: -21px;
}

.games .game.center img.top-frame{
  left: 0;
  right: 0;
  margin: auto;
  top: -18px;
}

.games .game.right img.top-frame{
  right: -22px;
  top: -23px;
}

.game .image{
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.game .image img{
  width: 100%;
}

.game .image img.frame{
  position: absolute;
  top: 0;
  left: 0;
}

.game h2{
  color: #ffc400;
  font-family: 'editundo';
  font-size: 22px;
  line-height: 20px;
  margin-top: 10px;
}

.game p{
  color: #FFF;
  font-family: 'editundo';
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
}

.game h3{
  color: #ffc400;
  font-family: 'Omega-Italic';
  font-size: 26px;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
}

.game nav{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

.game nav a{
  width: 32%;
}

.game nav a img{
  width: 100%;
}

.game nav.join-beta{
  justify-content: center;
}

.game nav.join-beta a{
  width: auto;
}

.game nav.join-beta a img{
  max-width: 100%;
}

@media screen and (max-width:900px) {
  .game nav{
    flex-flow: column;
    margin-top: 0px;
  }

  .game nav a{
    width: 100%;
    margin-top: 10px
  }
}

/***********AVATAR*********/

.avatar{
  width: 100%;
  padding: 15px;
  background-color: rgba(0,0,0,0.7);
  box-sizing: border-box;
  display: flex;
  margin-top: 90px;
}

.av-left{
  width: 50%;
  max-width: 480px;
  position: relative;
  margin: auto 0;
}

.av-left > img.av-frame{
  width: 100%;
}

.av-left > img.av-gif{
  max-width: 80%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.av-right{
  width: 50%;
  max-width: 600px;
  margin-left: 60px;
}

.av-right h1{
  color: #ffc400;
  font-family: 'Omega-Italic';
  font-size: 60px;
  margin: 0;
}

.av-right p{
  font-family: 'editundo';
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  color: #fff;
}

.av-right h2{
  color: #ffc400;
  font-family: 'Omega-Italic';
  font-size: 40px;
  margin: 0;
  margin-top: 20px;
}

.av-right ul{
  font-family: 'editundo';
  font-size: 20px;
  margin-top: 20px;
  color: #fff;
  padding: 0;
  list-style-type: none;
  margin-top: 15px;
}

.av-right ul li{
  padding-left: 20px;
  background-image: url('../img/li.png');
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 5px;
}


/*********TIMELINE**********/

.timeline{
  width: 100%;
  margin-top: 90px;
  display: flex;
  flex-flow: column;
}

.tl-info{
  width: 100%;
  box-sizing: border-box;
  max-width: 940px;
  padding: 40px 90px;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.7);
}

.tl-info h1{
  color: #FFF;
  font-family: 'Omega-Italic';
  font-size: 60px;
  margin: 0;
  text-align: center;
}

.tl-info p{
  font-family: 'editundo';
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}

.tl-sword{
  width: calc(100% + 80px);
  left: -40px;
  position: relative;
  margin-top: 200px;
}

@media screen and (max-width:1400px) {
  .tl-sword{
    overflow-x: scroll;
  }
}

.sword-line{
  position: relative;
  width: 100%;
  min-width: 1400px;
  height: 640px;
  box-sizing: border-box;
  display: flex;
}

.sword-line img.sword{
  width: 100%;
  margin: auto;
}

.hint{
  position: absolute;
  width: 300px;
  box-sizing: border-box;
  padding: 30px;
  background-image: url('../img/timeline/bg-top.png'), url('../img/timeline/bg-center.png'), url('../img/timeline/bg-bottom.png');
  background-repeat: no-repeat;
  background-position: top, left 45px, bottom;
  background-size: auto, 100% calc(100% - 90px),auto;
}

.hint > img.joint{
  position: absolute;
}

.hint-content{
  margin: auto;
  display: flex;
  flex-flow: column;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.hint-content span{
  color: #FFF;
  text-align: center;
  font-family: 'Omega-Italic';
  font-size: 30px;
  width: 100%;
}

.hint-content p{
  color: #FFF;
  text-align: center;
  font-family: 'editundo';;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  margin-top: 10px;
}

.hint-content img{
  margin: auto;
  margin-top: 10px;
  width: 90px;
}

.hint1{
  top: -19px;
  left: 153px;
}

.hint1 img.joint{
  bottom: -54px;
  left: 140px;
}

.hint2{
  top: 70px;
  left: 497px;
}

.hint2 img.joint{
  bottom: -54px;
  left: 140px;
}

.hint3{
  top: -7px;
  left: 881px;
}

.hint3 img.joint{
  bottom: -54px;
  left: 36px;
}

.hint4{
  top: 445px;
  left: 296px;
}

.hint4 img.joint{
  top: -70px;
  left: 140px;
}

.hint5{
  top: 444px;
  left: 700px;
}

.hint5 img.joint{
  top: -69px;
  left: 72px;
}



/**************TOKENOMICS***********/

.tokenomics{
  width: 100%;
  padding: 15px 80px;
  padding-bottom: 50px;
  background-color: rgba(0,0,0,0.7);
  box-sizing: border-box;
  margin-top: 90px;
  display: flex;
  flex-flow: column;
}

.tokenomics h1 {
  color: #FFF;
  font-family: 'Omega-Italic';
  font-size: 60px;
  margin: 0;
  text-align: center;
}

.tokenomics span{
  font-size: 25px;
  margin-top: 40px;
  margin-bottom: 0;
  color: #ffc400;
  text-align: left;
  font-family: 'editundo';
}

.tokenomics p{
  font-family: 'editundo';
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  color: #fff;
  text-align: left;
}

.tokenomics img{
  width: 100%;
  max-width: 1007px;
  margin: auto;
  margin-top: 50px;
}

.tokenomics table{
  width: 100%;
  margin-top: 40px;
}

.tokenomics table td{
  background-color: #000;
  padding: 10px 30px;
}

.tokenomics table thead tr td{
  font-family: 'Omega-Italic';
  color: #ffc400;
  font-size: 25px;
}

.tokenomics table tbody tr td{
  font-family: 'editundo';
  color: #fff;
  font-size: 20px;
}


/***************TEAM***********/

.team{
  width: 100%;
  padding: 15px 80px;
  padding-bottom: 50px;
  box-sizing: border-box;
  margin-top: 90px;
  display: flex;
  flex-flow: column;
}

.team-top{
  width: 100%;
  box-sizing: border-box;
  max-width: 940px;
  padding: 40px 90px;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.7);
}

.team h1{
  color: #FFF;
  font-family: 'Omega-Italic';
  font-size: 60px;
  margin: 0;
  text-align: center;
}

.team p{
  font-family: 'editundo';
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.team-content{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.player{
  width: 32%;
  max-width: 236px;
  background-color: rgba(0,0,0,0.7);
  box-sizing: border-box;
  padding: 10px;
  padding-top: 15px;
  display: flex;
  flex-flow: column;
  margin: 0 30px;
  margin-top: 60px;
}

.player img{
  margin: 0 auto;
}

.player h2{
  color: #FFF;
  font-family: 'Omega-Italic';
  font-size: 22px;
  margin: 0;
  text-align: center;
  margin-top: 10px;
}

.player span{
  color: #ffc400;
  font-family: 'editundo';
  font-size: 20px;
  margin: 0;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.player a{
  display: block;
  margin: auto;
  margin-bottom: 0;
}



/***********NEWSLTEER******/

.newsletter{
  width: 100%;
  padding: 45px;
  padding-bottom: 50px;
  background-color: rgba(0,0,0,0.7);
  box-sizing: border-box;
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}

.nl-form{
  width: 70%;
  max-width: 625px;
}

.nl-form h1{
  color: #FFF;
  font-family: 'Omega-Italic';
  font-size: 60px;
  margin: 0;
  text-align: right;
}

.nl-form p{
  color: #ffc400;
  font-family: 'editundo';
  font-size: 25px;
  line-height: 25px;
  margin: 0;
  text-align: right;
  margin-top:10px;
}

.nl-form form{
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.nl-form form input[type="email"]{
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 30px;
  padding-right: 220px;
  border: 0;
  background: transparent;
  background-image: url('../img/newsletter/bg-left.png'), url('../img/newsletter/bg-center.png'), url('../img/newsletter/bg-right.png');
  background-repeat: no-repeat;
  background-size: 90px 80px, calc(100% - 180px) 80px, 90px 80px;
  background-position: left , 90px top, right;
  text-align: right;
  color: #ffc400;
  font-family: 'editundo';
  font-size: 25px;
}

.nl-form form input[type="submit"]{
  width: 186px;
  height: 69px;
  border: 0;
  background: transparent;
  background-image: url('../img/newsletter/button.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  right: 7px;
  color: #FFF;
  font-family: 'editundo';
  font-size: 28px;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  text-align: center;
  cursor: pointer;
}

.nl-form form input[type="submit"].loading{
  pointer-events: none;
  color: transparent;
  text-shadow: 0px 0px 0px rgba(0,0,0,0);
  background-image: url('../img/loading.gif'), url('../img/newsletter/button.png');
  background-size: 35px, 100%;
  background-position: center, center;
}

.nl-form form div.message{
  margin-top: 20px;
  width: 100%;
  font-family: 'editundo';
  font-size: 18px;
  color: #FFF;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;

}

.nl-form form div.message.ok{
  color: #00B514;
}

.nl-form form div.message.error{
  color: #FF1414;
}

.newsletter img.dragon{
  width: 40%;
  margin: auto;
  max-width: 370px;
}

/*.frame{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: url('../img/frame/tl.png'), url('../img/frame/tc.png'), url('../img/frame/tr.png'), url('../img/frame/cl.png'), url('../img/frame/cr.png'), url('../img/frame/bl.png'), url('../img/frame/bc.png'), url('../img/frame/br.png');
  background-repeat: no-repeat, repeat-x, no-repeat, repeat-y, repeat-y, no-repeat, repeat-x, no-repeat;
  background-size: 74px 74px, calc(100% - 148px) 25px, 74px 74px, 22px calc(100% - 148px), 22px calc(100% - 148px), 74px 74px, calc(100% - 148px) 25px, 74px 74px;
  background-position: top left, top 74px, top right;
}*/

@media (min-width: 1400px) {
  .social-bar {
    position: fixed;
    right: calc((100% - 1475px) /2 );
    z-index: 9;
    top: 250px;
  }

}

@media (max-width: theme('screens.lg')) {
  .blur{
    display: none;
  }

  .logo img {
    width: 55%;
  }
  .video {
    flex-direction: column;
  }

  div.video div.left{
    width: 100%;
  }
  div.video div.right {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  div.video video {
    right: 20px;
    top: 20px;
  }

  div.comming {
    position: static;
  }


  div.info {
    flex-direction: column;
  }

  div.info div.left {
    width: 100%;
  }

  div.info div.right {
    width: 100%;
    justify-content: center;
  }

  div.video-info {
    position: relative !important;
    left: 0 !important;
    margin-bottom: 10px;
  }

  .nav-column {
    width: 25%;
    margin-right: 10px;
    margin-left: 10px;
  }

  div.footer p.title-nav {
    font-size: 27px;
  }

  div.footer p.link {
      font-size: 13px;
  }

  .footer {
    justify-content: flex-start;
    position: relative;
    bottom: none;
    min-height: 400px;

  }

  .content {
    padding: 20px 20px;
  }


  div.info div.right {
    padding-left:45px;
    margin-top: 180px;
    left: 0;
  }

  a.discord-pet{
    top: -130px;
  }

  div.info div.right h2 {
    font-size: 45px;
  }

  div.info {
    margin-top: 0px;
  }

  .f-content{
    width: calc(100% - 40px);
  }


  header nav a{
    font-size: 18px;
    margin: 0 10px;
  }

  div.comming h1, .av-right h1, .tl-info h1, .tokenomics h1, .team h1, .nl-form h1{
    font-size: 45px;
  }

  div.comming span{
    font-size: 25px;
  }

  .av-right h2{
    font-size: 30px;
  }

  div.comming p, .game p .av-right p, .tl-info p, .tokenomics p, .tokenomics table tbody tr td{
    font-size: 18px;
    line-height: 18px;
  }

  .tokenomics table thead tr td, .player h2, .player span, .nl-form p{
    font-size: 20px;
    line-height: 20px;
  }

  .newsletter img.dragon{
    display: none;
  }

  .nl-form{
    width: 100%;
    max-width: none;
  }

}

@media screen and (max-width:700px) {

  .f-content{
    padding: 25px;
    padding-bottom: 60px;
  }

  .f-content > a.k-logo{
    display: none;
  }

  .f-nav-top{
    margin-left: 0;
  }

  .f-content > nav{
    bottom: 10px;
  }

  a.discord-pet{
    top: -100px;
  }

  .games{
    flex-flow: column;
  }



  .games .game{
    width: 100%;
    margin: 20px auto;
  }

  .avatar{
    flex-flow: column;
  }

  .av-left, .av-right{
    width: 100%;
    max-width: none;
  }

  .av-right{
    margin-left: 0;
    margin-top: 40px;
  }

  .tokenomics{
    padding: 15px;
  }

  .tokenomics table td{
    padding: 5px;
  }

  .team-content{
    flex-flow: column;
    margin-top: 0;
  }

  .player{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nl-form form input[type="email"]{
    height: 60px;
    background-size: 68px 60px, calc(100% - 136px) 60px, 68px 60px;
    background-position: left , 68px top, right;
  }

  .nl-form form input[type="submit"]{
    width: 129px;
    height: 48px;
    background-size: 100% 100%;
    font-size: 24px;
  }

  .content{
    padding-top: 120px;
  }

  header{
    height: 60px;
    transition: 0.3s;
  }

  header.open{
    background-color: #000;
    height: 100vh;
  }

  header a.bv-logo{
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 5px;
    min-height: 100px;
  }

  header a.m-menu{
    display: initial;
    position: absolute;
    background-image: url('../img/mmenu.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
  }

  header.open a.m-menu{
    background-image: url('../img/mmenu-close.png');
  }

  header nav{
    position: absolute;
    flex-flow: column;
    left: 0;
    right: 0;
    top: 170px;
    overflow: hidden;
    transition: 0.3s;
    height: 0;
  }

  header.open nav{
    height: 300px;
  }

  header nav a{
    margin: 10px auto;
    font-size: 25px;
  }

  .team{
    padding: 15px;
  }

  div.comming h1, .av-right h1, .tl-info h1, .tokenomics h1, .team h1, .nl-form h1{
    font-size: 30px;
  }

}

@media screen and (max-width:640px) {
  html, body{
    overflow-x: hidden;
  }

  .logo img{
    width: 70%;
  }

  .parallax{
    position: absolute;
    width: 300%;
    margin-left: -100%;
  }

  .wrapper{
    overflow-y: hidden;
  }

  .games a.discord-bot{
    margin-right: auto;
    top: -80px;
    width: 95%;
  }


  .kongregate, .yellow-title{
    text-align: center;
  }

  div.info div.right{
    padding: 10px !important;
    margin-top: 100px;
  }

  div.info div.right h2{
    font-size: 35px;
    text-align: center;
  }

  div.info div.right span{
    font-size: 20px;
    text-align: center;
  }

  div.info div.right p{
    font-size: 15px;
    line-height: 15px;
  }

  .footer{
    min-height: 250px;
    margin-top: 0;
  }
  .f-content{
    padding: 10px;
    padding-bottom: 50px;
  }

  .f-content > nav{
    justify-content: space-around;
  }

  .f-content > nav a{
    margin: 0 5px;
  }

  .f-content > nav a img{
    max-width: 20px;
  }

  .f-nav-top > div h2{
    padding: 0;
    text-align: center;
    font-size: 20px;
  }

  .f-nav-top > div ul li a{
    font-size: 15px;
  }

  .social-bar{
    display: none;
  }

  div.comming h1{
    text-align: center;
  }

  .tl-info{
    padding: 20px;
  }

  .team-top{
    padding: 20px;
  }

  div.video div.right{
    padding: 15px;
    top: -30px;
  }
}

@media screen and (max-width:500px) {
  a.discord-pet{
    top: -80px;
    width: 90%;
  }

  .content{
    padding-left: 5px;
    padding-right: 5px;
  }

  .newsletter{
    padding: 10px;
  }

  .nl-form h1, .nl-form p{
    text-align: center;
  }

  .nl-form form input[type="email"]{
    padding-right: 110px;
    padding-left: 10px;
    font-size: 18px;
  }

  .nl-form form input[type="submit"]{
    font-size: 18px;
    width: 100px;
  }

  .f-nav-top{
    flex-flow: column;
  }

  .f-nav-top > div{
  }

  .f-nav-top > div ul{
    padding-left: 0;
  }

  .f-nav-top > div ul li a{
    font-size: 18px;
  }

  .f-nav-top > div h2{
    display: none;
  }

  .tokenomics{
    margin-top: 10px;
    padding: 15px 5px;
  }

  .tokenomics table td{
    padding: 5px;

  }

  .tokenomics table thead tr td{
    font-size: 18px;
  }

  .tokenomics table tbody tr td{
    font-size: 15px;
  }

}

@media screen and (max-width:400px) {
  .tokenomics table{
    display: none;
  }
  div.video iframe {
	  position: absolute;
	  right: 20px;
	  top: 20px;
	  width: 91%;
	  height: 85%;
	  z-index: 1;
	  object-fit: cover;
	}

}
