@font-face {
	font-family: 'VINERITC';
	src: url('VINERITC.TTF') format('truetype');
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	background: linear-gradient(to bottom, #000000, #0E6655);
	color: #fff;
}

.slider {
	position: relative;
	max-width: 100%;
	height: 100vh;
	overflow: hidden;
}

.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s;
}

.slide.active {
	opacity: 1;
}

.header {
	text-align: center;
	padding-top: 50px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 10;
}

.header h1 {
	margin: 0;
	font-size: 3rem;
	font-family: 'VINERITC', sans-serif;
	animation: slideIn 2s ease-out;
}

.header p {
	font-size: 1.5rem;
	margin: 0.5rem 0 2rem;
	animation: fadeIn 3s ease-out;
}

.nav {
	display: flex;
	justify-content: center;
	padding: 1rem;
	position: relative;
	top: -20vh;
	z-index: 10;
}

.nav a {
	padding: 1rem 2rem;
	margin: 0 1rem;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #0E6655;
	border-radius: 5px;
	transition: background-color 0.3s, color 0.3s;
}

.go{
padding: 1rem 2rem;
margin: 0 1rem;
color: #fff;
text-decoration: none;
text-transform: uppercase;
background-color: #0E6655;
border-radius: 5px;
transition: background-color 0.3s, color 0.3s;
}

.nav a:hover {
	background-color: #fff;
	color: #0E6655;
}

.main-content {
	text-align: center;
	padding: 2rem;
	margin: 2rem auto;
	max-width: 800px;
	border-radius: 5px;
	z-index: 1;
	position: relative;
}

.main-content img {
	border-radius: 50%;
	margin-bottom: 1rem;
}

.main-content h2 {
	font-size: 2rem;
	margin: 1rem 0;
	color: #ffffff;
	animation: fadeIn 2s ease-out;
}

.main-content p {
	font-size: 1.2rem;
	margin: 1rem 0 2rem;
	color: #ccc;
	animation: fadeIn 2.5s ease-out;
}

.schedule {
	margin: auto;
	max-width: 600px;
	text-align: left;
	padding: 1rem;
	border-radius: 10px;
}

.schedule h2 {
	text-align: center;
	color: #ffffff;
}

.schedule table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #0E6655;
	border-radius: 10px;
	overflow: hidden;
}

.schedule th, .schedule td {
	padding: 0.5rem;
	border: 1px solid #0E6655;
	text-align: center;
	color: #0E6655;
	background-color: white;
}

.schedule th {
	background-color: #0E6655;
	color: white;
}

.schedule th:first-child, .schedule td:first-child {
	border-left: 0;
}

.schedule th:last-child, .schedule td:last-child {
	border-right: 0;
}

.schedule tr:first-child th {
	border-top: 0;
}

.schedule tr:last-child td {
	border-bottom: 0;
}

.practical-info {
	margin: 2rem auto;
	max-width: 800px;
	text-align: center;
	padding: 1rem;
	border-radius: 5px;
	color: #fff;
}

.practical-info h1 {
	text-align: center;
	color: #ffffff;
}

.practical-info p, .practical-info a {
	color: #ccc;
}

.practical-info button {
	padding: 10px 40px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.74);
	color: black;
	border: solid 1px transparent;
	cursor: pointer;
}

.footer {
	background-color: #0E6655;
	color: #fff;
	text-align: center;
	padding: 1rem;
}

.status {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 10;
	height: 40px;
	font-size: 1.3em;
	line-height: 40px;
	background-color: white;
	color: #0E6655;
	text-align: center;
	border-radius: 5px;
	z-index: 2;
	font-size: 0.9rem;
	border: 2px solid transparent;
}

.status.green {
	color: #229653;
}

.status.orange {
	color: #F39C12;
}

.status.red {
	color: #E74C3C;
}

.status i {
	margin-right: 0.5rem;
}

@keyframes slideIn {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		transform: scale(0.8);
	}
	to {
		transform: scale(1);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 768px) {
	
	
	.status {
		position: absolute;
		width: 100%;
		top: 0px;
		height: 40px;
		font-size: 1.3em;
		line-height: 40px;
		background-color: rgba(255, 255, 255, 1);
		color: #0E6655;
		text-align: center;
		border-radius: 0px;
		z-index: 20;
		font-size: 0.9rem;
		border: none;
	}
	
	.header h1 {
		font-size: 2rem;
	}

	.header p {
		font-size: 1rem;
	}

	.nav {
		flex-direction: column;
		top: -30vh;
	}

	.nav a {
		padding: 0.8rem;
		margin: 0.5rem 0;
	}

	.main-content h2 {
		font-size: 1.5rem;
	}

	.schedule {
		max-width: 90%;
		font-size: 0.9em;
		padding: 0.5rem;
	}

	.schedule th, .schedule td {
		padding: 0.3rem;
	}
}
