body {
	margin: 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}
header {
	height: 100vh;
}

#rules {
	display: flex;
	flex-direction: column;
	gap: 5px;
	background-color: #1D1109 !important;
}

h1, h2, h3, h4 {
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

h1, h2 {
	width: 100%;
	text-align: center;
	color: white !important;
}

h1 {
	font-size: 4.5rem !important;
	padding-top: 150px;
}

h2 {
	font-size: 3rem !important;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 10;
	transition: background 0.3s;
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

#merch {
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #1D1109;
}

#merch img {
	width: 100vw;
}

.blizzard {
	font-family: "Josefin Sans", sans-serif;
	position: absolute !important;
	bottom: 40px;
	right: 40px;
	color: white;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	max-width: calc(100vw - 80px);
}

.blizzard img {
	padding-top: 5px;
	width: 200px;
}

.blizzard a {
	color: white;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.l2p-logo {
	font-family: "Josefin Sans", sans-serif;
	position: absolute !important;
	bottom: 28px;
	left: 40px;
	color: white;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	max-width: calc(100vw - 80px);
	z-index: 10;

}

.l2p-logo img {
	width: 150px;
}

.l2p-logo a {
	color: white;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.logo-wrapper {
	width: 0;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-wrapper.visible-in {
	opacity: 1;
	width: 70px;
	pointer-events: auto;
	transition:
		opacity 0.4s ease 0.4s,
		width 0.4s ease;
}

.logo-wrapper.visible-out {
	opacity: 0;
	width: 0;
	pointer-events: none;
	transition:
		opacity 0.4s ease,
		width 0.4s ease 0.4s;
}

.logo-wrapper .logo {
	width: 60px;
	transition: transform 0.3s ease, opacity 0.5s ease;
}

.logo-hero {
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translate(-50%);
	width: 350px;
	transition: opacity 0.5s ease;
	z-index: 2;
}
.logo-hero.hidden {
	opacity: 0;
	pointer-events: none;
}

nav ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	justify-content: center;
}
nav ul li a:not(.plain) {
	display: flex;
	padding: 20px 30px;
	color: white !important;
	text-decoration: none;
}

nav ul li a:not(.plain):hover {
	background: rgba(0, 0, 0, .3);
}

header {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	will-change: background-position;
}

.parallax-bg {
	background: url('./assets/bg.jpg') center/cover no-repeat;
}

.parallax-wristband {
	background: url("./assets/wristband.jpg") center/cover no-repeat;
}

.parallax-signing {
	background: url("./assets/signing.jpg") center/cover no-repeat;
}

.parallax-fraction {
	background: url("./assets/fraction-battle.jpg") center/cover no-repeat;
}

.parallax-gun {
	background: url("./assets/guns.jpg") center/cover no-repeat;
}

.parallax-gold {
	background: url("./assets/gold.jpg") center/cover no-repeat;
}

.parallax-auction {
	background: url("./assets/auction.jpg") center/cover no-repeat;
}

.parallax-wrapper {
	position: relative;
	height: 450px;
	overflow: hidden;
}

.flip-horizontal {
	transform: scaleX(-1);
}

.parallax-wrapper.with-left-gradient::before {
	content: '';
	position: absolute;
	inset: 0;
	transition: opacity 1s ease-in-out;
	pointer-events: none;
	z-index: 2;
	background: linear-gradient(
			90deg,
			rgba(0, 0, 0, 1) 1%,
			rgba(0, 0, 0, 0.9) 42%,
			rgba(0, 0, 0, 0.4) 65%,
			rgba(0, 0, 0, 0) 100%
	);
}

.parallax-wrapper.with-right-gradient::before {
	content: '';
	position: absolute;
	inset: 0;
	transition: opacity 1s ease-in-out;
	pointer-events: none;
	z-index: 2;
	background: linear-gradient(
			270deg,
			rgba(0, 0, 0, 1) 1%,
			rgba(0, 0, 0, 0.9) 42%,
			rgba(0, 0, 0, 0.4) 65%,
			rgba(0, 0, 0, 0) 100%
	);
}

.section-info {
	height: 450px;
	width: 40vw;
	position: relative;
	padding: 40px;
	z-index: 9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
	gap: 1.5rem;
	font-size: 1.2rem;
}
.section-info.right {
	margin-left: auto;
}

.section-info h3 {
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}

header > *:not(.parallax):not(nav) {
	position: relative;
	z-index: 1;
}

#partners {
	background-image: url("./assets/sponsors/bg.jpg");
	background-size: 100% auto;
	background-position: center;
}

#partners .container:first-child {
	padding-top: 40px;
}
#partners .container:last-child {
	padding-bottom: 40px;
}

