* {
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    font-family: "Poppins", serif;
    background-color: #0F1010;
}

.banner-img{
    width: 100%;
    height: auto;
}
.res-banner{
    position: relative;
    display: inline-block;
    overflow: hidden;
  }

.res-banner .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
  }
.banner-content {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -70%); 
    text-align: center;
    color: white; 
    z-index: 2; 
    font-family: "Poppins", serif;
}

.banner-content h3{
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.banner-content p{
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
    max-width: 470px;
}
hr {
    border: none;
    height: 1px;
    background-color: #ffffff;
    margin: 20px auto; 
    max-width: 100px;
    justify-content: center;
}
.booking-section{
    color: #ffffff;
    text-align: center;
}
.booking-section h1{
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 65px;
    font-family: "KoPub Dotum", serif;
    font-weight: 100;
    letter-spacing: 2px;
}
.book-text{
    font-size: 22px;
    font-weight: 100;
    width: 42%;
    margin: auto;
    margin-bottom: 20px;
}
.book-contact{
    font-size: 16px;
    font-weight: 500;
}
.clr-phono{
    font-weight: 300;
    color: #92853D;
}

.reservation-container {
    margin: 50px auto; 
    color: #fff;
    padding: 0 0px;
    max-width: 1650px; 
    box-sizing: border-box;
  }
  
  .reservation-form {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 25px;
    align-items: center;
    padding: 20px;
  }
  
  .form-group {
    display: flex;
    flex-direction: column;
  }
  
  .form-group label {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 5px;
  }
  
  .form-group input,
  .form-group select,
  .reservation-form button {
    background-color: #000;
    color: #fff;
    border: 1px solid #ffffff;
    padding: 25px;
    outline: none;
    font-size: 14px;
    font-weight: 600;
  }
  
  .form-group input::placeholder {
    color: #888;
  }
  
  .form-group input[type="date"]::-webkit-calendar-picker-indicator,
  .form-group input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
  }
  
  .reservation-form button {
    background-color: #ffffff;
    color: #000;
    border: none;
    cursor: pointer;
    font-weight: 500;
    padding: 12px 20px;
    height: 75px;
    margin-top: 25px;
    font-size: 18px;
  }
  
  .reservation-form button:hover {
    background-color: #cfcece;
  }
  
  .view-menu {
    margin-top: 10px;
  }
  
  .view-menu a {
    color: #888;
    font-size: 15px;
    text-decoration: none;
    margin-left: 25px;
  }
  
  .view-menu a:hover {
    text-decoration: underline;
  }
  .ty-msg{
    text-align: center;
    margin-top: 30px;
    font-size: 17px;
    font-weight: 300;
  }

