/* styles.css */
body {
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(to right, #1e3c72, #2a5298);
  color: #fff;
  text-align: center;
  padding: 4em 1em;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.countdown {
  font-size: 2em;
  margin-top: 50px;
margin-bottom: 50px;
  color: #ff0000;

  
}

.notify-form {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

input[type="email"] {
  padding: 0.75em;
  border: none;
  border-radius: 4px;
}

button {
  padding: 0.75em;
  background-color: #ffb347;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
body {
  background: url('wood_texture.jpg') repeat; /* or a soft tartan pattern */
  font-family: 'Merriweather', serif;
  color: #3e2f1c;
}

h1, h2 {
  color: #000000;
  text-align: left;
  font-family: 'Playfair Display', serif;
   margin-top: 50px;
}

.form-container {
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  background: #F5F5DC;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(124, 79, 40, 0.3);
  border: 2px solid #D4AF37;
}

.logo {
  display: block;
  margin: 0 auto 1.5rem auto;
  max-width:300px;
}
.about-us p {
  font-size: 1.2rem; /* Try values like 0.9rem, 1.5rem etc. */
text-align: justify;     /* Options: left | right | center | justify */

}


.signup_discount  {
  font-size: 1.2rem; /* Try values like 0.9rem, 1.5rem etc. */
text-align: left;     /* Options: left | right | center | justify */

}
h3 {
  color: #000000;
  text-align: left;
  font-family: 'Playfair Display', serif;
  
}
.about-us-flex {
  margin-top: 0px;
display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin: 0rem 0;
  flex-wrap: wrap;
    font-size: 1.2rem; /* Try values like 0.9rem, 1.5rem etc. */
text-align: justify;     /* Options: left | right | center | justify */
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  width: 500px; /* Adjust this width to suit your layout */
}

.about-text {
  flex: 1;
  min-width: 300px;
}
.terms-container {

  font-size: 1.2rem; /* Try values like 0.9rem, 1.5rem etc. */
text-align: justify;     /* Options: left | right | center | justify */


}