body {
	position: relative;
	background-color: #fef9ef;
	overflow: hidden;
	max-height: 100vh;
	font-variant-numeric: lining-nums;
	font-feature-settings: "lnum";
}
.buttons-holder p {
  font-size: 13px;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.overlay {
    content: '';
    background-color: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.show-over {
	opacity: 1;
	visibility: visible;
}
.description h4 {
    font-weight: 600;
	font-size: 28px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding: 30px 35px 15px;
	position: relative;
	overflow: unset !important;
    margin-bottom: 0;
	color: #CE4927;
	letter-spacing: 0.5px;
}
.description p {
	position: relative;
}
.working-clock h2::after {
    content: '';
    width: 150px;
    background: #EAEAEA;
    height: 1px;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
}
.working-clock h2 {
    display: block;
    position: relative;
}
.working-clock span {
    font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  font-family: Raleway, Arial, Helvetica, sans-serif !important;
  display: block;
  line-height: 37px;
}
.working-clock span b {
  color: #414141;
}
.img-holder {
    width: 120px;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    float: left;
    margin-right: 15px;
}
.description .price-item {
    font-weight: 300;
    font-size: 28px;
    direction: ltr;
    max-width: 100%;
    display: block;
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum";
    letter-spacing: 1px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 25px 35px 35px;
	margin: 0;
	border-top: 1px solid rgba(207, 73, 40, 0.1);
	background: linear-gradient(180deg, rgba(253, 249, 239, 0.5) 0%, rgba(253, 249, 239, 0.8) 100%);
}
.description .price-item small {
	font-size: 20px;
	font-weight: 500;
	margin-right: 5px;
	color: #666;
	opacity: 0.8;
}
.dirham-symbol {
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	background-color: #666;
	-webkit-mask-image: url('../img/dirham-symbol.svg');
	mask-image: url('../img/dirham-symbol.svg');
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	vertical-align: baseline;
	position: relative;
	margin-right: 2px;
}
.dirham-symbol:empty::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #666;
	-webkit-mask-image: url('../img/dirham-symbol.svg');
	mask-image: url('../img/dirham-symbol.svg');
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}
.dirham-symbol:not(:empty) {
	font-size: 0;
	line-height: 0;
}
.dirham-symbol:not(:empty)::before {
	content: '';
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	background-color: #666;
	-webkit-mask-image: url('../img/dirham-symbol.svg');
	mask-image: url('../img/dirham-symbol.svg');
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	vertical-align: baseline;
}
.show-over2 {
    opacity: 1;
    visibility: visible;
    z-index: 99;
	background-color: rgba(0, 0, 0, 0.72);
}
.header {
	padding: 10px 0 15px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
    /*! box-shadow: 0 5px 10px #c5c5c5; */
	background-color: #fef9ef;
}
.restaurant-menu {
    margin-bottom: 50px;
}
.logo-holder {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}
.logo-holder img {
    width: 100%;
}
.logo-holder a {
    text-decoration: none;
    text-align: center;
    color: #CE4927;
    font-size: 34px;
    font-weight: 700;
}
.full-menu {
    width: 300px;
    height: 0;
    overflow: hidden;
    margin: 10px auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 9;
    padding-top: 40px;
    position: relative;
    padding: 18px;
}
.menu-holder h2 a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0;
}
.full-menu h2.show-full a {
    margin: 0;
    position: absolute;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    border-bottom: 1px solid #CE4927;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
	outline: none;
    letter-spacing: 1px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #CE4927;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
.full-menu h2.show-full a:hover {
    color: #CE4927;
    opacity: 0.7;
}
.menu-holder h2 a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0;
}
.full-menu .header-item {
	text-align: center;
    margin: 8px auto;
    padding: 12px 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	border-bottom: 1px solid rgba(29, 29, 27, 0.1);
	border-radius: 0;
	cursor: pointer;
}
.full-menu .header-item:hover {
	background-color: rgba(207, 73, 40, 0.05);
	border-bottom-color: rgba(207, 73, 40, 0.3);
}
.full-menu .header-item.active {
	background-color: rgba(207, 73, 40, 0.08);
	border-bottom-color: #CE4927;
}
.full-menu .header-item.active .item-title {
	color: #CE4927;
	font-weight: 400;
}
.full-menu .header-item .header-item-image {
    height: 50px;
    width: 50px;
    display: none;
}
.full-menu .header-item .item-title {
    color: #1D1D1B;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: normal !important;
	font-size: 16px;
    font-weight: 300;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: Raleway, Arial, Helvetica, sans-serif;
}
.full-menu .header-item:hover .item-title {
	color: #CE4927;
}

