.hp-slide {
	background-size: cover;
	background-position: center;
	height: 100vh;
	height: 100dvh;
	display: flex;
	justify-content: space-between;
	font-family: 'Futura';
}

.hp-slide-content-container {
	width: 50%;
	margin-left: auto;
	background-color: rgba(12, 22, 48, .95);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 600px;
	box-shadow: inset -12px 0 0 #E74D3D;
}

.mobile-image {
	display: none;
}

.hp-slide-content {
	width: 100%;
	padding: 64px;
	color: #fff;

}

.font-red {
	color: #E74D3D;
}

.title {
	font-size: 60px;
	line-height: 1.05;
	margin: 14px 0 24px;
}

.subtitle,
.pre-title {
	font-size: 24px;
	line-height: 1.25;
}

.button {
	background: #E74D3D;
	color: #fff;
	font-size: 20px;
	padding: 8px 32px;
	display: inline-block;
	border-radius: 32px;
	margin-top: 60px;
}

.hp-slider-control {
	color: #fff;
	position: absolute;
	bottom: 64px;
	right: 64px;
	font-size: 32px;
	display: flex;
	align-items: center;
	gap: 8px;
	z-index: 10;
}

.hp-slider-control .fa-solid {
	cursor: pointer;
	transition: .4s all;
}

.hp-slider-control .fa-solid:hover {
	opacity: 0.7;
}

.app-mockup {
	width: 35%;
	height: auto;
	position: absolute;
	left: 25%;
	transform: translate(-50%, -50%);
	top: 55%;
	max-width: 500px;
}

@media(max-width: 640px) {

	.app-mockup {
		width: auto;
		height: 38%;
    top: 34%;
		left: 50%;
		z-index: 3;
	}


	.hp-slide {
		flex-direction: column;
	}

	.mobile-image {
		display: block;
		height: 50%;
		position: relative;
		background-size: cover;
		background-position: center;
	}

	.mobile-image:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		display: block;
		background-color: #0C1630;
		opacity: 0.7;
	}

	.slide-app .mobile-image::after {
		display: none;
	}

	.hp-slide-content-container {
		width: 100%;
		height: 50%;
		min-width: 0;
		box-shadow: inset 0 12px 0 #E74D3D;
		background-color: rgba(12, 22, 48, 1);
		min-height: 340px;
	}

	.subtitle,
	.pre-title {
		font-size: 18px;
	}

	.title {
		font-size: 32px;
		margin-bottom: 8px;
	}

	.button {
		margin-top: 20px;
	}

	.hp-slide-content {
		padding: 48px 24px;
	}

	.hp-slider-control {
		right: unset;
    left: 16px;
    bottom: 52.5%;
    height: 32px;
	}



}

@media (max-width: 640px) and (max-height: 680px) {
	.hp-slider-control {
			bottom: 356px;
	}
}
