.home .home-slider .slide {
	display: flex;
	align-items: center;
	height: 100vh;
	justify-content: flex-start;
}

.home .home-slider .slide1 {
	background: url(../img/slide5.jpg) left top no-repeat, url(../img/slide5.jpg);
}

.home .home-slider .slide1: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 .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;
}

.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%);
	}
}

@keyframes p {
	0% {
		opacity: 0;
		transform: translateX(50%);
	}

	100% {
		transform: translateX(0%);
	}
}

.home .home-slider .slide .content h3 {
	color: #357dac;
	font-size: 3rem;
	font-weight: 700;
	animation-name: h3;
	animation-duration: 10s;
}

.home .home-slider .slide .content3 h3 {
	color: #357dac;
	font-size: 3rem;
	font-weight: 700;
}


.home .home-slider .slide .content h1 {
	color: #fff;
	font-size: 8rem;
	animation-name: h1;
	animation-duration: 5s;
	animation-fill-mode: forwards;
}

.home .home-slider .slide .content img {
	height: 80px;
	width: 130px;
}

.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: 768px) {

	.home .home-slider .slide .content3 {
		text-align: center;
		padding-left: 0rem;
	}

	.home .home-slider .slide1 {
		background: url(../img/slide5.jpg) right 35% bottom 45% no-repeat;
	}

	.home .home-slider .slide2 {
		background: url(../img/slide6.jpg) right 35% bottom 45% no-repeat;
	}

	.home .home-slider .slide3 {
		background: url(../img/slide7.jpg) left 40% bottom 50% no-repeat;
	}

	/*slider media query*/
	.home .home-slider .slide {
		justify-content: center;
		height: 100vh;
	}

	.home .home-slider .slide .content {
		padding: 0;
	}

	.home .home-slider .slide .content h1 {
		font-size: 5rem;
	}
	
	.home .home-slider .slide .content img {
		height: 80px;
		width: 130px;
	}
	
}