

@media (max-width:500px){
	body{	background-image:url("images/Pngs/background-image.png"); 
	
		
		height: auto;
		width: 100%;
		
		
		transition: 0.3s ease;
	}.div-info h5 {
		color: #fff;
		background-repeat: no-repeat;
		background-size: auto;
		text-align: center;background-size: auto;
		font-family: myfont;

	}
	
}

@media (min-width:501px){
	body{	background-image:url("images/Links/bg.jpg") ; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin: 0;
		
		height: auto;
		width: 100%;
		
		transition: 0.3s ease;
	}
	.div-info h5 {
		color:#fff;
		text-align: center;
		font-family: myfont;
	}

}
html {
	font-size: 2px;/*scroll-behavior: smooth;*//*-webkit-scroll-behavior: smooth;*/
	height: 100%;
	scroll-behavior: smooth;
	font-family:myfont;
}
.div-info h5 {
	color: #fff;
	text-align: center;
}
.container-fluid {
	height: 100%;
}
[class*="col-"], .row, .container-fluid {
	padding: 0;
	margin: 0;
}
* {
	padding: 0;
	margin: 0;
}
 @font-face {
	font-family: myfont;
	font-style: bold;
	src: url(../bootstrap/fonts/Courier-New-Bold.ttf) format("truetype");
} html {
	font-family: myfont;
}
/* @font-face {
	font-family: 'berthold-regular';
	font-style: normal;
	src: url(../bootstrap/fonts/Courier-New-Bold.ttf) format("opentype");
}
@font-face {
	font-family: 'berthold-light';
	font-style: normal;
	src: url(../bootstrap/fonts/Courier-New-Bold.ttf) format("opentype");
}
@font-face {
	font-family: 'berthold-medium';
	font-style: normal;
	src: url(../bootstrap/fonts/Berthold_Condensed.otf) format("opentype");
} */
/* img.logo {
	display: block;
	width: 150px;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
} */
.menu-box {
	position: relative;
	width: 100%;
	display: block;
	margin: 5% 0 0 0;

}

 .over-logo {
	margin-left: 10px;
	margin-top: 18px;
}

