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


}


img {
	display: block;
}


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


.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;
	display: inline;
}


.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;


	padding: 80px 80px 100px 80px;


}


.uno img {
	width: 100%;
	height: 100%;

}



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

}



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;
	padding-bottom: 40px;




}


h1 {




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

	font-weight: 400;

	font-style: normal;

	letter-spacing: 4px;


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

}







.design {
	width: 100%;

	display: grid;
	grid-gap: 0px;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(8, 10vw);

}


.design img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}


.name {
	background-color: #092532;
	padding: 10px 30px 10px 30px;
	height: auto;
}


.dos img {
	height: auto;
	width: 100%;


}

.zig-skate {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 9;
}


.zig {
	grid-column-start: 4;
	grid-column-end: 9;
	grid-row-start: 1;
	grid-row-end: 9;
}

.zag-skate {
	grid-column-start: 6;
	grid-column-end: 9;
	grid-row-start: 1;
	grid-row-end: 9;
}


.zag {
	grid-column-start: 1;
	grid-column-end: 6;
	grid-row-start: 1;
	grid-row-end: 9;
}



.bottom {
	margin: auto;
	width: 100%;
	text-align: center;
	height: 500px;
	padding-top: 100px;
	padding-bottom: 0px;

}


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

}


footer {
	background-color: #475058;
	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: #092532;
	font-size: 24px;
	text-decoration: none;

}


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


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


	h3 {
		font-size: 11vw;
	}

	h1 {
		font-size: 12vw;
		line-height: 1em;
		letter-spacing: 5px;
	}

	p {



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



	}



	.copy {
		max-width: 700px;





	}


	.btt {
		font-size: 30px;

	}


}


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


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


	.design {
		width: 100%;

		display: grid;
		grid-gap: 0px;
		grid-template-columns: repeat(8, 1fr);
		grid-template-rows: repeat(8, 35vw);

	}

	.zig {
		grid-column-start: 1;
		grid-column-end: 9;
		grid-row-start: 1;
		grid-row-end: 5;
	}


	.zig-skate {
		grid-column-start: 1;
		grid-column-end: 9;
		grid-row-start: 5;
		grid-row-end: 9;
	}

	.zag {
		grid-column-start: 1;
		grid-column-end: 9;
		grid-row-start: 1;
		grid-row-end: 5;
	}


	.zag-skate {
		grid-column-start: 1;
		grid-column-end: 9;
		grid-row-start: 5;
		grid-row-end: 9;
	}


	.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;
	}





	h1 {


		font-size: 12vw;
		padding-bottom: 20px;
		line-height: 1em;
		letter-spacing: 4px;


	}

	.case {
		padding-bottom: 80px;
		padding-top: 80px;
		padding-left: 30px;
		padding-right: 30px;
	}

	p {
		font-size: 1em;

	}

	h3 {
		font-size: 12vw;
	}


	.copy {
		width: 80vw;






	}



	.btt {
		font-size: 20px;

	}




	.container {


		top: 50vw;
	}



	.dos img {
		height: 100vw;
		width: 100%;
		object-fit: cover;
		object-position: left;

	}


	.uno img {
		height: 600px;
		width: 100%;
		object-fit: cover;
		object-position: top center;

	}

}
