.martop{margin-top:6rem}
.box-piyik {
    border: 1px solid #00000040;
    overflow: hidden;
    max-width: 120px;
    min-width: 30px;
    padding: 3px;
    border-radius: 10px;
    font-size: 0.7rem;
  }
  
  .list-videos .item-video {
    position: relative;
    margin: 15px 0;
    overflow: hidden;
  }
  
  .list-videos .item-video:after {
    display: block;
    content: "";
    padding-top: 100%;
  }
  
  .list-videos .item-video .thumb-icon {
    background-color: rgba(44, 54, 69, 0.80);
    color: #fff;
    font-size: 1.4em;
    line-height: 50px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    transition: 0.2s;
    width: 60px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  }
  
  .list-videos .item-video:hover .thumb-icon {
    transform: translateY(-100%);
  }
  
  .list-videos .item-video .video-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    background: rgba(46, 52, 68, 1);
    color: #ffffff;
    height: 100%;
    width: 100%;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: -moz-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
  }
  
  .list-videos .item-video:hover .video-content {
    transform: translateY(0);
  }
  
  .list-videos .item-video .video-content .title-video {
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    opacity: 0;
    margin-bottom: 20px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transform: translateY(50px);
    transition-delay: 0s;
  }
  
  .list-videos .item-video:hover .video-content .title-video {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.4s;
  }
  
  .list-videos .item-video .play-button {
    background-color: #009641;
    width: 50px;
    line-height: 55px;
    padding-left: 2px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    transform: translateY(50px);
    opacity: 0;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition-delay: 0s;
  }
  
  .list-videos .item-video:hover .play-button {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.5s;
  }
  
  .list-videos .item-video .thumbnail-img {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: -moz-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  }
  
  .list-videos .item-video:hover .thumbnail-img {
    transform: translateY(-20%);
  }

  .thumbnail-img {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    transition: filter 0.3s;
    -webkit-transition: filter 0.3s;
    -o-transition: filter 0.3s;
}
.album-photos .item-album:before {
    display: block;
    content: "";
    position: absolute;
    background-color: #ff0000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1), opacity 0.6s;
    -moz-transition: -moz-transform .3s cubic-bezier(.4, 0, .2, 1), opacity 0.6s;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity 0.6s;
    z-index: 0;
  }
  .album-photos .item-album .thumb-icon {
    background-color: rgba(44, 54, 69, 0.80);
    color: #fff;
    font-size: 1.4em;
    line-height: 50px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    transition: 0.2s;
    width: 60px;
    z-index: 1;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1)s, opacity 0.6s;
    -moz-transition: -moz-transform .3s cubic-bezier(.4, 0, .2, 1), opacity 0.6s;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity 0.6s;
  }
  .album-photos .item-album .album-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    background: rgba(46, 52, 68, 0.95);
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1), opacity 0.6s;
    -moz-transition: -moz-transform .3s cubic-bezier(.4, 0, .2, 1), opacity 0.6s;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity 0.6s;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .album-photos .item-album .album-content .title-album {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
  }
  .album-photos .item-album .album-content .amount-album {
    font-size: 14px;
    opacity: 0.75;
    margin-bottom: 20px;
  }
  .thumbnail-img {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    transition: filter 0.3s;
    -webkit-transition: filter 0.3s;
    -o-transition: filter 0.3s;
  }
  .album-photos .item-album:after {
    display: block;
    content: "";
    padding-top: 100%;
  }
  .album-photos .item-album:hover .album-content {
    opacity: 1;
  }
  
  @media screen and (min-width: 1199.98px){
    .album-photos .item-album:hover .album-content {
        opacity: 1;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
        -ms-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }
  
    .album-photos .item-album:hover:before {
      opacity: 1;
      -webkit-transform: translate(-15px, -15px);
      -moz-transform: translate(-15px, -15px);
      -ms-transform: translate(-15px, -15px);
      transform: translate(-15px, -15px);
    }
  }
  .album-photos .item-album {
    position: relative;
    margin: 15px 0;
  }
  .martip{
    margin-top: 90px;
}

.bg-abu{
    background-color: #F9F9F9;
}

.box-alert{
  border-width: 1px;
  border-style: solid;
  padding: 20px 30px;
  clear: both;
  margin: 50px 0;
  background-color: #F9F9F9;
  border-color: #e1e1e1;
}
.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.footer-area {
  background: #222222;
  padding-top: 100px;
}
.single-footer-widget p {
  color: #fff;
}

.single-footer-widget a {
  color: #fff;
}

.single-footer-widget ul li a {
  color: #fff;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.kat-background-overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #0750F5B8 0%, #11ACCF 100%);
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
}
svg:not(:root) {
  overflow: hidden;
}
.elementor-shape-bottom,
.elementor-shape-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-shape-bottom:not([data-negative=true]) svg {
  z-index: -1;
}
.elementor-shape-bottom {
  bottom: -1px;
}
.elementor-shape-bottom svg {
  width: calc(100% + 1.3px);
  height: 144px;
}
.elementor-shape .elementor-shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.hebi{
  padding: 100px 0px 150px 0px;
}

