body, html {height: 100%;}
*{box-sizing: content-box;}
a{text-decoration: none;}
html {scroll-behavior: smooth;}
h5{font-weight: 600}
h6{font-weight: 300}
body,h1,h2,h3,h4,h5,h6,p {font-family: "Cairo", sans-serif; margin: 0}
hr{margin: 0}
b{color:Black}
.fa{margin: 0 10px;}
.menu {display: none}
.bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #151515;
  /* background-image: url("images/back.png"); */
  min-height: 70%;
}
.full{width:100%;height:100%}
.brown{
  color:#E6BA95;
}
.green{
  color:#254028;
}
.bg-img{
  background-image: url("pattern2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.over{
  position:relative;
  margin-top:-40px;
  background-color: white;
  border-top-left-radius:40px;
  border-top-right-radius:50px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.rotateimg90 {
  -webkit-transform:rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.rotateimg180 {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer-edit{
  position:absolute;
  bottom:0;
  width:100%;
}
.display-left{position: absolute;left: 0;width: 100%;}
.display-bottom{position: absolute;bottom: 0;width: 100%;}
.button-green{background-color:#254028;color: white;border-radius: 10px;padding: 15px;text-decoration: none;}
.margin{justify-content: center;display: flex;}
.green-background{background-color: #151515!important}
.white{color:white;font-size: 0.7em}
.text-white{color:white}
.menu-image{border-radius:100px;}
.padding{padding: 0.5em;height: 130px}
.menu-button{margin: 0}
.w3-card {
  background-color: white;
}
.w3-modal{
  padding-top: 120px!important;
}

.w3-panel{
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 15px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.image-category{
  width:100%;
  height:150px;
  border-radius:15px;
  object-fit: cover;
  -webkit-filter: brightness(70%);
  filter:brightness(70%);
}
.image-item{
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  width: 100%;
}
.text-categor{
  overflow: hidden;
  height: 100%;
  z-index: 2;
}
.containerImage {
  position: relative;
  text-align: center;
  color: white;
}
/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column-left {
  float: left;
  width: 25%;
}
.column-left2 {
  float: left;
  text-align: left;
  width: 75%;
}
.column-right {
  float: left;
  width: 75%;
}
.column-right2{
  float: right;
  text-align: right;
  width: 25%;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlaycolor{
  background: rgba(0, 0, 0, 0.5);
}
.column-details-padding{
  padding-left: 10px;
  padding-top: 3px;
}

.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
.title-food {
  font-size: 17px;
  width: 80%;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.w3-row{
  padding: 12px 5px 5px 5px;
}
.price-food{
  width: 20%;
  font-size: 15px;
  font-weight: bold;
}
.description-food{
  font-size: 14px;
  padding: 12px 5px;
  font-weight: bold;
}

.br-disc{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7px 0;

}
.br-disc p{
  width: 70px;
  height: 1px;
  background-color: rgb(170, 170, 170);
}
.description-food-ar{
  direction: rtl;
  font-size: 14px;
  padding: 12px 5px;
  font-weight: bold;
  color:#d19f76;
}
.rar{
  display: flex;
}

.one-item{
  padding-bottom: 10px;
}
.review-us{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.review-us a{
  text-align:  center;
  color: white;

  padding: 6px 50px ;
  border-radius: 40px;
  background-color: #8a6e4b;
}
.review-us a p{
  font-size: 15px;
}
.main-title{
  font-size: 26px;
  width: 300px;
}
.main-title p{
  font-size: 24px;
}
.main-title p:last-child{

}