#characterInfo #snakeName,#characterList .character .name {
    font-family: eurostile-extended,EnterSansman,'Courier New',Courier,monospace
}

#characterList,#characters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 1920px;
    width: 100%;
    height: auto
}

#characters .mid-section {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 330px);
    max-width: 1600px;
    height: 180px;
    background-image: url(../design/characters/bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.no-webp #characters .mid-section {
    background-image: url(../design/characters/bg.png)
}

#characters .mid-section .preview-section {
    position: relative;
    display: block;
    width: 80%;
    max-width: 1080px
}

#characterInfo {
    width: 60%;
    max-width: 520px;
    position: absolute;
    left: 0;
    top: 3rem
}

#characterInfo #snakeName {
    padding: .3rem .3rem .3rem 2rem;
    border-top-right-radius: 3rem;
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(to left,#5354c0 34.53%,rgba(153,154,238,.266917) 124.86%,rgba(179,179,255,0) 157.76%)
}

#characterInfo #snakeIntroduction {
    color: #5455c0;
    font-style: italic;
    font-size: 1.1rem;
    padding: 1.5rem;
    background: linear-gradient(90deg,#f0e7fb 65.71%,rgba(240,231,251,0) 159.39%);
    box-shadow: 0 0 20px rgba(255,255,255,.8);
    clip-path: polygon(100% 0,100% 68%,92% 100%,0% 100%,0 50%,0% 0%)
}

#characterInfo #unlockRequirements {
    margin: 1rem auto;
    font-weight: bolder!important
}

#charSkinFilterBtns {
    z-index: 10;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
}

#hashTagBtns button {
    display: inline-block;
    background: #efe4fa;
    color: #5354c0;
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0 1rem;
    min-width: 25%;
    width: auto;
    max-width: 50%;
    border: none;
    padding: .35rem;
    text-transform: capitalize
}

#hashTagBtns button.active {
    background-color: #25258c;
    color: #fff
}

#characterPreview {
    position: absolute;
    width: 30%;
    right: 0
}

#characterPreview img {
    position: relative;
    display: block;
    margin: 0 auto;
    transform: rotate(40deg);
    height: 420px
}

#charSkinFilterBtns button {
    font-family: Nunito,'Courier New',Courier,monospace;
    background-color: #bfc0ee;
    display: inline-block;
    margin: 1rem 0.2rem;
    width: 28%;
    max-width: 10rem;
    border: none;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 2rem;
    color: #fff
}

#charSkinFilterBtns button.active,#characterList .character .box.active {
    background: #24258c
}

#characterList .content-section {
    top: -7rem;
    min-height: unset
}

#characterList .character {
    display: inline-block;
    width: 15%;
    margin: 0.2rem 0.2rem;
    border-radius: 4px;
    cursor: pointer;
}

#characterList .character .box {
    box-sizing: border-box;
    position: relative;
    background: #e5e5ff;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    width: 100%;
    max-height: 520px;
}

#characterList .character .name,#characterList .character .name.active {
    background: linear-gradient(269.97deg,rgba(98,96,201,.3) -1.24%,#5957c4 49.37%,rgba(98,96,201,.3) 99.98%)
}

#characterList .character .name {
    color: #fff;
    text-align: center;
    width: 100%;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

#characterList .character .box img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    #characters .mid-section {
        width:100%;
        height: 150px
    }

    #characterList .content-section {
        top: -5rem;
        width: 99%
    }

    #characterList .character .name {
        font-size: .65rem
    }
}

@media screen and (max-width: 720px) {
    #characterList .character {
        margin:0.2rem .2rem;
        width: 18%
    }

    #characterList .content-section {
        top: -3rem
    }

    #characterList .character .name {
        font-size: .5rem;
        padding: .25rem
    }

    #characterList .character .box {
        padding: .5rem
    }

    #characters .mid-section {
        height: 100px
    }

    #characterPreview {
        top: unset;
        width: 40%
    }

    #characterPreview img {
        height: 300px;
        right: -.5rem
    }

    #characters .mid-section .preview-section {
        width: 99%
    }

    #characterInfo #snakeIntroduction {
        padding: 1rem;
        font-size: unset;
        clip-path: polygon(100% 0,100% 85%,92% 100%,0% 100%,0 50%,0% 0%)
    }

    #charSkinFilterBtns button {
        font-size: unset;
        margin: .5rem
    }

    #hashTagBtns button {
        font-size: 1rem;
        min-width: unset
    }

    #characterInfo #snakeName {
        font-size: 1.5rem;
        padding-left: 1rem
    }
}

@media screen and (max-height: 480px) {
    #characters .mid-section {
        height:200px
    }
}
