@font-face {
    font-display: fallback;
    font-family: Brandon;
    font-style: normal;
    font-weight: 100;
    src: url("fonts/Brandon_light.otf") format("opentype");
}

@font-face {
    font-display: fallback;
    font-family: Brandon;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Brandon_med.otf") format("opentype");
}
@font-face {
    font-display: fallback;
    font-family: Brandon;
    font-style: normal;
    font-weight: 600;
    src: url("fonts/Brandon_bld.otf") format("opentype");
}
@font-face {
    font-display: fallback;
    font-family: Brandon;
    font-style: normal;
    font-weight: 800;
    src: url("fonts/Brandon_blk.otf") format("opentype");
}

body {
    margin: 0;
    background-color: #000;
    color: #fff !important;
    font-size: 16px;
    line-height: 24px;
    overscroll-behavior: none;
    font-family: 'Brandon', sans-serif !important;
}

a {
    color: #ff0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

button {
    cursor: pointer;
    text-transform: uppercase;
}

canvas {
    display: block;
}

a, button, input, select {
    pointer-events: auto;
}

h1{
    font-weight: 600 !important;
    font-size: 8vh !important;
    margin: 0 0 0.5em 0;
    line-height: 1 !important;
}
h3{
    font-size: 1.5em !important;
    font-weight: 400;
}
p{
    font-size: 2.7vh;
    font-weight: 200;
    line-height: 1.3;
    max-width: 95%;
    margin: 0;
}
.social-media-fixed{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.social-media a img{
    width: 2.3vw;
    height: auto;
}
.hidden {
    display: none;
}
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 1000;
}
.modal.active {
    opacity: 1;
    display: flex;
}
.a-enter-vr-button {
    bottom: auto !important;
    top: 20vh;
}

.close {
   position: absolute;
    z-index: 2;
    top: 10vh;
    right: 2vw;
    cursor: pointer;
}
.close img{
    height: 2.5vh;
}

.modal-container{
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
}

.lef-column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50vw;
    height: 100vh;
}
.right-column{
    width: 50vw;
    display: flex;
    justify-content: flex-end;
}
.rainbow{
    height: 100vh;
}
.text-container{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3em 2vw 0 10vw;
}
.text-container p{
    margin-top: 1em;
}

.social-media{
    margin: 0 0 3vh 1.5vw;
}
.social-media a{
    text-decoration: none;
    margin: 0 0.3vw;
}

input{
    width: 21vw;
    margin-right: 2vw;
    padding: 0.5em 1em;
    border-radius: 0.3em;
    background: #ffffff40;
    color: #fff;
    border: 1px solid #fff;
    font-family: Brandon, sans-serif;
    font-size: 1.1em !important;
    outline: none;
    font-weight: 200;
}
input::placeholder{
    color: #fff;
}

.send-email{
    display: flex;
    justify-content: space-between;
    gap: 1vw;
}
.send-email button{
    padding: 0.3em 1em;
    border-radius: 3em;
    background-color: #FFFFFF;
    position: relative;
    z-index: 5;
    cursor: pointer;
    font-size: 2.7vh;
    font-family: Brandon, sans-serif;
    font-weight: 600;
    text-transform: initial;
    min-width: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #121212;
    margin-top: 2vh;
    gap: 0.2em;
    border: none;
}
.send-email button:hover{
    cursor: pointer;
}

#community .right-column{
    padding-left: 10vw;
}

/* timeline */
.timelineContainer{
    display: flex;
    flex-direction: column;
    min-height: 30vh;
}
.timeline{
    position: relative;
    padding: 5vh 0 0 0;
    max-width: 35vw;
}

.timeline li{
    list-style: none;
    float: left;
    width: 33.3333%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #A7A7A7;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.timeline li:before{
    width: 2.3vh;
    height: 2.3vh;
    border: 3px solid #A7A7A7;
    border-radius: 50%;
    background: #A7A7A7;
    transition: all ease-in-out .3s;
    content: "";
    position: absolute;
    left: 46%;
    top: 2vh;
    margin-top: 2vh;
}

.timeline li:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #A7A7A7;
    top: 5vh;
    left: 0;
    z-index: -999;
    transition: all ease-in-out .3s;
}

.timeline li.active{
    color: #ffffff;
    font-size: 1.3em;
}
.timeline li.active:before{
    border: 3px solid #ffffff;
    background: #fff;
}

.timeline li.active + li:after{
    background: #A7A7A7;
}

.timelineText{
    margin-top: 3vh;
    max-width: 35vw;
}
.timelineText p {
    display: none;
    transition: all ease-in-out .3s;
    text-align: center;
    height: 3em;
}
.timelineText p.active{
    display: flex;
    justify-content: center;
    font-size: 1.2em;
    transition: all ease-in-out .3s;
}


