html {
    scroll-behavior: smooth;
}

.glassmorphism {
    background: #ffffff10;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: url("../image/background/loader-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    background: #283048;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #859398, #283048);
    background: linear-gradient(to right, #859398, #283048);
    backdrop-filter: brightness(50%);
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    overflow: hidden;
}

.page-loader.fade {
    opacity: 0;
}

.txt {
    color: #000000;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: 900;
    line-height: 1.5;
    font-family: "Roboto Mono";
}

/* SPINNER ANIMATION */
.spinner {
    position: relative;
    top: 35%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #000000;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
          -webkit-transform: scale(0);
    }

    100% {
          -webkit-transform: scale(1);
          opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
          -webkit-transform: scale(0);
          transform: scale(0);
    }

    100% {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 0;
    }
}

#home {
    background-image: url(../image/background/bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sanity {
    background-image: url(../image/background/sanity.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#backpack {
    background-image: url(../image/background/bp-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#landClaim {
    background-image: url(../image/background/bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#economy {
    background-image: url(../image/background/bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#weaponry {
    background-image: url(../image/background/necromancer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#spellsword {
    background-image: url(../image/background/bg-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#graveyard {
    background-image: url(../image/background/gy-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#wpnms {
    background-image: url(../image/background/wpnms-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#nycto {
    background-image: url(../image/background/nyctophobia-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#beware {
    background-image: url(../image/background/nyctophobia-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#cartoon {
    background-image: url(../image/background/bg-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#soon {
    background-image: url(../image/background/bg-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

#about {
    background-image: url(../image/background/bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#contact {
    background-image: url(../image/background/bg-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#store {
    background-image: url(../image/background/bg-5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#journey {
    background-image: url(../image/background/bg-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#media-home-icon {
    margin-top: 3rem;
}