@import url('https://fonts.googleapis.com/css2?family=Fruktur&family=Monoton&family=Permanent+Marker&family=Poppins:wght@300;400;500;600;700;800&family=Press+Start+2P&display=swap');

*{
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
    cursor: none;
    overflow-x: hidden;
}

canvas{
    position:absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
}



.banana-curse{
    position: absolute;
    transform:translate(-50%,-50%);
    pointer-events: none;
    z-index: 1000;
    box-sizing: border-box;
}

.trail{
    position: absolute;
    opacity: .85;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    box-sizing: border-box;
    z-index: 1000;
}

#banana2{
    transition: 0.05s;
}

#banana3{
    transition: 0.1s;
}

#banana4{
    transition: 0.15s;
}

#banana5{
    transition: 0.2s;
}

#banana6{
    transition: 0.25s;
}




.body{
    width: 100vw;
    height: 100vh;
    align-content: center;
    /* align-items: space-around;
    display: grid;
    justify-content: center; */
    /* background-image: url('Assets/banana\ split\ site\ background.png split\ site\ background.png'); */
}

.logo{
    pointer-events: none;
    height: auto;
    width: 400px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 2s infinite;
}

.loader{
    /* pointer-events: none; */
    margin: 0;
}


.side-by{
    position: absolute;
    pointer-events: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 100vh;
    z-index: 10;
}

.scroll{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cover{
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
}

#cover-photo{
    width: 50%;
}

#credit-text{
    display: flex;
    float: right;
    width: 50%;;
    height: 90%;
    /* width: 50%; */
    /* height: 100%; */
}

#credit-text-text{
    width: 70%;
}


.showcase{
    z-index: -10;
}

.showcase nav{
    position: fixed;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-color: rgba(131, 34, 12, 0.6);
    z-index: 10;
}

.showcase .name{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    flex-direction: row;
    /* row-gap: 1rem; */
}

.showcase .title{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.name:hover h2{
    color: #e9c576;
    font-style: normal;
}

.showcase h2{
    font-family: oscine, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.25rem;
    color: white;
    text-shadow: 2px 2px #000000;
    flex-direction: column;
    text-align: center;
    margin: auto;
    transition: 300ms ease-in;

}


.showcase .banana{
    top: 50%;
    left: 50%;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    /* margin: auto; */
    /* transform: translate(-50%, -50%); */
}

.showcase .links{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    z-index: 1;
}


.showcase .links p{
    font-family: oscine;
    font-weight: 500;
    font-style: italic;
    margin: auto;
    color: white;
}

a{
    margin: 5px;
    padding-right: 10px;

}

span #date-time{
    opacity: 1;
}

.showcase .eat{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    z-index: -100;
}

.icon{
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    margin: 0;
    /* padding: 2px; */
    /* margin-top: 2px; */
}

.folder{
    position: absolute;
    margin: 0;
    height: 150px;
    width: 150px;
    cursor: pointer;
}

h3{
    font-family: oscine, Tahoma;
    color: white;
    text-align: center;
    margin: auto;
    text-shadow: 2px 2px #000000;
}

.border{
    border: 2px solid #e9c576;
    border-radius: 5px;
}

#process-folder{
    object-fit: none;
    right: 300px;
    top: 10rem;    
    height: auto;
    /* border-color: #e9c576; */

}

.pdf{
    height: auto;
    width: 6.5%;
}

#about{
    left: 400px;
    top: 100px;
    
}

#game{
    height: auto;
    left: 450px;
    top: 450px;
}

#why{
    right: 420px;
    top: 500px;
}

#credit{
    left: 300px;
    top: 600px;
    height: auto;
    width: 124px;
    /* height: 70.5%; */
    /* width: auto; */
}



#promo-folder{
    right: 170px;
    top: 400px;
    height: auto;
}

#mv-folder{
    top:20rem;
    left: 100px;
    height: auto;  
}

.file{
    /* position: absolute; */
    height: auto;
    width: 120px;
}


/* pertaining to all folders */

.container{
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    background-color: #e9c576;
    border-radius: 10px;
    box-shadow:  0 0px 5px 1px rgba(0, 0, 0, 0.2), 0 0.5px 5px 0 rgba(0, 0, 0, 0.08), inset 0 5px 2px 1px #0000, inset 0 -2px 3px 1px rgba(0, 0, 0, 0.1);
    z-index: 4;
}

/* iterations open container */
.container .iteration-files{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 30px;
    height: 170px;
    width: 300px;
    border: 4px solid ;
    border-color:rgba(149, 120, 58, 0.9) ;
}


.nav .folder-title{
    padding: 4px;
    margin-left: 10px;
}

