.reservation-section {
  background-color: #fff;
  padding-top: 45px;
}

.reservation-box h2 {
  text-transform: uppercase;
  font-size: 53px;
  line-height: 1;
  font-weight: 400;
}

.reservation-box strong {
  padding-top: 45px;
  padding-bottom: 45px;
  display: block;
}

.input-box {
  display: flex;
  flex-direction: column;
}

.form-label {
  padding-bottom: 10px;
  padding-top: 10px;
}

.select-box {
  position: relative;
  z-index: 0;
}

.form-select {
  margin-bottom: 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background-color: transparent;
  /* z-index: 1; */
}

.select-box::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/down.svg);
  background-repeat: no-repeat;
  right: 5px;
  background-size: contain;
  z-index: -1;
  top: 3px;
}

.form-control,
.form-select {
  border-color: #000 !important;
  border-radius: 0 !important;
  padding: 3px;
  width: 100%;
}

.form-control:focus,
.form-select:focus {
  outline: 0 !important;
}

.tickets-box {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 0;
}

.tickets-box button {
  height: 32px;
  width: 30px;
  background-color: transparent;
  border: none;
}

.tickets-box #numberOfTickets {
  width: 100%;
  position: relative;
  z-index: -1;
  text-align: center;
}

.tickets-box #numberOfTickets::-webkit-outer-spin-button,
.tickets-box #numberOfTickets::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

#numberOfTickets[type="number"] {
  -moz-appearance: textfield;
}

.tickets-box #plusBtn {
  position: relative;
  margin-left: -34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tickets-box #plusBtn::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
}

.tickets-box #plusBtn::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #000;
}

.tickets-box #minusBtn {
  position: relative;
  margin-right: -34px;
  z-index: 1;
}

.tickets-box #minusBtn::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  right: 5px;
  bottom: 42%;
}

.form-check {
  padding-top: 25px;
  padding-bottom: 50px;
}

.from-submit {
  font-size: 25px;
  font-weight: 800;
  background-color: #000;
  color: #fff;
  padding: 20px 40px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  font-family: "Ruda", sans-serif;
  cursor: pointer;
}

.play-id {
  display: none;
}

.form-message {
  padding-top: 25px;
  padding-bottom: 30px;
  display: none;
}

.form-message p {
  color: rgb(61, 148, 61);
}
