
@font-face {
    font-family: ModernWarfare;
    src: url(ModernWarfare.ttf);
}


@font-face {
    font-family: Technovier;
    src: url(Technovier.ttf);
}

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

body {
    position: absolute;
    margin: 0px;
    padding: 0px;
    height: 1575vh;
    width: 100vw;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
}

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

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

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

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

#topShadow {
    position: absolute;
    height: 250%;
    width: 100%;
    top: 0px;
    opacity: 0.2;
}

#totlLogo {
    position: fixed;
    height: 60px;
    width: auto;
    top: 9px;
    left: 17.5px;
    transition: top 1s, left 1s, opacity 0.5s;
    cursor: pointer;
    opacity: 0.9;
    z-index: 999;
}

#footerText {
    position: fixed;
    bottom: 5px;
    left: 15px;
    font-size: 0.7rem;
    text-decoration: none;
    color: rgb(150, 150, 150);
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    user-select: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   transition: color 0.5s;
   z-index: 999;
}

#footerText:hover {
    color: rgb(140, 140, 140);
}

.nav-items {
    position: absolute;
    height: 57.5%;
    right: 205px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
  }

.item {
    padding: 20px;
    font-size: 0.8rem;
    text-decoration: none;
    color: rgb(178, 178, 178);
    text-decoration: none;
    font-family: ModernWarfare;
    cursor: pointer;
    user-select: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   transition: color 0.5s;
}

.item:hover {
    color: rgb(255, 255, 255);
}

#connectButton {
    position: absolute;
    height: 40px;
    width: 160px;
    top: 18.5px;
    right: 22.5px;
    border-width: 2px;
    border-color: #000;
    border-radius: 12px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    border-style: solid;
    font-family: ModernWarfare;
    cursor: pointer;
    user-select: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   transition: opacity 0.5s, background-color 0.5s, border-color 0.5s, color 0.5s;
}

#connectButton:hover {
    opacity: 0.7;
}

#block {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px;
    overflow: hidden;
    background-color: transparent;
}

#b1 {
    top: 0px;
}

#discordButton {
    position: absolute;
    height: 35px;
    width: 250px;
    top: 0px;
    border-style: solid;
    border-width: 1.5px;
    border-color: rgb(32, 32, 32);
    border-radius: 7px;
    color: #fff;
    font-size: 0.6rem;
    text-align: left;
    padding-left: 52.5px;
    background-color: transparent;
    font-family: ModernWarfare;
    cursor: pointer;
    user-select: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
}

#discordIcon {
    position: absolute;
    width: auto;
    height: 15px;
    top: 9px;
    left: 10px;
    z-index: 1;
}

#twitterButton {
    position: absolute;
    height: 35px;
    width: 250px;
    top: 50px;
    border-style: solid;
    border-width: 1.5px;
    border-color: rgb(32, 32, 32);
    border-radius: 7px;
    color: #fff;
    font-size: 0.6rem;
    text-align: left;
    padding-left: 52.5px;
    background-color: transparent;
    font-family: ModernWarfare;
    cursor: pointer;
    user-select: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
}

#twitterIcon {
    position: absolute;
    width: auto;
    height: 15px;
    top: 9px;
    left: 10px;
    z-index: 1;
}

.learnMore {
    position: absolute;
    height: 35px;
    width: 11vw;
    left: 5vw;
    bottom: -17.5px;
    border-style: solid;
    border-width: 1.5px;
    border-color: rgb(32, 32, 32);
    border-radius: 7px;
    color: #fff;
    background-color: #000;
    font-size: 0.6rem;
    font-family: ModernWarfare;
    cursor: pointer;
    user-select: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   z-index: 2;
}

#pageContainer {
    position: absolute;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-color: #fff;
}

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

#siteContainer {
    position: absolute;
    height: 1500vh;
    width: 100vw;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
}

#siteContainer::-webkit-scrollbar {
    display: none;
}

#tryIt {
    position: fixed;
    width: 200px;
    height: 200px;
    right: 0px;
    bottom: -50px;
    transition: opacity 0.5s;
    z-index: 999;
}

#tryButton {
    position: absolute;
    width: 160px;
    height: 55px;
    right: 17.5px;
    top: 15px;
    cursor: pointer;
    z-index: 999;
}

#tryItButton {
    position: absolute;
    width: 100%;
    height: auto;
}

