@import '../common/project.css';

section.content.brown h2 {
	
	text-shadow: 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.content {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-top: 5rem;
	padding-bottom: 5rem;
	box-shadow: 0 10px 8px -5px #000 inset, 0 -12px 8px -5px #000 inset;
}

.banner {
	width: 100%;
}

.content-text-w-illu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8rem;
	margin: 7rem 0;
	padding: 0 20rem;
	max-width: 1250px;
}

.content-text h2 {
	margin-bottom: 2rem;
	font-size: 3.5rem;
	line-height: 3.8rem;
}


.content-illu-1 {
	max-height: 500px;
	width: 100%;
	max-width: 450px;
	border: 2px solid #000;
	box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.25);
	border-radius: 1rem;

}

.content hr {
	margin: 0 20rem;
	width: auto;
	max-width: 1250px;
	filter: drop-shadow(0 0.25rem 0.1rem rgb(0, 0, 0, 0.3));
}

.badge-banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	max-width: 1250px;
	margin: 1rem 0 0.3rem;
	padding: 0 20rem;
}

.badge {
	height: 150px;
}

.patchwork {
	text-align: center;
	position: relative;
	padding: 40rem 0 50rem;
	width: 100%;
	max-width: 1250px;
	text-shadow: 10px 10px 0px rgba(0, 0, 0, 0.2), 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
	font-style: italic;
}

.patchwork-top {
	margin: 0;
	font-weight: 600;
	font-size: 3rem;
	line-height: 3rem;
}

.patchwork-mid {
	margin: 1rem 0 2rem;
}

.patchwork-mid,
.patchwork-bot {
	color: #fec866;
	font-size: 5rem;
	line-height: 3rem;
}

.patchwork-illu {
	position: absolute;
	max-width: 400px;
	max-height: 600px;
	filter: drop-shadow(20px 20px rgba(0, 0, 0, 0.25));
}

#drink-banana {
	top: 8%;
	left: 0%;
	height: 550px;
	transform: rotate(-16.5deg);
}

#burger-purple {
	top: 17%;
	left: 33%;
	height: 200px;
}

#fries-logo {
	top: 17%;
	left: 55%;
	width: 390px;
	transform: rotate(-50.5deg);
	filter: drop-shadow(-10px 20px rgba(0, 0, 0, 0.25));
}

#burger-yellow {
	top: 27%;
	left: 80%;
	height: 280px;
	transform: rotate(20.5deg);
}

#burger-pink {
	top: 48%;
	left: -11%;
	height: 390px;
}

#fries-text {
	top: 77%;
	left: 15%;
	width: 390px;
	transform: rotate(45deg);
	filter: drop-shadow(40px -5px rgba(0, 0, 0, 0.25));
}

#burger-green {
	top: 55%;
	left: 40%;
	height: 325px;
	transform: rotate(-15.5deg);
}

#burger-blue {
	top: 78%;
	left: 55%;
	height: 225px;
}

#drink-grape {
	top: 48%;
	left: 85%;
	height: 600px;
	transform: rotate(17.7deg);
}

.logo-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5rem;
	max-width: 1250px;
	padding: 0 20rem;
	margin-top: 10rem;
	object-fit: contain;
}

.logo-section p {
	font-weight: 300;
}

.logo-section span {
	font-weight: 600;
}

.secondary-logo {
	height: 130px;
}

.various-logo {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.various-logo img {
	height: 230px;
}

.icon-logo {
	transform: scale(1.2);
}

.badge-logo {
	transform: scale(1.1);
}

.palette-section {
	margin-top: 15rem;
	padding: 0 20rem;
	max-width: 1250px;
}

.palette-section div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.palette-intro {
	margin-bottom: 2rem;
}

.palette {
	width: 47%;
	filter: drop-shadow(20px 20px rgba(0, 0, 0, 0.22));
}

.palette-text {
	width: 47%;
}

.burger-banner {
	width: 100%;
	margin-top: 15rem;
	margin-bottom: 100px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	box-shadow: 0px 20px 0px 0px rgba(0, 0, 0, 0.25);
}

.content-illu-2 {
	height: 500px;
	width: 40%;
	object-fit: contain;
}

.ai-section {
	padding: 0 20rem;
	margin-top: 15rem;
	max-width: 1250px;
}

.image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.image-ai {
	animation: transition-image-ia 8000ms ease-in-out infinite;
}

.image-design {
	animation: transition-image-design 8000ms ease-in-out infinite;
}

.burger-ai-w-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4rem;
}

