/*
* Shortcode Swiper
*/
.dw-shortcode-swiper {
	position: relative;
	padding-bottom: 35px !important;
}

.dw-shortcode-swiper::before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(to left, transparent 10%, #422f2f 50%,transparent 10%),
	linear-gradient(to right, transparent 10%,#422f2f 50%,transparent 10%);
}

.dw-shortcode-swiper::after {
	content: "";
	width: 70%;
	height: 70%;
	position: absolute;
	bottom: -100px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(38, 19, 19,0.9);
	filter: blur(80px);
	z-index: -1;
	border-radius: 100%;
}

.dw-shortcode-swiper .swiper-slide {
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 24px;
}

.dw-shortcode-swiper .swiper-slide::before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(to left, transparent 10%,#383232 50%,transparent 10%),
	linear-gradient(to right, transparent 10%,#383232 50%,transparent 10%);
}

.dw-shortcode-swiper .swiper-slide:nth-child(2)::before,
.dw-shortcode-swiper .swiper-slide:nth-child(2)::after {
	display: none;
}

.dw-shortcode-swiper .swiper-slide::after {
	content: "";
	width: 100%;
	height: 70%;
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(24, 17, 17,0.8);
	filter: blur(30px);
	z-index: -1;
	border-radius: 100%;
}

.dw-shortcode-swiper .dw-shortcode-slide__link {
	display: inline-block;
	width: 100%;
}

.dw-shortcode-swiper .dw-shortcode-slide__media {
	margin: 0 0 12px;
}

.dw-shortcode-swiper .dw-shortcode-slide__image {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.dw-shortcode-swiper .dw-shortcode-slide__title {
	margin: 0 0 8px;
}

.dw-shortcode-swiper .dw-shortcode-slide__text {
	margin: 0;
}

.dw-shortcode-swiper .swiper-button-next,
.dw-shortcode-swiper .swiper-button-prev,
.dw-shortcode-swiper .swiper-pagination {
	display: none;
}

.dw-shortcode-slide img {
	margin-bottom: 24px;
}

.dw-shortcode-slide h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}

.dw-shortcode-slide p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0 40px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #fff;
	font-size: 18px !important;
}

@media (max-width: 991px) {
	.dw-shortcode-slide p {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.dw-shortcode-swiper .swiper-button-next,
	.dw-shortcode-swiper .swiper-button-prev {
		display: flex;
	}

	.dw-shortcode-swiper .swiper-pagination {
		display: block;
		bottom: 0 !important;
	}

	.dw-shortcode-swiper::before,
	.dw-shortcode-swiper::after {
		display: none;
	}

	.dw-shortcode-swiper .swiper-slide:nth-child(2)::before,
	.dw-shortcode-swiper .swiper-slide:nth-child(2)::after {
		display: block;
	}

	.dw-shortcode-swiper .swiper-slide .custom-slide {
		padding-bottom: 15px;
	}

	.dw-shortcode-swiper .swiper-slide .custom-slide::before {
		content: "";
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background: linear-gradient(to left, transparent 10%, #422f2f 50%,transparent 10%),
		linear-gradient(to right, transparent 10%,#422f2f 50%,transparent 10%);
	}

	.dw-shortcode-swiper .swiper-slide .custom-slide::after {
		content: "";
		width: 70%;
		height: 70%;
		position: absolute;
		bottom: -100px;
		left: 50%;
		transform: translateX(-50%);
		background: rgba(38, 19, 19,0.9);
		filter: blur(80px);
		z-index: -1;
		border-radius: 100%;
	}

	.dw-shortcode-swiper .swiper-pagination-bullet {
		background: rgba(217, 217, 217, 1);
	}

	.dw-shortcode-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #fff;
	}
	
	.dw-shortcode-slide p {
		padding: 0;
	}
}
