.footer_bg {
  width: 100%;
  position: relative;
  background-image: url(../img/footer/bg-footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -100px;
  padding-top: 200px;
}

.footer_bg .box_pjt {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .eggland_bg {
    width: 100%;
    position: relative;
    background-image: url(../img/asset/background/back-battle-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 900px) {
  .footer_bg .box_pjt {
    padding-bottom: 16vw;
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer_bg {
    width: 100%;
    position: relative;
    background-image: url(../img/footer/bg-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -100px;
    padding-top: 200px;
  }

  .eggland_bg {
    width: 100%;
    position: relative;
    background-image: url(../img/asset/background/back-battle-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.footer_bg .box_pjt .left_2k {
  margin-top: 0.52083333vw;
  width: 14.58333333vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .footer_bg .box_pjt .left_2k {
    width: auto;
  }
}

.footer_bg .box_pjt .left_2k .logo_dcfx {
  width: 250px;
  position: relative;
  z-index: 950;
}

@media screen and (max-width: 900px) {
  .footer_bg .box_pjt .left_2k .logo_dcfx {
    width: 40.8vw;
  }
}

.footer_bg .box_pjt .left_2k .social__tw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.88541667vw;
}

@media screen and (max-width: 900px) {
  .footer_bg .box_pjt .left_2k .social__tw {
    margin-top: 2.66666667vw;
  }
}

.footer_bg .box_pjt .left_2k .social__tw .twitter_box {
  height: 1.5625vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .footer_bg .box_pjt .left_2k .social__tw .twitter_box {
    height: 8vw;
  }
}

.footer_bg .box_pjt .left_2k .social__tw .twitter_box .iconsx_ {
  width: 1.77083333vw;
  height: 1.77083333vw;
  background-image: url(../img/footer/twitter_blank.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 900px) {
  .footer_bg .box_pjt .left_2k .social__tw .twitter_box .iconsx_ {
    width: 4.06666667vw;
    height: 4.06666667vw;
  }
}

.footer_bg .box_pjt .left_2k .social__tw .twitter_box span {
  margin-left: 4px;
  font-size: 20px;
  color: #ffce5f;
}

@media screen and (max-width: 900px) {
  .footer_bg .box_pjt .left_2k .social__tw .twitter_box span {
    margin-left: 1.6vw;
    font-size: 4.26666667vw;
    line-height: 1.5;
  }
}

.footer_bg .box_pjt .left_2k .social__tw .twitter_box:hover .iconsx_ {
  background-image: url(../img/footer/twitter_blue.png);
}

.footer_bg .box_pjt .left_2k .social__tw .twitter_box:hover span {
  color: #9a4210;
}

.footer_bg .box_pjt .right_dc {
  margin-left: 4.94791667vw;
}

@media screen and (max-width: 900px) {
  .footer_bg .box_pjt .right_dc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer_bg .box_pjt .right_dc .title_16 {
  margin-top: 16px;
  font-size: 0.83333333vw;
  line-height: 1.04166667vw;
  color: #6d7081;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .footer_bg .box_pjt .right_dc .title_16 {
    margin-top: 9.33333333vw;
    font-size: 4.26666667vw;
    line-height: 1.5;
  }
}

.footer_bg .box_pjt .right_dc .form___2j9Cl input::input-placeholder {
  color: #c3c3c3;
}

.footer_bg .box_pjt .right_dc .contact_ {
  margin-top: 16px;
}

@media screen and (max-width: 900px) {
  .footer_bg .box_pjt .right_dc .contact_ {
    margin-top: 5.33333333vw;
    text-align: center;
  }
}

.footer_bg .box_pjt .right_dc .contact_ .title_16 {
  font-size: 0.83333333vw;
  line-height: 1.04166667vw;
  color: #6d7081;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .footer_bg .box_pjt .right_dc .contact_ .title_16 {
    margin-top: 5.33333333vw;
    font-size: 4vw;
    line-height: 5.33333333vw;
  }
}

.footer_bg .box_pjt .right_dc .contact_ .email-box {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.41666667vw;
}

@media screen and (max-width: 900px) {
  .footer_bg .box_pjt .right_dc .contact_ .email-box {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.13333333vw;
  }
}

.footer_bg .box_pjt .right_dc .contact_ .email-box .divider_rost {
  margin: 0 10px;
  width: 2px;
  background-color: #ad5915;
}

@media screen and (max-width: 900px) {
  .footer_bg .box_pjt .right_dc .contact_ .email-box .divider_rost {
    display: none;
  }
}

.footer_bg .box_pjt .right_dc .contact_ .email-box a {
  font-size: 20px;
  color: #ffce5f;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .footer_bg .box_pjt .right_dc .contact_ .email-box a {
    font-size: 20px;
  }
}

.footer_bg .box_pjt .right_dc .contact_ .email-box a:focus,
.footer_bg .box_pjt .right_dc .contact_ .email-box a:hover {
  color: #b14000;
}

.footer_bg .box_pjt .right_dc .text_zk {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #893e14;
}

@media screen and (max-width: 900px) {
  .footer_bg .box_pjt .right_dc .text_zk {
    font-size: 20px;
  }
}

.game_btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 48px;
}

.game_btn {
  position: relative;
  width: 300px;
  height: 114px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-enter span {
  font-family: Supercell-Magic, sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: -4px -4px 0 #4c2b08, -1px -4px 0 #4c2b08, 0 -4px 0 #4c2b08,
    1px -4px 0 #4c2b08, 4px -4px 0 #4c2b08, 4px -1px 0 #4c2b08, 4px 0 0 #4c2b08,
    4px 1px 0 #4c2b08, 4px 4px 0 #4c2b08, 1px 4px 0 #4c2b08, 0 4px 0 #4c2b08,
    -1px 4px 0 #4c2b08, -4px 4px 0 #4c2b08, -4px 1px 0 #4c2b08, -4px 0 0 #4c2b08,
    -4px -1px 0 #4c2b08;
  color: #fffff3;
  text-decoration: none;
}

.game_btn span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.game_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/asset/btn-play.png) center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}

.game_btn:hover {
  cursor: pointer;
  transform: scale(1.05) !important;
  z-index: 1;
}

.wrapper_wdlc {
  background-image: url(../img/land/land-background.jpg);
  height: 700px;
  -moz-background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (max-width: 768px) {
  .wrapper_wdlc {
    display: none;
  }
}

.infobx_zfx {
  max-width: 430px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(62px, -4px);
  -moz-transform: translate(62px, -4px);
  transform: translate(62px, -4px);
}

@media (max-width: 980px) {
  .infobx_zfx {
    left: 30% !important;
  }
}

.board_yoyo {
  width: 430px;
  height: 503px;
  background-repeat: no-repeat;
  background-position: 50%;
  -moz-background-size: contain;
  background-size: contain;
}

@media (max-width: 768px) {
  .board_yoyo {
    width: 320px;
    height: 374px;
    background-repeat: no-repeat;
    background-position: 50%;
    -moz-background-size: contain;
    background-size: contain;
  }
}

.board_yoyo .content_st77 {
  color: #462d17;
  width: 340px;
  margin: 0 auto;
  padding-top: 116px;
  font-size: 22px;
}

.board_yoyo .content_st77 > h2 {
  font-size: 44px;
  line-height: 55px;
  font-weight: 400;
}

.dcland {
  text-transform: uppercase;
  font-family: Supercell-Magic, sans-serif;
  text-shadow: -4px -4px 0 #4c2b08, -1px -4px 0 #4c2b08, 0 -4px 0 #4c2b08,
    1px -4px 0 #4c2b08, 4px -4px 0 #4c2b08, 4px -1px 0 #4c2b08, 4px 0 0 #4c2b08,
    4px 1px 0 #4c2b08, 4px 4px 0 #4c2b08, 1px 4px 0 #4c2b08, 0 4px 0 #4c2b08,
    -1px 4px 0 #4c2b08, -4px 4px 0 #4c2b08, -4px 1px 0 #4c2b08, -4px 0 0 #4c2b08,
    -4px -1px 0 #4c2b08;
  color: #fffff3;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .board_yoyo {
    width: 320px;
    height: 374px;
    background-repeat: no-repeat;
    background-position: 50%;
    -moz-background-size: contain;
    background-size: contain;
  }
}

@media (max-width: 768px) {
  .board_yoyo .content_st77 {
    width: 255px;
    padding-top: 79px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .board_yoyo .content_st77 > h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

.wrapper_mbld {
  background-repeat: no-repeat;
  background-position: 50%;
  -moz-background-size: contain;
  height: 100%;
  display: none;
  -moz-background-size: 768px 683px;
  background-position: center top;
}

@media (max-width: 768px) {
  .wrapper_mbld {
    display: block;
  }
}

.wrapper_mbld .info_paper {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
}

.wrapper_mbld .info_paper > div {
  -webkit-transform: translateY(-35px);
  -moz-transform: translateY(-35px);
  transform: translateY(-35px);
}

.team__content {
  margin-bottom: 40px;
}

.team__content h4 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.gp-4 {
  justify-content: center;
}

.g-10 {
  gap: 10px;
}

.team__item {
  overflow: hidden;
}

.team__content p {
  margin-bottom: 10px;
  font-size: 18px;
}

.team__thumb {
  margin-bottom: 20px;
}

.team__item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  padding: 10px;
}

@media not all and (pointer: coarse) {
  .team__item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.team__thumb img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.team__content h4 a {
  color: #fff;
}

.team__content p {
  color: #b3b3b3;
}

.social-item img {
  height: 34px !important;
}

.text-center {
  text-align: center !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.overline[vb5] {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #cb8764;
}

.heading[ve74] {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
  color: #c9c1b4;
}

.brands {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.brand {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 34px;
  width: 140px;
  height: 68px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 1s; /* Add this line */
}

/* Add this keyframes rule for the spinning effect */
@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.brand-spin {
  animation: spin 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: rotateY(360deg);
}

.nfthive {
  background-image: url('../img/partnr/nfthive.png');
  }
  
  .defibox {
  background-image: url('../img/partnr/defibox.png');
  }
  
  .alcorwhite {
  background-image: url('../img/partnr/alcorwhite.cb298e8.svg');
  }
  
  .neftyblocks {
  background-image: url('../img/partnr/apple-touch-icon.png');
  }
  
  .atomichub {
  background-image: url('../img/partnr/atomichub.svg');
  }
  
  .dappradar {
  background-image: url('../img/partnr/dappradar.png');
  }

  @media (max-width: 1024px) {
    .brand {
    flex-basis: 140px;
    min-width: 140px;
    margin-left: 20px;
    margin-right: 20px;
    }
    }
    
    @media (max-width: 600px) {
    .brand.pt21b {
    margin-left: 10px;
    margin-right: 10px;
    flex-basis: 25%;
    min-width: 25%;
    }
    }



.ad {
  display: flex;
  overflow: hidden;
  max-width: 600px;
  margin: 16px auto;
}

.ad.is-left {
  justify-content: flex-start;
}

.ad.is-center {
  justify-content: center;
}

.ad.is-right {
  justify-content: flex-end;
}

.ad img {
  display: inline-block;
  height: 187px;
  width: 500px;
  max-width: none;
}

.pfly {
  align-self: flex-end;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}
.bnc1 {
  animation-name: bnc1;
  animation-timing-function: ease-in-out;
}
@keyframes bnc1 {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-7px) translateX(0);
  }
  50% {
    transform: translateY(0) translateX(0);
  }
  75% {
    transform: translateY(-7px) translateX(0);
  }
}

.lvlup {
  display: inline-block;
  background-image: url('img\token\up.png');
  background-size: cover;
  width: 100px;
  height: 100px;
  transition: transform 0.3s ease-in-out;
}

.lvlup:hover {
  transform: scale(1.2);
}

.odds {
  display: inline-block;
  background-image: url('img\token\odds.png');
  background-size: cover;
  width: 100px;
  height: 100px;
  transition: transform 0.3s ease-in-out;
}

.odds:hover {
  transform: scale(1.2);
}
.icon {
  display: inline-block;
  background-image: url('img\token\pack.png');
  background-size: cover;
  width: 100px;
  height: 100px;
  transition: transform 0.3s ease-in-out;
}

.icon:hover {
  transform: scale(1.2);
}
.land {
  display: inline-block;
  background-image: url('img\token\land.png');
  background-size: cover;
  width: 100px;
  height: 100px;
  transition: transform 0.3s ease-in-out;
}

.land:hover {
  transform: scale(1.2);
}

.arrow {
  display: inline-block;
  margin-right: 8px;
  transition: transform 0.3s ease;
}

input[type="checkbox"]:checked ~ .tab-label .arrow {
  transform: rotate(90deg);
}
