@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Tajawal:wght@300;400;700&display=swap');

 body {
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	font-style: normal;
	background-color: #2b2b2b;
}
.text-arabic {
	direction: rtl;
	font-family: 'Tajawal', sans-serif !important;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	color: #333333;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

/* button style */







/* banner-sldier */
.banner-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 700px;
	z-index: -1;
}
.banner-slider .carousel-control-next, .carousel-control-prev {
	width: 8%;
}

.banner-slider .carousel-inner .carousel-item img {
	height: 700px;
	object-fit: cover;
	object-position: bottom;
}
.banner-slider .carousel-control-next-icon, .carousel-control-prev-icon {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 1;
	background-image: none;
	position: absolute;
	bottom: 80px;
}
.banner-slider .carousel-control-prev-icon:after{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 10px;
	color: #000;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	transform: translate(-50%, -50%);
}
.banner-slider .carousel-control-next-icon:after{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 10px;
	color: #000;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	transform: translate(-50%, -50%);
}

/* banner-sldier_End */


/* main-content-css */
.naming-area {
	padding: 20px 50px 70px 50px;
}



.food-items-wrapper {
	margin: 0px 50px;
}

}

.abs-contnet {
	position: absolute;
	right: 50px;
	top: 20px;
}
.abs-contnet ul li a {
	display: block;
	font-size: 25px;
	font-family: 'Tajawal', sans-serif;
	text-decoration: none;
	font-weight: 700;
	color: #fff;
	background-image: -moz-linear-gradient( 90deg, rgb(4,4,4) 0%, rgb(76,76,74) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(4,4,4) 0%, rgb(76,76,74) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(4,4,4) 0%, rgb(76,76,74) 100%);
	border-radius: 40px;
	line-height: 1;
	padding: 10px 12px;
	margin-left: 5px;
}
.img.logo-img {
	margin-bottom: 15px;
	overflow: hidden;
    border-radius: 200px;
}
.naming-area h1 {
	font-size: 46px;
	color: #000;
	font-weight: normal;
	font-family: 'Quicksand', sans-serif;
}
.naming-area p {
	font-size: 25px;
	font-family: 'Quicksand', sans-serif;
	line-height: 1.1;
}

.time-table li, .time-table li a {
	color: #333333;
	font-size: 22px;
	text-decoration: none;
	font-family: 'Quicksand', sans-serif;
}
.time-table li span {
	margin-right: 8px;
	display: inline-block;
}

.time-table li.d-inline-block {
	margin: 0px 35px;
}

.is-nav-wrapper button {
	background: #418b83;
	color: #fff;
	border: none;
	padding: 15px 15px;
	border-radius: 16px;
	line-height: 1;
	font-size: 28px;
	font-family: 'Quicksand', sans-serif;
	margin-left: 13px;
}
.is-nav-wrapper button:first-child {
	margin-left: 50px;
}
.is-nav-wrapper {
	display: flex;
	width: max-content;
	scrollbar-width: none;
	margin: 0 auto;
	margin-bottom: 62px;
}
.category-name {
	background: #f2f2f2;
	padding: 16px 17px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 28px;
}
.category-name h4 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 0px;
	line-height: 1;
	font-family: 'Quicksand', sans-serif;
}
.category-name h4 span {
	position: relative;
	top: 0px;
	margin-right: 18px;
}
.single-food-area h3 {
	color: #0c4640;
	font-weight: 700;
	margin-bottom: 11px;
}

.single-food-area p {
	font-weight: 500;
}
.single-food-area h1 {
	font-size: 42px;
	font-weight: 700;
	position: absolute;
	top: -10px;
	right: 15px;
	line-height: 1;
	margin-bottom: 0px;
}

.single-food-area h1 sub {
	position: relative;
	font-size: 32px;
	top: -1px;
}
.single-food-area h3 span {
	position: relative;
	top: -3px;
}


.main-content {
	background-position: top;
    background-repeat: repeat;
    border-radius: 50px;
    margin-top: 650px;
    overflow: hidden;
    background-color: white;
}

.footer-area {
	background: #2b2b2b;
	padding: 34px 0px;
}

.footer-area span{
	color: #fff;
	font-size: 17px;
	line-height: 1;
	font-weight: 500;
}
.footer-area span b{
	color: #ffd200;
	font-weight: normal;
}

