@media (max-width: 1399px) {
  .menu li a {
    font-size: 18px;
  }

  .menu li {
    margin: 0 3px;
  }
}

@media (max-width: 991px) {
.f16 {
     color:#000;
}
.booking-cont-price{
        color:#000;
    }
.form-cont-right-bottom {
    color:#000;
}
.form-cont {
    color:#000;
}
.booking-cont-list li{
    color:#000;
}
.top-bar {
  display: none;
}

.logo img {
  width: 100%;
  max-width: 125px;
  position: absolute;
  top: 0px;
}

.bar-content-sec {
  margin-top: 125px;
}

  header {
    position: relative;
  }

  .top-header {
    display: none;
  }

  .header-bg-color {
    animation: none !important;
  }

  .menu {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100vh;
    display: block;
    text-align: left;
    left: -200%;
    right: 0;
    top: 0px;
    transition: all 0.4s;
    z-index: 999;
    padding-top: 70px;
    margin-top: 0;
    backdrop-filter: blur(5px);
  }

  .menu li {
    display: block;
    border-bottom: solid 1px #000;
  }

  .menu li a {
    padding: 10px 10px 10px 30px;
    display: block;
    color: #333;
  }

  .has-dropdown span {
    position: absolute;
    right: 10px;
    top: 7px;
    background-color: var(--light);
    display: block;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    padding-top: 2px;
  }

  .show-menu {
    left: 0 !important;
  }

  .show-dropdown {
    display: block;
  }

  .header-right {
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 9999;
  }

  .menu-icon {
    cursor: pointer;
  }

  .menu-lines {
    position: relative;
    margin-left: 10px;
    width: 23px;
    height: 2px;
    background-color: #333;
    transition: all 0.3s;
    display: inline-block;
  }

  .menu-lines::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #333;
    top: -10px;
    left: 0;
    transition: all 0.3s;
  }

  .menu-lines::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #333;
    top: 10px;
    left: 0;
    transition: all 0.3s;
  }

  /* .header-bg-color .menu-lines, .header-bg-color .menu-lines::before, .header-bg-color .menu-lines::after {
    background-color: #fff;
  } */

  /* .header-bg-color .menu li a {
    color: #fff;
  } */

  .toggle-lines::before {
    transform: rotate(45deg);
    top: 0px;
    transition: all 0.4s;
  }

  .toggle-lines::after {
    transform: rotate(-45deg);
    top: 0px;
    transition: all 0.4s;
  }

  .toggle-lines {
    background-color: transparent;
    transition: all 0.4s;
  }

  .header-bg-color .toggle-lines {
    background-color: transparent;
    transition: all 0.4s;
  }

  .about-img1, .about-img2, .circle {
    display: none;
  }

  .banner-cont h1 {
    font-size: 30px;
  }

  .banner-cont h2 {
    font-size: 30px;
  }

  .banner-cont p {
    font-size: 16px;
  }

  .carousel-control-prev, .carousel-control-next {
    display: none;
  }

  .info-sec::before {
    display: none;
  }

  .info-cont-inner {
    padding: 5px;
  }

  .info-cont-inner h1 {
    line-height: inherit;
    color: #fff;
  }
  
   .mt-5 {
    color: #fff;
  }

  .info-cont-inner {
    min-height: auto;
  }

  .info-2 .info-cont-inner {
    padding-left: 5px;
  }

  .info-sec {
    margin-top: 8px;
  }

  footer {
    background-position: bottom;
  }

  .title h1 {
    font-size: 36px;
  }

  .inner-sec {
    padding: 40px 0;
  }

  .slider-cont-inner h1 {
    line-height: inherit;
  }
  
}

@media (max-width: 768px) {
  .overview-cont ul {
    display: block;
  }

  .overview-cont ul li {
    margin-bottom: 15px;
  }
}

@media (max-width: 525px) {
}