.menu-item-box {
	width: 54%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 5px;
	
	
	position: relative;
}
.menu-item {
	width: 20%;
	position: relative;
	display: inline-block;
}
.menu-item img {
	width: 100%;
	display: block;
	transition: 0.2s ease;
		border-radius: 5px;
	-webkit-transition: 0.2s ease;
	background: url(../images/icons/loader_1.gif) no-repeat center center;
}
.menu-item p {
	font-size: 11rem;
	letter-spacing: 2px;
	font-family:myfont;
	margin: 10px 0 10px 0;
	text-align: center;
	color: #ffd000
}
.menu-item img:hover {
	cursor: pointer;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
.slide-modal {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1007;
	background: rgba(0,0,0,0.9);
	animation-name: zoom;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	text-align: center;
}
@keyframes zoom {
 0% {
 transform: scale(0);
}
 100% {
 transform: scale(1);
}
}
@-webkit-keyframes zoom {
 0% {
 -webkit-transform: scale(0);
}
 100% {
 -webkit-transform: scale(1);
}
}
#loader-body{
	position: fixed;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.8);
}
.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 44px;
	height: 44px;
	margin: -24px 0 0 -24px;
	border: 4px solid #f3f3f3;
	border-radius: 50%;
	border-top: 4px solid #000;
	-webkit-animation: spin 0.3s linear infinite;
	animation: spin 1s linear infinite;
	
}
 @-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
 @keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.slide-modal .slide-body {
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
.slide-modal span.slide-title {
	display: block;
	width: 100%;
	position: absolute;
	color: #fff;
	text-align: left;
	z-index: 1008;
	padding-left: 30px;
	padding-top: 30px;

	letter-spacing: 2px;
	font-family: myfont;
	font-size: 14rem;
	text-shadow: 1px 1px 5px #000;
}
/* .slide-modal h1.slide-title {
	display: block;
	width: 100%;
	position: absolute;
	color: #fff;
	text-align: center;
	z-index: 1008;
	padding: 10px 0 8px 0;
	margin: 0;
	letter-spacing: 2px;
	font-family: myfont;
	font-size: 14rem;
	text-shadow: 1px 1px 5px #000;
} */
.slide-modal #close-slide{
	position: absolute;
	right: 30px;
	top: 10px;
	z-index: 1015;
	display: block;
}
.slide-modal #home-btn {
	position: absolute;
	bottom: 2%;
	left: 50%;
	margin-left: -16px;
	z-index: 1015;
	display: block;
}
.slide-modal #home-btn img{
	width: 32px;
}
.slide-modal i.fa {
	font-size: 12rem;
	color: #fff;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.slide-modal a:hover > i.fa {
	color: #989898
}
.carousel-box {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.carousel .carousel-inner{
	height: 100%;
	
}
.carousel-inner .item{
	height: 100%;
}
.carousel {
	position: relative;
	display: inline-block;
	height: 100%;
}
.arrow-box {
	position: absolute;
	display: block;
	bottom: 0%;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1010;
}
.carousel-control.left, .carousel-control.right {
	background-image: none !important;
	filter: none !important;
}
.arrow-box a.carousel-control {
	height: 100%;
	width: 40%;
	opacity: 1;
}
.arrow-box a.carousel-control > span {
	font-size: 10rem;
	padding: 5px 10px;
	line-height: 18px;
	opacity: 0;
}
.slide-item {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
}
.slide-item img.main-img {
	height: 100%;
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0 0 0 0;
	transition: 0.3s ease;
	object-fit: cover;
}
.slide-item .item-details-box {
	position: absolute;
	display: block;
	width: 50%;
	text-align: left;
	margin-left: -20px;

	bottom: 12%;
}
.slide-item .item-taste-box {
	position: relative;
	display: inline-block;
	width: auto;
	margin-bottom: 5px;

	padding-right: 10px;
	
}
.slide-item .item-details-box h1 {
	display: block;
	color: #ffd000;
	
	padding-left: 30px;
	background-color: black;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 5px #000;
	font-size: 18rem;
	letter-spacing: 1px;
	font-family: myfont;
}
.slide-item .item-details-box p {
	color: #fff;
	background-color: black;
	width: fit-content;
	display: block;
	position: relative;
	font-size: 8rem;
	text-align: left;
	line-height: 20px;
	letter-spacing: 2px;
	padding-left: 30px;
	text-shadow: 1px 1px 10px #000;
	font-family: myfont;
}
.item-details-box .item-taste-box p.taste {
	font-size: 9rem;
	display: inline-block;
	margin: 5px 0 0 5px;
	vertical-align: middle;
	text-shadow: 1px 1px 5px #000;
}
.item-details-box .item-taste-box img.item-icon {
	width: 20px;
	margin: 0;
	display: inline-block;
}
.slide-item .item-details-box p.price {
	font-size: 10rem;
	margin: 20px 0 0 0;
	text-shadow: 1px 1px 5px #000;
}
.carousel-indicators{
	bottom: 7%;
}
.carousel-indicators li{
	margin: 0 2px
}
@media (min-width: 769px) and (max-width: 1023px) {
.menu-box {
	margin: 20% 0 5% 0;
}
@font-face {
	font-family: myfont;
	font-style: bold;
	src: url(../bootstrap/fonts/Courier-New-Bold.ttf) format("truetype");
} 
.menu-header {
	padding: 0 0 40px 0;
}
html {
	font-family: myfont;
}
.menu-header p {
	font-size: 8rem;
	letter-spacing: 3px;
	margin: 0;
	line-height: 26px;
}
.menu-item-box {
	width: 70%;
	margin-top: 10px;
}
.menu-item {
	width: 20%;
	position: relative;
	display: inline-block;
}
.menu-item p {
	font-size: 7rem;
	letter-spacing: 3px;
	margin: 10px 0 10px 0;
	
}
.arrow-box a.carousel-control > span {
	font-size: 10rem;
	line-height: 20px;
}
.slide-modal h1.slide-title {
	padding: 7px 0 5px 0;
	margin: 0;
	font-size: 8rem;
	
	letter-spacing: 2px;
}
.slide-modal #close-slide {
	right: 30px;
	top: 20px;
}
.slide-modal i.fa {
	font-size: 10rem;
}
.slide-item .item-details-box {
	left: 5%;
	width: 80%;
}
.slide-item .item-taste-box {
	margin-bottom: 5px;

	padding-right: 10px;
}
.slide-item .item-details-box h1 {
	margin: 0 0 15px 0;
	font-size: 11rem;
	letter-spacing: 2px;
}
.slide-item .item-details-box p {
	font-size: 8rem;
	line-height: 22px;
	letter-spacing: 2px;
}
.item-details-box .item-taste-box p.taste {
	font-size: 8rem;
	margin: 5px 0 0 5px;
}
.item-details-box .item-taste-box img.item-icon {
	width: 16px;
}
.slide-item .item-details-box p.price {
	font-size: 11rem;
	margin: 20px 0 0 0;
}
.col-lg-6, .col-md-6, .col-sm-6 {
	width: 100% !important;
}
}

