:root {
	--highlight: #f1ec40;
	--highlight-inverse: #0a0a0a;
}

body {
	background-color: #0a0a0a;
	color: white;
}

.hero {
	clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
	background: url(../images/hero-bg.jpg) fixed no-repeat center top/cover;
	padding: 5rem 0.75rem 10rem;
	margin: 0 -0.75rem;
}

.hero img {
	width: 450px;
}

.hero h1,
.highlight {
	color: var(--highlight);
	margin: 0 -0.75rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.cta {
	font-size: 1.75rem;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 1rem 2.5rem;
}

.who-is-it-for {
	padding: 8rem 0;
}

.bg-highlight {
	background-color: var(--highlight);
	color: #444;
}

.bg-highlight .highlight {
	color: var(--highlight-inverse);
}

.mentorship {
	clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
	padding: 10rem 0.75rem;
	margin: 0 -0.75rem;
	position: relative;
	z-index: 1;
}

.mentorship .card i,
.bonus .card i {
	color: var(--highlight);
	font-size: 3rem;
}

.bonus {
	padding: 5rem 0;
}

.bg-highlight .card i {
	color: var(--highlight-inverse);
}

.price {
	clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 95%);
	background: url(../images/hero-bg.jpg) fixed no-repeat center top/cover;
	padding: 10rem 0.75rem;
	margin: 0 -0.75rem;
}

.who-am-i {
	margin: -2rem 0;
}

.who-am-i .row > div {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.who-am-i img {
	margin-left: -9.5rem;
	margin-bottom: -1rem;
}

.who-am-i .left {
	padding-left: 10rem;
	padding-right: 10rem;
}

.who-am-i .right {
	align-self: stretch;
}

footer {
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
	background: url(../images/hero-bg.jpg) fixed no-repeat center top/cover;
	display: block;
	margin: 0 -0.75rem;
	padding: 10rem 0.75rem 5rem;
}

.whatsapp {
	position: fixed;
	z-index: 100;
	bottom: 2rem;
	right: 2rem;
	color: white;
	text-decoration: none;
	background-color: #128c7e;
	font-size: 3rem;
	width: 5rem;
	display: flex;
	text-align: center;
	height: 5rem;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	transition: transform 200ms ease-in-out;
}

.whatsapp:hover,
.whatsapp:focus {
	color: white;
	background-color: #0d6e63;
	transform: scale(1.05);
}

.whatsapp:active {
	color: white;
	background-color: #159b8b;
	transform: scale(1);
}

.fit-text {
	font-size: 3vw;
	font-weight: 300;
}

.fit-text strong {
	font-size: 4vw;
}

@media (max-width: 1399px) {
	.who-am-i .row > div {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.who-am-i .left {
		padding-left: 5rem;
	}

	.fit-text {
		font-size: 4vw;
		font-weight: 300;
	}

	.fit-text strong {
		font-size: 5vw;
	}
}

@media (max-width: 1199px) {
	.who-am-i img {
		width: 50vw;
	}

	.fit-text {
		font-size: 4.5vw;
		font-weight: 300;
	}

	.fit-text strong {
		font-size: 5.5vw;
	}
}

@media (max-width: 991px) {
	.who-am-i img {
		width: 47vw;
	}
}

@media (max-width: 910px) {
	.who-am-i img {
		width: 24vw;
		border-radius: 50%/25%;
		margin: 0;
	}

	.who-am-i .right {
		width: 33vw;
		align-items: center !important;
		margin-left: -10rem;
		border-radius: 100%;
		height: 33vw;
		justify-content: center;
		padding: 0 !important;
		align-self: center;
	}

	.who-am-i .left {
		width: 84%;
	}

	.fit-text {
		font-size: 5vw;
		font-weight: 300;
	}

	.fit-text strong {
		font-size: 6vw;
	}
}

@media (max-width: 767px) {
	.hero h1 {
		font-size: calc(1.2rem + 1vw);
	}

	.hero p {
		font-size: 1rem;
	}

	.cta {
		font-size: 1.5rem;
	}

	.who-am-i .left {
		width: 100%;
		padding: 5rem 2rem;
	}

	.fit-text {
		font-size: 2.5rem;
		font-weight: 300;
	}

	.fit-text strong {
		font-size: 3.5rem;
	}
}
