body {
    margin: 0;
    padding: 0;
    font-family: "Newtext Rg BT";
}

.fix {
    clear: both;
    overflow: hidden;
}
header{
    overflow: hidden;
    height: 100vh;
}

.vid-big{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.nav-area {
    background: rgba(0,0,0,0.7);
    height: 60px;
    position: absolute;
    width: 100%;
}

.logo{
    margin: 0 50px;
    height: 60px;
    float: left;
    color: #fff ;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 2px;
}

.logo span{

}
.menu-area{
    float: right;
    list-style: none;
    margin: 20px;
}

.menu-area li{
    display: inline-block;
    margin: 0 5px;
    text-decoration: none;
    color: white;
    padding:  5px 10px;
    letter-spacing: 2px;
}
.menu-area li span{
    text-decoration: none;
    color: white;
    padding:  5px 10px;
    letter-spacing: 2px;
}
.menu-area li.active a{
    color: #f5bb00;
}
.menu-area li span:hover{
    color: #f5bb00;
}

.banner-text{
    position: absolute;
    top: 35%;
    text-align: center;
    left:10%;

}
.banner-text h2{
    color: white;
    font-size: 50px;
    margin: 0;
}
.banner-text h2 span{
    color:#f5bb00 ;
}
.banner-text p span{
    color: #f5bb00;
    font-size: 20px;
}
.banner-text p{
    color: white;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

.btn{
    display: inline-block;
    margin-top: 5%;
    background: transparent;
    border: 0;
    font-size: 20px;
    text-transform: uppercase;
    border: 3px solid #ffffff;
    padding: 10px 25px;
    color: white;
    border-radius: 25px;

}



