html {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #000;
}

body {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    cursor: url("/retrOS/lifestyle-wallet/img/mouseIcon.png"), default;
}

#loaderContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    pointer-events: none;
    background-color: #000;
    z-index: 98;
}

#vintageLoad {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    opacity: 0.25;
    pointer-events: none;
    z-index: 99;
}

#loader {
    position: absolute;
    height: 50vh;
    width: 50vw;
    top: 25vh;
    left: 25vw;
}

#loadGif {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: -7.5%;
}

.pageContainer {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.pageContainer::-webkit-scrollbar {
    display: none;
}

.nav {
    position: fixed;
    height: 75px;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

#logo {
    position: absolute;
    height: 45px;
    width: auto;
    top: 20px;
    left: 20px;
}

#connectButton {
    position: absolute;
    height: 40px;
    width: 150px;
    top: 25px;
    right: 25px;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    border-style: solid;
    color: #fff;
    font-size: 0.9rem;
    background-color: transparent;
    font-family: Montserrat;
    font-weight: 500;
    cursor: pointer;
    pointer-events: all;
    user-select: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
}

#vintage {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    opacity: 0.1;
    pointer-events: none;
    z-index: 2;
}

#homePage {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
    z-index: 1;
}

#home {
    position: fixed;
    width: 100vw;
    height: 110vh;
    top: -10vh;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}

/* #bottomHomeShadow {
    position: absolute;
    height: 15vh;
    width: 100vw;
    bottom: 0vh;
    transform: rotate(180deg);
    z-index: 3;
} */

#first {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 100vh;
    background-color: #000;
    overflow: hidden;
    clip: rect(0, auto, auto, 0);
    z-index: 1;
}

#page1 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0vh;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}

/* #topPage1Shadow {
    position: absolute;
    height: 20vh;
    width: 100vw;
    top: 115vh;
    z-index: 3;
}

#bottomPage1Shadow {
    position: absolute;
    height: 20vh;
    width: 100vw;
    bottom: -100vh;
    transform: rotate(180deg);
    z-index: 3;
} */

#second {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 200vh;
    background-color: #000;
    overflow: hidden;
    clip: rect(0, auto, auto, 0);
    z-index: 1;
}

#page2 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0vh;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}

#third {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 300vh;
    background-color: #000;
    overflow: hidden;
    clip: rect(0, auto, auto, 0);
    z-index: 1;
}

#page3 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0vh;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}

#fourth {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 400vh;
    background-color: #000;
    overflow: hidden;
    clip: rect(0, auto, auto, 0);
    z-index: 1;
}

#page4 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0vh;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}