.header-item-container {
    padding-right: 5px;
    padding-left: 5px;
	float: left;
    margin-bottom: 30px;
}
.menu-h {
    float: left;
    width: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	padding: 15px 0;
}
.extra-price {
  display: block;
  text-align: center;
  padding: 8px 15px;
  margin: 0;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: rgba(207, 73, 40, 0.1);
  color: #CE4927;
  border-top: 1px solid rgba(207, 73, 40, 0.2);
}
.extra-price b {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  letter-spacing: 0.5px;
  font-weight: 400;
}
.each-cat {
    padding: 10px 15px !important;
    text-align: center;
    margin: 0 auto;
	position: relative;
	cursor: pointer;
}
.each-cat::after {
    content: '';
    width: 1px;
    height: 12px;
    background: rgba(29, 29, 27, 0.2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.swiper-slide:last-child .each-cat::after {
    display: none;
}
.each-cat a, .full-menu .header-item a {
    text-decoration: none;
}
.each-cat h2 {
    font-size: 16px;
    line-height: 1.3;
	opacity: 1;
	text-decoration: none;
	color: #1D1D1B;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    margin: 0;
    padding: 10px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
}
.each-cat:hover h2 {
	opacity: 1;
	color: #CE4927;
}
.swiper-slide-active .each-cat h2 {
	opacity: 1;
	color: #CE4927;
	font-weight: 400;
}
.swiper-slide-active .each-cat h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 2px;
	background-color: #CE4927;
	transition: width 0.3s ease;
}
.swiper-slide-active .each-cat:hover h2::after {
	width: 80%;
}
.swiper-slide-active .each-cat {
	transition: .4s;
	-webkit-transition: .4s;
    opacity: 1;
}
.each-cat:hover h2 {
	color: #CE4927;
}
.height-menu {
    height: auto !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    background-color: #fef9ef;
    margin: 0;
    padding-top: 90px;
}
.go-bottom {
    width: 300px;
    margin: 40px auto !important;
    height: auto !important;
}
.main {
    margin-top: 180px;
    height: 100vh;
    overflow-y: hidden;
}
.each-menu {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.each-menu .title-each-menu {
    text-align: center;
	position: relative;
    /*! display: none; */
}
.each-menu .title-each-menu h3 {
	position: relative;
    text-align: center;
    color: #000;
    display: inline-block;
    background-color: #fef9ef;
    padding: 0 15px;
    margin: 0;
    font-weight: 400;
}
.title-each-menu h3::before {
    content: "\e900";
    font-family: icomoon;
    position: absolute;
    right: 10px;
    font-size: 14px;
    top: 50%;
    display: none;
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transform: translateY(-50%) rotate(-180deg);
}
.title-each-menu h3::after {
    content: "\e900";
    font-family: icomoon;
    position: absolute;
    left: 10px;
    font-size: 14px;
    top: 50%;
    display: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.inner-menu {
    float: left;
    padding: 0;
        padding-left: 0px;
    padding-right: 5px;
	margin-top: 30px;
}
.inner-menu:nth-child(2n+1) {
    padding-left: 0;
}
.inner-item {
	position: relative;
    float: left;
    text-align: center;
    width: 95%;
    background-color: #fff;
	min-height: 200px;
	cursor: pointer;
	border: 1px solid rgba(207, 73, 40, 0.15);
	border-radius: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.inner-item .like-count {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #afafaf;
    font-size: 15px;
	cursor: pointer;
}
.like-count span {
    float: left;
}
.like-count small {
    float: left;
    margin: 0 5px;
}
.inner-item .like-count.liked {
	color: #2c98c8;
}
.done .inner-item {
    opacity: .15;
    position: relative;
}

.done::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(253, 249, 239, 0.50);
}
.done::after {
    content: '';
    background-image: url('../img/done.png');
    width: 250px;
    height: 30px;
    position: absolute;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    z-index: 2;
}
.inner-item > img {
    display: none;
}
.inner-item .img-holder {
    display: block;
    width: 100%;
    height: 400px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: 0 0 auto;
    position: relative;
    border-radius: 0;
}
.inner-item > h4 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    padding: 15px 20px 15px;
    color: #CE4927;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #fef9ef;
    flex: 0 0 auto;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    line-height: 1.4;
}
.inner-item > p {
    font-size: 13px;
	color: #fff;
	margin: 0;
	padding: 20px;
	background-color: #CE4927;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.6;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	min-height: 102px;
	max-height: 102px;
	overflow: hidden;
}
.inner-item h5 {
	line-height: 1;
	font-weight: 400;
	color: #666;
	margin: 0;
	padding: 20px;
	background-color: #fef9ef;
	flex: 0 0 auto;
	font-variant-numeric: lining-nums;
	font-feature-settings: "lnum";
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
}
.inner-item h5 span {
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	color: #666;
	font-variant-numeric: lining-nums;
	font-feature-settings: "lnum";
	letter-spacing: 0.5px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
}
.inner-item h5 span small {
    font-size: 16px;
    margin-right: 5px;
    color: #666;
    vertical-align: baseline;
}
.description {
    position: fixed;
	width: 520px;
	max-width: 90vw;
	background-color: #fff;
	top: 50%;
	left: 50%;
	border-radius: 0;
	transform: translate(-50%,-50%) scale(0);
	-webkit-transform: translate(-50%,-50%) scale(0);
	z-index: 999;
	padding: 0;
	min-height: 400px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	overflow: hidden;
	border: 1px solid rgba(207, 73, 40, 0.15);
}
.activepops {
	transform: translate(-50%,-50%) scale(1);
	-webkit-transform: translate(-50%,-50%) scale(1);
	opacity: 1;
	visibility: visible;
}
.description img {
    border-radius: 0;
    width: 100%;
    max-height: 400px;
    margin: 0;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    display: block;
}
.description p {
    margin: 0;
	padding: 0 35px 25px;
	text-align: center;
    font-size: 15px;
	line-height: 24px;
	color: #555;
	font-family: Raleway, Arial, Helvetica, sans-serif;
}
.main-page {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #CE4927;
    z-index: 999;
    max-width: 100vw;
    max-height: 100vh;
    overflow-y: hidden;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(207, 73, 40, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(207, 73, 40, 0.02) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}
.home-content-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 1;
}
.logo-holder-main {
    width: 380px;
    max-width: 90%;
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
}
.logo-holder-main img {
    width: 100%;
    height: auto;
    display: block;
}
.home-tagline {
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #FCF6EC;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}
.buttons-holder {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.buttons-holder a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 2px;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    padding: 14px 20px;
    text-decoration: none;
    font-weight: 350;
    font-size: 18px;
    border-radius: 0;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    position: relative;
    overflow: visible;
    background: transparent;
    border: none;
    color: #FCF6EC;
    white-space: nowrap;
    flex: 0 0 auto;
}
.buttons-holder a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #fef9ef;
    transition: width 0.4s ease;
}
.buttons-holder a:hover::before {
    width: 100%;
}
.buttons-holder a span {
    position: relative;
    z-index: 2;
    transition: letter-spacing 0.4s ease;
}
.buttons-holder a:hover span {
    letter-spacing: 4px;
}
.btn-primary {
    color: #FCF6EC;
    font-weight: 600;
}
.btn-primary::before {
    height: 3px;
    background: linear-gradient(90deg, transparent, #FCF6EC, transparent);
}
.btn-primary:hover {
    color: #CE4927;
}
.btn-secondary {
    color: #CE4927;
}
.btn-secondary:hover {
    color: #CE4927;
    background: transparent;
}
.btn-contact {
    color: #CE4927;
}
.btn-contact:hover {
    color: #CE4927;
    background: transparent;
}
#gotomenu {
    color: #FCF6EC;
    font-weight: 600;
}
#gotomenu::before {
    height: 3px;
    background: linear-gradient(90deg, transparent, #CE4927, transparent);
}
#gotomenu:hover {
    color: #CE4927;
    background: transparent;
}
.goleft {
    left: -150% !important;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
}
.gotohome {
    position: fixed;
    width: 32px;
    left: 100px;
    top: 15px;
}
.gotohome img {
    width: 100%;
}
.working, .about {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fef9ef;
    z-index: 999;
    max-width: 100vw;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
}

.location {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fef9ef;
    z-index: 999;
    max-width: 100vw;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
}

.location-inner {
    max-width: 500px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.order {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fef9ef;
    z-index: 999;
    max-width: 100vw;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
}

.order-inner {
    max-width: 500px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.order-inner h2 {
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #CE4927;
    margin-bottom: 40px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.order-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.order-link {
    width: 100%;
    margin-bottom: 15px;
}

.order-link:last-child {
    margin-bottom: 0;
}

.order-button {
    display: block;
    width: 100%;
    padding: 18px 50px;
    background-color: #CE4927;
    color: #fff;
    text-decoration: none;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 0;
    border: 2px solid #CE4927;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    min-width: 280px;
    text-align: center;
    box-sizing: border-box;
}

.order-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: left 0.4s ease;
}

.order-button:hover::before {
    left: 100%;
}

.order-button:hover {
    background-color: #b83d20;
    border-color: #b83d20;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(207, 73, 40, 0.3);
    text-decoration: none;
}

.qr-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.qr-code p {
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #1D1D1B;
    margin: 0;
    font-weight: 500;
}

.qr-code img {
    width: 250px;
    height: 250px;
    max-width: 100%;
    border: 2px solid rgba(207, 73, 40, 0.2);
    padding: 15px;
    background: #fff;
}

.about-inner {
    max-width: 500px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.about-inner img {
    width: 220px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.about-inner p {
    color: #1D1D1B;
    font-size: 12px;
    line-height: 22px;
    text-align: justify;
}
.about .buttons-holder,
.working .buttons-holder,
.location .buttons-holder,
.order .buttons-holder {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    max-width: 420px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.about .buttons-holder a,
.working .buttons-holder a,
.location .buttons-holder a,
.order .buttons-holder a {
    width: auto;
    min-width: 200px;
    max-width: 300px;
    margin: 0;
}
.about .buttons-holder a,
.working .buttons-holder a,
.location .buttons-holder a,
.order .buttons-holder a {
    width: auto;
    min-width: 200px;
    max-width: 300px;
    margin: 0;
    color: #CE4927 !important;
}
.about .buttons-holder a::before,
.working .buttons-holder a::before,
.location .buttons-holder a::before,
.order .buttons-holder a::before {
    background: #CE4927 !important;
}
.about .buttons-holder a:hover,
.working .buttons-holder a:hover,
.location .buttons-holder a:hover,
.order .buttons-holder a:hover {
    color: #CE4927 !important;
}
.working-clock img {
    width: 32px;
}
.working-clock {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    color: #CE4927;
}
.hide {
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
}
.show {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
}
@media (max-width:1200px) {
    .full-menu .header-item {
        text-align: center;
        width: auto;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}
@media (max-width:991px) {
	.inner-item p {
		max-height: 40px;
		overflow: hidden;
		margin-bottom: 5px;
	}
    .inner-item > h4 {
    	margin-top: 0;
    }
      .extra-price
	{
        margin-top: 30px;
        margin-left: -60px;
    }
	.inner-item {
		max-height: 150px;
		padding: 0;
	}
	.go-bottom {
		position: static !important;
		margin-top: 30px !important;
		width: 300px;
		margin-bottom: 20px !important;
	}
	.header-item-container {
		margin-bottom: 10px;
	}
	.full-menu .header-item {
		width: 80%;
	}
}
@media (max-width:767px) {
	.restaurant-menu {
		padding: 0;
	}
	.swiper-slide-prev, .swiper-slide-next {
        opacity: 0.3;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
    }
    .each-cat::after {
        display: none;
    }
	.gotohome {
        width: 24px;
        left: 30px;
        top: 15px;
    }
    .home-content-wrapper {
        padding: 40px 30px;
    }
    .logo-holder-main {
        width: 350px;
        margin-bottom: 55px;
    }
    .buttons-holder {
        max-width: 100%;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .buttons-holder a {
        padding: 13px 18px;
        font-size: 15px;
    }
    .main-page::before {
        background: radial-gradient(circle at 20% 30%, rgba(207, 73, 40, 0.03) 0%, transparent 50%),
                    radial-gradient(circle at 80% 70%, rgba(207, 73, 40, 0.02) 0%, transparent 50%);
    }
    .main-page::after {
        width: 140px;
        height: 240px;
    }
	.my-rotate::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fef9ef;
		height: 90px;
		z-index: 9;
	}
	.container {
		padding-right: 30px;
		padding-left: 30px;
	}
	.item-title {
        text-align: center;
    }
	.show-full a {
        margin: 0;
        position: fixed !important;
        top: 140px !important;
        left: 50% !important;
        background: transparent;
        border-bottom: 1px solid #CE4927;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        outline: none;
        letter-spacing: 1px;
        height: 40px !important;
        line-height: 40px;
        overflow: hidden !important;
        width: auto !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 99;
		width: auto;
        color: #CE4927;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
    }
	.show-full a:hover {
        color: #CE4927;
        opacity: 0.7;
    }
    .my-rotate .go-bottom {
        top: 0px !important;
        color: #fff !important;
		width: 300px !important;
    }
	.full-menu .header-item {
		width: 200px;
        padding: 15px !important;
		display: none;
        border-bottom: 1px solid #1D1D1B !important;
	}
	.height-menu .header-item {
		display: block !important;
	}
	.full-menu .header-item .item-title {
		width: 100%;
		color: #1D1D1B;
	}
    .logo-holder img {
        float: left;
    }
	.description {
		width: 95%;
		max-width: 95vw;
		background-color: #fff;
		overflow-y: scroll;
		border-radius: 0;
	}
	.description h4 {
		font-size: 22px;
		padding: 25px 25px 12px;
	}
	.description p {
		font-size: 14px;
		padding: 0 25px 50px;
		line-height: 22px;
		margin: 0;
		margin-bottom: 20px;
	}
	.description .price-item {
		font-size: 20px;
		padding: 20px 25px 15px;
	}
	.description .price-item small {
		font-size: 14px;
	}
	.header {
		padding: 3px 0 5px;
		text-align: center;
	}
	.full-menu h2.show-full {
		margin: 0 !important;
	}
	.main {
		margin-top: 190px;
	}
	.menu-h {
		margin-top: 0;
	}
	.logo-holder {
		width: 120px;
        margin: 5px auto;
            margin-top: 5px;
        display: inline-block;
        margin-top: 12px;
	}
	.full-menu h2.show-full a {
        letter-spacing: 1.5px;
	}
	.height-menu {
		height: 100vh !important;
		overflow-y: scroll;
	}
	.inner-item > img {
		width: 150px;
		height: 100px;
	}
	.inner-menu {
		padding: 0
	}
	.inner-item {
		width: 100%;
		padding: 0;
		min-height: 180px;
		max-height: none;
	}
	.inner-item .img-holder {
		height: 150px;
	}
	.inner-item > p {
		font-size: 11px;
		padding: 15px;
		line-height: 1.5;
		min-height: 80px;
		max-height: 80px;
		overflow: hidden;
	}
	.show-over2 {
		background-color: rgba(190, 190, 190, 0.94);
	}
	.inner-item > h4 {
		font-size: 16px;
		padding: 12px 15px 12px;
		line-height: 1.4;
	}
	.inner-item h5 {
		padding: 15px;
	}
	.inner-item h5 span {
		font-size: 18px;
	}
	.inner-item h5 span small {
		font-size: 14px;
	}	
	.about-inner {
      width: 80%;
    }
	.about .buttons-holder,
	.working .buttons-holder,
	.location .buttons-holder,
	.order .buttons-holder {
		bottom: 5%;
		max-width: 320px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.about .buttons-holder a,
	.working .buttons-holder a,
	.location .buttons-holder a,
	.order .buttons-holder a {
		width: auto;
		min-width: 180px;
		max-width: 280px;
	}
	.order-inner {
		width: 90%;
		padding: 20px;
	}
	.order-inner h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.qr-code img {
		width: 200px;
		height: 200px;
	}
}
@media (max-width:430px) {
	.description img {
		width: 100%;
        max-height: 400px;
        margin: 0 auto;
        max-width: 100%;
	}
      .extra-price
      {
      	font-size: 12px !important;
      }
	.home-content-wrapper {
        padding: 30px 20px;
    }
	.logo-holder-main {
        width: 320px;
        max-width: 85%;
        margin-bottom: 50px;
	}
	.home-tagline {
		font-size: 12px;
		letter-spacing: 1.5px;
		margin-bottom: 40px;
		margin-top: -10px;
	}
	.about-inner {
        width: 100%;
        padding: 15px;
    }
	.working-clock {
        min-width: 95%;
    }
	.working-clock h2 {
        font-size: 24px;
    }
	.about .buttons-holder,
	.working .buttons-holder,
	.location .buttons-holder,
	.order .buttons-holder {
		bottom: 5%;
		max-width: 280px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.about .buttons-holder a,
	.working .buttons-holder a,
	.location .buttons-holder a,
	.order .buttons-holder a {
		width: auto;
		min-width: 160px;
		max-width: 250px;
	}
	.order-inner {
		width: 95%;
		padding: 15px;
	}
	.order-inner h2 {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.order-button {
	    display: block;
		width: 100%;
		padding: 16px 35px;
		font-size: 16px;
		letter-spacing: 2px;
		min-width: 240px;
	}
	.qr-code img {
		width: 180px;
		height: 180px;
	}
    .main-page::before {
        background: radial-gradient(circle at 20% 30%, rgba(207, 73, 40, 0.03) 0%, transparent 50%),
                    radial-gradient(circle at 80% 70%, rgba(207, 73, 40, 0.02) 0%, transparent 50%);
    }
	.buttons-holder {
        max-width: 100%;
        gap: 8px;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
    }
    .buttons-holder a {
        padding: 14px 20px;
        font-size: 15px;
        letter-spacing: 2px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .buttons-holder a:hover span {
        letter-spacing: 3px;
    }
    .main-page::after {
        width: 80px;
        height: 150px;
    }
	.show-full a {
		width: 300px;
    }
}