@import url('https://fonts.googleapis.com/css2?family=Saira:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cuprum&family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&display=swap');
body {
    margin: 0;
    background-image: url('big.png');
    background-size: cover;
}

.title {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 40px auto;
    color: red;
    animation: travel 4s;
}

.title-welcome {
    text-align: center;
    font-size: 30px;
    font-family: 'Monospace', Lucida Console;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px auto;
    color: white;
}

.title-music {
    text-align: center;
    font-size: 10px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: red;
    margin-top: -170px;
}


/* Box left*/

.box-left {
    color: rgb(255, 0, 0);
    background-color: rgba(255, 0, 0, 0.433);
    border-radius: 10px;
    text-decoration: none;
    float: left;
    margin-left: 40px;
    margin-top: 230px;
    width: 400px;
    height: 500px;
    box-shadow: 0 0 2em rgb(200, 0, 0);
    animation: travel 4s;
}

ul {
    list-style-type: none;
}

.title-box-left {
    text-align: center;
    color: rgb(163, 163, 163);
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.box-left-li {
    text-align: center;
    margin-left: -30px;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px auto;
    color: white;
    padding: 2px 2px;
    animation: travel 4s;
}

.box-left-we {
    text-align: center;
    margin-left: -30px;
    margin-top: 160px;
    font-size: 15px;
    font-family: 'Noto Sans TC', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}


/* Box left*/

.taste {
    font-family: sans-serif;
    font-weight: 600;
    float: left;
    margin-left: 30px;
}


/*Box right*/
.box-right {
    color: white;
    background-color: rgba(255, 0, 0, 0.433);
    border-radius: 10px;
    text-decoration: none;
    float: right;
    margin-right: 40px;
    margin-top: 300px;
    width: 400px;
    height: 250px;
    box-shadow: 0 0 2em rgb(200, 0, 0);
    animation: travel 4s;
}

.button-container {
    display: flex;
}

.button-container button {
    display: flex;
    align-items: center; /* Zentrieren Sie die Elemente vertikal */
    margin: 0 10px; /* Abstand zwischen den Buttons */
    border: none;
    background: none;
    cursor: pointer;
    font-weight: bold; /* Ändern Sie die Schrift auf fett */
    color: white; /* Schriftfarbe */
}

.button-container button img {
    margin-right: 5px; /* Abstand zwischen Bild und Text */
    width: 20px; /* Breite des Bildes anpassen */
    height: 20px; /* Höhe des Bildes anpassen */
}
button {
    width: 100px;
    height: 50px;
    cursor: pointer;
    background: #8B1616;
    margin: 10px;
    border: none;
    border-radius: 10px;
    box-shadow: -5px -5px 15px #C31717, 5px 5px 15px #C31717, inset 5px 5px 10px #C31717, inset -5px -5px 10px #C31717;
    color: #130606;
    font-size: 16px;
}

button:hover {
    box-shadow: -5px -5px 15px #444, 5px 5px 15px #222, inset 5px 5px 10px #222, inset -5px -5px 10px #444;
    font-size: 15px;
    transition: 500ms;
}

button:focus {
    outline: none;
}

.red:hover {
    color: #CB0000;
    text-shadow: 0px 0px 10px #CB0000;
}

.green:hover {
    color: #CB0000;
    text-shadow: 0px 0px 10px #CB0000;
}

.blue:hover {
    color: #CB0000;
    text-shadow: 0px 0px 10px #CB0000;
}

.purple:hover {
    color: #CB0000;
    text-shadow: 0px 0px 10px #CB0000;
}

.title-box-right {
    text-align: center;
    color: rgb(141, 141, 141);
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.box-right-li {
    text-align: center;
    margin-left: -30px;
    font-family: 'Noto Sans TC', sans-serif;
    text-transform: uppercase;
    padding: 5px 5px;
    animation: travel 4s;
}

.box-right-we {
    text-align: center;
    margin-left: -10px;
    margin-top: 320px;
    font-size: 15px;
    font-family: 'Noto Sans TC', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}

.ml11 {
    font-weight: 700;
    font-size: 3.5em;
    margin-top: -20px;
}

.ml11 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}

.ml11 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 50%;
    width: 3px;
    background-color: #fff;
    transform-origin: 0 50%;
}

.ml11 .line1 {
    top: 0;
    left: 0;
}

.ml11 .letter {
    display: inline-block;
    line-height: 1em;
}

.progress {
    width: 1930px;
    max-width: 1930px;
    height: 10px;
    position: absolute;
    bottom: -0.6vh;
    left: 50%;
    background: rgba(255, 0, 0, 0);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.progress:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: #e7e7e7;
    animation: load 60s linear;
}

@-moz-keyframes load {
    0% {
        width: 0;
    }
    10% {
        width: 5%;
    }
    20% {
        width: 15%;
    }
    30% {
        width: 25%;
    }
    40% {
        width: 30%;
    }
    50% {
        width: 44%;
    }
    60% {
        width: 50%;
    }
    70% {
        width: 72%;
    }
    80% {
        width: 84%;
    }
    90% {
        width: 92%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes load {
    0% {
        width: 0;
    }
    10% {
        width: 5%;
    }
    20% {
        width: 15%;
    }
    30% {
        width: 25%;
    }
    40% {
        width: 30%;
    }
    50% {
        width: 44%;
    }
    60% {
        width: 50%;
    }
    70% {
        width: 72%;
    }
    80% {
        width: 84%;
    }
    90% {
        width: 92%;
    }
    100% {
        width: 100%;
    }
}

@-o-keyframes load {
    0% {
        width: 0;
    }
    10% {
        width: 5%;
    }
    20% {
        width: 15%;
    }
    30% {
        width: 25%;
    }
    40% {
        width: 30%;
    }
    50% {
        width: 44%;
    }
    60% {
        width: 50%;
    }
    70% {
        width: 72%;
    }
    80% {
        width: 84%;
    }
    90% {
        width: 92%;
    }
    100% {
        width: 100%;
    }
}

@keyframes load {
    0% {
        width: 0;
    }
    10% {
        width: 5%;
    }
    20% {
        width: 15%;
    }
    30% {
        width: 25%;
    }
    40% {
        width: 30%;
    }
    50% {
        width: 44%;
    }
    60% {
        width: 50%;
    }
    70% {
        width: 72%;
    }
    80% {
        width: 84%;
    }
    90% {
        width: 92%;
    }
    100% {
        width: 100%;
    }
}

.enable_music {
    color: #f70404;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 50px auto;
    animation: music 3s;
}

@keyframes music {
    from {
        opacity: 0.1;
        transform: translateY(-80px);
    }
    to {
        transform: translateY(0px);
    }
}

.overcast {
    z-index: -1;
    background: rgba(0, 0, 0, 0.486);
    position: absolute;
    width: 15000px;
    height: 15000px;
    margin-left: -150px;
    margin-top: -1500px;
}

.title-welcome {
    text-align: center;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px auto;
    color: #ff1d1d;
    animation: under 10s;
}

@keyframes under {
    from {
        opacity: 0.0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes travel {
    from {
        opacity: 0.01;
        transform: translateY(130px);
    }
    to {
        transform: translateY(0px);
    }
}