html,
body {
  scroll-behavior: smooth;
}

.box-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-search .box:nth-child(1) {
  display: flex;
}
.box-search .box:nth-child(1) img {
  margin-right: 8px;
  width: 50px;
}
.box-search .box:nth-child(1) .nama {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 2px;
}
.box-search .box:nth-child(1) .nama h2 {
  font-size: 16px;
  font-weight: bold;
}
.box-search .box:nth-child(2) {
  display: flex;
  width: 300px;
}
.box-search .box:nth-child(2) input {
  width: 100%;
  border: none;
  border-radius: 30px 0 0 30px;
  outline: none;
  color: grey;
  padding: 5px 8px;
}
.box-search .box:nth-child(2) button {
  border: none;
  background: #1b5ab8;
  border-radius: 0 30px 30px 0;
}
.box-search .box:nth-child(2) button i {
  color: white;
  font-size: 20px;
  padding-right: 5px;
}

.navbar {
  background-color: white;
}
.navbar .navigasi {
  margin: auto;
}
.navbar .navigasi .nav-item {
  margin: 0 20px;
  border-radius: 5px;
}
.navbar .navigasi .nav-item .nav-link {
  color: black;
  font-weight: 600;
}
.navbar .navigasi .nav-item .nav-link:hover {
  color: white;
}
.navbar .navigasi .nav-item:hover {
  background-color: #0d6efd;
  transition: all 0.8s;
}

.nav-fix {
  background-color: rgba(255, 255, 255, 0.7215686275);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.616);
}

.kategori .list-group .list-item {
  border: 1px solid grey;
  text-decoration: none;
  color: grey;
  font-size: 18px;
  padding: 10px;
}
.kategori .list-group .list-item:hover {
  background-color: rgba(113, 113, 114, 0.073);
}

.active {
  background-color: rgba(105, 156, 233, 0.9058823529);
  color: white;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  margin: 20px;
  z-index: 9999;
  bottom: 50px;
  right: 0;
}

.wa {
  position: fixed;
  width: 40px;
  height: 40px;
  margin: 20px;
  z-index: 9999;
  bottom: 0;
  right: 0;
}

.muncul {
  visibility: visible;
}

@media screen and (max-width: 995px) {
  .navbar .navigasi .nav-item .dropdown-menu {
    border: none;
  }
  .navbar .navigasi .nav-item .dropdown-menu li {
    padding: 5px 0;
  }
  .navbar .navigasi .nav-item .dropdown-menu li .dropdown-item {
    font-weight: 300;
    border-bottom: 1px solid grey;
  }
  .navbar .navigasi .nav-item:hover {
    background-color: transparent;
  }
  .navbar .navigasi .nav-item:hover a:hover {
    color: black;
  }
}
@media screen and (max-width: 767px) {
  .box-search {
    flex-direction: column;
    gap: 20px;
  }
  .box-search .box:nth-child(2) {
    width: 100%;
    padding: 9px 5px 9px 5px;
  }
}
@media screen and (max-width: 473px) {
  .berita .isi-berita .teks-berita .share {
    justify-content: center;
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */