@media (min-width: 768px) {
  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .explore-link {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .row-cols-lg-7>* {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}

.nav-toggler {
  position: absolute;
  top: 29px;
  right: 16px;
  z-index: 9;
  background-color: transparent;
  color: #fff;
  font-size: 21px;
  border: none;
  outline: none;
  text-shadow: 0 0 3px #fff;
}

header {
  padding: 10px 0;
}

.navbar li {
  padding: 5px;
}

.navbar {
  display: none;
  align-items: flex-start;

  top: 0;
  left: 0;
  bottom: 0;
  padding: 30px;

  /* box-shadow: 0 0 30px #00000036;  */
  overflow: auto;
  justify-content: flex-start;
  gap: 5px;

  transition: 0.3s;
  width: 100%;
  height: calc(100vh - 115px);
}

.navbar.show {
  transform: translateX(0);
  display: block;
}

header.nav-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9;
}

.navbar li,
.navbar li a {
  width: 100%;
}

@media (max-width: 767px) {
  .activity-img2 {
    max-height: 430px;
    position: relative;
    height: 230px;
  }
  #hotel-reserve-filter input+label{
    position: relative  !important;
  }

  .activity-block2 h2 {
    font-size: 18px;
  }

  .footer-copyright {
    flex-flow: column;
}
.privacy-links a {
  margin: 0 4px;
}

  section.dinning-destination .row:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .cookie-set {
    flex-direction: column;
    text-align: center;
  }

  .cookie-set p {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .navbar a {
    height: auto;
    padding: 3px 15px;
  }

  .navbar {
    height: auto;
    padding: 6px 0px;
  }

  /* header */
  .logo {
    max-width: 125px;
    /* margin-left: 0; */
  }

  .navbar img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
  }

  /* home */
  .main-img-content p {
    min-height: 80px;
    font-size: 10px;
  }

  .main-img-content img {
    max-width: 100% !important;
    height: 382px;
    object-fit: cover;
  }

  /* story */
  /* our story */
  .our-story-cover {
    flex-direction: column;
  }

  .our-story {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .our-story-line p {
    font-size: 14px;
    padding: 7px 10px 0;
    margin-bottom: 20px;
  }

  .ourstore-details img {
    max-width: 109px;
    padding: 0px;
  }

  .ourstore-details {
    margin: 20px 0;
  }

  .ourstore-images-details p {
    font-size: 13px;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .ourstore-ss-img img {
    padding: 5px 1px 0 5px;
  }

  .ourstore-text {
    padding: 10px 0px 0;
  }

  .contact-us form .row input {
    max-width: 100%;
  }

  .contact-us form .row textarea {
    margin-top: 0;
  }

  /* /our story */
  /* accomdation */
  .acc-box p:first-child {
    font-size: 18px;
  }

  .acc-box a {
    font-size: 24px;
  }

  /* reserve */
  .reserve-filter>div {
    width: 100% !important;
    margin-bottom: 10px;
  }

  /* new */
  .first-slider .accommodation img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main {
    padding: 10px;
  }

  .secound-slider .slick-slide img {
    margin: auto;
    width: calc(100% - 10px);
  }

  .secound-slider .accommodation {
    max-width: 100%;
    height: 100px;
    margin: auto;
    cursor: pointer;
    text-align: center;
  }

  .first-slider .accommodation {
    height: auto;
    padding-top: 60%;
    margin: 0;
    overflow: hidden;
  }

  .first-slider {
    margin-bottom: 14px;
  }

  .accoundtion .row .col-md-6 {
    padding: 0;
  }

  .dining-booking-date {
    margin-bottom: 17px;
}

.dining-booking-note {
    margin: 26px 0px 0 0;
}

.dining-booking-deatils table {
    font-size: 16px;
}
}