body {
    background: radial-gradient(circle at 30% 30%, #0c1629, #040816 70%);
    font-family: monospace;
}

body {
    animation: pageFadeIn 1.2s ease-out forwards;
}

@keyframes pageFadeIn {
    0% {
        opacity: 0;
        filter: blur(10px);
        transform: scale(1.01);
    }

    100% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }
}

/*Shadow Text*/
body,
h1,
h2,
h3,
p,
a,
span {
    color: #FFFFFF;
    mix-blend-mode: normal !important;
    text-shadow:
        1px 1px 5px rgba(0, 0, 0, 0.7);
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

html,
body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

#all {
    width: 1250px;
    max-width: 100%;
    min-height: 100vh;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

p {
    color: rgba(255, 255, 255, 0.50);
    mix-blend-mode: screen;
}

.bold {
    color: rgba(255, 255, 255, 0.80);
    font-weight: 600;
    mix-blend-mode: normal;
    position: relative;
    isolation: isolate;
}

/*wallpaper*/

/*Font*/
@font-face {
    font-family: 'ModernBold';
    src: url('../../files/Text/Forresten.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Lapisan lava */
.lava-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    filter: blur(90px);
    mix-blend-mode: screen;
}

/* Blobs */
.blob {
    position: absolute;
    border-radius: 50%;
    opacity: 0.35;
    animation: move 45s ease-in-out infinite;
}

/* Layer 1 - bold & visible */
.b1 {
    background: #103b73;
    width: 60vmax;
    height: 60vmax;
    top: -10%;
    left: -10%;
    animation-delay: 0s;
}

.b2 {
    background: #152d59;
    width: 55vmax;
    height: 55vmax;
    top: 50%;
    left: 50%;
    animation-delay: -10s;
}

.b3 {
    background: #0b2145;
    width: 50vmax;
    height: 50vmax;
    top: 70%;
    left: 10%;
    animation-delay: -20s;
}

.b4 {
    background: #1a4b85;
    width: 65vmax;
    height: 65vmax;
    top: 10%;
    left: 70%;
    animation-delay: -30s;
}

/* Layer 2 - subtle, different colors */
.b5 {
    background: #163c72;
    width: 80vmax;
    height: 80vmax;
    top: 40%;
    left: -30%;
    opacity: 0.25;
    animation: move2 80s ease-in-out infinite;
}

.b6 {
    background: #0d2850;
    width: 70vmax;
    height: 70vmax;
    top: -20%;
    left: 40%;
    opacity: 0.2;
    animation: move2 95s ease-in-out infinite;
}

.b7 {
    background: #14335e;
    width: 90vmax;
    height: 90vmax;
    top: 70%;
    left: 60%;
    opacity: 0.2;
    animation: move2 100s ease-in-out infinite;
}

@keyframes move {
    0% {
        transform: translate(0, 0) scale(1);
    }

    25% {
        transform: translate(10%, -15%) scale(1.3);
    }

    50% {
        transform: translate(-15%, 10%) scale(1.1);
    }

    75% {
        transform: translate(15%, 5%) scale(1.4);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes move2 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(15%, 10%) scale(1.2);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

#header {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

#fqzx {
    color: white;
    font-size: 20px;
    font-family: ModernBold;
}

#list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#brandlogo {
    height: 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    margin-left: 10px;
}

#header {
    background: rgba(255, 255, 255, 0.2);
    width: 600px;
    margin: auto;
    margin-top: 64px;
    border-radius: 50px;
}

#brand {
    display: flex;
    align-items: center;
    gap: 20px;
}

#header ul {
    display: flex;
    gap: 20px;
    list-style: none;
    justify-content: center;
    padding-right: 10px;
}

#list li a {
    color: white;
    text-decoration: none;
    transition: color 0.5s ease;
}

#list a:hover {
    color: #00ffff;
}

a {
    text-decoration: none;

}

#header {
    animation: slideUp 0.6s ease-out forwards;
}

#opening {
    animation: slideUp 0.6s ease-out 0.2s forwards;
    opacity: 0;
}

body {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    -webkit-overflow-scrolling: touch;
}

.lava-wrapper {
    display: none;
}

#header {
    width: 350px;
    padding: unset;
    margin: unset;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

#brand {
    gap: 5px;
    margin: unset;
    padding: unset;
    margin-bottom: 15px;
}

#brandlogo {
    margin: unset;
}

