.project {
  position: relative;
  overflow: hidden;
}
.project img {
  display: block;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .container {
  margin: auto;
  padding: 0 25px;
  width: 100%;
  max-width: 1280px;
}
.project .kv {
  width: 100%;
  position: relative;
}
.project .kv picture img{
  width: 100%;
}

.project .kv__logoBox {
    position: absolute;
    top: 2%;
    right: 1.1%;
    z-index: 10;
}

.project .kv__logoBox img {
    width: 30px;
    margin-left: auto;
}

.project .kv__logoBox p {
    text-align: right;
    color: #000;
    font-size: 8px;
    line-height: 1.2;
    margin-top: 5px;
    text-shadow: 0 0 10px #cbd1f3;
    max-width: 80px;
}

@media (min-width: 768px) {
    .project .kv__logoBox img {
        width: 80px;
        
    }
    .project .kv__logoBox p {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 10px;
        max-width: 100%;
    }
}





@media (min-width: 996px) {
    .mainBody {
        padding: 60px 0 0;
    } 
}

.buyNow .tab__flexBoxInside-pic::after {
  display: none !important;
}

.buyNow .tab__flexBox {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

.buyNow .tab__flexBox.select {
  -webkit-filter: drop-shadow(0 8px 1px #560a0a);
          filter: drop-shadow(0 8px 1px #560a0a);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.buyNow .tab__label {
  background: #fee387;
  color: #2f3b53;
}

.buyNow .tab__label p {
  font-size: 14px;
}

@media (min-width: 996px) {
  .buyNow .tab__label p {
    font-size: 18px;
  }
}
.buyNow .hatch__slider .hatch__box {
  padding: 30px 25px;
  position: relative;
}

.buyNow .hatch__slider .hatch__box::before {
  /*content: "";*/
  position: absolute;
  z-index: 0;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #000100;
  -webkit-box-shadow: #c8cec8 3px 3px 5px inset;
          box-shadow: #c8cec8 3px 3px 5px inset;
}

.buyNow .hatch__slider .hatch__box::after {
  /*content: "";*/
  position: absolute;
  z-index: 0;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #000100;
  -webkit-box-shadow: #c8cec8 3px 3px 5px inset;
          box-shadow: #c8cec8 3px 3px 5px inset;
}

.buyNow .sec3__title {
  color: #fff;
  padding: 25px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

/* .buyNow .hatch__buyNowBtn-buynow--gaming {
  background: #3d9bb9;
} */

.redeem__flex a {
  color: #fff;
  text-decoration: underline;
}

.redeem__flex a:hover {
  text-decoration: none;
}

@media (min-width: 996px) {
  .redeem__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
}

.redeem__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.redeem__item--title {
  padding-bottom: 20px;
}

.redeem__item--title span {
  background: linear-gradient(45deg, #3bdbb6, #138e9d);
  display: inline-block;
  padding: 10px 25px;
}

.redeem figure {
  text-align: center;
}

.redeem figure img {
  filter: grayscale();
  max-width: 250px;
  margin: 0 auto 20px;
}

.redeem__arrow {
  margin: 20% 30px 0;
  text-align: center;
}

.redeem__arrow img {
  width: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 996px) {
  .redeem__arrow img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.redeem__btnBox {
  padding-top: 50px;
  text-align: center;
}

@media (min-width: 996px) {
  .redeem__btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.text--note {
  text-align: center;
  padding-top: 50px;
}

.intro {
  padding: 30px 0 0;
}

@media (min-width: 996px) {
  .intro {
    padding: 45px 0 0;
  }
}

.intro__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.intro__wrapper a {
  display: block;
}

.intro__wrapper a:first-child {
  margin-bottom: 40px;
}

.intro .btns__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 996px) {
    .intro .btns__wrapper {
        max-width: 50%;
    }
  }

.intro .btns__wrapper a {
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  text-align: center;
  /* background: linear-gradient(275deg, #2c47a0, #1f7982, #2a4e9c); */
  background: linear-gradient(275deg, #fdce27, #fddb70, #ffeb9f);
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  cursor: pointer;
  -webkit-transition: .5s all;
  transition: .5s all;
  color: #2f3b53;
}
@media (min-width: 996px) {
    .intro .btns__wrapper a {
        padding: 15px 10px;
    }
  }
.intro .btns__wrapper a:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  /* background: linear-gradient(275deg, #2c47a0, #1f7982, #2a4e9c); */
  background: linear-gradient(275deg, #fdce27, #fddb70, #ffeb9f);
}

.announced {
  padding: 25px;
  background: rgba(0, 0, 0, 0.9);
}

@media (min-width: 996px) {
  .announced {
    padding: 80px 25px;
  }
}

.announced__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

.announced p {
  opacity: .6;
  padding-top: 25px;
  font-size: 14px;
}

.announced-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}

.announced-logos img {
  height: 80px;
}

.popup {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.popup__inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  height: auto;
  background: #111;
  color: #fff;
}

.popup-close {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 100%;
}

.popup-close:hover::before {
  background: rgba(255, 255, 255, 0.5);
}

.popup-close::before {
  font-family: "msi-icons" !important;
  content: "\ea02";
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 100%;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

@media (min-width: 996px) {
  .popup-close::before {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

.popup__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: linear-gradient(275deg, #2c47a0, #1f7982, #2a4e9c);
  padding: 10px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-shadow: #111 1px 1px 3px;
}

@media (min-width: 996px) {
  .popup__header {
    font-size: 30px;
  }
}

.popup__content {
  height: 80vh;
  overflow-y: auto;
  padding: 25px;
}

.popup__content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.popup__content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.popup__content::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#737576), color-stop(#bdbfc3), to(#96999c));
  background: linear-gradient(to bottom, #737576, #bdbfc3, #96999c);
  border-radius: 10px;
}

@media (min-width: 996px) {
  .popup__content {
    padding: 50px;
  }
}

.terms {
  font-size: 17px;
  line-height: 1.8;
  font-weight: normal;
}

.terms__title {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 15px;
}

.terms ul {
  margin-left: 20px;
}

.terms ul li {
  list-style: disc;
  padding: 5px 0;
}

.terms ol {
  margin-left: 25px;
}

.terms ol li {
  list-style: lower-roman;
}

.terms h4 {
  padding: 15px 0;
}

.terms a {
  color: rgba(193, 152, 101, 0.5);
  text-decoration: underline;
}

.terms a:hover {
  text-decoration: none;
}

.diablo {
  text-align: center;
}

.diablo a {
  color: #c2962f;
}

.diablo a:hover {
  text-decoration: underline;
}

.diablo .redeem__step {
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 40px;
}

.diablo .redeem__step span {
  display: inline-block;
  background: linear-gradient(45deg, rgba(129, 85, 32, 0.5), rgba(211, 177, 120, 0.5));
  border-radius: 20px;
  padding: 10px;
  color: #fff;
}

.diablo .redeem__step:first-child {
  margin-top: 0;
}

.diablo .redeem__text {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}

.diablo .redeem__note {
  opacity: .6;
  padding-top: 15px;
  font-size: 14px;
}

.project {
  position: relative;
  color: #fff;
  background-image: linear-gradient(90deg, #070707, #383841 80%);
  background-size: contain;
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project picture {
  display: block;
}

.project h1 {
  position: absolute;
  top: -10px;
  font-size: 0;
}

.project .common__title {
  font-size: 28px;
  padding: 0 25px;
  color: #fff;
  text-align: center;
  /* background: linear-gradient(to bottom, #ffb904 70%, #f4142c); */
  background-clip: text;
  color: #fff;
  margin-bottom: 2rem;
}

@media (min-width: 996px) {
    .project .common__title {
        font-size: 45px;
    }
}

.project .common__btnwrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding: 25px;
}

@media (min-width: 996px) {
  .project .common__btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.project .common-btn {
  padding: 15px 10px;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  text-align: center;
  /* background: linear-gradient(275deg, #2c47a0, #1f7982, #2a4e9c); */
  background: linear-gradient(275deg, #fdce27, #fddb70, #ffeb9f);
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  cursor: pointer;
  -webkit-transition: .5s all;
  transition: .5s all;
  color: #2f3b53;
}

.project .common-btn:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          /* background: linear-gradient(275deg, #2c47a0, #1f7982, #2a4e9c); */
          background: linear-gradient(275deg, #fdce27, #fddb70, #ffeb9f);
}

.bundle__content {
    color: #222;
}


.intro__icon {
  position: absolute;
  z-index: 1;
}

@media (min-width: 1024px) {
  .intro__icon-1 {
  left: -8%;
  top: 15%;
  width: 12em;
}  
  .intro__icon-2 {
  left: 90%;
  top: 0;
  width: 9em;
  rotate: 25deg;
}
  .intro__icon-3 {
  left: 25%;
  top: -50%;
  width: 4em;
  rotate:-15deg;
}
}


@media screen and (max-width: 996px) {
  div.intro__icon-1 {
    display: none;
  }
  div.intro__icon-2 {
    display: none;
  }
  div.intro__icon-3 {
    display: none;
  }
}



.visit__title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  z-index: 20;
  position: relative;
  margin: 2% 0 2% 0;
}


.visit__link {
  margin: 2% 0 10% 0;
  gap: 1em;
}

.visit__link a {
  width: 80%;
  display: block;
  margin: 0 auto 10px;
  opacity: 0.8;
}

.visit__link a:hover {
  opacity: 1;
  transform: translateY(-20px);
  transition-behavior:allow-discrete;
  transition: 0.1s;
  box-shadow: 5px 5px #fee387;
}

@media (min-width: 768px) {
.visit__gm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
  
.visit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
  
.visit__link a {
  width: 50%;
  margin: 0;
}

}


/*# sourceMappingURL=main.css.map */