* {
    color:  white;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
   
   
}

body,html{ 
  overflow-x: hidden;
  overflow-y: hidden;
}


/*Nav*/
header {
    background-color: transparent;
  }
  
  .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 10;
    left: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    background-color: grey;
    overflow-y: hidden;
    transition: 0.5s;

  }
  
  .overlay-content {
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
    
  }
  
  .overlay a:hover,
  .overlay a:focus {
    color: #7F8C8D;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  .burger {
    font-size: 2em;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    left: 3%;
    top:4%;
  }
  
  
  
  /*Banner*/
  

  
  .banner-text {
    margin: auto;
    text-align: center;
    color: #fff;
  }
  
  .banner-text h1 {
    margin: 2em 1.4em 1.4em 1.4em;
    font-size: 2em;
    line-height: 1.8;
    color: #fff;
    text-shadow: 3px 3px #000;
  }

.home{
    height: 100vh;
    position: relative;
}

video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.home-content{
    position: absolute;
    width: 50%;
    height: 50%;
    text-align: center;
    font-size: clamp(45px, 7vw, 50px);
   
}

/* .home-content {
    position: relative;
    border: 0cm;
    background: transparent;
    width: 10px;
    padding:  250px;
    /* font-size: 20px; */

   
 */


.logo img{
    width: 15px;
    cursor: pointer;
    /* padding: 150px; */
    margin: 0 auto;
    position: absolute;
    margin-top: 50px;
}
img{
  width: 1000px;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
}

footer{
    background: #000;
    color: white;
    text-align: center;
}


@media all and (max-width:1000px) {
  body,html{
    overflow-y: hidden;
  }

  .burger{
    margin-left: 15px;
  }
  
  .home-content img a{
    min-width: 100px;
   position: absolute;
   margin: 0;
   align-items: center;

  }
  
}