/* trailer */
.yt {
    position: relative;
    display: block;
    width: 88vw;
    height: 90vh;
    margin: 5vh auto auto;
    overflow: hidden;
}
.yt iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* carousels */
.carousel{
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    max-width: 45vw;
    min-width: 45vw;
}
#aboutTheGameCarouselDesktop .carousel-item img, #constantlyEvolvingCarouselDesktop .carousel-item img{
    height: 100vh;
}
.carousel-indicators {
    bottom: 1vh !important;
}
.carousel-indicators button {
    width: 1.3vh !important;
    height: 1.3vh !important;
    border: 1px solid white !important;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 0.5em !important;
    opacity: 1 !important;
    background-color: transparent !important;
}
.carousel-indicators button.active{
    background-color: white !important;
}
.carousel-control-prev, .carousel-control-next{
    width: 6% !important;
}
.carousel-control-prev span, .carousel-control-next span{
    border: 1px solid white;
    border-radius: 50%;
    height: 3vh;
    width: 3vh;
}
#community h3:first-of-type{
    margin: 5vh 0 2vh 0;
}
.showOnMobile{
    display: none;
}
.downloads{
    position: absolute;
    bottom: 0;
    z-index: 10;
    margin-bottom: 3vh;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.downloads img{
    max-height: 4.8vh;
    max-width: 10vw;
}
.row-download a{
    text-decoration: none !important;
    margin: 0 0.5vw;
}
.downloads p{
    margin-bottom: 0.5vh;
    font-size: 1.2em;
    font-weight: 400;
}
.mediaKit{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 1.5vw 3vh 0;
    cursor: pointer;
    z-index: 11;
}
.mediaKit img{
    max-height: 4.8vh;
    max-width: 10vw;
}
.process{
    padding-left: 5vw;
    height: 100vh;
    justify-content: flex-start;
}
.process img:last-of-type{
    height: 100%;
    max-width: 100%;
}
#community .right-column{
    justify-content: flex-start;
}
#community .social-media{
    margin: 0 0 4vh 0;
}

.audioContainer{
    position: absolute;
    bottom: 0;
    left: 0;
}
@media(max-width: 820px) {
    h1 {
        font-size: 9vw !important;
        font-weight: 400 !important;
    }

    p {
        font-size: 5vw;
        max-width: 100%;
    }

    .showOnMobile {
        display: initial;
    }

    .showOnDesktop {
        display: none;
    }

    .close {
        top: 17vh;
    }

    .modal-container {
        display: flex;
        flex-direction: column;
        overflow-y: scroll;
        width: 100vw;
        overflow-x: hidden;
    }

    .right-column, .lef-column {
        width: 100vw;
    }

    .right-column img {
        max-width: 100vw;
    }

    .text-container {
        height: auto;
        padding: 6vh 5vw 0 5vw;
    }

    .social-media {
        display: none;
    }

    .close {
        margin-right: 3vw;
    }

    .carousel-indicators {
        margin-bottom: 1rem !important;
    }

    .carousel-indicators button {
        width: 1.7vh !important;
        height: 1.7vh !important;
    }

    .slide-from-bottom {
        animation: slideFromBottom 0.5s ease-in-out;
    }

    @keyframes slideFromBottom {
        0% {
            transform: translateY(100%);
        }
        100% {
            transform: translateY(0);
        }
    }
    .timeline {
        max-width: 100%;
        padding: 0;
        min-height: 4em;
        margin-top: 4vh;
    }

    .timelineText {
        margin: 1.5vh 0 3vh 0;
        max-width: 100vw;
    }

    .yt {
        width: 94%;
        padding: 0 0 75vh;
        margin: 5vh auto auto;
    }

    #community .right-column {
        display: none;
    }

    #community .social-media{
        display: block;
    }
    .send-email{
        flex-direction: column;
        align-items: center;
    }
    .send-email input{
        width: 88vw;
    }
    .send-email button{
        margin-top: 4vh;
        min-width: 50vw;
    }
    #community h3:last-of-type{
        font-size: 4.5vw !important;
        text-align: center;
        margin-top: 3vh;
        font-weight: 200;
    }
    .rainbow{
        height: auto;
        width: 100vw;
    }
    .lef-column{
        margin-top: 10vh;
    }
    .right-column{
        width: 100vw;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .text-container p {
        margin: 0;
        line-height: 1.2;
    }
    #process .right-column img {
        height: auto;
    }
    .carousel{
        max-width: 100vw;
        min-width: 100vw;
    }
    .downloads{
        bottom: 5vh;
    }
    .downloads img {
        max-height: 6vw;
        max-width: initial;
    }
}
