/*---- font ----*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Emoji&family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: "Noto Sans TC", sans-serif;
    margin: 0 auto;
    background-color: #000000;
}

ol,
ul {
    padding-left: 0;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

a:hover {
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    position: relative;
}

.PCdownload {
    position: relative;
    width: 100%;
    height: auto;
    padding: 24.5% 0%;
    background-image: url('https://res1-nte.iwplay.com.tw/events/PCdownload/PCdownload_260525/images/pc_bg.webp');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    top: 0;
}


@keyframes breathingEffect {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.download {
    width: 17vw;
    height: 10vw;
    background-image: url('https://res1-nte.iwplay.com.tw/events/PCdownload/PCdownload_260424/images/windows_dl.webp');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
    transition: transform 0.3s ease;
    cursor: pointer;
    animation: 2.5s ease-in-out 0s infinite normal none running breathingEffect;
    will-change: transform;
}

.slogsn {
    position: absolute;
    bottom: 23%;
    left: 50%;
    transform: translateX(-50%);
    width: 30vw;
    height: 15vw;
    background-image: url('https://res1-nte.iwplay.com.tw/events/PCdownload/PCdownload_260525/images/slogan.png');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.prizeBox {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
}

.prize {
    width: 20vw;
    height: 10vw;
    z-index: 9;
    background-image: url('https://res1-nte.iwplay.com.tw/events/PCdownload/PCdownload_260424/images/prize.webp');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    order: 1;
    display: none;
}


.text {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    z-index: 9;
    font-size: 1vw;
    text-align: center;
    color: #ffffff;
    white-space: nowrap;
    text-shadow: 0px 0px 3px rgb(0 0 0);
}
















@media only screen and (min-width: 1921px) {}

/*---- footer ----*/
footer {
    position: relative;
    padding: 10px 0;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    letter-spacing: 0.2px;
    line-height: normal;
    background: #000;
    z-index: 2;
}

footer p,
footer ul {
    margin-bottom: 0;
}

footer p a {
    color: inherit;
}

footer p a:hover {
    color: #e51737;
    text-decoration: none;
    transition: 0.3s ease;
}

footer .copyright,
footer .company,
footer p,
footer .grading,
footer ul {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

footer .copyright {
    margin-right: 10px;
}

footer img {
    margin: 0 6px;
}

footer ul {
    font-size: 0.6rem;
    list-style: none;
}

@media only screen and (max-width: 1440.98px) {
    h1 {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 1199.98px) {

    footer .copyright,
    footer .company,
    footer p,
    footer .grading {
        display: block;
        margin: 15px auto;
        text-align: center;
    }

    footer .copyright {
        margin-bottom: 20px;
    }

    footer ul {
        text-align: left;
    }
}

@media only screen and (max-width: 991.98px) {
    h1 {
        top: 700px;
        position: relative;
    }




}

@media only screen and (max-width: 767.98px) {
    .PCdownload {
        position: relative;
        width: 100%;
        height: auto;
        padding: 83% 0%;
        background-image: url('https://res1-nte.iwplay.com.tw/events/PCdownload/PCdownload_260525/images/sp_bg.webp');
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        top: 0;
    }

    .download {
        width: 44vw;
        height: 20vw;
        background-image: url('https://res1-nte.iwplay.com.tw/events/PCdownload/PCdownload_260424/images/windows_dl.webp');
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 9;
        transition: transform 0.3s ease;
        cursor: pointer;
        animation: 2.5s ease-in-out 0s infinite normal none running breathingEffect;
        will-change: transform;
    }

    .slogsn {
        position: absolute;
        bottom: 18%;
        left: 50%;
        transform: translateX(-50%);
        width: 76vw;
        height: 39vw;
        background-image: url('https://res1-nte.iwplay.com.tw/events/PCdownload/PCdownload_260525/images/slogan.png');
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }

    .prizeBox {
        position: absolute;
        bottom: 6%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1vw;
        flex-direction: column;
    }

    .prize {
        width: 60vw;
        height: 25vw;
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        order: 1;
    }

    .text {
        font-size: 2.5vw;
        bottom: 4%;
    }
}

@media only screen and (max-width: 575.98px) {
    h1 {
        font-size: 2.3rem;
        top: 290px;
        position: relative;
    }

    h2 {
        font-size: 2.3rem;
        padding-top: 1.5rem;
    }

    .content {
        padding: 20% 0 5% 0;
        min-height: 70vh;
    }



}

@media only screen and (max-width: 280px) {
    h1 {
        font-size: 2rem;
    }
}