nav#nav-id {
  position: absolute;
  top: 0;
  background-color: grey;
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  color: white;
}
nav#nav-id .toggler-nav {
  display: none;
  width: 55%;
  height: 100%;
  padding-top: 50px;
  background-color: grey;
  z-index: 200;
  position: fixed;
  right: 0;
  bottom: 0;
}
nav#nav-id .toggler-nav ul.togler-items {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
nav#nav-id .toggler-nav ul.togler-items li {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
nav#nav-id .toggler-nav a {
  color: white;
}
nav#nav-id .fitur-tambahan a {
  color: black;
}
nav#nav-id .dava-button {
  color: white;
  position: relative;
  z-index: 201;
}
@media (min-width: 768px) {
  nav#nav-id .toggler-nav {
    display: 50%;
  }
}
@media (min-width: 992px) {
  nav#nav-id {
    padding: 0 20px;
  }
  nav#nav-id .toggler-nav {
    display: inherit;
    width: -moz-max-content;
    width: max-content;
    position: static;
    padding: 10px 10px;
  }
  nav#nav-id .toggler-nav ul.togler-items {
    flex-direction: row;
  }
  nav#nav-id .toggler-nav ul.togler-items li {
    margin-bottom: 0;
    margin-right: 20px;
  }
  nav#nav-id .dava-button {
    display: none;
  }
}

body {
  background-image: url("https://images.pexels.com/photos/12776936/pexels-photo-12776936.jpeg?auto=compress&cs=tinysrgb&w=2000");
  /* background-size: cover; */
  background-position: center;
}

.photo-profile {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(0, 102, 255, 0.1);
}/*# sourceMappingURL=dev.css.map */