
#nftBlock {
    background-image: var(--img-bg-orange);
    background-repeat: repeat;

    padding-bottom: 200px;
    position: relative;
}

#pageHeader {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 90px;
}

#imgTop {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    height: 150px;
}

#nftArea {
    background-image: var(--img-bg-orange);
    background-repeat: repeat;

    width: 90%;
    max-width: 1000px;
    margin: 0 auto;

    border-radius: 10px;
    padding: 75px 0 50px;

    color: white;
}

#nftArea > div.title {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

#ownership {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
}

#ownership > div:nth-child(1) {
    padding: 50px 0 75px;
}

#ownership p {
    line-height: 28px;
}

#ownershipImg {
    padding-top: 50px;
    width: 50%;
    margin: 0 auto;
}

.sub-title {
    color: #F8FE57;
    font-size: 24px;
}

#nftWrapper {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;

    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    box-shadow: 1px 2px 10px #c66c05;
    padding: 50px 0;

    color: #EF9740;
    position: relative;
}

#nftWrapper > .title {
    color: #3981F0;
    font-size: 24px;

    text-align: center;
}

#nftWrapper > p.desc {
    width: 80%;
    margin: 0 auto;
}

.corner_topLeft {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 75px;
}

.corner_topRight {
    position: absolute;
    top: -15px;
    right: -15px;
    transform: rotateY(180deg);
    width: 75px;
}

.corner_bottomLeft {
    position: absolute;
    bottom: -15px;
    left: -15px;
    transform: rotateX(180deg);
    width: 75px;
}

.corner_bottomRight {
    position: absolute;
    bottom: -15px;
    right: -15px;
    transform: rotate(180deg);
    width: 75px;
}

#nftList {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 80%;
    margin: 0 auto;
}

.nft-item {
    margin-top: 50px;
}

.nft-item > p.title {
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 20px;
}

.nft-bg {
    background-image: var(--img-ray);
    background-size: contain;
    background-position: 50% top;
    background-repeat: no-repeat;

    width: 100%;
    height: 225px;

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

.nft-img {
    width: 150px;
}

.text-content {
    width: 85%;
    margin: 0 auto;
}

#useInGame {
    margin: 50px auto 75px;

}

#useInGame > p.sub-title {
    margin: 0;
    padding: 30px 0;
}

.type-item {
    background-image: var(--img-nft-leaf);
    background-repeat: no-repeat;
    background-size: contain;

    height: 200px;
}

.type-item-inner {
    width: 77%;
    margin: 0 auto;
    padding-top: 20px;
}

.type-item-inner > p {
    margin: 0;
}

.type-item-inner > p.title {
    padding-bottom: 5px;
    font-size: 18px;
}

.type-item-inner > p.desc {
    font-size: 13px;
    line-height: 20px;
}

#collectionWrapper > p.desc {
    line-height: 30px;
}

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

    width: 100%;
    height: 150px;

    position: absolute;
    bottom: 0;
}
