body {
margin: 0;
font-family: 'Helvetica Neue', sans-serif;
color: #fff;
background: no-repeat center center fixed;
background-size: cover;
position: relative;
z-index: 1;
}
@media (max-width: 639px) {
body {
background-image: url('/1920.avif');
}
}
@media (min-width: 640px) and (max-width: 1919px) {
body {
background-image: url('/1920.avif');
}
}
@media (min-width: 1920px) {
body {
background-image: url('/1920.avif');
}
}
body::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.0);
z-index: 0;
}
.overlay {
color: white;
padding: 2rem;
max-width: 700px;
margin: 0 auto;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
text-align: left;
}
.logolink {
color: white;
position: relative; z-index: 1;
text-decoration: none;
}
header.hero {
text-align: center;
padding: 4rem 2rem;
color: white;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
header.hero h1 {
font-size: 3rem;
margin-bottom: 1rem;
}
header.hero .logo {
font-size: 1.25rem;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 1rem;
display: block;
}
header.hero .cta-button {
background-color: rgba(255, 255, 255, 0.2);
color: white;
padding: 0.75rem 1.5rem;
border: 2px solid white;
border-radius: 25px;
font-size: 1rem;
cursor: pointer;
text-decoration: none;
transition: background 0.3s ease, border-color 0.3s ease;
display: inline-block;
margin-top: 1rem;
position: relative; z-index: 1;
}
header.hero .cta-button:hover {
background-color: rgba(255, 255, 255, 0.4);
border-color: #fff;
}
section.intro, section.cta, section.history, section.facts {
padding: 3rem 2rem;
text-align: center;
}
section.intro h2, section.cta h2, section.history h2, section.facts h2 {
font-size: 2rem;
margin-bottom: 1rem;
}
section.facts .fact {
margin-bottom: 3rem;
}
form#notify-form {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.75rem;
margin-top: 1rem;
}
form#notify-form input[type="email"] {
padding: 0.75rem;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 1rem;
width: 100%;
max-width: 300px;
}
form#notify-form button {
background: #362c2a;
color: #fff;
border: none;
padding: 0.75rem 1.5rem;
font-size: 1rem;
cursor: pointer;
border-radius: 4px;
transition: background 0.3s ease;
}
form#notify-form button:hover {
background: #4a3936;
}
.product-list {
display: flex;
flex-direction: column;
gap: 2rem;
max-width: 700px;
margin: 0 auto;
padding: 2rem;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.product {
background-color: rgba(0, 0, 0, 0.3);
padding: 1.5rem;
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.2);
}
.product h2 {
font-size: 1.75rem;
margin-bottom: 0.5rem;
}
.product p {
font-size: 1rem;
margin-bottom: 1rem;
}
.product .buy-button {
padding: 0.5rem 1.25rem;
border-radius: 25px;
border: 2px solid white;
background: rgba(255, 255, 255, 0.2);
color: #fff;
cursor: not-allowed;
font-size: 1rem;
margin-right: 1rem;
}
.status {
font-size: 0.9rem;
color: #ddd;
}
.product .buy-button2 {
display: inline-block;
padding: 0.5rem 1.25rem;
border-radius: 25px;
border: 2px solid white;
background: rgba(255, 255, 255, 0.2);
color: #fff;
font-size: 1rem;
margin-right: 1rem;
text-decoration: none;
cursor: pointer;
transition: background 0.3s ease;
position: relative; z-index: 1;
}
.product .buy-button2:hover {
background: rgba(255, 255, 255, 0.35);
}
footer {
text-align: center;
font-size: 0.875rem;
color: #fff;
padding: 2rem;
background: none;
}