body {
    background-color: #af0a31;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}

img {
  width: 100%;
}

.page-footer {
    background-color: #1a237e; /* Indigo darken-2 */
    color: #fff;
    padding: 30px 0;
    font-family: 'Roboto', sans-serif;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .footer-top {
    padding: 20px 0;
}
  
  .page-footer h3, 
  .page-footer h4 {
    color: #fff; /* Accent yellow */
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  
  .page-footer p {
    margin: 0;
    font-size: 0.9rem;
  }
  
  .page-footer a {
    color: #bbdefb; /* Light blue for links */
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .page-footer a:hover {
    color: #ffeb3b; /* On hover link color */
  }
  
  .page-footer .footer-contact ._address, 
  .page-footer .footer-contact ._phone, 
  .page-footer .footer-contact ._mail {
    margin-bottom: 10px;
  }
  
  .page-footer .footer-contact ._mail {
    font-size: 0.75rem;
  }
  
  .page-footer .footer-links ul, 
  .page-footer .footer-newsletter ul {
    list-style: none;
    padding: 0;
  }
  
  .page-footer .footer-links ul li, 
  .page-footer .footer-newsletter ul li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  
  .page-footer .footer-links ul li i, 
  .page-footer .footer-newsletter ul li i {
    margin-right: 10px;
    color: #ffeb3b;
  }
  
  .page-footer .footer-links ul li a, 
  .page-footer .footer-newsletter ul li a {
    font-size: 1rem;
  }
  
  .page-footer .footer-newsletter p {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }
  
  .page-footer .footer-newsletter .form-container {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .page-footer .footer-newsletter .formcontrol {
    width: 70%;
    padding: 10px;
    border: none;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 0.9rem;
  }
  
  .page-footer .footer-newsletter .formSubmitBtn {
    background-color: #ffeb3b;
    color: #1a237e;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
  }
  
  .page-footer .footer-newsletter .formSubmitBtn:hover {
    background-color: #ffc107; /* Lighter yellow */
  }
  
  .page-footer .footer-newsletter .success_footer {
    display: none;
    font-size: 0.85rem;
    color: green;
    position: absolute;
    left: 0;
    bottom: -25px;
  }
  
  .page-footer .success {
 
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
  }
  
  .page-footer .success h2 {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .row-form {
    display: flex;
    width: 100%;
    align-items: baseline;
  }
  /* Mobile styling */
  @media (max-width: 768px) {
    .page-footer .footer-top {
      text-align: center;
    }
  
    .page-footer .footer-contact, 
    .page-footer .footer-links, 
    .page-footer .footer-newsletter {
      margin-bottom: 30px;
    }
  
    .page-footer .footer-newsletter .form-container {
      position: relative;
      flex-direction: column;
    }
  
    .page-footer .footer-newsletter .formcontrol {
      width: 100%;
      margin-bottom: 10px;
    }
  
    .page-footer .footer-newsletter  {
      width: 100%;
    }
  }
  
@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}


footer {
  padding-bottom: 30px;
}

footer p a {
  margin-left: 8px;
  font-size: 14px;
}

.hero-block_img{
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0);
}

.cook_window {
  display: none;
}

.cook_window.show{
  display: block;
}

.cook_window {
  position: fixed;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgba(22, 78, 99, 0.8);
  padding: 30px;
  margin: 10px;
  width: 60%;
  border-radius: 15px;
}



#successImg {
  width: 100px;
  background-image: url(../img/sucsess.png);
  background-size: contain;
  margin: 0 auto;
  height: 100px;
  background-repeat: no-repeat;
}

.success {
  width: 50%;
  max-height: 500px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  text-align: center;
  padding-top: 50px;
  display: none;
  z-index: 2;
  color: #000;
  padding-bottom: 15px;
  box-shadow: 3px 4px 23px -16px #000;
}

.success p {
  font-size: 28px;
}

.success img {
  width: 100px;
}

@media (max-width:680px) {
  .success{
      width: 100%;
  }
}

#message{
  color: #000;
}

.p-relative {
  position: relative;
}

.policy {
  color: #fff;
}