*{
    padding: 0;
margin: 0;
}

body{
    overflow: hidden;
    overflow-x: hidden;
}
.loading-bar{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    background-image: url(https://i.imgur.com/MnuKchI.jpg);
    background-size: cover;
    display:flex;
    justify-content: center;
    align-items: center;
    
}
.main-loading-bar{
    position: absolute;
    width: 100%;
    height: 100vh;
    /* z-index: 100; */
    top: -7%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.please-wait{
    font-size: 1.3rem;
    display: block;
    animation: please 0.8s infinite;
    color: #fff;
     
}
 

@keyframes please{
    0%{
        height: 0%;
    }
    50%{
        height: 30px;
    }
    100%{
        height: 0;
    }
}
.obj{
    width: 6px;
    height: 40px;
    background-color: #fff;
    margin: 0 3px;
    border-radius: 10px;
    animation: loading 0.8s infinite;
}
.obj:nth-child(2){
    animation-delay: 0.1s;
}
.obj:nth-child(3){
    animation-delay: 0.2s;
}
.obj:nth-child(4){
    animation-delay: 0.3s;
}
.obj:nth-child(5){
    animation-delay: 0.4s;
}
.obj:nth-child(6){
    animation-delay: 0.5s;
}
.obj:nth-child(7){
    animation-delay: 0.6s;
}
.obj:nth-child(8){
    animation-delay: 0.7s;
}
 
@keyframes loading{
    0%{
        height: 0;
    }
    50%{
        height: 40px;

    }
    100%{
        height:0;
    }
}

.main-container-all{
    overflow-x: hidden;
    
}
 
 
.image-vegan{
    height: 100px;
    width: 180px;     
}
.home-menu-container{
    height: 450px;
    background-image: url(https://i.imgur.com/XYClvGu.jpg);
    /* background-image: url(top1.jpg); */
    background-size: cover;
    
}
.menu-text-main-container{
    position: absolute; 
    top: 30%;
    left: 50%;
  transform: translate(-50%);
 }
.menu-text{
    text-align: center;
    color: #fff;
    font-size: 2.6rem;
    text-transform: capitalize;
}
.home-text{
    text-transform: capitalize;
    color:  orange;
    padding: 20px;  
    opacity: 0.6;   
}
.main-container{
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;

    
 
}
.dises-varaties{
    width: 400px;

    height: 540px;
    
    margin: 20px;
    box-shadow: 1px 1px 5px 1px grey;
   
    padding-top:1px;
    border-radius: 10px;
}
.food-image{
    height: 320px;
    margin:20px;
}
.burger-image-handle{
    height: 320px;
    width:  100%;

}
.dish-price{
    height:180px;
    background-color: rgb(53, 51, 51);
    margin: 20px;
    margin-top: -20px;
    text-align: center;
   
    
    
}
.price-handle{
    padding-top: 10px;
     text-transform: capitalize;
     color: #fff;
     padding-bottom: 20px;
     font-size: 1.5rem;
       font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.sup-text{
    font-size: 18px;
    letter-spacing:2px;
}
.sub-text{
    font-size:40px;
    letter-spacing:2px;
    
}
.price-btn{
    
    padding:20px;
    background-color: rgb(161, 161, 30);
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
     
}

.dishes-varaties2{
    width: 400px;
    height: 350px;
    
    margin: 20px;
    box-shadow: 1px 1px 5px 1px grey;
    padding-top: 1px;
    border-radius: 10px;

}

.image-dishes{
    height: 140px;
    margin: 20px;
}
.dishes-prices{
    height: 170px;
    background-color: rgb(53, 51, 51);
    margin:  20px;
    margin-top:-20px;
    text-align: center;
    color: #fff;
   
    
}
.image-handle-dish{
    height: 170px;
    width: 100%;
    
}
.dishes-name{
    padding-top:25px;
    text-transform: capitalize;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
.sub-title{
    display: block;
    font-size: 0.9rem;
    text-transform: capitalize;
    padding-top: 8px;
    padding-bottom: 5px;
}


.main-bottom-container{
    display: flex;  
}
.menu2-text{
    color: #fff;
    text-transform: capitalize;
    padding: 20px;   
}
.main-bottom-container i{
    color: #fff;
    margin-top: 30px;
    opacity:0.4 ;
}
.our-menu-heading{
    margin: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
   
  
    
}
.list-category{
    text-align: center;
    font-weight: bold;
    color: #fff;
     
   
}
 

 
.dropbtn {
    background-color:  rgb(240, 177, 61);
    color: #ffffff;
    padding:15px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 40px ;
    text-transform: uppercase;
     position: absolute;
     
     letter-spacing: 2px;
     display: flex;
     margin-left: auto;
     margin-right: auto; 
     transform: translate(-50%);  
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color:	#543f03;
    border: none;
    outline: none;
  }
   .dropdown {
    position: relative;
    display: inline-block;
     
 
  }
   .dropdown-content {
       width: 250px;
    display: none;
    margin-top:50px;
    left: 0;
    transform: translate(-50%);
    
    position: absolute;
    /* padding:2rem  0px 0px  60px; */
    background-color: #f1f1f1;
    
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: center;
    border: 1px solid rgb(151, 140, 140);
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
   
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    opacity: 0.4;
  }
  
  .dropdown a:hover {
     color: rgb(196, 175, 55);
    }
  
  .show {
      display: block;
    }

.main-container-menu{
    padding: 2rem;
    text-align: center;
    background-image: url(https://i.imgur.com/mu9vDZv.jpg) ;
    /* background-image: url(g.jpg); */
    background-size: cover;
     filter: grayscale(50%);
    background-repeat: no-repeat;
    background-attachment: fixed;
   
}

.flex-cate{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.image-upload{
    width: 260px;
    height: 440px;
    background-color: #fff; 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.dishes-image{
    position: relative;
    height: 400px;
    top: 50px;
    margin-bottom:70px;
    
}
.image-handle{
    width: 180px;
    margin-left: 50%;
    transform: translate(-50%);
    
     

}
 
.dish-heading-name{
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 40px; 
    font-family: 'Roboto'; 

}
.dish-title{
    font-size: 0.9rem;
   color: rgb(124, 123, 123);
    margin-bottom: 40px;
    letter-spacing: 1px;
 
    

}
.price-food{
    margin-top: -30px;
    padding-bottom: 30px;
    color:#b88a07; 
    font-size: 1.6rem;
    font-weight: 400;
     
}
.order-btn{
     background-color:#b88a07;
    padding: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    border-radius:40px; 
    /* display: hidden; */

}
.order-btn:hover{
    background-color: rgb(168, 168, 168);

 
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    border-radius:40px;
  
}  
.bottom-container{
    padding: 2rem;
    background-color:rgb(46, 43, 43) ;
    text-align: center;
 
   
}
.bottom-container a{
    color: #fff;
     
    display: inline-block;
    
    margin:5px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom:15px;  
}
.underline{
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
}
.privacy-policy{
    opacity: 0.6;
}

.vegan-title{
    color: #fff;
    text-transform:capitalize;
    font-family: monospace;
    margin: 20px;
    color: rgb(133, 131, 131);
   
}
.creater{
    text-transform: capitalize;
    color: rgb(143, 121, 121);
    letter-spacing: 1px;
     
}
.creater i{
     color: red;
     font-size: 0.8rem;
    
    position: relative;
    animation: pluse 2s ease infinite;
    
}
@keyframes pluse  {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
    }

    .dish-heading-name{
        animation: name 5s infinite;
        overflow: hidden;
        white-space: nowrap;
         

    }

    @keyframes name{
        0%{
            width: 0ch;
        }
        100%{
            width: 24ch;
        }

    }
  
 /* loading-bar */
 
