@import url(bootstrap.css);

/* Welcome to the heart of HIVERNAGE */

.bg-section {
  background-color: #f7f2ef;
}
.bg-section .container {
  max-width: 1060px;
}
.title-bottom-border::after {
  content: "";
  width: 74px;
  height: 2px;
  background-color: var(--bs-warning);
}
.footer-bottom::after {
  content: "";
  width: 32%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.hero .overlay h1 {
  font-size: 48px;
  line-height: 58px;
  text-shadow: -3.6px 8.4px 9.36px rgba(0, 0, 0, 0.65);
}
@media (min-width: 768px) {
  .hero .overlay {
    position: absolute;
  }
}

.section-service img {
  max-height: 115px;
  min-height: 115px;
  object-fit: cover;
}

.section-service h2 {
  color: #5e5e5e;
}

#map {
  height: 450px;
}
.contatc-form {
  max-width: 990px;
}

.title {
  color: #5e5e5e;
}

.footer-up {
  background-image: url(../img/backdrop-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-up::before {
  content: "";
  background: linear-gradient(
    359.15deg,
    #bba34e 6.61%,
    rgba(169, 147, 70, 0.822078) 99.39%,
    rgba(85, 74, 35, 0) 99.4%
  );
  position: absolute;
  width: 100%;
  height: 100%;
}

iframe {
  height: 622px;
}

.footer-up li {
  font-size: 20px;
}

@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}

.calendar {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  width: fit-content;
  background: #b7a45b;
  border-radius: 6px;
  padding: 10px;
  display: none;
  z-index: 9999;
}
.calendar-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.calendar-days div {
  text-align: center;
  padding: 6px;
  cursor: pointer;
  border-radius: 4px;
}

.calendar-days div:hover {
  background: #df0000;
}
.disabled {
  color: #ccc;
  pointer-events: none;
}
.active {
  background: #ffc10726;
}

.inupt-date:focus {
  outline: none;
}
.inupt-date::placeholder {
  color: #000;
}

.label-date {
  font-size: 12px;
}

.vr {
  height: 60px;
  width: 1px;
}

.btn-search {
  width: 76px;
  height: 76px;
}

.checkinout input {
  width: 100px;
}

@media (max-width: 767px) {
  .hero .overlay h1 {
    font-size: 24px;
    text-shadow: none;
    color: var(--bs-warning);
    line-height: normal;
  }
  /* .hero > img {
    height: calc(100vh - 300px);
  } */
  .btn-search {
    /* width: 50px;
    height: 50px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100% !important; */
    height: auto;
    width: 100%;
    padding-block: 10px;
  }
  .btn-search img {
    width: 20px;
  }
  .hero .overlay {
    width: calc(100% - 30px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding-block: 15px;
    border-radius: 10px;
    position: relative;
    margin-top: -50px;
    background-color: #fff;
  }
  .form-checkInOut {
    padding-inline: 15px;
  }
  .form-checkInOut .checkin,
  .form-checkInOut .checkout,
  .form-checkInOut .guests {
    width: 100%;
    border-bottom: 1px solid #bba34e40;
    margin-bottom: 15px;
  }

  .checkinout {
  }
}
