@import url("https://use.typekit.net/urm3oxh.css");

* {
    margin: 0;
    font-family: sofia-pro-soft;
    font-weight: 400;
    color: white;
    text-decoration: none;
}

::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color:#1e347c;
    background-clip: content-box;
    border-radius: 100vmax;
    border: 3px solid transparent;
    width: 4px;
    height: 4px;
}

header {
    padding: 0 60px;
    background-color: #0e182b;
    height: 100px;
    box-shadow: 0 1px 8px rgba(0, 2, 10, 0.8);
    z-index: 2;
    position: sticky;
    top: 0;
}

nav {
    align-items: center;
    display: flex;
    height: 100%;
    gap: 20px;
    z-index: 2;
}

nav a:hover {
    color: hsl(219, 100%, 80%);
    cursor: pointer;
}


nav .logo {
    position: absolute;
    right: calc(50% - 32px);
    transition: transform 450ms cubic-bezier(0.42, 0, 0.16, 1);
}

@media(max-width:960px) {
    nav .logo {
        right: 20px;
    }
    nav a {
    display:none
    }
    
}



nav .logo:hover {
    transform: rotate(10deg);
}


nav a {
    font-size: 20px;
    transition: all 0.2s linear;
}

.intro {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100vh - 100px);
    overflow: hidden;
}

.intro h1 {
    animation: lift 1200ms cubic-bezier(0, 0.47, 0.25, 1);
    font-size: 48px;
    pointer-events: none;
}

.intro p {
    animation: lift 2000ms cubic-bezier(0, 0.47, 0.25, 1);
    font-size: 36px;
    pointer-events: none;
}

@keyframes lift {
    from {
        opacity: 0;
        transform: translateY(200%);
    }
}

body {
    background-color: #050b16;
}

.webg {
    background-image: url(resources/webpBg.webp);
    position: absolute;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    min-height: 100%;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/*
.bgC {
position: absolute;
overflow: hidden;
height: 100%;
width: 100%;
}
*/

.animbg {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    background-position: right top;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #0a0d14;
}

.bgC * {
    pointer-events: none;
}

.fog {
    animation-name: fogAnim;
    animation-duration: 90s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background:
        #000000 url(resources/fogtest.webp);
    position: absolute;
    background-size: 100%;
    z-index: -1;
    opacity: 3%;
}

@keyframes fogAnim {
    0% {
        background-position-y: bottom;
    }

    50% {
        background-position-y: top;
    }

    100% {
        background-position-y: bottom;
    }
}

.light {
    overflow: hidden;
    animation-name: le;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background-image: url(resources/BlueLight.png);
    position: absolute;
    transform-origin: 100% 0%;
    width: 100%;
    height: 100%;
    background-size: 100%;
    z-index: -10;
    max-width: 100%;
    max-height: 100%;
}

@keyframes le {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.workbutton {
    border: 4px solid;
    size: 22px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 40px;
    align-items: center;
    margin-top: 10vh;
    justify-content: center;
    width: 140px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    animation: lift 3000ms cubic-bezier(0, 0.47, 0.25, 1);
    transition: all 400ms ease-in-out;
}

.workbutton:hover {
    cursor: pointer;
    background-color: #ffffff;
    border: 4px solid #ffffff;
    color: #0e182b;
}

.fourzerofourwhat {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: calc(100vh - 100px);
    overflow: hidden;
    margin-left: 40px;
}

.fourzerofourwhat h1 {
    animation: lift 1500ms cubic-bezier(0, 0.47, 0.25, 1);
    pointer-events: none;
    overflow: hidden;
}

.fourzerofourwhat p {
    animation: lift 3000ms cubic-bezier(0, 0.47, 0.25, 1);
    pointer-events: none;
    overflow: hidden;
}

.fourzerofourBg {
    background-image: url(resources/404.webp);
    position: absolute;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    min-height: 100%;
    bottom: 0;
    background-size: cover;
}

.warning {
    font-size: 40px;
    height: 30vh;
    pointer-events: none;
    overflow: hidden;
}

.jebi {
    animation: osuspinner 2s linear infinite;
    overflow: hidden;
    height: 20%;
    width: 20%;
    pointer-events: none;
    display: flex;
    justify-content: center;
}

.underconstruction {
    right: calc(40vh - 10px);
    height: 50%;
    position: absolute;
    width: 40%;
    bottom: 0;
    display: flex;
    pointer-events: none;
}

@keyframes osuspinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.tos {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: calc(70vh - 400px);
    cursor: default;
}

.tos h1 {
    overflow: hidden;
    font-size: 36px;
}

.terms {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    margin-left: 120px;
    font-size: 22px;
}

.terms p {
    padding: 20px;
    transition: all 300ms ease-in;
}

.terms p:hover {
    color: #bac9f3;
    cursor: default
}

.welcometo {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: calc(70vh - 400px);
}

.wbuttons {
    width: 50%;
    align-items: center;
    display: flex;
    gap: 48px;
    flex-direction: row;
    margin-left: 25%;
    justify-content: center;
}

.skinsbutton {
    background-image: url(resources/skins/rushia1.webp);
    background-size: cover;
    background-position: center;
    width: 200px;
    border: none;
    height: 200px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
}

.skinsbutton h1 {
    align-items: center;
    justify-content: center;
    display: flex;
    padding-top: 60%;

}

.skinsbutton:hover {
    animation: imagehover;
    animation-direction: alternate;
    animation-duration: 400ms;
}

@keyframes imagehover {

    50% {
        transform: scale(105%);
    }

    100% {
        color: #00020e;
        background-color: #ffffff;
        transform: scale(100%);
    }
}

.overlaysbutton {
    background-image: url(resources/skins/rushia1.webp);
    background-size: cover;
    background-position: center;
    width: 200px;
    border: none;
    height: 200px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
}


/*
@keyframes imagehover {
    from {
        transform: scale(100%);
    }
    to {
        transform: scale(110%);
    }
}


@keyframes imageunhover {
    from {
        transform: scale(110%);
    }
    to {
        transform: scale(100%);
    }
}
*/


.commstatus2 {
    animation: lift 2600ms cubic-bezier(0, 0.47, 0.25, 1);
    overflow: hidden;
    color: #56ff80;
    text-shadow: 0px 0px 12px #83ffa2;
    display: flex;
    justify-content: center;
    overflow: visible;
    pointer-events: none;
    margin-top: 10px;
}

.pricestitle {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: calc(12vh);
    height: 5vh;
    cursor: default;
    animation: lift 1200ms cubic-bezier(0, 0.47, 0.25, 1);
}

.commstatus1 {
    font-size: 36px;
    overflow: hidden;
    display: flex;
    overflow: hidden;
    align-items: center;
    animation: lift 2000ms cubic-bezier(0, 0.47, 0.25, 1);
    justify-content: center;
    cursor: default;

}

.magikbg {
    background-image: url(resources/444444444.webp);
    position: absolute;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    min-height: 100%;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 7, 8, 0.37);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: 5;
}

.warningmodal {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100vh - 100px);
    overflow: hidden;
    font-size: 48px;
    animation: fade 800ms cubic-bezier(0, 0.47, 0.25, 1) both;
}

