body{
    margin: 0px;
    width: 100%;
    height: 100%;
}
html {
  scroll-behavior: smooth;
}
header{
    margin-top: 0px;
    padding: 0px;
    background-color: #273F4F;
    display: flex;
    justify-content: center;
}
.logo{
    width: 15%;
    color: white;
   
}
.list-bar{
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    padding-bottom: 0px;
    
}
  .scroll-container {
      width: 1000px;
      overflow-x: auto;
      white-space: nowrap;
      border: 0.5px solid #ccc;
      padding: 3px;
      padding-top: 10px;
      direction: rtl;
      background-color: #273F4F; /* برای نمایش اسکرول از چپ به راست */
    }
    .item {
      display: inline-block;
      width: 100px;
      height: 100px;
      margin-top: 10px;
      margin-right: 20px;
      background-color: lightblue;
      text-align: center;
     /* line-height: 100px;*/
      font-weight: bold;
     border-bottom-right-radius: 20px;
     border-top-left-radius: 20px;
      border: 1px solid #ccc;
    }
     .item:hover{
        background-color: #ccc;
    }

    hr{
        margin: 0px;
        
    }
    .title1{
        text-align: right;
        font-size: 25px;
        margin-right: 8%;
        padding-top: 5%;
        margin-bottom: 5%;
        color: white;
    }
    .foods-continer{
        margin-right: 2%;
        width: 95%;
        height: 180px;
        background-color: white;
       border: 0.5px solid #ccc;
        border-radius: 20px;
        margin-bottom: 5%;
        display: flex;
         justify-content: space-between;
    }
    .foods-img{
        border-radius: 20px;
        display: block;
        margin-top: 6%;
        margin-left: 20%;
        margin-right: 20%;
        width:60%;
        height: 40%;
        

    }
    .foods-name{
       margin-bottom: 0px;
        font-size: 25px;
        margin-top: 2%;
       direction: rtl;
       text-align: center;
       
       
       
    }
    .foods-details{
        
        margin-right: 5%;
        margin-left: 5%;
        text-align: center;
    }
    .foods-material{
        font-size: 15px;
        text-align: center;
    }
    .item-img{
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: all 0.3s ease;
     
    }
    .item-img:hover {
       filter: brightness(70%);
       transform: scale(1.05);
       cursor: pointer;
    }
   .menue-continer{
    background-color: #273F4F;
    margin-top: 0px;
    padding-top: 0px;
    
   }
   .menu-content1{
    width: 45%;
    margin: 3.33%;
    margin-left: 1.67%;
    height: 300px;
    background-color: white;
    border-radius: 20px;
   }
   .menu-content2{
    width: 45%;
    margin: 3.33%;
    margin-right: 1.67%;
    height: 300px;
    background-color: white;
    border-radius: 20px;
   }
   
   .row-content{
      display: flex;
   }
   .header-food{
    width: 100%;
    height: 50px;
    padding-top: 10px;
    text-align: right;
    color: white;
    
   }
   .hfood{
    margin-right: 20px;
    margin-top: 0px;
    background-color: #273F4F;
   }
   .buttom-continer{
    background-color: #273F4F;
    height: 200px;
    width: 100%;
   }
   .food-price{
    text-align: center;
    color: red;
   }