.navbar{
    z-index: 10;
}
#landing-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 80vh;
    min-height: 80vh;
    top: 0px;
    left: 0px;
    overflow: hidden;
    opacity: 1;
    /* background: #00000063; */
    background: #0051ff2c;
    font-family: serif; 
    color: white;
}
#overlap{
    height: 80vh
}
.vid{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 80vh;
    top: 0px;
    left: 0px;
    overflow: hidden;
    opacity: 1;
    user-select: none;
    display: block !important;
    object-fit: cover !important;
}
#landing h5{
    font-size: 12px;
}
#landing h3{
    font-size: 40px;
}
.bdg{
    min-height: 586px;
    min-width: 529px;
    height: 100%;
    width: 100%
}
.award{
    height: 58px;
    width: 71px;
    margin-bottom: 12px;
}
.slimzy{
    color: #777777;
    font-size: 10px;
}
.tit{
    font-size: 12px;
    line-height: 2.16666667em;
}
#ivs{
    background-color: #555050af;
}
#vst{
    background-color: white;
}
#vst p{
    color: #777777;
    font-size: 14px;
}
#brands{
    background-color: white;
    color: black;
}
#do p{
    font-size: 14px;
    color: #ffffffc5;
}
#legal{
    background-image: url(../img/bg10.png);
    width: 100%;
    min-height: 70vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: white;
}
#legal::before{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #625e6e85;
}
#content p{
    color: #777777;
    font-size: 14px;
}
#brands .logo{
    width: 86px;
    height: 14px;
}
.theme{
    color: whitesmoke;
}
#dfhj p{
    color: #ffffff77
}
/* laptop view  */
@media(min-width: 451px){
    #content .container-fluid{
        max-width: 960px;
    }
}


/* phone size */
@media(max-width: 450px){
    #landing h3{
        font-size: 30px;
    }
    .bdg{
        min-height: 321px;
        min-width: 290px;
        height: 100%;
        width: 100%
    }
    #legal h2{
        font-size: 26px;
    }
    #brands .logo{
        width: 147px;
        height: 24px;
        margin: 20px;
    }
}