*{
    color:  white;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
   
  }
  
  .overlay{
    background-color: black;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: "Be Vietnam Pro", sans-serif;
    transition: 1s;
    color:#d3d2d2;
  }

  .overlay:hover{
    
      box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
     
    
  }
  
  .overlay-content{
    align-items: center;
    justify-content: center;
  
    display: flex;
  }

  ul{
    display: flex;
    align-items: center;
    
    }

    ul li:hover{
      list-style: none;
    
      text-decoration: underline;
    text-underline-offset: 10px;
    transition-delay: 3s;
    color: white;
    
    
    }


  
  
  .overlay-content a{
    padding: 30px;
    font-size: 20px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: 1s;
    color:#d3d2d2;
  }
  
  .logo{
    height: 10%;
    width: 10%;
  }
 

  .hvr-grow :hover{
    transform: scale(1.3);
    
    
  }
  
  .overlay img:first-of-type{
    margin-left: auto;
  }


  .block-contact{
    background-color: black;
    text-align: center;
    padding: 50px;
   border-radius: 5px;
  
  }

  .block-contact:hover{
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
   transition: 0.5s;
   
  }

  .contact{
    padding: 200px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 50px;
  }

.cm{
    padding: 50px;
}
.info{
    padding: 10px;
}

  footer{
    background: #000;
    color: white;
    text-align: center;
    padding: 50px;
    
  }

  .cred{
    font-family: "Be Vietnam Pro", sans-serif;
    padding: 50px;
  }

  .burger,.closebtn, .logo001{
    display: none;
  }
  

  @media all and (max-width:1000px) {

    .overlay-content{display:none}

    .overlay {padding-top: 100px;  width: 100%; }

    section.contact{
      width: 100%;
      
      padding: 180px 50px 100px 50px; 
    }

    .info {
      
      font-size: 15px;
      margin: 0 auto;
      align-items: center;
      justify-content: center;
      position:relative;
      display: flex;
      width: 1px;
    }

    .cm{

      align-items: center;
      padding: 0 20px 0 20px;
      font-size: 30px;
      margin-bottom: 30px;

    }

    .block-contact:hover{
      box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
     
    }

    .burger {
      font-size: 2em;
      cursor: pointer;
      position: absolute;
      z-index: 2;
      left: 3%;
      top:4%;
      color: white;
      display: flex;
      padding-left: 10px;
    }

    .logo001{
      width: 100px;
      display: block;
      position: absolute;
      margin-right: 5px;
      top: 22%;
      
      right: 0%;
      
    }

    #main-nav {
      height: 0%;
      width: 100%;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      font-family: "Be Vietnam Pro", sans-serif;
      background-color: black;
      overflow-y: hidden;
      transition: 0.5s;
    }
  
    #categories{
      display: block;
      align-items: center;
      top: 0;
    }

    .closebtn, .overlay {
      position: absolute;
      top: 10px;
      right: 45px;
      font-size: 60px;
      display: flex;
      flex-wrap: wrap ;
      flex-direction: column;
    }
  
    .closebtn{
      color: white;
      text-decoration: none;
      display: none;
    }
    
  }
  

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  