body {
background: linear-gradient(135deg, #0b0c2a, #1c1f47);
color: #e0e8ff;
font-family: 'Orbitron', sans-serif;
}
header {
position: relative;

color: white;
box-shadow: 0 0 40px rgba(0, 255, 255, 0.1);
}
header::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(to bottom, rgba(10, 10, 30, 0.7), rgba(10, 10, 30, 0.9));
backdrop-filter: blur(8px);
z-index: 0;
}
.navbar,
.hero-section {
position: relative;
z-index: 1;
}
.navbar {
transition: background-color 0.3s ease;
}
.navbar.scrolled {
background-color: rgba(0, 0, 40, 0.85);
}
.navbar-brand {
font-weight: bold;
font-size: 1.8rem;
color: #00ffe7;
letter-spacing: 1px;
text-transform: uppercase;
}
.navbar-brand:hover {
color: #02c7b6;
}
.nav-link {
color: #c9e4ff !important;
transition: all 0.3s;
}
.nav-link:hover {
color: #00ffe7 !important;
transform: scale(1.1);
}
.navbar-toggler {
border: none;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 255, 255, 0.9%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.hero-section {
padding: 4rem 0;
}
.hero-text h1 {
font-size: 3rem;
font-weight: 900;
color: #00ffe7;
text-shadow: 0 0 15px #00ffe766;
margin-bottom: 1rem;
}
.hero-text p {
font-size: 1.25rem;
color: #c1c8ff;
max-width: 480px;
}
.hero-text .btn {
margin-top: 2rem;
font-weight: bold;
letter-spacing: 1px;
border-radius: 30px;
box-shadow: 0 0 15px #00ffe7;
}
.hero-text .btn:hover {
background-color: #00ffe7;
color: #001;
}
.hero-image img {
max-width: 100%;
height: auto;

}

@media (max-width: 767.98px) {
.hero-section {
text-align: center;
}
.hero-image {
margin-top: 2rem;
}
}
/* Подключим Orbitron из Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;900&display=swap');
.footer-section {
background: linear-gradient(to top, #0a0a1e, #161636);
border-top: 2px solid #00ffe7;
font-family: 'Orbitron', sans-serif;
}
.footer-logo {
font-size: 1.8rem;
font-weight: 700;
color: #00ffe7;
text-transform: uppercase;
margin-bottom: 1rem;
}
.footer-link {
color: #c9e4ff;
text-decoration: none;
transition: all 0.3s;
display: inline-block;
margin-bottom: 0.5rem;
}
.footer-link:hover {
color: #00ffe7;
transform: translateX(4px);
}
.social-icon {
font-size: 1.5rem;
color: #00ffe7;
transition: transform 0.3s;
}
.social-icon:hover {
transform: scale(1.2);
color: #02c7b6;
}
/** бордер в бургер меню **/
.navbar-toggler {
padding: 0.5rem 0.75rem;
background-color: transparent;
border: none !important;
outline: none !important;
box-shadow: none !important;
}
p a, p a:hover{
	color: #8398f6;
}