
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
    
}
/*HOME*/
body{
    background-color: #ece8e1;
    overflow-x: hidden;
   
}
/*header*/

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    padding: 20px 10px;
    height: 80px;
    z-index: 100000;
    background-color: #000000be;
}
header.sticky{
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.795);

}
.nav_area{
    position: relative;
    left: 300px;
}
.logo{
    position: relative;
    left: 300px;
}
.logo img{
    width: 100px;
    height: 100px;
    
}
a{
    font-size: 20px;
    transition: 0.5s all ease;
}
header ul{
    list-style: none;
    margin: auto;
    display: flex;
    text-decoration: none;
}
header ul li{
    position: relative;
    list-style:none;
}
header ul li a{
    position: relative;
    margin: 0 15px;
    text-decoration: none;
    color: rgb(245, 245, 245);
    letter-spacing: 2px;
    font-weight: 300px;
    font-size: 14px;
    transition: 0.6s;
}
ul li a:hover{
    color: red;
    transform: scale(1.1);
}


/*end of header  margin: -1rem 0;*/


.box-1{
    color: white;
    position: relative;
    top: 30px;
    right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.menu{
    margin: auto;

    
}
.menu-container{
    max-width: 220vh;
    margin: 0px auto;
    padding: 0 20vh;
    position: relative;
    top: 10px;
    height: 1000px;
    background: #ece8e1;
    

}
img{
    width: 100%;
    display: block;
}
.menu-head{
    text-align: center;
    position: relative;
    top: 100px;
    color: rgb(0, 0, 0);
}
.menu-head h2{
    font-family: 'Dancing Script', cursive;
    margin-bottom: 50px;
    font-size: 3.6rem;
    font-size: 70px;
}
.menu-head p{
    font-weight: 300;
    padding: 1.8rem 0;
}
.menu-btns{
    padding: 0.6rem 0;
    display: flex;
    justify-content: center;
    position: relative;
    top: 100px;
    
}
.menu-btn{
    font-family: var(--Inter);
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    background: none;
    border: none;
    color: #000000;
    display: block;
    margin: 0 2rem;
    cursor: pointer;
    outline: 0;
    transition: opacity 0.4s ease-out;
}
.menu-btn::after{
    content: "";
    display: block;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background: #e04848;
    margin-top: 0.5rem;
    width: 0;
    transition: width 0.4s ease-out;
}
.menu-btn:hover::after{
    width: 100%;
}
.menu-btn:hover{
    opacity: 0.8;
}
.active-btn{
    color: #fa0606;
    
}

li .active{
    color: rgb(228, 22, 22);
}

/*menu start*/
.food-items{
    margin: 2rem 0;
}
.food-item{
    color: rgb(0, 0, 0);
    flex-basis: 580px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(0, 0, 0);
    position: relative;
    top: 80px;
    
    
}
@keyframes fadeIn{
    from{
        opacity: 0;
    }
    to{
        opacity: 1s;
    }
}
.food-img img{
    border-radius: 10px;
    height: 10vh;
    width: 10vh;
    position: relative;
    left: -10px;
    margin: 10px;
    border: 2px solid black;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    transition: 0.3s;
    
}

.food-img img:hover{
    transform: scale(1.3);
    z-index: 2;

}




.food-content{
    padding: 1rem;
}
.food-name{
    font-family: var(--Inter);
    color: #050303;
    font-weight: 500;
    text-transform: capitalize;
}
.line{
    width: 100px;
    height: 3px;
    background: #000000;
}
.food-price{
    padding: 0.4rem 0;
    font-weight: 600;
    font-size: 1.4rem;
    opacity: 0.8;
}

.category{
    padding-top: 0.2rem;
    font-size: 1rem;
    font-weight: 800;
    font-family: var(--Inter);
}
.category span{
    font-weight: 500;
}

@media screen and (min-width: 600px){
    .food-item{
        display: grid;
        grid-template-columns: 10% auto;
        align-items: center;
        padding: 1rem;
        column-gap: 3rem;
        
    }
    .food-content{
        padding: 0;
        
    }
}

@media screen and (min-width: 768px){
    .menu-head p{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 992px){
    .menu-head p{
        width: 50%;
    }
    .food-items{
        display: grid;
        grid-template-columns: repeat(2, 2fr);
        column-gap: 4rem;
    }
}







  
  /*start of footer*/
.footer {
    position: relative;
    align-items: center;
    bottom: -10px;
    display: flex;
    flex-flow: row wrap;
    padding: 30px 30px 60px 60px;
    color: #ffffff;
    background-color: black;
    border-top: 1px solid #ffffff;
  }
  
  .footer > * {
    flex:  1 100%;
  }
  
  .footer__addr {
    position: relative;
    margin-right: none;
    margin-bottom: 2em;
  }
  
  .footer__logo {
    font-family: 'Dancing Script', cursive;
    font-weight: 200;
    font-size: 80px;
    text-transform: lowercase;
    position: relative;
    left: 100px;
    top: 50px;
    color: white;
  }
  
  .footer__addr h2 {
    margin-top: 1.3em;
    font-size: 15px;
    font-weight: 400;
  }
  
  
  .nav__title1 {
    font-size: 20px;
    font-weight: 200;
    color: white;
    font-style: normal;
    position: relative;
    bottom: -25px;
    left: 900px;
  }
  .nav__ul2 a{
    font-size: 30px;
    color: white;
  }
  .nav__ul2 {
    position: relative;
    bottom: -40px;
    left: 860px;   
  }
  
  
  
  .footer address {
    font-style: normal;
    color: #ffffff;
    position: relative;
    bottom: 0;
    
  }
  
  .footer ul {
    list-style: none;
    padding-left: 0;
    padding: 0;
  }
  
  
  
  .footer li {
    display: inline;
    position: relative;
    margin: 10px;
    color: white;
    
  }
  
  .footer a {
    text-decoration: none;
  }
  
  .footer__nav {
    display: flex;
    
  }
  
  
  
  .nav__ul a {
    color: #fdfdfd;
  }
  .nav__ul li {
    color: #999;
    display: block;
  }
  
  
  
  
  .legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
  }
  .legal p{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
    right: 600px;
  }
    
  .legal__links {
  
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 700px;
  }
  
  .heart {
    color: #f00808;
  }
  
  @media screen and (min-width: 24.375em) {
    .legal .legal__links {
      margin-left: none;
    }
  }
  
  @media screen and (min-width: 40.375em) {
    .footer__nav > * {
      flex: -1;
    }
    
    .nav__item--extra {
      flex-grow: 2;
    }
    
    .footer__addr {
      flex: 1 0px;
    }
    
    .footer__nav {
      flex: 2 0px;
    }
  }
  
  
  
  
  