body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  background: url("/img/sushi/background.avif");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  min-height: 100vh; 
  display: flex; 
  flex-direction: column; 
}

/*header*/
.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
  z-index: 10; 
  position: relative; 
  width: 100%;
  box-sizing: border-box;
}

/*logo*/
.logo-principal .main-logo {
  max-height: 70px;
  width: auto;
  margin-left: 10px;
}

/*social media*/
.social-logos .social-icon {
  height: 35px;
  width: 35px;
  display: block;
  transition: transform 0.2s ease-in-out;
  margin-right: 10px;
}

.social-logos .social-icon:hover {
  transform: scale(1.1);
}

.social-logos {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}

/*contenedor de la wave y wave*/
.main-content-wrapper {
  flex-grow: 1; 
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
  position: relative; 
}

.wave {
  position: absolute; 
  top: -100px; 
  left: 0;
  width: 100%;
  z-index: 1;
}

/*main-semicirculo transparente*/
.semi-circle-background {
  background-color: #e4cbad9a; 
  width: 100%;
  min-height: 350px; 
  position: relative;
  border-top-right-radius: 100% 60%;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.main-content-section {
  position: relative; 
  max-width: 600px;
  margin: 0 auto; 
  width: 100%; 
  box-sizing: border-box;
  z-index: 2; 
}
/*texto edicion limitada*/
.edition-text {
  font-size: 1em;
  color: #502d16ff;
  margin-bottom: 0px;
  align-self: flex-start;
  transform: translatey(-10px);
  line-height: 1; 
}

/*texto central*/
.sushi-text-container {
  display: flex; 
  flex-direction: column;
  align-items: center; 
  transform: translateY(26px);
}

.sushi-line {
  font-size: 40px;
  font-weight: bold;
  color: #502d16ff; 
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  line-height: 1.5;
  display: inline-block; 
  width: auto; 
 }

.sushi-line:nth-child(1) { 
     margin-left: -180px; 
     margin-top: -20px;
}

.sushi-line:nth-child(2) { 
    margin-left: 5%; 
    margin-right: 5%; 
}

.sushi-line:nth-child(3) { 
    margin-left: 50%; 
    margin-right: 10%;
}

.button:hover {
  transform: scale(1.05);
  background-color: #2e7d32;
}

/*boton reservas*/
.button-reserve {
  bottom: 230px; 
  right: 40px;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #0f9158b2;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, background-color 0.3s ease;
  z-index: 5;
}
  
/*boton como llegar*/
.button-come-closer {
  bottom: 90px; 
  left: 30px;
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #0f9158b2;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, background-color 0.3s ease;
  z-index: 5;
}

/*boton carta*/
.button-carta {
  bottom: 300px; 
  left: 20px;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #0f9158b2;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, background-color 0.3s ease;
  z-index: 5;
}
/*boton horario*/
.hours-text {
    margin-top: auto; 
    text-align: center;
    font-size: 16px; 
    font-weight: bold;
    color: #502d16ff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    width: 100%; 
    box-sizing: border-box; 
    position: fixed;
    bottom: 0;
    z-index: 3; 
  }

/*media queries*/
@media (min-width: 590px) {
.main-content-section {
  max-width: 1600px;
  }
.button-reserve {
  bottom: 150px; 
  }
.hours-text {
  font-size: 1.2em;
  }
.sushi-line {
  font-size: 50px;
  margin-bottom:-10px;
  }
.sushi-line:nth-child(1) { 
  margin-left: -200px; 
  }
}

@media (min-width: 1025px) {
.navbar-container {
  padding: 5px;
  }
.main-content-section {
  max-width: 2200px;
  }
.sushi-line {
  font-size: 70px;
  }
.sushi-line:nth-child(1) { 
  margin-left: -300px; 
  }
.sushi-line:nth-child(2) { 
  margin-left: 5%; 
  margin-right: 5%; 
  }
.sushi-line:nth-child(3) { 
  margin-left: 30%; 
  margin-right: 10%;
  }
  .button-reserve {
  bottom: 180px; 
  right: 140px;
  }
  /*boton como llegar*/
  .button-come-closer {
    bottom: 90px; 
    left: 30px;
  }
  /*boton carta*/
  .button-carta {
    bottom: 300px; 
    left: 30px;
  }
.logo-principal .main-logo {
  max-height: 170px;
  width: auto;
  margin-left: 20px;
  }
  .hours-text {
    text-align: left;
    margin-left: 15px;
    font-size: 1.2em;
  }
}