.banner {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.banner .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner h1 {
  font-size: 38px;
  color: #fff;
  margin: 0;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 1);
}

.acco, .facilities_home { margin: 3em 0; }
.bali-video .video {
    width: 50%;
    margin: 0 auto;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
}

.food-gallery01 {
    margin-top: 2em;
}

.acco-carousel .owl-nav {
    width: 98%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    display: none !important;
}

.acco-carousel .owl-nav i {
    height: 45px;
    width: 45px;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: center;
    line-height: 45px;
    background-color: #000;
    border-radius: 50%;
    color: #c8021b;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #c8021b
}

.ttc-slly .accordion .card .card-header {
    padding: 0px;
    border: none;
}

.mid-quote {
    padding: 10em 0;
    background: url(../../images/sun-bg.webp) no-repeat center fixed;
    background-size: cover;
}

.mid-quote h5 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px #000;
}

@media(max-width:768px) {
    .mid-quote {
        padding: 10em 0;
        background: url(../../images/sun-bg.webp) no-repeat center fixed;
        background-size: cover;
        background-attachment: scroll;
    }

    .mid-quote h5 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 20px;
    }
}

@media(max-width:576px) {
    .banner {
        height: 150px;
    }
    .banner h1 {
      font-size: 20px;
    }
    .bali-video .video {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }
    .mid-quote {
        padding: 4em 0;
        background: url(../../images/sun-bg.webp) no-repeat center fixed;
        background-size: cover;
        background-attachment: scroll;
    }

    .mid-quote h5 {
        font-size: 17px;
        color: #fff;
        margin-bottom: 20px;
    }
}

@media(max-width:480px) {
    .bali-video .video {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }
}