/*================================================
Restaurant Hero Slider Area Style
==================================================*/
.restaurant-hero-slider-area {
	position: relative;
	height: 100%;
	z-index: 1;
}
.restaurant-hero-slider-area .owl-item.active .restaurant-hero-slider-content {
	overflow: hidden;
}
.restaurant-hero-slider-area .owl-item.active .restaurant-hero-slider-content h1 {
	-webkit-animation: 1s fadeInLeft both;
	animation: 1s fadeInLeft both;
}
.restaurant-hero-slider-area .owl-item.active .restaurant-hero-slider-content h3 {
	-webkit-animation: 2s fadeInLeft both;
	animation: 2s fadeInLeft both;
}
.restaurant-hero-slider-area .owl-item.active .restaurant-hero-slider-content span {
	-webkit-animation: 3s fadeInLeft both;
	animation: 3s fadeInLeft both;
}
.restaurant-hero-slider-area .owl-item.active .restaurant-hero-slider-content .slider-btn {
	-webkit-animation: 3s fadeInLeft both;
	animation: 3s fadeInLeft both;
}
.restaurant-hero-slider-area .thumbs-wrap {
	max-width: 1200px;
	margin: auto;
	position: relative;
	z-index: 1;
}
.restaurant-hero-slider-area .thumbs-wrap .owl-thumbs {
	position: absolute;
	bottom: 0;
	left: 0;
}
.restaurant-hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
	display: inline-block;
	margin-right: 10px;
}
.restaurant-hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
	width: 30px;
	height: 8px;
	background-color: var(--mainColor);
	display: inline-block;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	border-radius: 4px;
}
.restaurant-hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
	background-color: var(--whiteColor);
	width: 80px;
}
.restaurant-hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
	background-color: var(--whiteColor);
}
.restaurant-hero-slider-area .shape.shape-1 {
	position: absolute;
	top: 50%;
	left: 250px;
	z-index: -1;
	-webkit-animation: movebounce 5s linear infinite;
	animation: movebounce 5s linear infinite;
}
.restaurant-hero-slider-area .shape.shape-2 {
	position: absolute;
	bottom: 100px;
	left: 400px;
	z-index: -1;
	-webkit-animation: movescale 5s linear infinite;
	animation: movescale 5s linear infinite;
}
.restaurant-hero-slider-item {
	height: 100%;
}
.restaurant-hero-slider-content {
	max-width: 585px;
	margin-left: auto;
}
.restaurant-hero-slider-content h1 {
	font-size: 60px;
	margin-bottom: 15px;
	font-weight: 900;
	color: var(--whiteColor);
	line-height: 1.4;
}
.restaurant-hero-slider-content h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: var(--whiteColor);
}
.restaurant-hero-slider-content span {
	color: var(--whiteColor);
	display: block;
	margin-bottom: 30px;
}
.restaurant-hero-slider {
	display: block;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .restaurant-hero-slider-content {
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: center;
	}
	.restaurant-hero-slider-content h1 {
		font-size: 35px;
	}
	.restaurant-hero-slider-area .thumbs-wrap {
		text-align: center;
	}
	.restaurant-hero-slider-area .thumbs-wrap .owl-thumbs {
		right: 0;
		bottom: 20px;
	}
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .restaurant-hero-slider-content {
		padding-top: 0;
		padding-bottom: 0;
	}
	.restaurant-hero-slider-content h1 {
		font-size: 34px;
	}
	.restaurant-hero-slider-area {
		padding-top: 50px;
	}
	.restaurant-hero-slider-area .container-fluid {
		max-width: 720px;
		margin: auto;
	}
	.restaurant-hero-slider-area .container-fluid .pr-0 {
		padding-right: 15px !important;
	}
	.restaurant-hero-slider-area .thumbs-wrap {
		text-align: center;
	}
	.restaurant-hero-slider-area .thumbs-wrap .owl-thumbs {
		right: 0;
		bottom: 20px;
	}
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .restaurant-hero-slider-content h1 {
		font-size: 45px;
	}
	.restaurant-hero-slider-area {
		padding-top: 100px;
	}
	.restaurant-hero-slider-area .container-fluid {
		max-width: 960px;
	}
	.restaurant-hero-slider-area .container-fluid pr-0 {
		padding-right: 15px !important;
	}
	.restaurant-hero-slider-area .thumbs-wrap .owl-thumbs {
		right: 0;
		left: 0;
		text-align: center;
		bottom: 20px;
	}
}

/* Min width 1550px */
@media only screen and (min-width: 1550px) {
    .restaurant-hero-slider-area .thumbs-wrap .owl-thumbs {
		bottom: 100px;
	}
	.restaurant-hero-slider-area .shape.shape-1 {
		left: 500px;
	}
	.restaurant-hero-slider-area .shape.shape-2 {
		left: 700px;
	}
}