@import url(root.css);
/* * {
    outline: 1px solid rgba(255, 0, 0, 1);
} */
body {
    background-color: rgba(var(--third-bg), 0.1);
    /* background-color: rgba(var(--white), 1); */
}

.navbar {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.btn-nav {
    background-color: rgba(var(--btn-bg-primary), 1);
    color: rgba(var(--white), 1);
    transition: all 0.3s ease-in-out;
}
.btn-nav:hover {
    background-color: rgba(var(--btn-bg-secondary), 1);
    color: rgba(var(--white), 1);
    /* transform: scale(1.1); */
    transition: all 0.3s ease-in-out;
}
.menu-thumbnail {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    overflow: hidden;
}

.btn-navbar {
    width: 300px;
    justify-content: end;
}

.navbar-background {
    /* background-color: rgba(var(--main-bg), 1); */
    transition: all 0.5s ease-in-out;
}

.nav-link {
    color: rgba(var(--navbar-text), 1);
}
.nav-link:hover {
    color: rgba(var(--hover-text), 1);
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link.show,
.navbar-nav,
.nav-link:focus {
    color: rgba(var(--active-text), 1) !important;
}
.nav-link.active.show {
    color: rgba(var(--white), 1) !important;
}
.nav-link.active {
    color: rgba(var(--secondary-text), 1) !important;
    padding: 5px 15px 6px 15px;
    border-radius: 12px;
    background-color: rgba(var(--active-text), 1) !important;
}
.navbar-scrolled {
    background-color: rgba(var(--main-bg), 0.8);
    transition: all 0.5s ease-in-out;
}

.navbar-brand img {
    width: 200px;
}
.dropdown a.show {
    color: rgba(var(--active-text), 1) !important;
}
.dropdown-menu-custom {
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
    border: none;
}
/* Carousel HERO Image */

.carousel-indicators {
    bottom: 60px !important;
}
/* .carousel-caption { */
.carousel-item.carousel-container {
    height: 600px !important;
    overflow: hidden !important;
    object-fit: cover;
    object-position: center;
}
.carousel-item.carousel-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.caption-1 {
    top: 30% !important;
    left: 25% !important;
    right: 25% !important;
    background-color: rgba(var(--third-bg), 0.5);
    height: fit-content;
    width: fit-content;
    border-radius: 8px;
}

.caption-1 h1 {
    font-size: 48px;
    font-weight: 700;
}

.caption-1 p {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-style: italic;
}
.caption-2 {
    bottom: 20% !important;
    background-color: rgba(var(--third-bg), 0.5);
    height: fit-content;
    width: fit-content;
    border-radius: 8px;
    right: 10% !important;
    left: auto !important;
    text-align: right;
    transform: none !important;
}

.caption-2 h3 {
    font-size: 24px;
    font-weight: 500;
}

.caption-2 h3,
.caption-2 p {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.caption-2 a {
    margin-right: 20px;
}
.caption-2 p {
    font-size: 48px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
}
/* Catalogue */
.catalogue {
    position: relative;
    z-index: 100;
    margin-top: -60px;
    border-radius: 12px;
}
.card-catalogue {
    overflow: hidden;
    border: 2px solid rgba(var(--gold), 0.5);
}
.card-img {
    height: 400px;
    overflow: hidden;
}
.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.card-banner img {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    z-index: 2;
    transition: all 0.5s ease-in-out;
}
.search-text {
    color: rgba(var(--active-text), 1);
}
.play-button {
    font-size: 28px;
}
.cat-text {
    color: rgba(var(--badge-bg-primary), 1);
}
.mot-text {
    color: rgba(var(--badge-bg-secondary), 1);
}
.mot-text:hover,
.cat-text:hover {
    color: rgba(var(--active-text), 1);
}
.cat-badge,
.mot-badge {
    width: fit-content;
}
.cat-badge {
    background-color: rgba(var(--badge-bg-primary), 1);
    color: rgba(var(--white), 1);
}
.mot-badge {
    background-color: rgba(var(--badge-bg-secondary), 1);
    color: rgba(var(--white), 1);
}
/* End of Catalogue */
/* CUSTOM PRINT */
.custom-print {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgba(var(--third-bg), 0.8);
    padding: 40px 20px 10px 40px;
    border-radius: 12px;
}
.custom-print-video {
    height: 100%;
}
.custom-print-text h4 {
    font-weight: 800;
    font-size: 36px;
    padding: 10px 0px 10px 0px;
}
.custom-print-text h3 {
    font-weight: 600;
    font-size: 28px;
    padding: 10px 0px 10px 0px;
}
.custom-print-text p {
    font-size: 20px;
    font-weight: 400;
    color: rgba(var(--secondary-text), 1);
}

/* END OFCUSTOM PRINT */
/* Lokasi */
.frame-custom {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
}
.frame-custom iframe {
    width: 100%;
    height: 100%;
}
.frame-custom,
.location-card {
    border: 2px solid rgba(var(--gold), 0.8);
}
.location-card {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.location-logo,
.location-text {
    padding: 20px;
}
.location-logo,
.location-text,
.location-media {
    background-color: rgba(var(--cream), 1);
}

.location-logo img {
    align-self: center;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.location-text {
    border-left: 1px solid rgba(var(--black), 0.2);
    border-right: 1px solid rgba(var(--black), 0.2);
    font-weight: 600;
}
a.location-address {
    text-decoration: none;
    color: rgba(var(--main-text), 0.6);
    line-height: 2;
    transition: all 0.3s ease-in-out;
}
a.location-address:hover {
    color: rgba(var(--main-text), 1);
    transition: all 0.3s ease-in-out;
}

.location-media {
    display: flex;
    flex-direction: column;
    align-items: center; /* ini bikin i-nya rata tengah horizontal */
    justify-content: space-around; /* jarak antar i */
}
.location-media i {
    font-size: 28px;
    color: rgba(var(--maron), 1);
    cursor: pointer;
}
.location-media a {
    text-decoration: none;
    align-items: center;
    text-align: center;
    color: rgba(var(--maron), 1);
    font-size: 12px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}
.location-media a:hover i,
.location-media a:hover {
    /* color: rgba(var(--main-text), 1); */
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 10px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    transform: translateY(-50rem);
    border: none;
}
.back-to-top.show {
    background-color: rgba(var(--secondary-bg), 1);
    color: rgba(var(--white), 1);
    transition: all 0.2s ease-in-out;
    transform: translateY(0);
    opacity: 1;
    border: none;
}

.back-to-top:hover {
    background-color: rgba(var(--btn-bg-secondary), 1);
    color: rgba(var(--secondary-text), 1);
    transition: all 0.2s ease-in-out;
}

.btn-contact-toggle {
    position: fixed;
    bottom: 15px;
    border-radius: 12px;
    right: 5px;
    z-index: 300;
    transition: all 0.2s ease-in-out;
    border: none;
}
.btn-contact-toggle i {
    background-color: rgba(var(--whatsapp), 1);
    color: rgba(var(--secondary-text), 1);
    border-radius: 50%;
    padding: 5px 12px;
}
.btn-contact-container {
    position: fixed;
    background-color: rgba(var(--active-text), 1);
    bottom: 20px;
    border-radius: 12px;
    right: 5px;
    padding: 45px 15px 20px 15px;
    z-index: 300;
    transition: all 0.2s ease-in-out;
    border: none;
}
.btn-close {
    background-color: rgba(var(--secondary-text), 1);
    /* color: rgba(var(--secondary-text), 1); */
    border-radius: 50%;
    padding: 8px;
}
.btn-contact {
    background-color: rgba(var(--whatsapp), 1);
    color: rgba(var(--secondary-text), 1);
    border-radius: 8px;
    align-items: center;
    transition: all 0.2s ease-in-out;
}
.btn-contact-toggle i,
.btn-contact i {
    font-size: 40px;
    margin-left: 10px;
}
.btn-contact:hover {
    transform: scale(1.1);
    background-color: rgba(var(--active-text), 1);
    border: 1px solid rgba(var(--secondary-text), 1);
    transition: all 0.2s ease-in-out;
}
/* End of Lokasi */

/* DETAILS */
.details-container {
    margin-top: 150px;
}
.image-container {
    width: 100%;
    border-radius: 12px;
    object-fit: contain;
    object-position: center;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* IMAGE CAROUSEL */
.thumbnail-container {
    display: flex;
    overflow-x: auto;
    padding: 0.5rem 2.5rem; /* beri ruang di kiri-kanan untuk tombol */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
}

.thumbnail-container::-webkit-scrollbar {
    display: none;
}
.img-thumbnail {
    cursor: pointer;
}
.video-thumbnail {
    min-width: 90px;
    background-color: rgba(var(--third-bg), 0.1);
    border: 3px solid rgba(var(--main-bg), 1);
    border-radius: 8px;
    margin-right: 1px;
    align-content: center;
    text-align: center;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
}
.video-thumbnail i {
    width: 100px;
    color: rgba(var(--secondary-text), 1);
    font-size: 40px;
}
.btn-thumbnail {
    background-color: rgba(var(--active-text), 1) !important;
    color: rgba(var(--white), 1);
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.btn-thumbnail:hover {
    background-color: rgba(var(--white), 1) !important;
    color: rgba(var(--active-text), 1);
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.price-text {
    color: rgba(var(--active-text), 1);
    font-size: 24px;
    font-weight: 500;
}

/* END OF IMAGE CAROUSEL */
/* END OF DETAILS */

/* ABOUT */
.col-text h2 {
    font-weight: 600;
    color: rgba(var(--title-text), 1);
}
.col-text p {
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
    color: rgba(var(--title-text), 1);
}
.col-img {
    overflow: hidden;
}
.col-img iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid rgba(var(--gold), 1);
}
.col-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}
/* END OF ABOUT */

@media (min-width: 1920px) {
    .caption-1 {
        left: 30% !important;
        right: 30% !important;
    }
    .caption-2 {
        right: 15% !important;
    }
}
@media (max-width: 1180px) {
    .location-media {
        padding-left: 0px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 1024px) {
    .caption-1 {
        left: 12% !important;
        right: 12% !important;
    }
    .caption-1 h1 {
        font-size: 28px;
    }
    .caption-1 p {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .dropdown {
        position: static !important;
    }

    .dropdown-menu {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        margin-top: 0px !important;
        width: 100% !important;
    }
    .dropdown-menu.show {
        margin-top: 10px !important;
        padding: 10px;
        border: none !important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .dropdown-item {
        color: rgba(var(--title-text), 0.5);
    }
    .dropdown-item:hover {
        color: rgba(var(--active-text), 1) !important;
    }
}

@media (max-width: 992px) {
    /* custom print */
    .custom-print-text h4 {
        font-size: 24px;
    }
    .custom-print-text h3 {
        font-size: 20px;
    }
    .custom-print-text p {
        font-size: 16px;
    }
    /* end of custom print */
    .btn-navbar {
        justify-content: start;
        margin-bottom: 20px;
    }
    .location-card {
        margin-top: 50px;
    }
}
@media (min-width: 768px) {
    .location-media {
        flex-direction: column;
        padding-bottom: 20px;
    }
}
@media (max-width: 768px) {
    /* carousel hero-image */
    .carousel-indicators {
        bottom: 45px !important;
    }
    .carousel-item.carousel-container {
        height: 400px !important;
    }
    .caption-1 {
        top: 30% !important;
        padding: 10px !important;
    }
    .caption-1 h1 {
        font-size: 24px;
    }
    .caption-1 p {
        font-size: 12px;
    }
    .caption-2 {
        bottom: 20% !important;
        right: 10% !important;
        padding: 10px !important;
    }
    .caption-2 h3 {
        font-size: 14px;
    }
    .caption-2 p {
        font-size: 28px;
    }
    .caption-2 a {
        margin-right: 10px;
    }
    .carousel-indicators button {
        width: 8px !important;
    }
    /* custom print */
    .custom-print {
        padding: 20px 16px 0px 16px;
    }
    /* location */
    .location-text {
        font-size: 20px;
    }
    .location-media {
        padding-bottom: 20px;
    }
    .location-media a {
        font-size: 16px;
    }
    .location-media i {
        font-size: 28px;
    }
    /* ABOUT */
    .col-text {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    /* carousel hero-image */
    .carousel-item.carousel-container {
        height: 300px !important;
    }
    .carousel-item.carousel-container img {
        height: 300px !important;
    }
    .caption-1 {
        display: block !important;
        padding: 8px !important;
    }
    .caption-1 h1 {
        font-size: 18px;
        padding: 0px !important;
    }
    .caption-1 p {
        font-size: 8px;
        padding: 0px !important;
        margin: 0px !important;
    }
    .caption-2 {
        display: block !important;
        bottom: 25% !important;
        padding: 8px !important;
    }
    .caption-2 h3 {
        font-size: 10px;
        padding: 0px !important;
        margin: 0px !important;
    }
    .caption-2 p {
        font-size: 20px;
        padding: 0px !important;
        margin: 0px !important;
    }
    .caption-2 a {
        font-size: 10px;
        margin-right: 0 !important;
        padding: 2px 4px !important;
    }
    .location-media {
        flex-direction: row;
    }
}
