.exp-heading {
	max-width: 830px;
}

.exp-bg {
	position: absolute;
	right: 0;
	top: 30%;
}

.exp-card {
	max-height: 530px;
	width: 100%;
	height: 100%;
	padding: 1.5rem;
	border: 0.5px solid var(--bs-accent-three);
	transition: box-shadow 0.2s ease;
	background-color: var(--bs-light);
}

.exp-card:hover {
	box-shadow: 2px 8px 20px 0px rgba(110, 69, 37, 0.2);
	border: 1px solid var(--bs-accent-one);
}

.exp-card--head {
	height: 250px;
}

.play-btn {
	width: 56px;
	height: 56px;
}

.exp-card--head img:not(.play-btn) {
	height: 250px;
	width: 100%;
	object-fit: cover;
}

.exp-text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.exp-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.swiper {
	width: 100%;
}

.modal-close {
	position: absolute;
	right: -1rem;
	top: -1rem;
}

.bg-overlay {
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.6) 0%,
		rgba(0, 0, 0, 0.6) 100%
	);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 905px) {
	.exp-card {
		min-width: 290px;
		width: auto;
		min-height: 450px;
		height: auto;
		padding: 1.5rem;
		border: 0.5px solid var(--bs-accent-three);
	}

	.exp-card--head {
		height: 200px;
	}

	.exp-card--head img:not(.play-btn) {
		height: 200px;
	}
}

@media screen and (max-width: 600px) {
	.exp-bg {
		width: 200px;
		top: 50%;
		right: -5%;
	}
}

@media screen and (min-width: 905px) {
	.video-modal {
		max-width: 800px !important;
	}
}