.img-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    margin: 20px 50px;
}
.img-grid img{
    max-width: 80%;
    gap: 10px;
}
  @media (max-width: 1700px) {
    .reservation-container {
      margin: 50px auto; 
      color: #fff;
      padding: 0 20px;
      max-width: 1550px; 
      box-sizing: border-box;
    }
    .banner-content h3{
        font-size: 50px;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    .banner-content p{
        font-size: 13px;
        font-weight: 200;
        letter-spacing: 1px;
        max-width: 470px;
    }
    .reservation-form {
      grid-template-columns: repeat(5, 1fr);
      gap: 30px;
    }
    .book-text{
        font-size: 21px;
        width: 60%;
        margin: auto;
        margin-bottom: 20px;
    }
  }

  @media (max-width: 1440px) {
    .banner-content h3{
        font-size: 40px;
        margin-bottom: 15px;
        margin-top: 5px;
    }
    .banner-content p{
        font-size: 12px;
        max-width: 470px;
    }
    .reservation-form {
      grid-template-columns: repeat(4, 1fr);
      gap: 25px;
    }
    .form-group input,
    .reservation-form button {
      padding: 20px;
      font-size: 13px;
    }
    .reservation-form button {
      height: 65px;
    }
    .booking-section h1{
        margin-top: 50px;
        font-size: 57px;
    }
    .book-text{
        font-size: 19px;
        width: 72%;
    }
    .book-contact{
        font-size: 14px;
    }
    .view-menu{
      margin-top: -10px;
      
    }
    .view-menu a{
      font-size: 14px;
      margin-left: 22px;
    }
  }

  @media (max-width: 1024px) {
    .banner-content h3{
        font-size: 30px;
        margin-bottom: 0px;
        margin-top: 35px;
    }
    .banner-content p{
        font-size: 10px;
        max-width: 470px;
    }
    hr {
        margin: 10px auto; 
        margin-top: 5px;
        max-width: 90px;
    }
    .reservation-form {
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
    }
    .form-group input,
    .reservation-form button {
      padding: 18px;
      font-size: 12px;
    }
    .reservation-form button {
      height: 60px;
    }
    .booking-section h1{
        margin-top: 50px;
        font-size: 48px;
    }
    .book-text{
        font-size: 16px;
        width: 77%;
    }
    .book-contact{
        font-size: 12px;
    }
    .view-menu{
      margin-top: -18px;
      
    }
    .view-menu a{
      font-size: 12px;
      margin-left: 20px;
    }
    .ty-msg{
      font-size: 14px;
      margin-top: 25px;
    }
  }
  
  @media (max-width: 748px) {
    .res-banner{
      display: flex;
      justify-content: center;
      overflow: hidden;
      width: 100%;
    }
    .banner-img{
      width: 130%;
    }
    .banner-content h3{
        font-size: 20px;
        margin-bottom: 0px;
        margin-top: 35px;
    }
    .banner-content p{
        font-size: 9px;
        max-width: 300px;
    }
    hr {
        max-width: 70px;
    }
    .reservation-form {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }
    .form-group input,
    .reservation-form button {
      padding: 16px;
      font-size: 10.5px;
    }
    .form-group label{
      font-size: 12px;
    }
    .reservation-form button {
      height: 51px;
      margin-top: 23px;
      font-size: 12px;
    }
    .view-menu{
      margin-top: -20px;
    }
    .view-menu a{
      font-size: 11px;
    }

.booking-section h1{
    margin-top: 40px;
    font-size: 36px;
    margin-bottom: 15px;
}
.book-text{
    font-size: 12px;
    width: 82%;
}
.book-contact{
    font-size: 10px;
}
  }
  
  @media (max-width: 480px) {
    .res-banner{
      display: flex;
      justify-content: center;
      overflow: hidden;
      width: 100%;
    }
    .banner-img{
      width: 150%;
    }
    .banner-content{
      margin-top: 20px;
  }
    .banner-content h3{
        font-size: 16px;
        margin-bottom: 0px;
        margin-top: 35px;
    }
    .banner-content p{
        font-size: 8px;
        max-width: 350px;
    }
    hr {
        max-width: 50px;
    }
    .booking-section h1{
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 26px;
    }
    .book-text{
        font-size: 10px;    
        width: 82%;
        margin-bottom: 10px;
        
    }
    .book-contact{
        font-size: 7px;
        margin-bottom: 0px;
        
    }
    .reservation-container{
        margin-bottom: 30px;
    }
    .reservation-form {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .reservation-form button {
      padding: 12px;
      font-size: 12px;
    }
    .reservation-form button {
      height: 37px;
      margin-top: 10px;
    }
    .form-group input{
        padding: 9px;
        font-size: 11px;
    }
    .form-group label{
        font-size: 11px;
    }
    .view-menu{
        margin-top: -20px;
    }
    .view-menu a{
        font-size: 10px;
    }
.ty-msg{
    font-size: 12px;
    margin-top: 15px;
    }
    .img-grid{
        margin-left: 25px;
        margin-right: 25px;
        gap: 0px;
    }
  }
  
 