@media (min-width: 1600px) {
  .navbar .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1920px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .container-fluid {
    max-width: 540px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-fluid {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .container-fluid {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .cookie-bar {
    bottom: 20px;
    left: 20px;
  }
  .nav-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .navbar-wrap {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .navbar .nav-link {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .hero.hero-page {
    height: 550px;
  }
}
@media (max-width: 991px) {
  :root {
    --header-height: 56px;
    --bd-radius: 10px;
    --text-color-light: #e3e3e3;
  }
  h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .section {
    padding: 60px 0;
  }
  #navbar {
    height: var(--header-height);
    z-index: 999;
  }
  .nav-item .dropdown-menu {
    top: 48px;
  }
  .navbar-wrap {
    /* height: 0;
    opacity: 0; */
    background: #fff;
    /* transition: all 0.3s; */
    position: absolute;
    top: var(--header-height);
    right: 0;
    width: 300px;
    display: none;

    z-index: 1;
    margin-right: 1.5rem;
    border-radius: var(--bd-radius);
    margin-top: 12px;
    padding: 24px;
  }
  .hero-navbar-container {
    padding: 0 12px;
  }
  .hero-banner-container {
    margin: 0 12px;
    height: 450px;
  }
  .navbar.show .navbar-wrap {
    z-index: 99;
    display: block;
  }
  .nav-item .dropdown-menu {
    position: initial;
  }
  .navbar.show .navbar-wrap .dropdown-menu {
    border-radius: var(--bd-radius);
  }
  .copyright-area ul {
    justify-content: center;
  }
  .copyright {
    text-align: center;
  }
  .footer .logo {
    margin-bottom: 16px;
  }
  .footer-top li {
    margin-bottom: 8px;
  }
  .logo .brand {
    font-size: 20px;
  }
  .hero {
    height: auto;
  }
  .hero-text h1 {
    font-size: 48px;
  }
  .hero-text p {
    font-size: 16px;
  }
  .hotels-item {
    margin-bottom: 25px;
  }
  .section-title-wrap {
    margin-bottom: 16px;
  }
  .section-title {
    font-size: 36px;
  }
  .footer h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .copyright-area {
    padding: 20px 0;
  }

  .about-inner {
    padding: 60px 20px;
  }
  .about li {
    margin-bottom: 12px;
  }
  .reviews-slider {
    margin-bottom: 20px;
  }
  .contact-wrap {
    padding: 60px 20px;
  }
  .form-wrap {
    margin-top: 30px;
  }
  .contact-wrap h2 {
    margin-bottom: 32px;
  }
  .reviews-img-box {
    width: 225px;
  }
}
