@font-face {
    font-family:'Kalameh';
    src: url(../fonts/kalameh/eot/KalamehWeb_thin.eot);
    src: url(../fonts/kalameh/eot/KalamehWeb_thin.eot?#iefix) format('embedded-opentype'),
         url(../fonts/kalameh/woff2/KalamehWeb_thin.woff2) format('woff2'),
         url(../fonts/kalameh/woff/KalamehWeb_thin.woff) format('woff'),
         url(../fonts/kalameh/ttf/KalamehWeb_thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family:'Kalameh';
    src: url(../fonts/kalameh/eot/KalamehWeb_Regular.eot);
    src: url(../fonts/kalameh/eot/KalamehWeb_Regular.eot?#iefix) format('embedded-opentype'),
         url(../fonts/kalameh/woff2/KalamehWeb_Regular.woff2) format('woff2'),
         url(../fonts/kalameh/woff/KalamehWeb_Regular.woff) format('woff'),
         url(../fonts/kalameh/ttf/KalamehWeb_Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family:'Kalameh';
    src: url(../fonts/kalameh/eot/KalamehWeb_Bold.eot);
    src: url(../fonts/kalameh/eot/KalamehWeb_Bold.eot?#iefix) format('embedded-opentype'),
         url(../fonts/kalameh/woff2/KalamehWeb_Bold.woff2) format('woff2'),
         url(../fonts/kalameh/woff/KalamehWeb_Bold.woff) format('woff'),
         url(../fonts/kalameh/ttf/KalamehWeb_Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family:'Kalameh';
    src: url(../fonts/kalameh/eot/KalamehWeb_Black.eot);
    src: url(../fonts/kalameh/eot/KalamehWeb_Black.eot?#iefix) format('embedded-opentype'),
         url(../fonts/kalameh/woff2/KalamehWeb_Black.woff2) format('woff2'),
         url(../fonts/kalameh/woff/KalamehWeb_Black.woff) format('woff'),
         url(../fonts/kalameh/ttf/KalamehWeb_Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
}
body {
    font-family: Kalameh ,-apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
    position: relative;
    background: linear-gradient(135deg, #1a472a 0%, #2d5a3d 25%, #c41e3a 75%, #8b0000 100%);
    overflow: hidden;
    max-height: 100vh;
}
.buttons-holder p {
  font-size: 16px;
  font-family: Kalameh;
  text-align: center;
  direction: rtl;
  margin-bottom: 30px;
  color: #fff;
}
.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: 500;
	font-size: 24px;
    font-family: Kalameh;
	margin-top: 20px;
	position: relative;
	overflow: unset !important;
    margin-bottom: 30px;
}
.description p {
	position: relative;
}
.description h4::after, .description p::after, .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;
    font-family: Kalameh;
    position: relative;
}
.working-clock span {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    font-family: Kalameh;
    display: block;
}
.working-clock span b {
  color: #ffd700;
}
.img-holder {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  float: right;
  margin-left: 15px;
}
.description .price-item {
    font-weight: 400;
    font-size: 22px;
    direction: ltr;
    max-width: 100%;
    display: inline-block;
}
.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: #fff;
}
.restaurant-menu {
    margin-bottom: 50px;
}
.logo-holder {
    width: 130px;
    margin: 0 auto;
    text-align: center;
}
.logo-holder img {
    width: 100%;
}
.logo-holder a {
    text-decoration: none;
    text-align: center;
    color: #ff3e3e;
    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: 'Montserrat', sans-serif !important;
    top: 0;
    left: 0;
    right: 0;
    background: #000000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
	outline: none;
    letter-spacing: 3px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    color: #fff;
}
.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: 5px auto;
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
	    border-bottom: 1px solid #1D1D1B;
}
.full-menu .header-item .header-item-image {
    height: 50px;
    width: 50px;
    display: none;
}
.full-menu .header-item .item-title {
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.full-menu .header-item .item-title {
    white-space: normal !important;
	font-size: 18px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}

.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;
}
.each-cat {
    padding: 5px !important;
    text-align: center;
    margin: 5px auto;
	position: relative;
}
.each-cat::after {
    content: '';
    width: 15px;
    height: 1px;
    background: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.each-cat a, .full-menu .header-item a {
    text-decoration: none;
}
.each-cat h2 {
    font-size: 20px;
    line-height: 1;
	opacity: 1;
	text-decoration: none;
	color: #1D1D1B;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    margin: 0;
    padding: 5px 0px;
    text-transform: uppercase;
}
.each-cat:hover h2 {
	opacity: 1;
}
.swiper-slide-active .each-cat h2 {
	opacity: 1;
}
.swiper-slide-active .each-cat {
	transition: .4s;
	-webkit-transition: .4s;
    opacity: 1;
}
.height-menu {
    height: auto !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    background-color: #fff;
    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: 50px;
}
.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: #fff;
    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%);
}
.each-menu .title-each-menu::before {
}
.inner-menu {
    float: right;
    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: right;
    text-align: right;
    width: 95%;
    background-color: #fff;
	min-height: 150px;
	cursor: pointer;
	border-bottom: 1px solid #454545;
}
.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(255, 255, 255, 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 {
    width: 190px;
    height: 127px;
    float: right;
    border-radius: 15px;
    margin-left: 15px;
}
.inner-item > h4 {
    font-size: 20px;
    max-height: 50px;
    overflow: hidden;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
        margin-top: 0px;
    color: #1D1D1B;
    margin-top: 15px;
}
.inner-item > p {
    font-size: 18px;
    font-family: Kalameh;
	max-height: 52px;
	overflow: hidden;
	color: #1D1D1B;
	margin: 10px 0px;
}
.inner-item h5 {
	line-height: 1;
	font-weight: 700;
	color: #2d398d;
	float: right;
	margin: 0;
}
.inner-item h5 span {
	float: right;
	font-size: 18px;
	font-weight: 400;
	color: #1D1D1B;
}
.inner-item h5 span small {
    font-size: 16px;
    margin-left: 3px;
    color: #1D1D1B;
    margin-top: 2px;
    float: right;
}
.description .price-item small {
    margin-top: 3px;
    float: right;
    margin-left: 5px;
}
.description {
    position: fixed;
	width: 450px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	border-radius: 15px;
	transform: translate(-50%,-50%) scale(0);
	-webkit-transform: translate(-50%,-50%) scale(0);
	z-index: 999;
	padding: 30px;
	min-height: 300px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.activepops {
	transform: translate(-50%,-50%) scale(1);
	-webkit-transform: translate(-50%,-50%) scale(1);
	opacity: 1;
	visibility: visible;
}
.description img {
    border-radius: 15px;
    width: auto;
    max-height: 250px;
    margin: 0 auto;
    height: 100%;
    max-width: 100%;
}
.description p {
    margin: 30px 0 35px;
	text-align: center;
    font-family: Kalameh;
    font-size: 12.5px;
}
.main-page {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1a472a 0%, #2d5a3d 25%, #c41e3a 75%, #8b0000 100%);
    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;
}
.logo-holder-main {
    width: 170px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.logo-holder-main img {
    width: 100%;
}

/* Santa Hat */
.santa-hat {
    position: absolute;
    top: -35px;
    left: -25px;
    width: 70px;
    height: 55px;
    transform: rotate(-15deg);
    z-index: 10;
}
.santa-hat svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}

/* Snowflakes */
.snowflakes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
    overflow: hidden;
}
.snowflake {
    position: absolute;
    top: -20px;
    color: #fff;
    font-size: 1.5em;
    text-shadow: 0 0 5px rgba(0,0,0,0.1);
    animation: snowfall linear infinite;
    opacity: 0.9;
}
.snowflake:nth-child(1) { left: 5%; animation-duration: 8s; animation-delay: 0s; font-size: 1.2em; }
.snowflake:nth-child(2) { left: 15%; animation-duration: 12s; animation-delay: 1s; font-size: 1.8em; }
.snowflake:nth-child(3) { left: 25%; animation-duration: 10s; animation-delay: 2s; font-size: 1.4em; }
.snowflake:nth-child(4) { left: 35%; animation-duration: 14s; animation-delay: 0.5s; font-size: 1.6em; }
.snowflake:nth-child(5) { left: 45%; animation-duration: 9s; animation-delay: 3s; font-size: 1.3em; }
.snowflake:nth-child(6) { left: 55%; animation-duration: 11s; animation-delay: 1.5s; font-size: 1.7em; }
.snowflake:nth-child(7) { left: 65%; animation-duration: 13s; animation-delay: 2.5s; font-size: 1.5em; }
.snowflake:nth-child(8) { left: 75%; animation-duration: 8s; animation-delay: 4s; font-size: 1.2em; }
.snowflake:nth-child(9) { left: 85%; animation-duration: 10s; animation-delay: 0.8s; font-size: 1.9em; }
.snowflake:nth-child(10) { left: 92%; animation-duration: 15s; animation-delay: 2s; font-size: 1.4em; }
.snowflake:nth-child(11) { left: 8%; animation-duration: 11s; animation-delay: 3.5s; font-size: 1.6em; }
.snowflake:nth-child(12) { left: 50%; animation-duration: 9s; animation-delay: 1.2s; font-size: 1.3em; }

@keyframes snowfall {
    0% {
        transform: translateY(-20px) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0.3;
    }
}
.buttons-holder {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    max-width: 300px;
    margin: 0 auto;
}
.buttons-holder a {
    display: block;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif !important;
    padding: 10px;
    margin-bottom: 5px;
    border: 2px solid #fff;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    background: rgba(255,255,255,0.1);
}

.buttons-holder a:hover {
    background-color: #fff;
    color: #1a472a;
}
#gotomenu {
  background: #fff;
  color: #1a472a;
  border-color: #fff;
}
.goleft {
    left: -150% !important;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
}
.gotohome {
    position: fixed;
    width: 32px;
    left: 100px;
    top: 38px;
}
.gotohome img {
    width: 100%;
}
.working, .about {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1a472a 0%, #2d5a3d 25%, #c41e3a 75%, #8b0000 100%);
    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 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
}
.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: 180px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.about-inner p {
    font-family: Kalameh;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    direction: rtl;
}
.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: #fff;
}
.working-clock svg {
    fill: #fff;
}
.hide {
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
}
.show {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.price-item-container .price-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

@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 {
		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: 40px;
    }
    .main-page::before {
        width: 150px;
        height: 240px;
    }
    .main-page::after {
        width: 140px;
        height: 240px;
    }
	.my-rotate::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		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: #262626;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        outline: none;
        letter-spacing: 5px;
        height: 37px !important;
        line-height: 35px;
        overflow: hidden !important;
        width: auto !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 99;
		width: auto;
    }
    .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: 90%;
		background-color: rgba(255, 255, 255, 0.96);
		overflow-y: scroll;
	}
	.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: 130px;
        margin: 5px auto;
            margin-top: 5px;
        display: inline-block;
        margin-top: 12px;
	}
	.full-menu h2.show-full a {
        letter-spacing: 1.5px;
        top:170px !important;
	}
    .full-menu h2.show-full.my-rotate a{
        top:20px !important;
    }

	.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;
		max-height: 200px;
		min-height: auto;
		padding-bottom: 30px;
	}
	.inner-item > p {
		font-size: 16px;
        width: calc(100% - 135px);
        float: right;
        max-height: 45px;
        overflow: hidden;
	}
	.description p {
		font-size: 12px;
        width: 100%;
        max-height: none;
        overflow: unset;
		margin: 32px 0;
		line-height: 20px;
		word-wrap: break-word;
	}
	.show-over2 {
		background-color: rgba(190, 190, 190, 0.94);
	}
	.inner-item > h4 {
		font-size: 15px;
		line-height: 25px;
		margin-top: 0;
		overflow: hidden;
		max-height: 25px;
		margin-bottom: 0;
		font-weight: 500;
	}	
	.about-inner {
      width: 80%;
    }
}
@media (max-width:420px) {
	.description img {
		width: auto;
        max-height: 270px;
        margin: 0 auto;
        max-width: 100%;
	}
	.logo-holder-main {
        width: 130px;
	}
	.about-inner {
        width: 100%;
        padding: 15px;
    }
	.working-clock {
        min-width: 95%;
    }
	.working-clock h2 {
        font-size: 24px;
    }
    .main-page::before {
        width: 90px;
        height: 150px;
    }
	.buttons-holder {
        max-width: 280px;
    }
    .main-page::after {
        width: 80px;
        height: 150px;
    }
	.show-full a {
		width: 300px;
    }
}