@media (min-width: 600px) and (max-width: 768px) {
.container {
	top: 24%;
} @font-face {
	font-family: myfont;
	font-style: bold;
	src: url(../bootstrap/fonts/Courier-New-Bold.ttf) format("truetype");
} html {
	font-family: myfont;
}

.menu-box {
	margin: 25% 0 5% 0;
}
.menu-item-box {
	width: 90%;
	margin-top: 10px;
}
.menu-item {
	width: 23%;
	position: relative;
	display: inline-block;
}
.menu-item p {
	font-size: 7rem;
	letter-spacing: 3px;
	margin: 10px 0 10px 0;
}
.arrow-box a.carousel-control > span {
	font-size: 9rem;
	line-height: 20px;
}
.slide-modal h1.slide-title {
	padding: 7px 0 5px 0;
	margin: 0;
	font-size: 8rem;
	color: #ffd000;
	letter-spacing: 2px;
	
}
.slide-modal #close-slide {
	right: 30px;
	top: 20px;
}
.slide-modal i.fa {
	font-size: 10rem;
}
.arrow-box {
	display: block;
}
.slide-item .item-details-box {
	left: 5%;
	width: 80%;
}
.slide-item .item-taste-box {
	margin-bottom: 5px;

	padding-right: 10px;
}
.slide-item .item-details-box h1 {
	margin: 0 0 15px 0;
	font-size: 11rem;
	letter-spacing: 2px;
}
.slide-item .item-details-box p {
	font-size: 8rem;
	line-height: 22px;
	letter-spacing: 2px;
}
.item-details-box .item-taste-box p.taste {
	font-size: 8rem;
	margin: 5px 0 0 5px;
}
.item-details-box .item-taste-box img.item-icon {
	width: 16px;
}
.slide-item .item-details-box p.price {
	font-size: 11rem;
	margin: 20px 0 0 0;
}
.col-lg-6, .col-md-6, .col-sm-6 {
	width: 100% !important;
}
}

