/*------------------------*/
.logo {
  width: 160px;
  margin-top: -25px;
}


.lh-sm {
    line-height: 0.8 !important;
}
/*------------------------*/
.color-1{
  color: #930008 !important;
}
.color-2{
  color: #820d0f  !important;
}
.color-3{
  color: #fffaf0  !important;
}

.bg-color-1{
  background-color: #930008 !important;
}

.text-shadow-white{
  text-shadow: 1px 1px 1px #fff;
}

.bg-light {
  background-color: #FFF;
}
h1, h2, h3, h4 {
  color: #820d0f;
}


.btn-lang{
  background-color: #930008;
  border: none;
  padding: 10px 20px;
  color: #FFF;
}


img{
  border: 1px solid rgba(255,255,255,0.5);
}
.logo__img-secondary , .has-aspect-ratio > img, .has-aspect-ratio > video{
  border:none;
}

.en{
  direction: ltr !important;
  display: block;
}

/*------------------------*/
.pattren{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    background-size: 10pc ;
    background-image:  repeating-linear-gradient(to right, #0c0c0c, #0c0c0c 0.7px, #000 0.7px, #000);

}

.food-items .has-aspect-ratio{
  max-height: 470px;
}
/*------------------------*/
.item-title{
  text-transform: capitalize;
}
/*------------------------*/
.menu-01 .infinite-list__image-wrapper > span{
  margin: 20px 5px;
  font-size: large;
  background-color: rgba(148, 180, 106, 0.8);
  padding: 10px;
}
.menu-01 .infinite-list__heading{

  font-size: xx-large;
}
.menu-01 .categories small {

}
.menu-01 .categories .subheading {
  text-transform: none;
}
/*------------------------*/
.menu_3 .infinite-list__heading{
  line-height: 0.8;
}

/*------------------------*/
.categories li:not(:last-child):after {
    content: "";
}
/*------------------------*/
.categories-btn{
  z-index: 100;
}

/*------------------------*/
.infinite-list__item-heading {
  line-height: 1.5;
}
/*------------------------*/
@media screen and (max-width: 600px) {
	.logo {
	  width: 90px;
	  margin-top: 0;
	}
}

/*----------*/
.header__bar_scrolling-down{
  background-color: #3d0c02 !important;
}
.opened .bg-gray-1{
  background-color: transparent !important;
}
.opened .header__label-burger , .opened .header__burger-wrapper-lines{
  color:  #3d0c02 !important;
}


.menu-overlay > li > a {
  padding: 0.5rem 0;
}
@media screen and (min-width: 600px) {
  .menu-overlay {
    padding-top: 3pc;
  }
  .overlay-menu-item {
    font-size: 4rem;
  }

}
/*-----------------------------------*/
.menu-section .item-section{

}
.menu-section .item-section .item-info{
  background: rgb(147,0,8);
  background: linear-gradient(180deg, rgba(147,0,8,0) 0%, rgba(255,250,240,1) 50%);

  line-height: 1;
  padding: 10px 20px;;
}
.menu-section .item-section .item-info .item-title{
  text-transform: capitalize;
  margin: 0;
  text-shadow: -1px -1px 0px #fffaf0;
}
.menu-section .item-section .item-info .item-price{

}
.menu-section .item-section  img{
  z-index: -1;
}

@media (max-width: 767px) {
  .menu-section .d-flex {
    flex-direction: column-reverse !important;
  }
}


/*-----------------------------------*/
.iframe_widget{
  min-height: 800px;
  padding-top: 3pc;
}
.restaurant-cover {
  display: none !important;
}
/*-----------------------------------*/
/*
.menu-section-4  .border{
  border-color: #930008 !important;
}
*/
/*
.items_patterns{
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
*/
.items_patterns {
  position: absolute;
  bottom: 30px;
  left: -30px;
  z-index: -1;
  width: 100%;
  transform: rotate(-7deg);
}
.has-aspect-ratio > img{
  padding: 20px;
}

.menu-section-4 .item-contents > small {
  font-size: small;
  font-weight: normal;
}

.menu-section-4 .parallax__caption{
  min-height: 10pc;
  margin-top: 1rem;
}


@media (max-width: 767px) {
  .menu-section-4 .parallax__caption{
    min-height: 0;
    padding: 0 40px;
    margin-top: 0;

  }
}
/*-----------------------------------*/
.menu-section-2  .item-info-2{
  line-height: 1;
  padding: 0;
  margin-top: -80px;

}
/*
.menu-section-2 .item-price{
  position: absolute;
  top: 0;
}*/


.menu-section-2 .item-image{
  position: relative;
}
.menu-section-2 .item-image .item-price {
  position: absolute;
  top: 20%;
  left: 0;
  background-color: rgba(255,255,255,0.8);
  padding: 0 10px;
  font-weight: bold;
  z-index: 5;
}


.menu-section-2 .item-section .item-info-2 .item-title{
  text-transform: capitalize;
  margin-bottom: 0;
  text-shadow: -1px -1px 0px #fffaf0;
  z-index: 5;
}
.menu-section-2 .item-info-2 h5{
  margin:  0;
}

@media (max-width: 767px) {
  .visible-sm-block {
    display: none;
  }
  .menu-section-2  .item-info-2{
    margin-top: -50px;
  }
}
/*-----------------------------------*/
.categories-btn-2 {
  position: absolute;
  bottom: 10%;
  left: 45%;
  z-index: 5000;
}

/*Dialog Styles*/
dialog {
	padding: 1rem 3rem;
	background: white;
	max-width: 400px;
	padding-top: 2rem;
	border-radius: 20px;
	border: 0;
	box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
	animation: fadeIn 1s ease both;
	&::backdrop {
		animation: fadeIn 1s ease both;
		background: rgb(255 255 255 / 40%);
		z-index: 2;
		backdrop-filter: blur(20px);
	}
	.x {
		filter: grayscale(1);
		border: none;
		background: none;
		position: absolute;
		top: 15px;
		right: 10px;
		transition: ease filter, transform 0.3s;
		cursor: pointer;
		transform-origin: center;
		&:hover {
			filter: grayscale(0);
			transform: scale(1.1);
		}
	}
	h2 {
		font-weight: 600;
		font-size: 2rem;
		padding-bottom: 1rem;
	}
	p {
		font-size: 1rem;
		line-height: 1.3rem;
		padding: 0.5rem 0;
		a {
			&:visited {
				color: rgb(var(--vs-primary));
			}
		}
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
