html,
body {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;


}


.top-bar {
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 500;
	top: 0;
	background-color: #fff;
	padding-top: 5px;
	padding-left: 20px;



}

.b-arrow {
	height: 20px;
}


.back-work {
	width: 50px;
	height: 50px;
	color: #092532;
	font-size: 30px;
	text-align: right;
	position: relative;
	left: 0px;
	font-family: acumin-pro, sans-serif;
	font-weight: 600;
	font-style: normal;


}

.back-container {
	width: 140px;
	transition: .2s ease-in-out;
	cursor: pointer;
}


.back-container:hover {
	transform: translateX(-10px);
}



.fade-in {

	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;

	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;

	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;

	}

	to {
		opacity: 1;
	}
}

.case {
	height: auto;

	background-color: #ebebeb;
	padding: 80px 80px 100px 80px;


}


body {
	background-color: #fff;
	background-image: url();
	background-size: 500px;

}


.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}


p {


	font-family: acumin-pro, sans-serif;
	font-weight: 200;
	font-style: normal;
	color: #092532;
	font-style: normal;
	font-size: 1.5em;
	line-height: 1.8em;



}


.copy {
	max-width: 900px;





}





h1 {




	font-family: bebas-neue, sans-serif;

	font-weight: 400;

	font-style: normal;


	color: #092532;
	font-size: 98px;
	line-height: 1em;
	letter-spacing: 4px;



}










.intro {


	margin: 0;
	width: 100%;




}


.intro img {
	width: 100%;
	display: block;
	object-fit: cover;
	height: 50vw;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


h3 {


	font-family: bebas-neue, sans-serif;

	font-weight: 400;

	font-style: normal;

	letter-spacing: 4px;

	color: #fff;
	font-size: 100px;
	margin: auto
}





.container {

	height: auto;
	text-align: center;
	background-color: none;
	padding: 30px;
	position: relative;
	top: 300px;
}




.screenshots {
	padding-top: 100px;
	height: auto;
	width: 100%;

	display: grid;

	background-color: #444665;
	grid-template-columns: repeat(2, 1fr);


}




.uno img {
	object-fit: cover;
	width: 100%;
	display: block;
}

.dos img {
	object-fit: cover;
	width: 100%;
	display: block;
}


.bottom {
	margin: auto;
	width: 100%;
	text-align: center;
	height: 500px;
	padding-top: 100px;
	background-color: #444665;


}


.gif img {
	width: 150px;
	padding-top: 80px;
	padding-bottom: 50px;
	margin: auto;

}

footer {
	background-color: #092532;
	padding: 10px;

}


.last {
	font-size: 16px;
	font-family: acumin-pro, sans-serif;
	font-weight: 200;
	font-style: normal;
	text-align: center;
	color: #fff;
}

a {

	font-family: acumin-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	font-size: 24px;
	text-decoration: none;

}


@media only screen and (max-width: 1024px) {


	.huno {
		position: absolute;
		top: 400px;
		left: 40px;
	}


	.case {
		padding-top: 70px;
		padding: 40px 40px 60px 40px;
	}


	h3 {
		font-size: 62px;
	}

	h1 {
		font-size: 90px;
		;
		line-height: 1em;

	}

	p {



		font-size: 1.2em;
		line-height: 1.8em;



	}

	.screenshots {

		height: auto;
		width: 100%;

		display: grid;
		grid-row-gap: 10px;
		grid-template-columns: repeat(1, 1fr);


	}

	.container {

		height: auto;
		text-align: center;
		background-color: none;
		padding: 30px;
		position: relative;
		top: 220px;
	}


	.copy {
		max-width: 600px;





	}


	.intro img {
		width: 100%;
		display: block;
		object-fit: cover;
		height: 600px;
	}




	.btt {
		font-size: 30px;


	}


	.motion {

		padding: 20vw 5vw 20vw 5vw;
		margin: auto;
		background-color: #444665;
	}


}


@media only screen and (max-width: 500px) {

	footer {
		bottom: 45px;
		position: relative;
	}

	.break {
		transform: scale(.8)
	}


	.top-bar {
		position: fixed;
		width: 100%;
		height: 40px;
		z-index: 500;
		bottom: 0px;
		top: auto;
		background-color: #fff;
		padding-top: 5px;
		padding-left: 20px;
		padding-right: 20px;
		display: inline-flex;



	}

	.b-arrow {
		height: 18px;
		position: relative;
		top: 0px;
	}


	.back-work {
		width: 50px;
		height: 50px;
		color: #092532;
		font-size: 24px;
		text-align: right;
		position: relative;
		left: 0px;
		font-family: acumin-pro, sans-serif;
		font-weight: 700;
		font-style: normal;


	}

	.back-container {
		width: 140px;
		position: relative;
		margin-left: auto;
		right: 0
	}


	.back-container:hover {
		transform: none;
	}



	.huno {
		top: 330px;

	}

	h1 {


		font-size: 46px;
		padding-bottom: 20px;
		line-height: 1em;



	}

	.case {
		padding-top: 70px;
		padding: 40px 40px 60px 40px;
	}

	p {
		font-size: 1em;

	}

	h3 {
		font-size: 40px;
	}


	.copy {
		width: 80vw;






	}



	.btt {
		font-size: 20px;

	}






	.container {


		top: 180px;
	}


	.intro img {
		padding-top: 0px;
		width: 100%;
		display: block;
		height: 400px;
		object-position: left;
	

	}


	.screenshots {
		padding-top: 10px;

	}



}
