*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

body{
    background-color: black;
    overflow-y: scroll;
}

.relative{
    position: relative;
}

.see-trailer{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
}


.video-container{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-limiter{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.video-content h1{
    color: #fff;
    font-weight: bolder;
    text-shadow: 0px 0px 6px white;
}

.video-content p{
    color: #fff;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 6px white;
    font-weight: 600;
}

.section{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.vertical-trailer{
    display: none;
}

.horizontal-trailer{
    display: none;
}

.placeholder-img-vertical{
    display: none;
    z-index: -1;
}

.placeholder-img-horizontal{
    display: none;
    z-index: -1;
}

.poster-img{
    background-image: url('./impact-still.webp');
}

.fear-img{
    background-image: url('./scared-md.webp');
}

.outer-frame{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.outer-video-frame{
    height: 100vh;
    overflow: hidden;
}


.outer-alpha{
    background-color: rgba(0, 0, 0, 0.2);
}

.outer-alpha-extra{
    background-color: rgba(0, 0, 0, 0.4);
}

.content{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}



.fear-content *{
    color: #fff;
}

.fear-content h3{
    font-weight: bold;
    margin-bottom: 0;
}



.imagine-bg{
    background-color: #313948;
}


.imagine-partition{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.imagine-img-holder{
    display: flex;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 1vh;
    /* background-color: blue;
    max-width: 40%;
    max-height: 40%; */
}

.imagine-img{
    max-width: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.imagine-partition *{
    color: white;
    font-style: italic;
}


.imagine-caption-span{
    color: #24BCB3;
    font-weight: 600;
}

.imagine-column{
    flex-direction: column;
    justify-content: space-evenly;
}

.realization-bg{
    background-color: #016B72;
}

.register-area{
    position: relative;
    z-index: 3;
}

.register-fg{
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
    font-weight: bold;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-fg h2{
    color: #24BCB3;
    font-size: 5vh;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 0px 4px black;
    margin-bottom: 10vh;
}

.register-fg p{
    font-size: 3vh;
    text-align: center;
    text-shadow: 0px 0px 4px black;
    margin-bottom: 10vh;
}

.cta-img{
    background-image: url('./public-speaker.webp');
}

.cta-content p{
    font-size: 2.5vh;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 7px black;
    margin-bottom: 5vh;
}

.cta-ul{
    padding-left:5vw;
    margin-bottom: 5vh;
}

.cta-ul li{
    color: white;
    font-size: 2.5vh;
    font-weight: bold;
    text-shadow: 0px 0px 7px black;
}

.cta-button{
    background-color: #016B72;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2vh 4vw;
    box-shadow: 0px 0px 7px black;

}

.cta-button a{
    color: white;
    text-decoration: none;
    font-size: 2vh;
    font-weight: bold;
}

.cta-button a:visited{
    color: white;
    text-decoration: none;
}



/* MOBILE */
@media (max-aspect-ratio:1/1){
    
    .video-content{
        position: absolute;
        height: 100vh;
        /* top: 0;
        bottom: 0; */
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 2;
        display: flex;
        justify-content: center;
    }

    .video-limiter{
        flex-direction: column;
        width: 85vw;
    }

    .vertical-trailer{
        display: initial;
    }

    .placeholder-img-vertical{
        display: initial;
        max-width: 100%;
    }
    
    .video-content h1{
        font-size: 8vh;
    }
    .video-content p{
        font-size: 6vh;
        text-align: center;
    }

    .see-trailer{
        justify-content: flex-end;
        padding: 2vh 3vw;
    }

    .see-trailer *{
        color: white;
        text-shadow: 0px 0px 4px black;
    }

    .see-trailer p{
        margin-right: 1vw;
    }
    

    .background-clip{
        width: auto;
        height: 100%;
        right: 0;
        bottom: 0;
        left: -125vw;
        position: fixed;
        z-index: -1;
    }

    
    .limiter{
        width: 85vw;
    }

    .fear-content *{
        font-size: 2.5vh;
        margin-bottom: 3vh;
        text-shadow: 0px 0px 10px black;
    }

    .fear-content h2{
        font-size: 4vh;
    }

    
    .fear-content p:first-of-type{
        width: 75vw;
    }
    

    .fear-content p:last-of-type{
        text-align: right;
    }

    .fear-content h3{
        text-align: right;
    }

    .imagine-content{
        justify-content: space-evenly;
    }

    .desktop-imagine-title{
        display: none;
    }

    .imagine-partition *{
        font-size: 2vh;
        text-align: center;
    }

    .imagine-partition{
        width: 70vw;
    }

    .imagine-img-holder{
        width: 30vw;
        height: 30vw;
    }

    .outer-video-frame{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .clip{
        width: auto;
        height: 100vh;
    }

}






/* DESKTOP */
@media (min-aspect-ratio: 1/1){


    .video-content{
        position: absolute;
        /* top: 0;
        bottom: 0; */
        height: 100vh;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.25);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }

    .video-limiter{
        flex-direction: row;
        width: 75vw;
    }

    .horizontal-trailer{
        display: initial;
    }

    .placeholder-img-horizontal{
        display: initial;
        max-width: 100%;
    }
    
    .video-content h1{
        font-size: 6vh;
        margin-right: 1vw;

    }
    .video-content p{
        font-size: 6vh;
    }
    
    .see-trailer{
        justify-content: flex-end;
        padding: 3vh 3vw;
    }

    .see-trailer *{
        color: white;
        text-shadow: 0px 0px 4px black;
        font-size: 3vh;
    }

    .see-trailer p{
        margin-right: 0.5vw;
    }
    

    .background-clip{
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

    .limiter{
        width: 75vw;
    }

    .fear-content{
        align-items: flex-start;
    }
    

    .fear-content *{
        font-size: 3vh;
        margin-bottom: 3vh;
        text-shadow: 0px 0px 10px black;
    }

    .fear-content h2{
        font-size: 6vh;
        width: 30vw;
        font-style: italic;
    }


    .fear-content p:first-of-type{
        width: 50vw;
    }

    .imagine-column{
        flex-direction: column;
        justify-content: space-evenly;
    }

    .imagine-content{
        flex-direction: row;
        align-items: center;
        max-width: 70vw;
        height: initial;
    }

    .desktop-imagine-title{
        font-size: 8vh;
        font-weight: bold;
        color: #24BCB3;
    }

    .desktop-text-only{
        display: none;
    }

    .imagine-img-holder{
        width: 15vw;
        height:15vw;
    }

    .imagine-partition *{
        font-size: 2vh;
        font-style: normal;
    }

    .imagine-caption{
        width: 90%;
    }

    .clip{
        width: 100%;
        height: auto;
    }

    .register-fg p{
        font-size: 4vh;
    }

    .register-fg h2{
        font-size: 5vh;
    }

    .cta-content p{
        text-align: left;
        font-size: 3vh;
    }

    
    .cta-ul{
        padding-left: 1vw;
        margin-bottom: 5vh;
    }

    .cta-button{
        padding: 2vh;
        min-width: 25%;
    }

    .cta-button a{
        font-size: 3vh;

    }


}
