body {
    background-image: var(--img-bg-cream);
    background-repeat: repeat;
}

#themeBlock {
    width: 100%;
    background-color: #5da9a9;
}

#packageArea {
    background-image: var(--img-game-bgm-page);
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-size: 100% auto;

    width: 100%;
    max-width: 536px;
    height: 800px;
    margin: 0 auto;
    overflow: hidden;
}

#packageWrapper {
    padding-top: 440px;
    width: 90%;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#packageDesc {
    width: 100%;
    text-align: center;
}

#packageDesc > p.title {
    font-size: 36px;
    line-height: 45px;
    margin: 20px 0 0;
    text-shadow: 2px 5px 10px #757575;
}

#packageDesc > p.desc {
    font-size: 16px;
    line-height: 26px;
    margin: 5px 0 0;
    text-shadow: 2px 5px 10px #757575;
}

/*******************************************************/
/***  game introduction  ***/
#gameBlock {
    background-image: var(--img-bg-green);
    background-repeat: repeat;

    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
}

#gameArea {
    background-image: var(--img-bg-orange);
    background-repeat: repeat;
    position: relative;
    padding-bottom: 40px;

    width: 450%;
    border-radius: 0 0 50% 50%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.redGrid {
    background-image: var(--img-red-grid);
    background-repeat: repeat-x;
    background-size: auto 128px;
    background-position: 50% 0;
    width: 100%;
    height: 128px;
}

#animal1 {
    position: absolute;
    width: 100px;
    left: calc(50% + 25vw);
    top: 350px;
    opacity: 0.5;
    transform: rotateY(180deg);
}

#animal2 {
    position: absolute;
    width: 100px;
    left: calc(50% - 50vw);
    top: 1490px;
    transform: rotateY(180deg);
}

#gameWrapper {
    width: 95vw;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}

.corner_topLeft {
    display: none;
}

.corner_topRight {
    display: none;
}

.corner_bottomLeft {
    display: none;
}

.corner_bottomRight {
    display: none;
}

.clsCard {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: white;
    width: 85%;
    margin: 0 auto;
}

.slideImg {
}

.slideImg > img {
    width: 100%;
}

.slideInfo {
    margin: 15px 0 30px;
    position: relative;
    text-align: center;
}

.slideInfo > p.title {
    font-size: 28px;
    line-height: 60px;
    margin: 0 auto;
    white-space: nowrap;
}

.slideInfo > p.desc {
    margin: 10px auto;
}


#buildingArea {
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}

.clsOrange {
    width: 60px;
    position: absolute;
    display: none;
}

#orange1 {
    top: 1px;
    left: 30%;
}

#orange2 {
    top: 300px;
    right: 3%;
}

#orange3 {
    top: 560px;
    left: 2%;
}

#orange4 {
    top: 850px;
    right: 2%;
}

#orange5 {
    top: 1100px;
    left: 2%;
}

#orange6 {
    top: 1330px;
    left: 50%;
}

#buildingWrapper {
    width: 95%;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}

.clsCardColumn {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 0 auto;
}

.clsCardColumn > .slideInfo {
    width: unset;
    text-align: center;
    color: white;
}

.clsCardColumn > .slideInfo > p.title {
    font-size: 32px;
}

#buildingWrapper .slideInfo > p.title {
    color: red;
    white-space: unset;
}

#buildingWrapper .slideInfo > p.desc {
    color: #a46033;
}

.clsCardColumn > .slideImg {
    width: unset;
}


/**************************************************/
/**** nft *****/
#nftBlock {
    background-image: var(--img-orange-bar);
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-size: auto 150px;

    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
}

#nftArea {
    background-image: var(--img-bg-orange);
    background-repeat: repeat;
    position: relative;
    padding-bottom: 40px;

    width: 450%;
    overflow: hidden;
    border-radius: 0 0 50% 50%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#coinWrapper {
    width: 95vw;
    margin: 0 auto;
    text-align: center;
}

#coinWrapper > img {
    width: 75%;
}

#nftInfo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#nftInfo > p.title {
    font-size: 45px;
    line-height: 70px;
    margin: 0;
}

#nftInfo > p.desc {
    margin: 0;
    width: 80%;
    line-height: 36px;
}


/**************************************************/
/**** social *****/
#socialBlock {
    background-image: var(--img-bg-green);
    background-repeat: repeat;

    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}

#socialArea {
    width: 100%;
}

#imgSocial1 {
    display: none;
}

#imgSocial2 {
    display: none;
}

#socialWrapper {
    width: 95%;
    margin: 0 auto;
    padding: 50px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#socialWrapper .slideInfo > p.title {
    color: red;
}

#socialWrapper .slideInfo > p.desc {
    color: #F7910E;
}

#imgGrass {
    background-image: var(--img-fence);
    background-repeat: repeat-x;
    background-size: auto 150px;

    width: 100%;
    height: 150px;

    position: absolute;
    bottom: 0;
}

/*
    Shop Block
*/
#shopBlock {
    width: 100%;
    overflow: hidden;
}

#shopArea {
    background-image: var(--img-bg-green);
    background-repeat: repeat;
}

#shopWrapper {
    padding: 75px 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sunflower {
    display: none;
}

#shopInfo {
    /*width: 90%;*/
    /*margin-right: 50px;*/
}

#shopInfo > p {
    font-size: 20px;
}

#shopImg {
    width: 100%;
    text-align: center;
}

#shopImg > img {
    height: 350px;
}

#nftBtn {
    background-image: var(--img-btn-blue);
    background-repeat: no-repeat;
    background-size: 200px 100%;
    background-position: 50%;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

#grass2 {
    background-image: var(--img-leaves-bar);
    background-repeat: repeat-x;
    background-size: auto 128px;
    background-position: 50% 0;
    width: 100%;
    height: 85px;
    position: relative;
    top: -30px;
    z-index: -1;
}
