@font-face {
  font-family: "Snake";
  src: url("../fonts/Snake_Chan.ttf") format("truetype"),
    url("../fonts/Snake_Chan.otf") format("otf");
}

body {
  font-family: "Snake", serif;
  height: 100vh;
  background-color: #244987;
  overflow-x: hidden!important;
}

h1{
  color:red;
}

section {
  width: 100vw;
  height: 100vh;
}

.bg-pink {
  background-color: pink;
}

.bg-orange {
  background-color: #764130;
  z-index: 1;
  color: #f9cfb6;
}

.navbar {
  z-index: 2;
  background-color: transparent;
}

.navbar-brand {
  font-family: "Snake", serif;
  border-radius: 5px;
}

.navbar-nav li {
  font-size: .8rem;
  margin-left: 1rem;
  border: 5px solid black;
  padding: 0;
  border-radius: 5px;
}
.navbar-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.298);
}
.slider {
  height: 70px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 70vw;
  border-bottom: 5px solid black;
  z-index: 1;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

@keyframes scroll {
  0% {
    transform: translateX(calc(-250px * 7));
  }

  100% {
    transform: translateX(0);
  }
}

.slide,
.slide_winter,
.slide_pyramid {
  height: 70px;
  width: 250px;
}


.slider-2 {
  background: transparent;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100vw;
}

.slider-inverse {
  background: transparent;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100vw;
  transform: scaleX(-1);
}

@media (max-width: 768px) {
  .slider-2 {

    bottom: 15%;

  }

  #mint {

    width: 100vw;

  }
}

@media (min-width: 769px) {
  #mint {

    width: 50vw;

  }
}

.slider-2 img,
.slider-inverse img {
  width: 100px;

}

.slider-2::after,
.slider-inverse::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider-2::before,
.slider-inverse::before {
  left: 0;
  top: 0;
}

.slider-2 .slide-track-2 {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider-inverse .slide-track-2 {
  animation: scroll 200s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

#header {
  height: 100vh;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-color: #74cfbb;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100vh !important;
  /* z-index: 1; */
}

#header:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(214, 213, 212, 0.288);
  background-image: radial-gradient(rgba(57, 48, 48, 0.186) 33%, transparent 33%);
  background-size: 5px 5px;
}


.kawai {
  animation: 30s infinite ckw;

  /* scale: 3;
  position: absolute;
  top: -80vh;
  left:-50vh;
  z-index: 0; */
}

@keyframes ckw {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.cssanimation,
.cssanimation span {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.cssanimation span {
  display: inline-block
}

.leSnake span {
  animation: leSnake 1.5s ease-in-out;
  animation-iteration-count: infinite
}

@keyframes leSnake {

  from,
  to {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(30px)
  }
}

.content_1 {
  position: absolute;
  width: 300px;
  top: 20vh;
  right: 10rem;
  z-index: 2;
  transform: rotate(10.09deg);
  background-color: red;
  padding: 1rem;
  border: 5px dotted black;
}

/* .content_1::before{
  content: '10,000 NFT\'s';
  position: absolute;
  width: 300px;
  top: 10vh;
  right:12rem;
  z-index: 1;
  transform: rotate(-50.09deg);
  background-color: rgb(93, 0, 255);
  padding: 1rem;
  border:5px dotted black;
} */

.content_2 {
  position: absolute;
  top: 40vh;
  right: 21vw;
  width: 300px;
  height: 85px;
  z-index: 3;
}

.content_2_btn:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(191, 139, 217, 0.016);
  background-image: radial-gradient(rgba(217, 123, 40, 0.363) 33%, transparent 33%);
  background-size: 10px 10px;
}

.content_2_btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1rem;
  font-size: 1rem;
  z-index: 2;
  transform: rotate(-7.09deg);
  background-color: orange;
  padding: 1.5rem;
  border: 5px dotted yellow;
  border-radius: 10px 20px 5px 10px;
}

.content_2_shadow {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 100%;
  line-height: 1rem;
  font-size: 1rem;
  z-index: 1;
  transform: rotate(-7.09deg);
  background-color: rgb(32, 176, 109);
  padding: 1.5rem;
  border: 5px dotted rgb(0, 42, 255);
  border-radius: 10px 20px 5px 10px;
}

