/* Jumbotron class */
/* .jumbotron-container {
	width: 100%;
	background: url('../img/cover-banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.9;
	min-height: calc(100vh - 12vh);
	display: flex;
	color: white;
	justify-content: center;
	align-items: center;
} */

.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
}

.jumbotron-center{
  display: flex;
	justify-content: center;
}

.jumbotron-center img{
	width: 300px;
	height: auto;
}

.container-one{
  justify-content: center;
}

.logo-tengah{
  justify-content: center;    
  width: 100px;
  height: auto;
}

/* welcome */
.content-body .logo-awal  {
width: 50%;
height: auto;
}
/* .content-body h2{
  padding-top:;
  margin-bottom: 20px;
} */
.content-body {
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  color: #88A1A6;
}
.content-body h3{
  font-size: 32px;
}

.content-satu{
margin-bottom: 100px;
}


/* map */
.map-responsive{
  overflow:hidden;
  padding-bottom:50%;
  position:relative;
  height:0;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

/* table */
.table-section{
  /* border: solid black 2px; */
  width: 100%;
}

.table-section .check{
padding-top: 20px;
}


/* icon slider */

.icon-bar img{
  width: 100px;
  height: auto;
}
.icon-slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.icon-bar {
  display: flex;
  transition: transform 0.3s ease;
}

.icon-bar a {
  flex: 0 0 16.666%;
  text-align: center;
  padding: 12px 0;
  color: rgb(0, 0, 0);
  font-size: 15px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  position: relative; /* Tambahkan position: relative */
}

.icon-bar a span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(136, 161, 166);
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.icon-bar a:hover span {
  opacity: 1;
}

.icon-bar a:hover {
  background-color: #009baf;
  color: 166;
  font-size: 15px;
  font-family: sans-serif;
}

.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: black;
  background: none;
  border: none;
  cursor: pointer;
}

.prev-button {
  left: 0;
  position: absolute;
  z-index: 3;
}

.next-button {
  right: 0;
  position: absolute;
  z-index: 3;
}



/* end icon facility slider */


.custom-div {
width: 100px;
height: 100px;
background-color: #3498db;
color: #fff;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}


.accordion-item {
background-color: #EDF1F4;
}

.accordion-button {
background-color: #EDF1F4;
color: #000000;
}

.wrapper-test {
display: flex;
flex-direction: column;
}

.kamar li {
width: 200px;
height: 100%;
opacity: 0.8;
}

.kamar button[data-bs-target]{
width: 200px;
}
.kamar button[data-bs-target]:not(.active){
opacity: 0.8;
}

.header-room{
display: flex;
justify-content: center;
text-align: center;
}

.content-body .logo-atas{
  width: 300px;
}

.content-body .logo-bawah{
  width: 300px;
}


/* // Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {


  .video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 72px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  .video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  .video-background-content {
    position: relative;
    z-index: 2;
  }
  
  .video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.1;
    z-index: 1;
  }
  


  .content-body h3{
    font-size: 55px;
  }
  .hero {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.zoom {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.content {
    padding: 20px;
}


/* welcome */
.content-body .logo-awal{
  width: 20%;
  height: auto;
  
}

.content-body .logo-atas{
  width: 350px;
}

.content-body .logo-bawah{
  width: 350px;
}

.wrapper-test {
  flex-direction: row;
}

/* .carousel-inner .carousel-item-end.active,
.carousel-inner .carousel-item-next {
  transform: translateX(25%);
}

.carousel-inner .carousel-item-start.active, 
.carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
} */
.header-room{
  display: flex;
  justify-content: flex-start;
  text-align: left;
}


  /* carousel-gambar-kamar */
.thumbnail-preview-indicators {
  position: relative;
  overflow: hidden;
}
.thumbnail-preview-indicators .slides .slide-1,
.thumbnail-preview-indicators .slides .slide-2,
.thumbnail-preview-indicators .slides .slide-3 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.thumbnail-preview-indicators,
.thumbnail-preview-indicators .slides,
.thumbnail-preview-indicators .slides .slide-1,
.thumbnail-preview-indicators .slides .slide-2,
.thumbnail-preview-indicators .slides .slide-3 {
  height: 480px;
}


.thumbnail-preview-indicators .carousel-inner .item .carousel-caption {
  top: 20%;
  bottom: inherit;
}

/* CAROUSEL INDICATORS */
.thumbnail-preview-indicators .carousel-indicators li,
.thumbnail-preview-indicators .carousel-indicators li.active {
  width: 200px;
  height: auto;
  max-height: 102px;

  background-color: transparent;
  border: 1px solid white;
  border-radius: 1px;
}
.thumbnail-preview-indicators .carousel-indicators li.active {
  border: 1px solid red;
}
.thumbnail-preview-indicators .carousel-indicators li > .thumbnail {
  width: 150px;
  height: auto;
  max-height: 100px;
  overflow: hidden;
  
  opacity: 0.8;
  display: block;
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  transition: all 550ms ease-out;
}
.thumbnail-preview-indicators .carousel-indicators li:hover > .thumbnail,
.thumbnail-preview-indicators .carousel-indicators li.active > .thumbnail:hover {
  position: relative;
  display: block;
  border: 1px solid white;
  opacity: 1;
  transform: scale(1.5);
  z-index: 1;
}
.thumbnail-preview-indicators .carousel-indicators li.active > .thumbnail:hover {
  border: 1px solid red;
}

.icon-bar img{
  width: 100px;
  height: auto;
}
.icon-slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.icon-bar {
  display: flex;
  transition: transform 0.3s ease;
}

.icon-bar a {
  flex: 0 0 16.666%;
  text-align: center;
  padding: 12px 0;
  color: rgb(0, 0, 0);
  font-size: 15px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  position: relative; /* Tambahkan position: relative */
}

.icon-bar a span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(136, 161, 166);
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.icon-bar a:hover span {
  opacity: 1;
}

.icon-bar a:hover {
  background-color: #009baf;
  color: 166;
  font-size: 15px;
  font-family: sans-serif;
}

.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: black;
  background: none;
  border: none;
  cursor: pointer;
}

.prev-button {
  left: 0;
  position: absolute;
  z-index: 3;
}

.next-button {
  right: 0;
  position: absolute;
  z-index: 3;
}
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
