@font-face {
    font-family: 'gothambook';
    src: url('gothambook-webfont.woff2') format('woff2'),
        url('gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambold';
    src: url('gothambold-webfont.woff2') format('woff2'),
        url('gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




.container {
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.container img {
    
    position: absolute;
}
.border {
    pointer-events: none;
    position: absolute;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4000;
    pointer-events: none;
}


#intro {
    background-image: linear-gradient(#f7002b, #96001e);
    /* background: #ff3746; */
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo_videoland {
    width: 70%;
    position: absolute;
    margin-top: 5px;
}

#label_videoland {
    height: 30%;
    right: 0;
    top: 15%;
}


#content {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    overflow: hidden;
    background-color: black;
}


#logoContainer {
    width: 90%;
    margin: 3% 5%;
    position: absolute;
    bottom: 15%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#logoSerie {
    width: 100%;
    z-index: 500;
    pointer-events: none;
    position: relative;
}

#txt {
    font-family: 'gothambook';
    color: white;
    position: relative;
    margin: 0;
    width: fit-content;
    text-align: center;
    /* text-transform: uppercase; */
    font-size: 14px;
}


#btnContainer {
    width: 90%;
    margin: 0 5%;
    position: absolute;
    bottom: 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#btn {
    width: fit-content;
    display: flex;
    width: fit-content;
    position: relative;
    bottom: 5%;
    justify-content: center;
    align-items: center;
    background-color: #ff3746;
    font-family: 'gothambold';
    z-index: 500;
    pointer-events: none;
}

#btn_txt {
    color: white;
    font-size: 16px;
    margin: 0;
    padding: 8px 15px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}