/* .content_2::before{
  content: 'ERC721A contract';
  position: absolute;
  width: 300px;
  top: 0vh;
  right:0rem;
  z-index: 1;
  transform: rotate(0);
  background-color: yellow;
  padding: 1rem;
  border:5px dotted orange;
}  */

.content_3 {
  position: absolute;
  top: 47vh;
  right: 16rem;
  z-index: 2;
  transform: rotate(-1.09deg);
}

.btn-retro {
  border-radius: 0;
  color: black;
  width: 100%;
  font-size: 1rem;
  position: relative;
  box-shadow: 5px 10px !important;
}
.btn-less, .btn-more {
  border-radius: 5px;
  color: black;
  background-color: #93edbe;
  font-size: 1rem;
  box-shadow: 2px 5px !important;
}
.btn-less:hover, .btn-more:hover {

  background-color: rgb(78, 129, 103)!important;
}
.nb-mint{
  font-size: 2rem;
  color: black;
  padding: 3rem;
}
.btn-retro:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(229, 223, 232, 0.316);
  background-image: radial-gradient(rgba(19, 17, 17, 0.186) 33%, transparent 33%);
  background-size: 10px 10px;
}

.btn-retro:hover {

  background-image: radial-gradient(rgba(19, 17, 17, 0.0) 33%, transparent 33%);

}
#uniques_snakes_btn{
  width: 200px;
}
.close_game{
  position: absolute;

  top: 1rem;
  right: 2rem;
  border: 1px solid black;
  padding: 1rem;
  border-radius: 50%;
  z-index: 220;
}
.bottom-sand{
  bottom: 8rem;
  width: 100%;
  position: absolute;
}
.btn-shadow {
  position: absolute;
  top: 20vh;
  left: 4rem;
}
.btn-content-1-pos {
  position: absolute;
  top: 30vh;
  left: 40vw;
  z-index: 2;
}
.btn-content-2 {
  position: absolute;
  top: 40vh;
  left: 0vw;
  z-index: 2;
}
.btn-free-mint {
  transform: rotate(-9.09deg);
  margin: auto;
  width: 15rem;
  height: 5rem;
  padding: 1rem;
  position: absolute;
  font-size: 1.6rem;
  color: #884d30 !important;
  z-index: 2;
  background-color: #00ffbf;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 4px dotted #884d30;
}

.btn-free-mint-go{
  transform: rotate(9.09deg);
  width: 15rem;
  height: 5rem;
  padding: 1rem;
  font-size: 1rem;
  margin-top: 2rem;
  color: #884d30 !important;
  z-index: 5000!important;
  border-radius: 10px;
  border: 5px dotted #884d30;
  /* background: linear-gradient(90deg, #884d30 50%, transparent 50%), linear-gradient(90deg, #884d30 50%, transparent 50%), linear-gradient(0deg, #884d30 50%, transparent 50%), linear-gradient(0deg, #884d30 50%, transparent 50%); */
  /* background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
  animation: border-dance 4s infinite linear; */
  background-color: #99ff00;

}
.btn-mint-go {
  transform: rotate(0.09deg);
  width: 15rem;
  height: 5rem;
  padding: 1rem;
  font-size: 1rem;
  color: #000 !important;
  z-index: 5000!important;
  border-radius: 10px;
  border: 5px solid #000;
  /* background: linear-gradient(90deg, #884d30 50%, transparent 50%), linear-gradient(90deg, #884d30 50%, transparent 50%), linear-gradient(0deg, #884d30 50%, transparent 50%), linear-gradient(0deg, #884d30 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px; */
  background-color: #00ffbf;
  opacity: .8;

  /* animation: border-dance 4s infinite linear; */
}
.btn-mint-go:hover{
  opacity: 1;
}
@keyframes border-dance {
  0% {
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  }
  100% {
    background-position: 100% 0, 0 100%, 0 0, 100% 100%;
  }
}
.btn-content-1 {
  transform: rotate(7.09deg);
  margin: auto;
  width: 15rem;
  height: 5rem;
  padding: 1rem;
  position: absolute;
  font-size: 1.5rem;
  color: #fff !important;
  z-index: 3;
  background-color: #ff8eae;
  border-radius: 10px;
  border: 4px dashed #884d30;
}

