#nav_logo {
  display: block;
  position: absolute;
  top: -4px;
  left: 0px;
  width: 180px;
  height: auto;
}

#nav_logo img {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

.top-index {
  z-index: 9999;
}

#nav_book {
  display: none;
  position: absolute;
  left: 50%;
  top: 12.5px;
}

.link-hotel {
  z-index: 10000;
}

.booking-top-form-container {
  margin: 0px 0px !important;
}

.booking-top-form-container button.btn-book {
  background-color: none !important;
  border: 1px solid #fee0c8;
  float: left !important;
  font-size: 20px;
  border-radius: 20px;
  color: #fee0c8;
  height: 40px !important;
  width: 180px;
  line-height: 40px;
  padding: 0px 20px;
  margin: 0px 0px 0px 50% !important;
  transform: translateX(-50%);
}

#booking_form_slide button.btn-close {
  display: block;
  position: relative;
  font-size: 44px;
  float: left;
  width: 100%;
  color: #fee0c8;
  font-weight: normal;
  box-shadow: none !important;
  text-shadow: none;
  margin: -10px 0px 20px 0px;
}

#booking_form_slide button.btn-close:hover {
  color: #fff4eb;
}

.booking-top-form-container button.btn-book:hover {
  background-color: #fff4eb !important;
  color: rgb(65, 64, 64);
}

.booking-top-form-container input[type="text"] {
  display: inline-block;
  padding: 3px 25px 3px 10px;
  border: 1px solid #fee0c8;
  border-radius: 1px;
  font-size: 14px;
  box-shadow: none;
  background-color: transparent;
  height: auto;
  color: #fee0c8;
  width: 100%;
  outline: none;
}

.booking-top-form-container input[type="text"]:focus,
.booking-top-form-container select:focus {
  border-color: #fff4eb;
  background-color: #38471f;
  color: #fff4eb;
}

.booking-top-form-container select {
  display: inline-block;
  padding: 3px 0px 3px 3px;
  border: 1px solid #fee0c8;
  border-radius: 1px;
  font-size: 14px;
  box-shadow: none;
  background-color: transparent;
  height: auto;
  color: #fee0c8;
  height: 25px !important;
  margin: 3px 0px !important;
  outline: none;
  width: 100%;
  text-align-last: center;
}

.booking-top-form-container label {
  padding: 6px 3px;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #ffcfa7;
  margin: 0px 0px !important;
  width: 100%;
  text-align: center;
}

#booking_form {
  font-family: Raleway, sans-serif;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background: url("booking.bg.png");
  background-attachment: scroll;
  background-size: auto;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  padding: 30px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #4b565b;
  word-spacing: 3px;
}

#booking_form form {
  padding: 0 !important;
  margin-top: 20px;
}

#booking_form input[type="text"] {
  display: inline-block;
  padding: 3px 25px 3px 10px;
  border: 1px solid black;
  border-radius: 1px;
  font-size: 14px;
  box-shadow: none;
  background-color: transparent;
  height: auto;
  color: #4b565b;
}

#booking_form select {
  display: inline-block;
  padding: 3px 25px 3px 10px;
  border: 1px solid black;
  border-radius: 1px;
  font-size: 14px;
  box-shadow: none;
  background-color: transparent;
  height: auto;
  color: #4b565b;
}

#booking_form label {
  font-size: 14px;
  margin: 5px;
  color: black;
  line-height: 18px;
  word-spacing: 3px;
  vertical-align: middle;
  font-weight: 600;
}

.booking-form-button {
  padding: 9px 12px;
  background-color: #e7b315;
  border-color: #e7b315;
  float: right !important;
  font-size: 14px;
  border-radius: 1px;
  font-weight: 600;
  border-width: 0;
  color: white;
  width: 100%;
}

.clear20 {
  clear: both;
  height: 20px;
}

#booking_form h2 {
  width: 100%;
  font-weight: 600;
  color: #e7b315;
  font-size: 25px;
  line-height: 43px;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0;
  -webkit-box-shadow: 3px 0 #e7b315;
  box-shadow: 3px 0 #e7b315;
}

#booking_form h2 span {
  font-weight: 600;
  color: #16262e;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 28px;
}

#booking_form .col-6 {
  padding-left: 15px;
  padding-right: 15px;
}

#booking_form .select-5 {
  width: auto;
}

#booking_form {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 991px) {
  #nav_book {
    display: block;
  }

  #nav_logo {
    display: block;
    position: absolute;
    top: 12px;
    left: 16px;
    width: 150px;
    height: auto;
  }

  #header_logo {
    display: none;
  }

  #booking_form h2 {
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
  }

  #booking_form h2:after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #e7b315;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -50px;
  }
}

#fixed-button {
  display: none;
  top: 200px;
  position: fixed;
  right: -60px;
  z-index: 1000;
  transform: rotate(-90deg);
  padding: 10px 10px;
  background-color: #616d45;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#fixed-button h2 {
  font-size: 24px;
  color: white;
}

#fixed-button h3 {
  font-size: 16px;
  color: white;
}

a.anchor-arrow {
  display: block;
  position: absolute;
  top: 50%;
}

a.explore-anchor {
  background-color: rgba(0, 0, 0, 0.25);
}

#booking_form_slide {
  display: none;
  position: fixed;
  width: 300px;
  height: 400px;
  right: 0px;
  top: 100px;
  background-color: #38471f;
  z-index: 9999;
}

.nav-background-fill {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #38471f;
}

.hover-effect-container {
  display: block;
  float: left;
  position: relative;
  margin: 0px 0px;
  padding: 0px 0px;
  overflow: hidden;
}

.hover-effect-container::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border: 1px solid white;
  left: 10px;
  top: 10px;
  margin: 0px 0px;
  padding: 0px 0px;
}

.hover-effect-container img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover-effect-container:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.darken-effect-container img {
  filter: brightness(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.darken-effect-container:hover img {
  filter: brightness(150%);
}

.btn-book-now-rooms {
  display: block;
  margin: 20px auto;
  padding: 0px 30px;
  border: 2px solid #ccc;
  height: 40px;
  border-radius: 20px;
  font-weight: bold;
  color: #666;
  background-color: #f7f7f7;
}

.btn-book-now-rooms:hover {
  color: #333;
  background-color: #f0f0f0;
  border-color: #333;
}
.grow-text {
  transition: all 0.3s ease-in-out;
}
.grow-text:hover {
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  transform: scale(1.025);
  margin-top: -5px;
  padding-bottom: 5px;
  color: rgb(24, 39, 4) !important;
}

.logo_for_restaurant {
  top: 45px !important;
  width: 280px;
}

a.newbtn {
  background: #38471f;
  color: #fff;
  padding: 10px;
  border-radius: 25px;
}
a.newbtn:hover {
  opacity: 0.9;
}
