a{color: inherit;}
:root{
    max-width: 100%;
    overflow-x: hidden;
}

body{
margin-left: 0%;
margin-right: 0%;
max-width: 100%;
overflow-x: hidden;
background-image: url("../src/img/banniere_itchio.png");
background-repeat: repeat;
z-index: -100;
}

@font-face {
    font-family: "TGL12096.01";
    src: url(../src/img/TGL12096.01.ttf) format('truetype');
}

svg{
    font-family: "TGL12096.01", sans-serif;
} 

#home-text{
    position: relative;
}

#home-icon{
    height: 50%;
    border-radius: 50px;
    margin-top: 100px;
    margin-left: 125px;
    position:absolute;
}

#cmd-prompt{
    height: 50%;
    margin-top: 75px;
    filter: drop-shadow(7px 7px 0px);
}

#cmd-blink-bar{
    height: 0.5%;
    margin-top: 259px;
    margin-left: -340px;
    visibility: visible;
    position: absolute;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

#message-box{
    z-index: 2;
    height: 100%;
    margin-left: -205px;
    filter: drop-shadow(7px 7px 1px);
}

.cmd-msg{
    z-index: 2;
    height: 3%;
    position: relative;
    margin-bottom: 4px;
    margin-top: -36px;
    color: white;
    color: #D8D8D8;
    font-family: 'Lato', 'cursive';
    font-weight: 300;
    font-size: 70%;

    width: 100%;
    text-align: left;
    margin-left:-65px;
    left: 50%;
}

#input-box{
    z-index: 2;
    height: 3%;
    position: absolute;
    margin-top: 14px;
    color: white;
    font-family: 'Lato', 'cursive';
    font-weight: 300;
    font-size: 70%;

    width: 100%;
    text-align: left;
    margin-left:-162px;
    left: 50%;
}

@keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
@-webkit-keyframes blink-animation {
to {
    visibility: hidden;
}
}

.basic-text{
    color: white;
    font-family:"Lato", Georgia, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color:white;
}

#game-card-container {
    margin: auto;
    margin-top: 18%;
    display: grid;
    grid-template-columns: 25.5% 25.5% 25.5% 25.5%;
    width: 640px;
  }

#home-page{
    position: relative;
    margin-top: 50%;
    width: 100%;
    text-align: center;
}

.video-wrapper{
    position: absolute;
    margin-top: 1%;
    margin-left: 8%;
    width: 83%;
    height: 25%;
}

.video-player{
    position: absolute;
    margin-top: 1%;
    margin-left: 8%;
    width: 83%;
    height: 100%;
    border: solid #0000004f;
}

.cv-viewer{
    width: 90%;
    height: 570px;
    margin: auto;
    margin-top: 5%;
    border: 4px solid #00000023;
}

.redirect-button{
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 100px;
    color: #D8D8D8;
    background-color: black;
    font-family:"Lato", Georgia, sans-serif;;
}

.game-card{
    height: 150px;
    text-align: center;
    width: 150px;
}

.card-button{
    position: relative;
    top: -80%;
    height: 150px;
    width: 150px;
    border: solid 4px;
    border-radius: 10px;
    border-color: #000000;
    color: #D8D8D8;
    background: none;
    background-color: #00000023;
    backdrop-filter: blur(2px);
    filter: drop-shadow(0px 0px 3px black);
}
.card-link{
    position: relative;
    top: -80%;
    height: 142px;
    width: 142px;
    border: solid 4px;
    border-radius: 10px;
    border-color: #000000;
    color: #D8D8D8;
    background: none;
    background-color: #00000023;
    backdrop-filter: blur(2px);
    filter: drop-shadow(0px 0px 3px black);

}

.widget-wrapper{
    width: 120%;
    height: 14%;
    display: flex;
    margin: auto;
    margin-left: -10%;
}

.widget-steam{
    transform: scale(60%);
    width: 165%;
    height: 290%;
    overflow: hidden;
    margin-top: -10%;
}

.img-card{
    height: 80%;
    position: relative;
    top: 12%;
}

#elumin-page{
    position: relative;
    margin-top: 80%;
    width: 100%;
    background-image: url("https://i.ibb.co/23dLdgwx/background-fade-elumin.png"); 
    background-size: 650px;
    background-repeat: repeat;
    height: 1300px;
}

#firestage-page{
    margin-top: 35%;
    position: relative;
    width: 100%;
    background-image: url("https://i.ibb.co/fGGQmcLp/background-fade-firestage-v2.png"); 
    background-repeat: repeat;
    background-size: 475px;
    height: 1100px;
}

