@font-face {
    font-family: cubic;
    src: url(/font/Cubic_11_1.010_R.woff);
}

body {
    font-family: 'cubic' !important;
}

.ui-container {
    max-width: auto;
    position: relative;
    min-width: auto;
}

.logo {
    width: 90%;
    left: 5%;
    position: relative;
    top: 140px;
    filter: drop-shadow(0px 0px 3px yellow);
    pointer-events: none;
}

.action-container {
    position: relative;
    width: 40%;
    font-size: 22px;
    color: #ddd;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border-radius: 15px;
    padding: 2%;
    box-sizing: border-box;
    margin: 0 auto 2%;
    min-width: 200px;
    user-select: none;
}

.action-container:hover {
    color: white;
    text-shadow: black 5px 5px 5px;
    background-color: rgb(255, 255, 255, 0.3);
}

.action-title {
    text-align: left;
}

.action-desc {
    text-align: right;
    font-size: 16px;
    margin-top: 3%;
}

.action-container:hover .action {
    transform: scale(2);
}

.subtitle {
    text-shadow: none;
    color: #f3df00;
    margin-bottom: 2.5%;
    margin-top: 160px;
    filter: drop-shadow(0px 0px 3px yellow);
    font-family: none;
}

.blinking {
    filter: drop-shadow(0px 0px 3px yellow);
}

.book-icon {
    position: absolute;
    left: -18%;
    top: 10%;
    width: 32px;
    height: 32px;
    background-size: 600% 800%;
    background-image: url('/image/books_icon.png');
}

.book1 {
    background-position: 0% 0%;
}

.action-container:hover .book1 {
    background-position: 0% 14.286%;
}

.book2 {
    background-position: 0% 57.142%;
}

.action-container:hover .book2 {
    background-position: 0% 71.429%;
}

.book3 {
    background-position: 0% 28.571%;
}

.action-container:hover .book3 {
    background-position: 0% 42.857%;
}

.book4 {
    background-position: 60% 0%;
}

.action-container:hover .book4 {
    background-position: 60% 14.286%;
}

.book5 {
    background-position: 0% 85.716%;
}

.action-container:hover .book5 {
    background-position: 0% 100%;
}

.book6 {
    background-position: 60% 85.716%;
}

.action-container:hover .book6 {
    background-position: 60% 100%;
}

.book7 {
    background-position: 60% 57.142%;
}

.action-container:hover .book7 {
    background-position: 60% 71.429%;
}

.logo-continer {
    width: 90%;
    padding: 2%;
    box-sizing: border-box;
    margin-top: 5%;
    margin-left: 5%;
}

.mud-icon {
    background-image: url('/image/favicon.png');
    background-size: 100% 100%;
}

.scroll-icon {
    background-image: url('/image/I_Scroll.png');
    background-size: 70% 70%;
    border-radius: 33%;
    background-repeat: no-repeat;
    background-position: center;
}

.wall-icon {
    background-image: url('/image/wall-icon.png');
    background-size: 52% 68%;
    border-radius: 33%;
    background-repeat: no-repeat;
    background-position: center;
}

.map-icon {
    background-image: url('/image/feather.png');
    background-size: 105% 100%;
    border-radius: 33%;
    background-repeat: no-repeat;
    background-position: center;
}

.map-icon2 {
    background-image: url('/image/I_Map.png');
    background-size: 90% 88%;
    border-radius: 33%;
    background-repeat: no-repeat;
    background-position: center;
}

.discord-icon {
    background-image: url('https://preview.redd.it/w1oj8uddc3671.png?auto=webp&s=62341f52de31a5d1a8e1c284cd526e6e9fc85987');
    background-size: 100% 97%;
    border-radius: 50%;
    background-position: 0% -100%;
    filter: saturate(0.6) contrast(1.5) drop-shadow(2px 4px 6px black);
}

.crt {
    display: none;
    position: relative;
    background-image: url('/image/crt.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    user-select: none;
}

.phone .crt {
    width: 86%;
}

.query {
    position: relative;
    margin-top: 100px;
    width: 80%;
    left: 7%;
}

.query-text {
    position: relative;
    top: 70%;
    filter: drop-shadow(0px 0px 3px white);
    color: #dddddd;
    float: left;
    font-family: none;
}

#blinking2 {
    position: relative;
    display: none;
    color: #dddddd;
    left: 2px;
    top: 5px;
    filter: drop-shadow(0px 0px 3px white);
    float: left;
}

#blinking2 .fixer {
    visibility: hidden;
}

.people {
}

@keyframes flicker {
    0% {
        opacity: 0.27861;
    }

    5% {
        opacity: 0.34769;
    }

    10% {
        opacity: 0.23604;
    }

    15% {
        opacity: 0.90626;
    }

    20% {
        opacity: 0.18128;
    }

    25% {
        opacity: 0.83891;
    }

    30% {
        opacity: 0.65583;
    }

    35% {
        opacity: 0.67807;
    }

    40% {
        opacity: 0.26559;
    }

    45% {
        opacity: 0.84693;
    }

    50% {
        opacity: 0.96019;
    }

    55% {
        opacity: 0.08594;
    }

    60% {
        opacity: 0.20313;
    }

    65% {
        opacity: 0.71988;
    }

    70% {
        opacity: 0.53455;
    }

    75% {
        opacity: 0.37288;
    }

    80% {
        opacity: 0.71428;
    }

    85% {
        opacity: 0.70419;
    }

    90% {
        opacity: 0.7003;
    }

    95% {
        opacity: 0.36108;
    }

    100% {
        opacity: 0.24387;
    }

}

