@font-face {
	font-family: domain;
	src: url(./fonts/domain.ttf);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

#main {
	background-color: #222;
	overflow-x: hidden;
}

#page1 {
	width: 100vw;
}

#nav {
	height: 110px;
	display: flex;
	padding: 0 30px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #222;
}

#nav img {
	height: 30px;
	width: 30%;
}

#nav h5 {
	font-size: 20px;
	font-weight: 100;
	width: 30%;

}

#nav i {
	width: 30%;
	text-align: right;
}

.paper-background {
	opacity: 0.9;
	background-image: url(https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/614f353f1e11a6a7afdd8b74_6059a3e2b9ae6d2bd508685c_pt-texture-2.jpg);
	background-position: 50%;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

#elems {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 60px;
}

#elem1 {
	width: 30%;
}

#elem2 {
	width: 30%;
	border-right: 2px solid #acacac;
	padding: 20px 60px;
	text-align: center;
	border-left: 2px solid #a5a5a5;
}

#elem3 {
	width: 30%;
}

#elem1 #image-div {
	width: 100%;
	overflow: hidden;
}


#image-div img {
	width: 100%;
	object-fit: cover;
	transition: all ease 0.5s;
}

#elem3 #image-div {
	width: 100%;
	overflow: hidden;
}

#image-div:hover img {
	scale: 1.1;
}

#elem1 h4 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: canopee;
}

#elem1 h4 span {
	background-color: #B43B12;
	color: #C4BCB3;
	font-weight: 100;
	font-size: 18px;
	padding: 4px;
	margin-left: 10px;
	border-radius: 5px;
}

#elem1 p {
	font-size: 24px;
	font-family: domain;
	font-weight: 100;
	color: #656565;
}

#elem3 h4 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: canopee;
}

#elem3 h4 span {
	background-color: #B43B12;
	color: #C4BCB3;
	font-weight: 100;
	font-size: 18px;
	padding: 4px;
	margin-left: 10px;
	border-radius: 5px;
}

#elem3 p {
	font-size: 24px;
	font-family: domain;
	font-weight: 100;
	color: #656565;
}

#elem2 h2 {
	font-family: domain;
	font-size: 60px;
	font-weight: 200;
}

#elem2 h3 {
	font-family: domain;
	font-size: 40px;
	color: #2f2f2f;
	font-weight: 100;
	margin: 20px 0;
}

#elem2 h6 {
	font-family: domain;
	font-size: 20px;
	color: #2f2f2f;
	font-weight: 100;
}

#page1 h1 {
	font-size: 32vh;
	text-align: center;
	font-family: canopee;
	background-color: #1C1C19;
	color: #C4BCB3;
	width: 96%;
	margin-left: 2%;
	padding: 20px 10px;
}

#page2 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 90px 40px;
}

#page2-left {
	padding-right: 50px;
	width: 35%;
	border-right: 1px solid #4b4b4b;
}

#page2-left h2 {
	font-size: 80px;
	font-family: canopee;
	line-height: 100px;
	font-weight: 100;
}

#page2-left h2 span {
	font-size: 150px;
	font-weight: 900;
}

#page2-left img {
	width: 100%;
	object-fit: cover;
}

#page2-left p {
	font-size: 32px;
	font-family: domain;
	color: #2f2f2f;
	margin-top: 20px;
}

#page2-right {
	width: 65%;
	padding: 0 60px;
}

#page2-right img {
	object-fit: cover;
	width: 100%;
}

#page2-right h1 {
	font-family: canopee;
	font-size: 80px;
	font-weight: 100;
	letter-spacing: -1px;
}

#page3 {
	padding-bottom: 100px;
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}

#page3 h1 {
	font-size: 300px;
	font-weight: 100;
	display: flex;
	align-items: center;
	letter-spacing: -10px;
	background-color: #1C1C19;
	color: #C4BCB3;
	margin-left: 2%;
	padding: 0 20px;
	font-family: canopee;
}

#page3 img {
	height: 450px;
	top: 0;
	right: 3%;

}

#page4 {
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: space-between;
}

#page4-left {
	width: 65%;
	padding: 80px 60px;
}

#page4-left img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#page4-right {
	width: 35%;
	padding: 80px 60px;
}

#page4-right p {
	font-size: 34px;
	font-family: domain;
	font-weight: 100;
	color: #2f2f2f;
	margin-bottom: 150px;
	line-height: 35px;
}

#page4-right #anda {
	background-color: #CAC1B6;
	border: 1px solid #2f2f2fc6;
	border-radius: 50%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	overflow: hidden;
}

#anda h1 {
	font-size: 100px;
	font-weight: 100;
	font-family: canopee;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-26%);
	transition: all ease 0.6s;
}

#anda img {
	height: 60px;
	transition: all ease 0.6s;

	transform: translateX(-120%);
}

#anda:hover img {
	transform: translateX(76%);

}

#anda:hover h1 {
	transform: translateX(100%);

}

#page5 {
	padding: 25px 0;
	width: 100%;
	border-top: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;

	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

#page5::-webkit-scrollbar {
	display: none;
}

#page5 h1 {
	font-size: 100px;
	font-family: domain;
	font-weight: 100;
	display: inline-block;
	animation-timing-function: linear;
	margin-right: 30px;
	animation-name: scroll;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

#page5 h1 span {
	font-family: canopee;
	background-color: #1b1b1b;
	color: #C4BCB3;
	padding: 0 12px;
}

#page6 {
	height: 100px;
	width: 100%;
}

#page6 h3 {
	display: flex;
	justify-content: center;
	font-family: canopee;
	color: #1b1b1b;
	padding: 40px 12px;
}


@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-100% - 34px));
	}
}

#page5:hover h1 {
	animation-play-state: paused;
}