
* {box-sizing: border-box}
body {font-family: "Lato", sans-serif; background-color: #0D0D0D;}

.ar{
  font-family: "Noto Kufi Arabic", sans-serif !important;
}

.home{
  margin: 0;
}

.home-header{
  margin-bottom: 7px;
}

.home-header video{
  width:100%;
  height: 100%;
 /* margin-top: -28px;*/
}

.cover-img{
  width:100%;
  height: auto;
}

.lang-btn{
  margin-left: 8px;
  margin-top: 7px;
  font-size:14px;
  cursor:pointer;
  background-color:#FFF;
  text-decoration: none;
  color: #333;
  padding: 3px 15px 5px 15px;
  border-radius: 10px;
  border:1px solid #8D7E6D;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.home-logo{
  text-align: center;
}

.home-logo img{
  width:160px; 
  margin-top:10px; 
}


.menu-btn{
  text-align: center;
  margin-top: 60px;
}

.menu-btn img{
  width:80px;
  height: 80px;
}

.menu-btn p{
  text-decoration: none;
  margin-top:8px;
  font-weight: bold;
}

.menu-btn a{
  text-decoration: none;
  color: #EEE;
}

.info-sec{
  position: fixed;
  left: 0;
  bottom: 50px;
}

.info-btn{
  font-size:18px;
  cursor:pointer;
  background-color:#EEE;
  color: #333;
  padding: 10px 20px 10px 12px;
  border-radius: 0px 10px 10px 0px;
}


.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}



.menu-head{
  text-align: center;
}

.menu-head img{
  width:120px;
}

.back{
  position:absolute;
  top:20px;
  right: 0px;
  cursor:pointer;
  background-color: #EEE;
  color:#333;
  font-weight: bold;
  border:none;
  padding: 10px;
}

/* Style the tab */
.tab {
  float: left;
  background-color: #eee;
  width: 25%;
  height: 300px;

}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color:#444;
  padding: 12px 8px;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 12px;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fafafa;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #d0d0d0;
}


.tab button img{
  width:30px;
}

.tab button p{
  margin:5px 0;
  font-family: "Noto Kufi Arabic", sans-serif !important;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 5px;
  width: 75%;
  border-left: none;
  height: 300px;
}

.menu-item{
  display: block;
  background-color:#EEE;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}

.item-img{
  width:100%;
  height: 120px;
  overflow: hidden;
}

.item-img img{
  width:100%;
}


.item-txt{
  padding:10px;
}

.item-txt.ar{
  float: right;
}

.item-title{
  margin:0;
  height: 36px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

.item-title.ar{
  font-weight: bolder;
  direction: rtl;
  height: 48px;
  line-height: 23px;
}

.item-price{
  margin: 5px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #8D7E6D;
  text-align: right;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 0 5px 10px 5px;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.img-with-text {
    text-align: justify;
    width: [width of img];
}

.img-with-text img {
    display: block;
    margin: 0 auto;
}


.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}

@media (max-width: 768px){
.w3-modal {
    padding-top: 30px;
}
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.w3-xlarge {
    font-size: 32px!important;
    color:#FFF;
}

.w3-modal-content {
    margin: auto;
    /*background-color: #fff;*/
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
}

@media (max-width: 768px){
.w3-modal-content {
    width: 500px;
}
}











#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}