.nav-home.nav-home-land {
	background: #E0E0E1;
}

.swiper-container.swpr {
	width: 100% !important;
	height: calc(100vh - 140px) !important;
	margin: 0 auto;
}

.swiper-slide a {
	text-decoration: none;
	color: black;
}

.swiper-slide button {
	font-size: 12px !important;
	color: black !important;
	border-color: #BAC62A;
	margin-left: -15px !important;
}

.swiper-slide button:hover {
	border-color: #BAC62A;
	background-color: #BAC62A;
}

.landing-text h4 {
	font-size: 20px;
	font-weight: 600;
	color: black;
}

.landing-text p {
	font-size: 14px;
}

.landing-scroll {
	font-size: 13px;
}

.landing-scroll p {
	margin-bottom: 7px !important;
}

.swiper-slide.swiper-double.swiper-slide-active .landing-right {
	animation: come-out 1.5s ease-in forwards;
	position: absolute;
}

@keyframes come-out {
	0% {
		bottom: -100%
	}

	75% {
		top: 100%
	}

	100% {
		top: 50%
	}
}

@media (min-width: 992px) {

	.swiper-container.swpr {
		width: 100% !important;
		height: calc(100vh - 160px) !important;
	}

	.swiper-slide.swiper-double.swiper-slide-active .landing-left {
		position: absolute;
		animation: come-in 1.5s ease-out forwards;
	}

	@keyframes come-in {
		0% {
			bottom: -90%;
			left: 0%
		}

		75% {
			top: 100%;
			left: 0%
		}

		100% {
			top: 0%;
			left: 0%
		}
	}


	.swiper-slide.swiper-double.swiper-slide-active .landing-right {
		animation: come-out 2s ease-in forwards;
		position: absolute;
	}

	@keyframes come-out {
		0% {
			bottom: -100%;
			left: 50%
		}

		75% {
			top: 100%;
			left: 50%
		}

		100% {
			top: 0%;
			left: 50%
		}
	}

	.landing-text h4 {
		font-size: 22px;
		font-weight: 600;
		color: black;
	}

	.landing-text p {
		font-size: 16px;
	}

}

@media (min-width: 768px) and (max-width: 991.98px) {
	.swiper-container.swpr {
		width: 100% !important;
		height: calc(100vh - 180px) !important;
	}

	.swiper-slide.swiper-double.swiper-slide-active .landing-left {
		position: absolute;
		animation: come-in 1.5s ease-out forwards;
	}

	@keyframes come-in {
		0% {
			bottom: -90%;
			left: 0%
		}

		75% {
			top: 100%;
			left: 0%
		}

		100% {
			top: 0%;
			left: 0%
		}
	}


	.swiper-slide.swiper-double.swiper-slide-active .landing-right {
		animation: come-out 2s ease-in forwards;
		position: absolute;
	}

	@keyframes come-out {
		0% {
			bottom: -100%;
			left: 50%
		}

		75% {
			top: 100%;
			left: 50%
		}

		100% {
			top: 0%;
			left: 50%
		}
	}

	.landing-text h4 {
		font-size: 18px;
		font-weight: 600;
		color: black;
	}

	.landing-text p {
		font-size: 12px;
	}

}

@media (min-width: 576px) and (max-width: 767.98px) {
	.swiper-container.swpr {
		width: 100% !important;
		height: calc(100vh - 180px) !important;
	}

	.swiper-slide.swiper-double.swiper-slide-active .landing-left {
		position: absolute;
		animation: come-in 1.5s ease-out forwards;
	}

	@keyframes come-in {
		0% {
			bottom: -90%;
			left: 0%
		}

		75% {
			top: 100%;
			left: 0%
		}

		100% {
			top: 0%;
			left: 0%
		}
	}


	.swiper-slide.swiper-double.swiper-slide-active .landing-right {
		animation: come-out 2s ease-in forwards;
		position: absolute;
	}

	@keyframes come-out {
		0% {
			bottom: -100%;
			left: 50%
		}

		75% {
			top: 100%;
			left: 50%
		}

		100% {
			top: 0%;
			left: 50%
		}
	}

	.landing-text h4 {
		font-size: 20px;
		font-weight: 600;
		color: black;
	}

	.landing-text p {
		font-size: 15px;
	}

}
