*{
    font-style: Roboto;
}

.logo{
    display: flex;
    font-size: 20px;
    color: orange;
}
.nav{
    width: 100%;
    height: 85px;
    /* background-color:rgba(0,0,0,0.5); */
    background-image: linear-gradient(grey,black);
    padding: 0px 60px;
    /* background-image: url("images/image2.png"); */
}
.nav ul{
    float: right;    
}
.nav ul li{
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin-right: 120px;
    color: white; 
}
.food{
    margin: 30px;
    height: 300px;
    font-size: 36px;
    font: x-large;
    font-style: bold;
    line-height: 60px;
    color: #ffffff;
}
.review{
    padding: 80px;
    text-align: center;
}
.image{
    height: 500px;
    background-image: url("images/image2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.btn{
    padding: 5px 25px;
    color: white;
    font-size: large;
    background-color: coral;
}
.btn:hover{
    background-color: yellow;
}
.Huduma p{
    text-align: center;
    font-style: italic;
    font: 3px;
}
.Huduma{
    background-color: #e5e5e5;
}
.fd{
    display: flex;
    background-color: none;
    justify-content: space-between;
}
.cbd{
    background-color: #e5e5e5;
    height: 500px;
}
.dot{
    height: 25px;
    width: 23px;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
    margin-left: 120px;
    border: 3px;
    display: flex;
    padding: 4px;
    padding-left: 10px;
    position: relative;
    margin-top: 15px;
    font-size: medium;
    text-align: center;
    color: white;
  }
  .card{
      border: 2px solid black;
      height: 300px;
      width: 300px;
      background-color: white;
      margin-left: 15px;
      justify-content: center;
  }
  .box h2{
      margin-left: 120px;
  }
  .box p{
      margin-left: 120px;
      font-style: italic;
  }
  .box p2{
      font-style: italic;
      margin-left: 150px;
  }
  .box{
      box-sizing: border-box; 
      /* color: violet; */
      border-radius: 0px;
      box-shadow: 0px;
  }
  .soup{
      background-repeat: no-repeat;
      background-color: black;
      display: flex;
  }
  .ige{
      display: flex;
      justify-content: space-evenly;
  }
  .mene{
      text-align: center;
      background-color: white;
  }
  .mn{
      display: flex;
      justify-content: space-evenly;
      margin: 25px;
  }
  .review{
      color: white;
  }
  .Gaz{
      background-image: url("images/image8.png");
      background-size: cover;
      background-repeat: no-repeat;
      height: 400px;
  }
  .mutiso{
      background-color: #e5e5e5;
  }
  .copy{
      background-color: black;
      height: 50px;
  }
  .book{
      padding: 55px 0;
  }



