#slider-section {
	position:relative;
}

.swiper.swiper-hero {
		width: 100%;
		height: 100%;
		background: transparent url('../images/loading.gif') center no-repeat;
}

.swiper-hero .swiper-slide {
	min-height: 55vw;
	height: 750px;
	background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
	text-align: center;
	font-size: 20px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-button-prev, .swiper-button-next {
	color: white;
}
.swiper-hero .swiper-pagination {
	padding-bottom: 20px;
}
.swiper-hero .swiper-pagination-bullet{
	background-color: #e83e8c !important;
}
.swiper-pagination-bullet-active {
	background-color: #e83e8c;
}

.swiper-hero .swiper-slide-caption {
	max-width: 70vw;
	background-color: rgba(255,255,255,0.5);
	backdrop-filter: blur(5px);
	padding:1rem;
}

.swiper-slide h2 {
	font-size:50px;
	font-weight:550;
	line-height: 1.1;
	margin-right:auto;
	margin-left:auto;
	border:none !important;
}


.swiper-hero .swiper-slide p {
	margin-top: 30px;
	-letter-spacing: 3px;
    word-spacing: 5px;
    line-height: 1.1;
		white-space: pre-line;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -font-family: 'Open Sans', Arial, sans-serif;
    margin-right:auto;
    margin-left:auto;
    color: #222;
    font-weight: 500;
    font-size: 18px;
}
.swiper-hero .swiper-slide p a.btn-primary {
	display:block;
	margin-top: 20px;
	width: auto;
	max-width: 140px;
	margin-right:auto;
	margin-left:auto;
	border: 2px solid #eb5fa1;
	background: transparent;
	color: #eb5fa1;
	border-radius:2px;
	background-color: rgba(255,255,255,0.4);
}

@media (max-width: 750px) {
	.swiper-slide h2 {
		font-size:60px;
	}
}
@media (max-width: 500px) {
	.swiper.swiper-hero  {
		margin-top: -60px;
	}
	.swiper-slide-caption {
		max-width: 95vw;
	}
	.swiper-slide h2 {
		font-size:50px;
	}
	.swiper-hero .swiper-slide p {
		font-size: 18px;
		padding: 5px 10px !important;
		letter-spacing: 2px;
	}
	.swiper-slide h2:after {
		margin-top: 14px;
	}
	.swiper-slide h2:before {
		margin-bottom: 14px;
	}
	.swiper-slide-caption {
		padding-bottom: 10%;
	}
	.swiper-button-prev, .swiper-button-next {
		display: none;
	}
}


/* Testimony slider */

.testimony-swiper {
	padding-bottom: 15px;
	margin-top:10px;
	-padding-top:40px;
}

.testimony-swiper .swiper-wrapper {
	display: flex;
	align-items: stretch;
	height:100%;
}

.testimony-box {
	width: 100%;
	height:98%;
	overflow-y:hidden;
}

.testimony-swiper .swiper-pagination {
	margin-top: 20px;
}
.testimony-swiper .h3, .testimony-swiper .h3 a {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Gardenia', Arial Black, Arial, sans-serif;
	
}

.swiper-slide.card {
	padding: 20px 30px;
	background-color: #fff;
	user-select:none;
	border-radius: 24px;
}

.testimony-txt h3 a {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: rgb(17, 17, 17) !important;
}

.testimony-txt {
	color: #222;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
	position: relative;
	max-height: calc(100% - 30px);
}

.testimony-txt p {
	margin-bottom: 10px;
	margin-right: 1px;

}


@media (max-width: 520px) {
    .testimony-txt {
			
    }
}