@font-face {
    font-family: BaiJamjuree;
    src: url(static/BaiJamjuree-Medium.ttf);
}
@font-face {
    font-family: KellySlab;
    src: url(static/KellySlab-Regular.ttf);
}
@font-face {
    font-family: FunnelDisplay;
    src: url(static/FunnelDisplay-VariableFont_wght.ttf);
}
html {
    scroll-behavior: smooth;
}
html::-webkit-scrollbar {
    display: none;
}
body {
    scrollbar-width: none;
    overflow-x: hidden;
    margin: 0px;
    color: whitesmoke;
    font-family: KellySlab;
    background-color: rgb(11, 11, 11);
}
a {
    color: rgb(67, 108, 218);
    text-decoration: none;
}
#background {
    width: 100%;
    height: 10%;
    user-select: none;
    -webkit-user-drag: none;
}
#p1 {
    text-align: center;
    text-shadow: whitesmoke 1px 4px 29px;
    font-size: 40px;
}
#navigation-container {
    z-index: 5;
    position: fixed;
    width: 90%;
    height: 60px;
    margin-left: 70px;
    margin-top: 4px;
    background: rgba(47, 46, 46, 0.44);
    border-radius: 9px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.3px);
    -webkit-backdrop-filter: blur(9.3px);
}
#cut01 {
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: 13px;
    margin: 8px;
    font-size: 17px;
    border: none;
    color: white;
    padding: 0px;
    background-color: transparent;
}
#cut01 p {
    font-family: KellySlab;
}
#icon {
    margin: 7px;
}
#icon img{
    user-select: none;
    -webkit-user-drag: none;
    border-radius: 4px;
    pointer-events: none;
}
.line {
    pointer-events: none;
    opacity: 50%;
}
#line01 {
    user-select: none;
    -webkit-user-drag: none;
    position: relative;
    top: -53px;
    right: -54px;
}
#line02 {
    user-select: none;
    -webkit-user-drag: none;
    position: relative;
    top: -101px;
    right: -194px;
}
#head {
    position: absolute;
}
#head01 {
    position: relative;
    right: -330px;
    top: 180px;
    font-size: 70px;
    background-color: #ffffff; 
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    user-select: none;
    text-shadow: 2px 2px 3px #00000088;
    text-shadow: 2px 2px 3px rgba(213, 213, 213, 0.63); 
}
#head02 {
    font-family: FunnelDisplay;
    background-color: #FF0000; 
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 2px 2px 3px #0000000b;
    position: relative;
    right: -392px;
    top: 120px;
    user-select: none;
    font-size: 18px;
}
#join {
    position: absolute;
    left: 413px;
    top: 390px;
}
#join button {
    width: 124px;
    font-family: BaiJamjuree, Verdana;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    padding-bottom: 10%;
    padding-top: 6%;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 1px 3px 36px #ffffff;
    transition: background-color 0.25s;
}
#join img {
    position: absolute;
    top: 5px;
    pointer-events: none
}
#join button:hover {
    background-color: rgb(222, 218, 218);
}
#join2 button {
    position: absolute;
    top: 13px;
    left: 94px;
    width: 94px;
    font-family: BaiJamjuree, Verdana;
    cursor: pointer;
    text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.436);
    border: none;
    border-radius: 8px;
    font-size: 20px;
    padding-bottom: 7px;
    transition: background-color 0.25s;
}
#join2 button:hover {
    background-color: rgb(222, 218, 218);
}
#media button {
    position: absolute;
    top: 13px;
    left: 244px;
    width: 104px;
    font-family: BaiJamjuree, Verdana;
    cursor: pointer;
    text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.436);
    border: none;
    border-radius: 8px;
    font-size: 20px;
    padding-bottom: 7px;
    transition: background-color 0.25s;
}
#media button:hover {
    background-color: rgb(222, 218, 218);
}
#fver {
    position: sticky;
    bottom: 10px;
    margin-left: 54px;
}
#fver button {
    color: #ffffff;
    height: 22px;
    font-family: BaiJamjuree, Verdana;
    cursor: pointer;
    padding-left: 25px;
    padding-right: 35px;
    opacity: 0.8;
    background-color: #9c9999a1;
    text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.436);
    border: none;
    border-radius: 8px;
    font-size: 14px;
    padding-bottom: 7px;
    transition: background-color 0.25s;
}
@media (max-width: 1200px) {
    #head01 {
        right: -90px;
        top: 60px;
    }
    #head02 {
        top: -20px;
        right: -150px;
    }
    #join {
        left: 170px;
        top: 249px;
    }
    #fver {
        bottom: 60px;
    }
}
@media (max-width: 754px) {
    #navigation-container {
        width: 80%;
    }
    #head01 {
        right: -67px;
        top: 29px;
        font-size: 63px;
    }
    #head02 {
        top: -25px;
        right: -110px;
    }
    #join {
        left: 134px;
        top: 220px;
    }
    #fver {
        bottom: 30px;
        margin-left: 14px;
    }
}
@media (max-width: 554px) {
    #navigation-container {
        width: 76%;
    }
    #head01 {
        top: 6px;
    }
    #head02 {
        top: -54px;
    }
    #join {
        top: 199px;
    }
    #join button {
        padding: 3px;
        padding-bottom: 5%;
    }
    #join img {
        top: -0.1px;
    }
    #fver {
        bottom: 0px;
        margin-left: 4px;
    }
}