#fqzx {
    text-align: center;
    margin: unset;
    padding: unset;
    font-size: 15px;
}

#list ul {
    gap: 10px;
    margin: unset;
    padding: unset;
}

/*EndHeader*/

/*Main*/

.box {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.2);
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 25px;
    margin-top: 10%;
    margin-bottom: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
}

#info {
    text-align: justify;
    text-align-last: center;
    margin-left: 5%;
    margin-right: 5%;
}

#photo {
    margin: auto;
    height: 160px;
    border-radius: 25px;
}

#copyright {
    text-align: center;
    font-size: 10px;
}

/*Header*/

#header {
    animation: slideUp 0.6s ease-out forwards;
}

#opening {
    animation: slideUp 0.6s ease-out 0.2s forwards;
    opacity: 0;
}

body {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    -webkit-overflow-scrolling: touch;
}

.lava-wrapper {
    display: none;
}

#header {
    width: 350px;
    padding: unset;
    margin: unset;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

#brand {
    gap: 5px;
    margin: unset;
    padding: unset;
    margin-bottom: 15px;
}

#brandlogo {
    margin: unset;
}

#fqzx {
    text-align: center;
    margin: unset;
    padding: unset;
    font-size: 15px;
}

#list ul {
    gap: 10px;
    margin: unset;
    padding: unset;
}

/*EndHeader*/

/*Main*/

.box {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.2);
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 25px;
    margin-top: 10%;
    margin-bottom: 10%;
    padding-top: 5%;
}

#info {
    text-align: justify;
    text-align-last: center;
    margin-left: 5%;
    margin-right: 5%;
}

#photo {
    margin: auto;
    height: 160px;
    border-radius: 25px;
}

.link {
    margin: auto;
}

#copyright {
    text-align: center;
    font-size: 10px;
}

@media screen and (max-width: 992px) {

    #header {
        animation: slideUp 0.6s ease-out forwards;
    }

    #opening {
        animation: slideUp 0.6s ease-out 0.2s forwards;
        opacity: 0;
    }

    body {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
        -webkit-overflow-scrolling: touch;
    }

    .lava-wrapper {
        display: none;
    }

    #header {
        width: 350px;
        padding: unset;
        margin: unset;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 20px;
    }

    #brand {
        gap: 5px;
        margin: unset;
        padding: unset;
        margin-bottom: 15px;
    }

    #brandlogo {
        margin: unset;
    }

    #fqzx {
        text-align: center;
        margin: unset;
        padding: unset;
        font-size: 15px;
    }

    #list ul {
        gap: 10px;
        margin: unset;
        padding: unset;
    }

    /*EndHeader*/

    /*Main*/

    .box {
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.2);
        margin-left: 10%;
        margin-right: 10%;
        border-radius: 25px;
        margin-top: 10%;
        margin-bottom: 10%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    #info {
        text-align: justify;
        text-align-last: center;
        margin-left: 5%;
        margin-right: 5%;
    }

    #photo {
        margin: auto;
        height: 160px;
        border-radius: 25px;
        margin-bottom: 10%;
    }

    #copyright {
        text-align: center;
        font-size: 10px;
    }
}


@media screen and (max-width: 480px) {
    #header {
        animation: slideUp 0.6s ease-out forwards;
    }

    #opening {
        animation: slideUp 0.6s ease-out 0.2s forwards;
        opacity: 0;
    }

    body {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
        -webkit-overflow-scrolling: touch;
    }

    .lava-wrapper {
        display: none;
    }

    #header {
        width: 350px;
        padding: unset;
        margin: unset;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 20px;
    }

    #brand {
        gap: 5px;
        margin: unset;
        padding: unset;
        margin-bottom: 15px;
    }

    #brandlogo {
        margin: unset;
    }

    #fqzx {
        text-align: center;
        margin: unset;
        padding: unset;
        font-size: 15px;
    }

    #list ul {
        gap: 10px;
        margin: unset;
        padding: unset;
    }

    /*EndHeader*/

    /*Main*/

    .box {
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.2);
        margin-left: 10%;
        margin-right: 10%;
        border-radius: 25px;
        margin-top: 10%;
        margin-bottom: 10%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    #info {
        text-align: justify;
        text-align-last: center;
        margin-left: 5%;
        margin-right: 5%;
    }

    #photo {
        margin: auto;
        height: 160px;
        border-radius: 25px;
    }

    #copyright {
        text-align: center;
        font-size: 10px;
    }
}