#shiftup-page{
    position: relative;
    margin-top: -10%;
    width: 100%;
    background-image: url("https://i.ibb.co/dJzLPyN7/background-fade-shiftup.png"); 
    background-size: 450px;
    background-repeat: repeat;
    height: 1000px;
}


#groups-page{
    position: relative;
    margin-top: 5%;
    width: 100%;
    background-image: url("https://i.ibb.co/cXJMZTkr/tilegrass-v12.png"); 
    background-size: 450px;
    background-repeat: repeat;
    height: 900px;
}

#backrooms-page{
    position: relative;
    margin-top: -0%;
    width: 100%;
    background-image: url("https://i.ibb.co/j9kJVhdx/background-fade-backrooms-v4.png"); 
    background-size: 475px;
    background-repeat: repeat;
    height: 950px;
}

#metronim-page{
    position: relative;
    margin-top: 0%;
    width: 100%;
    background-image: url("https://i.ibb.co/bR5bBm7L/background-fade-metronimv-6.png"); 
    background-size: 500px;
    background-repeat: repeat;
    height: 1000px;
}

#technologia-page{
    height: 1000px; 
    margin-top: 5%;
}

#flashreel-page{
    height: 900px; 
    margin-top: 5%;
}

#itch-page{
    margin-top: -50%;
}

#contact-page{
    margin-top: 30%;
    margin-bottom: 5%;
}

.work-title{
    text-align: center;
    margin: auto;
    width: 100%;
    color: #b61111;
    font-family: "Lato", serif;
    font-weight: 100;
    font-size: 390%;
    font-weight: 700;
    filter: drop-shadow(0px 0px 5px #b61111);
    animation: glitch-glow 4s ease 0s infinite;
}

@keyframes glitch-glow {
    0% {filter: drop-shadow(0px 0px 5px);}
    10% {filter: drop-shadow(0px 0px 2px);}
    20% {filter: drop-shadow(0px 0px 3px);}
    20.5% {filter: drop-shadow(20px 0px 3px);}
    21% {filter: drop-shadow(-20px 0px 3px);}
    21.5% {filter: drop-shadow(0px 0px 3px);}
    60% {filter: drop-shadow(0px 0px 5px);}
    75% {filter: drop-shadow(0px 0px 3px);}
    100% {filter: drop-shadow(0px 0px 5px);}
}

#itch-title{
    color: #FF244A;
    animation-delay: 1.4s;
    filter: drop-shadow(0px 0px 5px #FF244A);
}

#contact-title{
    color: #d4d4d4;
    animation-delay: 4.1s;
    filter: drop-shadow(0px 0px 5px #d4d4d4);
    /* font-family: TGL12096; */
}

.title-img{
    width: 30%;
}

.mobile-only{
    display: visible;
}

#elumin-logo{
    width: 90%;
    margin-left: 5%;
    display: flex;
    animation: glow-fade-elumin 8s ease 0s infinite;
}