.btn-free-mint:before, .btn-content-1:after, .btn-free-mint-go::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #2d841a10;
  background-image: radial-gradient(rgba(92, 52, 16, 0.074) 33%, transparent 33%);
  background-size: 10px 10px;
}

.btn-free-mint:hover {
  background-color: transparent;
  color: #00ffbf !important;
}

.scroll_again, .scroll_top, .scroll_bottom {
  position: fixed;
  bottom: 10px;
  z-index: 100 !important;
  width: 100%;
  text-align: center;
  color:#fff;
}
.rs{
  position: fixed;
  bottom: 10px;
  z-index: 100 !important;
  width: 100%;
  text-align: right;
  padding-right: 10px;
  color:#fff;
}
.rs a{
  margin: 5px;
}
.rs a:hover{
  opacity: .7;
  width: 100%;
  height: 100%;
}


.btn-free-mint-shadow {
  transform: rotate(-9.09deg);
  margin: auto;
  width: 15rem;
  height: 5rem;
  padding: 1rem;
  padding-top: 3rem;
  position: absolute;
  left: .5rem;
  top: .5rem;
  font-size: 1rem;
  color: white;
  z-index: 1;
  background-color: #884d30;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 5px 5px 5px #572e19;
}

.btn-free-mint-shadow-go {
  transform: rotate(9.09deg);
  margin: auto;
  width: 15rem;
  height: 5rem;
  padding: 1rem;
  position: absolute;
  font-size: 1rem;
  color: #884d30 !important;
  z-index: 2;
  background-color: #00ff37;
  border-radius: 30px;
  border: 4px dotted #884d30;
}
.btn-content-1-shadow {
  transform: rotate(7.09deg);
  margin: auto;
  width: 15rem;
  height: 5rem;
  padding: 1rem;
  padding-top: 3rem;
  position: absolute;
  left: .5rem;
  top: .5rem;
  font-size: 1rem;
  color: white;
  z-index: -1;
  background-color: #a187c0;
  border-radius: 10px;
  border:thick double white;
  box-shadow: 5px 5px 5px rgb(77, 1, 71);
}
.btn-content-1-shadow-2{
  transform: rotate(-7.09deg);
  margin: auto;
  width: 15rem;
  height: 5rem;
  padding: 1rem;
  padding-top: 1rem;
  position: absolute;
  left: 20rem;
  top: 20vh;
  font-size: 1rem;
  color: #6b574c;
  z-index: -2;
  background-color: #f9cfb6;
  border-radius: 10px;
  border:5px solid #6b574c;
  box-shadow: 5px 5px 5px #80695c;
}

.btn-retro-one {
  transform: rotate(6.09deg);

  width: 15rem;
  height: 3rem;
  line-height: 0;
  font-size: .8rem;
  color: rgba(200, 63, 0, 0.934) !important;
  z-index: 1;
  background-color: #f8f9b6;
  border-radius: 0;
  border: 4px dotted #884d30;
}

.btn-retro-two {
  transform: rotate(-1.09deg);
left: 0;
  width: 15rem;
  height: 3rem;
  line-height: 0;
  font-size: .8rem;
  color: rgba(10, 0, 200, 0.934) !important;
  z-index: 1;
  background-color: #b6d7f9;
  border-radius: 0;
  border: 4px dotted #247074;
}

.btn-retro-green {
  transform: rotate(6.09deg);

  width: 15rem;
  height: 3rem;
  line-height: 0;
  font-size: .8rem;
  color: #884d30 !important;
  z-index: 1;
  padding: 1rem;
  background-color: #87cb03;
  border-radius: 0;
  border: 4px dashed #496c02;
}

.btn-retro-one:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(203, 35, 124, 0.166);
  background-image: radial-gradient(rgba(248, 88, 2, 0.136) 33%, transparent 33%);
  background-size: 5px 5px;
}

