/* Part::Font */
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-VariableFont_wght.ttf")
    format(truetype);
  font-weight: 100 1000;
}

/* ............................ */
/* Add news 080822 */
.input-group input:focus,
.input-group select:focus{
  outline: 2px solid #886a2562 !important;
}


/* Booking Engine */
.wrap-booking-engine {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7vh;
  display: flex;
  justify-content: center;
  /* opacity: 0; */
}

.wrap-booking-engine .booking-engine {
  /* background-color: #473828; */
  width: 100%;
  min-height: 13vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
}

/* ------------------------------ */

.booking-engine form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 95%;
  /* background-color: #ffff; */
  font-family: "Montserrat", sans-serif !important;
}

.form-booking {
  width: 100%;
  /* background-color: cornflowerblue !important; */
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px #7777;
  display: flex;
  justify-content: center;
  gap: 1.5vw;
  border-radius: 8px !important;
}

.form-booking.head-content {
  background-color: #fff;
  padding: 20px;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  border-radius: 0px !important;
  margin-top: 2rem;
}

.form-booking .input-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 50%;
  justify-content: flex-start;
  /* background-color: aqua; */
}

.form-booking .input-group.destination {
  width: 30% !important;
}

.form-booking .input-group label {
  text-transform: capitalize;
  font-size: 0.7em;
  color: #886b25;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  padding: 0vh 10px !important;
}

/* Calender */
.ui-widget-content {
  box-shadow: 0 1px 10px 1px rgba(51, 51, 51, 0.457) !important;
}
.form-booking .input-group.wrap-date {
  display: flex !important;
  flex-wrap: nowrap;
  flex-direction: row !important;
  width: 50%;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
}

.form-booking .input-group.wrap-date .date {
  width: 50%;
  padding: 0;
}

.form-booking .input-group.wrap-date .date .night {
  text-align: end;
  width: 100%;
  font-size: 10px !important;
  color: #a3a3a3;
  font-weight: 300;
  text-transform: uppercase;
}

.form-booking .input-group.wrap-date .date .night .total-night {
  padding: 1vw 0;
}

.form-booking .input-group.wrap-date .date .checkin {
  width: 100%;
  position: relative;
  gap: 1vw;
}

.form-booking .input-group.wrap-date .date .checkin span {
  font-size: 10px !important;
  color: #a3a3a3;
  font-weight: 300;
  /* position: absolute; */
  /* right: 0; */
  /* bottom: 0; */
  text-transform: uppercase;
  margin-left: 1vw;
}

.form-booking .input-group select,
.form-booking .input-group input {
  width: 100%;
  border: none !important;
  border-radius: 10px !important;
  padding: 1vh 10px !important;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  color: #6f6f6f;
  font-size: 14px;
  background-color: transparent;
  border: none;
}
.form-booking .input-group select option {
  font-family: "Montserrat", sans-serif !important;
  background: #886b25;
  color: #fff;
  padding: 15px 7px;
}

.form-booking .input-group.rooms {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 20%;
}

.form-booking .input-group.rooms button {
  width: 100%;
  border-radius: 10px !important;
  background-color: #886b25;
  color: #fff;
  padding: 1.7vh 0 !important;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.form-booking .input-group.rooms button.disabled {
  background-color: #566159;
  opacity: 0.2;
  cursor: not-allowed !important;
}

.form-booking .input-group.rooms button.disabled:hover {
  cursor: not-allowed !important;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.form-control[readonly] {
  background-color: transparent;
}

/* ------------------------------------------------ */
/* Calender Jquery UI */
.ui-widget {
  font-family: var(--brand-font-1) !important;
  font-weight: thin !important;
}
.ui-widget-header {
  background-color: var(--brand-color-gold-primary) !important;
  background-image: none !important;
  color: var(--color-white) !important;
  border: none !important;
}
.ui-widget-content {
  border: none !important;
}
/* ------------------------------------------------ */

/* MOBILE */
@media screen and (max-width: 600px) {
  /* Booking Engine */
  .wrap-booking-engine {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    /* opacity: 0; */
  }

  .wrap-booking-engine .booking-engine {
    /* background-color: #473828; */
    width: 100%;
    min-height: 13vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    font-family: "Montserrat", sans-serif !important;
  }

  .wrap-booking-engine {
    bottom: 0px;
  }

  .form-booking {
    box-shadow: 0px 0px 0px #fff;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    border-radius: 0px !important;
    padding: 20px;
    background-color: #fff;
    bottom: 0px;
    position: relative;
  }

  .form-booking::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    min-height: 15px;
    background-image: url(../img/other-pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .form-booking .input-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }

  .form-booking .input-group.wrap-date {
    display: flex !important;
    flex-direction: row !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    gap: 5vw;
  }

  /* -------------------- */
  .form-booking .input-group.rooms {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }

  .form-booking .input-group.rooms {
    width: 100%;
  }

  .form-booking .input-group.rooms .wrap-rooms {
    width: 100%;
  }

  .form-booking .input-group.rooms button {
    width: 100% !important;
    border-radius: 10px !important;
    color: #fff;
    padding: 1.5vh 0 !important;
    position: relative;
  }

  .form-booking .input-group.destination {
    width: 100% !important;
  }

  /* input */
  .form-booking .input-group select,
  .form-booking .input-group input {
    width: 100%;
    /* box-shadow: 0px 0px 10px #8383834e; */
    border-radius: 7px !important;
    padding: 1vh 15px !important;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #6f6f6f;
    font-size: 14px;
    background-color: transparent;
    border: none;
  }
}

/* TABLET */
@media screen and (min-width: 600px) and (max-width: 900px) {
  .form-booking .input-group select,
  .form-booking .input-group input {
    padding: 1vh 0.7rem !important;
    font-size: 13px;
    /* background-color: #ffffffd4; */
  }

  .form-booking .input-group label {
    text-transform: uppercase;
    font-size: 10px;
  }

  .form-booking .input-group.rooms button {
    /* width: 25%; */
    color: #fff;
    padding: 1.2vh 0 !important;
    position: absolute;
    font-size: 10px;
    right: 0;
    bottom: 0;
  }
}
