@charset "UTF-8";
/* .yellow-box {
    background-color: none;
    padding: 10px 45px;
}

.card-middle {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-grow: 1;
    margin-bottom: -20px;
} */

.overlay-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Ubah nilai opacity di sini (dalam format rgba) */
}

/* About page */
.image-about {
    border-radius: 10px;
    height: auto;
}

.image-about-1 {
    border-radius: 0px 30px;
}

.image-about-2 {
    border-radius: 30px 0px;
}

.content-history {
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
}

.content-col-2-about {
    align-self: center;
}

.card-team {
    border: 0px !important;
    border-radius: 10px !important;
}

/* End About page */

/* venue detail */
/* for thumbnai galeri venue */
.product-images1 .main-image1 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    /* 16:9 aspect ratio (change this value as needed) */
    overflow: hidden;
}

.product-images1 .main-image1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.thumbnail-container1 {
    overflow-x: hidden;
    padding: 10px 0;
    position: relative;
}

.thumbnail-images1 {
    display: flex;
    cursor: grab;
}

.thumbnail-item1 {
    flex: 0 0 auto;
    margin-right: 10px;
    max-width: 13rem;
}

.thumbnail-item1:last-child {
    margin-right: 0;
}

.thumbnail-item1 img {
    width: 130px;
    height: 70px;
    object-fit: cover;
    cursor: grab;
    border-radius: 10px;
    border: 1px solid #21293c;
}

.title-gallery {
    color: black;
    margin: 5px 0px 5px 0px;
    font-weight: 400;
    width: 55%;
    word-wrap: inherit;
}

/* for thumbnai galeri venue */

.related {
    display: block !important;
    margin: 0px !important;
}

.date-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    /* Mengaktifkan horizontal scroll */
    -webkit-overflow-scrolling: touch;
}

.product-single-image {
    height: 600px;
}

.product-item {
    height: 600px;
}

.product-item img {
    object-fit: cover;
    border-radius: 10px;
}

.product-price {
    font-size: 1.3rem !important;
}

.product-title a {
    font-size: 1.3rem;
}

.days {
    font-size: 10pt;
    font-weight: 600;
    margin: 10px 10px;
    background: #ec0a87;
    border-radius: 5px;
    color: white;
    text-align: center;
    min-width: 50px;
    flex: 0 0 auto;
    /* Agar elemen tetap dengan ukuran aslinya */
    padding: 10px;
    /* Atur ruang antar elemen jika diperlukan */
    white-space: nowrap;
}

.day_field {
    font-size: 10pt;
    font-weight: 600;
    margin: 10px 10px;
    color: white;
    text-align: center;
    min-width: 50px;
}

.schedule {
    border: 1px solid #b8b8b8;
    padding: 10px;
    margin: 0px 10px 10px 10px;
    border-radius: 10px;
    color: black;
    text-align: center;
    width: 160px;
}

.hour-schedule {
    font-weight: 600;
}

.price-schedule {
    font-weight: 400;
}

.booked {
    color: gray;
}

/* end venue detail */

.product-price {
    font-size: 1.8rem;
}

/* venue section */
.title-venue {
    font-weight: 600 !important;
    align-self: start !important;
    padding: 0px 10px 0px 15px;
}

.product-default {
    /* height: 350px!important; */
    margin: 10px 0px;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
    border-radius: 10px;
}

.product-default .product-details {
    align-items: unset !important;
    margin: 1.7rem 0.8rem -2rem 0.8rem;
}

.price-venue {
    width: 100%;
    padding: 0px 15px;
    margin: 0px;
}

.product-default figure {
    height: 150px !important;
}

.product-default .btn-add-cart {
    width: 100% !important;
    color: white !important;
    background-color: #ec0a87 !important;
    border-radius: 30px !important;
}

.product-default figure img:first-child {
    object-fit: cover !important;
    height: inherit !important;
    border-radius: 10px 10px 0px 0px;
    display: block;
}

/* end venue section */

.input-search-custom {
    position: relative;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 5rem;
    height: 6.5rem;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: -0.025em;
    padding: 0 2.5rem;
    border: 1px;
}

.product-single-tabs .tab-pane {
    color: #000000 !important;
}

.main-nav>.menu {
    line-height: 3;
}

.main-nav>.menu>li.float-right a {
    margin-top: 7px;
    border-radius: 30px;
    padding: 12px 30px;
}

.main-nav>.menu>li.float-right a:hover {
    background-color: #8f3900;
    border: none;
}

.search-section {
    align-items: center;
    text-align: left;
    padding: 3.2rem 5.5rem
}

.booking-info {
    align-items: center;
    text-align: left;
    padding: 3.2rem 3.5rem
}

.cta h3 {
    letter-spacing: 0.03em;
    margin-bottom: 1rem
}

.cta p {
    font-size: 1.6rem;
    margin-bottom: 0
}

.cta-simple {
    align-items: center;
    text-align: center;
    padding: 3.2rem 5.5rem
}

