#navbar-btn,
#wake-up-btn,
.wake-up-img {
	background: 0 0;
	border: none;
}
#navbar,
#wake-up-fren {
	background-color: #fff;
}
body {
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
}

body.loaded {
	opacity: 1;
}

#back-to-top,
#pause,
#play {
	bottom: 2rem;
	cursor: pointer;
}
#back-to-top,
#navbar-btn {
	position: fixed;
	left: 3rem;
}
#back-to-top,
#pause,
#play,
#wake-up-btn,
.generator-choice-arrow,
.navbar-ca,
.social-icon-wrapper {
	cursor: pointer;
}
#back-to-top,
.wake-up-img {
	outline: 0;
	pointer-events: none;
}
@font-face {
	font-family: Vividly;
	src: url("./fonts/Chalkboard-Regular.woff") format("woff");
}
@font-face {
	font-family: Love;
	src: url("./fonts/Love.ttf");
}
:root {
	--navbar-height: 6rem;
}
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
}
.animated-gif:hover,
.animated-gif.animating {
	will-change: transform, opacity;
}
html {
	font-size: 16px;
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	font-family: Vividly, sans-serif;
	text-align: center;
}
#wake-up-fren {
	position: fixed;
	top: 0;
	left: 0;
	padding: 4rem 0;
	height: 100dvh;
	width: 100dvw;
	z-index: 999999;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: opacity 1s ease-out;
}
#navbar-btn,
#play,
.navbar-header,
.navbar-quak,
.wake-up-img.awake {
	display: none;
}
#wake-up-btn {
	outline: 0;
	width: 40rem;
	filter: grayscale(100%) brightness(200%);
}
#wake-up-btn:hover {
	filter: grayscale(0%) brightness(100%);
}
#wake-up-btn:active {
	filter: grayscale(0%) brightness(80%);
}
.wake-up-btn-img {
	width: 100%;
	height: auto;
}
.wake-up-img {
	height: 50rem;
	width: auto;
	margin-top: -10rem;
}
#navbar,
.navbar-btn-line {
	top: 0;
	width: 100%;
	transition: 0.2s ease-out;
}
#pause,
#play {
	position: fixed;
	right: 2rem;
	height: 3rem;
	width: auto;
	z-index: 999;
}
#navbar-btn {
	top: 3rem;
	height: 5rem;
	width: 5rem;
	z-index: 9999;
	outline: 0;
}
.navbar-btn-line {
	position: absolute;
	left: 0;
	height: 0.5rem;
	border-radius: 10rem;
	background-color: #000;
	opacity: 1;
}
.navbar-btn-line.b {
	top: 50%;
	transform: translateY(-50%);
}
.navbar-btn-line.c {
	top: 100%;
	transform: translateY(-100%);
}
.active .a {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.active .b {
	left: -50%;
	opacity: 0;
}
.active .c {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}
#navbar {
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	left: 0;
	height: var(--navbar-height);
	z-index: 999;
}
#navbar.active {
	left: 0;
}
.navbar-footer {
	font-size: 2rem;
	display: none;
}
.navbar-ca,
.navbar-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar-ca {
	position: relative;
	flex-shrink: 0;
}
.navbar-links {
	gap: 6rem;
	flex-shrink: 0;
}
.ca-icon-wrapper,
.social-icon-wrapper {
	height: 2.5rem;
	width: auto;
}
.ca-icon,
.social-icon {
	height: 100%;
	max-width: 100%;
}
.ca-text {
	font-size: 1.5rem;
	margin-left: 1rem;
	width: fit-content;
}
.ca-tooltip {
	visibility: hidden;
	position: absolute;
	left: 50%;
	bottom: -100%;
	transform: translateX(-50%);
	width: fit-content;
	white-space: nowrap;
	padding: 1rem 2rem;
	background-color: #000;
	opacity: 0.9;
	color: #fff;
	border-radius: 0.7rem;
	font-size: 1.3rem;
	z-index: 9999;
	transition: 0.1s ease-out;
	opacity: 0;
}
.generator-choice-arrow,
.generator-choice-text {
	color: #000;
	font-size: 2rem;
}
.navbar-ca:hover .ca-tooltip {
	visibility: visible;
	opacity: 0.8;
	bottom: -110%;
}
main {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: var(--navbar-height);
}
.title {
	font-size: 12rem;
	font-weight: 500;
	margin: 1.5rem 0;
	z-index: 9;
}
.dollar {
	font-family: Love, sans-serif;
	font-size: 8rem;
}
.sub-title {
	font-size: 3rem;
	z-index: 9;
}
.landing-animation {
	margin: -8rem;
	height: 35rem;
	width: auto;
}
.call-to-action-img {
	filter: brightness(200%) grayscale(100%);
	height: 9rem;
	width: auto;
}
.call-to-action-img:hover {
	filter: none;
}
.platforms-title {
	font-size: 6rem;
	font-weight: 500;
	margin-top: 10rem;
}
.platforms-logo-list {
	margin-top: 3rem;
	max-width: 60rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 6rem;
	row-gap: 3rem;
}
.platforms-logo-img {
	max-width: 15rem;
	height: auto;
}
.phantom-img {
	max-width: 35rem;
	height: auto;
}
.generator {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	margin: 8rem 0;
}
.generator-btns-container,
.generator-header,
.generator-img-container,
.generator-name-input {
	flex-shrink: 0;
}
.generator-title {
	font-size: 7rem;
	font-weight: 500;
}
.generator-text {
	font-size: 3rem;
}
.generator-img-container {
	position: relative;
	height: 25rem;
	width: 25rem;
	border: 0.5rem solid #000;
	border-radius: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.generator-img-bg {
	height: 100%;
	width: 100%;
}
.generator-img-accessory,
.generator-img-color,
.generator-img-eyes,
.generator-img-mouth,
.generator-img-shape {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 30rem;
	width: auto;
}
.generator-img-color,
.generator-img-shape {
	z-index: 1;
}
.generator-img-accessory,
.generator-img-eyes {
	z-index: 4;
}
.generator-img-mouth {
	z-index: 3;
}
.generator-name-input::placeholder {
	color: #bbb;
}
.generator-btns-container {
	width: 25rem;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
.generator-download-btn,
.generator-randomize-btn {
	font-size: 1rem;
	width: 100%;
	border: 0.5rem solid #000;
	border-radius: 1.2rem;
	padding: 0.7rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.3rem;
	background: 0 0;
	outline: 0;
	cursor: pointer;
}
.generator-download-btn:hover,
.generator-randomize-btn:hover {
	background-color: #ffa915;
}
.download-img,
.randomize-img {
	height: 1.8rem;
	width: 1.8rem;
}
.generator-choices-container {
	width: 25rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.generator-choice-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 0.5rem solid #000;
	border-radius: 1.2rem;
	padding: 0.7rem;
}
.generator-choice-arrow {
	font-weight: 700;
}
.note-text {
	font-size: 3rem;
	margin: 3rem 0;
}
.note-thank-you {
	font-size: 6rem;
	font-weight: 500;
}
.side-quak {
	min-width: 40rem;
	width: 40%;
	margin: 5rem 0;
}
.left-quak {
	align-self: flex-start;
}
.right-quak {
	align-self: flex-end;
}
.text-parallax-container {
	width: 100%;
}
.text-parallax-wrapper {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.text-parallax-row {
	display: inline-flex;
	will-change: transform;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}
.scroll-right {
	animation: 20s linear infinite scroll-right;
}
.scroll-left {
	animation: 20s linear infinite scroll-left;
}
.text-parallax-row span {
	font-size: 10rem;
	margin-right: 1.2rem;
}
.gallery {
	display: grid;
	padding: 0 10rem;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}
#back-to-top {
	height: 4rem;
	width: 4rem;
	opacity: 0;
	z-index: 99;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: 0 0;
	border: none;
	transition: 0.3s ease-out;
}
#back-to-top.active {
	opacity: 1;
	bottom: 3rem;
	pointer-events: all;
}
.back-to-top-img {
	height: 100%;
	width: auto;
}
.gallery-img-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery-img,
.gallery-img-border {
	width: 40rem;
	height: 40rem;
}
.gallery-img-border {
	position: absolute;
	top: 0;
	left: 0;
}
footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10rem 0 2rem;
	gap: 2rem;
}
.quak-love-img {
	height: 8rem;
	width: auto;
}
.footer-text {
	font-size: 4rem;
}
.copyright {
	font-size: 2rem;
}
@media screen and (max-width: 1600px) {
	html {
		font-size: 12px;
	}
}
@media screen and (max-width: 1100px) {
	.gallery-img,
	.gallery-img-border {
		width: 30rem;
		height: 30rem;
	}
}
@media screen and (max-width: 768px) {
	#navbar-btn,
	.navbar-footer,
	.navbar-header,
	.navbar-quak {
		display: block;
	}
	html {
		font-size: 8px;
	}
	#navbar {
		flex-direction: column;
		height: 100dvh;
		left: -100%;
		padding: 4rem 0;
		overflow: hidden;
	}
	#navbar.active {
		left: 0;
	}
	.navbar-quak {
		margin: -10rem 0;
	}
	.navbar-links {
		flex-direction: column;
		gap: 10rem;
	}
	.social-icon {
		height: 5rem;
	}
	.landing-animation {
		margin: -4rem;
		height: 20rem;
	}
	.call-to-action-img {
		height: 6rem;
	}
	.side-quak {
		width: 50rem;
	}
	.gallery {
		grid-template-columns: 1fr;
	}
}
@keyframes scroll-right {
	from {
		transform: translateX(-50%);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