.nav-header{
    width: auto;
    height: auto;
    background-color:  rgba(149, 120, 58, 0.9);

}

h4{
    font-family: oscine,Tahoma;
    font-weight: 600;
    font-style: italic;
    font-size: 1rem;
    color: rgb(131, 34, 12);
    flex-direction: column;
    text-align: center;
    margin: auto;
    /* text-shadow: 2px 2px #000000; */

}

h5{
    font-family: oscine,Tahoma;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    color: rgb(131, 34, 12);
    flex-direction: column;
    text-align: center;
    margin: auto;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1);

}
h6{
    font-family: oscine, Tahoma;
    font-weight: 700;
    font-size: 30px;
    font-style: italic;
    color: hsl(0, 0%, 100%);
    text-align: center;
    margin: auto;
    text-shadow: 2px 2px #000000;
    height: auto;
    width: auto;
    overflow-x: hidden;
    overflow-y: auto;
}


.loading-container{
    pointer-events: none;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    z-index: 10;
    height: 100%;
    width: 100%;
}

.loader{
    pointer-events: auto;
    background-color: rgba(131, 34, 12, );
    opacity: 85%;
    width: auto;

}

.loader p{
    font-family: oscine, Tahoma;
    font-weight: 700;
    font-size: 60px;
    font-style: italic;
    color: hsl(0, 0%, 100%);
    text-align: center;
    margin: auto;
    text-shadow: 2px 2px #000000;
    height: auto;
    width: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

#why-text{
    font-size: 55px;
}

#why-page{
    display: flex;
    align-items: center;
}

.animate{
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateY(50px);
    white-space: pre-line;
    width: auto;
}

.animate.fade{
    opacity: 1;
    transform: translateY(0px);
}

#about-container > * {
    color: hsl(0, 0%, 100%);
    font-variation-settings: 'wght' var(--weight);
  }



#arrow{
    /* position: absolute; */
    pointer-events: visible;
    height: auto;
    bottom: 0;
    width: 4%;
    z-index: 10;
    cursor: pointer;
    /* -webkit-animation: bounce 1s infinite; */
    /* animation: bounce 2s infinite; */
}

#arrow2{
    pointer-events: visible;
    height: auto;
    bottom: 0;
    width: 4%;
    z-index: 10;
    cursor: pointer;
}


@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0); }
    40% {
      -webkit-transform: translateY(-30px); }
    60% {
      -webkit-transform: translateY(-15px); } }
  @-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0); }
    40% {
      -moz-transform: translateY(-30px); }
    60% {
      -moz-transform: translateY(-15px); } }
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    40% {
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      transform: translateY(-30px); }
    60% {
      -webkit-transform: translateY(-15px);
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -o-transform: translateY(-15px);
      transform: translateY(-15px); } }



/* music player */
.player{
    position: absolute;
    height: 400px;
    width: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color:  rgba(233, 197, 118, 0.9);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    /* z-index: 100; */
}

.player .wrapper{
    border: 1px solid transparent;
    padding: 30px;
}




.nav{
    position: absolute;
    left:4px;
    top:4px; 
    padding: 3px;
    z-index: 15;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    cursor:pointer;
}


.close{
    border-style: solid;
    border-color: rgb(131, 34, 12);
    width: 20px;
    height: 20px;
    background-color: rgb(131, 34, 12);
    text-align: center;
    margin: 0;
    border-radius: 2px;

}

.close-border{
    border: 2px solid #f4b23f;
    border-radius: 5px;
}

.text-nav{
    position: fixed;
    top: 40px;
    z-index: 3;
    pointer-events: visible;
}

.text-close{
    border-style: solid;
    border-color: #e9c576;
    width: 30px;
    height: 30px;
    background-color: #e9c576;
    box-shadow:  0 0px 5px 1px rgba(0, 0, 0, 0.2), 0 0.5px 5px 0 rgba(0, 0, 0, 0.08), inset 0 5px 2px 1px #0000, inset 0 -2px 3px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px;
    top: 40px;
    border-radius: 2px;

}



.popUp{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    /* height: 500px; */
    background-color:  #e9c576;
    box-shadow:  0 0px 5px 1px rgba(0, 0, 0, 0.2), 0 0.5px 5px 0 rgba(0, 0, 0, 0.08), inset 0 5px 2px 1px #0000, inset 0 -2px 3px 1px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.popUp h2{
    position: relative;
    font-family: lisbeth-display, sans-serif;
    font-weight: 700; 
    font-size: 100px;
    text-align: center;
}

.blueScreen{
    position:fixed;
    background-color: rgba(131, 34, 12, 1);
    width:100vw;
    height: 100vh;
    opacity: 85%;
    z-index: 2;
  
  }


/* toggle properties */
.hidden{
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
  }