.mountains,
.ground_1,
.ground_2,
.ground_3,
.trees,
.pyramid,
.pyramid_ground_1,
.pyramid_ground_2,
.pyramid_ground_3,
.trees_pyramid {
  width: 100%;
  left: 0;
  z-index: 1;
  position: absolute;
  bottom: 0;
}

.clouds {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  height: 100vh;
}

.cloud_pyramid,
.winter_clouds_1 {
  left: 0 !important;
  /* height: 1080px; */
  height: 100vh;
  width: 800vw;
  background-repeat: repeat-x;
  position: absolute;
  background-size: contain;
  top: 0;
  /* animation: snakeMove linear 40s infinite; */
  z-index: 1;
}

.cloud_pyramid {

  background-image: url(../img/story/pyramids/l2_clouds.png);

}

.winter_clouds_1 {

  background-image: url(../img/story/winter/l3_clouds01.png);

}



@keyframes snakeMove {
  100% {
    transform: translateX(-500vw);
  }
}

.ground {
  max-height: 211px;
  height: 211px;
  width: 100%;
  background-image: url(../img/story/nature/l7_ground.png);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: bottom;

  /* animation: snakeMove linear 100s infinite; */
  z-index: 10;
}

.ground_pyramid {
  max-height: 211px;
  height: 211px;
  width: 100%;
  background-image: url(../img/story/pyramids/l7_ground.png);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: bottom;

  /* animation: snakeMove linear 100s infinite; */
  z-index: 10;
}

.ground_winter {
  max-height: 211px;
  height: 211px;
  width: 100%;
  background-image: url(../img/story/winter/l7_ground.png);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: bottom;

  /* animation: snakeMove linear 100s infinite; */
  z-index: 10 !important;
}

.ground_cavern {
  max-height: 211px;
  height: 211px;
  width: 100%;
  background-image: url(../img/story/cavern/ground.png);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 30px;
  left: 0;
  background-size: contain;
  background-position: bottom;

  /* animation: snakeMove linear 100s infinite; */
  z-index: 10;
}
.contract{
  font-size: .7rem;
}
/* #mint{
  background-color: rgb(255, 192, 203);
  border-left: 5px dotted black;
  height: 100vh;
  position: absolute;
  right:0;
  top :0;
  z-index: 10;
} */

/* .imgs_mint{
  position: absolute;
  top:10px;
  left:0;
} */

.imgs_mint img {
  padding: 0;
  margin: 0;
  display: inline-block;
}


.accordion{
  z-index: 220;
 position: relative;
 opacity: 1;
 margin-top: 50px;
}
.accordion-body{
  background-color: #05a1cf;
}
.accordion >.accordion-item .accordion-button-one{
  background-color: #ffb5d4;
}
.accordion >.accordion-item .accordion-button-two{
  background-color: #b5fff5;
}
.accordion >.accordion-item .accordion-button-tree{
  background-color: #fff8b5;
}
.accordion >.accordion-item .accordion-button-four{
  background-color: #b9b5ff;
}
.accordion >.accordion-item .accordion-button-five{
  background-color: #b5ffbb;
}

.text_roadmap,
.text_faq {
 
  padding-top: 50px;
  text-align: left!important;
}

.bg-night {
  position: absolute;
  background-color: #00a2cf;
  z-index: 1;
  overflow: hidden;
}

#container_faq {
  background-color: #139fca;
  transform: scale(0);
}

.paragraph_main {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.faq {
  width: 100vw;
  height: 100vh;
}

.winter_star,
.winter_star_2,
.winter_clouds_2,
.winter_mountain,
.winter_ground_1,
.winter_ground_2,
.winter_trees {
  width: 100%;
  left: 0;
  z-index: 1;
  position: absolute;
  bottom: 0;
  
}

/* .winter_scene{
  width: 100vw;
  height: 100vh;
  z-index: 1;

} */
.winter_scene_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 210, 203, 0) !important;
  background-image: radial-gradient(rgba(195, 170, 170, 0.347) 33%, transparent 33%) !important;
  background-size: 5px 5px !important;
  z-index: 1 !important;
}

