@font-face {
    font-family: "Highman";
    src: url('../../../fonts/Highman.otf');
  }

@font-face {
    font-family: "Dinot";
    src: url('../../../fonts/Dinot\ Font.otf');
}

#mainBg {
    height: calc(100vh - 89.6px);
    width: 100vw;
    display: flex;
    margin-top: 89.6px;
    position: relative;
}

#videoBg {
    height: 100%;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
    height: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.ovrlay {
    background-color: rgba(8, 8, 40, 0.77);
    height: 100%;
    width: 100%;
    position: absolute;
}

#videoDivOvrlay {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#titlesVideo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.title {
    font-family: 'Dinot', 'Roboto';
    font-weight: 600;
    color: white;
    font-size: 64px;
}

#fraseVideo1 {
    text-transform: uppercase;
}

#fraseVideo2 {
    display:none;
}

#autoType {
    color: #1e6bac;
}

#shapeVideo {
    width: 100vw;
    height: 15vh;
    background-color: rgb(28, 28, 28);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    clip-path: polygon(0% 90%,0% 100%, 100% 100%, 100% 0%);
    margin-bottom: 0px;
}

#blueDiv {
    height: 100%;
    width: 100%;
    background: linear-gradient(to right,rgb(27, 170, 231), rgb(49, 64, 139));
    clip-path: polygon(0% 90%, 0% 93%, 100% 3%, 100% 0%);

}

.paragraph {
    font-family: 'Dinot', 'Roboto';
    font-weight: 400;
    color: white;
}

#videoP {
    margin-top: 10px;
    font-size: 22px;
}



@media screen and (max-width: 500px) and (orientation: portrait) {
    .title {
        font-size: 30px;
    }

    #videoP {
        font-size: 18px;
        width: 80%;
        text-align: center;
    }

    #shapeVideo {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 400px) and (orientation: portrait) {
    .title {
        font-size: 28px;
    }
}

@media screen and (max-width: 350px) and (orientation: portrait) {
    .title {
        font-size: 26px;
    }
}