.ai-section span {
	font-style: italic;
}

.good-burger-ai {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 45%;
	height: 300px;
	background-color: #3fa9f5;
	border: 2px solid #000;
	box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.25);
	border-radius: 1rem;

}

.good-burger-ai img {
	height: 300px;
}

.gourmet-burger-ai {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 100%;
	height: 300px;
	margin-top: 7rem;
	background-color: #9273e8;
	border: 2px solid #000;
	box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.25);
	border-radius: 1rem;

}

.gourmet-burger-ai img {
	height: 300px;
}

.drinks-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3.2rem;
	margin-top: 3rem;
	font-family: 'bree', sans-serif;
	text-shadow: 10px 10px 0px rgba(0, 0, 0, 0.2), 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
	font-style: italic;
}

.drinks-text-top {
	margin: 0;
	font-size: 3rem;
	font-weight: 600;
}

.drinks-text-colors {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}

.drinks-text-colors p {
	margin: 0;
	font-size: 5rem;
}

.drinks-text-blue {
	color: #3fa9f5;
}

.drinks-text-green {
	color: #5fc873;
}

.drinks-text-yellow {
	color: #fec866;
}

.drinks-text-purple {
	color: #9273e8;
}

.drinks-text-pink {
	color: #fa5f8b;
}

.drinks-illu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 8rem 0 15rem;
	padding: 0 5rem;
	width: 95%;
	max-width: 1250px;
}

.drinks-illu img {
	height: 500px;
}

.content-illu-3 {
	height: 520px;
	border: 2px solid #000;
	box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.25);
	border-radius: 1rem;

}

.pattern-section {
	display: flex;
	width: 100%;
	height: 90vh;
	margin-top: 12rem;
	margin-bottom: 15rem;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.25);
}

.burger-pattern {
	flex: 1;
	animation: changeColor 10s infinite;
	background-color: #3fa9f5;
	border-left: 2px solid #000;
}

.burger-pattern:nth-child(1) {
	background-image: url(../../assets/good-burger/028.motif-good.png);
	background-size: 400px;
}

.burger-pattern:nth-child(2) {
	animation-delay: 2s;
	background-image: url(../../assets/good-burger/029.motif-personnages.png);
	background-size: 800px;
}

.burger-pattern:nth-child(3) {
	animation-delay: 4s;
	background-image: url(../../assets/good-burger/030.motif-menu.png);
	background-size: 400px;
	border-right: 2px solid #000;
}

.content-4 {
	flex-direction: row-reverse;
}

.content-illu-4 {
	height: 520px;
	width: 100%;
	max-width: 400px;
	object-fit: cover;
	border: 2px solid #000;
	box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.25);
	border-radius: 1rem;

}

.recap {
	margin: 15rem 20rem 10rem;
	max-width: 1250px;
	
}

.recap img {
	width: 100%;
	object-fit: contain;
	border: 2px solid #000;
	border-radius: 1rem;

}

@media screen and (max-width: 1600px) {
	.content-text-w-illu {
		padding: 0 12rem;
	}

	.content hr {
		margin: 0 12rem;
	}

	.badge-banner {
		padding: 0 12rem;
	}

	.logo-section {
		padding: 0 12rem;
	}

	.palette-section {
		padding: 0 12rem;
	}

	.ai-section {
		padding: 0 12rem;
	}

	.recap {
		margin: 15rem 12rem 12rem;
	}
}

@media screen and (max-width: 1400px) {
	.content-text-w-illu {
		padding: 0 8rem;
	}

	.content hr {
		margin: 0 8rem;
	}

	.badge-banner {
		padding: 0 8rem;
	}

	.logo-section {
		padding: 0 8rem;
	}

	.palette-section {
		padding: 0 8rem;
	}

	.ai-section {
		padding: 0 8rem;
	}

	.recap {
		margin: 15rem 8rem 10rem;
	}
}

