
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  height: 100vh;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

a[onclick] {
  color: #4271ff;
  text-decoration: underline;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  } to {
      transform: rotate(360deg);
    }
}

@keyframes breath {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.5)
  }
}


.container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 99.55vh;
	background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #59099b;
}

#bgImg {
	background-image: url(../imgs/0.jpg);
	transition: background 1.5s linear;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: breath 15s ease-in-out alternate infinite;
	width: 110vw;
	height: 110vh;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
  }

.logo {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.logo h1 {
	position: absolute;
	top: 30vh;
	color: #59099b;
	font-weight: 800;
	font-size: 12vh;
	color: rgba(143, 141, 141, 0.8);
	text-shadow: 0 0 5px rgba(74, 1, 158, 0.5);
	animation: glow 2s infinite;
}

.logo img {
	width: 450px;
	height: 450px;
	position: absolute;
	top: -2vh;
	opacity: 0.8;
}

.loading-bar-conatiner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 4rem;
	width: 75%;
	height: 20px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	overflow: hidden;
	border: 0.01px solid #59099b;
	box-shadow: 0 0 10px rgba(74, 1, 158, 0.5);
}

#loading-bar-inner {
	width: 100%;
	height: 100%;
	background: #59099b94;
	animation: loading 100s infinite;
}

.loading-text {
	margin-top: 10px;
	padding: 1rem;
	font-size: large;
	color: rgba(114, 114, 114, 0.842);
	text-shadow: 0 0 5px rgba(74, 1, 158, 0.5);
}

#loading-bar-percent {
	position: absolute;
	text-align: center;
	width: 100%;
	color: rgba(114, 114, 114, 0.842);
	font-weight: 800;
	animation: glow 2s infinite;
	z-index: 1;
}

/* Create the loading animation */
@keyframes loading {
	0% {
		transform: translateX(-100%);
	}
	50% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(100%);
	}

}

/* Add a slight glow to each text element */
h1, h2, h3, h4, h5, h6, p {
	color: rgba(114, 114, 114, 0.842);
	text-shadow: 0 0 5px rgba(74, 1, 158, 0.5);
}

/* media-controls */
.media-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 1vh;
	margin-top: 35px;
	height: 10px;
	width: 15%;
	padding: .5rem;
	font-weight: 700;
	color: rgba(114, 114, 114, 0.842);
	border: 0.1px solid #59099b;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(74, 1, 158, 0.5);
	animation: bounce 2s ease-in-out alternate infinite;
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(-5px);
	}
	40% {
		transform: translateY(-20px);
	}
	60% {
		transform: translateY(-15px);
	}
}

.loading-messages {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 6rem;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(74, 1, 158, 0.5);
	color: rgba(114, 114, 114, 0.842);
}

.loading-messages p {
	margin-top: 10px;
	padding: .5rem;
}

.side_bars {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 15vh;
	gap: 90vh;
	font-weight: 700;
	color: rgba(114, 114, 114, 0.842);
}

.side_bars h2 {
	text-decoration: underline;
	text-align: center;
	color: #59099b;
	font-weight: 600;
	color: rgba(114, 114, 114, 0.842);
	text-shadow: 0 0 5px rgba(74, 1, 158, 0.5);
}

.updates_content {
	height: 45vh;
	width: 45vh;
	padding: .7rem;
	font-weight: 700;
	color: rgba(114, 114, 114, 0.842);
	border: 0.1px solid #59099b;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(74, 1, 158, 0.5);
}

.rules_content {
	height: 45vh;
	width: 45vh;
	padding: .7rem;
	font-weight: 700;
	color: rgba(114, 114, 114, 0.842);
	border: 0.1px solid #59099b;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(74, 1, 158, 0.5);
}


.social-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 34vh;
	margin-bottom: 10px;
	height: 10px;
	width: 10%;
	padding: .7rem;
	font-weight: 700;
	color: rgba(114, 114, 114, 0.842);
	border: 0.1px solid #59099b;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(74, 1, 158, 0.5);
}

.social-buttons a {
	margin: 10px;
}

.social-buttons a img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(74, 1, 158, 0.5);
	border: 0.1px solid #59099b;
}



.staff_content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -1vh;
	margin-bottom: 10px;
	height: 20vh;
	width: 55vh;
	padding: .7rem;
	font-weight: 700;
	color: rgba(114, 114, 114, 0.842);
	border: 0.1px solid #59099b;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(74, 1, 158, 0.5);

}

.staff_content h2 {
	display: flex;
	justify-content: center;
	position: absolute;
	top: -1vh;
	align-items: center;
	font-weight: 800;
	color: rgba(114, 114, 114, 0.842);
	text-shadow: 0 0 5px rgba(74, 1, 158, 0.5);
}

#staff_member {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10vh;
	margin-top: 1vh;
	height: 10vh;
	width: 10vh;
}

#staff_member p {
	font-weight: 600;
	color: rgba(114, 114, 114, 0.842);
	text-shadow: 0 0 5px rgba(74, 1, 158, 0.5);
	/* animation: glow 2s infinite; */ /* Uncomment this line to enable pulse glow effect */
}

#staff_member i {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.role {
	margin-top: 10px;
	color: #59099b;
	animation: glow 2s infinite;
}


/* glow pulse server name */
@keyframes glow {
	0% {
		text-shadow: 0 0 10px rgba(74, 1, 158, 0.767);
	}
	50% {
		text-shadow: 0 0 20px rgba(74, 1, 158, 0.767);
	}
	100% {
		text-shadow: 0 0 10px rgba(74, 1, 158, 0.767);
	}
}

.bottom_bars {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 10vh;
	margin-bottom: 10px;
	height: 20vh;
	width: 25%;
	padding: .7rem;
}

.hotkeys {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 5vh;
	gap: 1vh;
}

.hotkeys_span {
	gap: 0.5vh;
	font-size: small;
}


#hotkeys {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	gap: 1vh;
	top: -3vh;
	left: -67vh;
	height: 26vh;
	width: 47.5vh;
	color: rgba(114, 114, 114, 0.842);
	border: 0.1px solid #59099b;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(74, 1, 158, 0.5);
}

#discord-widget {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -3vh;
	right: -67vh;
	height: 26vh;
	width: 47.5vh;
	text-align: justify;
	color: rgba(114, 114, 114, 0.842);
	border: 0.1px solid #59099b;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(74, 1, 158, 0.5);
}

