@font-face {
  font-family: "Vanderick";
  src: url("/assets/fonts/Vanderick-Regular.eot");
  src: url("/assets/fonts/Vanderick-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/Vanderick-Regular.woff2") format("woff2"),
    url("/assets/fonts/Vanderick-Regular.woff") format("woff"),
    url("/assets/fonts/Vanderick-Regular.ttf") format("truetype"),
    url("/assets/fonts/Vanderick-Regular.svg#Vanderick-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* -------- globals -------- */
* {
  font-family: "poppins";
}

a {
  font-weight: bold;
  color: #6766f1;
}
a:hover {
  color: #e2983e;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

 .transparent-input, .transparent-input:focus{
   background:none;
   border:none;
 }

/* ---------------------  slider ------------------- */

.main-carousel {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 290px;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  display: none;
}
/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* ---------------------  slider ------------------- */

.color-white {
  color: white;
}
.align-center{
    text-align:center;
}
body a {
  text-decoration: none;
}

.socials {
  max-height: 100px;
  justify-content: center;
  padding-bottom: 10px;
}

@keyframes opac {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}


@keyframes flying {
  0% {
    transform:translateY(0);
  }
  50% {
    transform:translateY(-15px);
  }
  100% {
    transform:translateY(0px);
  }
}


.social-link {
  background-image: url("../images/social-background.png");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 54px;
  margin: 8px 5px;
}

a.special-button,
a.special-button:hover,
a.special-button:focus {
  background-image: url("../images/nftsale/button-special.png");
  background-size: contain;
  color: white;
  width: 168px;
  /* animation: opac 2s infinite ease-in-out; */
}

a.special-button.connect-button{
  width: 300px !important;
  max-width:100%;
  height: 70px;
  font-size: 22px;
  text-align:center;
  line-height:25px;
  text-shadow:1px 1px 2px rgba(0,0,0,0.5);
  /* display: inline-block; */
  display: inline-flex;
}

a.whitelist-button, a.whitelist-button:hover, a.whitelist-button:focus{
  display:inline-block;
  color:#000;
  width:300px;
  height:90px;
  font-size:20px;
  line-height:70px;
}

footer .social-link {
  background: url("../svg/socials/socila-button.svg") no-repeat center;
}
.nav-link {
  font-size: 15px;
}

#header-menu .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 95px;
  font-weight: 500;
  font-size: 14px;
}

.active {
  position: relative;
  background: url("../images/active-background.png") no-repeat;
  background-size: contain;
  content: " ";
  display: flex;
  justify-content: center;
  align-items: center;
}

/* -----<end> --- globals ----<end> ---- */

/* -------- header -------- */

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.5s linear;
}

.fix_position {
  position: relative;
  top: 2px;
  left: 1px;
}

#top-logo_back {
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  background: url("../images/logo-header.png") no-repeat top;
  box-sizing: border-box;
}

.header-log {
  width: 70px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .header-log,
  #top-logo_back {
    visibility: hidden;
  }
}

.header-log img {
  width: 100%;
}

header.scrolled {
  background-color: rgba(0, 0, 0, 0.7);
}

.container-header {
  margin-top: 10px;
}

#header-menu a {
  color: white;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  #header-menu ul {
    margin-right: 15px;
  }

  header .socials img {
    width: 150%;
    height: auto;
  }

  header .socials .social-link {
    background-size: 95%;
  }

  header .socials a {
    margin: 0px;
    width: 42px;
  }

  header .socials a.special-button {
    width: 146px;
    font-size: 13px;
  }

  .container-header {
    margin: 10px 0 5px 0;
  }

  #header-menu {
    justify-content: center;
  }

  header #header-menu ul a {
    color: white;
    font-size: 13px;
    padding: 7px 5px 7px 5px;
  }
  #header-menu .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 70px;
    font-size: 10px;
  }
  .active {
    top: 3px;
    height: 27px;
  }
}

@media screen and (max-width: 368px) {
  #header-menu .nav-link {
    width: 63px;
    height: 24px;
  }
}

/* -----<end> --- header ----<end> ---- */

/* -------- banner -------- */

#banner {
  background: url("../images/banner-cover-background.png"),
    url("../images/kech.png") left bottom,
    url("../images/orginal2.png") left bottom,
    url("../images/orginal.png") center center,
    url("../images/banner-background-back.png") center center;
  background-repeat: no-repeat;
  background-size: cover, 100% 20%, 100% 50%, cover;
  padding-top: 140px;
  padding-bottom: 150px;
}

