
html {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}

body {
	margin: 0;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2.5rem;
	box-sizing: border-box;
}

.header {
	width: 100%;
	padding: 2rem 0;
}

.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__logo {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	color: black;
	text-decoration: none;
}

.header__logo-image {
	width: 2rem;
	height: 2rem;
	margin-right: .75rem;
}

.nav--mobile {
	display: none;
}

.menu__item {
	display: inline-block;
}

.menu__link {
	display: inline-block;
	text-decoration: none;
	color: #666666;
	padding: 1rem 0;
	margin-left: 2rem;
	border-bottom: 3px solid white;
}

.menu__link:hover {
	color: black;
}

.menu__link--selected {
	font-weight: 600;
	color: black;
	border-bottom: 3px solid black;
}

.submenu {
	display: none;
	position: absolute;
	z-index: 99999;
	margin-left: 1rem;
	margin-top: -3px;
	background: white;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.submenu--mobile {
	margin-left: -2rem;
	text-align: right;
}

.menu__item:hover .submenu {
	display: block;
}

.submenu__link {
	display: block;
	text-decoration: none;
	color: black;
	padding: .75rem 1rem;
}

.submenu__link:hover {
	background-color: black;
	color: white;
}

.hero {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem 0 9rem;
}

.hero__title {
	font-size: 5rem;
	letter-spacing: -0.2rem;
	line-height: 1.15;
}

.hero__button {
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: -1rem;
	display: inline-block;
	color: black;
	text-decoration: none;
	padding-bottom: .25rem;
	border-bottom: 3px solid black;
	letter-spacing: -0.03rem;
}

.slider {
	position: relative;
}

.slider__inner {
	width: 100%;
	overflow: hidden;
}

.slider__image {
	display: none;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	background-size: cover;
	margin-bottom: -.5rem;
}

.slider__image:nth-child(1) { background-image: url(../media/slider/1.jpg); }
.slider__image:nth-child(2) { background-image: url(../media/slider/2.jpg); }
.slider__image:nth-child(3) { background-image: url(../media/slider/3.jpg); }
.slider__image:nth-child(4) { background-image: url(../media/slider/4.jpg); }
.slider__image:nth-child(5) { background-image: url(../media/slider/5.jpg); }
.slider__image:nth-child(6) { background-image: url(../media/slider/6.jpg); }
.slider__image:nth-child(7) { background-image: url(../media/slider/7.jpg); }
.slider__image:nth-child(8) { background-image: url(../media/slider/8.jpg); }
.slider__image:nth-child(9) { background-image: url(../media/slider/9.jpg); }

.slider__image--active {
	display: inline-block;
}

.slider__button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0%;
	cursor: pointer;
	color: white;
	font-size: 6rem;
	width: 12rem;
	height: 100%;
	z-index: 100;
	user-select: none;
}

.slider__button--prev {
	background: rgb(255,255,255);
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}

.slider__button--next {
	right: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}

