.slide-up {
	opacity: 0;
	transform: translateY(50px);
}

.hero-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	background-color: #00000085;
	z-index: 0;
}

.jalabi-hero-slider {
	width: 100%;
	height: 100vh;
}

.hero-slide {
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	font-family: "Inter";
}

.hero-content {
	max-width: 1020px;
	padding: 0 40px;
	color: #fff;
	margin: auto;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.slide-up {
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.8s ease;
}

.swiper-slide-active .slide-up {
	opacity: 1;
	transform: translateY(0);
}

.hero-badge {
	border-radius: 99px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background: rgba(255, 255, 255, 0.19);
	color: #fff;
	margin-bottom: 16px;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
}
@media (min-width: 768px) {
	.hero-badge {
		font-size: 16px;
		padding-top: 8px;
		padding-right: 24px;
		padding-bottom: 8px;
		padding-left: 24px;
	}
}

.hero-title {
	font-weight: 600;
	font-size: 62px;
	line-height: 68px;
	letter-spacing: -2%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.hero-buttons.slide-up {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-direction: column;
}
@media (min-width: 768px) {
	.hero-buttons.slide-up {
		flex-direction: row;
	}
}

.hero-subtitle {
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 30px !important;
	max-width: 625px;
	margin: 0 auto;
}
.btn-whatsapp {
	padding: 14px 24px;
	font-weight: 400;
	display: flex;
	gap: 12px;
	color: #fff !important;
	background-color: rgba(25, 25, 25, 1) !important;
}

/* ------------------------ navigation button style -------------------- */
.jalabi-hero-slider .swiper-button-prev,
.jalabi-hero-slider .swiper-button-next {
	background: rgba(255, 255, 255, 0.555);
	backdrop-filter: blur(12);
	width: 32px;
	height: 80px;
	padding: 4px;
	transition: all 0.2s ease;
	color: #fff;
}
.jalabi-hero-slider .swiper-button-next {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	right: 0;
}
.jalabi-hero-slider .swiper-button-prev {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	left: 0;
}
.jalabi-hero-slider .swiper-button-next:hover,
.jalabi-hero-slider .swiper-button-prev:hover {
	background-color: rgba(34, 49, 116, 1);
}
.jalabi-hero-slider .swiper-button-prev::after,
.jalabi-hero-slider .swiper-button-next::after {
	display: none;
}
/* 
.jalabi-hero-slider .swiper-button-prev {
	left: 40px;
}

.jalabi-hero-slider .swiper-button-next {
	right: 40px;
} */
.entry-content-wrap {
	padding: 0 !important;
}
