@font-face {
    font-family: cartoon;
    src: url("../fonts/cartoon.otf");
  }

@font-face {
    font-family: newfont;
    src: url("../fonts/altehaas.ttf");
  }

@font-face {
    font-family: comforta;
    src: url("../fonts/Comfortaa-Regular.ttf");
}




*{
    margin: 0;
}

body{
    padding: 0;
    overflow: hidden;
}

.container{
    width: 100%;
    height: 100vh;
}

video{
    width: 100%;
    position: absolute;
    top: 0;
    filter: grayscale(100) blur(3px);

    opacity: 0.4;
    z-index: -1;
}


.overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 555;
    background-color: #370b7db9;

}

.logo{
    margin-left: 5%;
height: 45px;
/* width: 0px; */
}

.logo img{
    height: 100%;
    /* width: 100%; */
}

.navbar{
    margin: 20px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    
}


.navlist{
display: flex;
height: 50px;
align-items: center;
width: 30%;
justify-content: space-around;
font-size: 17px;
margin-left: 49%;
font-family: comforta;
font-weight: 700;
}

.navlist a{
    text-decoration: none;
    color: white;
    width: 150px;
    
}

.start{
background-color: #FF9450;
color: white;
border-radius: 15px;
border: none;
height: 40px;
font-size: 16px;
width: 180px;
font-family: comforta;
cursor: pointer;
font-weight: 800;

}


.text h1{
font-family: cartoon;
font-weight: 100;
font-size: 90px;
color: #FFD44C;
}


.text{
    margin-left: 10%;
width: 80%;
text-align: center;
margin-top: 12%;
}


.text p{
font-family: comforta;
margin-top: 20px;
font-size: 23px;
color: white;

}


.lessgo{
margin-top: 5%;
height: 75px;
width: 280px;
background-color: #FF9450;
color: white;
border-radius: 25px;
border: none;
font-size: 32px;
font-family: cartoon;
font-weight: 100;
cursor: pointer;
transition: 0.3s;

}



.lessgo:hover{
background-color: #f77c2f;
transition: 0.3s;
}