
.event-section {
	height: 100vh;
	padding: 0px;
	z-index: 1;
}

.event-container {
	padding: 0px;
}

.event-hero-section {
	height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically centers the content */
    align-items: center; /* Horizontally centers the content */
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
}

.event-hero-section::before {
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.event-hero-section > * {
	z-index: 2;
}

.event-hero-content {
    position: relative;
    z-index: 1;
    width: 70vw;
    animation: fadeIn 0.5s forwards;
    text-align: center; /* Ensures text inside is also centered */
}

.event-hero-content h1 {
	font-weight: 900;
    font-size: 10rem; 
    color: white;
    text-align: center;
    margin: 0;
     padding: 20px;
   
}

.event-hero-content h2 {
	font-weight: 900;
    font-size: 2rem; 
    color: white;
    text-align: center;
    margin: 0;
}

.event-hero-content h3 {
	font-weight: 600;
    font-size: 1rem; 
    color: white;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
}

.event-hero-content p {
	color: white;
}

.event-hero-content p a {
	color: white;
	text-decoration: none;
}

.event-hero-content .event-title {
	line-height: 10rem;
    display: block;
}
.event-teaser-section {
	height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically centers the content */
    align-items: center; /* Horizontally centers the content */
    width: 100%;
    overflow: hidden;
    background-color: #353e43;
}

.event-teaser-content {
	position: relative;
    width: 70vw;
    animation: fadeIn 0.5s forwards;
    text-align: center; /* Ensures text inside is also centered */
}

.event-teaser-content p {
	font-size: 3rem;
	color: white;
}

.event-why-section {
	height: 60vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically centers the content */
    align-items: left; /* Horizontally centers the content */
    width: 100%;
    overflow: hidden;
    background-color: white;
}

.event-why-content {
	position: relative;
    animation: fadeIn 0.5s forwards;
    text-align: left; /* Ensures text inside is also centered */
}

.event-why-row {
	width: 60%;
}
.event-why-content h2 {
	font-size: 6rem;
	color: black;
	font-weight: 600;
}

.event-why-content p {
	font-size: 1.2rem;
	color: black;
	text-align: left;
}

.event-included-section {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically centers the content */
    align-items: left; /* Horizontally centers the content */
    width: 100%;
    overflow: hidden;
    background-color: white;
}

.event-included-content {
	position: relative;
    animation: fadeIn 0.5s forwards;
    text-align: left; /* Ensures text inside is also centered */
}

.event-included-row {
	width: 60%;
}
.event-included-content h2 {
	font-size: 6rem;
	color: black;
	font-weight: 600;
}

.event-included-content p {
	font-size: 1.2rem;
	color: black;
	text-align: left;
}


.event-accordion-button {
	font-size: 1.5rem;
	padding-top: 30px;
	padding-bottom: 30px;
}

.event-accordion-section {
	padding-bottom: 5vh;
}

.event-book-section {
	height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically centers the content */
    align-items: center; /* Horizontally centers the content */
    width: 100%;
    overflow: hidden;
    background-color: white;
}

.event-book-content {
	position: relative;
    width: 70vw;
    animation: fadeIn 0.5s forwards;
    text-align: center; /* Ensures text inside is also centered */
}

.event-book-row h2 {
	font-size: 3rem;
	color: black;
	padding-bottom: 3vh;
	font-weight: 600;
}

.event-book-row p {
	font-size: 1.5rem !important;
	color: black;
}

.event-book-content h3 {
	font-size: 1.5rem;
}

.event-book-content img {
	width: 100%;
}

.event-book-content .col {
	text-align: left;
}

.event-book-whatis-row {
	background-color: #eee;
	align-items: flex-start;
	line-height: 3vh;
	font-size: 1.2rem;
}

.event-book-whatis-image {
	padding: 0;
}
.event-book-whatis-content {
	background-color: #eee;
	align-items: flex-start;
	line-height: 3vh;
	font-size: 1.2rem;
	padding-top: 2vh;
	padding-bottom: 2vh;
}

.event-book-whatis-row p {
	font-size: 1.2rem;
}


.event-venue-section {
	height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically centers the content */
    align-items: center; /* Horizontally centers the content */
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.event-venue-content {
	position: relative;
    animation: fadeIn 0.5s forwards;
    text-align: left; /* Ensures text inside is also centered */
    padding-left: 5.5vw;
    padding-right: 25vw;
}

.event-venue-content h2 {
	font-size: 6rem;
	color: white;
	padding-bottom: 20px;
	padding-left: 0px;
}

.event-venue-content p {
	font-size: 2.5rem;
	color: white;
	padding-left: 0px;
	padding-bottom: 15px;
}

.event-venue-row {
	padding-left: 0px;
}

.event-venue-align {
	display: flex;
	margin-top: auto;
	flex-direction: column;
}

.event-map-section {
	height: 75vh;
}

#map {
	height: 100% !important;
}

.event-address-row {
	text-align: right;
	width: 100%;
}

.event-address-row p {
	color: white;
}

.event-booknow-section {
	height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically centers the content */
    align-items: center; /* Horizontally centers the content */
    width: 100%;
    overflow: hidden;
    background-color: #353e43;
}

.event-booknow-content {
	position: relative;
    width: 70vw;
    animation: fadeIn 0.5s forwards;
    text-align: left; /* Ensures text inside is also centered */
}

.event-booknow-content p {
	font-size: 1.2rem;
	color: white;
	text-align: left;
}

.event-booknow-row {
	width: 60%;
}

.event-booknow-content h2 {
	font-size: 6rem;
	color: white;
}

.event-booknow-content h3 {
	font-size: 2.5rem;
	color: white;
}

.event-memberprice-card {
	border: 1px solid white;
	border-radius: 10px;
	margin: 2vw;
	padding-top: 2vh;
}

.event-memberprice-card h2 {
	text-align: center;
	font-size: 1.2rem;
}

.event-memberprice-card p {
	text-align: center;
	font-size: 6rem;
	line-height: 80px;
	margin-top: 10px;
}

.event-memberprice-card .event-button {
	width: 10vw;
	margin-top: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2vh;
}

#buy-button {
	background-color: rgba(0, 0, 0, 0.55);
	cursor: pointer;
	z-index: 10000;
}