@media (min-width: 320px) and (max-width: 768px) {
.slide-modal .slide-body {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
@font-face {
	font-family: myfont;
	font-style: bold;
	src: url(../bootstrap/fonts/Courier-New-Bold.ttf) format("truetype");
}html {
	font-family: myfont;
}
}
@media (min-width: 480px) and (max-width: 599px) {
.container {
	top: 24%;
}
@font-face {
	font-family: myfont;
	font-style: bold;
	src: url(../bootstrap/fonts/Courier-New-Bold.ttf) format("truetype");
}html {
	font-family: myfont;
}
.menu-box {
	margin: 25% 0 5% 0;
}
.menu-item-box {
	width: 90%;
	display: block;
	margin-top: 10px;
}
.menu-item {
	width: 45%;
	position: relative;
	display: inline-block;
}
.right {
	float: right;
}
.menu-item p {
	font-size: 7rem;
	letter-spacing: 3px;
	margin: 10px 0 10px 0;
}
.arrow-box a.carousel-control > span {
	font-size: 8rem;
	line-height: 20px;
}
.slide-modal h1.slide-title {
	padding: 7px 0 5px 0;
	margin: 0;
	font-size: 8rem;
	letter-spacing: 2px;
	color: #ffd000;
}
.slide-modal #close-slide {
	right: 30px;
	top: 20px;
}
.slide-modal i.fa {
	font-size: 10rem;
}
.arrow-box {
	display: block;
}
.slide-item .item-details-box {
	left: 5%;
	width: 80%;
}
.slide-item .item-taste-box {
	
	padding-bottom: 5px;
	padding-right: 10px;
}
.slide-item .item-details-box h1 {
	margin: 0 0 15px 0;
	font-size: 11rem;
	letter-spacing: 2px;
}
.slide-item .item-details-box p {
	font-size: 8rem;
	line-height: 22px;
	letter-spacing: 2px;
}
.item-details-box .item-taste-box p.taste {
	font-size: 8rem;
	margin: 5px 0 0 5px;
}
.item-details-box .item-taste-box img.item-icon {
	width: 16px;
}
.slide-item .item-details-box p.price {
	font-size: 11rem;
	margin: 20px 0 0 0;
}
.col-lg-6, .col-md-6, .col-sm-6 {
	width: 100% !important;
}
}

@media (min-width: 320px) and (max-width: 479px) {
	.container {
	top: 10%;
}

html {
	font-family: myfont;
}
@font-face {
	font-family: myfont;
	font-style: bold;
	src: url(../bootstrap/fonts/Courier-New-Bold.ttf) format("truetype");
}
.menu-box {
	margin-top: 30px;
}
.menu-item-box {
	width: 90%;
	display: block;
	margin-top: 10px;
}
.menu-item {
	width: 47%;
	position: relative;
	display: inline-block;
}
.right {
	float: right;
}
.menu-item p {
	font-size: 7rem;
	letter-spacing: 3px;
	margin: 10px 0 10px 0;
}
	
.arrow-box a.carousel-control > span {
	font-size: 10rem;
	line-height: 20px;
}
.slide-modal h1.slide-title {
	padding: 20px 0;
	margin: 0;
	font-size: 10rem;
	width: 100%;
	letter-spacing: 2px;
	color: #ffd000;
}
.slide-modal #close-slide {
	right: 20px;
	top: 20px;
}
.slide-modal i.fa {
	font-size: 10rem;
}
.arrow-box {
	display: inline-block;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
	.slide-item div.image{
		display: block;
		
	}
.slide-item .item-details-box {
	left: 5%;
	width: 75%;
}
.slide-item .item-taste-box {
	margin-bottom: 5px;

	padding-right: 10px;
}
.slide-item .item-details-box h1 {
	margin: 0 0 15px 0;
	font-size: 11rem;
	letter-spacing: 2px;
}
.slide-item .item-details-box p {
	font-size: 8rem;
	line-height: 22px;
	letter-spacing: 2px;
}
.item-details-box .item-taste-box p.taste {
	font-size: 8rem;
	margin: 5px 0 0 5px;
}
.item-details-box .item-taste-box img.item-icon {
	width: 16px;
}
.slide-item .item-details-box p.price {
	font-size: 11rem;
	margin: 20px 0 0 0;
}
.col-lg-6, .col-md-6, .col-sm-6 {
	width: 100% !important;
}



}