.team{
  position: absolute;
  top: 30%;
  right: 30%;
  z-index: 3;
  color: black;
  background-color: rgba(255, 255, 255, 0.395);
  padding: 2rem;
}
.scene_cavern {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cavern_scene_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 210, 203, 0) !important;
  background-image: radial-gradient(rgba(195, 170, 170, 0.347) 33%, transparent 33%) !important;
  background-size: 5px 5px !important;
  z-index: -1 !important;
}

.prop_cavern,
.prop_2_cavern,
.stones_cavern,
.crystal_cavern {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.moon {
  background-color: #f5f5f5;
  height: 8em;
  width: 8em;
  border-radius: 50%;
  position: absolute;
  right: 10rem;
  top: 0vh;
  z-index: 0;
  box-shadow: 0 0 0 0.6em rgba(255, 255, 255, 0.05),
    0 0 0 1.2em rgba(255, 255, 255, 0.05), 0 0 0 1.8em rgba(255, 255, 255, 0.05);
}

.moon:after {
  position: absolute;
  content: "";
  background-color: #e6e6e6;
  height: 0.9em;
  width: 0.9em;
  border-radius: 50%;
  top: 3.75em;
  left: 1.25em;
  box-shadow: 0.9em -2.1em 0 0.2em #e6e6e6, 1.5em -0.3em 0 -0.06em #e6e6e6;
}

.mint_block {
  z-index: 2000;
  position: absolute;
  margin: auto;
  top: 3rem;
  width: 100%;
  height: 100%;
  padding: 3rem;
  color:#000;
}

.wallet{
  position: absolute;
  right: 4rem;
  font-size: .7rem;
  top:70px
}

.paragraph_cavern{
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 11;
  top:0;
  left: 0;
  margin-right: 3rem;
  color: white;
}

.btn-team-pos {
  position: absolute;
  top: 30vh;
  left: 40vw;
  z-index: 20;
}
.faq{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.faq .accordion{
  width: 500px;
}
.btn-team {
  transform: rotate(7.09deg);
  margin: auto;
  width: 15rem;
  height: 5rem;
  padding: 1rem;
  position: absolute;
  font-size: 1rem;
  color: #fff !important;
  z-index: 3;
  background-color: #8eb2ff;
  border-radius: 10px;
  border: 4px dashed #308886;
}
.btn-team:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #2d841a10;
  background-image: radial-gradient(rgba(92, 52, 16, 0.074) 33%, transparent 33%);
  background-size: 10px 10px;
}
.btn-team-shadow {
  transform: rotate(7.09deg);
  margin: auto;
  width: 15rem;
  height: 5rem;
  padding: 1rem;
  padding-top: 3rem;
  position: absolute;
  left: .5rem;
  top: 0rem;
  font-size: 1rem;
  color: white;
  z-index: -1;
  background-color: #a187c0;
  border-radius: 10px;
  border:thick double white;
  box-shadow: 5px 5px 5px rgb(77, 1, 71);
}
.team-group a{
  text-decoration: none;
  color:white;
}
.team-group a:hover{
  opacity: .7;
}
/* .uniques_gifs{
  position: absolute;
  height: 10;
  z-index: 1;
  top:20%;
  left: 0;
} */

.uniques_gifs{
  position: fixed;
  overflow: hidden;
  width: 100%;
  bottom: 0;
  height: 100vh;
  z-index: 200;
  transform: scale(0);
  background-color: #0a1b28df;
 

}

#picbox {
  margin: 0px auto;
  width: 550px;
}
#boxcard {
  z-index: 1;
  margin: 0 0 0;
}
#boxcard div {
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px;
  /* padding: 5px; */
  border: 4px solid #ee872a;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  background: #b1b1b1;
  background-image: url(../img/back-game.png);
  text-align: center;

  z-index: 2;
}

#boxcard div img {
  display: none;
  border-radius: 5px;
  z-index: 3;
  width: 92px;
}
#boxbuttons {
  text-align: center;
  margin: 20px;
  display: block;
}
#boxbuttons .button {
  text-transform: uppercase;
  background: #ee872a;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 10px;
  cursor: pointer;
}
#boxbuttons .button:hover {
  background: #999;
}