.background-cover {
  position: relative;
  overflow: hidden;
  width: 100vw;
  z-index: -1;
}
.background-cover img {
  width: 100%;
}
.banner__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgb(0, 0, 0);
  object-fit: cover;
  z-index: 2;
}
.body-page{
  max-width: 800px;
}
.content{
  text-align: left;
}
.content p{
  line-height: 1.8em;
}
.slide-container{
  background-color: transparent;
  height: 100vh;
  position: relative;
}
.header-text{
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.header-text h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-shadow: 0 0 5px rgb(0 0 0 / 50%);
}
.header-text h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-shadow: 0 0 5px rgb(0 0 0 / 50%);
}
.header-link-btn{
  width: 150px;
  position: absolute;
  bottom: 150px;
  left: calc((100vw - 190px) / 2);
  z-index: 2;
}
#slide{
  color: yellow;
}
.slide-container{
  position: relative;
}
.slide-container .tns-nav{
  position: absolute;
  bottom: 0;
  z-index: 4;
  width: 100%;
  margin: 20px 0;
}

.slide-container .tns-nav button{
  background-color: transparent;
  padding: 10px;
  border: none;
  margin-left: 5px;
}
.slide-container .tns-nav button::after{
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  background-color: rgba(255,255,255,.5);
}
.slide-container .tns-nav button.tns-nav-active::after{
  background-color: #fff;
}
.slide{
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
}
.masuk-museum span{
  display: block;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 5px;
}
.header-title{
  text-align: center;
  /*background-color: rgba(0,36,86,.9);*/
  background-color: rgba(0,71,117,.9);
  position: relative;
  z-index: 1;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-title h3{
  margin: 0 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.masuk-museum span{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
p.bold{
  font-weight: 600;
  font-size: 1.3em;
  margin-top: 60px;
  font-style: italic;
}
.mw-400{
  max-width: 400px;
  margin: 0 auto;
}
.line-agenda{
  width: 50px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.line-agenda:last-child{
  border-bottom: none;
}
.agenda h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
@media(min-width: 800px) {
  .body-page{
    margin: 0 auto;
  }
  .nav-space{
    height: 0px;
  }
  .header-text{
    top: calc((100vh - 240px) / 2);
  }
  .background-cover {
    height: 100vh;
  }
  .slide-container{
    height: calc(100vh - 160px);
  }
  .sm-icon{
    height: 60px;
  }
}
@media(max-width: 800px) {
  .body-page{
    margin: 0 20px;
  }
  .nav-space{
    height: 70px;
  }
  .header-text{
    top: calc((100vh - 300px) / 2);
  }
  .background-cover {
    height: 330px;
  }
  .slide-container{
    height: 330px;
  }
}