@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

.box h2{
    font-weight: bold!important;
}
.box{
    padding: 15px 0px!important;
}
.iconawal{
    font-size: 100px;
    color: #fff;
}
.paketlelang h5{
    color: #fff!important;
    margin-bottom: 10px;
}
.paketlelang a{
    color: #f2f2f2;
}
.paketlelang a:hover{
    text-decoration: underline;
}

body{
	font-family: 'Rubik', sans-serif;
	/*font-size: 12px;*/
    background: #F2F7F8;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: -webkit-fill-available;
    min-height: 120%;
    height: 120%;
}
/*.overlay{
	background: ;
    position: fixed;
    height: 127%;
}*/
.qrcode{
    border-radius: 10px;
    width: 37%!important;
    height: auto!important;
}
.logo{
	/*border-left: 1px solid #fff;*/
}
.kotak{
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 10%;
    transition: 0.2s;
    cursor: pointer;
    padding: 13px 0px;
    box-shadow: 0px 0px 16px 2px #dadada80;
}
.kotak:hover{
    background: #ffffff;
    box-shadow: 0px 10px 16px 2px #dadadab3;
    top: -8px;
    position: relative;
}
.konten {
    width: 100%;
    height: 100%;
    text-align: center;
}
.konten img{
	width: 55%;
}
.konten h6{
	margin: 0px
}
.bariskedua{
	/*top: -28px;*/
    /*position: relative;*/
}
.banner{
    margin-top: 40px!important;
    margin-bottom: 40px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}
a{
    color: #000;
}
a:hover{
    color: #000;
    text-decoration: none;
}
@media only screen and (max-width: 600px) {
    .logo{
        border-left: none;
    }
    .text-right{
        text-align: center!important;
    }
    .kotak {
        background: #fff;
        border-radius: 10px;
        transition: 0.2s;
        cursor: pointer;
        width: 100%;
        height: 100%;
        transform: none;
    }
    .kotak:hover {
        background: #ffffff;
        box-shadow: 0px 5px #a7a7a7d9;
        top: -8px;
        position: relative;
    }
    .bariskedua {
        position: static;
    }
    .logo img{
        width: 100%;
        margin: 10px 0px;
    }
    .col-sm-2{
        margin: 10px 0px;
    }
    .konten {
        width: 100%;
        height: 100%;
        transform: none;
        text-align: center;
        display: flex;
        align-items: center;
    }
    .konten img{
        width: 20%;
        margin: 5px 18px;
    }
    .konten h6{
        text-align: left;
    }
    .mb-5{
        margin-bottom: 5px!important;
    }
    .pt-4{
        padding: 0px!important;
    }
    .qrcode{
        margin: 25px 0px 0px 0px;
    }
}


/*multicorousel*/
.MultiCarousel {
  float: left; overflow: hidden; padding: 15px 0px; width: 100%; position:relative;
      max-width: 1141px;
}
.MultiCarousel .MultiCarousel-inner .item img{
  width: 100%!important;
  padding: 0px 5px;
}
.MultiCarousel .MultiCarousel-inner .item img:hover{
  opacity: 0.7;
}
.MultiCarousel .MultiCarousel-inner .active img:hover{
  opacity: 1;
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all; float: left; 
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center; padding:10px; margin:10px;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
  position:absolute; border-radius:50%;top:calc(50% - 20px); 
}
.MultiCarousel .leftLst:not(:disabled):not(.disabled):active, .MultiCarousel .rightLst:not(:disabled):not(.disabled):active{
  background-color: #fff!important;
  border: none!important;
  color: #333!important;
} 
.MultiCarousel .leftLst { 
  left: -21px;
   box-shadow: 0 1px 14px 4px rgb(134 134 134 / 35%);
    color: #333;
    font-weight: bold!important;
    background: #ffffff;
    font-family: monospace;
    font-size: 15pt;
    height: 40px;
    width: 40px;
    border: none;
    transition: all 0.25s;
    opacity: 0;
}

.MultiCarousel .rightLst { 
    right: -21px;
    box-shadow: 0 1px 14px 4px rgb(134 134 134 / 35%);
    color: #333;
    font-weight: bold!important;
    background: #ffffff;
    font-family: monospace;
    font-size: 15pt;
    height: 40px;
    width: 40px;
    border: none;
    transition: all 0.25s;
    opacity: 0;
}
.munculkiri{
  left: 11px!important;
  opacity: 1!important;
}
.munculkanan{
  right:11px!important;
  opacity: 1!important;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
  pointer-events: none; background:#ccc; display: none;
}

.daftar{
    padding: 0px 0px;
    margin: 5px 0px;
}
.daftar .isi-daftar{
    cursor: pointer;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    transition: 0.5s;
}
.daftar .isi-daftar:hover{
    background: linear-gradient(45deg, white, #efefef);
}
div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}