.elementor-widget-starlight-hero {
	width: 100%;
	max-width: none;
}

.starlight-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100vw;
	max-width: 100vw;
	height: 100vh;
	min-height: 100vh;
	margin-inline: calc(50% - 50vw);
	align-items: center;
	justify-content: center;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #1a1a1a;
	isolation: isolate;
}

.starlight-hero__background,
.starlight-hero__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.starlight-hero__background {
	z-index: 0;
}

.starlight-hero__background-image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover;
	object-position: center center;
}

.starlight-hero__overlay {
	z-index: 1;
	background-color: #000;
	opacity: 0.31;
}

.starlight-hero__content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.starlight-hero__logo {
	display: block;
	margin: 0 0 30px;
	line-height: 0;
}

.starlight-hero__logo img {
	display: inline-block;
	width: 180px;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.starlight-hero__title {
	margin: 0 0 25px;
	padding: 0;
	color: #dcccac;
	font-family: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	font-size: 5rem;
	font-weight: 600;
	line-height: 1;
	text-shadow: 0 0 10px rgb(0 0 0 / 30%);
	overflow-wrap: anywhere;
}

.starlight-hero__subtitle {
	margin: 0;
	padding: 0;
	color: #dcccac;
	font-family: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1;
	overflow-wrap: anywhere;
}

@media (max-width: 767px) {
	.starlight-hero__logo {
		margin-bottom: 25px;
	}

	.starlight-hero__logo img {
		width: 120px;
	}

	.starlight-hero__title {
		font-size: 3rem;
	}

	.starlight-hero__subtitle {
		font-size: 1.8rem;
	}
}
