body {
	background: rgb(2 7 12);
}

.legal-age-warning {
	z-index: 9999;
	position: fixed;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	backdrop-filter: blur(10px);
	background: rgba(0, 0, 0, .6);
	transition: all 0.8s cubic-bezier(.25,1.2,.25,1);
	display: none;
}

.warning {
	background: rgb(2 7 12);
	padding: 16px;
	border-radius: 4px;
}

.warning {
	margin: 0;
	max-width: 600px;
	width: 100%;
}

.warning-app-logo {
	width: 128px;
	height: 128px;
}

.warning > h1 {
	margin: 0 0 8px 0;
}

.legal-age-rta-info {
	display: flex;
	align-tems: center;
	justify-content: center;
}

.legal-age-rta-info > div {
	color: #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 8px;
}

.legal-age-rta-info > div > span {
	margin-left: 4px;
}

.rta-logo {
	height: 14px;
	margin-left: 8px;
}

#app-header {
	display: flex;
	justify-content: center;
}

#app-header > div {
	height: 80px;
	position: fixed;
	z-index: 99999999999;
}

#app-header > div {
	width: 100%;
	padding: 4px;
	background: transparent;
	transition: all 0.4s cubic-bezier(.25,1.2,.25,1);
}

.header-logo > a > img {
	width: 40px;
	height: 40px;
	border-radius: 8px;
}

#app-header > div > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


#app-header > div {
  width: 100%;
	display: flex;
	justify-content: center;
}

#app-header > div > div {
  width: 100%;
	max-width: 1920px;
}

#app-header > div > div > ul {
	list-style: none;
	padding: 0;
	gap: 8px;
	align-items: center;
}

.desktop-menu {
	display: flex;
}

#app-header > div > div  > ul > li {
	padding: 16px;
	cursor: pointer;
	font-weight: bold;
}

#app-header > div > div > ul > li > a{
	color: #FFF;
}

.header-actions {
	display: flex;
	align-items: center;
}

.hero-content > .action-button{
	margin-top: 8px;
	margin-bottom: 16px;
}

.action-button {
	text-align: center;
}

.header-actions > .action-button {
	width: auto;
	max-width: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.header-actions > .discord-button {
	width: 64px;
}

.discord-button {
	background: #535fee;
}

.header-actions > .discord-button > img {
	margin: 0;
}

h1 {
	color: white;
}

h3 {
	color: #fff;
}

h2 {
	margin-top: 16px;
	text-align: center;
	margin-bottom: 16px;
}

.secondary-text {
	color: #6f6f6f;
	margin-top: 16px!important;
}

section {
	padding: 0 16px;
	display: flex;
	justify-content: center;
	background: #071929;
}

section > .container {
	max-width: 1024px;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
}

p {
	margin: 0;
}

h3 {
	margin-top: 0;
}

/**
 * Hero
 */
#hero {
	background: rgb(2 7 12);
}

.bg-video-wrap {
	position: absolute;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	max-width: 1920px;
}

video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	z-index: 1;
}

.video-overlay {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(45deg, rgba(0,0,0,.4) 50%, rgba(0,0,0,.4) 50%);
	background-size: 2px 2px;
	z-index: 2;
}

#hero {
	width: 100%;
	height: 100vh;
}

#hero > .container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}

.hero-background {
	background: url(./../images/next_char.png);
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
}

.hero-content {
	z-index: 9;
	display: flex;
	flex-direction: column;
	position: absolute;
	max-width: 1920px;
	width: 100vw;
	bottom: 0;
	padding: 32px;
}

.hero-content > .action-button {
	width: 240px;
}

.active-players {
	display: flex;
	align-items: center;
}

.active-players > div {
	position: relative;
}

.active-players > p {
	margin-left: 88px;
}

.active-players > div > img {
	width: 32px;
	height: 32px;
	border: 1px solid white;
	border-radius: 50%;
	position: absolute;
	top: -16px;
}


.active-players > div > img:nth-child(1) {
	left: 0;
}

.active-players > div > img:nth-child(2) {
	left: 24px;
}

.active-players > div > img:nth-child(3) {
	left: 48px;
}



/**
 * Characters
 */

#characters {
	width: 100%;
}