@keyframes textShadow {
    0% {
        text-shadow: 0.4389924193300864px 0 1px rgba(0, 30, 255, 0.5), -0.4389924193300864px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    5% {
        text-shadow: 2.7928974010788217px 0 1px rgba(0, 30, 255, 0.5), -2.7928974010788217px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    10% {
        text-shadow: 0.02956275843481219px 0 1px rgba(0, 30, 255, 0.5), -0.02956275843481219px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    15% {
        text-shadow: 0.40218538552878136px 0 1px rgba(0, 30, 255, 0.5), -0.40218538552878136px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    20% {
        text-shadow: 3.4794037899852017px 0 1px rgba(0, 30, 255, 0.5), -3.4794037899852017px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    25% {
        text-shadow: 1.6125630401149584px 0 1px rgba(0, 30, 255, 0.5), -1.6125630401149584px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    30% {
        text-shadow: 0.7015590085143956px 0 1px rgba(0, 30, 255, 0.5), -0.7015590085143956px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    35% {
        text-shadow: 3.896914047650351px 0 1px rgba(0, 30, 255, 0.5), -3.896914047650351px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    40% {
        text-shadow: 3.870905614848819px 0 1px rgba(0, 30, 255, 0.5), -3.870905614848819px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    45% {
        text-shadow: 2.231056963361899px 0 1px rgba(0, 30, 255, 0.5), -2.231056963361899px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    50% {
        text-shadow: 0.08084290417898504px 0 1px rgba(0, 30, 255, 0.5), -0.08084290417898504px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    55% {
        text-shadow: 2.3758461067427543px 0 1px rgba(0, 30, 255, 0.5), -2.3758461067427543px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    60% {
        text-shadow: 2.202193051050636px 0 1px rgba(0, 30, 255, 0.5), -2.202193051050636px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    65% {
        text-shadow: 2.8638780614874975px 0 1px rgba(0, 30, 255, 0.5), -2.8638780614874975px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    70% {
        text-shadow: 0.48874025155497314px 0 1px rgba(0, 30, 255, 0.5), -0.48874025155497314px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    75% {
        text-shadow: 1.8948491305757957px 0 1px rgba(0, 30, 255, 0.5), -1.8948491305757957px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    80% {
        text-shadow: 0.0833037308038857px 0 1px rgba(0, 30, 255, 0.5), -0.0833037308038857px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    85% {
        text-shadow: 0.09769827255241735px 0 1px rgba(0, 30, 255, 0.5), -0.09769827255241735px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    90% {
        text-shadow: 3.443339761481782px 0 1px rgba(0, 30, 255, 0.5), -3.443339761481782px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    95% {
        text-shadow: 2.1841838852799786px 0 1px rgba(0, 30, 255, 0.5), -2.1841838852799786px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

    100% {
        text-shadow: 2.6208764473832513px 0 1px rgba(0, 30, 255, 0.5), -2.6208764473832513px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }

}

.crt-screen::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(18, 16, 16, 0.1);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    animation: flicker 0.15s infinite;
}

.crt-screen::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 2;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
}

.crt-screen {
    position: absolute;
    top: 11%;
    left: 10%;
    width: 80%;
    height: 70%;
    animation: textShadow 1.6s infinite;
    background: rgba(255, 255, 255, 0.1);
}

.news {
    position: absolute;
    left: 75%;
    top: 0%;
    height: 28%;
    width: 23%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/image/stickynote.png');
    z-index: 20;
    box-sizing: border-box;
    padding: 3%;
    transform: rotate(-2deg);
    color: #0000DD;
}

#news-text {
    word-break: break-all;
    text-align: justify;
    font-family: none;
}

#news-date {
    text-align: right;
    margin-top: 10%;
}

.fontsize2 {
    line-height: 30px;
}

.sticker {
    position: absolute;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sticker1 {
    background-image: url('/image/sticker/sticker1.png');
    left: 59%;
    top: -12%;
    transform: scale(0.45) rotate(4deg);
    transform-origin: center center;
    z-index: 100;
}

.sticker2 {
    background-image: url('/image/sticker/sticker2.png');
    left: -7%;
    top: 72%;
    transform: scale(0.5) rotate(-6deg);
    transform-origin: center center;
}

.sticker3 {
    background-image: url('/image/sticker/sticker3.png');
    left: 56%;
    top: 76%;
    transform: scale(0.4) rotate(3deg);
    transform-origin: center center;
}

.sticker3-2 {
    background-image: url('/image/sticker/sticker3-2.png');
    left: 81%;
    top: 73%;
    transform: scale(0.37) rotate(-4deg);
    transform-origin: center center;
}

.sticker4 {
    background-image: url('/image/sticker/sticker4.png');
    left: -2%;
    top: 73%;
    transform: scale(0.23) rotate(10deg);
    transform-origin: center center;
}
