
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    background-color: #efede8;
}
header {
    width: 100%;
    height: auto;
    background-color: #efede8;
}

.header-img {
    width: 100%;
    height: auto;
}


.row {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    padding: 0px;
    margin: 0;
}


.ourday {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #efede8;
}

.ourday-img {
  width: 70%;
  padding-bottom: 0;
}
.ourday p {
  padding: 0 20px;
  font-family:'Times New Roman';
  font-size: 30px;
  margin: 0;
  color: #557c70;
}

h1 {
    font-family: 'Playfair Display';
    font-size: 70px;
    font-style: italic;
    margin: 0;
    padding-bottom: 70px;
    color: #557c70;
}

.button {
  border: none;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 10px 0;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: #557c70; 
  color: #efede8;
  font-family: 'Playfair Display';
}

.button:hover {
  background-color: #d1d9b3;
  color: #a87f51;
}

@media screen and (max-width: 900px) {
    header {
    height: 100vh; 
    width: 100%;
    display: flex; 
    align-items: center; 
    justify-content: center;
    overflow: hidden;
  }

  .header-img {
    width: 100%;
    height: auto;
    max-height: 100vh;
    object-fit: contain;
  }
  .row {
    flex-direction: column;
  }

  .button {
    width: 100%;
    max-width: 250px;
  }
  h1 {
    padding-bottom: 20px;
  }
}

.countdown-section {
  background-color: #557c70; 
  width: 100%;
  height: auto;
  margin: 0;
  display: flex; 
  align-items: center; 
  justify-content: center;
  color: white;
  padding: 20px;
}

#demo {
    text-align: center;
    color: white;
}

.countdown-numbers {
    font-size: 48px;
    letter-spacing: 2px;
    font-family: cursive;
}

.countdown-labels {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Playfair Display';
}

.menu-section {
  background-color: #d1d9b3;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  
}

.menu {
  background-color: #efede8;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px;
  position: relative;
  padding-bottom: 20px;
}


.menu-text {
  color: #557c70;
  text-align: center;
  padding: 0px;
  font-family: 'Times New Roman';
}

h2 {
  font-family: 'Playfair Display';
  font-style: italic;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 0px;
}


h3 {
  margin-bottom: 0px;
  line-height: 1.6;
  font-size: 30px;
  margin-bottom: 0px;
}

.menu-text p {
  margin-top: 0;
  margin-bottom: 30px;
}


@media screen and (max-width: 600px) {
  .menu-text p {
    font-size: 20px;
}
}
.preorder-section {
  background-color: #d1d9b3;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  color: #557c70;
  font-weight: bold;
}

.preorder-button {
  border: none;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 10px 0;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: #a87f51; 
  color: #efede8;
  font-family: 'Times New Roman';
}

.para {
    text-align: center;
}
.preorder-button:hover {
  background-color: #557c70;
  color: #efede8;
}

.location-section {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #efede8;
}

h6 {
  font-size: 50px;
  margin: 20px;
  font-family: 'Playfair Display';
  color: #557c70;
}

.location-img {
  width: 50%;
}
.location-text {
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #efede8;
    color: #557c70;;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}


h4 {
    font-family: 'Playfair Display';
    font-size: 40px;
    margin: 0;
    padding-bottom: 0;
}

.location-section p {
  font-size: 20px;

}

footer {
  width: 100%;
  height: 50px;
  background-color: #d1d9b3;
  margin-bottom: 0;
}

h5 {
  padding-top: 20px;
  padding-left: 7px;
  font-family: HeadingFont;
  color: #557c70;
}