/* GLOBAL */
* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden !important;
  user-select: none;
}

body {
  overflow-x: hidden !important;
  background-color: #000;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  outline: none;
}

button:focus,
button:active {
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #9cc9ff;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #9cc9ff;
}

::-webkit-scrollbar-thumb:active {
  background: #9cc9ff;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: #ffffff;
}

::-webkit-scrollbar-track:active {
  background: #ffffff;
}

::-webkit-scrollbar-corner {
  background: transparent;
}


/* FONTS */
@font-face {
  font-family: 'DIN';
  src: url('../fonts/DINBold.woff2') format('woff2'),
    url('../fonts/DINBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url('../fonts/DINLightAlternate.woff2') format('woff2'),
    url('../fonts/DINLightAlternate.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Adieu';
  src: url('../fonts/Adieu-Regular.woff2') format('woff2'),
    url('../fonts/Adieu-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Druk Wide';
  src: url('../fonts/DrukWide-Bold.woff2') format('woff2'),
    url('../fonts/DrukWide-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass Mono';
  src: url('../fonts/OverpassMono-Light.woff2') format('woff2'),
    url('../fonts/OverpassMono-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Teko';
  src: url('../fonts/Teko-SemiBold.woff2') format('woff2'),
    url('../fonts/Teko-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


/* NAVBAR */
.navbar__container.navbar-light {
  background-color: #000;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 10;
}

.navbar__container.navbar-light a.nav-link {
  color: #fff;
  font-size: 16.5px;
  margin: 0 12px;
  padding: 5px 15px;
  font-family: 'Din';
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  transition: all .3s ease-in-out;
}

.navbar__container.navbar-light .nav-item.social-items a.nav-link img {
  width: 24px;
  filter: brightness(100);
  transition: all .3s ease-in-out;
}

.navbar__container.navbar-light .nav-item.social-items a.nav-link:hover img {
  filter: brightness(1);
  transition: all .3s ease-in-out;
}

.navbar__container.navbar-light a.nav-link:hover,
.navbar__container.navbar-light a.nav-link:focus,
.navbar__container.navbar-light a.nav-link:active,
.navbar__container.navbar-light a.nav-link[selected] {
  color: #fff;
  background-image: url(../img/general/hover-navigation.svg);
  transition: all .3s ease-in-out;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:active {
  outline: none;
  border: none;
  box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../img/general/mobile-menu.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.nav-item.social-items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar__container.navbar-light .nav-item.social-items a.nav-link {
  margin: 0;
  font-size: 20px;
}

.navbar__container.navbar-light .nav-item.social-items a.nav-link:hover {
  background-image: none;
}


/* HEADER */
.section__header {
  margin-top: 20px;
  padding: 0 35px;
}

.section__header .zone-one {
  display: flex;
}

.section__header .zone-one img {
  width: 27cqi;
  object-fit: cover;
}

.section__header .zone-one .text {
  margin-left: 10px;
}

.section__header .zone-one .text p {
  margin: 0;
  color: #9CC9FF;
  font-family: 'Overpass Mono';
  font-size: 0.8cqi;
}

.section__header .zone-two {
  margin-left: 50px;
  margin-top: -7%;
}

.section__header .zone-two h1 {
  margin: 0;
  color: #fff;
  font-family: 'Druk Wide';
  font-size: 7cqi;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 42%);
}

.section__header .zone-two h1 span {
  background-image: url(../img/header/circle.svg);
  background-repeat: no-repeat;
  background-position: 0cqi 1cqi;
  background-size: contain;
  padding-left: 40px;
  padding-right: 0;
  padding-bottom: 20px;
}

.section__header .zone-three {
  position: absolute;
  right: 0;
  width: 50%;
}

.section__header .flag-img {
  width: 6cqi;
  position: absolute;
  right: 13cqi;
  bottom: 6cqi;
}

.section__header .zone-three .video-brush {
  background-image: url(../img/header/brush.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: right;
  background-position: right;
}

.section__header .zone-three .video-brush img {
  width: 41cqi;
}

.section__header .zone-three .zone-two-image {
  position: absolute;
  bottom: 0;
  width: 12cqi;
  left: 10%;
}

.section__header .zone-three .text {
  position: absolute;
  right: 50px;
  top: 60%;
}

.section__header .zone-three .text p {
  margin-bottom: 20px;
  color: #9CC9FF;
  font-family: 'Overpass Mono';
  font-size: 0.8cqi;
}

.date {
  margin-bottom: 20px;
  color: #9CC9FF;
  font-family: 'Overpass Mono';
  font-size: 0.9cqi;
  margin-left: 85px;
  margin-top: 17cqh;
}

.m-header {
  display: none;
  background-image: url(../img/header/image-1.jpg);
  min-height: 61cqi;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.zone-mobile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  /* left: 0; */
  margin-top: 32cqi;
}

.zone-mobile h1 {
  margin: 0;
  color: #fff;
  font-family: 'Druk Wide';
  font-size: 7cqi;
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 42%);
  left: 5%;
  margin-top: 35cqi;
}

.zone-mobile h1 span {
  background-image: url(../img/header/circle.svg);
  background-repeat: no-repeat;
  background-position: 3cqi 1cqi;
  background-size: contain;
  padding-left: 40px;
  padding-right: 0;
  padding-bottom: 20px;
}

.zone-mobile img {
  width: 64cqi;
  min-width: 64cqi;
  position: absolute;
  right: -10%;
  margin-top: 14%;
}

/* MINT */
.section__mint {
  margin-top: 150px;
  padding: 0 35px;
}
.mint-container video {
  height: 450px;
  width: auto;
  object-fit: contain;
}
.mint-container.mint-mobile {
  margin-top: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.section__mint .data-mobile {
  display: none;
}

.section__mint .title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section__mint .title h2 {
  margin: 0;
  color: #fff;
  font-family: 'Druk Wide';
  font-size: 67px;
  text-transform: uppercase;
  display: inline-block;
  background-image: url(../img/general/title-short.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 20px;
}

.section__mint .title p {
  margin-bottom: 0;
  margin-left: 20px;
  max-width: 150px;
  color: #9CC9FF;
  font-family: 'Overpass Mono';
  font-size: 0.9cqi;
  margin-top: 30px;
}

 .item {
  display: flex;
  align-items: self-start;
  max-width: 64cqi;
  margin: auto;
  height: 450px;
}

 .item .product {
  max-width: 450px;
  width: 100%;
  position: absolute;
  transform: rotate(-90deg) scaleX(-1);
  transform-origin: top left;
  border-bottom: 1px solid #fff;
  text-align: center;
}

 .item .data {
  max-width: 35%;
  width: 100%;
  margin-left: 70px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

 .item .data .items-text {
  margin-bottom: 35px;
}

 .item .data .items-text h4 {
  color: #fff;
  font-family: 'DIN';
  letter-spacing: 2px;
  font-size: 40px;
  margin-bottom: 0px;
}

 .item .data .items-text p {
  color: #fff;
  font-family: 'DIN';
  letter-spacing: 2px;
  font-size: 40px;
  margin: 0;
  font-weight: 700;
}

.section__mint .item .data .items-text .line {}

.item .image {
  max-width: 45%;
  width: 100%;
  height: 450px;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
}

 .item .image img {
  height: 450px;
  width: auto;
  margin-right: 0;
  margin-left: auto;
  background-image: url(../img/mint/brush.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

 .item .product .product-number {
  transform: scaleX(-1);
  display: flex;
  flex-direction: row-reverse;
  color: #fff;
  font-family: 'DIN';
  font-size: 20px;
  align-items: center;
  justify-content: center;
}

 .item .product .product-number span:nth-of-type(2) {
  margin-right: 30px;
  font-weight: 600;
}

.mint-container {
  margin-top: 100px
}

.item .text-mint {
  display: flex;
  align-items: center;
}

.item .text-mint .text {
  font-family: 'Overpass Mono';
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  margin: 0;
}

.item .mint {
  background: #fff;
  font-family: 'Druk Wide';
  text-transform: uppercase;
  padding: 8px 16px;
  color: #000;
  font-size: 27px;
  margin-left: 25%;
  transition: background .3s ease-in-out;
}
.item .mint:hover{
  background: #9CC9FF;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active span:hover {
  background-image: url(../img/mint/dot-full.svg) !important;
  background-color: transparent !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.owl-theme .owl-dots .owl-dot span {
  background-image: url(../img/mint/dot-empty.svg) !important;
  background-color: transparent !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-image: url(../img/mint/dot-empty.svg) !important;
  background-color: transparent !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .7;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev:hover {
  transform: translate(-84px, 25px);
  background-image: url(../img/mint/arrow-left.svg) !important;
  background-color: transparent !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  color: #000
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next:hover {
  transform: translate(84px, 25px);
  background-image: url(../img/mint/arrow-right.svg) !important;
  background-color: transparent !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  color: #000
}

/* STORY */
.section__story {
  margin-top: 150px;
  padding: 0 35px;
}

.section__story .title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section__story .title h2 {
  margin: 0;
  color: #fff;
  font-family: 'Druk Wide';
  font-size: 67px;
  text-transform: uppercase;
  display: inline-block;
  background-image: url(../img/general/title-medium.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

.section__story .title img {
  width: 100px;
  transform: translateX(45px);
  z-index: 0;
}

.section__story .title p {
  margin-bottom: 0;
  margin-left: 20px;
  max-width: 150px;
  color: #9CC9FF;
  font-family: 'Overpass Mono';
  font-size: 0.9cqi;
  margin-top: 30px;
}

.section__story .story-container p {
  font-family: 'DIN';
  text-align: center;
  color: #fff;
  max-width: 55%;
  margin: auto;
  margin-top: 70px;
  font-family: 'DIN';
  font-weight: 100;
  line-height: 25px;
}

.section__story .images {
  margin-left: -35px;
  margin-right: -35px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}

.section__story .images img {
  max-width: 25%;
  width: 100%;
  object-fit: cover;
  height: 290px;
}

/* ROADMAP */
.section__roadmap {
  margin-top: 150px;
  padding: 0 35px;
}

.section__roadmap .title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section__roadmap .title h2 {
  margin: 0;
  color: #fff;
  font-family: 'Druk Wide';
  font-size: 67px;
  text-transform: uppercase;
  display: inline-block;
  background-image: url(../img/general/title-short.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

.section__roadmap .title img {
  width: 200px;
  z-index: 0;
  position: absolute;
  top: -61px;
  margin-left: 308px;
}

.section__roadmap .title p {
  margin-bottom: 0;
  margin-left: 20px;
  max-width: 150px;
  color: #9CC9FF;
  font-family: 'Overpass Mono';
  font-size: 0.9cqi;
  margin-top: 30px;
}

.roadmap-container {
  max-width: 80%;
  margin: auto;
  margin-top: 100px;
  position: relative;
}

.roadmap-container .mint-nft {
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 50%;
}

.roadmap-container .mint-nft .image {
  max-width: 300px;
  width: 100%;
}

.roadmap-container .mint-nft .image img {}

.roadmap-container .mint-nft .text {
  max-width: 70%;
}

.roadmap-container .mint-nft .text h3 {
  font-family: 'Druk Wide';
  color: #fff;
  font-size: 36px;
  background-image: url(../img/roadmap/title-one.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.roadmap-container .mint-nft .text p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  font-family: 'DIN';
  font-weight: 100;
  line-height: 25px;
}

.roadmap-container .mundial {
  position: absolute;
  right: 3.5cqi;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 40%;
}

.roadmap-container .mundial .image {}

.roadmap-container .mundial .image img {
  width: 115px;
  position: absolute;
  top: -39%;
  margin-left: -5%;
  z-index: 0;
}

.roadmap-container .mundial .text {}

.roadmap-container .mundial .text h3 {
  font-family: 'Druk Wide';
  color: #fff;
  font-size: 36px;
  background-image: url(../img/roadmap/title-two.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 20px;
  margin-bottom: 25px;
  z-index: 1;
  position: relative;
}

.roadmap-container .mundial .text p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  font-family: 'DIN';
  font-weight: 100;
  line-height: 25px;
}


.roadmap-container .shirt {
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 60%;
  position: relative;
  margin-top: 34%;
  right: 0;
  margin-left: 27%;
}

.roadmap-container .shirt .image {}

.roadmap-container .shirt .image img {
  width: 18cqi;
  margin-right: 30px;
  max-width: 15cqi;
}

.roadmap-container .shirt .text {}

.roadmap-container .shirt .text h3 {
  font-family: 'Druk Wide';
  color: #fff;
  font-size: 36px;
  background-image: url(../img/roadmap/title-three.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 20px;
  margin-bottom: 25px;
  z-index: 1;
  position: relative;
}

.roadmap-container .shirt .text p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  font-family: 'DIN';
  font-weight: 100;
  line-height: 25px;
}

.roadmap-container .line-one {
  position: absolute;
  right: 7%;
  width: 32cqi;
  top: 8cqi;
}

.roadmap-container .line-two {
  position: absolute;
  width: 38cqi;
  margin-top: 135px;
  margin-left: 60px;
}

.section__roadmap .title .text {
  position: absolute;
  left: 0;
}

/* FAQ */
.section__faq {
  margin-top: 150px;
  padding: 0 35px;
}

.section__faq .title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section__faq .title h2 {
  margin: 0;
  color: #fff;
  font-family: 'Druk Wide';
  font-size: 67px;
  text-transform: uppercase;
  display: inline-block;
  background-image: url(../img/general/title-short.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 20px;
}

.section__faq .faq-container {
  display: flex;
  max-width: 45%;
  margin: auto;
  margin-top: 70px;
}

.section__faq .faq-container .text {
  max-width: 15%;
  width: 100%;
  text-align: right;
  margin-top: 20px;
  position: absolute;
  right: -150px;
}

.section__faq .faq-container .text p {
  margin-bottom: 20px;
  color: #9CC9FF;
  font-family: 'Overpass Mono';
  font-size: 0.9cqi;
  margin-top: 0;
}

.section__faq .title p {
  margin-bottom: 0;
  margin-left: 20px;
  max-width: 150px;
  color: #9CC9FF;
  font-family: 'Overpass Mono';
  font-size: 0.9cqi;
  margin-top: 30px;
}

.section__faq button.accordion {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s linear;
  font-family: 'DIN';
  font-weight: 700;
  font-size: 36px;
  /* width: auto; */
  margin: auto;
}

.section__faq button.accordion:before {
  background-image: url(../img/faq/arrow.svg);
  content: "";
  float: left;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 0;
  position: absolute;
}

.section__faq button.accordion.is-open:before {
  background-image: url(../img/faq/arrow-down.svg);
}

.section__faq button.accordion span {
  text-transform: uppercase;
  margin-left: 45px;
}

.section__faq .accordion-content {
  font-size: 15px;
  font-family: 'DIN';
  font-weight: 100;
  line-height: 25px;
}

.section__faq .accordion-content {
  background-color: #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0px 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  color: #fff;
  /* margin-bottom: 20px; */
  padding-left: 65px;
  margin: auto;
  width: auto;
}

.navbar__container.navbar-light .nav-item.social-items a.nav-link:hover {
  color: #9CC9FF;
}

/* FOOTER */
footer {
  height: 300px;
}

/* ANIMATIONS */
.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

/* COUNTDOWN 
.c-main {
  display: none;
}*/

#countdown-main {
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}

#countdown-main .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.81);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}

#countdown-main .overlay h1 {
  color: #fff;
  font-family: 'Druk Wide';
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 4.8cqi;
}

#countdown {}

#countdown {
  color: #fff;
  font-family: 'Druk Wide';
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 4cqi;
  list-style: none;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
}

#countdown ul li {
  display: inline-block;
  margin-right: 15px;
}

#countdown ul li span {
  margin-right: 20px;
}

.countdown-container {
  display: flex;
  align-items: self-end;
  margin-top: 40px;
}

.countdown-container h2 {
  text-transform: uppercase;
  color: #fff;
  font-family: 'DIN';
  font-size: 2.1cqi;
  margin-bottom: 1cqi;
  margin-left: 20px;
}

form {
  max-width: 350px;
  width: 100%;
  margin-top: 50px;
}

form input[type="email"] {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  color: #fff;
  font-family: 'DIN';
  font-size: 20px;
  margin-bottom: 40px;
  text-transform: uppercase
}

form input[type="email"]:focus {
  outline: none;
}

form input[type="submit"] {
  background: #9CC9FF;
  padding: 8px 21px;
  font-weight: 700;
  font-family: 'Druk Wide';
  text-transform: uppercase;
  font-size: 1.4cqi;
  border: none;
  outline: none;
  margin: auto;
  display: block;
  transition: all .3s ease-in-out;
}

form input[type="submit"]:hover {
  transform: scale(1.1);
}

::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}