

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic&display=swap');

body{
	margin:0px;
	padding:0px;
	font-family: 'Poppins', sans-serif;
}

header	{
		position:fixed;
		width:100%;
		height:auto;
		z-index:999;
		font-family: 'Poppins', sans-serif;
}

.mainpage_logo_spacing
{
	margin: 6em 0 3em 0;
}


.branch_select	{
	padding: 1em;
}

.select-button	{
	padding: 1em;
	background-color: #e83d66;
	width: 100%;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 5px;
	font-family: 'Poppins', sans-serif;
}

.select-button-option	{
	padding: 1em;
	background-color: #e83d66;
	width: 100%;
	color: #fff;
	border: none;
	font-size: 14px;
}


.top	{
		background:#fff;
		min-height:10px;
		color:#787878;
		padding:1em 0 1em 0;
		font-size:13px;
		font-family: 'Poppins', sans-serif;
}


.menutext	{
	font-size: 10px;
	font-weight: 600;
	padding-top: 0.5em;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #e83d66;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 5em;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.sidenav a:hover {
  color: #000;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



.banner-margin	{
}

.banner-img	{
		background:url(../img/bg.jpg);
		background-size:cover;
		background-attachment:fixed;
		background-position:center;
		background-repeat:no-repeat;
		min-height:650px;
}

.menu-sec	{
		padding:0.5em 0;
		border-radius:5px;
		margin:0.5em 0;
}


.section-bottom	{
		padding:50px 0 0 0;
		color:#fff;
		background-color:#f9f9f9;
}

.footer	{
		background:#e83d66;
		padding:20px 0;
		font-family: 'Poppins', sans-serif;
		font-weight:300;
		color: #fff;
}

.menu-section	{
		background:#fff;
		min-height:200px;
		padding:5em 0;
}

.menu-box	{
	padding: 1em 0; 
}

.menu-section_eng	{
		font-size: 13px;
	color: #000;
	font-weight: 700;
	padding-top: 0.5em;
	
}

.menu-section_arab	{
		font-size: 13px;
	color: #000;
	font-weight: 600;
	font-family: 'Noto Sans Arabic', sans-serif;
	
}

.menu-space	{
		margin:10px;
}

.dish-section_eng	{
	font-size: 17px;
	color: #000;
	font-weight: 500;
	padding-top: 0.5em;
	
}

.dish-section_arab	{
	font-size: 17px;
	color: #000;
	font-weight: 400;
	font-family: 'Noto Sans Arabic', sans-serif;
	
}

.dish-section_price	{
	font-size: 17px;
	color: #fff;
	background-color: #e83d66;
	width: auto;
	padding: 0.5em;
	font-weight: 600;
	margin: 0.5em 0;
	border-radius: 5px;
	text-align: center;
	
}