#banner-logo {
  margin-bottom: 20px;
}

#banner h5 {
  color: white;
  font-size: 16px;
}

#banner h1 {
  font-family: Vanderick;
  color: #efb16b;
  text-shadow: 16px 13px 13px rgba(0, 0, 0, 0.31), 5px 5px 2px #4b3325,
    -5px -5px 2px #4b3325, -5px 5px 2px #4b3325, 5px -5px 2px #4b3325,
    5px 0 2px #4b3325, -5px 0 2px #4b3325, 0 5px 2px #4b3325, 0 -5px 2px #4b3325;
  font-size: 80px;

  padding: 15px 0;
}

.big-sale-button{
  background:url('../images/button.png') no-repeat center center;
  background-size:contain;
  color:white;
  height:110px;
  line-height:103px;
  width:300px;
  font-size:25px;
  text-shadow:1px 1px 3px rgba(0,0,0,0.5);
  text-align:center;
}
.big-sale-button:hover{
  color:black;
}

#banner h4 {
  color: white;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.35em;
  font-weight: 400;
}

/* -------------- NFT SALE PAGE -------------- */

#nftbanner {
  color: white;
}

#nftbanner #subscribeTop {
  height: 80px;
}

#nftbanner h1.title-globals {
  color: white;
  font-size: 70px;
  line-height: 90px;
}

.nftsale-logo {
  margin: 50px 0 -80px 0;
}

.sale-counter {
  padding: 50px 0;
  max-width: 100%;
}

.counter-box {
  width: 207px;
  height: 207px;
  max-width: 20%;
  margin: 0 2%;
  background: url("../images/nftsale/counter-bg.png") no-repeat;
  background-size: contain;
  text-align: center;
  padding: 30px 0;
  color: #bbb;
}

.counter-number {
  font-family: Vanderick;
  font-size: 60px;
  color: #e2983e;
}

@media screen and (max-width: 1000px) {
  .counter-number {
    font-size: 40px;
  }
}

@media screen and (max-width: 770px) {
  .counter-number {
    font-size: 40px;
  }
  .counter-box {
    font-size: 13px;
    line-height: 30px;
  }
  #nftbanner h1.title-globals {
    font-size: 40px;
    line-height: 90px;
  }
}

@media screen and (max-width: 500px) {
  .counter-number {
    font-size: 30px;
  }
  .counter-box {
    font-size: 11px;
    line-height: 20px;
  }
}

@media screen and (max-width: 420px) {
  .counter-number {
    font-size: 24px;
  }
  .counter-box {
    font-size: 10px;
    padding: 20px 0;
    line-height: 18px;
  }
}

.sale-boxes {
  color: white;
  text-align: center;
  max-width: 100%;
  margin-top: 40px;
  position:relative;
  padding-top: 40px;
}

.boxes-loading{
  position:absolute;
  height:100%;
  background-color: rgba(0,0,0,0.7);
  border-radius: 20px;
  z-index:1;
  font-size: 25px;
  backdrop-filter: blur(4px);
  top: 0;
}

.next-purchase-container{
  font-size:20px;
}

#next-purchase{
  color:#e2983e;
  letter-spacing:3px;
  font-size:22px;
}

.nftbox-price,
.nftbox-price:hover,
.nftland a {
  background: url("../images/nftsale/button.png") no-repeat;
  width: 197px;
  height: 60px;
  display: block;
  margin: 0 auto;
  color: #e2983e;
  font-weight: bold;
  font-size: 17px;
  padding-top: 6%;
  max-width: 90%;
  background-size: contain;
}

.nftbox,
.nftland {
  background: #0a0a11;
  max-width: 300px;
  margin: 0 auto 20px auto;
  padding: 0 0 20px 0;
  border-radius: 50px;
  margin-top: 60px;
  cursor: pointer;
  /* border: 2px gold solid; */
}
.sale-state{
  margin:10px 0 -10px 0;
  font-size:18px;
}
.nftbox:hover, .nftbox:focus{
  background:#334;
}

.nftbox.ended, .nftbox.notstarted, .nftbox.soldout{
  opacity:0.75;
}
.nftbox.live{
  border:4px solid #e8e4a3;
}
.nftbox.live .nftbox-price{
  background: url("../images/nftsale/button-special.png") no-repeat;
  background-size:contain;
  color:#000;
}
.nftbox.live >img{
  animation: flying 2s infinite ease-in-out;
}

.nftbox.live .sale-state{
  font-size:20px;
  font-weight:bold;
  color:#e2983e;
}

