@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');

body {
  background-color: black;
}
.login-holder {
  height: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 70px;
  background-color: black;
}
.custom-navbar {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 100;
  transition-duration: 0.2s;
}
.custom-navbar .menu-items {
  float: right;
  width: fit-content;
}
.unrevealed-bar {
  padding: 20px;
  width: 90%;
  left: 5%;
  position: absolute;
  height: 140px;
  overflow-x: scroll;
  bottom: 20px;
  background: url('../img/panel-bg.png');
  background-size: 100% 100%;
}
.unrevealed-bar h3 {
  width: 100%;
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #775544;
}
.unrevealed-bar .unrevealed {
  width: 130px;
  height: 75px;
  float: left;
  margin-right: 13px;
  text-align: center;
  border-radius: 7px;
  background: #00000082;
  padding: 8px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.unrevealed-bar .unrevealed button.reveal-miner {
  border: none;
  background: none;
  background-image: url(../img/btn-bg.png);
  background-size: 100%;
  width: 112px;
  height: 23px;
  font-family: 'Montserrat', sans-serif;
  padding: 0px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition-duration: 0.2s;
  margin-top: 10px;
}
.unrevealed-bar .unrevealed button.reveal-miner:hover {
  transition-duration: 0.2s;
  transform: scale(1.05);
}
.unrevealed-bar.nominer {
  display: flex;
  align-items: center;
}
.unrevealed-bar.nominer p.nominer {
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #523c30;
  font-weight: 700;
}
.section.roadmap {
  height: auto;
  overflow: hidden;
  min-height: 400px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url('../img/bg3.png');
  background-size: cover;
  background-position: center top;
}
.section.tokenomic {
  height: 100vh;
  min-height: 400px;
  padding-top: 150px;
  padding-bottom: 70px;
  background-image: url('../img/bg2.jpg');
  background-size: cover;
  background-position: center top;
}
.section.game {
  margin-top: 100px;
}
h2 {
  color: #f7d074;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -1px;
}
.tokenomic h3 {
  color: #c1b088;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -1px;
}
.uk-timeline .uk-timeline-item .uk-card {
	max-height: 300px;
}

.uk-timeline .uk-timeline-item {
    display: flex;
    position: relative;
}

.uk-timeline .uk-timeline-item::before {
    background: #dadee4;
    content: "";
    height: 100%;
    left: 19px;
    position: absolute;
    top: 20px;
    width: 2px;
		z-index: -1;
}

.uk-timeline .uk-timeline-item .uk-timeline-icon .uk-badge {
		margin-top: 20px;
    width: 40px;
    height: 40px;
}

.uk-timeline .uk-timeline-item .uk-timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1rem;
}
.custom-navbar .menu-items .menu-item {
  font-family: 'Montserrat', sans-serif;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  display: block;
  color: white;
  height: 80px;
  line-height: 80px;
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-navbar button.fixed {
  margin: unset;
  margin-top: 20px;
  float: left;
}
.custom-navbar.scrolled {
  background-color: rgba(0,0,0,0.3);
  transition-duration: 0.2s;
}
.custom-navbar .logo {
  height: 80px;
  float: left;
  margin-top: 8px;
}
.dappBG {
  background-image: url('../img/bg-grass.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  height: 100vh;
  margin: 0;
  z-index: 2;
  overflow: hidden;
  font-family: 'Arial', sans-serif;
}
.isometric-grid {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform: translate(140px, -22px);
}

.grid-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.grid-item {
  width: 300px; /* Change this to the width of your images */
  position: relative;
}
.grid-item.offset1:hover::after {
  transform: scale(-1, 1) translateY(0px);
  transition-duration: 0.3s;
  opacity: 1;
}
.grid-item.offset1::after {
  transition-duration: 0.3s;
  content: 'Tavern';
  width: 100%;
  opacity: 0;
  top: 30px;
  left: 0;
  position: absolute;
  transform: scale(-1, 1) translateY(-10px);
  text-align: center;
  color: #4eeaa1;
  font-family: 'Luckiest Guy', cursive;
  font-weight: 700;
  font-size: 50px;
  -webkit-text-stroke: 2px #1e501c;
  text-shadow: 0px 0px 20px #1a412e;
  pointer-events: none;
  font-weight: 300;
}

.grid-item.offset2:hover::after {
  transform: scale(-1, 1) translateY(0px);
  transition-duration: 0.3s;
  opacity: 1;
}
.grid-item.offset2::after {
  transition-duration: 0.3s;
  content: 'Clans';
  width: 100%;
  opacity: 0;
  top: 30px;
  left: 0;
  position: absolute;
  transform: scale(-1, 1) translateY(-10px);
  text-align: center;
  color: #4eeaa1;
  font-family: 'Luckiest Guy', cursive;
  font-weight: 700;
  font-size: 50px;
  -webkit-text-stroke: 2px #1e501c;
  text-shadow: 0px 0px 20px #1a412e;
  pointer-events: none;
  font-weight: 300;
}
.grid-item.offset3:hover::after {
  transform: scale(-1, 1) translateY(0px);
  transition-duration: 0.3s;
  opacity: 1;
}
.grid-item.offset3::after {
  transition-duration: 0.3s;
  content: 'Events';
  width: 100%;
  opacity: 0;
  top: 30px;
  left: 0;
  position: absolute;
  transform: scale(-1, 1) translateY(-10px);
  text-align: center;
  color: #4eeaa1;
  font-family: 'Luckiest Guy', cursive;
  font-weight: 700;
  font-size: 50px;
  -webkit-text-stroke: 2px #1e501c;
  text-shadow: 0px 0px 20px #1a412e;
  pointer-events: none;
  font-weight: 300;
}
.grid-item.offset4:hover::after {
  transform: translateY(0px);
  transition-duration: 0.3s;
  opacity: 1;
}
.grid-item.offset4::after {
  transition-duration: 0.3s;
  content: 'Mines';
  width: 100%;
  opacity: 0;
  top: 30px;
  left: 0;
  position: absolute;
  transform: translateY(-10px);
  text-align: center;
  color: #4eeaa1;
  font-family: 'Luckiest Guy', cursive;
  font-weight: 700;
  font-size: 50px;
  -webkit-text-stroke: 2px #1e501c;
  text-shadow: 0px 0px 20px #1a412e;
  pointer-events: none;
  font-weight: 300;
}

.grid-item:hover {
  cursor: pointer;
}
.grid-item img {
  transition-duration: 0.3s;
}
.grid-item img:hover {
  transition-duration: 0.3s;
  transform: scale(1.05) translateY(-10px);
  cursor: pointer;
}

.grid-item img {
  width: 100%;
  display: block;
}

.offset1 {
  transform: scale(-1, 1);
}
.offset2 {
  margin-left: -70px;
  transform: translate(0px, 150px) scale(-1, 1);
  pointer-events: none;
  filter: grayscale(1);
}
.offset3 {
  transform: translate(0px, -150px) scale(-1, 1);
  margin-left: -250px;
  pointer-events: none;
  filter: grayscale(1);
}
.offset4 {
  transform: translate(0px, -20px);
  margin-left: -50px;
}
.dapp-nav .logo {
  position: absolute;
  left: 15px;
  height: 80px;
  top: 10px;
}
.dapp-nav .gold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  text-align: center;
  line-height: 36px;
  right: 15px;
  width: fit-content;
  min-width: 120px;
  background: linear-gradient(45deg, #229c16, #52f2b2);
  border-radius: 8px;
  border: 2px solid #31a728;
  height: 40px;
}
.dappBG .logo {
  position: absolute;
  left: 15px;
  height: 80px;
  top: 10px;
}
.dappBG .gold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  text-align: center;
  line-height: 36px;
  right: 15px;
  width: fit-content;
  min-width: 120px;
  background: linear-gradient(45deg, #229c16, #52f2b2);
  border-radius: 8px;
  border: 2px solid #31a728;
  height: 40px;
}
.dapp-menu {
  width: 100%;
  aspect-ratio: 2/3.3;
  background-color: red;
  background: linear-gradient(180deg, #000000cf, #00000091);
  border-radius: 15px;
  background-size: 120%;
  background-position: center;
  padding: 20px;
  transition-duration: 0.3s;
}
.dapp-menu:hover {
  background-size: 125%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.dapp-menu.tavern {
  background-image: url('../img/tavern.png');
}
.dapp-menu.clans {
  background-image: url('../img/clans.png');
}
.dapp-menu.mines {
  background-image: url('../img/mines.png');
}
.dapp-menu.events {
  background-image: url('../img/events.png');
}
.firstpage-hero {
  width: 100%;
  height: 120vh;
  min-height: 600px;
  overflow: hidden;
  background-image: url('../img/cave.png');
  background-size: cover;
  background-position: center;
  display: flex;
  position: relative;
  align-items: center;
}
button.fixed {
  border: none;
  background: none;
  background-image: url('../img/btn-bg.png');
  background-size: 100%;
  width: 190px;
  height: 61px;
  font-family: 'Montserrat', sans-serif;
  padding: 0px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition-duration: 0.2s;
}
button.fixed:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
}
button.fixed span {
  display: block;
  width: 100%;
  margin-left: -5px;
  color: black;
  margin-top: -20px;
}
.firstpage-hero #particles {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
.firstpage-hero .container {
  margin-top: -200px;
}
.firstpage-hero .logo {
  width: 100%;
  max-width: 540px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section.cards {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 150px;
  margin-top: -230px;
}
.panel-bg {
  width: 100%;
  height: auto;
  min-height: 200px;
  padding: 30px;
  background-image: url('../img/panel-bg.png');
  background-size: 100% 100%;
  margin-bottom: 60px;
}
.swal2-container.swal2-center>.swal2-popup {
  background: url('../img/panel-bg.png');
  background-size: 100% 100%;
}
.swal2-container.swal2-center>.swal2-popup .swal2-title {
  color: #825c41;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-top: 20px;
}
.swal2-container.swal2-center>.swal2-popup .swal2-html-container {
  display: block;
  color: #604431;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-top: 17px;
}
.swal2-container.swal2-center>.swal2-popup button.swal2-confirm {
  border: none;
  background: none;
  background-image: url(../img/btn-bg.png);
  background-size: 100%;
  width: 190px;
  height: 61px;
  font-family: 'Montserrat', sans-serif;
  padding: 0px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition-duration: 0.2s;
  color: black;
  padding-bottom: 20px;
  margin-top: 20px;
  background-color: transparent !important;
}
.swal2-container.swal2-center>.swal2-popup .swal2-cancel {
  font-family: 'Montserrat', sans-serif;
  color: white;
  background: transparent !important;
}
.login-panel {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  min-height: 200px;
  padding: 30px;
  background-image: url('../img/panel-bg.png');
  background-size: 100% 100%;
}
.login-panel img.loginImg {
  width: 100%;
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.login-panel button.fixed {
  width: 240px;
  padding-bottom: 9px;
  padding-right: 10px;
  text-transform: uppercase;
}
.panel-bg h3 {
  color: #825c41;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-top: 20px;
}
.panel-bg p {
  color: #604431;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-top: 17px;
}
.panel-bg .panel-image {
  width: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -70px;
}
.panel {
  width: 100%;
  height: auto;
  min-height: 400px;
  /* background: linear-gradient(180deg, #000000b5, transparent); */
  border-radius: 15px;
  background-image: url('../img/panel-bg.png');
  background-size: 100% 100%;
  padding: 20px;
}
.feature-panel {
  width: 100%;
  height: auto;
  min-height: 50px;
  background: linear-gradient(90deg, #000000b5, transparent);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 40px;
}
.feature-panel h4 {
  color: #b59853;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.feature-panel p {
  font-family: 'Montserrat', sans-serif;
  color: #9e716c;
  font-weight: 500;
  font-size: 12px;
}
.feature-panel .dot {
  width: 20px;
}
.panel img {
  width: 100%;
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.panel h2 {
  text-align: center;
  color: #f7d074;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -1px;
  margin-top: 0px;
}
.panel p {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  color: #9e716c;
}
.footer {
  width: 100%;
  height: auto;
  min-height: 200px;
  background-color: #121818;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer img.logo {
  width: 140px;
}
.footer h4 {
  font-family: 'Montserrat', sans-serif;
  color: #4a6060;
  font-weight: 700;
  font-size: 14px;
}
.footer a {
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-weight: 600;
  width: 100%;
  color: #2b3e3e;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  text-decoration: none;
  transition-duration: 0.2s;
}
.footer a:hover {
  transition-duration: 0.2s;
  transform: translateY(-3px);
  color: #619090;
}

.mobile-menu {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #000000d1;
  z-index: 4;
  top: 0px;
  align-items: center;
  left: 0;
  padding-top: 80px;
}

.mobile-menu .menu-item {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #f7d074;
}

.mobile-menu.open {
    display: flex;
}

.menu-items .mobile-menu-trigger {
  display: none;
}
.custom-navbar button#btnLogin {
  display: block;
}



@media screen and (max-width: 650px) {
  .isometric-grid {
    transform: translate(82px, 10px) scale(0.6);
  }
}
@media screen and (max-width: 350px) {
  .isometric-grid {
    transform: translate(82px, 10px) scale(0.5);
  }
}
@media screen and (max-width: 992px) {
  .custom-navbar button#btnLogin {
    display: none;
  }
  .menu-items .mobile-menu-trigger {
    display: block;
  }
  .section.tokenomic {
    height: auto;
    min-height: 100vh;
    overflow: hidden;
  }
  .section.tokenomic img {
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer h4 {
    margin-top: 50px;
  }
  .custom-navbar .menu-items .menu-item {
    display: none;
  }
}








/* ---------- Fog ---------- */
.fogwrapper {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  pointer-events: none;
  -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
  filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
}
#foglayer_01, #foglayer_02, #foglayer_03 {
  height: 100%;
  position: absolute;
  width: 200%;
}
#foglayer_01 .image01, #foglayer_01 .image02,
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02 {
  float: left;
  height: 100%;
  width: 50%;
}
#foglayer_01 {
  -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 40s linear infinite;
  -moz-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 40s linear infinite;
  animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 40s linear infinite;
}
#foglayer_02, #foglayer_03 {
  -webkit-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 40s linear infinite;
  -moz-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 40s linear infinite;
  animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 40s linear infinite;
}

/* ---------- Moving Fog ---------- */
/*
  'size: cover' || 'size: 100%'; results remain the same
  'attachment: scroll' can be added or removed; results remain the same
  'attachment: fixed' causing unexpected results in Chrome
  'repeat-x' || 'no-repeat'; results remain the same
*/
#foglayer_01 .image01, #foglayer_01 .image02 {
  background: url("https://raw.githubusercontent.com/danielstuart14/CSS_FOG_ANIMATION/master/fog1.png") center center/cover no-repeat transparent;
}
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02{
  background: url("https://raw.githubusercontent.com/danielstuart14/CSS_FOG_ANIMATION/master/fog2.png") center center/cover no-repeat transparent;
}

/* ---------- Keyframe Layer 1 ---------- */
@-webkit-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
@-moz-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
@-o-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
@keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
/* ---------- Keyframe Layer 2 ---------- */
@-webkit-keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
@-moz-keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
@-o-keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
@keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
/* ---------- Keyframe Layer 3 ---------- */
@-webkit-keyframes foglayer_03_opacity {
  0% { opacity: .8 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
@-moz-keyframes foglayer_03_opacity {
  0% { opacity: .8 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
@-o-keyframes foglayer_03_opacity {
  0% { opacity: .8 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
@keyframes foglayer_03_opacity {
  0% { opacity: .8; }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
/* ---------- Keyframe moveMe ---------- */
@-webkit-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-moz-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-o-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}

@media only screen
  and (min-width: 280px)
  and (max-width: 767px) {
    #foglayer_01 .image01, #foglayer_01 .image02,
    #foglayer_02 .image01, #foglayer_02 .image02,
    #foglayer_03 .image01, #foglayer_03 .image02 {
      width: 100%;
    }
  }
