body {
margin: 0;
background-color: #0b0b0b;
color: #ffffff;
font-family: 'Segoe UI', sans-serif;
}
header {
background: linear-gradient(to bottom, rgba(11,11,11,0.6), rgba(26,26,26,0.95)),
url('/assets/img/background3.jpg');
background-size: cover;
background-position: center;
position: relative;
overflow: hidden;
}
.navbar {
background-color: transparent;
z-index: 2;
position: relative;
}
.navbar-brand img {
height: 50px;
}
.nav-link {
color: #f6d100 !important;
font-weight: bold;
text-transform: uppercase;
margin-right: 1rem;
}
.nav-link:hover {
color: #ffffff !important;
text-shadow: 0 0 8px #f6d100;
}
.btn-yellow {
background-color: #f6d100;
border: none;
color: #000;
font-weight: bold;
text-transform: uppercase;
}
.btn-yellow:hover {
background-color: #ffd700;
color: #000;
}
.wave svg {
display: block;
width: 100%;
height: 80px;
}
.wave-bottom {
bottom: -1px;
left: 0;
}
.header-content {
padding: 100px 15px;
z-index: 2;
position: relative;
}
.header-content h1 {
font-size: 2.5rem;
font-weight: bold;
color: #f6d100;
text-shadow: 0 0 10px rgba(246, 209, 0, 0.6);
}
.header-content p {
color: #eeeeee;
font-size: 1.1rem;
}
.features-list {
list-style: none;
padding: 0;
margin: 30px 0;
}
.features-list li {
margin-bottom: 10px;
font-weight: bold;
color: #f6d100;
}
.characters img {
max-width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 0 20px rgba(246, 209, 0, 0.4);
}
.wave-bottom path {
fill: #212529;
}
.bg-dark-custom {
background-color: #212529 !important;
}
.footer-link {
color: #dddddd;
text-decoration: none;
display: inline-block;
margin-bottom: 6px;
transition: color 0.2s;
}
.footer-link:hover {
color: #f6d100;
}
/** бордер в бургер меню **/
.navbar-toggler {
padding: 0.5rem 0.75rem;
background-color: transparent;
border: none !important;
outline: none !important;
box-shadow: none !important;
}
p a{
	color: #ffc107;
}
p a:hover{
	color: #ffc107;
	text-decoration: none;
}