
.loader{
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    top: 0;
    left: 0;
}

.loadbox{
    height: 30vh;
    width: 30vh;
    background-image: url(../assets/SVG/load-planet.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loadrocket{
    height: 15vh;
    width: auto;
    position: relative;
    /* bottom: 20px; */
}

.floatingLoader {   
    animation-name: floatingLoader; 
    animation-duration: 3s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out; 
    /* margin-left: 30px;  */
    /* margin-top: 5px;  */
}

@keyframes floatingLoader { 
    0% { transform: translate(0,  0px); } 
    50%  { transform: translate(0, 80px); } 
    100%   { transform: translate(0, -0px); }     
} 


/* 
.loader img{
    height: 10vh;
    width: auto;
} */

/* @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
} */



.logo{
    top: 5vh;
    right: 5vw;
    height: 10vh;
    width: auto;
    position: absolute;
    z-index: 100;
}


p{
    font-size: 0.9rem;
    line-height: 1.7rem;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'DM Mono', monospace !important; */
}

.hero{
    width: 100vw;
    height: 100vh;
    /* position: relative;  */
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    /* background-color: #e1dfe4; */
    overflow: hidden;
}


.darkSpaceContainer{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.darkSpace{
    position: relative;
    background-color: black;
    width: 100vw;
    height: 100vh;
    background-image: url(../assets/space2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* clip-path: inset(5vh 5vw 5vh 5vw); */
    clip-path: inset(50vh 50vw 50vh 50vw);
    transform-origin: center center;
}

.helloPane{
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.hello{
    width: 100vw;
}




.bankerBox{
    position: absolute;
    bottom: 0;
    min-width: 30vw;
    height: 100vh;
    left: 35vw;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.glitch{
    position: absolute;
    z-index: 5;
    width: 100vw;
    height: 100%;
    /* background-color: purple; */
    mix-blend-mode: screen;
    background-image: url(../assets/glitch3.gif);
    background-size: cover;
    /* background-repeat: no-repeat; */
    background-position: center;
    opacity: 0.2;
}

.banker{
    height: 100%;
    width: auto;
    position: relative;
    z-index: 4;
}

.banker2{
    height: 100%;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: none;
}

.sway{
    animation-name: sway;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

@keyframes sway {
    0%   {left: 0px;}
    50%   {left: 25px;}
    100%   {left: 0px;}
}

.bars1{
    position: absolute;
    z-index: 2;
}


.bars2{
    position: absolute;
    z-index: 4;
}

.b1{
    background-color: black;
    top: 20%;
    left: 10%;
    width: 10%;
    height: 30%;
}

.b2{
    background-color: red;
    top: 17%;
    left: 25%;
    width: 3%;
    height: 30%;
}

.b3{
    background-color: rgb(0, 0, 0);
    top: 10%;
    right: 30%;
    width: 2%;
    height: 30%;
}


.b4{
    background-color: black;
    bottom: 0%;
    left: 14%;
    width: 2%;
    height: 60%;
}


.b5{
    background-color: red;
    bottom: 0%;
    left: 25%;
    width: 2.5%;
    height: 20%;
}

.b6{
    background-color: white;
    bottom: 50%;
    left: 30%;
    width: 5%;
    height: 15%;
}


.b7{
    background-color: red;
    bottom: 30%;
    left: 40%;
    width: 5%;
    height: 15%;
}

.b8{
    background-color: black;
    bottom: 40%;
    left: 50%;
    width: 8%;
    height: 15%;
}


.b9{
    background-color: white;
    bottom: 35%;
    left: 65%;
    width: 8%;
    height: 8%;
}


.scrollBtn{
    background-color: rgba(0, 0, 0, 0.97);
    position: absolute;
    bottom: 40vh;
    left: 42.5vw;
    width: 15vw;
    padding: 10px;
    border-radius: 30px;
    color: #ffffff;
    z-index: 150;
    text-align: center;
    cursor: pointer !important;
    transition: all 300ms;
}



.scrollBtn:hover{
    background-color: rgba(51, 51, 51, 0.97);
}


.scrollBtn p{
    margin: 0;
    /* font-size: 0.8rem; */
    font-weight: 700;
    cursor: pointer !important;
    font-family: 'Open Sans', sans-serif;
}

.scrollIcon{
    /* color: #db1e1e; */
    color: white;
    /* font-size: 1.1rem !important; */
    position: relative;
    left: 1px;
    right: 5px;
}

.iconDisk{
    position: relative;
    padding: 5px;
    height: 25px;
    width: 25px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: all 300ms;
}

.scrollBtn:hover .iconDisk{
    border: 1px solid #db1e1e;
}





.shader{
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    position: absolute;
    width: 100vw;
    height: 60vh;
    z-index: 25;
    bottom: 0;
    opacity: 0;
}


.optionsBox{
    position: absolute;
    bottom: 15vh;
    left: 0;
    z-index: 35;
    width: 100vw;
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: white;
    flex-wrap: wrap;
    display: none;
}

.option{
    width: 20vw;
    height: 8vh;
    background-color: rgba(1, 11, 29, 0.904);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    transition: all 300ms;
    border: 1px solid #40b7de;
}



.option:hover{
    background-color: rgba(1, 11, 29, 0.304);
}

.optionIcon{
    position: relative;
    right: 10px;
}

.socialBox{
    position: absolute;
    left: 0;
    top: 40vh;
    z-index: 77;
    list-style: none;
    padding: 0;
}

.socialBox li{
    width: 3vw;
    height: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    background-color: rgb(43, 43, 43);
    transition: all 300ms;
}

.socialBox li:hover{
    background-color: rgb(26, 25, 25);
}

.socialBox a{
    color: rgb(207, 207, 207);
}


.narrativePane{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 28;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}


.hudPane{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: none;
}

.hudCenter{
    height: 40vh;
    opacity: 0.2;
}

.hudSide{
    position: absolute;
    left: 5vw;
    height: 80vh;
    top: 10vh;
}

.hudBottom{
    position: absolute;
    bottom: 10vh;
    left: 10vw;
    width: 80vw;
}


.hudTop{
    position: absolute;
    top: 10vh;
    left: 10vw;
    width: 80vw;
}

.flash{
    position: absolute;
    top: 0;
    left: -40vw;
    width: 20vw;
    height: 100vh;
    -ms-transform: skewX(-30deg); /* IE 9 */
    transform: skewX(-30deg); /* Standard syntax */
    background-color: rgba(128, 34, 34, 0.05);
}

.flash2{
    position: absolute;
    top: 0;
    left: -40vw;
    width: 10vw;
    height: 100vh;
    -ms-transform: skewX(-30deg); /* IE 9 */
    transform: skewX(-30deg); /* Standard syntax */
    background-color: rgba(255, 255, 255, 0.05);
}


.narrative{
    font-family: 'Open Sans', sans-serif;
    color: white;
    position: relative;
    top: 80px;
    opacity: 0;
    font-weight: 300 !important;
    text-align: center;
}





.bucketPane{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 38;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; /* Add this*/
    padding: 20px;
    color: white;
    background-color: rgba(0, 0, 0, 0.612);
    display: none;
    flex-wrap: wrap;
    overflow-y: hidden;
}


.pail{
    position: relative;
    text-decoration: none !important;
    width: 20vw;
    height: 10vh;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255) !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 2.5vw;
    border-radius: 10px;
    /* border-left: 2px solid #db1e1e; */
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    border: 1px solid #db1e1e;
    opacity: 0;
    transition: all 300ms;
}

.pail:hover{
    /* background-color: black; */
    background-color: rgb(1, 7, 19);
    border: none;
}

.pailIcon{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    left: -20px;
    /* color: rgb(167, 167, 167); */
    color: #db1e1e;
    font-size: 0.8rem;
}

.pailDescription{
    background-color: white;
    position: absolute;
    bottom: -35px;
    left: -5%;
    border-radius: 3px;
    font-size: 0.8rem;
    /* text-align: center; */
    width: 110%;
    padding: 10px 25px;
    color: #464646;
    display: none;
    overflow: hidden;
}

.pailDescription .redBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #db1e1e;    
}

.topBar{
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    background-color: #661010;
}

.closeBucket{
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.233);
    border: 1px solid white;
    position: absolute;
    bottom: 10vh;
    left: 47.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


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

    

    .bankerBox{
        position: absolute;
        bottom: 0;
        width: 80vw;
        height: 100vh;
        left: 15vw;
        /* background-color: red; */
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .banker{
        height: 70%;
        bottom: 10vh;
        width: auto;
        position: relative;
        z-index: 4;
    }

    .scrollBtn{
        /* background-color: rgb(255, 255, 255); */
        position: absolute;
        /* bottom: 10vh; */
        left: 20vw;
        width: 60vw;
        padding: 10px;
        border-radius: 30px;
        font-size: 0.8rem;
    }

    /* .helloPane{ */
        /* display: none; */
    /* } */

    .narrative{
        bottom: 10vh !important;
        font-size: 2rem !important;
    }

    .hudCenter{
        height: 30vh;
        opacity: 0.2;
    }

    .hudSide{
        position: absolute;
        left: 5vw;
        height: 60vh;
        top: 20vh;
    }

    .optionsBox{
        bottom: 10vh;
    }


    .option{
        width: 70vw;
        font-size: 0.8rem;
    }


    .socialBox li{
        width: 10vw;
        height: 10vw;
    }



    .socialBox{
        top: 0vh;
    }


    .pail{
        width: 30vw;
        height: 8vh;
        font-size: 0.7rem;
        text-align: center;
    }


    .closeBucket{
        width: 15vw;
        height: 15vw;
        left: 42.5vw;
    }

    .bucketPane{
        height: auto !important;
    }


    .pailIcon{
        height: 20px;
        width: 20px;
        top: -10px;
        left: -10px;
    }


    .pailDescription{
        display: none !important;
    }

    .helloPane{
        display: none;
    }



}