#buy-button-top {
	background-color: rgba(0, 0, 0, 0.55);
	cursor: pointer;
	z-index: 10000;
	margin-top: 0px;
	margin-right: 0.9vw;
	visibility: hidden;
}


#buy-button:hover {
    background-color: black;
    color: #11aaff;
    border-color: #11aaff;
    z-index: 10000;
}

.adjust-buy-button {
	position: fixed;
	width: 89vw;
	z-index: 1;
}
.fixed-buy-button {
    position: fixed; /* Fixed position at the top */
    top: 0;
    width: 100%; /* Optional: Full width */
    z-index: 10000; /* Stay above other content */
    padding: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Shadow */
    margin-top: 10px;
}

.div-cover {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media (max-width: 768px) {

	.event-hero-content {
		width: 95vw;
	}
	.event-hero-content h1 {
		font-size: 4rem;
	}

	.event-teaser-content {
		width: 95vw;
	}
	
	.event-teaser-content p {
		font-size: 1.5rem;
	}
	
	.event-why-section {
		height: 80vh;
	}

	.event-why-content h2 {
		font-size: 4rem;
	}
	
	.event-book-section {
		height: 100%;
		
	}
	
	.event-book-content {
		width: 95vw;
	}
	
	.event-book-row h2 {
		font-size: 3rem;
		padding-bottom: 1vh;
	}
	
	.event-book-row p {
		font-size: 1.5rem !important;
		color: black;
	}
	
	.event-book-content h3 {
		font-size: 1.5rem;
	}
	
	.event-book-whatis-row p {
		font-size: 1rem;
	}
	
	.event-venue-content {
		padding-left: 5.5vw;
		padding-right: 5.5vw;
	}
	
	.event-venue-content h2 {
		font-size: 4rem;
		padding-top: 20px;
	}
	
	.event-venue-content p {
		font-size: 1.2rem;
	}
	
	.event-booknow-section {
		height: 100%;
	}
	
	.event-booknow-content {
		width: 95vw;
	}
	
	.event-booknow-content h2 {
		font-size: 4rem;
	}
	
	.event-memberprice-card {
		padding: 10px;
	}
	

.event-memberprice-card .event-button {
	margin-top: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
}