.navbar-top {
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-filter {
  backdrop-filter: blur(30px);
}
.nav-link.active {
  color: var(--theme-color2) !important;
  font-weight: bold;
}

.header-call {
  color: #fff;
}
.book-btn {
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  transition: 0.3s;
}
.book-btn:hover {
  background-color: var(--theme-color2);
  color: #ffffff;
  text-decoration: none;
}

.navbar-brand img {
  height: 75px;
}

.border-whites {
  border: 1px solid #ffffff50 !important;
}

.bg-filter.scrolled {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
}

.bg-filter.scrolled .header-call {
  color: #000;
}

.bg-filter.scrolled .nav-link,
.bg-filter.scrolled .book-btn,
.bg-filter.scrolled .bi {
  color: #000;
  filter: brightness(0);
}

.bg-filter.scrolled .book-btn {
  border-color: #000;
  color: #000;
}

.bg-filter.scrolled .book-btn:hover {
  background-color: var(--theme-color2) !important;
  color: #fff !important;
  filter: brightness(1);
  border-color: #fff !important;
}

.bg-filter.scrolled .nav-link.active {
  color: var(--theme-color2) !important;
  font-weight: bold;
  filter: brightness(1);
}

.menu-icon {
  height: 30px;
  width: 30px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.mobile-menu-logo {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 992px) {
  .nav-link.active {
    background: #ffffff75 !important;
    font-weight: bold;
    padding-left: 10px;
    color: #000 !important;
    border: 1px solid #00000050;
  }
  .bg-filter.scrolled .nav-link.active {
    color: #000 !important;
    border: 1px solid #00000050;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-collapse {
    position: fixed;
    height: calc(100vh - 30px);
    width: 100%;
    left: 0;
    top: 64px;
    padding: 20px;
    background: rgb(255 255 255 / 57%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(20px);
  }

  .navbar-main {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  }
  .navbar-main:before {
    content: "";
    backdrop-filter: blur(20px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    background: rgb(255 255 255 / 57%);
  }

  .navbar-collapse ul li a {
    color: #000 !important;
  }
  .navbar-toggler-icon {
    filter: invert(1);
  }
  .navbar-toggler {
    border-color: #000;
  }

  .bg-filter,
  .bg-filter.scrolled {
    backdrop-filter: none !important;
  }
}
