body {
    background-color: black;
    padding: 0;
    margin: 0;
    color: white;
    font-family: Consolas, serif;
    background-image: url("https://cdn.jsdelivr.net/gh/soap64real/soapssiteres@master/imgs/Moutains_dark.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

@font-face {
    font-family: FullPack;
    src: url('https://cdn.jsdelivr.net/gh/soap64real/soapssiteres@master/fonts/full\ Pack\ 2025.ttf');
}

@font-face {
    font-family: Consolas;
    src: url('https://cdn.jsdelivr.net/gh/soap64real/soapssiteres@master/fonts/Consolas.ttf');
}


.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 35px;
    z-index: 50;
    box-shadow: rgb(0, 0, 0) 0px 5px 10px;
    background: linear-gradient(#002e63, #001b3d);
    display: flex;
    align-items: center;
    border: rgb(0, 53, 102) solid 1px;
}

.navbar .logo {
    width: 25px;
    margin-left: 5px;
}

.navbar ul {
    list-style-type: none;
    padding: 5px;
    overflow: hidden;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.navbar .link {
    color: aliceblue;
    font-size: 15px;
    text-decoration: none;
    padding: 2px 20px;
    text-align: center;
    border: rgba(18, 48, 92, 0.98) solid 1px;
    background: linear-gradient(0deg, rgba(18, 30, 70, 0.8) 0%, rgba(10, 23, 39, 0.96) 48%, rgba(10, 23, 46, 0.96) 49%, rgba(7, 14, 34, 0.9) 68%, rgba(18, 48, 92, 0.98) 96%);
    text-shadow: rgba(255, 255, 255, 0.445) 0px 0px 7px;
    margin: 0 0px;
    border-radius: 2px;
    box-shadow: 0px 0px 3px #001022;
    transition: 0.24s;
    display: inline-flex;
    align-items: center;
}

.navbar .link .icon {
    width: 0px;
    height: 0px;
    border-radius: 3px;
    padding: 1px;
    vertical-align: middle;
    opacity: 0;
    transition: 0.24s;
}

.navbar p {
    padding: 0 15px;
}

.navbar .link:hover {
    background: linear-gradient(#357cff, #1e589e);
    border: rgb(182, 213, 255) solid 1px;
    box-shadow: 0px 0px 5px 2px #79b8ff85;
    animation-timing-function: ease-in-out;
    gap: 5px;
}

.navbar .comming-soon {
    pointer-events: none;
    filter: saturate(0.5);
    color: #727272;
    text-shadow: none;
}

.navbar .link:hover .icon {
    width: 15px;
    height: 15px;
    opacity: 1;
}

.navbar li {
    float: left;
}

.navbar p {
    padding: 0px 0px;
    display: block;
    text-align: center;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #001f4e;
    border: rgba(0, 102, 255, 0.664) 1px solid;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #003494, #3d95ff);
    border-radius: 3px;
    transition: 0.5s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #0059ff, #98c6ff);
    box-shadow: rgb(0, 0, 0) 0px 0px 50px 30px;
}

.Page {
    width: 1200px;
    padding: 10px;
    margin: 0 auto;
    margin-top: 35px;
    background-color: #000000;
    border-left: rgba(0, 102, 255, 0.664) 1px solid;
    border-right: rgba(0, 102, 255, 0.664) 1px solid;
    box-shadow: rgb(0, 0, 0) 0px 0px 50px 30px;
}

.Head {
    display: block;
    padding: 0px;
    height: 350px;
    text-align: center;
    border: 1px solid rgba(0, 102, 255, 0.664);
    border-radius: 2px;
    overflow: hidden;
}

.Head .back {
    position: relative;
    background-size: 100px;
    bottom: 200px;
    animation-name: slide;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    filter: blur(5px);
    transition: 1s;
}

.Head .back:hover {
    filter: blur(0px);
}

@keyframes slide {
    0% {
        transform: translate3d(0px, 0, 0);
    }

    50% {
        transform: translate3d(-1280px, 0, 0);
    }

    100% {
        transform: translate3d(0px, 0, 0);
    }
}

.Head h1 {
    display: block;
    width: 100%;
}

.Head .title {
    width: 700px;
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 50%;
    animation-name: floating-title;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.Head .title-h1 {
    width: 1000px;
    z-index: 1;
    transition: 1s;
    margin-top: -600px;
    margin-left: 100px;
    position: absolute;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    font-size: 50px;
}

.arrow {
    position: absolute;
    width: 200px;
    margin-top: -720px;
    margin-left: 340px;
    rotate: 10deg;
    animation-name: convex;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.Head .inspo {
    position: absolute;
    z-index: 45;
    font-size: 10px;
    margin-top: -390px;
    margin-left: 5px;
    color: white;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

@keyframes floating-title {
    0% {
        transform: translate(50%, 0px);
    }

    50% {
        transform: translate(50%, 15px);
    }

    100% {
        transform: translate(50%, -0px);
    }
}

.footer {
    text-align: center;
    font-size: 10px;
    padding: 0px;
}

.NewsContainer {
    width: 100%;
    display: flex;
    gap: 0px;
    border: 1px rgba(0, 102, 255, 0.664) solid;
    background: linear-gradient(0deg, rgba(18, 30, 70, 0.8) 0%, rgba(10, 23, 39, 0.96) 48%, rgba(10, 23, 46, 0.96) 49%, rgba(7, 14, 34, 0.9) 68%, rgba(18, 48, 92, 0.98) 96%);
    border-radius: 2px;
}

.newssign {
    text-align: center;
    padding: 5px 10px;
    background-color: #3d95ff;
    background: linear-gradient(0deg, rgba(43, 71, 165, 0.8) 0%, rgba(31, 72, 122, 0.96) 48%, rgba(28, 65, 129, 0.96) 49%, rgba(24, 49, 117, 0.9) 68%, rgba(37, 99, 194, 0.98) 96%);
    font-size: 15px;
    font-family: Consolas;
    flex: 1;
    width: 100px;
}

.NEWS {
    font-size: 15px;
    font-family: Consolas, serif;
    padding: 5px 0px;
    flex: 25;
}

hr {
    border: 1px solid rgba(0, 102, 255, 0.664);
    border-radius: 100px;
}

.index-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 0px;
    margin: 0px;
}

.index-buttons a {
    padding: 0px;
    margin: 0px;
}

.index-buttons img {
    width: 100%;
    z-index: 1;
    margin: 0px;
    transition: 0.25s;
}

.index-buttons img:hover {
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 20px 0px;
    z-index: 5;
}

.index-buttons>a:nth-child(4n+1)>img:hover {
    transform: perspective(900px) rotateY(15deg) scale(1.1);
}

.index-buttons>a:nth-child(4n+2)>img:hover {
    transform: perspective(900px) rotateY(10deg) scale(1.1);
}

.index-buttons>a:nth-child(4n+3)>img:hover {
    transform: perspective(900px) rotateY(-10deg) scale(1.1);
}

.index-buttons>a:nth-child(4n+4)>img:hover {
    transform: perspective(900px) rotateY(-15deg) scale(1.1);
}

.index-buttons-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.index-buttons-bottom img {
    width: 100%;
    z-index: 1;
    transition: 0.25s;
}

.index-buttons-bottom img:hover {
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 20px 0px;
    z-index: 5;
    transform: perspective(900px) rotateX(5deg) scale(1.03);
}

.footer-buttons {
    display: flex;
    flex-direction: row;
    padding: 0px;
    justify-content: center;
    gap: 10px;
}

.footer-buttons img {
    width: 100%;
    padding: 0px;
    transition: 0.5s;
}

.footer-buttons img:hover {
    scale: 101%;
    transform: translate(0, -5px);
}

.about-me {
    display: flex;
    padding: 10px;
    justify-content: center;
}

.about-me p {
    display: block;
    float: left;
    padding: 10px 40px;
}

.about-me a {
    color: #98c6ff;
}

.about-me h1 {
    display: block;
    float: left;
    padding: 10px 10px;
    font-size: 20px;
    text-align: center;
}

.about-me-logo {
    width: 300px;
    height: 300px;
    position: relative;
    border-radius: 100%;
    transition: 2s;
}

.about-me .Logo {
    width: 300px;
    animation-name: convex;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 100%;
    z-index: 2;
}



@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.about-me-logo::after {
    --angle: 0deg;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: conic-gradient(from var(--angle), rgba(0, 132, 255, 0) 70%, rgb(255, 255, 255));
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    padding: 0px;
    border-radius: 100%;
    transition: 0.5s;
    animation: 0.5s spin linear infinite;
    z-index: -1;
}

@keyframes spin {
    from {
        --angle: 0deg;
    }

    to {
        --angle: 360deg;
    }
}

.about-me-logo:hover {
    width: 300px;
    scale: 120%;
    box-shadow: rgb(0, 153, 255) 0px 0px 20px 10px;
}

.about-me-logo:hover::after {
    padding: 10px;
}

@keyframes convex {
    0% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(3deg);
    }
}



.space {
    height: 300px;
    display: block;
    margin: 40px;
}

.music-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 0px;
    margin-top: 10px;
}

.music-container iframe {
    width: 100%;
    height: 272px;
    transition: transform 0.25s;
}

.music-container iframe:hover {
    scale: 101%;
    transform: translate(0, -5px);
}

.side-container {
    display: flex;
    gap: 10px;
    height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.side-container img {
    width: 40%;
}

.side-container .side-text {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.side-container a {
    background: linear-gradient(#008cff, #1f4fd3);
    border: #001f4e 1px solid;
    border-radius: 3px;
    width: 100%;
    height: 30px;
    align-content: center;
    text-align: center;
    text-decoration: none;
    color: white;
}

.side-container a.comming-soon {
    pointer-events: none;
    filter: saturate(0.5);
}

.window.active {
    position: fixed;
    margin-top: 20px;
    margin-left: 20px;
}

.alert {
    padding: 20px;
    background: linear-gradient(#ff6a6a, #ff0000);
    border: 2px solid rgb(125, 0, 0);
    border-radius: 5px;
    color: white;
    position: fixed;
    width: 1000px;
    z-index: 10;
    margin: 10px auto;
    /* Only centers horizontally not vertically! */
    left: 0;
    right: 0;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 30px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

/* Fullscreen loader */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.8s ease;
}

/* Fading out */
#loader.fade-out {
    opacity: 0;
}

.spinner {
    border: 6px solid rgba(255, 255, 255, 0.2);
    border-top: 6px solid #4cafef;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

#skipBtn {
    background: #4cafef;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    color: #111;
    transition: background 0.3s;
}

#skipBtn:hover {
    background: #3a9bd9;
}

.Krystal {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    /* Negative half of height. */
    margin-left: -200px;
    /* Negative half of width. */
    animation-name: crystal;
    animation-duration: 3410ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.Krystal img {
    width: 400px;
    animation-name: floating;
    animation-duration: 4440ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes crystal {
    0% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 25px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.v {
    position: fixed;
    background-image: radial-gradient(rgb(0, 8, 36), rgb(0, 0, 0));
    width: 100%;
    height: 100%;
}

#fade-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 1;
    z-index: 1000;
    animation: fadeIn 10s linear;
}

/* Animation definition */
@keyframes fadeIn {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}