/* Start custom CSS for html, class: .elementor-element-d9546b6 */.nav-menu {
  width: 30vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background: #ff5e17;
  border-radius: 10px;
  padding: 10px;
}

.nav-btn {
  border-radius: 10%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  border: none;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  text-decoration: none;
  color: black;
}

.nav-btn > i {
  font-size: 1.25rem;
  color:white;
}

.nav-btn:hover {
    border-radius: 25px;
  background: black!important;
  transition: 0.2s all ease-in-out;
}

.nav-btn:focus, .nav-btn.active {
  background: rgba(68,17,199,1);
  color: black;
  transition: 0.2s all ease-in-out;
}

.fixed-bottom {
    right:auto;
    bottom: 15px;
}/* End custom CSS */