

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-weight: normal;
}

body {
    background-color: #121212;
    /* background: url(bgcolor.png); */
}

.mob_ca {
    display: none;
}

@font-face {
    font-family: 'pixel';
    src: url(reppixel/reppixel.ttf);
}


.header {
    width: 100%;
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 7.5%;
    overflow: hidden;
    position: relative;

}

.header img.bg {
    width: 100%;
    min-width: 900px;
    position: absolute;
    opacity: 0.2;
    left: 0;
    top: 0;
}

.header img.momo {
    width: 50%;
    max-width: 750px;
    position: relative;
}
.header .content {
    width: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    
    flex-direction: column;
    position: relative;
    gap: 1rem;

}



.header .content h1 {
    text-align: center;
    font-size: 4rem;
    font-family: 'pixel';
    font-weight: normal;
    color: white;
    line-height: 170%;
}   

.header .content p {
    text-align: center;
    font-size: 0.8rem;
    font-family: 'pixel';
    font-weight: normal;
    color: white;
    line-height: 170%;

    text-transform: uppercase;
} 


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

.header .content h1 {
    font-size: 3rem;
    line-height: 170%;
}   

}


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

    .header .content p {
        font-size: 0.6rem;
    } 
}

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

    .header {
        width: 100%;
        height: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 100px 7.5%;
    }


    .header img.momo {
        width: 90%;
    }
    .header .content {
        width: 90%;
        gap: 1rem;
    }


}



    

    


.socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;

    position: relative;
    z-index: 1;
}

.socials .social {
    width: 170px;
    height: 60px;
    position: relative;
    padding: 0px 0.75rem;

    cursor: pointer;
}
.socials .social:hover {
    opacity: 0.8;
}

.socials .social img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    box-shadow: 0 0 10px 10px rgb(0, 0, 0, 0.025);
}

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

    .header {
        width: 100%;
        padding: 50px 0%;
    }

    .header img.momo {
        width: 90%;
    }
    
    .header .content {
        width: 90%;
        gap: 1rem;
    }


    .header .content h1 {
        font-size: 2rem;
        line-height: 170%;
    }   

    .desk_ca {
        display: none;
    }
    .mob_ca {
        display: unset;
    }
    .header .content p {
        font-size: 0.6rem;
    } 


    .socials {
        width: 100%;
        gap: 0.25rem;
        flex-wrap: wrap;
        margin: 1rem 0 0 0;
    }

    .socials .social {
        width: 130px;
        max-width: 50%;
        height: 60px;
        position: relative;
        flex-grow: 1;
        padding: 0 1rem;
        background-color: #121212;
        cursor: pointer;
    }

}
    




.story {
    width: 100%;
    padding: 0 10%;
}

.story p {
    display: block;
    font-family: monospace;
    unicode-bidi: isolate;

    margin: 1em 0px;
    color: white;
    /* font-size: 1rem; */
}


p.terminal_img {
    /* display: none ; */
    unicode-bidi: isolate;
    white-space: pre;
}



.sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: relative;
}
.sec h1 {
    text-align: center;
    font-size: 3rem;
    font-family: 'pixel';
    font-weight: normal;
    color: white;
    line-height: 170%;
}


.lore {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
}
.lore p {
    font-size: 1rem;
    width: 100%;
    line-height: 180%;
    /* max-width: 1000px; */
    text-align: justify;
    color: white;
    font-family: 'pixel';

    text-transform: uppercase;
    opacity: 0.75;
    opacity: 1;
}




.gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
    gap: 1.5rem;
}

.gal {
    width: 250px;
    height: 250px;
    flex-grow: 1;
    aspect-ratio: 1/1;
    position: relative;
    padding: 0px;
    border: 2px solid white;
}




.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    opacity: 1;

    position: relative;
}

/* .gallery .gal::after {
    content: '';
    position: absolute;
    width: calc(100% + 6px);
    height: 100%;

    top: 0;
    left: -3px;

    background-color: white;
    z-index: -1;
}
.gallery .gal::before {
    content: '';
    position: absolute;
    height: calc(100% + 6px);
    width: 100%;

    top: -3px;
    left: 0px;

    background-color: white;
    z-index: -1;
} */





@keyframes fadeCycle {
    0%   { opacity: 1; }
    50% { opacity: 0.5; }
}

.htb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10%;
}

.htb p {
    font-size: 1rem;
    width: 100%;
    line-height: 180%;
    /* max-width: 1000px; */
    text-align: start;
    color: white;
    font-family: 'pixel';

    text-transform: uppercase;
    opacity: 1;
}




@media only screen and (max-width: 600px) {
    .sec h1 {
        font-size: 1.5rem;
    }
    .lore, 
    .gallery,
    .htb,
    .story {
        padding: 0 5%;

    }

    .lore p {
        font-size: 0.8rem;
    }

    .gallery {
        gap: 1rem;
    }


    p.terminal_img {
        /* display: none ; */
        unicode-bidi: isolate;
        white-space: pre;
        font-size: .4rem;        
    }
  
  
}
































  
  .loader-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #121212;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeOut 0.5s ease forwards;
    animation-delay: 2s;
    z-index: 9999;
  }
  .loader-screen img {
    width: 300px;
  }
  .loader-content p {
    font-size: 24px;
    letter-spacing: 2px;
  }
  
  @keyframes fadeOut {
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  