/* body { */
  /* position: relative; */
  /* height: 100%; */
/* } */

/* body { */
  /* background: #eee; */
  /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
  /* font-size: 14px; */
  /* color: #000; */
  /* margin: 0; */
  /* padding: 0; */
/* } */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	min-height: 100svh;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero {
	width: 100%;
	height: 100vh;
	height: 100svh;
	overflow: hidden;
}

.hero .overlay {
	background: rgba( 0, 0, 0, 0.5);
}

.hero .z-1 {
	z-index: 1;
}

.bg-image {
	background-size: cover;
	background-position: center center;
}


/* .animated-h2, */
/* .animated-p { */
  /* opacity: 0; */
/* } */
/* .animate__animated { */
  /* opacity: 1 !important; */
/* } */
