

.Body-contetnt{
    direction: rtl;
 background-image: url('/assets/img/ccccccccc.jpg');
  background-size: cover;

  padding-top: 2rem;
  padding-bottom: 2rem;
  background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
}


input{
  text-align: right;
}

 nav {
  background-color: #772e8b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 2rem;
}


  
  #rezev-button{
    background-color: #75b50b;
  }

  section {
      max-width: 75vh;
      margin: 2rem auto;
      padding: 2rem;
      background-color: #fff;
      border-radius: 1rem;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    section h2 {
      font-size: 1.8rem;
      margin-bottom: 1rem;
      border-right: 5px solid #772e8b;
      padding-right: 1rem;
    }
    .booking-form {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      margin-top: 1rem;
    }
    .booking-form label {
      font-weight: bold;
    }
    .booking-form input,
    .booking-form select,
    .booking-form button {
      padding: 0.7rem;
      border-radius: 0.5rem;
      border: 1px solid #ccc;
      font-size: 1rem;
    }
    .booking-form button {
      background-color: #772e8b;
      color: white;
      border: none;
      cursor: pointer;
      transition: background-color 0.3s;
    }
    .booking-form button:hover {
      background-color: #772e8b;
    }


