@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700;800;900&&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Cormorant Garamond";
}

body {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  background: #130823;
  width: 6px;
}
::-webkit-scrollbar-track {
  display: none;
  max-height: 500px;
  background: #130823;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb {
  background: orange;
  border-radius: 10px;
}
@media (max-width: 35em) /*mobile*/ {
  .mobile-disable {
    display: none !important;
  }
}
@media (min-width: 35em) /*desktop*/ {
  .pc-disable {
    display: none !important;
  }
}

.burger {
  display: none;
}
.burger div {
  background-color: #fff;
  height: 2px;
  margin-right: -20px !important;
  width: 30px;
  margin: 9px;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1024px) {
  /* For phones: */
  .nav-links {
    position: absolute;
    right: 0%;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    top: 0px;
    background: rgba(0, 0, 0, 0.711);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(100%);
    transition: transform 350ms ease-out;
  }
  .nav-linkss {
    padding-top: 200px;
    display: flex;
    gap: 100px;
    flex-direction: column;
    align-items: center;
  }
  .nav-links div {
    margin-bottom: 170px !important;
  }
  .nav-active {
    transform: translateX(0%);
  }
  .burger {
    display: block;
  }
  .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 10px);
  }
  .toggle .line2 {
    opacity: 0;
  }
  .toggle .line3 {
    transform: rotate(45deg) translate(-5px, -10px);
  }
  .logo img {
    width: 100px !important;
    margin-top: -15%;
    margin-left: -25%;
  }
  @supports (backdrop-filter: blur(1.5rem)) {
    .nav-links {
      background: rgba(17, 16, 16, 0.562);
      backdrop-filter: blur(1rem);
    }
  }
  .nav-linkss a {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0px !important;
    text-decoration: none;
  }
}
.nav-linkss a {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.nav-linkss a:before {
  z-index: -1;
  position: absolute;
  width: 0;
  height: 2px;
  left: 0px;
  bottom: -7px;
  content: "";
  background: rgb(255, 255, 255);
  background: -moz-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.8090338186055672) 0%,
    rgba(255, 255, 255, 0.5177172919949229) 54%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.8090338186055672) 0%,
    rgba(255, 255, 255, 0.5177172919949229) 54%,
    rgba(255, 255, 255, 0) 100%
  );
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.8090338186055672) 0%,
    rgba(255, 255, 255, 0.5177172919949229) 54%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  transition: all 0.3s;
}

.nav-linkss a:hover:before {
  width: 100%;
  color: #edd5a7 !important;
}

body {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  overflow-x: hidden;
  background-color: #000000 !important;
}

canvas {
  width: 100%;
  height: 100%;
  z-index: 100;
}

.drk-grd {
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(255, 0, 0, 0));
  margin-top: -40px;
  height: 40px;
  width: 100%;
}
#portrait {
  display: none;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}

.load-wrap {
  z-index: 10000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  animation: disappear 5s ease-out forwards;
}

.black-overlay {
  width: 100%;
  height: 100%;
  background: #141414;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.load_lottie {
  width: 300px;
  z-index: 100;
}

@keyframes disappear {
  0% {
    visibility: visible;
    opacity: 1;
    /* height: 100vh; */
  }
  50% {
    opacity: 1;
    visibility: visible;
  }
  75% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 0.5;
    visibility: visible;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

.navbarr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3rem;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1000;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.755812530090161) 35%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.755812530090161) 35%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.755812530090161) 35%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.navbarr span {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 50px;
  /* background: linear-gradient(90deg, transparent, #fff); */
  /* animation: animate 5s infinite linear; */
}

@keyframes animate {
  0% {
    left: 0;
    transform: translate(-100%);
  }
  100% {
    left: 100%;
    transform: translate(0%);
  }
}

.logo img {
  width: 140px;
}

li {
  list-style: none !important;
}

a {
  color: #fff !important;
  text-decoration: none;
}

.menu {
  display: flex;
  gap: 5rem;
  text-transform: uppercase;
  font-weight: 100;
}

.btn {
  font-weight: 500;
  text-transform: uppercase;
}

.wrapper {
  display: flex;
}

section {
  width: 100%;
  overflow: hidden;
}

.video-section {
  position: relative;
  overflow-x: hidden;
}
.video-section img {
  height: 100vh;
  width: 100%;
  /* margin-left: -5px; */
  object-fit: cover;
  z-index: -2;
  position: relative;
}