@keyframes glow-fade-elumin {
    0% {filter: drop-shadow(0px 5px 5px black);}
    30% {filter: drop-shadow(-10px 5px 0px black);}
    45% {filter: drop-shadow(0px 5px 3px #2debdb);}
    60% {filter: drop-shadow(10px 5px 5px black);}
    75% {filter: drop-shadow(0px 5px 3px black);}
    100% {filter: drop-shadow(0px 5px 5px black);}
}

#firestage-logo{
    width: 90%;
    transform: scale(150%);
    margin-left: 5%;
    display: flex;
    animation: glow-fade-firestage 0.5s ease 0s infinite;
}

@keyframes glow-fade-firestage {
    0% {filter: drop-shadow(0px 0px 7px #8729c5);}
    50% {filter: drop-shadow(0px 0px 0px #8729c5);}
}

#firestage-logo-aura{
    width: 90%;
    transform: scale(150%);
    margin-left: 5%;
    margin-top: 0%;
    display: flex;
    position: absolute;
    filter: blur(2px);
    opacity: 50%;
}

#groups-logo{
    width: 70%;
    transform: scale(150%);
    margin-left: 15%;
    display: flex;
}

#groups-logo-aura{
    width: 70%;
    transform: scale(150%);
    margin-left: 15%;
    margin-top: 0%;
    display: flex;
    position: absolute;
    filter: blur(6px);
    animation: glow-fade-groups 2s ease 0s infinite;
}

@keyframes glow-fade-groups {
    0% {opacity: 100%;}
    50% {opacity: 20%;}
    100% {opacity: 100%;}
}

#metronim-title{
    color: #917054;
    text-align: center;
    font-family: "Limelight", serif;
    font-weight: 800;
    margin-left: 0%;
    height: 50px;
    font-size: 15vw;
    filter: drop-shadow(10px 10px 0px black);
    animation: glow-fade-metronim 6s ease 0s infinite;
}

@keyframes glow-fade-metronim {
    0% {filter: drop-shadow(10px 10px 0px black);}
    50% {filter: drop-shadow(-10px 10px 0px black);}
    100% {filter: drop-shadow(10px 10px 0px black);}
}

#shiftup-title{
    color: #b94d4d91;
    text-align: center;
    font-family: "Racing Sans One", serif;
    filter: drop-shadow(-2px 0px 1px #2d7caa);
    font-weight: 800;
    margin-left: 0%;
    height: 15px;
    font-size: 15vw;
    animation: shadow-move-shiftup 0.5s ease 0s infinite;
}

@keyframes shadow-move-shiftup {
    0% {filter: drop-shadow(-3px 0px 1px #2d7caaa1);}
    50% {filter: drop-shadow(-6px 0px 1px #2d7caaa1);}
    100% {filter: drop-shadow(-3px 0px 1px #2d7caaa1);}
}

#technologia-title{
    color: #ffffff;
    mask: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 240, 240), rgba(0, 0, 0, 0));
    mask-mode: luminance;
    filter: drop-shadow(0px 3px 1px rgb(135, 135, 135));
    /* filter: drop-shadow(-2px 0px 1px #2d7caa); */
    text-align: center;
    font-family: "Lato", serif;
    font-weight: 800;
    margin-left: 0%;
    font-size: 11vw;
    /* animation: mask-move-techno 1s ease 0s infinite; */
}

@keyframes mask-move-techno {
    0% {mask: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 255, 255) 70%, rgba(0, 0, 0, 0));}
    50% {mask: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 255, 255) 30%, rgba(0, 0, 0, 0));}
    100% {mask: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 255, 255) 70%, rgba(0, 0, 0, 0));}
}

#backrooms-title{
    color: #a18f25;
    text-align: center;
    font-family: "Major Mono Display", serif;
    font-weight: 400;
    margin-left: 0%;
    height: 50px;
    font-size: 13vw;
    filter: drop-shadow(0px 0px 3px #ffee8b);
    animation: glow-fade-backrooms 4s cubic-bezier(0.7, 0, 0.84, 0) 0s infinite;
}

@keyframes glow-fade-backrooms {
    0% {filter: drop-shadow(0px 0px 0px);}
    1% {filter: drop-shadow(0px 0px 0px);}
    3% {filter: drop-shadow(0px 0px 5px);}
    4% {filter: drop-shadow(0px 0px 0px);}
    7% {filter: drop-shadow(0px 0px 0px);}
    9% {filter: drop-shadow(0px 0px 5px);}
    10% {filter: drop-shadow(0px 0px 0px);}
    14% {filter: drop-shadow(0px 0px 0px);}
    16% {filter: drop-shadow(0px 0px 5px);}
    17% {filter: drop-shadow(0px 0px 0px);}
    21% {filter: drop-shadow(0px 0px 0px);}
    23% {filter: drop-shadow(0px 0px 5px);}
    24% {filter: drop-shadow(0px 0px 0px);}
    25% {filter: drop-shadow(0px 0px 0px);}
    26% {filter: drop-shadow(0px 0px 5px);}
    99% {filter: drop-shadow(0px 0px 5px);}
    100% {filter: drop-shadow(0px 0px 0px);}
}

.normal-text{
    font-family:"Lato", Georgia, sans-serif;
}

.desc-text{
    text-align: justify;
    position: relative;
    width: 83%;
    font-size: 18px;
    margin-left: 8%;
    font-family:"Lato", Georgia, sans-serif;;
    color: #D8D8D8;
}

.end-text{
    padding-top: 3%;
    padding-bottom: 0.3%;
    width: 95%;
    font-size: 17px;
    margin: auto;
    display: flex;
    text-align: center;
    font-family:"Lato", Georgia, sans-serif;;
    color: #d8d8d879;
}

