* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transition: transform 0.3s all;
}

body {
	font-family: font3;
	font-optical-sizing: auto;
	overflow-x: hidden;
	background-color: #010101;
}

html {
	font-size: 100%;
	scroll-behavior: smooth;
}
@font-face {
	font-family: 'Aerospace';
	src: url('Animated-Portfolio-main/Aerospace.otf') format('otf'), url('Animated-Portfolio-main/Aerospace.ttf') format('truetype'), url('Animated-Portfolio-main/AnkhSanctuary-PVK0B.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font7';
	src: url('Animated-Portfolio-main/DamingaMedium.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font4';
	src: url('Animated-Portfolio-main/GeographWeb-Medium.44477467.woff2') format('woff2');
}

@font-face {
	font-family: 'font2';
	src: url('Animated-Portfolio-main/AnkhSanctuary-PVK0B.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font6';
	src: url('Animated-Portfolio-main/underwave.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font8';
	src: url('Animated-Portfolio-main/Montserrat-Regular.2cf917c2.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font9';
	src: url('Animated-Portfolio-main/Montserrat-SemiBold.a62d229e.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font4';
	src: url('Animated-Portfolio-main/Solaris.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font5';
	src: url('Animated-Portfolio-main/Glaser\ Stencil\ W01.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font3';
	src: url('./Animated-Portfolio-main/Infusive.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font0';
	src: url('./Animated-Portfolio-main/AquireBold-8Ma60.f61ae48e.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.backvid {
	height: 100vh;
	overflow-y: auto;
	overflow: hidden;
	position: relative;
}
.page1 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}
.container {
	font-family: font3;
	margin: 8rem 2rem;

	max-width: 40vw;
	width: 100%;
	color: #b3bde1;
	/* margin: auto; */
	padding: 1rem;
	border-radius: 5px;
	border-radius: 0.3rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid rgba(174, 174, 174, 0.509);
	backdrop-filter: blur(10px);
	transition: 0.5s all;
}

.join-header {
	text-align: center;
	margin-bottom: 2rem;
}

.join-header h1 {
	padding: 2rem;
    font-size: 3rem;
    font-family: font0;
    background: linear-gradient(#fff, #b6b4f1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    text-align: center;
    margin: 0.5rem 0;
}


.highlight-text {
	color: #b3bde1;
	font-weight: 400;
	font-family: font9;
	text-shadow: 0 0 10px rgba(179, 189, 225, 0.3), 0 0 20px rgba(179, 189, 225, 0.2);
	line-height: 1.6;
	display: block;
	position: relative;
	animation: text-glow 3s ease-in-out infinite alternate;
}

.features {
	display: flex;
	justify-content: space-around;
	margin: 3rem 0;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.feature {
	text-align: center;
	flex: 1;
	min-width: 150px;
	transition: transform 0.3s ease;
}

.feature:hover {
	transform: translateY(-10px);
}

.feature i {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	color: #e2eff7;
	text-shadow: 0 0 10px rgba(226, 239, 247, 0.5), 0 0 20px rgba(226, 239, 247, 0.3);
}

.feature h3 {
	font-family: font9;
	margin-bottom: 0.5rem;
	color: #e2eff7;
}

.feature p {
	font-size: 0.9rem;
	opacity: 0.8;
}

h2 {
	text-align: center;
	margin-bottom: 2rem;
	color: #b3bde1;
	font-family: font3;
	font-size: 1.5rem;
}

h1 {
	text-align: center;
}

label {
	display: block;
	margin: 10px 0 5px;
	font-family: font9;
}

input,
textarea {
	font-family: font3;
	background: transparent;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #b3bde1;
	border-radius: 5px;
	color: #a6b6ed;
}

button {
	font-family: font3;
	width: 100%;
	padding: 10px;
	background: #030140;
	color: white;
	border: none;
	border-radius: 0.3rem;
	cursor: pointer;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
	margin-top: 1rem;
	box-shadow: 0 0 15px rgba(35, 1, 64, 0.5);
}

button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: 0.5s;
}

button:hover {
	transform: scale(1.05);
	box-shadow: 0 0 20px rgba(35, 1, 64, 0.7);
}

button:hover::before {
	left: 100%;
}

#responseMessage {
	text-align: center;
	margin-top: 20px;
	color: #e2eff7;
	font-family: font3;
	letter-spacing: 0.2rem;
	/* animation: text-glow 2s ease-in-out infinite alternate; */
}

@keyframes text-glow {
	0% {
		text-shadow: 0 0 5px rgba(179, 189, 225, 0.3);
	}

	100% {
		text-shadow: 0 0 15px rgba(179, 189, 225, 0.7), 0 0 25px rgba(226, 239, 247, 0.5);
	}
}

@keyframes glow {
	0% {
		text-shadow: 0 0 5px rgba(226, 239, 247, 0.5), 0 0 10px rgba(226, 239, 247, 0.3);
	}

	100% {
		text-shadow: 0 0 15px rgba(226, 239, 247, 0.8), 0 0 30px rgba(226, 239, 247, 0.5);
	}
}

@media (max-width: 768px) {
	.container {
		max-width: 90vw;
		/* padding: 20px; */
	}

	.join-header h1 {
		font-size: 1.5rem;
	}

	.features {
		flex-direction: column;
		gap: 2rem;
	}

	.feature {
		min-width: 100%;
	}
}