@media screen and (max-width: 1300px) {
	.content {
		padding-top: 4rem;
	}

	.content-text-w-illu {
		gap: 5rem;
		padding: 0 7rem;
	}

	.content hr {
		margin: 0 7rem;
	}

	.badge-banner {
		padding: 0 7rem;
	}

	.logo-section {
		padding: 0 7rem;
		gap: 4rem;
	}

	.secondary-logo {
		height: 110px;
	}

	.various-logo img {
		height: 200px;
	}

	.palette-section {
		padding: 0 7rem;
	}

	.ai-section {
		padding: 0 7rem;
	}

	.drinks-illu {
		padding: 0 4rem;
	}

	.drinks-illu img {
		height: 450px;
	}

	.content-illu-3 {
		height: 480px;
	}

	.content-illu-4 {
		height: 480px;
	}

	.recap {
		margin: 15rem 7rem 10rem;
	}
}

@media screen and (max-width: 1100px) {
	.content-text-w-illu {
		padding: 0 5rem;
	}

	.content-text h2 {
		margin-bottom: 1.5rem;
		font-size: 2.8rem;
		line-height: 3rem;
	}

	.content-illu-1 {
		width: 45%;
	}

	.content hr {
		margin: 0 5rem;
	}

	.badge-banner {
		padding: 0 5rem;
	}

	.logo-section {
		padding: 0 5rem;
	}

	.secondary-logo {
		height: 100px;
	}

	.various-logo img {
		height: 180px;
	}

	.palette-section {
		padding: 0 5rem;
	}

	.content-illu-2 {
		height: 400px;
	}

	.ai-section {
		padding: 0 5rem;
	}

	.drinks-text {
		gap: 1.5rem;
	}

	.drinks-text-top {
		font-size: 2rem;
	}

	.drinks-text-colors p {
		font-size: 3rem;
	}

	.drinks-illu {
		margin: 5rem 0 15rem;
		padding: 0 3rem;
	}

	.drinks-illu img {
		height: 350px;
	}

	.content-illu-3 {
		height: 420px;
	}

	.pattern-section {
		height: 75vh;
	}

	.content-illu-4 {
		height: 420px;
	}

	.recap {
		margin: 13rem 5rem 8rem;
	}
}

@media screen and (max-width: 900px) {
	.content {
		padding-top: 3rem;
	}

	.content-text-w-illu {
		flex-direction: column-reverse;
		gap: 3rem;
		padding: 0 3rem;
	}

	.content hr {
		margin: 0 3rem;
	}

	.badge-banner {
		padding: 0 3rem;
	}

	.logo-section {
		padding: 0 3rem;
		gap: 3rem;
	}

	.secondary-logo {
		height: 80px;
	}

	.various-logo img {
		height: 150px;
	}

	.palette-section {
		padding: 0 3rem;
	}

	.palette-section div {
		flex-direction: column;
	}

	.palette {
		width: 60%;
		margin-bottom: 2rem;
	}

	.palette-text {
		width: 100%;
	}

	.content-illu-2 {
		height: 300px;
		width: auto;
	}

	.ai-section {
		padding: 0 3rem;
	}

	.burger-ai-w-text {
		flex-direction: column;
	}

	.good-burger-ai {
		min-width: 100%;
	}

	.gourmet-burger-ai {
		margin-top: 4rem;
	}

	.drinks-illu {
		margin: 4rem 0 15rem;
		padding: 0 2rem;
	}

	.drinks-illu img {
		height: 300px;
	}

	.content-illu-3 {
		height: 380px;
	}

	.pattern-section {
		flex-direction: column;
		height: 260vh;
		border: 2px solid #000;
	}

	.burger-pattern {
		border-left: 0;
		border-bottom: 2px solid #000;
	}

	.burger-pattern:nth-child(3) {
		border: 0;
	}

	.content-illu-4 {
		height: 380px;
		width: auto;
	}

	.recap {
		margin: 10rem 3rem 6rem;
	}
}

@media screen and (max-width: 800px) {
	.content-illu-1 {
		width: 50%;
	}

	.palette {
		width: 70%;
	}

	.content-illu-4 {
		height: 340px;
	}
}