.screenshot-container{
    display: grid;
    grid-template-columns: 66% 66%;
    grid-template-rows: 45% 45%;
    column-gap: 20px;
    row-gap: 20px;
    width: 60%;
    margin-left: 8%;
}

.screenshot-img{
    width: 100%;
    display: flex;
    border: solid 3px rgba(0, 0, 0, 0.363);
    border-radius: 5px;
}

.screenshot-and-data{
    margin-top: 3%;
    display:flex;
    flex-direction: column;
    gap: 60px;
    align-items: begin;
}

.techno-and-descriptions{
    margin-top: -5%;
    width: 70%;
    height: 30%;
    display:block;
    margin: auto;
    /* margin: auto; */
    padding-top: 18px;
    padding-bottom: 2px;
    margin-bottom: 20px;
    flex-direction: column;
    background-color: #00000033;
    /* border: 2px solid black; */
    border-radius: 4px;
    gap: 10px;
    align-items: begin;
}

.techno-screenshot{
    width: 80%;
    display:block;
    margin: auto;
    /* display: flex; */
    /* border: solid 3px rgba(0, 0, 0, 0.363); */
    border-radius: 5px;
}

.data-sheet{
    margin-left: 8%;
    margin-top: -1%;
    width: 85%;
}

.tech-container{
    margin-top: 20px;
    display: grid;
    row-gap: 5px;
    grid-template-columns: 24% 24% 24% 24%;
    padding: 10px;
    column-gap: 2%;
    background-color: rgba(94, 94, 94, 0.336);
    border-radius: 10px;
}

.main-tech-card{
    display:flex;
    flex-direction: row;
    width: 50%;
    gap: 10px;
    align-items: center;
    padding: 5px;
    background-color: rgba(35, 92, 158, 0.267);
    border-radius: 10px;
}

.tech-card{
    display:flex;
    flex-direction: row;
    gap: 10px;
    align-items: center
}

.data-text{
    font-size: 3vw;
}
.techno-text{
    font-size: 4vw;
}

.main-tech-logo{
    width: 25%;
}

.tech-logo{
    width: 35%;
}

.welcome-text{
    text-align: left;
    align-content: center;
    align-items: center;
    margin-top: 4%;
    text-indent: 5%;
}

.text-section{
    background-color: #00000046;
    align-content: center;
    align-items: center;
    margin: auto;
    width: 400px;
    height: 100px;
    border: solid #0000004f;
    border-radius:rgba(0, 0, 0, 0.479);
}

#language-button{
    position: fixed;
    z-index: 10;
    top: 5px;
    right: 10px;
    width: 70px;
    height: 60px;
    cursor: pointer;
}

.language-img{
    image-rendering: pixelated;
    position: absolute;
}

