@font-face {
	font-family: "antigone_compact_pro-regular";
	src: url("../media/antigone_compact_pro-regular-webfont.71e8d880074477979df6.woff2") format("woff2"),
		url("../media/antigone_compact_pro-regular-webfont.6ea2dde2e9fa2ed0c14c.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body.bg-index {
	background: #191818 !important;
	background-image: none !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "antigone_compact_pro-regular", sans-serif !important;
	/* color: #ffffff; */
	text-align: center;
}

.main-section {
	background-color: #191818;
	padding: 50px 10px;
}

.subtext {
	font-size: 22px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 40px;
}

.section-gallery-wrapper {
	overflow: hidden;
	background-color: #000;
	border-radius: 20px;
	margin: 30px auto;
	max-width: 900px;
	padding: 10px;
}

.section-gallery {
	display: flex;
	gap: 15px;
	width: max-content;
	animation: scroll-left 40s linear infinite;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}
}

.section-gallery {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	scroll-behavior: smooth;
	gap: 15px;
	padding-bottom: 10px;
}

.section-gallery::-webkit-scrollbar {
	height: 10px;
}

.section-gallery::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 5px;
}

.section-gallery img {
	flex: 0 0 auto;
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius: 12px;
}

.cta-buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.cta-buttons a {
	display: inline-block;
	padding: 15px 30px;
	border-radius: 50px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	border: 3px solid #000;
	transition: all 0.3s ease;
	box-shadow: 4px 4px 0 #000;
}

.index-guest .joinnow {
	font-family: "antigone_compact_pro-regular";
	padding: 20px 35px;
	border-radius: 50px;
	background-color: red;
	border: 3px solid black;
	box-shadow: 6px 6px 0 black;
	text-transform: uppercase;
	line-height: 1.2;
	display: inline-block;
	text-align: center;
}

.index-guest .joinnow .line1 {
	font-size: 16px;
	color: yellow;
	font-weight: bold;
}

.index-guest .joinnow .line2 {
	font-family: "antigone_compact_pro-regular";
	font-size: 22px;
	color: white;
	font-weight: 900;
}

.index-guest .joinnow:hover {
	background-color: white;
	color: red;
}

.index-signin span {
	font-family: "antigone_compact_pro-regular";
	display: inline-block;
	margin-top: 15px;
	background-color: #00cc00;
	color: white;
	padding: 12px 25px;
	border-radius: 30px;
	border: 3px solid black;
	font-size: 20px;
	font-weight: 900;
	box-shadow: 4px 4px 0 black;
	cursor: pointer;
	text-transform: uppercase;
}

.index-signin span:hover {
	background-color: white;
	color: green;
}

.smaller-subtext {
	font-size: 16px;
	font-weight: 400;
	opacity: 0.9;
}

.section-gallery img {
	flex: 0 0 auto;
	width: 250px;
	height: 250px;
	object-fit: cover;
	border-radius: 12px;
}

.copyright-bar {
	font-family: "antigone_compact_pro-regular";
	margin-top: 20px;
	background-color: #e15e36;
	/* width: 100vw; */
	padding: 5px;
	color: #eeeeee;
	text-align: center;
	/* margin-left: 82px; */
	position: absolute;
	bottom: 0;
	width: 100%;
}

.headline-banner-wrap {
	text-align: center;
	margin: 10px auto 0;
	display: flex;
	flex-direction: column;
	/* <-- Forces vertical stacking */
	align-items: center;
	gap: 0px;
	/* spacing between banners */
}

.headline-banner {
	display: inline-block;
	background-color: #000;
	padding: 6px 20px;
	transform: skew(-10deg);
	margin: 0px 0;
	box-shadow: 5px 5px 0 #ffffff;
}

.headline-banner h1 {
	transform: skew(10deg);
	/* counter skew the text */
	color: white;
	margin: 0;
	font-size: 40px;
	font-weight: 900;
	font-family: "antigone_compact_pro-regular", sans-serif;
	line-height: 1.4;
}
