.mailform {
  width: 100%;

}
.mailform .wrapper {
  /* background-color: #ae987b54 !important;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, #f5f3ef 8px, #f5f3ef 16px) !important; */
  background-color: unset;
  background-image: none;
}
@media screen and (max-width: 1200px) {
  #reservation-form form {
    overflow-x: unset;
  }
}
.slider-title::before, .slider-title::after {
  background: #ae987b ;
}
.slider-btn-dis {
  color: #ae987b;
}
.contact__form {
  border: 7px solid #ae987b;
}
.arrow-wrap {
  margin-top: 10px !important;
}
#reservation-form form {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}
select {
  appearance: none;
}
div.flex-item > dd {
  margin: 0 !important;
}
.mailform-div {
  width: 100%;
}
.mailform-div > .mailform {
  margin-top: 5rem;
}
.slider-title span {
  color: #846318;
}
.arrow-btn {
  background-color: #ff6464;
}
@media screen and (max-width: 768px) {
  li.carousel-list > dd {
    margin: auto;
  }
}