/* .loader_bg{
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background-color: black;
  text-align: center;
  
  
}
 .loader h1{
  font-family: 'Courgette', cursive;
  background-image: linear-gradient(
    -225deg,
    #decd0a 0%,
    #995809 29%,
    #eb9307 67%,
    #D5C056 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1s linear infinite;
  display: inline-block;
      font-size: 100px;
      width: 100%;
      margin-top: 15%;
       
       
}
 
@keyframes textclip {
  to {
    background-position: 200% center;
  }
} */
 
         


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.main-menu{
  width: 20%;
  height: 100vh;
  background-color: black;
  position: fixed;
  top: 0;
  right: -30%;
  text-align: center;
   transition: 1s;
   z-index: 1;
}
.main-menu .fa-xmark{
  position: absolute;
  right: 11px;
  top: 4px;
  font-size: 30px;
  color: white;
}
.main-menu ul li a{
  color: #989898;
  text-decoration: none;
  font-size: 32px;
  font-weight: 500;
  text-align: center;

}
.main-menu ul {
   list-style: none;
}
.main-menu ul li {
  margin-top: 15px;
}
.adrs address{
  color: #989898;
  padding: 0 14px;


}
.hamisi{
    width: 100%;
    height: auto;
    background-color: #111111; 
    display: block;
}
.header{
    width: 100%;
    height:100vh;
    background-image: url(https://grandrestaurantv6-7.themegoods.com/pizza/wp-content/uploads/sites/3/2022/10/served-table-with-tasty-food-in-restaurant-2022-01-18-18-07-39-utc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header nav{
    display: flex;
    justify-content: space-between;
    
}
.header nav i{
    font-size: 20px;
} 
.h1 h3{
    font-family: 'Dancing Script', cursive;
    color: white;
    font-size: 72px;
}
.reveal{
  position: relative;
  transform: translateY(250px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
.reveal1{
  position: relative;
  transform:scale(0.9);
  opacity: 0;
  transition: 1s all ease;
}
.reveal1.active{
  transform: scale(1);
  opacity: 1;
}
.reveal3{
  position: relative;
  transform:translateX(-300px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal3.active{
  transform:translateX(0px);

  opacity: 1;
}
.reveal4{
  position: relative;
  transform:translateX(300px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal4.active{
  transform:translateX(0px);

  opacity: 1;
}
.h1{
  position: absolute;
  top: 29%;
  left: 10%;
    color: white;
    margin:54px 0px;
    font-size: 50px;
    font-weight: 700;
}

 .food-4{
    display: flex;
    justify-content: space-between;
 }
 .food-1{
    width: 25%;
    position: relative;
 }
 .food-1 img{
    width: 100%;
    height: 287px;
 }
 .overlay{
    position: absolute; 
    bottom: 0%; 
    background: rgb(0 0 0 / 42%);
    color: #f1f1f1; 
    width: 100%;
    height: 287px;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    
 }
 .over-text{
   border: 3px solid white;
   width: 100%;
   height: 245px;
   text-align: left;
   padding: 30px;
 }
  .food-1:hover .overlay{
   opacity: 1;
   

 } 
 .span{
   font-size: 24px;
    font-weight: 600;
 }
 .post_detail  {
   font-size: 16px;
 }
 .menu_price{
   font-size: 26px;
 }
 footer{
   background-color: #1c2123;
 }
 .foot{
   width: 80%;
   margin-left: 10%;
   display: flex;
   justify-content: space-around;
 }
 .foot-ulli ul{
   list-style: none;

 }
.foot-ulli ul li{
text-align: center;
padding-top: 11px;
font-size: 20px;
font-size: larger;
color: white;
font-weight: 700;
}
.foot-ulli{
position: relative;
}
.f{
width: 25%;
text-align: center;
margin: auto;
}
.foot-name h2{
 color: #dc9457;
 border: 2px solid #dc9457;
 padding: 20px;
 border-radius: 20px;
}

.foot-ulli:after{
content: "";
position: absolute;
width: 1%;
height: 183px;
background-color: #dc9457;
top: 0px;
right: 0;


}
.foot-ulli:before{
content: "";
position: absolute;
width: 1%;
height: 183px;
background-color: #dc9457;
top: 0px;
left: 31px;


}
.foot-ulli ul li:hover{
color: #dc9457;
}
.f-icon i{
margin-left: 15px;
font-size: 29px;
color: #dc9457;

}
.f-icon{
text-align: left;
margin-bottom: 22px;
}
.copy{
text-align: left;
color: white;
}
.t{
   opacity: 0;
   filter: blur(4px);
   transform: scale(0.94);
   animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
 }
 .t {
   animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);  
 }@keyframes scale {
   100% {
     transform: scale(1);
   }
 }span:nth-child(1) {
   animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
 }
 
 span:nth-child(2) {
   animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
 }@keyframes fade-in {
   100% {
     opacity: 1;
     filter: blur(0);
   }
 }
 .footer{
    width: 100%;
    height: auto;
}
.footer ul{
list-style:none ;
}
.footer ul li{
    font-size: 23px;
}
  .ulli ul li a:hover{
    color: #dc9457;
  }
  .ulli{
    position: relative;
  }
 
  .ulli:before{
    content: "";
    position: absolute;
    width: 1%;
    height: 189px;
    background-color: #cfa670;
    left: 5%;
    top: 0;
  }
  .ulli:after{
    content: "";
    position: absolute;
    width: 1%;
    height: 189px;
    background-color:#cfa670;
    right: 5%;
    z-index: 1111111;
    top: 0;
  }
  .text-menu{
    width: 100%;
    height: auto;
  }
  .text-1 .p{
    padding: 20px;
  }
  .menu1{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
  .menu-right {
    padding: 0px;
    font-size: 27px;
    color: #cfa670;
}
.menu-left h2{
    font-size: 27px!important;
    color: #cfa670;


}
.menu-left p{
    color: white;
}
ul li a{
  text-decoration: none;
  color: white;
}
.text-2{
  flex-wrap: wrap;

}
.food-4{
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .food-1{
    width: 100%;
  }
  .main-menu{
    width: 100%;
    display: none;
  }
  .sebet{
    width: 50%;
  }
  .h2{
    display: none;
  }
  .cafe-name{
    width: 33%;
  }
.cafe-menu {
  width: 16%;
}
.h22{
  width: 100%;
display: block;
margin: auto;
position: relative;

top: 30%;
}
.ulli{
  padding: 10px;
}
.ulli ul{
  padding-left: 0px;
}
.ulli:after{
  content: "";
  position: absolute;
  width: 90%;
  height: 3px;
  background-color:#cfa670;
  left: 5%;
   top:100%;
   margin: auto;
}
.ulli:before{
  content: "";
  position: absolute;
  width: 90%;
  height: 3px;
  background-color:#cfa670;
  right: 40px ;
  z-index: 1111111;
  top: 0;
  margin: auto;
}
.footer ul{
  padding-left: 0px;
}
.text-1 .p {
  padding: 13px;
  text-align: center;
}

}
@media only screen and (min-width: 768px ) and (max-width: 1024px ) {
  .cafe-name {
    width: 27%;
}
.cafe-menu {
  width: 5%;
}
.dinner-1{
  height: 414px;
}
.footer .row>* {
  width: 33%;
  }
  .main-menu {
    width: 35%;
    height: 100vh;
    display: none;
}
.sebet {
  width: 24%;
  height: 100vh;
}
.f-icon {
   
  margin-bottom: 10px;
}
.ulli ul{
  padding-left: 0px;
}
}