@media screen and (max-width: 700px) {
	.content-text h2 {
		font-size: 2.3rem;
		line-height: 2.2rem;
	}

	.content-illu-1 {
		width: 60%;
	}

	.logo-section {
		gap: 2rem;
	}

	.secondary-logo {
		height: 60px;
	}

	.various-logo img {
		height: 120px;
	}

	.ai-section {
		margin-top: 10rem;
	}

	.burger-ai-w-text {
		gap: 2rem;
	}

	.good-burger-ai {
		height: 200px;
	}

	.good-burger-ai img {
		height: 200px;
	}

	.gourmet-burger-ai {
		height: 200px;
		margin-top: 2rem;
	}

	.gourmet-burger-ai img {
		height: 200px;
	}

	.drinks-text {
		gap: 1rem;
	}

	.drinks-text-top {
		font-size: 1.5rem;
	}

	.drinks-text-colors p {
		font-size: 2.5rem;
	}

	.drinks-illu {
		margin: 3rem 0 12rem;
		padding: 0 1rem;
	}

	.drinks-illu img {
		height: 250px;
	}

	.content-illu-3 {
		height: 300px;
	}

	.pattern-section {
		margin-top: 10rem;
	}

	.burger-pattern:nth-child(1) {
		background-size: 350px;
	}

	.burger-pattern:nth-child(2) {
		background-size: 700px;
	}

	.burger-pattern:nth-child(3) {
		background-size: 350px;
	}

	.content-illu-4 {
		height: 300px;
		width: auto;
	}

	.recap {
		margin: 7rem 3rem 3rem;
	}
}

@media screen and (max-width: 600px) {
	.content-text-w-illu {
		gap: 2rem;
	}

	.content-illu-1 {
		width: 70%;
	}

	.badge-banner {
		flex-direction: column;
		gap: 0.5rem;
		margin: 1.5rem 0 0;
	}

	.various-logo {
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}

	.various-logo img {
		height: 140px;
	}

	.palette-section {
		margin-top: 10rem;
	}

	.palette {
		width: 100%;
	}

	.burger-banner {
		margin-top: 10rem;
		margin-bottom: 4rem;
	}

	.drinks-text {
		gap: 0.5rem;
	}

	.drinks-text-top {
		font-size: 1.1rem;
	}

	.drinks-text-colors p {
		font-size: 2rem;
	}

	.drinks-illu {
		margin: 2rem 0 12rem;
	}

	.drinks-illu img {
		height: 200px;
	}
}

@media screen and (max-width: 450px) {
	.content {
		padding-top: 2rem;
	}

	.content-text-w-illu {
		padding: 0 1.5rem;
	}

	.content-illu-1 {
		width: 90%;
	}

	.content hr {
		margin: 0 1.5rem;
	}

	.badge-banner {
		padding: 0 1.5rem;
	}

	.logo-section {
		padding: 0 1.5rem;
	}

	.various-logo img {
		height: 120px;
	}

	.palette-section {
		padding: 0 1.5rem;
	}

	.content-illu-2 {
		height: 200px;
	}

	.ai-section {
		padding: 0 1.5rem;
	}

	.good-burger-ai {
		height: 150px;
	}

	.good-burger-ai img {
		height: 150px;
	}

	.gourmet-burger-ai {
		height: 150px;
	}

	.gourmet-burger-ai img {
		height: 150px;
	}

	.drinks-text {
		gap: 0.4rem;
	}

	.drinks-text-top {
		font-size: 1rem;
	}

	.drinks-text-colors p {
		font-size: 1.7rem;
	}

	.drinks-illu {
		margin: 1rem 0 10rem;
		padding: 0 0.5rem;
	}

	.drinks-illu img {
		height: 160px;
	}

	.content-illu-3 {
		height: 250px;
	}

	.pattern-section {
		margin-top: 8rem;
	}

	.burger-pattern:nth-child(1) {
		background-size: 300px;
	}

	.burger-pattern:nth-child(2) {
		background-size: 600px;
	}

	.burger-pattern:nth-child(3) {
		background-size: 300px;
	}

	.content-illu-4 {
		height: 250px;
	}

	.recap {
		margin: 4rem 1.5rem 0;
	}
}

/* Patchwork responsive */

