@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Spectral");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-anchor: none !important;
}

body {
	background-image: linear-gradient(to top left, #f4f4f4, #f4f4f4);
	font-family: "Poppins", sans-serif;
	font-size: 16px;

}

.menu {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-basis: 100%;
	justify-content: space-evenly;
	list-style-type: none;
}

.menu>li {
	font-size: 16px;
	font-weight: 100;
	color: #f4f4f4;
	overflow: hidden;
	width: 75px;
	text-align: center;
}

ul {
	list-style: none;
}

a {
	color: #f4f4f4;
	text-decoration: none;
}

img {
	max-width: 100%;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 1px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size: 18px;
	font-weight: normal;
}

h5 {
	margin-left: 10%;
	font-size: 18px;
	font-weight: bold;
}

.text-underlined {
	text-decoration: underline;
}

.green-background {
	background-image: linear-gradient(to bottom left, #011500, #011500, #011500, #9cb79a);
	color: #f4f4f4;
	margin-left: auto;
}

.green-background1 {
	background-image: linear-gradient(to top left, #011500, #011500, #011500, #011500, #9cb79a);
	color: #f4f4f4;
	margin: auto;
}

.green-background2 {
	background-image: linear-gradient(to top right, #011500, #011500, #011500, #011500, #9cb79a);
	color: #f4f4f4;
	margin: auto;
}

.green-background3 {
	background-image: linear-gradient(to bottom right, #011500, #011500, #011500, #011500, #9cb79a);
	color: #f4f4f4;
	margin: auto;
}

footer {
	margin: 10%;
	z-index: 1;
	background-position: bottom;
	color: #f4f4f4;
	font-size: 16px;
	width: 100%;
}


.header {
	z-index: 1;
	position: sticky;
	top: 0;
	width: 100%;
	transition: all 200ms ease;
	background-image: linear-gradient(to top right, #011500, #011500);
	box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.5);
}

.logo {
	background-image: linear-gradient(to top right, #f4f4f4, #f4f4f4, #f4f4f4, #f4f4f4, #949494, #f4f4f4, #f4f4f4, #f4f4f4, #f4f4f4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 26px;
	margin-top: 8px;
	opacity: 0.8;
}

.tableone {
	margin: auto;
	color: #c7aa1c;
	font-family: "Spectral";
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	border-radius: 50px;
	border: 6px solid #c7aa1c;
	background-image: linear-gradient(to bottom left, #000, #000);
}

.tabletwo {
	overflow-x: auto;
	font-size: 16px;
	color: #f4f4f4;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
	border: 2px solid #f4f4f4;
	background-image: linear-gradient(to bottom right, #011500, #011500);
}

.flex-items {
	display: flex;
	flex-wrap: wrap;
	min-height: 0;
	justify-content: center;
	margin-left: 5%;
	margin-right: 5%;
}

.child2 {
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.flex-pic {
	display: flex;
	flex-wrap: wrap;
	min-height: 0;
}

@media (min-width: 800px) {
	main {
		margin: auto;
		text-align: justify;
	}

	.menu {
		width: 50%;
	}

	.logo {
		display: inline-block;
	}

	.header {
		height: 70px;
	}

	.child {
		text-align: justify;
		flex-basis: 60%;
		margin-top: auto;
		margin-bottom: auto;
	}
}

@media (max-width: 799px) {
	main {
		margin: auto;
	}

	.menu {
		width: 100%;
	}

	.logo {
		display: none;
	}

	.logo2align {
		text-align: center;
	}

	.header {
		height: 70px;
	}

	.child {
		text-align: left;
		margin-right: 5%;
		margin-left: 5%;
	}
}

@media (max-width: 1100px) {
	.child {
		flex-basis: 89%;
	}

	.child2 {
		order: 2;
	}
}

@media (min-width: 1264px) {
	.text-right {
		flex-basis: 40%;
		margin-right: 5%;
		margin-left: 5%;
		margin-top: auto;
		margin-bottom: auto;
	}

	.text-left {
		flex-basis: 40%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: auto;
		margin-bottom: auto;
	}

	.pic {
		flex-basis: 50%;
		flex-grow: 1;
		margin-top: auto;
		margin-bottom: auto;
	}
}

@media (max-width: 1265px) {
	.text-right {
		flex-basis: 100%;
		margin: 10%;
		margin-top: auto;
		margin-bottom: auto;
	}

	.text-left {
		flex-basis: 100%;
		margin: 10%;
		margin-top: auto;
		margin-bottom: auto;
		order: 1;
	}

	.pic {
		flex-basis: 100%;
		flex-grow: 1;
		order: 2;
	}
}

input[type='checkbox'] {
	display: none;
}

.lbl-toggle {
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	padding: 1rem;
	color: #f4f4f4;
	background: #000;
	cursor: pointer;
	transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
	color: #f4f4f4;
}

.lbl-toggle::before {
	content: ' ';
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid currentColor;
	vertical-align: middle;
	margin-right: .7rem;
	transform: translateY(-2px);
	transition: transform .2s ease-out;
}

.toggle:checked+.lbl-toggle::before {
	transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
	max-height: 0px;
	overflow: hidden;
	transition: max-height .25s ease-in-out;
}

.toggle:checked+.lbl-toggle+.collapsible-content {
	max-height: 100%;
}

.toggle:checked+.lbl-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
	background: #f4f4f4;
	border-bottom: 1px solid rgba(0, 255, 105, .45);
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding: .5rem 1rem;
	color: #000000;
}

.collapsible-content p {
	margin-bottom: 0;
	margin-left: 10%;
	margin-right: 10%;
}


/* Footer MEMBER AREA */
.footer-area {
	width: 100%;
	position: relative;
}

#membership {
	position: absolute;
	/* Remove from normal flow */
	top: 50%;
	/* Center vertically */
	right: 10px;
	/* Position near the right edge */
	transform: translateY(-50%);
	/* Offset to align vertically */
}


/* LOGIN FORM */
.login-container {
	max-width: 400px;
	margin: 50px auto;
	padding: 20px;
	text-align: center;
	font-family: "Poppins", sans-serif;
}

.login-container h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #f4f4f4;
}

.login-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.form-group {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border-radius: 5px;
}

.form-group input {
	flex: 1;
	padding: 10px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	color: #000;
}

.btn-submit {
	background-color: #9cb79a;
	color: #011500;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.btn-submit:hover {
	background-color: #011500;
	color: #9cb79a;
}



/* Make footer Stay at bottom of screen */
/* Ensure the body and html fill the viewport */
html,
body {
	width: 100% !important;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* Main content area */
main {
	width: 100%;
	flex: 1;
	/* Fills the remaining space between header and footer */
}