@media only screen and (min-width: 768px) {
    
    #cmd-prompt{
        width: 35%;
    }
    #message-box{
        z-index: 2;
        width: 100%;
        position: absolute;
        margin-left: 0px;
    }
    .cmd-msg{
        z-index: 2;
        height: 3%;
        position: relative;
        margin-bottom: 0.8%;
        margin-top: -3.4%;
        color: white;
        font-family: 'Lato', 'cursive';
        font-weight: 300;
        font-size: 1vw;
    
        width: 100%;
        text-align: left;
        margin-left:33.5%;
        left: 0px;
    }
    
    #input-box{
        z-index: 2;
        height: 3%;
        position: absolute;
        margin-bottom: 0.5%;
        margin-top: -2.0%;
        color: white;
        font-family: 'Lato', 'cursive';
        font-weight: 300;
        font-size: 1vw;
    
        width: 100%;
        text-align: left;
        margin-left:34%;
        left: 0px; 
    }
    
    #home-page{
        position: relative;
        margin-top: 10%;
        width: 100%;
        text-align: center;
    }
    .widget-wrapper{
        width: 600px;
        height: 250px;
        display: flex;
        margin: auto;
        margin-left: 8%;
        overflow: hidden;
    }
    .widget-steam{
        transform: scale(100%);
        width: 700px;
        height: 190px;
        padding-top: 5%;
        margin-top: 0%;
    }
    #home-icon{
        width: 15%;
        height: auto;
        border-radius: 50px;
        margin-top: 90px;
        margin-left: 10%;
        position:absolute;
        border: none;
    }
    #cmd-blink-bar{
        width: 0.5%;
        display: flex;
        margin-left: 34%;
        margin-top: -1.05%;
        animation: blink-animation 1s steps(5, start) infinite;
        -webkit-animation: blink-animation 1s steps(5, start) infinite;
    }

    #elumin-logo{
        width: 30%;
        margin-left: 5%;
        display: flex;
    }
    #firestage-logo{
        width: 40%;
        margin-left: 1%;
        display: flex;
    }
    #firestage-logo-aura{
        width: 40%;
        margin-left: 1%;
        display: flex;
        position: absolute;
        filter: blur(4px);
        opacity: 50%;
    }
    #groups-logo{
        width: 25%;
        margin-left: 8%;
        display: flex;
    }
    
    #groups-logo-aura{
        width: 25%;
        margin-left: 8%;
        display: flex;
        position: absolute;
        filter: blur(4px);
    }
    
    #metronim-title{
        text-align: left;
        margin-left: 6%;
        font-size: 5vw;
    }
    #backrooms-title{
        text-align: left;
        margin-left: 6%;
        font-size: 5vw;
    }
    #shiftup-title{
        text-align: left;
        margin-left: 6%;
        font-size: 6vw;
    }
    #technologia-title{
        text-align: left;
        margin-left: 6%;
        font-size: 6vw;
    }    

    .screenshot-container{
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 33% 33%;
        row-gap: 15%;
        width: 37%;
        /* padding-top: 3%; */
        /* margin-left: 8%; */
    }

    .screenshot-and-data{
        margin-top: 3%;
        display:flex;
        flex-direction: row;
        gap: 60px;
        align-items: begin;
    }

    .techno-and-descriptions{
        width: 80%;
        height: 14vw;
        margin-left: 8%;
        margin-top: -4%;
        margin-bottom: 5%;
        padding:20px;
        display: grid;
        grid-template-columns: 50% 100%;
        gap: 30px;
        align-items: begin;
    }

    .data-sheet{
        margin-left: 0%;
        margin-top: -1%;
        width: 44%;
    }

    .tech-container{
        margin-top: 20px;
        display: grid;
        row-gap: 20px;
        grid-template-columns: 25% 25% 25% 25%;
        padding: 10px;
        column-gap: 0%;
        padding-bottom: 10px;
        background-color: rgba(94, 94, 94, 0.336);
        border-radius: 10px;
    }

    .main-tech-card{
        display:flex;
        flex-direction: row;
        width: 24%;
        gap: 10px;
        align-items: center;
        padding: 5px;
        background-color: rgba(35, 92, 158, 0.267);
        border-radius: 10px;
    }

    .tech-card{
        display:flex;
        flex-direction: row;
        gap: 10px;
        align-items: center
    }

    .data-text{
        font-size: 1vw;
    }

    .techno-text{
        font-size: 1.5vw;
        margin-left: -45%;
        width: 75vw;
    }

    .techno-screenshot{
    margin-left: 0%;
    width: 60%;
    }

    .main-tech-logo{
        width: 35%;
    }
    .tech-logo{
        width: 33%;
    }
    
    .video-player{
        position: absolute;
        margin-top: 1%;
        margin-left: 0%;
        width: 59.5%;
        height: 600px;
        border: solid #0000004f;
    }
    
    .work-title{
        text-align: left;
        color: #b61111;
        font-weight: 500;
        margin-left: 6%;
        font-size: 100px;
        font-weight: 700;
        filter: drop-shadow(0px 0px 5px #b61111);
    }

    #elumin-page{
        position: relative;
        margin-top: 18%;
        background-image: url("https://i.ibb.co/23dLdgwx/background-fade-elumin.png"); 
        background-size: 75vh;
        background-repeat: repeat;
        height: 150vh;
    }
    #firestage-page{
        background-size: 25.5vw;
        height: 58vw;
        margin-top: 0%;
    }
    #groups-page{
        background-size: 30vw;
        height: 60vw;
        margin-top: 0%;
    }
    #backrooms-page{
        background-size: 27.5vw;
        height: 55vw;
        margin-top: 6%;
    }
    #metronim-page{
        background-size: 27.5vw;
        height: 55vw;
        margin-top: 0%;
    }
    #flashreel-page{
        margin-top: 3%;
    }
    #itch-page{
        margin-top: 3%;
    }
    #contact-page{
        margin-top: 6%;
    }
    #shiftup-page{
        background-size: 24.5vw;
        height: 55vw;
        margin-top: 0%;
    }
    .cv-viewer{
        width: 40%;
        height: auto;
        margin-left: 7%;
        margin-top: 1%;
    }
    
    .mobile-only{
        display:none;
    }
}