.home .home-slider .slide {
	display: flex;
	align-items: center;
	height: 150vh;
	justify-content: flex-start;
	position: relative;
}

.home .home-slider .slide1 {
	background: url(../img/slide1.jpg) no-repeat;
	background-size: cover;
	background-color: #000000;
	width: auto;
    height: 607px;
	position: relative;
	overflow: hidden;

	/* add position relative */
}

.home .home-slider .slide1::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: black;
	opacity: 0.5;
}


.home .home-slider .slide1>* {
	position: relative;
	z-index: 1;
	/* Bring the images to the front */
}

.home .home-slider .slide2 {
	background: url(../img/slide6.jpg) left top no-repeat, url(../img/slide6.jpg);
}

.home .home-slider .slide2:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5327380952380952) 100%);
}

.home .home-slider .slide2>* {
	position: relative;
	z-index: 1;
	/* Bring the images to the front */
}


.home .home-slider .slide3 {
	background: url(../img/slide7.jpg) left top no-repeat, url(../img/slide7.jpg);
}

.home .home-slider .slide3:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5327380952380952) 100%);
}

.home .home-slider .slide3>* {
	position: relative;
	z-index: 1;
	/* Bring the images to the front */
}

.home .home-slider .slide1,
.home .home-slider .slide2,
.home .home-slider .slide3 {

	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.home .home-slider .slide .content {
	text-align: center;
	padding-left: 9rem;
}


.home .home-slider .slide .content3 {
	text-align: center;
	padding-left: 9rem;
}

@keyframes h3 {
	0% {
		opacity: 0;
		transform: translateX(30%);
	}

	100% {
		transform: translateX(0%);
	}
}

@keyframes h1 {
	0% {
		opacity: 0;
		transform: translateX(-30%);
	}

	100% {
		transform: translateX(0%);
	}
}


.home .home-slider .slide1 .content .slide_1_1 {
	height: 23rem;
	width: 18rem;
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 0px;
	top: 100px;
	animation: slide_1_1_animation 4s;
}

@keyframes slide_1_1_animation {
	from {
		left: -100px;
	}

	to {
		left: 10;
	}
}

.home .home-slider .slide1 .content .slide_1_2 {
	height: 20rem;
	width: 20rem;
	position: relative;
	bottom: 0px;
	top: -50px;
	left: 135px;
	animation: slide_1_2_animation 5s ease-in infinite alternate;
	/* animation-delay: 10s; */
}

@keyframes slide_1_2_animation {
	0% {
		top: -300px;
	}
	100% {
		top:-150px;
	}

}

.home .home-slider .slide1 .content .slogan {
	color: #fffefe;
	position: absolute;
	top: 150px;
	left: 500px;
	font-size: 1.8rem;
	width: 100;
	white-space: nowrap;
	overflow: hidden;
	/* border-right: 3px solid; */
	opacity: 1;
	font-size: 1.2em;
	/* animation: typing 5s steps(40, end); */
}


.home .home-slider .slide1 .content .slide_1_3 {
	height: 20rem;
	width: 20rem;
	position: absolute;
	bottom: 0px;
	top: 180px;
	right: 0px;
	left: 1000px;
	animation: slide_1_3_animation 5s ease-in infinite alternate;
	/* animation-delay: 10s; */
}

@keyframes slide_1_3_animation {
	0% {
		top: 450px;
	}

	100% {
		top: 300px;
	}

}

.home .home-slider .slide1 .content .slide_1_4 {
	height: 8rem;
	width: 30rem;
	position: fixed;
	top: 119px;
	right: 0;
}


.home .home-slider .slide .content3 h1 {
	color: #fff;
	font-size: 8rem;
}


.home .home-slider .slide .content p {
	color: #e6e7e7;
	font-size: 1.8rem;
	letter-spacing: 1px;
	padding: .5rem 0;
	line-height: 1.5;
	font-weight: 300;
	animation-name: p;
	animation-duration: 20s;
	animation-fill-mode: forwards;
}

.home .home-slider .slide .content3 p {
	color: #e6e7e7;
	font-size: 1.8rem;
	letter-spacing: 1px;
	padding: .5rem 0;
	line-height: 1.5;
	font-weight: 300;
}

.home .home-slider .slide .content .openingHours {
	color: #e6e7e7;
	font-size: 1.8rem;
	letter-spacing: 1px;
	padding: .5rem 0;
	line-height: 0.5;
	font-weight: 300;
	animation: none;
}

.button {
	margin-top: 1rem;
	display: inline-block;
	font-size: 2rem !important;
	border: .1rem solid rgba(205, 170, 124, 0.2);
	/* background: none !important; */
	color: white;
	cursor: pointer;
	padding: .8rem 3rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-decoration: none;
	border-radius: 5px;
	animation-name: colorChange;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes colorChange {
	from {
		background-color: none;
	}

	to {
		background-color: #357dac
	}
}


/* .button:before
{
	color: #357dac;
	content: '';
	width: 100%;
	height: 100%;
	background: #153043;
	z-index: -1;
	position: absolute;
	top: 0;
	left: -100%;
	transition: .8s;
	
} */
.button:hover.button:before {
	left: 0;
}

.swiper-pagination-bullet {
	background: var(--light-color) !important;
	width: 15px !important;
	height: 15px !important;
	border-radius: 0 !important;
}

/* @media (max-width: 1000px) and (min-width: 550px) {

	.home .home-slider .slide1 .content .slide_1_1 {
		height: 12rem;
		width: 10rem;
		bottom: 0;
		left: 0;
		top: 270px;
	}

	.home .home-slider .slide1 .content .slide_1_2 {
		left: 115px;
	}

	.home .home-slider .slide1 .content .slide_1_3 {
		left: 300px;
	}

	.home .home-slider .slide1 .content .slide_1_4 {
		height: 6rem;
		width: 20rem;
	}

	.home .home-slider .slide1 .content .slogan {
		height: 12rem;
		width: 10rem;
		bottom: 0;
		left: 0;
		top: 270px;
	}
} */

@media (max-width: 550px) and (min-width: 300px) {

	.home .home-slider .slide1 .content .slide_1_1 {
		height: 12rem;
		width: 10rem;
		bottom: 0;
		left: 0;
		top: 180px;

	}

	.home .home-slider .slide1 .content .slide_1_2 {
		left: -100px;
		height: 12rem;
		width: 11rem;
	}

	.home .home-slider .slide1 .content .slide_1_3 {
		left: 170px;
		height: 10rem;
		top: 140px;
		width: 11rem;
	}

	.home .home-slider .slide1 .content .slide_1_4 {
		height: 6rem;
		width: 20rem;
	}

	.home .home-slider .slide1 .content .slogan {
		font-size: 0.8rem;
		left: 12px;
		width: 350px;
		top: 94px;
	}
	@keyframes slide_1_2_animation {
		0% {
			top: -350px;
		}
		100% {
			top: -150px;
		}
	
	}
	@keyframes slide_1_3_animation {
		0% {
			top: 500px;
		}
	
		100% {
			top:250px;
		}
	
	}
}

@media (max-width: 300px) {

	.home .home-slider .slide .content3 {
		text-align: center;
		padding-left: 0rem;
	}

	.home .home-slider .slide1 .content .slide_1_1 {
		height: 10rem;
		width: 10rem;
		position: absolute;
		bottom: 0;
		top: 14px;
		left: 0;
		top: 0px;
	}

	.home .home-slider .slide1 .content .slide_1_2 {
		height: 35rem;
		width: 27rem;
		position: relative;
		bottom: 0px;
		top: 14px;
		right: 0px;
		left: -80px;
	}

	.home .home-slider .slide1 .content .slide_1_3 {
		height: 35rem;
		width: 27rem;
		position: relative;
		bottom: 0px;
		top: 14px;
		right: 0px;
		left: -80px;
	}

	.home .home-slider .slide1 .content .slide_1_4 {
		height: 8rem;
		width: 30rem;
	}
}