#partners .container {
	display: flex;
	flex-direction: row;
	gap: 30px;
	padding: 20px 0;
}

#partners .item {
	width: 25%;
	border: 2px solid #504137;
	overflow: hidden;
	background-color: white;
	box-shadow: 1px 8px 5px 0px rgba(0,0,0,0.75);
}

#partners .item:hover {
	border-color: #F8B700;
}

#partners .item.empty {
	border: 2px solid transparent;
	background-color: transparent;
	box-shadow: none;
}

#partners .item.big {
	width: calc(50% + 30px);
}

#partners .item img {
	width: 100%;
	transition: transform 0.3s ease;
	filter: brightness(80%);
	height: 100%;
}

#partners .item:hover img {
	transform: scale(1.15);
}

footer.wowcon-footer {
	background-color: #1b1a1a;
	color: white;
	padding: 4rem 1rem;
	font-family: sans-serif;
}

.footer-container {
	max-width: 1100px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-column {
	flex: 1;
	min-width: 280px;
	display: flex;
	justify-content: center;
}

.footer-heading {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.footer-heading span {
	font-size: 2rem;
	margin-right: 1rem;
}

.footer-heading h3 {
	margin: 0;
}

.footer-column p {
	margin-top: 0;
}

.footer-column a {
	color: #ffcc00;
	text-decoration: none;
}

.footer-bottom {
	text-align: center;
	color: #666;
	margin: 2rem;
	font-size: 0.9rem;
}

@media (max-width: 1024px) {
	nav {
		display: block;
	}
	nav ul {
		flex-wrap: wrap;
		gap: 2px;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 0;
		padding: 0 2px;
	}
	nav ul li a:not(.plain) {
		padding: 6px 4px;
		font-size: 0.7rem;
	}
	.logo-hero {
		width: 50vw;
	}
	h1 {
		font-size: 2.8rem !important;
	}
	h2 {
		font-size: 2rem !important;
	}
	.blizzard {
		bottom: 20px;
		right: 20px;
		font-size: 1rem;
	}
	.blizzard img {
		width: 100px;
	}
	.l2p-logo {
		bottom: 18px;
		left: 20px;
		font-size: 1rem;
		z-index: 10;

	}
	.l2p-logo img {
		width: 80px;
	}
	
	.logo-wrapper {
		width: 0;
		opacity: 0;
		pointer-events: none;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.logo-wrapper.visible-in {
		opacity: 1;
		width: 30px;
		pointer-events: auto;
		transition:
			opacity 0.4s ease 0.4s,
			width 0.4s ease;
	}
	
	.logo-wrapper.visible-out {
		opacity: 0;
		width: 0;
		pointer-events: none;
		transition:
			opacity 0.4s ease,
			width 0.4s ease 0.4s;
	}
	
	.logo-wrapper .logo {
		width: 25px;
		transition: transform 0.3s ease, opacity 0.5s ease;
	}
	.section-info {
		width: 100%;
	}
	.parallax-wrapper.with-right-gradient::before,
	.parallax-wrapper.with-left-gradient::before {
		background: rgba(0, 0, 0, 0.8);
	}
	#partners .container {
		flex-direction: column;
	}
	#partners .item {
		width: calc(100% - 40px) !important;
		margin: 0 20px;
	}
}