.navbar {
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 997;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropend .dropdown-toggle {
  margin-left: 1em;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

@media screen and (min-width: 992px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
.to-top-btn {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #44434a;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.to-top-btn:hover {
  background-color: #1d1d21;
}

.to-top-btn .img {
  margin-bottom: 0.25rem;
  width: 18px;
}

.var_navbar-sticky {
  background: #fff;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.show {
  opacity: 1;
}

#hero, #services, #faq, #clients, #newsletter {
  background: #FEF8F5;
}

.hr-separator {
  width: 5rem;
  height: 0.125rem;
  border: none;
  background-color: var(--bs-primary);
  opacity: 1;
}

.active-nav {
  color: var(--bs-primary);
}
