section.hero {
	margin: 0;
	width: 100vw;
}

.hero-banner {
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;

	@media(min-width: 900px) {
		height: 100vh;
	}
}

.hero-sketch {
	background-repeat: no-repeat;
	background-position: 50%;
	height: 100%;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	background-size: auto;

	@media(min-width: 840px) {
		background-size: contain;
	}
}

.hero-gradient {
	position: relative;
}


.hero-circles {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/images/bg/circles-black.svg);
	top: 0;
	left: 0;
	z-index: 0;
	background-size: 100%;
	opacity: 0.1;
}

.hero-sketch-1 {
	background-image: url(https://ik.imagekit.io/fliptopbox/lifedrawing/hero/1.png?tr=h-960,fo-custom);

	@media(min-width: 600px) {
		background-image: url(https://ik.imagekit.io/fliptopbox/lifedrawing/hero/1.png?tr=h-786);
	}

	@media(min-width: 900px) {
		background-image: url(https://ik.imagekit.io/fliptopbox/lifedrawing/hero/1.png?tr=h-1040);
	}
}

.hero-sketch-2 {
	background-image: url(https://ik.imagekit.io/fliptopbox/lifedrawing/hero/2.png?tr=h-960,fo-custom);

	@media(min-width: 900px) {
		background-image: url(https://ik.imagekit.io/fliptopbox/lifedrawing/hero/2.png?tr=h-1040);
	}

	@media(min-width: 600px) {
		background-image: url(https://ik.imagekit.io/fliptopbox/lifedrawing/hero/2.png?tr=h-786);
	}
}

.hero-sketch-3 {
	background-image: url(https://ik.imagekit.io/fliptopbox/lifedrawing/hero/3.png?tr=h-960,fo-custom);

	@media(min-width: 900px) {
		background-image: url(https://ik.imagekit.io/fliptopbox/lifedrawing/hero/3.png?tr=h-1040);
	}

	@media(min-width: 600px) {
		background-image: url(https://ik.imagekit.io/fliptopbox/lifedrawing/hero/3.png?tr=h-786);
	}
}

.hero-sketch-4 {
	background-image: url(https://ik.imagekit.io/fliptopbox/lifedrawing/hero/4.png?tr=h-960,fo-custom);

	@media(min-width: 900px) {
		background-image: url(https://ik.imagekit.io/fliptopbox/lifedrawing/hero/4.png?tr=h-1040);
	}

	@media(min-width: 600px) {
		background-image: url(https://ik.imagekit.io/fliptopbox/lifedrawing/hero/4.png?tr=h-786);
	}
}

.hero-sketch-5 {
	background-image: url(https://ik.imagekit.io/fliptopbox/lifedrawing/hero/5.png?tr=h-960,fo-custom);

	@media(min-width: 900px) {
		background-image: url(https://ik.imagekit.io/fliptopbox/lifedrawing/hero/5.png?tr=h-1040);
	}

	@media(min-width: 600px) {
		background-image: url(https://ik.imagekit.io/fliptopbox/lifedrawing/hero/5.png?tr=h-786);
	}
}

.hero-gradient-1 {
	background: linear-gradient(0deg, rgba(42, 123, 155, 1) 30%, rgba(237, 221, 83, 0.8));
}

.hero-gradient-2 {
	background: linear-gradient(0deg, rgba(131, 58, 180, 1) 30%, rgba(252, 176, 69, 0.8));
}

.hero-gradient-3 {
	background: linear-gradient(0deg, rgba(101, 153, 153, 1) 30%, rgba(244, 121, 31, .8));
}

.hero-gradient-4 {
	background: linear-gradient(180deg, rgba(221, 62, 84, 1) 30%, rgba(107, 229, 133, .8));
}

.hero-gradient-5 {
	background: linear-gradient(0deg, rgba(0, 136, 218, 1) 30%, rgba(238, 99, 119, .8));
}

.hero-gradient-6 {
	background: linear-gradient(0deg, rgba(138, 35, 135, 1) 30%, rgba(242, 113, 33, .8))
}

.hero-gradient-7 {
	background: linear-gradient(0deg, rgba(89, 193, 115, 1) 30%, rgba(93, 38, 193, .8));
}

.hero-text {
	display: none;
	margin: 0 0 3vh 0;
	font-size: 2rem;
	color: white;
	font-family: 'Roboto';
	max-width: 620px;
	font-size: 16px;
	transform: scale(0.55);
	transform-origin: bottom;

	@media(min-width: 600px) {
		transform: scale(0.8);
	}

	@media(min-width: 800px) {
		transform: scale(1.1);
	}
}

.hero-text h2 {
	font-size: 13em;
	font-weight: 200;
	line-height: .75;
	letter-spacing: -0.08em;
	text-align: left;
	margin: 0 0 0.05em -0.1em;
}

.hero-text h3 {
	font-weight: 400;
	font-size: 1.9em;
	color: #000000;
	margin: 0.4em 0 0 0.04em;
	background: #ffffffd9;
	display: unset;
	padding: 0.1em 0.6em;
}

.hero-text p {
	font-weight: 400;
	color: #000000;
	margin: 0.5em 0 0 0.4em;
	background: #ffffff0f;
	backdrop-filter: blur(10px);
	display: block;
	padding: 0.5em 0.5em;
	line-height: 1.45;
	font-size: 1.7em;

	@media(min-width: 600px) {
		font-size: 1.2em;
	}

	@media(min-width: 800px) {
		font-size: 1em;
	}
}