.package-item {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.square {
  position: relative;
  width: 100%;
}
.square .square-content {
  /* position: absolute; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
}
.package-price {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 30px;
  right: 15px;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 25%);
  color: #fec107;
  z-index: 10;
}
.package-price small {
  color: #fff;
  display: block;
  font-size: 14px;
}
.package-item img {
  opacity: .5;
}
.img-wrap img {
  min-width: 100%;
  min-height: 100%;
  /* position: absolute; */
  top: -10000px;
  bottom: -10000px;
  left: -10000px;
  right: -10000px;
  margin: auto;
}
.effect-zoom img {
  transition: all .5s ease 0s;
}

.landscape {
  max-height: 100%;
  max-width: inherit;
}
.package-item figcaption {
  color: #fff;
  bottom: 70px;
  position: absolute;
  left: 15px;
  right: 15px;
  padding: 20px;
}
.package-title {
  color: #fff;
  display: inline-block;
  /* font-family: oswald,sans-serif; */
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  line-height: 23px;
}
.package-duration {
  margin: 0;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
      font-size: 20px;
    font-weight: bold;
    color: #fec107;
}
.package-star {
  color: #fec107;
  font-size: 12px;
}
.package-category {
  bottom: 0;
  position: absolute;
  right: 15px;
  z-index: 10;
  margin: 0;
  padding: 0;
      top: 0px;
}
.package-category li {
  margin-left: 3px;
  float: left;
}
ul, li, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.package-category li a {
  background: transparent;
  font-weight: 200;
  margin-right: 3px;
  padding: 3px 10px;
  border: 1px solid #fff;
  font-size: 11px;
}
.effect-zoom:hover .bulbi {
  transform: scale(1.2);
  transition: all .5s ease 0s;
}
.package-item:hover img {
  opacity: 1;
}
.sy-controls li a:after{content:"";background-image:url('../../images/arrows.svg');background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;text-align:center;text-indent:0;line-height:2.8em;color:#111;font-weight:800;position:absolute;background-color:#fff;width:2.8em;height:2.8em;left:50%;top:50%;margin-top:-1.4em;margin-left:-1.4em;border-radius:50%}
.sy-box.sy-loading{background:url('../../images/sy-loader.gif') 50% 50% no-repeat;-webkit-background-size:32px 32px;background-size:32px;min-height:40px}

.card-img-top{
  min-height: 150px;
  height: auto;
  width: auto;
}

.section-gap {
  padding: 60px 0;
}

.box-icon{
  width: 5.5em!important;
  height: 5.5em!important;
  background-color: #3A4166;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 100%!important;
  line-height: 1.2em!important;
}

.box-icon i{
  color: white;
  font-size: 2.2rem;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
}

.featured-img img {
  padding: 20px;
  vertical-align: middle;
  height: 200px;
}

.main-menu {
  padding-bottom: 20px;
  padding-top: 20px;
  background: rgb(0 0 0 / 59%);
  padding-left: 15px;
  padding-right: 15px;
}

.kukio{
  height:34px
}

.img-slider{width:100%;}
@media(max-width:600px){
    .hebi{padding:0 15px;}
    .hebi h1{font-size:18px;}
    .card-img-top {
        min-height: 150px;
        height: auto !important;
        width: auto;
    }
  .kukio{height: 0;}
  .img-slider{height:auto}
}



.price-area {
    background: url(../../images/price-bg.png);
    background-size: cover;
}

body{
    font-family: 'Roboto', sans-serif;
}

.box-transportasi{
box-shadow: 0px 0px 5px 0px #bfbebe;
padding:0px;
background-color:white
}
.box-transportasi:hover{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.poseidon{width:500px;height:281px;}
a:hover {
    color: #ffc107;
    text-decoration: none;
}

.btn-abu{
    background-color: transparent;
    border-color: #777;
    color: #777;
    font-size: 10px;
    border-radius: 15px;
}

.package-category2 {
    top: 55px;
    left: 15px;
    position: absolute;
    /* right: 15px; */
    z-index: 10;
    margin: 0;
    padding: 0;
}

.bg-dark {
    background-color: lightblue!important;
}

.main-menu {
     background: none; 
}

.package-category2 li a {
    background: transparent;
    font-weight: 200;
    margin-right: 3px;
    padding: 3px 10px;
    border: 1px solid #fff;
    font-size: 11px;
}

.badge2 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.package-title2 {
    color: #fff;
    display: inline-block;
    /* font-family: oswald,sans-serif; */
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 34px;
}
@media(max-width:600px){
    /*.package-title {*/
    /*color: #fff;*/
    /*display: inline-block;*/
    /* font-family: oswald,sans-serif; */
    /*font-size: 15px;*/
    /*margin-bottom: 6px;*/
    /*letter-spacing: 1px;*/
    /*line-height: 18px;*/
    /*}*/
    
    .package-title {
    color: #fff;
    display: inline-block;
    /* font-family: oswald,sans-serif; */
    font-size: 9px;
    margin-bottom: 6px;
    letter-spacing: 1px;
    line-height: 13px;
}
    .package-title2 {
    color: #fff;
    display: inline-block;
    /* font-family: oswald,sans-serif; */
    font-size: 1.8rem;
    margin-bottom: 28px;
    letter-spacing: 1px;
    line-height: 40px;
    }
}

.card {
    border-radius: 10px;
}

.package-item {
    border-radius: 10px;
}

.img-wrap {
    border-radius: 10px;
}

.home figcaption {
  color: #fff;
  bottom: 20px;
  position: absolute;
  left: 15px;
  right: 15px;
  padding: 20px;
}

.img-lain:hover{opacity:0.5;}