@import url("https://fonts.googleapis.com/css2?family=Bangers&family=Homemade+Apple&family=Sacramento&display=swap");
*{
    padding: 0;
    margin: 0;
}
.video-wrapper{
    width: 100vw;
    height: 100vh;
    object-fit: fill;
}
.video-wrapper video{
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
}
.flex-center{
    display: flex;
    justify-content: center;
}
html::-webkit-scrollbar {
    display: none;
  }
@media screen and (max-width: 1340px) and (min-width: 540px){
    .partner-wrapper{
        padding: 80px 60px 60px 60px!important;
    }
    .partner-example-1{
        left: 20%!important;
    }
    .partner-example-2{
        right: 20%!important;
    }
    .video-wrapper video{
        left: -488px!important;
    }
}
@media screen and (min-width: 1341px){
    .main-content{
        height: 100vh!important;
    }
    .partner-wrapper{
        height: 100vh!important;
    }
    .video-wrapper video{
        left: 0!important;
    }
}
@media screen and (max-width: 540px){
    body *{
        display: none;
    }
    .mobile-img-wrapper{
        display: block!important;
        width: 300px;
        margin: auto;
    }
    .mobile-img-wrapper img{
        display: block!important;
        width: 100%;
    }
    .mobile-user{
        display:block!important;
        opacity: 1!important;
        background: #fff;
        padding: 30% 20px;;
    }
    .mobile-user-reminder{
        display: flex!important;
        justify-content: center;
        margin: auto 0;
        color: #000;
        font-size: 40px;
    }
}
.mobile-user{
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
}
.mobile-user *{
    display: none;
}
.header{
    text-align: center;
    background: #000;
    height: 50px;
    position: fixed;
    width: 100%;
    top: 0px;
    font-family: "Bangers", cursive;
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    z-index: 10;
    padding-left: 30px;
}
.header a{
    color: #fff;
}
.contact-wrapper{
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding: 13px 80px;
    display: flex;
    z-index: 98;
}
.contact-wrapper a{
    display: block;
    margin: 0 10px;
    width: 32px;
    cursor: pointer;
}
.contact-wrapper a:hover{
    opacity: 0.7;
}
.contact-wrapper a img{
    width: 100%;
}
/* index page*/
.main-content{
    width: 100%;
    /* height: 800px; */
    /* background:url('../image/index/banner.png') no-repeat bottom; */
    /* background-size: cover; */
    font-family: "Bangers", cursive;
}
.main-content img{
    width: 100%;
    height: 100%;
}
  .check-wrapper button {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .check-wrapper button:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5),
      0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
  }
.check-wrapper{
    position: absolute;
    top: 30%;
    right: 20%;
    background: #fff;
    z-index: 1;
}
.check-modal-wrapper{
    height: 400px;
    font-size: 24px;
}
.check-btn{
    height: 60px;
    color: #fff!important;
    font-size: 24px;
    font-weight: bold;
    border-radius: 40px;
}
.check-img-wrapper{
    height: 200px;
}
.check-img-wrapper img{
    height: 100%;
}
.arrow-wrapper{
    position: absolute;
    /* top: calc(30% - 179px);
    right: calc(20% - 70px); */
    top: calc(40% - 179px);
    right: calc(20% - 70px);
    cursor: pointer;
    width: 350px;
    z-index: 1;
    animation: bounce-inSS 2s infinite
}
@keyframes bounce-inSS {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }
.arrow-wrapper img{
    width: 100%;
}
.point-wrapper{
    position: absolute;
    /* top: calc(30% - 125px);
    right: calc(20% - 57px); */
    top: calc(40% - 125px);
    right: calc(20% - 57px);
    cursor: pointer;
    width: 250px;
    z-index: 1;
}
.point-wrapper img{
    width: 100%;
}
.wave{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    position: absolute;
    top: 26%;
    right: 23.5%;
    cursor: pointer;
    z-index: 2;
}
.wave span{
    position: absolute;
    box-sizing: border-box;
    border-radius: 50%;
    animation: animate 5s linear infinite;
    animation-delay: calc(0.5s * var(--i));
    border: none;
    background: rgba(255, 0, 0, 0.25);
    z-index: 2;
}
@keyframes animate {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}
.partner-wrapper{
    width: 100%;
    height: 840px;
    padding: 80px 120px 60px 120px;
    font-family: "Bangers", cursive;
    position: relative;
    background: url('../image/index/partner.png') no-repeat center;
    background-size: cover;
}
.partner-example-1{
    position: absolute;
    top: 20px;
    left: 30%;
}
.partner-example-2{
    position: absolute;
    top: 20px;
    right: 30%;
}
.partner-example-1 img,.partner-example-2 img{
    height: 160px;
}
.partner-item{
    overflow: hidden;
    position: relative;
    width: 180px;
    height: 180px;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 100px auto 20px auto;
    transition: all .2s;
}
.partner-item img{
    width: 100%;
    height: 100%;
}
.partner-img-wrapper{
    position: absolute;
    left: -110%;
    top: 0;
    width: 180px;
    height: 180px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    transform: skew(-30deg);
}
.partner-item:hover .partner-img-wrapper {
    left: 110%;
    transition: all .3s;
}
.partner-item:hover {
    transform: translateY(-20px);
    box-shadow: 0 26px 40px -24px rgb(0 36 100 / 50%);
}
/* Trans pages*/
.trans-wrapper{
    width: calc(100vw - 10px);
    height: 600px;
    position: relative;
    padding: 50px;
}
.trans-text-wrapper{
    font-size: 64px;
    font-family: "Bangers", cursive;
}
.trans-text div{
    margin: 10px 0;
}
/* mint page*/
.mint-wrapper{
    width: 100%;
    height: 100vh;
    /* background:url('../image/mint/mint.png') no-repeat center; */
    /* background-size: cover; */
}
.mint-loading-wrapper{
    position: fixed;
    width: calc(100vw - 10px);
    height: 100vh;
    z-index: 99;
}
.mint-loading-wrapperr{
    width: calc(100vw - 10px);
    height: 100vh;
    object-fit: fill;
}
.mint-loading-wrapper video{
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    bottom: -200px;
    left: -300px;
}
.mint-card{
    width: 800px;
    height: 600px;
    position: absolute;
    top: calc(50% - 300px) ;
    left: calc(50% - 400px);
    background: rgba(255,255,255,0.7);
    border-radius: 4%;
    padding: 20px 35px;
    display: none;
}
.mint-img-wrapper{
    height: 88%;
    margin-right: 40px;
}
.mint-img-wrapper img{
    width: 100%;
    height: 100%;
}
.mint-info{
    font-size: 24px;
    color: #444;
    height: 100%;
}
.mint-info b{
    display: inline;
    word-break:break-all;
}
.mint-warning{
    font-size: 14px;
    color: #df0c0f;
}
.icon-warpper{
    width: 16px;
    height: 16px;
    padding-top: 3px;
    margin-left: 7px;
}
.icon-warpper img{
    width: 100%;
}
.mint-fee{
    font-size: 16px;
}
.mint-warning-fee{
    font-size: 14px;
    color: #df0c0f;
    margin-left: 10px;
}