#coverPage {
    position: absolute;
    width: 100%;
    height: 106.5vh;
    top: -6vh;
    opacity: 1;
    filter: brightness(102%);
    z-index: 1;
}

#topShadow2 {
    position: absolute;
    height: 110px;
    width: 100%;
    top: 0vh;
    opacity: 1;
    z-index: 2;
}

#cover {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0vh;
    z-index: 1;
}

#aboutPage {
    position: absolute;
    width: 100%;
    height: 106vh;
    top: 62.5vw;
    opacity: 1;
    filter: brightness(102%);
    z-index: 1;
}

#about {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0vh;
    z-index: 1;
}

#panels {
    position: absolute;
    width: 100%;
    height: auto;
    top: calc(63.5vw + 930vh);
    z-index: 0;
}

#xros2 {
    position: absolute;
    width: 60%;
    height: auto;
    left: 20%;
    top: calc(62.5vw + 1005vh);
    z-index: 10;
}

#xrOSContainer {
    position: absolute;
    height: 915vh;
    width: 97%;
    top: 125vw;
    left: 1.5%;
    background-color: #000;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-radius: 50px;
}

#xrOSContainer::-webkit-scrollbar {
    display: none;
}

#pulse {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: calc(62.5vw + 1075vh);
    object-fit: cover;
}

#shades {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: calc(62.5vw + 1175vh);
    object-fit: cover;
}

#optics {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: calc(62.5vw + 1265vh);
    object-fit: cover;
}

#neo {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: calc(62.5vw + 1365vh);
    object-fit: cover;
}

#homePage {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    overflow: hidden;
    z-index: 1;
}

#home {
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}

#bottomHomeShadow {
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: -10px;
    transform: rotate(180deg);
    z-index: 2;
}

#lifestylePage {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 100vh;
    overflow: hidden;
    z-index: 1;
}

#lifestyleImage {
    position: absolute;
    width: auto;
    height: 100vh;
    top: 5vh;
    left: 0vw;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}

.rightShadow {
    position: absolute;
    height: 100vh;
    top: 0vh;
    z-index: 2;
}

#lifestyleShadow {
    width: 25vw;
    right: 35vw;
}

#zincShadow {
    width: 35vw;
    right: 30vw;
}

#verseShadow {
    width: 25vw;
    left: 35vw;
    transform: rotate(180deg);
}

#lifestyleWalletLogo {
    position: absolute;
    width: auto;
    height: 300px;
    top: 17.5vh;
    left: 51.5vw;
    object-fit: cover;
    overflow: hidden;
    z-index: 3;
}

.sectionParagraph {
    position: absolute;
    font-size: 1rem;
    width: 35%;
    color: white;
    line-height: 70px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    line-height: 20px;
    user-select: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
    z-index: 3;
}

#paragraph1 {
    left: 55vw;
    text-align: left;
    top: 48.5vh;
}

#paragraph2 {
    right: 50vw;
    text-align: right;
    top: 50vh;
}

#paragraph3 {
    left: 50vw;
    text-align: left;
    top: 50vh;
}

#paragraph4 {
    right: 50vw;
    text-align: right;
    top: 51.5vh;
}

#paragraph5 {
    left: 50vw;
    text-align: left;
    top: 51.5vh;
}

#paragraph6 {
    right: 50vw;
    text-align: right;
    top: 51.5vh;
}

#paragraph7 {
    left: 50vw;
    text-align: left;
    top: 51.5vh;
}

#paragraph8 {
    right: 50vw;
    text-align: right;
    top: 51.5vh;
}

.sectionHeader {
    position: absolute;
    font-size: 5rem;
    color: white;
    line-height: 60px;
    font-family: ModernWarfare;
    font-weight: 900;
    user-select: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
    z-index: 2;
}

#header2 {
    right: 50vw;
    text-align: right;
    width: 600px;
    top: 25vh;
}

#header3 {
    left: 47.5vw;
    text-align: left;
    width: 300px;
    top: 25vh;
}

#header4 {
    right: 50vw;
    text-align: right;
    width: 600px;
    top: 27.5vh;
}

#header5 {
    left: 47.5vw;
    text-align: left;
    width: 300px;
    top: 27.5vh;
}

#header6 {
    right: 50vw;
    text-align: right;
    width: 650px;
    top: 27.5vh;
}

#lifestyleWalletButton {
    position: absolute;
    height: 60px;
    width: 200px;
    top: 70vh;
    left: 55vw;
    background-color: transparent;
    border-style: none;
    cursor: pointer;
    z-index: 5;
}