@media screen and (max-width: 900px) {
	.patchwork {
		padding: 30rem 0 35rem;
	}

	.patchwork-illu {
		scale: 0.8 !important;
	}

	#drink-banana {
		left: -10%;
	}

	#burger-purple {
		top: 19%;
		left: 25%;
	}

	#fries-logo {
		left: 48%;
	}

	#burger-pink {
		top: 50%;
		left: -15%;
	}

	#drink-grape {
		top: 45%;
	}
}

@media screen and (max-width: 800px) {
	.patchwork-top {
		font-size: 2rem;
		line-height: 2rem;
	}

	.patchwork-mid,
	.patchwork-bot {
		font-size: 3rem;
		line-height: 1rem;
	}

	.patchwork-illu {
		scale: 0.7 !important;
	}

	#fries-text {
		left: 12%;
	}

	#burger-green {
		top: 52%;
		left: 35%;
	}

	#burger-blue {
		top: 75%;
		left: 50%;
	}

	#drink-grape {
		top: 42%;
		left: 80%;
	}
}

@media screen and (max-width: 700px) {
	.patchwork {
		padding: 35rem 0 35rem;
	}

	#drink-banana {
		top: 10%;
		left: -5%;
	}

	#burger-purple {
		top: 10%;
		left: 20%;
	}

	#fries-logo {
		top: 20%;
		left: 30%;
	}

	#burger-yellow {
		left: 70%;
	}

	#burger-pink {
		top: 48%;
		left: -15%;
	}

	#fries-text {
		top: 80%;
		left: 0%;
	}

	#burger-green {
		top: 55%;
		left: 35%;
	}

	#burger-blue {
		top: 78%;
		left: 40%;
	}

	#drink-grape {
		top: 50%;
		left: 75%;
	}
}

@media screen and (max-width: 600px) {
	.patchwork-illu {
		scale: 0.6 !important;
	}

	#drink-banana {
		top: 5%;
		left: -5%;
	}

	#burger-purple {
		top: 5%;
		left: 25%;
	}

	#fries-logo {
		top: 20%;
		left: 25%;
	}

	#burger-yellow {
		top: 30%;
		left: 70%;
	}

	#burger-pink {
		top: 50%;
		left: -30%;
	}

	#fries-text {
		top: 85%;
		left: -10%;
	}

	#burger-green {
		top: 55%;
		left: 25%;
	}

	#burger-blue {
		top: 78%;
		left: 35%;
	}

	#drink-grape {
		top: 60%;
		left: 70%;
	}
}

@media screen and (max-width: 500px) {
	.patchwork {
		padding: 40rem 0 40rem;
	}

	#drink-banana {
		top: 10%;
		left: -10%;
	}

	#burger-purple {
		top: 8%;
		left: 20%;
	}

	#fries-logo {
		top: 20%;
		left: 15%;
	}

	#burger-yellow {
		top: 30%;
		left: 50%;
	}

	#burger-pink {
		top: 52%;
		left: -40%;
	}

	#fries-text {
		top: 80%;
		left: -20%;
	}

	#burger-green {
		top: 52%;
		left: 45%;
	}

	#burger-blue {
		top: 68%;
		left: 25%;
	}

	#drink-grape {
		top: 65%;
		left: 60%;
	}
}

@media screen and (max-width: 350px) {
	.patchwork {
		padding: 40rem 0 40rem;
	}

	#drink-banana {
		top: 10%;
		left: -20%;
	}

	#fries-logo {
		top: 20%;
		left: 5%;
	}

	#burger-yellow {
		top: 28%;
		left: 45%;
	}

	#fries-text {
		top: 78%;
		left: -40%;
	}

	#drink-grape {
		top: 74%;
		left: 40%;
	}
}

/* Animations */

@keyframes transition-image-ia {
	50%,
	87.5% {
		opacity: 0;
	}

	0%,
	43.75%,
	93.75%,
	100% {
		opacity: 1;
	}
}

@keyframes transition-image-design {
	0%,
	37.5%,
	100% {
		opacity: 0;
	}

	50%,
	87.5% {
		opacity: 1;
	}
}