.food-items-filter-wrappepr {
	overflow: hidden;
}
.single-cat-wrap.grid-item {
	left: 0px;
	width: 100%;
}

.is-nav-wrapper button.active{
	background-color: #0c4640;
}

.container {
	max-width: 100%;
	padding: 0px;
}

.single-food-area{
	margin-bottom: 40px;
	cursor: pointer;
}
.abs-contnet {
	right: 50px;
	top: 15px;
	position: absolute;
}

/* main-content-css_End */


.custom-popup{}
.custom-popup .modal-dialog {
	max-width: 610px;
}
.custom-popup .modal-content{}
.custom-popup .modal-body{}
.custom-popup .popup-content{}

.food-text p {
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
}
.food-thumb {
	width: 245px;
	flex: 0 0 auto;
}
.food-thumb img {
	width: 100%;
}
.food-thumb {
	width: 245px;
	flex: 0 0 auto;
	margin-right: 20px;
}
.meal-info-list ul li span img {
	width: 30px;
}

.meal-info-list ul li {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 8px;
}

.meal-info-list ul li:last-child {
	margin-bottom: 0px;
}

.meal-info-list ul li span {
	margin-right: 18px;
}
.meal-info {
	background: #f6f6f6;
}
.meal-price {
	background: #ececec;
	width: 154px;
	text-align: right;
}
.meal-info-list{
	background: #f6f6f6;
	padding: 15px 8px;
}
.meal-price h1 {
	font-size: 58px;
	font-weight: 700;
}
.meal-price h1 sub{
	font-size: 44px;
}
.meal-price h1 sub {
	font-size: 44px;
	top: -2px;
}
.meal-info {
	background: #f6f6f6;
	margin-top: 15px;
	margin-bottom: 15px;
}
.popup-top {
	border-bottom: 1px solid #898989;
}
.ratting-area {
	padding-top: 20px;
}

.ratting-area h4 {
	margin-bottom: 4px;
}
.ratting-area p {
	font-size: 18px;
	margin-bottom: 0px;
}
.ratting-area p img{
	width: 20px;
}
.ratting-area p img {
	width: 103px;
	position: relative;
	top: -3px;
}
.text-area {
	padding-top: 20px;
}


.text-area textarea {
	width: 100%;
	height: 132px;
	background: #f4f4f4;
	border: 1px solid #acacac;
	padding: 16px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	resize: none;
	color: #333;
	font-weight: 500;
}
.text-area textarea::placeholder{
	color: rgb(128, 128, 128);
	font-weight: 500;
}
.text-area button {
	background: #0c4640;
	border: none;
	padding: 9px 40px;
	line-height: 1;
	border-radius: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.modal-header {
	background: #eeeeee;
}
.social-content p {
	font-size: 24px;
	font-weight: 700;
}
.social-btn {
	margin-top: 18px;
}

.social-btn a {
	margin: 0px 10px;
}

.social-content h4 {
	font-size: 34px;
	font-weight: 700;
}
.social-btn a img {
	width: 72px;
}

.custom-popup-tow{
	background-color: rgba(255, 255, 255, .8);
}
.custom-popup-tow .modal-content {
	background-color: transparent;
	border: 0px;
}
.popup-top h3 {
	font-size: 36px;
	color: #0c4640;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 18px;
	border-bottom: 1px solid #898989;
	margin-bottom: 20px;
}


.social-btn a:nth-child(1){
	background-color: #3A5999;
}
.social-btn a:nth-child(2){
	background-color: #D44835;
}
.social-btn a:nth-child(3){
	background-color: #CA2028;
}
.social-btn a:nth-child(4){
	background-color: #24A5DF;
}
.social-btn a:nth-child(5){
	background-color: #107AB6;
}
.social-btn a{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	transition: .3s;
}
.social-btn a:hover{
	transform: translateY(-5px);
}
.social-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.rate {
    padding: 0 10px;
}
.rate:not(:checked) > input {
    display:none !important;
}
.rate:not(:checked) > label {
    width:35px;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:28px;
    color:#ccc;
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.rate .error:before {
    content: unset !important;
}
.rate .error {
    font-size: unset !important;
    width: unset !important;
    color: red !important;
    float: unset !important;
}
input[type="radio"],
input[type="checkbox"] {
  appearance: none;
  display: none
}

.design_box {
	border: dotted 2px #ccc;
	border-radius: 10px;
	background: #fff;
	padding: 15px 10px;
}