@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;400&display=swap');

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', Arial, sans-serif;
	background: rgb(12,10,9);
	color: #fff;
	min-height: 100vh;
	user-select: none; /* Prevents text selection */
   -webkit-user-select: none; /* For WebKit browsers (e.g., Chrome, Safari) */
   -moz-user-select: none; /* For Firefox */
   -ms-user-select: none; /* For Internet Explorer/Edge */


}
.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 4vw;
	background: rgb(12,10,9);
	backdrop-filter: blur(1000px);
	position: sticky;
	top: 0;
	z-index: 100;
}
.logo {
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
    position: relative;
    padding: 10px;
	transform: translateY(-3px);
}
.navbar .logo span:hover {
	color: #414141;
	transform: translateY(-10px);
}
.nav-links {
	list-style: none;
	display: flex;
	gap: 2rem;
}
.nav-links a {
	background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 80%);
	border-radius: 60px;
	padding: 10px;
	border: 1px double rgba(255, 255, 255, 0.2);
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	transition: color 0.2s;
}
.nav-links a:hover {
	color: #7b7a7b;
    text-decoration: none;
	font-size: 15px;
	transform: translateY(-50px);
}
.hero {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70vh;
	background: rgb(8,7,6);
	position: relative;
	padding: 1rem 2rem;
}
.hero .glass{
	background: linear-gradient(225deg, rgb(0, 0, 0), rgb(57, 57, 57), rgb(0, 0, 0));
}
.hero-content {
	text-align: center;
	max-width: 600px;
	padding: 3rem;
}
.hero-content h1 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	letter-spacing: 1px;
}
.hero-content p {
	font-size: 1.3rem;
	margin-bottom: 2rem;
	color: #f3f3f3;
}
.cta-btn {
	display: inline-block;
	padding: 1rem 2.5rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
	border: none;
	border-radius: 30px;
	box-shadow: 0 4px 24px rgba(255, 106, 0, 0.2);
	cursor: pointer;
	transition: transform 0.2s, box-shadow 0.2s;
	text-decoration: none;
}
.cta-btn:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 8px 32px rgba(255, 106, 0, 0.3);
}

.glass {
	background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 80%);
	border-radius: 20px;
	box-shadow: 0 8px 32px 0 rgba(31, 28, 44, 0.37);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.18);
    text-decoration: none;
}

.features {
	padding: 4rem 2vw;
	background: rgb(8,7,6);
	backdrop-filter: blur(6px);
}
.features h2 {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 2rem;
}
.feature-list {
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
    color: #e0e0e0;
}
.feature-list a{
	transition: 200ms;
}
.feature-list a:hover{
    transform: scale(1.15);
}
.feature {
	flex: 1 1 250px;
	min-width: 220px;
	max-width: 320px;
	padding: 2rem;
	margin: 1rem 0;
	text-align: center;
}
.feature h3 {
	align-items: center;
	font-size: 1.5rem;
	margin-bottom: 1rem;
    color: #e0e0e0;
    text-decoration-line: none;
}
.feature p {
	color: #e0e0e0;
}

.about {
	padding: 3rem 2vw;
	text-align: center;
	background: rgb(8,7,6);
	backdrop-filter: blur(4px);
}
.about h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}
.about p {
	font-size: 1.1rem;
	color: #e0e0e0;
}

.footer {
	text-align: center;
	padding: 2rem 0;
	background: rgb(8,7,6);
	color: #fff;
	font-size: 1rem;
	letter-spacing: 1px;
}
a{
    text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
hr{
	border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 900px) {
	.feature-list {
		flex-direction: column;
		align-items: center;
	}
	.navbar {
		flex-direction: column;
		gap: 1rem;
		position: relative;
		gap: 3px;
		background: rgba(0, 0, 0, 0.744);
	}
	.navbar .nav-links{
		padding: 0rem;
	}
	body{
		background: rgba(0, 0, 0, 0.744);
		font-family: 'Montserrat', Arial, sans-serif;
	}
	.features {
	    padding: -1rem 2vw;
	    background: rgba(0, 0, 0, 0.744);
	    backdrop-filter: blur(6px);

	}
	.about {
		background: rgba(0, 0, 0, 0.744);
	}
	.footer {
		background: rgba(0, 0, 0, 0.744);
	}
	.hero {
		background: rgba(0, 0, 0, 0.744);
	}
	.navbar .logo:hover{
		background:none;
		box-shadow: none;
	}
	.navbar .logo span:hover {
		color: #e0e0e0;

	}
	.hero .glass{
		background: linear-gradient(225deg, rgb(0, 0, 0), rgb(57, 57, 57), rgb(0, 0, 0));
	}
	.feature-list a:hover{
   		transform: scale(1.2);
	}
}