@keyframes changeColor {
	0%,
	16% {
		background-color: #3fa9f5;
	}
	20%,
	36% {
		background-color: #5fc873;
	}
	40%,
	56% {
		background-color: #fec866;
	}
	60%,
	76% {
		background-color: #fa5f8b;
	}
	80%,
	96% {
		background-color: #9273e8;
	}
}

@media (prefers-reduced-motion: no-preference) {
	#good-burger-text {
		animation: 0.25s beating ease infinite alternate;
	}

	@keyframes beating {
		from {
			scale: 1.03;
		}

		to {
			scale: 0.98;
		}
	}
}

/* Card animations */
@supports (animation-timeline: view()) {
	@media (prefers-reduced-motion: no-preference) and (min-width: 769px) {
		.stacked-card:nth-child(1) {
			animation: stackedCard1 ease-out forwards;
			animation-timeline: view(-15%);
			z-index: 5;
		}

		.stacked-card:nth-child(2) {
			animation: stackedCard2 ease-out forwards;
			animation-timeline: view(-15%);
			z-index: 4;
		}

		.stacked-card:nth-child(3) {
			animation: stackedCard3 ease-out forwards;
			animation-timeline: view(-15%);
			z-index: 3;
		}

		.stacked-card:nth-child(4) {
			animation: stackedCard4 ease-out forwards;
			animation-timeline: view(-15%);
			z-index: 2;
		}

		.stacked-card:nth-child(5) {
			animation: stackedCard5 ease-out forwards;
			animation-timeline: view(-15%);
			z-index: 1;
		}

		.parallax-b1 {
			animation: parallaxB1 linear forwards;
			animation-timeline: view(-15%);
		}

		.parallax-b2 {
			animation: parallaxB2 linear forwards;
			animation-timeline: view(-15%);
		}

		.parallax-b3 {
			animation: parallaxB3 linear forwards;
			animation-timeline: view(-18%);
		}

		.parallax-f1 {
			animation: parallaxF1 linear forwards;
			animation-timeline: view(-15%);
		}

		.parallax-f2 {
			animation: parallaxF2 linear forwards;
			animation-timeline: view(-15%);
		}
		.parallax-f3 {
			animation: parallaxF3 linear forwards;
			animation-timeline: view(-15%);
		}

		@keyframes stackedCard1 {
			from {
				translate: -40% 0;
				opacity: 0;
			}

			10% {
				translate: -40% 0;
				opacity: 0;
			}

			55% {
				translate: 0;
				opacity: 1;
			}
		}

		@keyframes stackedCard2 {
			from {
				translate: -55% 0;
				opacity: 0;
			}

			15% {
				translate: -55% 0;
				opacity: 0;
			}

			55% {
				translate: 0;
				opacity: 1;
			}
		}

		@keyframes stackedCard3 {
			from {
				translate: -70% 0;
				opacity: 0;
			}

			20% {
				translate: -70% 0;
				opacity: 0;
			}

			55% {
				translate: 0;
				opacity: 1;
			}
		}

		@keyframes stackedCard4 {
			from {
				translate: -85% 0;
				opacity: 0;
			}

			25% {
				translate: -85% 0;
				opacity: 0;
			}

			55% {
				translate: 0;
				opacity: 1;
			}
		}

		@keyframes stackedCard5 {
			from {
				translate: -100% 0;
				opacity: 0;
			}

			30% {
				translate: -100% 0;
				opacity: 0;
			}

			55% {
				translate: 0;
				opacity: 1;
			}
		}

		@keyframes parallaxB1 {
			from {
				translate: 0 -50px;
			}

			to {
				translate: 0 50px;
			}
		}

		@keyframes parallaxB2 {
			from {
				translate: 0 -100px;
			}

			to {
				translate: 0 100px;
			}
		}

		@keyframes parallaxB3 {
			from {
				translate: 0 -150px;
			}

			to {
				translate: 0 150px;
			}
		}

		@keyframes parallaxF1 {
			from {
				translate: 0 50px;
			}

			to {
				translate: 0 -50px;
			}
		}

		@keyframes parallaxF2 {
			from {
				translate: 0 100px;
			}

			to {
				translate: 0 -100px;
			}
		}

		@keyframes parallaxF3 {
			from {
				translate: 0 200px;
			}

			to {
				translate: 0 -200px;
			}
		}
	}
}
