.box-be-custom-con {
  margin-left: 12px;
  margin-right: 12px;
}

.box-be-custom {
  border: unset;
  padding: unset;
  background-color: unset;
}

.input-be:focus-visible {
  outline: unset;
}

.input-be {
  width: 180px;
  height: auto;
  border: none;
  padding: unset;
  background: #f3eee7;
  font-family: "Playfair Display";
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  color: #5e522c;
  text-align: center;
  cursor: pointer;
}
.input-be::placeholder {
  /* Standar */
  color: #5e522c;
}

.input-be::-webkit-input-placeholder {
  /* Untuk Chrome, Safari, dan Opera */
  color: #5e522c;
}

.input-be:-moz-placeholder {
  /* Untuk Firefox 4 sampai 18 */
  color: #5e522c;
  opacity: 1;
}

.input-be::-moz-placeholder {
  /* Untuk Firefox 19 ke atas */
  color: #5e522c;
  opacity: 1;
}

.input-be:-ms-input-placeholder {
  /* Untuk Internet Explorer 10 dan 11 */
  color: #5e522c;
}

.input-be::-ms-input-placeholder {
  /* Untuk Edge */
  color: #5e522c;
}

label {
  display: block;
  margin-bottom: 8px;
}

.btn-book-now {
  color: #f3eee7;
  background-color: #5e522c;
  border: 1px solid #5e522c;
  border-color: #5e522c;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  font-family: "Playfair Display";
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  height: 68px;
  border-radius: 5px;
  padding: 0 15px;
}

.btn-book-now:hover,
.btn-book-now:focus {
  border-color: #5e522c;
  background-color: #f3eee7;
  color: #5e522c;
  border-radius: 5px;
}

.center {
  margin-top: 0px;
}

.cursor-pointer {
  cursor: pointer;
}

.pop-up-guest {
  margin: unset;
  padding: 28px 28px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  width: 310px;
  box-shadow: 0 4px 6px 0 rgb(0 0 0 / 7%);
  display: none;
  position: absolute;
  left: 5px;
  margin-top: 0;
  z-index: 9;
}

.pop-up-guest.xtra {
  margin: 10px 10px 10px -17px;
  padding: 8px 24px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  width: 310px;
  box-shadow: 0 4px 6px 0 rgb(0 0 0 / 7%);
  display: none;
  position: absolute;
  left: unset;
  margin-top: 0;
  bottom: 0;
}

.pop-up-guest .title {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Playfair Display";
  text-transform: capitalize;
}

.pop-up-guest .description {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

.pop-up-guest .icon {
  border: 1px solid #dee2e6;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.pop-up-guest .icon svg {
  position: relative;
  left: 2px;
  top: 1px;
}

.bold {
  font-weight: 600;
  font-size: 18px;
}

.slim-grid-row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.man-check-guests p,
.man-check-guests p span {
  font-family: "Playfair Display";
  text-transform: uppercase;
  font-weight: 400;
  color: #5e522c;
  text-align: center;
  font-size: 36px;
}

.man-be-fields {
}

.man-be-fields.man-check-in {
}
.man-be-fields.man-check-out {
}
.man-be-fields.man-check-guests {
  width: auto;
}
.man-be-fields.man-check-promocode {
}
.man-be-fields.man-check-button {
}

@media only screen and (max-width: 1024px) {
  .input-be {
    font-size: 26px;
  }
  .pop-up-guest {
    position: fixed;
    top: unset;
    bottom: 161px;
    left: 0;
    right: unset;
    margin: 0;
    width: 100%;
  }

  .input-be {
    padding: unset;
    margin-bottom: 10px;
  }

  .btn-book-now {
    height: 48px !important;
    margin-top: 6px;
  }

  .man-be-fields {
    border-bottom: 1px solid #5e522c;
    margin-bottom: 8px;
  }
  .man-be-fields:last-child {
    border-bottom: unset;
    margin-bottom: unset;
  }

  .man-be-fields.man-check-in {
  }
  .man-be-fields.man-check-out {
  }
  .man-be-fields.man-check-guests {
    width: 100%;
  }
  .man-be-fields.man-check-promocode {
  }
  .man-be-fields.man-check-button {
    margin-top: 16px;
    width: 100%;
  }
}

@media only screen and (max-width: 769px) {
  .input-be {
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .man-be-fields {
    border-bottom: 0px solid transparent;
    margin-bottom: 8px;
  }
  .man-check-guests p,
  .man-check-guests p span {
    font-size: 20px;
  }
  .btn-book-now{
    font-size: 16px;
    font-weight: 400;
  }

  .pop-up-guest {
    position: fixed;
    top: unset;
    bottom: 161px;
    left: 0;
    right: unset;
    margin: 0;
    width: 100%;
  }
}
