body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	background-color: #131315;
	user-select: none;
	-webkit-user-select: none;
}
input {
	user-select: text;
	-webkit-user-select: text;
}

/*anims*/
@keyframes viewin {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes viewout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes breathe
{
	0%   { transform:scaleY(1)     scaleX(1);     }
	30%  { transform:scaleY(1.028) scaleX(0.992); }
	50%  { transform:scaleY(1.038) scaleX(0.988); }
	70%  { transform:scaleY(1.028) scaleX(0.992); }
	100% { transform:scaleY(1)     scaleX(1);     }
}

/*headers*/
.view {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease;
}
.view.active {
	opacity: 1;
	pointer-events: all;
}
.view.entering {
	animation: viewin 0.42s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.view.leaving {
	display: block;
	animation: viewout 0.32s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	pointer-events: none;
}

#tb {
	position: fixed;
	top: 40.5px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 324px);
	height: 72.9px;
	background: linear-gradient(to bottom, #222226, #151517);
	border-radius: 25.9px;
	display: flex;
	align-items: center;
	z-index: 9999;
	padding: 0 32.4px;
	box-sizing: border-box;
}

#logo {
	height: 77.8px;
	z-index: 2;
}

#wrap {
	margin-left: auto;
	background: linear-gradient(to bottom, #252529, #141416);
	height: 21.6px;
	border-radius: 999px;
	padding: 5.4px 14.4px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: 1px solid black;
}

#note {
	margin: 0;
	color: white;
	font-size: 13.5px;
	font-weight: 400;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

/*this holds the tab btns*/
#nav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 20px;
	align-items: center;
}

#Faq,
#dw,
#home,
#credits {
	outline: none;
	background: none;
	border: none;
	cursor: pointer;
	color: #aaaaaa;
	font-size: 22.7px;
}

#Faq p,
#dw p,
#home p,
#credits p {
	margin: 0;
}

.box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 32px;
	border-radius: 8px;
	background: linear-gradient(to bottom, #252529, #141416);
	box-sizing: border-box;
	outline: 1px solid black;
	overflow: hidden;
	padding: 0 6px;
}

.box svg {
	display: block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	fill: #aaaaaa;
	flex-shrink: 0;
}

.label {
	color: #aaaaaa;
	font-size: 13px;
	font-weight: 400;
	white-space: nowrap;
	max-width: 0;
	opacity: 0;
	overflow: hidden;
	margin-left: 0;
	transition: max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), margin-left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btns:hover .label,
.btns.active .label {
	max-width: 80px;
	opacity: 1;
	margin-left: 5px;
}

#subbtns {
	position: absolute;
	top: 388px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 16px;
	align-items: center;
	z-index: 1;
}

#discord {
	cursor: pointer;
	outline: none;
	border: 0px solid rgba(0,0,0,0);
	background-color: #1a1a1c;
	border-radius: 999px;
	padding: 12px 28px;
	margin: 0;
	color: white;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#products {
	cursor: pointer;
	outline: none;
	border: none;
	background-color: #1a1a1c;
	border-radius: 999px;
	padding: 12px 28px;
	margin: 0;
	color: white;
}

#link {
	transition: opacity 0.3s ease;
}

/*btns below the comet text*/
#products p,
#discord p {
	margin: 0;
}

#head {
	font-size: 129.6px;
	left: 50%;
	transform: translateX(-50%);
	top: 37.8px;
	position: absolute;
	margin: 0;
	text-align: center;
	color: black;
	z-index: 1;
}

#name {
	color: #e8e8e8;
}

#sub {
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	margin: 0;
	font-size: 25.9px;
	top: 330px;
	color: #555558;
	z-index: 1;
}

/*canvas*/
#topography {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}

/*our mascot <3*/
/*#bunnigirl {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 400px;
	height: auto;
	z-index: 9998;
	pointer-events: none;
	opacity: 0.8;
	animation:breathe 3.8s eas-in-out infinite;
}
*/
/*new mascot kinda*/
#cat {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 400px;
	height: auto;
	z-index: 9998;
	opacity: 0.8;
}
#catwrap
{
	position: fixed;
	bottom: 0px;
	right: 0px;
	animation: breathe 3.8s ease-in-out infinite;
}

@media (max-width: 768px) {
	#tb {
		width: calc(100% - 32px);
		height: 60px;
		top: 16px;
		padding: 0 16px;
		border-radius: 18px;
	}

	#logo {
		height: 48px;
	}

	#wrap {
		display: none;
	}

	#nav {
		gap: 8px;
	}

	.box {
		height: 28px;
		padding: 0 5px;
	}

	.box svg {
		width: 16px;
		height: 16px;
		min-width: 16px;
	}

	.label {
		font-size: 11px;
	}

	.btns:hover .label,
	.btns.active .label {
		max-width: 60px;
		margin-left: 4px;
	}

	#head {
		font-size: 56px;
		top: 100px;
	}

	#sub {
		font-size: 14px;
		top: 175px;
	}

	#subbtns {
		top: 230px;
		gap: 10px;
		flex-wrap: wrap;
		justify-content: center;
		width: 85%;
	}

	#discord,
	#products {
		padding: 10px 18px;
	}

	#products p,
	#discord p {
		font-size: 13px;
	}

	#cat {
		width: 160px;
	}
}

@media (max-width: 480px) {
	#head {
		font-size: 42px;
		top: 90px;
	}

	#sub {
		font-size: 12px;
		top: 155px;
	}

	#subbtns {
		top: 195px;
	}

	#cat {
		width: 120px;
	}
}