.nftbox img,
.nftland img {
  max-width: 100%;
  margin: -130px 0 -50px 0;
}

#myBoxesLoading{
  animation: flying 2s infinite ease-in-out;
  padding:25px;
  font-size:20px;
}

#myBoxes a{
  padding-top:20px;
  color:white;
}

.nftbox-title,
.nftland-title {
  font-weight: bold;

  font-size: 20px;
}

#nftlands {
  color: white;
  text-align: center;
}

.nftland {
  font-size: 14px;
}

.nftland img {
  margin-bottom: 20px;
}

.nftland .badge {
  background-color: #6766f1;
  border-radius: 10px;
  font-size: 14px;
}

.nftland a {
  color: #6766f1;
  margin-top: 20px;
  background-image: url("../images/nftsale/button-simple.png");
}

.benefits-text {
  text-align: left;
  padding: 20px;
  margin: 20px;
  background: #0a0a11;
  border-radius: 40px;
}
.benefits-text li {
  margin-top: 20px;
}

/* -------------- END OF NFT SALE PAGE -------------- */

.banner-line {
  margin-right: 10px;
  padding-left: 10px;
  position: relative;
  top: -10px;
}

.play-button {
  padding: 20px 0px 70px 0;
}

@media screen and (max-width: 600px) {
  #banner-logo {
    width: 200px;
    padding-top: 10px;
  }

  .banner-line {
    width: 20%;
  }

  #banner p {
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  #banner h1 {
    text-align: center !important;
    font-size: 38px !important;
    font-weight: 700 !important;
  }

  .play-button {
    margin-top: 10px;
  }
}

/* -----<end> --- banner ----<end> ---- */

/* -------- footer -------- */

footer {
  background-size: 100% 22%;
  background-color: white;
  height: auto;
  margin-bottom: 60px;
  position: relative;
  padding-top: 3vw;
  background: url("../images/background-reverse.png") no-repeat top;
  background-size: 100vw 210px;
  margin-top: -2px;
}

#footer-logo img {
  margin-left: auto;
  margin-right: auto;
}

#footer-logo {
  margin-bottom: -40px;
  z-index: 10;
}

#footer-contact {
  width: 90%;
  min-height: 90px;
  border-radius: 27px;
  position: relative;
  background-image: url("../images/img-footer-background.png");
  background-size: cover;
  padding: 0 40px;
  background-position: bottom;
}

#footer-contact-label {
  position: absolute;
  width: 200px;
  height: 40px;
  top: -20px;
  left: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: white;
  font-size: 14px;
}

#footer-contact-email {
  color: white;
  font-size: 18px;
}

.nav-footer ul li a {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  margin-top: 20px;
  color: black;
}

.end {
  font-size: 14px;
  color: #888;
}

footer .container-social-link,
footer .socials {
  padding-top: 26px;
  padding-bottom: 33px;
}

@media screen and (max-width: 800px) {
  #footer-logo {
    margin-bottom: 80px !important;
  }

  #email-icon {
    background-size: 70%;
  }

  #footer-contact.footer-container-buttons {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 28px;
  }

  footer .footer-con {
    padding-top: 10px;
  }

  #footer-contact-label {
    position: static !important;
    margin-top: -50px;
  }

  footer .socials {
    padding-top: 5px;
  }

  footer .socials img {
    width: 80%;
    height: auto;
  }

  footer .socials .social-link {
    background-size: 70%;
  }

  footer .social-link {
    background-size: 70%;
  }

  footer #header-menu ul a {
    font-size: 13px;
    padding: 7px 5px 0px 5px;
  }
}

@media screen and (max-width: 575px) {
  footer .social-link img {
    width: 90%;
    height: auto;
  }

  #footer-logo img {
    width: 200px;
  }

  footer .socials .social-link {
    background-size: 70%;
  }

  footer .social-link {
    background-size: 70%;
  }

  footer .socials img {
    width: 90%;
    height: auto;
  }

  #footer-contact-email {
    font-size: 15px;
  }

  footer .socials a {
    margin: 0px !important;
  }

  .nav-footer ul li a {
    font-size: 12px !important;
    justify-content: center;
    padding: 7px 2px 7px 2px;
    box-sizing: border-box;
  }

  footer .container-social-link,
  footer .socials {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

#footer-line {
  width: 80%;
  height: 0px;
  left: 146.29px;
  top: 20px;
  border: 1px solid #777;
  border-width: 0 0 1px 0;
}

/* -----<end> --- footer ----<end> ---- */