.cta-border {
    border: 1px solid #dfdfdf;
    border-radius: 1rem
}

.cta-outline {
    border-width: 3px
}

.cta-outline .btn {
    position: relative;
    border-radius: 6px;
    color: #f7f7f7;
    padding: 8px 1.6rem 7px;
    text-transform: capitalize;
    font-weight: 400
}

.cta-outline.blue {
    border-color: #5472d2
}

.cta-outline.blue h3 {
    color: #5472d2
}

.cta-outline.blue .btn {
    box-shadow: 0 5px #3253bc;
    background-color: #5472d2;
    transition: none
}

.cta-outline.blue .btn:hover {
    top: 3px;
    box-shadow: 0 2px #3253bc
}

.cta-outline.red {
    border-color: #f4524d
}

.cta-outline.red h3 {
    color: #f4524d
}

.cta-outline.red .btn {
    box-shadow: 0 5px #f11f18;
    background-color: #f4524d;
    transition: none
}

.cta-outline.red .btn:hover {
    top: 3px;
    box-shadow: 0 2px #f11f18
}

.cta-outline.cyan {
    border-color: #4cadc9
}

.cta-outline.cyan h3 {
    color: #4cadc9
}

.cta-outline.cyan .btn {
    box-shadow: 0 5px #338faa;
    background-color: #4cadc9;
    transition: none
}

.cta-outline.cyan .btn:hover {
    top: 3px;
    box-shadow: 0 2px #338faa
}

.cta-outline.dark {
    border-color: #50485b
}

.cta-outline.dark h3 {
    color: #50485b
}

.cta-outline.dark .btn {
    box-shadow: 0 5px #342f3c;
    background-color: #50485b;
    transition: none
}

.cta-outline.dark .btn:hover {
    top: 3px;
    box-shadow: 0 2px #342f3c
}

.cta-3Ds.blue {
    box-shadow: 0 5px #3253bc
}

.cta-3Ds.red {
    box-shadow: 0 5px #f11f18
}

.cta-3Ds.cyan {
    box-shadow: 0 5px #338faa
}

.cta-3Ds.dark {
    box-shadow: 0 5px #342f3c
}

.cta-bg {
    border-color: transparent
}

.cta-bg h3 {
    color: #fff
}

.cta-bg p {
    color: rgba(255, 255, 255, 1)
}

.cta-bg.blue {
    background-color: #5472d2
}

.cta-bg.red {
    background-color: #f4524d
}

.cta-bg.cyan {
    background-color: #4cadc9
}

.cta-bg.dark {
    background-color: #50485b
}

.cta-bg.light {
    background-color: #f2f2f2;
    border-color: #dfdfdf
}

.cta-bg.light h3,
.cta-bg.light p {
    color: #1d2127
}

.category-slide,
.home-slide {
    width: 100%;
    height: 500px;
}

.home-slider {
    background: #dadada
}

.home-slider.owl-carousel .owl-nav {
    font-size: 2.4rem
}

.home-slider img {
    min-height: 499px
}

.home-slider h2 {
    font-size: 3.3125em;
    letter-spacing: 0.005em;
    color: #ffff;
}

.home-slider .btn {
    font-size: 0.875em
}

.home-slide1 h4 {
    font-size: 1.1875em;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #ffff;
}

.home-slide1 h3 {
    font-size: 5.875em
}

.home-slide1 h5 {
    font-size: 0.75em;
    vertical-align: top
}

.home-slide1 h5 span {
    position: relative;
    top: -3px;
    letter-spacing: -0.02em
}

.home-slide1 .coupon-sale-text {
    font-size: 1.2em;
    margin: 1px 4px 0 13px;
    letter-spacing: -0.01em
}

.home-slide1 .coupon-sale-text sup {
    font-size: 100%;
    top: 2px
}

.home-slide1 .btn {
    letter-spacing: 0.01em
}

.home-slide1 .banner-layer {
    left: 8.7%;
    right: 30%
}

.home-slide1 img {
    object-position: 55%
}

.home-slide2 h4 {
    color: #ffffff;
    font-size: 2.125em;
    font-weight: 500
}

.home-slide2 h2 {
    font-size: 2.5em;
    color: #ffff;
}

.home-slide2 h3 {
    font-size: 4.3125em;
    color: #ffff;
}

.home-slide2 .heading-border {
    font-size: 2.125em
}

.home-slide2 .heading-border:after,
.home-slide2 .heading-border:before {
    border-top: 7px solid #222529
}

.home-slide2 .banner-layer {
    left: 54%;
    right: 4%
}

.home-slide2 .btn {
    font-size: 1em;
    letter-spacing: 0.15em
}

@media (max-width:767px) {
    .home-slider .banner-md-vw {
        font-size: 1.2rem
    }
}

@media (max-width:575px) {
    .home-slide1 {
        font-size: 1.2rem
    }

    .home-slide1 .banner-layer {
        right: 0
    }
}

@media (max-width:480px) {
    .home-slide2 .banner-layer {
        left: 32%
    }
}