.talk-button {
	margin-top: 16px;
	color: #FFF;
	padding: 12px 32px;
	border-radius: 8px;
	text-transform: uppercase;
	background: #fd2df8;
	transition: all 0.3s cubic-bezier(1,1.5,1,2);
}

#npcs > .container > .secondary-text {
	margin: 0 0 16px 0;
	text-align: center;
}

#characters > .container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.character {
	width: 100%;
	display: flex;
	gap: 32px;
	margin-bottom: 32px;
}


.character-info > h3 {
	margin-bottom: 4px;
}

.character-info > p > a {
	color: #fd2df8;
}

.character > img {
	width: 50%;
	border-radius: 8px;
}

.character-info {
	margin: 0 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.character-info > p {
	color: #6f6f6f;
}

/**
 * Play Section
 */

#play-section {
	height: 100px;
	padding: 24px;
	color: #FFF;
	background: rgba(253,45,248,1);
	background: linear-gradient(43deg, rgba(131,58,180,1) 0%, rgba(240,45,253,1) 49%, rgba(244,45,253,1) 100%);
}

.play-section-message > p {
	display: flex;
	justify-content: center;
	align-items: center;
}

.emoji-icon {
	width: 24px;
	height: 24px;
	margin-left: 8px;
}

#play-section > div {
	display: flex;
	max-width: 1024px;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}


#play-section > div > button {
	background: #071929;
	color: #FFF;
	min-width: 149px;
	margin-left: 16px;
	padding: 12px 32px;
	border-radius: 8px;
	text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/**
 * Feedback
 */

#feedback {
	padding: 16px 0;
}

.feedback {
	background: #28283B;
	padding: 16px;
	border-radius: 8px;
	color: white;
	font-size: 10px;
	width: 33.33%;
	display: flex;
	flex-direction: column;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	cursor: pointer;
}

.unfocus-feedback {
	 filter: brightness(0.1);
 }

.feedback:hover {
	scale: 1.1;
	z-index: 2;
}

.feedback-container {
	display: flex;
  gap: 10px;
}

.feedback-user {
	display: flex;
	align-items: center;
  justify-content: space-between;
	margin-bottom: 8px;
}

.feedback-user {
	text-align: right;
	color: #6f6f6f;
}

.feedback-rating {
	display: flex;
}

.feedback-rating > div > div > img {
	width: 12px;
	height: 12px;
}

.feedback-stars {
	margin: 0 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.feedback-stars > div {
	text-align: left;
	font-weight: bold;
	color: #fff;
}

.feedback-user > div > img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
}

.feedback > ul {
	margin: 0;
}

.container > .discord-button {
	font-size: 12px;
}

/*
 * Hamburgher Menu Item
 * */
.mobile-sidebar {
	width: 100vw;
	height: 100vh;
	left: -100vw;
	background: rgb(2, 7, 12);
	z-index: 99999;
	position: fixed;
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 32px;
	transition: all 0.8s cubic-bezier(.25,1.2,.25,1);
}

.mobile-sidebar-active {
	left: 0;
}

.mobile-sidebar > ul {
	list-style: none;
	padding: 0;
}

.mobile-sidebar > ul > li {
	margin-bottom: 16px;
}

.menu__mobile {
	position: fixed;
	z-index: 9999;
	top: 27px;
}

.menu__mobile_button {
  position: relative;
  height: 26px;
  width: 40px;
  cursor: pointer;
  background-color: transparrent;
}

.menu__mobile_button.active span {
  opacity: 0;
}

.menu__mobile_button.active.menu__mobile_button:before, .menu__mobile_button.active.menu__mobile_button:after {
  top: 40%;
}

.menu__mobile_button.active.menu__mobile_button:before {
  transform: rotate(45deg);
}

.menu__mobile_button.active.menu__mobile_button:after {
  transform: rotate(-45deg);
}

.menu__mobile_button span, .menu__mobile_button:before, .menu__mobile_button:after {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  opacity: 1;
}

.menu__mobile_button:before, .menu__mobile_button:after {
  content: "";
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu__mobile_button span {
  top: 50%;
  transform: translateY(-50%);
}

.menu__mobile_button:before {
  top: 0;
}

.menu__mobile_button:after {
  top: calc(100% - 6px);
}

/**
 * FAQ
 */

#faq {
	background: #05121e;
}