#lifestyleWalletButtonImg {
    position: absolute;
    height: auto;
    width: 100%;
    top: 0px;
    left: 0px;
    user-select: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
}

#lifestyle3dPage {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 200vh;
    overflow: hidden;
    z-index: 1;
}

#lifestyle3d {
    position: absolute;
    width: auto;
    height: 90vh;
    top: 5vh;
    right: 7.5vw;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}

#topLifestyleShadow {
    position: absolute;
    height: 40px;
    width: 100%;
    top: 5vh;
    right: 0px;
    z-index: 2;
}

#bottomLifestyleShadow {
    position: absolute;
    height: 40px;
    width: 100%;
    transform: rotate(180deg);
    right: 0px;
    bottom: 5vh;
    z-index: 2;
}

#tokenPage {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 300vh;
    overflow: hidden;
    z-index: 1;
}

#tokenImage {
    position: absolute;
    width: auto;
    height: 90vh;
    top: 7.5vh;
    left: 2.5vw;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}

#token3dPage {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 400vh;
    overflow: hidden;
    z-index: 1;
}

#token3d {
    position: absolute;
    width: auto;
    height: 90vh;
    top: 5vh;
    right: 5vw;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}

#cardPage {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 500vh;
    overflow: hidden;
    z-index: 1;
}

#cardImage {
    position: absolute;
    width: auto;
    height: 90vh;
    top: 7.5vh;
    left: 0vw;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}

#card3dPage {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 600vh;
    overflow: hidden;
    z-index: 1;
}

#card3d {
    position: absolute;
    width: auto;
    height: 80vh;
    top: 10vh;
    right: 12.5vw;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}

#zincPage {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 700vh;
    overflow: hidden;
    z-index: 1;
}

#zincImage {
    position: absolute;
    width: auto;
    height: 100vh;
    top: -10vh;
    left: -17.5vw;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}

#zincLogo {
    position: absolute;
    width: auto;
    height: 275px;
    top: 25vh;
    right: 15vw;
    object-fit: cover;
    overflow: hidden;
    z-index: 3;
}

#versePage {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 800vh;
    overflow: hidden;
    z-index: 1;
}

#verseImage {
    position: absolute;
    width: auto;
    height: 80vh;
    top: -10vh;
    right: -10vw;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}

#verseLogo {
    position: absolute;
    width: auto;
    height: 125px;
    top: 22.5vh;
    left: 12.5vw;
    object-fit: cover;
    overflow: hidden;
    z-index: 3;
}