.warningmodal p {
    color: rgb(255, 255, 255);
    font-size: 36px;
}

#closeButton {
    border: 4px solid;
    size: 22px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 42px;
    align-items: center;
    margin-top: 10vh;
    background-color: #ffffff00;
    justify-content: center;
    width: 200px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    animation: fade 1400ms cubic-bezier(0, 0.47, 0.25, 1) both;
    transition: all 400ms ease-in-out;
}

@keyframes fade{
    0% {opacity: 0%}
    100% {opacity: 100%;}

}

#closeButton:hover {
    cursor: pointer;
    background-color: rgb(255, 174, 174);
    border: 4px solid rgb(255, 174, 174);
    color: #0e182b;
}

.arttitle {
    margin: 40px 40px 0px 80px;
}

.arttitle h1 {
    font-size: 48px;
}

.arttitle p {
    font-size: 36px;
}

div.artgallery-scroll {
    background-color: rgb(14, 19, 46);
    border-radius: 16px;
    overflow: scroll hidden;
    padding: 10px;
    white-space: nowrap;
    z-index: 4;
    width: 80vw;
    align-content: center;
    border: 4px solid rgb(14, 19, 46);
    margin-left: 10vw;
}

div.artgallery-scroll img {
    border-radius: 10px;
    height: 50vh;
}

#imagemodal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.modal-content {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: #999;
}

.modaltext {
    position: absolute;
    top: 10vh;
    left: 6vw;
}

.commissionPrices {
    margin-left: 10vh;
}

.commissionPrices h1 {
    font-size: 36px;
}

.commissionPrices p {
    font-size: 22px;
    padding-top: 14px;
}

.commissionPrices p:hover {
    color: #bac9f3;
    cursor: default;
    transition: all 300ms ease-in;
}

.letraschiquitas {
    padding-top: 40px;
    font-size: 16px;
    margin-left: 10vh;
    margin-bottom: 20px;
}



/* .dialog-box {
    position: absolute;
    height: auto;
    width: 100%;
    object-fit: contain;
    z-index: 2;
    justify-content: center;
    align-items: center;
    padding-top: calc(35%);
    
}

.dialogboximage {
    background-image: url(resources/vnassets/text_box_transparent.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    width: auto;
    height: 25vh;
    padding-bottom: 20px;
    object-fit: contain;
    top: 75%;
}
*/

.matate {
    font-size: 69px;
    animation: osuspinner 5000ms linear infinite;
}