#characters {
	background: #05121e;
}

.character:last-of-type {
	margin-bottom: 0;
}

.accordion-group {
	margin: 1rem 0;
	border: 1px solid #363636;
	border-radius: 4px;
}

.accordion-group > .accordion {
	border-bottom: 1px solid #363636;
}

.accordion-group > .accordion:first-of-type {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.accordion-group > .accordion:last-of-type {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.accordion {
	background-color: #28283B;
	color: white;
}

.accordion + .accordion {
}

.ac-state {
	display: none!important;
}

.ac-trigger {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 1rem;
	width: 100%;
	margin-top: 0!important;
	margin-bottom: 0!important;
}

.ac-trigger:hover,
.ac-trigger:focus {
	background-color: #28283B;
}

.ac-title {
	font-weight: 600;
}

.ac-content {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 300ms ease;
}

.ac-content-inner {
	overflow: hidden;
	padding: 0 1rem;
}


.ac-content-inner > p {
	margin: 16px 0;
	color:#6f6f6f;
}

.ac-content img {
	display: block;
	margin: 0 auto;
}

.ac-state:not(:checked) ~ .ac-trigger .ac-icon-close {
	display: none;
}

.ac-state:checked ~ .ac-trigger {
	background-color: #1d1d2a;
	color: rgb(245 60 237);
}

.ac-state:checked ~ .ac-trigger .ac-icon-open {
	display: none;
}

.ac-state:checked ~ .ac-content {
	grid-template-rows: 1fr;
}

/**
 * Pricing
 **/
.one-time-pricing {
	align-items: center;
	justify-content: center;
}

.pricing-header {
	margin: 16px 0;
}

/**
 * Footer
 */
#footer {
	background: #05121e;
	width: 100%;
	color: #fff;
	padding: 64px 16px 32px 16px;
}

#footer > .container {
	max-width: 1024px;
	width: 100%;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
}

#footer > .container > div {
	display: flex;
	width: 100%;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

#footer > .container > div > div > img {
	border-radius: 8px;
	width: 64px;
	height: 64px;
}

#footer a {
	color: #fd2df8;
}

.security-payment{
	margin-bottom: 16px;
}

.ssl-icon > img {
	margin-top: 8px;
	width: 120px;
}

.social-links > div > div {
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	filter: grayscale(80%);
	cursor: pointer;
	padding: 8px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #535fee;
}

.social-links > div {
	display: flex;
	gap: 8px;
}

.social-links > div > div:hover {
	filter: grayscale(0%);
}

.discord-link {
	background: #535fee;
}

.instagram-link:hover {
	background: rgb(131,58,180);
	background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.tiktok-link:hover {
	background: #000;
}

.social-links > div > div > img {
	with: 24px;
	height: 24px;
}

.mobile-menu {
	display: none;
}

@media (max-width: 1365px) {
	.pricing {
		flex-direction: column;
		width: 100%;
	}

	.pricing-item {
		width: 100%;
	}

	.pricing-item:hover {
		scale: 1;
	}
}

@media (max-width: 1046px) {
	.feedback-container {
		flex-direction: column;
		margin: 0 16px;
		align-items: center;
	}

	.feedback:hover {
		scale: 1;
	}
}

/*
 * Responsive
 * */
@media (max-width: 720px) {
	#app-header {
		/*display: none;*/
	}

	video {
		object-position: 74% center;
	}

	.legal-age-warning > .warning {
		max-width: 100%;
		width: 100%;
		height: 100%;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-sidebar {
		display: flex;
	}

	.desktop-menu {
		display: none;
	}

	.character {
		flex-direction: column;
		gap: 8px;
		margin-bottom: 8px;
	}

	.character:nth-child(even) {
		flex-direction: column-reverse;
	}

	.character:nth-child(odd) {
		flex-direction: column;
	}

	.character > img {
		width: 100%;
	}

	.character-info {
		margin: 0;
	}

	.feedback-container {
		flex-direction: column;
		margin: 0 16px;
	}

	.feedback {
		width: 100%;
	}

	.pricing {
		flex-direction: column;
		width: 100%;
	}

	.pricing-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.pricing-item:hover {
		scale: 1;
	}

	.feedback:hover {
		scale: 1;
	}
}
