.hero-banner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: url("../image/fnaf%20hero%20banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 800px;
}

.banner-word {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 210px;
}

.banner-word h1 {
    font-size: 48px;
    color: #fff8a8;
    text-shadow: #FFEA00 0px 0px 25px;
    transition: opacity 0.1s, filter 0.1s;
}

.banner-word h2 {
    font-size: 28px;
    font-family: Pixelify Sans, sans-serif;
    color: #FFC5FE;
    text-shadow: #FFC5FE 0px 0px 25px;
    margin-top: 90px;
}

.read-more {
    position: relative;
    text-align: center;
}

.read-more-btn {
    cursor: pointer;
    margin-top: -200px;
    background: #D256CC;
    color: #fff;
    font-size: 24px;
    padding: 18px 48px;
    font-family: 'Pixelify Sans', sans-serif;
}

.read-more-btn:hover {
    background: #c142ba;
    color: #fff;
}

.introduction-container {
    position: relative;
    background-image: url("../image/eye%2010.png");
    background-size: cover;
    background-position: center;
    min-height: 300px;
    margin-top: 10%;
}

.introduction {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.introduction p {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 10px;
    margin-top: 20px;

}

.character-header {
    text-align: center;
    color: #FF8AFD;
    text-shadow: 0 0 8px #FF8AFD, 0 0 2px;
    transition: opacity 0.1s, filter 0.1s;
}

.character-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 48px auto 0 auto;
    flex-wrap: wrap;
}

.character-pic img {
    box-shadow: 0 0 15px #D256CC;
}

.character-pic img:hover {
    box-shadow: 0 0 40px #FF8AFD;
}

.character-name {
    text-align: center;
    margin-top: 16px;
    color: white;
    text-shadow: 0 0 8px #FFEA00;
    font-size: 32px;
    letter-spacing: 2px;
    font-family: 'Pixelify Sans', sans-serif;
}

.view-all {
    display: flex;
    justify-content: center;
}

.view-all a {
    text-decoration: none;
}

.viewall-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #e06be0;
    padding: 0 20px;
    margin-top: 40px;
}

.the-fanlab {
    text-align: center;
    margin-top: 100px;
}

.fanlab {
    font-size: 64px;
    color: #FF8AFD;
    letter-spacing: 2px;
    text-shadow: 0 0 8px #FF8AFD, 0 0 2px;
    font-family: 'Pixelify Sans', sans-serif;
    margin-top: 80px;
    transition: opacity 0.1s, filter 0.1s;
}

.fanlab-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin: 48px;
}


.fanlab-pic img {
    border: 4px solid #fff;
    border-radius: 12px;
}


.view-all {
    display: flex;
    justify-content: center;
}

.viewall-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    background: #e06be0;
    padding: 2px 30px;
    margin-top: 40px;
}

.helpy {
    display: flex;
    justify-content: flex-end;
    margin-top: -80px;
    flex-wrap: wrap;
}

@media screen and (max-width: 1170px) {
    .character-pic {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


/*tablet size*/
@media screen and (max-width: 768px) {

    .hero-banner {
        min-height: 650px;
        width: 100%;
    }


    .banner-word {
        padding-top: 15px;

    }

    .banner-word h1 {
        font-size: 40px;
    }

    .banner-word h2 {
        font-size: 20px;
        margin-top: 60px;
    }

    .introduction-container {
        min-height: 220px;
    }

    .character-list {
        margin: 20px auto 0 auto;
    }

    .character-list img {
        width: 100%;
    }

    .character-name {
        font-size: 28px;
    }

    .the-fanlab {
        text-align: center;
        margin-top: 100px;
    }

    .fanlab {
        font-size: 48px;
        margin-top: 80px;
    }

    .fanlab-list img {
        width: 100%;
    }

    .helpy {
        margin-top: 20px;
    }

}

/*tablet size*/
@media screen and (max-width: 570px) {
    .hero-banner {
        min-height: 570px;
        width: 100%;
    }

    .banner-word {
        padding-top: 25px;

    }

    .introduction-container {
        min-height: 190px;
    }

    .character-list {
        margin: 40px auto 0 auto;
    }

    .character-pic {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-word h1 {
        font-size: 32px;
    }

    .banner-word h2 {
        font-size: 14px;
        margin-top: 50px;
    }
}

/*mobile size*/
@media (max-width: 414px) {

    .hero-banner {
        display: flex;
        width: 100%;
        min-height: 400px;
    }

    .banner-word {
        padding-top: 50px;

    }

    .banner-word h1 {
        font-size: 24px;
    }

    .banner-word h2 {
        font-size: 10px;
        margin-top: 30px;
    }


    .read-more-btn {
        font-size: 15px;
        padding: 8px 25px;
    }

    .character-list {
        margin: 40px auto 0 auto;
    }

    .character-pic {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .character-name {
        font-size: 24px;
    }


    .the-fanlab {
        text-align: center;
        margin-top: 100px;
    }

    .fanlab {
        font-size: 24px;
        margin-top: 80px;
    }

    .fanlab-list img {
        width: 100%;
    }

    .viewall-btn {
        gap: 15px;
        padding: 5px 5px;
        margin-top: 30px;
    }

    .viewall-btn img {
        width: 20%;
    }

    .helpy {
        margin-top: 5px;
        margin-left: 35px;
        width: 60%;
    }

}