@media only screen and (max-width: 600px) {

    body {
        position: absolute;
        height: 100vh;
        width: 100%;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
    }
    
    .pageContainer {
        position: absolute;
        height: 100vh;
        width: 100%;
        /* display: flex;
        justify-content: space-between;
        flex-direction: column;
        overflow-x: hidden;
        -ms-overflow-style: none; */
        overflow: hidden;
        scrollbar-width: none;
    }
    
    .pageContainer::-webkit-scrollbar {
        display: none;
    }
    
    .nav {
        position: fixed;
        height: 75px;
        width: 100%;
        z-index: 10;
    }
    
    #topShadow {
        display: none;
    }
    
    #totlLogo {
        position: absolute;
        height: 45px;
        width: auto;
        top: 15px;
        left: 15px;
    }
    
    .nav-items {
        display: none;
    }
    
    .item {
        display: none;
    }
    
    #connectButton {
        display: none;
    }
    
    #block {
        position: absolute;
        height: 100vh;
        width: 100%;
        padding: 0px;
        overflow: hidden;
        background-color: transparent;
    }
    
    #discordButton {
        display: none;
    }
    
    #discordIcon {
        display: none;
    }
    
    #twitterButton {
        display: none;
    }
    
    #twitterIcon {
        display: none;
    }
    
    .learnMore {
        display: none;
    }
    
    #homePage {
        display: none;
    }
    
    #home {
        display: none;
    }
    
    #bottomHomeShadow {
        display: none;
    }
    
    #topAboutShadow {
        display: none;
    }
    
    #aboutPage {
        position: absolute;
        height: 100vh;
        width: 100%;
        top: 0vh;
        object-fit: cover;
        overflow: hidden;
        z-index: 1;
    }
    
    #aboutHeader {
        display: none;
    }
    
    #aboutParagraph {
        display: none;
    }
    
    #aboutCommunityButtons {
        display: none;
    }
    
    #appleseed {
        display: none;
    }
    
    #roadmapPage {
        display: none;
    }
    
    #roadmap {
        display: none;
    }
    
    #roadmapHeader {
        display: none;
    }
    
    #roadmapParagraph {
        display: none;
    }
    
    #roadmapCommunityButtons {
        display: none;
    }
    
    #lifestyleWalletPage {
        display: none;
    }
    
    #lifestyleWalletLogo {
        display: none;
    }
    
    #lifestyleWalletParagraph {
        display: none;
    }
    
    #lifestyleWalletCommunityButtons {
        display: none;
    }
    
    #lifestyleWallet {
        display: none;
    }
    
    #wallet {
        display: none;
    }
    
    #zincPage {
        display: none;
    }
    
    #zincLogo {
        display: none;
    }
    
    #zincParagraph {
        display: none;
    }
    
    #zincCommunityButtons {
        display: none;
    }
    
    #zinc {
        display: none;
    }
    
    #versePage {
        display: none;
    }
    
    #verseLogo {
        display: none;
    }
    
    #verseParagraph {
        display: none;
    }
    
    #verseCommunityButtons {
        display: none;
    }
    
    #verse {
        display: none;
    }
    
    #tokenPage {
        display: none;
    }
    
    #tokenHeader {
        display: none;
    }
    
    #tokenParagraph {
        display: none;
    }
    
    #tokenCommunityButtons {
        display: none;
    }
    
    #token {
        display: none;
    }
    
    #featuresPage {
        display: none;
    }
    
    #featuresHeader {
        display: none;
    }
    
    #socialDiv {
        display: none;
    }
    
    #socialText {
        display: none;
    }
    
    #socialParagraph {
        display: none;
    }
    
    #social {
        display: none;
    }
    
    #travelDiv {
        display: none;
    }
    
    #travelText {
        display: none;
    }
    
    #travelParagraph {
        display: none;
    }
    
    #travel {
        display: none;
    }
    
    #walletDiv {
        display: none;
    }
    
    #walletText {
        display: none;
    }
    
    #walletParagraph {
        display: none;
    }
    
    #wallets {
        display: none;
    }
    
    #cardsDiv {
        display: none;
    }
    
    #cardsText {
        display: none;
    }
    
    #cardsParagraph {
        display: none;
    }
    
    #cards {
        display: none;
    }
    
    #collectionPage {
        display: none;
    }
    
    #collectionHeader {
        display: none;
    }
    
    #collectionParagraph {
        display: none;
    }
    
    #collectionCommunityButtons {
        display: none;
    }
    
    #collection {
        display: none;
    }
    
    #detailsPage {
        display: none;
    }
    
    #detailsHeader {
        display: none;
    }
    
    #releaseDiv {
        display: none;
    }
    
    #releaseText {
        display: none;
    }
    
    #releaseParagraph {
        display: none;
    }
    
    #release {
        display: none;
    }
    
    #quantityDiv {
        display: none;
    }
    
    #quantityText {
        display: none;
    }
    
    #quantityParagraph {
        display: none;
    }
    
    #quantity {
        display: none;
    }
    
    #rarityDiv {
        display: none;
    }
    
    #rarityText {
        display: none;
    }
    
    #rarityParagraph {
        display: none;
    }
    
    #rarity {
        display: none;
    }
    
    #limitsDiv {
        display: none;
    }
    
    #limitsText {
        display: none;
    }
    
    #limitsParagraph {
        display: none;
    }
    
    #limits {
        display: none;
    }
    
    #detailsParagraph {
        display: none;
    }
    
    #benefitsPage {
        display: none;
    
    }
    
    #benefits {
        display: none;
    
    }

    #social3 {
        display: block;
        position: absolute;
        width: 102.5vw;
        height: 102.5vh;
        top: 0.5vh;
        left: 0vw;
        z-index: 6;
    }
    
    #coins1 {
        display: none;
    }
    
    #glow {
        display: none;
    
    }
    
    #coins3 {
        display: none;
    
    }
    
    #coins4 {
        display: none;
    
    }
    
    #coins5 {
        display: none;
    
    }
    
    #coins7 {
        display: none;
    
    }
    
    .footer {
        display: none;
    
    }
    
    #bottomShadow {
        display: none;
    
    }
    
    #icons {
        display: none;
    
    }
    
    }