.hero-section {
	padding: 0;
	position: relative;
}

@media (min-width: 768px) {
	.hero-section {
		padding: 87px 0 0;
	}
}

.hero-section-bg {
	background: url('img/hero-bg.jpg') center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.hero-section-bg::before {
	content: '';
	background: url('img/hero-fade-mobile.png') left top repeat;
	height: 201px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.hero-section-bg::before {
		content: '';
		background: url('img/hero-fade.png') left top repeat;
		height: 194px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
}

.hero-section-bg::after {
	content: '';
	background: url('img/under-hero-bg-mobile.png') center bottom no-repeat;
	bottom: -1px;
	height: 232px;
	left: 0;
	position: absolute;
	width: 100%;
}

@media (min-width: 768px) {
	.hero-section-bg::after {
		background: url('img/under-hero-bg.png') center bottom no-repeat;
		bottom: -33px;
		height: 379px;
	}
}

.hero-section-go-to-next {
	bottom: 120px;
	display: none;
	left: calc(50% - 25px);
	position: absolute;
}

@media (min-width: 768px) {
	.hero-section-go-to-next {
		display: block;
	}
}

.hero-container {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 0 16px;
}

@media (min-width: 992px) {
	.hero-container {
		flex-direction: row;
		max-width: 1440px;
		padding: 0px 80px;
	}
}

.hero-section .hero-text-box {
	padding: 45px 0 0;
	width: 100%;
}

@media (min-width: 992px) {
	.hero-section .hero-text-box {
		padding: 40px 0 120px;
		width: 60%;
	}
}

.hero-text-box-title {
	color: #ffffff;
	font-size: 46px;
	font-weight: 700;
	line-height: 56px;
}

@media (min-width: 768px) {
	.hero-text-box-title {
		font-size: 75px;
		line-height: 92px;
	}
}

.hero-text-box-title-gradient {
	background: linear-gradient(to right, #5560f6, #da99fd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.hero-text-box-text {
	color: #7e819e;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 16px;
	margin-top: 34px;
}

@media (min-width: 992px) {
	.hero-text-box-text {
		margin-bottom: 80px;
	}
}

.hero-section .hero-img-box {
	align-self: flex-end;
	text-align: right;
	width: 100%;
}

@media (min-width: 992px) {
	.hero-section .hero-img-box {
		width: 40%;
	}
}

.hero-section .hero-img-box img {
	max-width: 240px;
	width: 100%;
}

@media (min-width: 768px) {
	.hero-section .hero-img-box img {
		max-width: 490px;
	}
}