.overlay_hidden {
  opacity: 0;
}
.overlay_visible {
  opacity: 1;
}

.hero_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.755812530090161) 35%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.755812530090161) 35%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.755812530090161) 35%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  transition: 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.img-container {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
}

.ppp {
  font-size: 18px !important;
}

.audio_indicator_container {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1em;
  right: 1em;
  width: 50px;
  height: 50px;
  background-color: #123;
  border-radius: 50%;
  padding: 1em;
  z-index: 10000;
  cursor: pointer;
}
.audio_bars {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.audio_bar {
  flex: 1 0 auto;
  background-color: orange;
  height: 1%;
  width: 1%;
  margin: 0 1px;
  opacity: 0.7;
  -webkit-animation-duration: 350ms;
  -webkit-animation-play-state: running;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.audio_bar:nth-child(1) {
  -webkit-animation-name: danceHeight1;
  -webkit-animation-delay: 0ms;
}
.audio_bar:nth-child(2) {
  -webkit-animation-name: danceHeight5;
  -webkit-animation-delay: -1200ms;
}
.audio_bar:nth-child(3) {
  -webkit-animation-name: danceHeight3;
  -webkit-animation-delay: -600ms;
}

.audio_bar:nth-child(4) {
  -webkit-animation-name: danceHeight4;
  -webkit-animation-delay: -900ms;
}
.audio_bar:nth-child(5) {
  -webkit-animation-name: danceHeight2;
  -webkit-animation-delay: -300ms;
}

@-webkit-keyframes danceHeight1 {
  from {
    height: 15%x;
  }
  to {
    height: 65%;
  }
}
@-webkit-keyframes danceHeight2 {
  from {
    height: 10%;
  }
  to {
    height: 47%;
  }
}
@-webkit-keyframes danceHeight3 {
  from {
    height: 20%;
  }
  to {
    height: 100%;
  }
}
@-webkit-keyframes danceHeight4 {
  from {
    height: 15%;
  }
  to {
    height: 70%;
  }
}
@-webkit-keyframes danceHeight5 {
  from {
    height: 30%;
  }
  to {
    height: 85%;
  }
}

.img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.section {
  background-color: #141414;
  padding: 7rem;
}

.boxes-container {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.columns {
  display: flex;
  gap: 1.5rem;
  position: relative;
}

.col img {
  object-fit: cover;
}

.col-1 {
  display: flex;
  gap: 1.5rem;
  flex: 5;
}
.box1 .col-1 img:first-child {
  width: 150px;
  height: 180px;
  transform: translateY(-30px);
}

.box1 .col-1 img:nth-child(2) {
  width: 380px;
  height: 430px;
}

.col-3 {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  flex: 4;
}

.box1 .col-3 img:first-child {
  width: 320px;
  height: 170px;
}

.box1 .col-3 img:nth-child(2) {
  width: 150px;
}
.box1 .col-3 img:nth-child(3) {
  width: 200px;
  height: 200px;
}

.col-2 {
  margin: auto;
  flex: 1.5;
}

.col-2 h1 {
  font-family: "Cormorant Garamond";
  font-size: 100px;
  text-transform: capitalize;
  position: absolute;
  top: 50px;
  left: 47%;
  z-index: 100;
}
.box1 .col-2 h1 {
  top: 0;
}

.col-2 span {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: 0.7;
}

.line {
  height: 1px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 2rem 0;
}

.text-box p {
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 1rem;
  opacity: 0.7;
}

.box2 .col-1 img:first-child {
  width: 200px;
  height: 250px;
  transform: translateY(200px);
}

.box2 .col-1 img:nth-child(2) {
  height: 380px;
  width: 300px;
}
.box2 .col-3 img:nth-child(1) {
  height: 300px;
  width: 220px;
}

.box2 .col-3 img:nth-child(2) {
  width: 180px;
  height: 200px;
  align-self: flex-end;
}
.box2 .col-3 img:nth-child(3) {
  width: 380px;
  height: 200px;
  transform: translateX(80px);
}

.box3 .col-1 {
  display: flex;
  flex-wrap: wrap;
}

.box3 .col-1 img:nth-child(1) {
  width: 200px;
  height: 280px;
  transform: translateX(30px);
}
.box3 .col-1 img:nth-child(2) {
  width: 180px;
  height: 200px;
  margin-left: 80px;
  align-self: center;
}
.box3 .col-1 img:nth-child(3) {
  width: 280px;
  height: 180px;
}
.box3 .col-1 img:nth-child(4) {
  width: 250px;
  height: 180px;
  transform: translateY(-30px);
}

.box3 .col-3 img {
  width: 400px;
  height: auto;
}

footer {
  background-color: #141414;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.text-content {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title {
  font-family: "Cormorant Garamond";
  width: 450px;
  position: relative;
  height: 110px;
  overflow: hidden;
}

.bgg {
  font-size: 90px;
  color: #fff;
}
.bggg {
  font-size: 90px;
  color: #fff;
}

.smm {
  color: #fff;
  font-size: 35px;
  height: 40px;
}

.sm2 {
  color: #fff;
  font-size: 35px;
  height: 40px;
  margin-left: 200px;
}

.left {
  left: -25%;
}

.right {
  top: 50px;
  left: 75%;
}

.title span {
  position: absolute;
}

.n {
  z-index: -1;
}

.text-content p {
  transform: translateY(120px);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 10px;
  font-weight: 300;
}

.v_container {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
  display: grid;
  margin-left: 5em !important;
  /* opacity: 0; */
}

.left-side {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 9rem;
  gap: 20px;
}

.tvt {
  font-family: "Cormorant Garamond";
  display: flex;
  flex-direction: column;
  text-transform: capitalize;
}

/* .bottom {
  transform: translateY(70px);
} */

.text-container {
  max-width: 400px;
}

.text-container p {
  color: #fff !important;
  font-size: 16px;
  padding-bottom: 1rem;
  line-height: 1.4;
  opacity: 0.8;
}

.right-side {
  background-color: blue;
  margin: auto;
  width: 150px;
  height: 150px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  position: relative;
}

.right-side p {
  position: absolute;
  top: 45%;
  left: -15%;
  text-transform: uppercase;
  font-size: 14px;
}

.fa-arrow-right-long {
  transform: translateX(20px);
}

.txt-bottom {
  color: #fff;
}

.third-pg {
  color: #fff;
}

@media only screen and (max-width: 600px) {
  /* For phone: */

  .v_container {
    margin-left: 5% !important;
    margin-top: 60px !important;
  }
  .left-side {
    padding-top: 0em !important;
    gap: 0px !important;
  }

  .smm,
  .sm2 {
    font-size: 30px;
    text-shadow: 2px 2px rgb(63, 60, 60);
  }
  .bgg {
    font-size: 60px;
    text-shadow: 2px 2px rgb(63, 60, 60);
  }
  .text-container p {
    text-shadow: 2px 2px rgb(63, 60, 60);
  }
  .bggg {
    font-size: 32px;
  }
  .text-container p {
    margin-left: -20px;
    padding-right: 20px;
  }
  .ppp {
    margin-top: 50px;
  }
  .left {
    top: 100%;
    left: 15%;
  }

  .right {
    top: 45%;
    left: 55%;
  }

  .txt-bottom {
    position: relative;
    margin-top: 20%;
  }
}

.vertical-line {
  width: 1px;
  background-color: white;
  height: 100%;
}

.bg-2 {
  /*background-image: url('./assets/images/Rectangle\ 5343.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;*/
  background-color: black;
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 120px;
  height: fit-content;
  overflow: hidden;
}

.torch {
  max-width: 700px;
  position: absolute;
  top: 50px;
  left: 0px;
}

.ray_light {
  max-width: 1000px;
  position: absolute;
  top: 50px;
  right: 0px;
}

.bg-3 {
  background-image: url("./assets/images/tokenomics_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: fit-content;
  background-color: rgba(0, 0, 0, 0.99);
  overflow-x: hidden;
  /*background-color: black;*/
}

.bg-4 {
  background: #000;
  min-height: 130vh;
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}

.btn_utility {
  margin: auto;
  position: relative;
}
.game_assets_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* z-index: -1; */
}
.bg-5 {
  background-image: url("./assets/images/swordd.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.third-pd {
  display: flex;
  align-items: flex-start;
  padding: 30px 50px;
  gap: 20px;
}
.third-pg-txt {
  color: #fff;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 10;
  font-size: 20px;
  max-width: 500px;
}

.dojo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dojo p {
  line-height: 0;
  margin-top: 20px;
}

.dojo img {
  width: 30px;
  height: 30px;
}

.ray {
  max-width: 800px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.sword {
  max-width: 80px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}

.buttons {
  display: flex;
  width: 200px;
  gap: 10px;
  --b: 2px; /* the border thickness */
  --h: 1.8em; /* the height */
  text-decoration: none;
  text-transform: capitalize;
}

.buttons button {
  --_c: #e7e2b8;
  flex: calc(1.25 + var(--_s, 0));
  min-width: 0;
  font-size: 20px;
  height: var(--h);
  cursor: pointer;
  color: var(--_c);
  border: var(--b) solid var(--_c);
  background: conic-gradient(
      at calc(100% - 1.3 * var(--b)) 0,
      var(--_c) 209deg,
      #0000 211deg
    )
    border-box;
  clip-path: polygon(0 0, 100% 0, calc(100% - 0.577 * var(--h)) 100%, 0 100%);
  padding: 0 calc(0.288 * var(--h)) 0 0;
  margin: 0 calc(-0.288 * var(--h)) 0 0;
  box-sizing: border-box;
  transition: flex 0.4s;
}

.bt-img {
  height: 20px;
  padding-right: 10px;
  margin-bottom: 4px;
  text-decoration: none;
  text-transform: capitalize;
}

.tokenomics {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 20px;
}
.tokenomics span {
  color: #fff;
  font-size: 22px;
}
.tokenomics img {
  max-width: 250px;
}
.presale_img {
  max-width: 320px !important;
}
.token-txt {
  font-size: 50px;
  padding-top: 70px;
  padding-bottom: 20px;
  color: white;
}
.tk-pd {
  padding-top: 7%;
}
.img-ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.img-ctn img {
  /* margin-top: -180px; */
  max-width: 600px;
}
.dojo-btn {
  margin-top: -160px;
}
.coin-img {
  max-width: 400px;
}
.token-img-container {
  position: relative;
  display: inline-block;
  padding: 15%;
  display: flex;
  align-items: center;
  gap: 80px;
}
.glow {
  width: 10px;
  height: 10px;
  background-color: #ffbf00;
  border-radius: 50%;
  box-shadow: 0 0 60px 80px rgba(255, 191, 0, 0.225),
    0 0 120px 90px rgba(255, 191, 0, 0.175),
    0 0 180px 150px rgba(255, 191, 0, 0.125),
    0 0 240px 200px rgba(255, 191, 0, 0.075);
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.rd-txt {
  color: #edd5a7;
  font-size: 40px;
  margin-top: 50px;
}

.roadmap_bottom_txt {
  font-size: 250px;
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.13);
}
.rd-head-txt {
  color: #e7e2b8;
  font-size: 30px;
  padding-bottom: 40px;
  padding-top: 20px;
}
.rd-body-txt {
  color: #fff;
  font-size: 18px;
}
.image-bullet {
  width: 30px;
  height: 30px;
}
/* .gamefi {
  max-width: 700px;
} */
.gamefi h1 {
  color: #edd5a7;
  margin-top: 60px;
  padding-bottom: 20px;
}
.gamefi h4 {
  color: #e7e2b8;
  padding-bottom: 40px;
}
.gmfi {
  color: #fff;
  line-height: 38px;
  font-size: 20px;
  padding: 0 30px;
}
.bg-4 h1 {
  font-size: 50px;
  margin-top: 120px;
}
.btn-marginnn {
  margin-top: 300px;
}
.botoom-img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.gold-glow {
  width: 100%;
  height: 100%;
  background: #000;
  background-image: -webkit-radial-gradient(
    top,
    circle cover,
    #edd4a74b 0%,
    #000 40%
  );
  background-image: -moz-radial-gradient(
    top,
    circle cover,
    #edd4a74b 0%,
    #000 40%
  );
  background-image: -o-radial-gradient(
    top,
    circle cover,
    #edd4a74b 0%,
    #000 40%
  );
  background-image: radial-gradient(top, circle cover, #edd4a74b 0%, #000 40%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.gme-pg {
  margin: auto;
  max-width: 700px;
}
.gme-pd {
  padding-left: 4% !important;
  padding-right: 5% !important;
}
.gme-pd2 {
  padding-right: 10% !important;
}
.gme-pd3 {
  padding-right: 10% !important;
}
#text1,
#text2,
#text3 {
  font-size: 70px;
  color: #edd5a7 !important;
  font-weight: bolder;
  position: relative;
  /* height: 200px; */
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
#text1::before,
#text2::before,
#text3::before {
  content: "";
  width: inherit;
  height: 3px;
  background: #edd5a7;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s;
}

#text1:hover::before,
#text2:hover::before,
#text3:hover::before {
  opacity: 1;
}

.topp {
  padding-top: 20% !important;
}

.hover_gif1 {
  width: 40px;
  display: none;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.hover_gif2 {
  width: 55px;
  display: none;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.hover_gif3 {
  width: 40px;
  display: none;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}

#text1:hover > .hover_gif1 {
  display: block;
}

#text2:hover > .hover_gif2 {
  display: block;
}

#text3:hover > .hover_gif3 {
  display: block;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  cursor: pointer;
}
.csoon-txt {
  color: #edd5a7;
  font-size: 25px;
  padding-top: 30px;
}
.csoon-img {
  width: 120px;
  padding-left: 8px;
  margin-top: -20px;
}
.arigato-txt {
  color: #edd5a7;
  font-size: 35px;
  padding: 0px;
  /* position: absolute;
  bottom: 0; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  /* For phone: */
  .mobile-disable {
    display: none !important;
  }
  /* .bg-3 {
    background-image: url("./assets/images/forest.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.99);
  } */
  .token-txt {
    font-size: 40px;
    /* text-justify: ce; */
    padding-left: 10px;
    margin-top: -30px;
    height: fit-content;
  }
  .tokenomics {
    padding-left: 5px;
  }
  .tokenomics span {
    font-size: 16px;
  }

  .img-ctn img {
    /* margin-top: -100px; */
    /* max-height: 95vh; */
  }
  .dojo-btn {
    margin-top: -290px;
    margin-bottom: 80px;
  }
  .third-pg-txt {
    font-size: 18px;
  }
  .coin-img {
    margin-top: 15%;
  }
  .glow {
    top: 50%;
    left: 40%;
  }
  .line-e {
    height: 0px !important;
  }
  .mogura-img {
    width: 100%;
    /* margin-top: -340px !important; */
  }
  .btn-marginn {
    margin-left: -30px;
    margin-top: -400px !important;
  }
  .rd-head-txt {
    font-size: 25px;
    padding-bottom: 0px;
    padding-top: 40px;
  }
 .gme-pd2 {
    margin-left: -25px !important;
  } */
  .gme-pddd img {
    margin-left: -30px;
  }
  .rdmap-img {
    padding-top: 30px;
  }
  .links-txt {
    padding-top: 20px;
    font-size: 50px;
  }
  .token-txt {
    /* padding-top: 150px; */
    padding-bottom: 40px;
  }
  .gme-pd {
    margin-top: -50px !important;
  }
  .btn-marginnn {
    margin-top: 400px !important;
  }
  /* .bg-4 {
    height: 100vh !important;
  } */
  .gamefi {
    padding-top: 100px;
  }
  .mmmg{
    margin-left: -25px;
  }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 1024px) and (max-width: 1366px) {
  .img-ctn {
    /* margin-top: -100px !important; */
  }
  .dojo-btn {
    margin-top: -200px !important;
    margin-bottom: 50px;
  }
  .token-txt {
    margin-top: 0px !important;
  }
  .btn-marginn {
    margin-top: -500px;
  }
  .line-e {
    height: 0px !important;
  }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1023px) {
  .token-txt {
    margin-top: -130px !important;
  }
  .dojo-btn {
    margin-top: -250px !important;
    margin-bottom: 50px;
  }
  .img-ctn {
    margin-top: -80px;
  }
  .btn-marginn {
    margin-top: -100px;
  }
  .line-e {
    height: 0px !important;
  }
 .gme-pd2 {
    margin-left: -40px !important;
  } 
  .gme-pddd img {
    margin-left: -50px;
  }
  .rdmap-img {
    padding-top: 50px;
  }
  .gme-pd3 {
    padding-left: 30px !important;
  }

  .topp {
    padding-top: 40% !important;
  }
}
@media (max-width: 992px) {
  /* .bg-2 {
    padding-bottom: 100px;
  } */
  .img-ctn img {
    margin-top: 200px;
  }
}
@media (min-width: 1240px) and (max-width: 670px) {
  /* big landscape tablets, laptops, and desktops */
  .nav-linkss a {
    font-size: 20px;
  }
  .rdmap-img {
    max-width: 1000px !important;
  }
  .token-txt {
    font-size: 50px;
    /* padding-top: 100px; */
    padding-bottom: 30px;
  }

  .gme-pg h1 {
    font-size: 60px;
  }
  .gme-pg h4 {
    font-size: 40px;
  }
  .gme-pg p {
    font-size: 20px;
  }
  /* .bg-4 {
    height: 130vh !important;
  } */
  .rd-head-txt {
    font-size: 25px;
  }
  .rd-body-txt {
    font-size: 12;
    padding-top: 4px;
  }
  .rdmap-img {
    width: 700px;
    margin-top: 50px;
  }
  .third-pg-txt {
    font-size: 14px;
  }
  .btn-marginn {
    margin-top: 90px;
  }
  .sword {
    height: 400px;
  }
}

/* Media Query for s9+ */
@media (min-width: 320px) and (max-width: 670px) {
  /* .bg-4 {
    height: 130vh !important;
  } */
  .btn-marginnn {
    margin-top: 250px !important;
    margin-left: -30px;
  }
  .gamefi {
    padding-top: 0px !important;
  }
}
@media (min-width: 2500px) {
  /* 4k screens */
  .text-container {
    max-width: 700px;
  }
  .text-container p {
    font-size: 35px;
  }

  .smm,
  .sm2 {
    font-size: 70px !important;
  }
  .bgg {
    font-size: 200px;
  }
  .third-pg-txt {
    font-size: 30px;
  }
  .third-pg-txt-4k {
    padding-top: 30%;
  }
  .btn-marginn {
    margin-top: -500px;
    margin-bottom: 300px;
  }
  .token-txt {
    font-size: 100px;
    padding-top: 10%;
    padding-bottom: 5%;
  }

  .rd-txt {
    font-size: 100px;
  }
  .rd-head-txt {
    font-size: 50px;
  }
  .rd-body-txt {
    font-size: 30px;
    margin-top: -10px;
  }
  .rdmap-img {
    max-width: 2000px !important;
    padding-top: 100px;
  }
  .gme-pg h1 {
    font-size: 100px;
  }
  .gme-pg h4 {
    font-size: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .gme-pg p {
    font-size: 30px;
    line-height: 70px;
  }
  .links-txt {
    font-size: 130px;
  }
  .csoon-txt {
    font-size: 50px;
  }
  .csoon-img {
    width: 60px;
    padding-left: 10px;
    margin-top: 0px;
  }
}

@media (max-width: 1600px) {
  .img-ctn img {
    margin-top: -180px;
    max-width: 500px;
  }
  .token-img-container {
    gap: 20px;
  }
}

@media (max-width: 1180px) {
  .third-pd {
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
  }
  .third-pg-txt {
    max-width: 700px;
  }
}

@media (max-width: 990px) {
  .line-e {
    height: 0px !important;
    display: none;
  }
}
@media (max-width: 768px) {
  #text1::before,
  #text2::before,
  #text3::before {
    opacity: 0;
  }
  #text1:hover::before,
  #text2:hover::before,
  #text3:hover::before {
    opacity: 0;
  }
  #text1:hover > .hover_gif1 {
    display: none;
  }

  #text2:hover > .hover_gif2 {
    display: none;
  }

  #text3:hover > .hover_gif3 {
    display: none;
  }
}
@media (max-width: 600px) {
  .gmfi {
    line-height: 30px;
    font-size: 18px;
    padding: 0 30px;
  }
}
@media (max-width: 530px) {
  .third-pd {
    gap: 0;
    margin-bottom: 20px;
    padding: 30px 20px;
  }
  .third-pg-txt {
    margin: 0;
  }
  .gmfi {
    padding: 0 20px;
  }
  .tokenomics {
    padding-left: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }
  .tokenomics span {
    color: #fff;
    font-size: 18px;
  }
  .tokenomics img {
    max-width: 200px;
  }
  .presale_img {
    max-width: 250px !important;
  }
}

@media (max-width: 500px) {
  .btn_story {
    margin-top: -300px !important;
  }
}

@media (max-width: 445px) {
  .tokenomics {
    gap: 10px;
    margin-bottom: 10px;
    padding: 0;
  }
  .tokenomics img {
    max-width: 150px;
  }
  .presale_img {
    max-width: 200px !important;
  }
}
@media (max-width: 430px) {
  .bg-4 {
    padding-bottom: 100px;
  }
  .coin-img {
    margin-left: -40px;
  }
}

@media (max-width: 360px) {
  .third-pd {
    padding: 30px 10px;
  }
  .gmfi {
    padding: 0 10px;
  }
}
