@import url("https://fonts.googleapis.com/css2?family=PT+Serif&display=swap");

@font-face {
	font-family: Avenir;
	font-weight: 400;
	src: url("https://www.ethicalgains.nl/assets/fonts/avenir-400.otf") format("opentype");
	font-display: swap;
	}

@font-face {
	font-family: Avenir;
	font-weight: 600;
	src: url("https://www.ethicalgains.nl/assets/fonts/avenir-600.otf") format("opentype");
	font-display: swap;
	}

* {
	margin: 0;
	padding: 0;
	border: none;
	underline: none;
	outline: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	}

html, body {
	width: 100%;
	background: #fff;
	font-family: "PT Serif", sans-serif;
	}

#preloader {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	z-index: 999;
	opacity: 0.9;
	}

#circle {
	width: 0;
	height: 0;
	position: fixed;
//	background: #e7f295;
	border-radius: 999px;
	overflow: hidden;
	margin-top: 0;
	margin-left: 0;
	top: 50%; left: 50%;

	transition: all .8s cubic-bezier(0.970, 0.020, 0.650, 1);
	}

#circle .person {
	display: none;
	opacity: 0;
	top: 50px;

	transition: all .8s cubic-bezier(0.970, 0.020, 0.650, 1); 
	}

#circle.animate .person {
	display: block;
	}

#circle .person.show {
	opacity: 1;
	top: 0;
	}

#circle.show {
	width: 450px;
	height: 450px;
	margin-top: -225px;
	margin-left: -225px;
	}

#circle.animate {
	height: 660px;
	margin-top: -330px;
	}

#header {
	width: 100%;
	height: 80px;
	}

#hero {
	padding-top: 180px;
	}

.holder {
	width: 1400px;
	margin: 0 auto;
	}

.content-holder {
	width: 46%;
	}

.sub-title {
	font-family: "Avenir";
	background: #e7f295;
	border-radius: 99px;
	display: table;
	padding: 12px 24px;
	margin-bottom: 20px;
	}

h1 {
	font-size: 68px;
	font-weight: 400;
	letter-spacing: -2px;
	margin-bottom: 60px;
	}

#hero p {
	font-family: "Avenir";
	font-size: 22px;
	line-height: 160%;
	}

.image-holder {
	width: 450px;
	height: 660px;
	position: relative;
//	background: #e7f295;
	border-radius: 999px;
	float: right;
	overflow: hidden;
	}

.image-background {
	width: 450px;
	height: 600px;
	position: absolute;
	background: #e7f295;
	border-radius: 999px;
	bottom: 0;
	}

.person {
	width: 450px;
	height: 660px;
	position: absolute;
	background: url(img/person.png);
	background-size: cover;
	top: 0;
	}