.background-radial-gradient {
	background-color: hsl(218, 41%, 15%);
	background-image: radial-gradient(650px circle at 0% 0%,
			hsl(218, 41%, 35%) 15%,
			hsl(218, 41%, 30%) 35%,
			hsl(218, 41%, 20%) 75%,
			hsl(218, 41%, 19%) 80%,
			transparent 100%),
		radial-gradient(1250px circle at 100% 100%,
			hsl(218, 41%, 45%) 15%,
			hsl(218, 41%, 30%) 35%,
			hsl(218, 41%, 20%) 75%,
			hsl(218, 41%, 19%) 80%,
			transparent 100%);

	height: 100vh;
}

#radius-shape-1 {
	height: 220px;
	width: 220px;
	top: -60px;
	left: -130px;
	background: radial-gradient(#44006b, #ad1fff);
	overflow: hidden;
}

#radius-shape-2 {
	border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
	bottom: -60px;
	right: -110px;
	width: 300px;
	height: 300px;
	background: radial-gradient(#44006b, #ad1fff);
	overflow: hidden;
}

.bg-glass {
	background-color: rgba(3, 3, 3, 0.466) !important;
	backdrop-filter: saturate(200%) blur(25px);
}

#id {
	display: none;
}

#form-hidden {
	display: none;
}

.shadow-0 {
	box-shadow: none;
}

.menu {
	width: 140px;
	margin-right: 5px;
	letter-spacing: 0.5px;
	box-shadow: none;
}

.menu:hover {
	background: #ad1fff;
	color: white !important;
	box-shadow: none;
}

.menu-active {
	background: #ad1fff !important;
	color: white !important;
	box-shadow: none;
}




/* ------------------------------------------------------------ */
/* For Phone */
/* ------------------------------------------------------------ */
@media (max-width: 767.98px) {
	/* ------------------------------------------------------------ */
	/* For Phone */
	/* ------------------------------------------------------------ */
}
















/* ------------------------------------------------------------ */