.heroSliderWrapper {
    position: relative;
    height: 100vh;
}

.hero_slider {
}

.hero_slider_item img {
    height: 95vh;
    width: 100%;
    min-height: 95vh;
    object-fit: cover;
    object-position: center;
}

.hero_video_banner {
  margin: 0;
  padding: 0;
  line-height: 0; /* prevents extra text-line spacing */
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
}

.hero_video_banner video {
  display: block;  /* removes inline baseline spacing */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-center-section {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 5em;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-text {
    color: #fff;
    text-align: center;
    /* font-size: 62px;*/
    /* font-size: 4em; */
    font-size: 2em;
    font-weight: 400 !important;
    line-height: 1.25;
    font-family: var(--font);
}

.hero-small-text {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 2em;
}

.make_a_reservation {
    padding-top: 2em;
    text-align: center;
}

.reservation_wrapper {
    background-color: #fff;
    border: 2px solid;
    border-color: rgba(var(--primary-color), 0.5);
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    padding: 1em 2em;
}

.reservation_wrapper form {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1em;
}

.reservation_wrapper form div {
    font-family: var(--font);
    color: var(--primary-color);
    display: inline-flex;
    flex-direction: column;
    align-self: center;
    width: 100%;
}

.reservation_form_input {
    /* border-radius: 5px; */
}

/* .reservation_wrapper form button {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 15px;
    padding: 0.2em 1.5em;
    border-width: 0;
} */

/* .reservation_wrapper {
    position: absolute;
    background-color: #fff;
    width: 70%;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    padding: 0.5em 0;
}

.reservation_wrapper form {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1em;
}

.reservation_wrapper form div {
    display: inline-flex;
    flex-direction: column;
    align-self: center;
}

.reservation_wrapper form button {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 15px;
    padding: 0.2em 1.5em;
    border-width: 0;
} */

/* Opentable Reservation */
#ot-widget-container2 {
    display: flex;
    justify-content: center;
}

.information_content_wrapper {
    justify-content: center;
}

.information_content_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: 30px;
}

.information_content_img {
    display: flex;
    justify-content: center;
}

.information_content_img img {
    max-width: 80%;
}

/* Rooms Section */
.room-box {
    position: relative;
    width: 100%;
    display: block;
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.1);
}

.room-name {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    z-index: 3;
}

.room-per {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    padding: 7px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 2px;
    z-index: 3;
}

.room-box img {
    width: 100%;
    height: auto;
    display: block;
}

.room-box-in {
    position: relative;
    display: block;
    padding: 30px;
}

.room-icons {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.room-icons::after {
    display: block;
    clear: both;
    content: '';
}

.room-icons img {
    display: inline-block;
    width: 23px;
    height: auto;
    float: left;
    margin-right: 20px;
    opacity: 0.5;
}

.room-icons a {
    display: inline-block;
    float: right;
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    transition: all 200ms linear;
}

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 1024px and up) */
@media screen and (min-width: 1024px) {
    .hero-text {
        font-size: 3em;
    }

    /* .make_a_reservation {
        position: absolute;
        bottom: 5vh;
    } */

    .reservation_wrapper {
    }

    .reservation_wrapper form div {
        width: auto;
    }
}

/* Extra large devices (large laptops and desktops, 1440px and up) */
@media screen and (min-width: 1440px) {
}
