html, body {
  scroll-behavior: smooth;
}

button .prev {
  border-radius: 3px;
  background-color: rgb(0, 0, 0);
}
button .next {
  border-radius: 3px;
  background-color: rgb(0, 0, 0);
}

.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 form {
  display: flex;
  width: 300px;
}
.box-search form input {
  width: 100%;
  border: none;
  border-radius: 30px 0 0 30px;
  outline: none;
  color: grey;
  padding: 5px 8px;
}
.box-search form button {
  border: none;
  background: #1b5ab8;
  border-radius: 0 30px 30px 0;
}
.box-search form 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);
}

.swiper {
  width: 100%;
  height: 450px;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  height: 55px;
  width: 40px;
  color: rgba(255, 255, 255, 0.637);
  background: rgba(15, 14, 14, 0.105);
  border-radius: 5px;
  margin: 0 30px;
}
.swiper .swiper-button-next:hover, .swiper .swiper-button-prev:hover {
  transition: all 0.4s ease-in;
  background: rgb(0, 0, 0);
  color: white;
}

.pelayanan {
  height: 50vh;
  background-color: rgb(230, 229, 229);
  display: grid;
  align-items: center;
}
.pelayanan .box-pelayan {
  display: grid;
  place-items: center;
}
.pelayanan .box-pelayan h2 {
  text-transform: capitalize;
  font-weight: 700;
}
.pelayanan .box-pelayan img {
  width: 250px;
}

.berita {
  margin: 20px 0;
}
.berita .row .judul {
  border-bottom: 2px solid #0d6efd;
}
.berita .row .judul h4 {
  font-size: 30px;
}
.berita .row .judul span {
  font-weight: bold;
  cursor: pointer;
}
.berita .row .listber {
  margin-top: 20px;
}
.berita .row .listber .image {
  width: 100%;
  height: 200px;
  background-image: url(img/1.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.berita .row .listber .image img {
  width: 180px;
}
.berita .row .listber .image .tgl {
  transform: translateY(0 0);
  position: absolute;
  opacity: 0.8;
  color: white;
  padding: 4px;
  bottom: 0px;
}
.berita .row .listber .dec {
  width: 100%;
  margin-left: 25px;
}
.berita .row .listber .dec .kategori {
  width: 96px;
  padding: 2px;
  margin-bottom: 10px;
  background-color: orange;
}
.berita .row .listber .dec .kategori a {
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: white;
}
.berita .row .listber .dec .juber {
  font-size: 18px;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 8px;
}
.berita .row .listber .dec p {
  font-size: 14px;
}
.berita .row .listber .dec a {
  text-decoration: none;
}
.berita #jadwaldanAgenda .juduljadwal {
  border-bottom: 2px solid #0d6efd;
}
.berita #jadwaldanAgenda .juduljadwal p {
  font-size: 24px;
}
.berita #jadwaldanAgenda .juduljadwal p a {
  text-decoration: none;
}
.berita .row table td, .berita .row table th {
  padding: 10px;
  font-weight: 700;
  color: rgb(121, 121, 121);
}
.berita .judulagenda {
  border-bottom: 2px solid #0d6efd;
  margin-top: 10px;
}
.berita .judulagenda p {
  font-size: 25px;
}
.berita .agenda {
  margin: 10px 0;
}
.berita .agenda .tanggal {
  width: 100%;
  height: 45px;
  padding: 2px 0;
}
.berita .agenda .tanggal h5 {
  font-size: 15px;
  line-height: 1;
}
.berita .agenda .deskripsi h6 {
  font-size: 15px;
}
.berita .agenda .deskripsi p {
  font-size: 13px;
  line-height: 3px;
}

.album {
  background-color: rgb(230, 229, 229);
  padding: 40px 0;
}
.album .judul {
  border-bottom: 2px solid #0d6efd;
}
.album .galeri {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
  padding: 20px 0;
}
.album .galeri .picture {
  width: 240px;
  height: 150px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.album .galeri .picture img, .album .galeri .picture iframe {
  width: 100%;
  height: 100%;
}
.album .galeri .picture img:hover {
  transform: scale(1.5);
  transition: all 0.8s;
}
.album .galeri .picture .judulAlbum {
  background-color: rgba(13, 109, 253, 0.842);
  width: 100%;
  padding: 3px;
  color: white;
  position: absolute;
  bottom: 0px;
}
.album .swiper {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border-radius: 5px;
}
.album .swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.album .swiper .swiper-slide .label {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 5px;
  color: white;
  background: rgba(53, 134, 255, 0.877);
}
.album .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.album .swiper .swiper-button-next, .album .swiper .swiper-button-prev {
  color: white;
  background: rgba(0, 0, 0, 0.479);
  height: 55px;
  width: 40px;
}
.album .swiper .swiper-button-next:hover, .album .swiper .swiper-button-prev:hover {
  background: rgb(0, 0, 0);
}

.lapak-desa {
  height: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
}
.lapak-desa .judul {
  border-bottom: 2px solid #0d6efd;
  margin-bottom: 20px;
}
.lapak-desa .judul h4 {
  font-size: 30px;
}
.lapak-desa .swiper {
  width: 100%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(9, 77, 179, 0.6705882353);
  padding: 30px;
  border-radius: 5px;
}
.lapak-desa .swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  background-color: rgba(89, 89, 255, 0.836);
  align-items: center;
  position: relative;
}
.lapak-desa .swiper .swiper-slide img {
  display: block;
  box-shadow: 0 0 10px white;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lapak-desa .swiper .swiper-slide .des {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.557);
  bottom: 0;
  color: white;
  left: 0;
}
.lapak-desa .swiper .swiper-button-next, .lapak-desa .swiper .swiper-button-prev {
  color: white;
}

.apbdes .card .judul {
  border-bottom: 2px solid #0d6efd;
  margin-bottom: 10px;
  color: #0d6efd;
}
.apbdes .card .judul .card-body h4 {
  font-weight: normal;
}

.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: 1199px) {
  .album .galeri .picture {
    width: 300px;
  }
}
@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;
  }
  .berita .agenda a {
    font-size: 20px;
  }
  .album .galeri .picture {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .box-search {
    flex-direction: column;
    gap: 20px;
  }
  .box-search form {
    width: 100%;
    padding: 9px 5px 9px 5px;
  }
  .slider .img-item {
    height: 300px;
  }
  .pelayanan .box-pelayan img {
    width: 200px;
  }
  .berita .listber .bagian {
    flex-direction: column;
  }
  .berita .listber .bagian .dec {
    margin-top: 20px;
    margin-left: 0px;
  }
  .berita .listber .bagian .dec .kategori {
    margin-bottom: 3px;
  }
  .album .galeri .picture {
    width: 49%;
  }
}
@media screen and (max-width: 420px) {
  .pelayanan .box-pelayan img {
    width: 150px;
  }
  .berita .tangal {
    width: 10px;
  }
  .berita .agenda a {
    font-size: 15px;
  }
  .album .galeri .picture {
    width: 80%;
  }
}/*# sourceMappingURL=main.css.map */