.elementor-widget-hero_section {
	position: relative;
	overflow: hidden;
}

.hero-bg-slider {
	position: absolute;
	overflow: hidden;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hero-bg-slider .bg-item {
	position: relative;
	overflow: hidden;
	background-color: var(--hero-bg-color, #000);
}

.hero-bg {
	position: absolute;
	/* overflow: hidden; */
	inset: 0;
	width: 100%;
}

.hero-bg::before,
.hero-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

@media (max-width: 767px) {
	.hero-bg::before {
		display: none;
	}
}

.hero-bg img {
	position: absolute;
	z-index: 0;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1s linear;
}

.hero-bg-slider .hero-bg img {
	transform: scale(1.2);
	transition-delay: 0.8s;
}

.hero-bg-slider .swiper-slide.swiper-slide-active .hero-bg img {
	will-change: transform;
	transition-duration: 7.5s;
	transition-delay: 0s;
}

@media (min-width: 1024px) {
	.hero-bg-slider .swiper-slide.swiper-slide-active .hero-bg img {
		transition-duration: 8s;
	}
}

.hero-bg-slider .swiper-slide.swiper-slide-fully-visible .hero-bg img {
	transform: scale(1);
}

.hero-bg-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n + 2) {
	opacity: 0;
}

/* --------------------------------------------------------------------- */

.bg-item.is-layout_1 .hero-bg {
	left: auto;
}
@media (min-width: 1280px) {
	.bg-item.is-layout_1 .hero-bg {
		width: 80%;
	}
}

@media (min-width: 1024px) {
	.bg-item.is-layout_1 .hero-bg img {
		object-position: center;
	}
}

.hero-bg-slider .bg-item.is-layout_1 .hero-bg::before {
	right: auto;
	width: 50%;
	background: linear-gradient(270deg, #00000000 0%, var(--hero-bg-color, #000) 77.76%);
	transform: translateX(-2px);
}

@media (min-width: 1024px) {
	.hero-bg-slider .bg-item.is-layout_1 .hero-bg::after {
		z-index: 2;
		background-color: var(--hero-bg-color, #000);
		width: 50vw;
		right: calc(100% - 24px);
		left: auto;
	}
} /* @media */

/* --------------------------------------------------------------------- */

.bg-item.is-layout_2 .hero-bg {
	right: auto;
}
@media (min-width: 1280px) {
	.bg-item.is-layout_2 .hero-bg {
		width: 80%;
	}
}

@media (min-width: 1024px) {
	.bg-item.is-layout_2 .hero-bg img {
		object-position: center;
	}
}

.hero-bg-slider .bg-item.is-layout_2 .hero-bg::before {
	width: 50%;
	background: linear-gradient(270deg, #00000000 0%, var(--hero-bg-color, #000) 77.76%);
}
@media (min-width: 1024px) {
	.hero-bg-slider .bg-item.is-layout_2 .hero-bg::before {
		left: auto;
		background: linear-gradient(90deg, #00000000 0%, var(--hero-bg-color, #000) 77.76%);
		transform: translateX(2px);
	}

	.hero-bg-slider .bg-item.is-layout_2 .hero-bg::after {
		z-index: 2;
		background-color: var(--hero-bg-color, #000);
		width: 50vw;
		left: calc(100% - 24px);
		right: auto;
	}
} /* @media */

/* --------------------------------------------------------------------- */

.bg-item.is-layout_3 .hero-bg::after {
	background-color: var(--hero-bg-color, #00000033);
}

/* --------------------------------------------------------------------- */

.hero-slider {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	padding-block: 130px 64px;
}

@media (min-width: 768px) {
	.hero-slider {
		padding-block: 140px 100px;
	}
}

.hero-slider .swiper-slide:not(.swiper-slide-fully-visible) [data-sal='slide-up'].sal-animate {
	opacity: 0;
	transform: translateY(20%);
}

.hero-slider .swiper-slide:not(.swiper-slide-fully-visible) [data-sal='zoom-in'].sal-animate {
	opacity: 0;
	transform: scale(0.5);
}

.hero-slider .hero-items {
	z-index: 2;
}

.hero-slider .hero-item {
	overflow: visible;
	display: flex;
	flex-direction: column;
	padding-inline: var(--section-padding-inline);
	height: auto;
}

.hero-item > .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.is-multiple .hero-item > .container {
	padding-bottom: 32px;
}

@media (min-width: 768px) {
	.is-multiple .hero-item > .container {
		padding-bottom: 40px;
	}
}

@media (min-width: 1440px) {
	.is-multiple .hero-item > .container {
		padding-bottom: 64px;
	}
}

.hero-slider .item-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

@media (min-width: 1024px) {
	.hero-slider .item-content {
		flex-direction: row;
		align-items: center;
	}
}

.hero-slider .slide-logo {
	order: 0;
	flex-basis: 24%;
	align-self: start;
	width: 42vw;
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.hero-slider .slide-logo {
		width: 30vw;
		margin-bottom: 40px;
	}
}
@media (min-width: 1024px) {
	.hero-slider .slide-logo {
		max-width: 270px;
		width: auto;
	}
}

.hero-slider .slide-logo img {
	display: block;
}

.hero-slider:is(.swiper-initialized) .slide-logo img {
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scale(0.7);
	opacity: 0;
}

.hero-slider .swiper-slide:is(.swiper-slide-fully-visible) .slide-logo img {
	transition-delay: 0.2s;
	opacity: 1;
	transform: none;
}

.hero-slider .content-box {
	position: relative;
	flex-basis: 65%;
	will-change: transform;
}

.hero-slider.swiper-initialized .content-box {
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scale(0.9);
	opacity: 0;
}

.hero-slider .swiper-slide.swiper-slide-fully-visible .content-box {
	transition-duration: 0.7s, 0.5s;
	transition-delay: 0.2s;
	transform: none;
	opacity: 1;
}

.hero-slider .text-wrap {
	max-width: 940px;
}

.hero-slider .hero-heading {
	margin-bottom: 36px;
}
@media (min-width: 768px) {
	.hero-slider .hero-heading {
		margin-bottom: 42px;
	}
}

.hero-slider h1 {
	line-height: 0.9em;
}

@media (min-width: 1280px) {
	.hero-slider h1 {
		font-size: 120px;
	}
} /*@media*/

@media (min-width: 1680px) {
	.hero-slider h1 {
		font-size: 140px;
	}
} /*@media*/

@media (min-width: 1920px) {
	.hero-slider h1 {
		font-size: 180px;
	}
} /*@media*/

.hero-slider .hero-paragraph {
	max-width: 480px;
	font-size: 16px;
}

@media (min-width: 1440px) {
	.hero-slider .hero-paragraph {
		font-size: 18px;
	}
} /*@media*/

.hero-slider .hero-paragraph p {
	font-size: inherit;
}

.hero-slider .hero-buttons {
	display: flex;
	gap: 14px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 36px;
}
@media (min-width: 1440px) {
	.hero-slider .hero-buttons {
		margin-top: 42px;
	}
}

.hero-slider .play-button-container {
	position: absolute;
	z-index: 1;
	line-height: 0;
	display: flex;
	justify-content: end;
	text-align: right;
	right: 0;
	bottom: 0;
	transform: translateY(95%);
}

.hero-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n + 2) {
	opacity: 0;
}

.hero-items:not(.is-multiple) .play-button-container {
	padding-top: 48px;
}
@media (max-width: 768px) {
	.hero-items:not(.is-multiple) .play-button-container {
		right: auto;
	}
}

.hero-slider .play-button {
	display: block;
	color: var(--theme-color-3);
	transition: all 0.25s ease;
}

.hero-slider .play-button:focus-visible {
	outline: none;
}

.hero-slider .play-button:hover {
	color: var(--theme-color-1);
}

.hero-slider .play-button svg {
	will-change: transform;
	transition: transform 0.2s cubic-bezier(0.24, -0.26, 0.27, 1.55);
}

.hero-slider .play-button:hover svg {
	transform: scale3d(1.35, 1.35, 1.35);
}

.hero-slider .play-button:hover svg path {
	fill: currentColor;
}

.hero-slider .hero-bottom {
	position: relative;
	z-index: 1;
	padding-inline: var(--section-padding-inline);
	transform: translateY(50%);
}

.hero-slider .hero-bottom .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.hero-slider .swiper-pagination {
	position: relative;
	inset: auto;
	width: calc(100% - 40px);
}

/* --------------------------------------------------------------------- */

@media (min-width: 1024px) {
	.hero-item.is-layout_1 .slide-logo {
		order: 1;
		align-self: end;
		margin-bottom: 0;
	}
}

/* --------------------------------------------------------------------- */

@media (min-width: 1024px) {
	.hero-item.is-layout_2 .slide-logo {
		align-self: end;
		margin-bottom: 0;
	}

	.hero-item.is-layout_2 .content-box {
		display: flex;
		flex-direction: column;
		align-items: end;
		text-align: right;
	}

	.hero-item.is-layout_2 .content-box .text-wrap {
		display: flex;
		flex-direction: column;
		align-items: end;
	}
}

/* --------------------------------------------------------------------- */

.hero-item.is-layout_3 > .container {
	justify-content: end;
}

.hero-item.is-layout_3 .item-content {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 0;
}

.hero-item.is-layout_3 .slide-logo {
	display: none;
	order: 0;
	align-self: center;
}

.hero-item.is-layout_3 .text-wrap {
	max-width: none;
}

.hero-item.is-layout_3 .hero-heading {
	color: #fff;
}

.hero-item.is-layout_3 .hero-heading::first-line {
	color: var(--theme-color-1);
}

.hero-item.is-layout_3 .hero-paragraph {
	margin-inline: auto;
}

.hero-item.is-layout_3 .hero-buttons {
	justify-content: center;
}

/* --------------------------------------------------------------------- */

.hero-item.is-layout_4 .item-content {
	flex-direction: column;
	align-items: start;
}

.hero-item.is-layout_4 .content-box {
	max-width: 768px;
}

.hero-item.is-layout_4 .slide-logo {
	order: 0;
	align-self: start;
}

@media (min-width: 768px) {
	.hero-item.is-layout_4 .slide-logo {
		margin-bottom: 40px;
	}
}

.hero-item.is-layout_4 .text-wrap {
	background: #00000080;
	border-radius: 32px;
	border-bottom: 1px solid rgba(var(--theme-color-1-rgb), 0.3);
	padding: 36px;
}

.hero-item.is-layout_4:is(.swiper-slide-fully-visible) .text-wrap {
	transition: backdrop-filter 5s ease 0.8s;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.hero-item.is-layout_4 .hero-heading {
	margin-bottom: 24px;
	font-size: 48px;
}

.hero-item.is-layout_4 .hero-paragraph {
	max-width: none;
}

/* --------------------------------------------------------------------- */

.hero-item.is-layout_5 .item-content {
	flex-direction: column;
	align-items: center;
}

.hero-item.is-layout_5 .content-box {
	max-width: 768px;
}

.hero-item.is-layout_5 .slide-logo {
	order: 0;
	align-self: center;
}

@media (min-width: 768px) {
	.hero-item.is-layout_5 .slide-logo {
		margin-bottom: 40px;
	}
}

.hero-item.is-layout_5 .text-wrap {
	background: #00000080;
	border-radius: 32px;
	border-bottom: 1px solid rgba(var(--theme-color-1-rgb), 0.3);
	padding: 36px;
}

.hero-item.is-layout_5:is(.swiper-slide-fully-visible) .text-wrap {
	transition: backdrop-filter 5s ease 0.8s;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.hero-item.is-layout_5 .hero-heading {
	margin-bottom: 24px;
	font-size: 48px;
}

.hero-item.is-layout_5 .hero-paragraph {
	max-width: none;
}

.hero-item.is-layout_5 .hero-buttons {
	justify-content: center;
}
