.gtcoin-banner {
    position: relative;
    padding: 157px 0 50px;
}
.gtcoin-banner::after {
    content: "";
    width: 1018px;
    height: 1018px;
    border-radius: 1018px;
    background: linear-gradient(
        114deg,
        rgba(252, 80, 32, 0.38) -25.23%,
        rgba(253, 111, 38, 0.38) 37.7%,
        rgba(248, 207, 65, 0.38) 100%
    );
    filter: blur(174.5px);
    position: absolute;
    z-index: 0;
    top: -10%;
    left: -40%;
}
.gtcoin-banner .tt {
    width: 100%;
    font-weight: 700;
    text-align: center;
    max-width: 758px;
    font-size: 100px;
    line-height: 82px; /* 136.667% */
    letter-spacing: -2px;
    position: relative;
    z-index: 1;
}
.gtcoin-content {
    color: #f3f3f3;
    font-size: var(--size-20);
    font-weight: 400;
    max-width: 952px;
    margin: 0 auto;
}
.gtcoin-content p {
    margin: 0 0 24px;
}
.gtcoin-lists {
    margin-top: 24px;
    padding-bottom: 28px;
}
.gtcoin-lists .item {
    margin-bottom: 48px;
    max-width: 952px;
    margin-left: auto;
    margin-right: auto;
}
.gtcoin-lists .item .tt {
    gap: 26px;
    font-size: var(--size-25);
    line-height: 22px;
    display: flex;
    align-items: center;
}
.gtcoin-lists .item .tt > div:nth-child(1) {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ff9839;
}
.gtcoin-lists .item .if {
    margin-top: 32px;
    font-size: var(--size-20);
    line-height: 33px;
    padding-left: 54px;
}
.tt-intro {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    padding: 100px 0 8px;
}
.tt-eco {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    padding: 23px 0 50px;
}
.token-plan {
    margin-top: 72px;
    font-size: 20px;
    text-align: center;
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
}
.token-plan th,
.token-plan td {
    padding: 18px 10px;
    border: 2px solid #ffffff;
}
.token-plan th:nth-child(1) {
    width: 200px;
}
.token-plan th:nth-child(2) {
    width: 330px;
}
.allocation {
    margin: 42px auto 0;
    width: 761px;
}
.allocation .it {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.allocation .it .name {
    width: 137px;
}
.allocation .it .percent {
    height: 50px;
    position: relative;
    width: calc(100% - 137px);
    border-radius: 5px;
    background: var(--grey1, #403d39);
}
.allocation .percent .text {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.allocation .percent .color {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(90deg, #ff9839 0%, #f8cf41 100%);
}
@media (max-width: 820px) {
    .gtcoin-banner {
        padding: 97px 0 0;
    }
    .gtcoin-banner .tt {
        font-size: 50px;
        line-height: 130%; /* 65px */
        letter-spacing: -1px;
        text-transform: uppercase;
    }
    .gtcoin-banner::after {
        left: -190%;
    }
    .tt-intro {
        font-size: 15px;
        padding-top: 97px;
        padding-bottom: 10px;
        line-height: normal;
        text-transform: uppercase;
    }
    .tt-eco,
    .gtcoin-lists,
    .gtcoin-content,
    .tt-intro {
        position: relative;
    }
    .gtcoin-content {
        padding-left: 38px;
        padding-right: 38px;
        font-size: 12px;
        line-height: normal;
        padding-bottom: 3px;
    }
    .gtcoin-lists {
        padding-bottom: 0;
    }
    .gtcoin-lists .item {
        padding-left: 38px;
        padding-right: 38px;
        margin-bottom: 27px;
    }
    .gtcoin-lists .item .tt {
        gap: 10px;
        font-size: 12px;
        line-height: 7.256px;
    }
    .gtcoin-lists .item .if {
        font-size: 10px;
        line-height: normal;
        padding-left: 18px;
        margin-top: 10px;
    }
    .gtcoin-lists .item .tt > div:nth-child(1) {
        width: 8px;
        height: 8px;
    }
    .tt-eco {
        font-size: 15px;
        line-height: normal;
        padding: 22px 0 30px;
    }
    .img-eco {
        position: relative;
        padding-left: 38px;
        padding-right: 38px;
    }
    .token-plan {
        margin-top: 18px;
        font-size: 13.205px;
        line-height: 21.788px;
    }
    .allocation,
    .token-plan-wrap {
        padding-left: 38px;
        padding-right: 38px;
    }
    .tt-intro.plan,
    .tt-intro.allo {
        margin-top: 4px;
    }
    .token-plan th,
    .token-plan td {
        padding: 13px 10px;
    }
    .allocation .it .name {
        font-size: 10px;
        line-height: normal;
        width: 89px;
    }
    .allocation .it .percent {
        width: calc(100% - 89px);
        border-radius: 2.34px;
        height: 22px;
    }
    .allocation {
        width: 100%;
        margin-top: 20px;
    }
    .allocation .it {
        margin-bottom: 15px;
    }
    .game-gtcoin .bg-home {
        padding-bottom: 164px;
    }
}