.slider__arrow {
	text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.slider__arrow--prev {
	margin-left: -4rem;
}

.slider__arrow--next {
	margin-right: -4rem;
}

.information {
	padding: 5rem 0;
}

.information__title {
	font-size: 2.5rem;
	letter-spacing: -0.05rem;
}

.information__text {
	max-width: 36rem;
	font-size: 1.15rem;
	line-height: 1.8;
	color: #222222;
	margin-top: 1.5rem;
}

.galleries__title {
	font-size: 2.5rem;
	letter-spacing: -0.05rem;
}

.galleries__preview {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 6rem 0 5rem;
}

.galleries__preview-inner {
	max-width: 30rem;
}

.galleries__big-image {
	max-width: 100%;
}

.galleries__selection {
	margin-bottom: 6rem;
	min-width: 100%;
	overflow-x: auto;
	background-color: #dddddd;
}

.galleries__selection--inner {
	display: flex;
	width: min-content;
	padding: 1rem;
}

.galleries__button {
	border: none;
	background: none;
	cursor: pointer;
	margin: 0 1rem;
	padding: 0;
}

.galleries__thumbnail {
	width: 200px;
}

.galleries__video {
	width: 100%;
	margin-bottom: 5rem;
}

.characters__title {
	font-size: 2.5rem;
	letter-spacing: -0.05rem;
}

.characters__card {
	display: flex;
	align-items: center;
	margin: 6rem 0;
}

.characters__card:nth-of-type(2n) {
	flex-direction: row-reverse;
}

.characters__image {
	flex-shrink: 0;
	margin-right: 3rem;
	width: 33%;
	max-width: 20rem;
}

.characters__card:nth-of-type(2n) .characters__image {
	margin-left: 3rem;
	margin-right: 0;
}

.characters__name {
	margin-top: 0;
}

.characters__text {
	line-height: 1.75;
}

.characters__video {
	width: 100%;
	margin-top: 1rem;
}

.lore {
	padding: 9rem 0;
	background: url(../media/lore-image.jpg) center center;
	background-size: cover;
}

.lore__image {
	display: none;
}

.lore__inner {
	max-width: 36rem;
	margin: auto;
	color: #fafafa;
	background-color: rgba(0, 0, 0, .7);
	backdrop-filter: blur(20px);
	padding: 1rem 3rem;
	border-radius: 10px;
}

.lore__title {
	font-size: 2.5rem;
	letter-spacing: -0.05rem;
}

.lore__text {
	font-size: 1.15rem;
	line-height: 1.8;
	margin: 2rem 0;
}

.register__title {
	font-size: 2.5rem;
	letter-spacing: -0.05rem;
}

.register__subtitle {
	font-size: 1.25rem;
	margin-top: -1rem;
	color: #666666;
	font-weight: 400;
}

.register__text {
	max-width: 36rem;
	font-size: 1.15rem;
	line-height: 1.8;
	color: #222222;
	margin-top: 1.5rem;
}

.form {
	margin-top: 3rem;
	margin-bottom: 5rem;
	max-width: 28rem;
}

.form__row {
	display: flex;
	align-items: center;
	height: 3rem;
}

.form__label {
	text-align: right;
	width: 8rem;
	margin-right: 1rem;
}

.form__field {
	flex-grow: 1;
}

.form__input {
	font-size: 1rem;
	padding: .3rem .4rem;
	border-radius: 2px;
	border: 1px solid #aaaaaa;
	width: 100%;
}

.form__date {
	font-size: 1rem;
	padding: .15rem .4rem;
	border-radius: 2px;
	border: 1px solid #aaaaaa;
	background-color: white;
}

.form__select {
	font-size: 1rem;
	padding: .3rem .4rem;
	background-color: white;
	width: 100%;
	box-sizing: content-box;
}

.form__submit {
	font-size: 1rem;
	padding: .5rem 2rem;
	border-radius: 4px;
	border: none;
	background-color: #111111;
	color: white;
	margin-top: 1rem;
	cursor: pointer;
}

.form__submit:hover {
	background-color: #222222;
}

.footer {
	background-color: #111111;
	color: white;
	padding: 2rem 0;
}

.footer__title {
	font-size: 1.5rem;
}

.footer__social {
	display: flex;
	margin-bottom: 4rem;
}

.footer__social-link {
	display: flex;
	align-items: center;
	margin-right: 1rem;
}

.footer__social-image {
	width: 2rem;
}

@media screen and (max-width: 800px) {
	html {
		font-size: 14px;
	}

	.container {
		padding: 0 1.5rem;
	}

	.nav--web {
		display: none;
	}

	.nav--mobile {
		display: block;
	}

	.hero {
		padding: 2rem 0 6.5rem;
	}

	.hero__title {
		font-size: 3rem;
		letter-spacing: -0.125rem;
		line-height: 1.15;
	}

	.hero__button {
		font-size: 1.25rem;
		margin-top: -1rem;
		padding-bottom: .25rem;
	}

	.slider__button {
		font-size: 4rem;
		width: 6rem;
	}

	.slider__arrow--prev {
		margin-left: -2rem;
	}

	.slider__arrow--next {
		margin-right: -2rem;
	}

	.information {
		padding: 2rem 0;
	}

	.characters__card, .characters__card:nth-of-type(2n) {
		flex-direction: column;
		align-items: center;
		padding: 2rem 0;
		border-bottom: 1px dashed #aaaaaa;
	}

	.characters__card:last-child {
		border: none;
	}

	.characters__image, .characters__card:nth-of-type(2n) .characters__image {
		width: auto;
		margin: 0 0 5rem;
	}

	.lore {
		padding: 0;
		background: none;
	}

	.lore__image {
		display: block;
		width: 100%;
	}

	.lore__inner {
		color: black;
		background: none;
		backdrop-filter: none;
		border-radius: 0;
		padding: 1rem 1.5rem 2rem;
		margin: 0;
	}

	.lore__title {
		margin-top: 3rem;
	}

	.form {
		max-width: 18rem;
	}

	.form__row {
		flex-direction: column;
		align-items: flex-start;
		height: auto;
		margin-bottom: 1.5rem;
	}

	.form__field {
		width: 100%;
	}

	.form__label {
		text-align: left;
		margin-bottom: .5rem;
	}
}