/*
Template Name: ART Museum
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************Image****************/
.img-3x2 {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
}

/*********************center_home****************/
.carousel-caption {
    background: #000000ab;

    width: 40%;
    height: auto;

    left: 80px;
    bottom: 75px;

    padding: 30px 35px;

    color: #fff;
    text-align: left;
}

.center_home img {
    width: 100%;
    height: 700px;
    min-height: 0;
    object-fit: cover;
    object-position: center;
}

/*********************center_home_end****************/


/*********************testim****************/
.testim_1i1ili1 span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.spec_1i span {
    width: 100px;
    height: 100px;
    line-height: 98px;
}

/*********************testim_end****************/



@media screen and (max-width : 767px) {

    .carousel-caption {
        width: calc(100% - 40px);
        height: auto;

        left: 20px;
        right: 20px;
        bottom: 25px;

        padding: 18px 20px;

        background: #000000ab;
        text-align: left;
    }

    .carousel-caption p {
        width: 100% !important;
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .carousel-caption h1 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .carousel-caption .button,
    .carousel-caption .button_1 {
        padding: 10px 18px;
        font-size: 12px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .carousel-caption {
        padding: 20px;
    }

    .carousel-caption h1 {
        font-size: 30px;
    }

    .carousel-caption p {
        font-size: 16px;
    }

}

@media (min-width:768px) and (max-width:991px) {
    .carousel-caption p {
        width: 70% !important;
    }

    .wel_2l img {
        min-height: 520px;
    }

    .theme_1 br {
        display: none;
    }

    .exhib_1li img {
        min-height: 320px;
    }

    .exhib_1r {
        padding: 10px !important;
    }

    .exhib_1rir h6 {
        font-size: 12px;
    }

    .spec_1i h4 {
        font-size: 13px;
    }

    .subs_o1l h1 {
        font-size: 30px;
        margin-top: 20px !important;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .carousel-caption p {
        width: 70% !important;
    }

    .wel_2l img {
        min-height: 520px;
    }

    .exhib_1li img {
        min-height: 320px;
    }

    .spec_1i h4 {
        font-size: 18px;
    }
}

@media (min-width:1201px) and (max-width:1270px) {}

/* =========================================
   BLOG CONTENT - BULLET LIST
========================================= */

#blog-content ul.blog-bullet-list {
    list-style: disc !important;
    list-style-position: outside !important;
    padding-left: 35px !important;
    margin: 15px 0 25px 0 !important;
}

#blog-content ul.blog-bullet-list>li {
    display: list-item !important;
    list-style: disc !important;
    list-style-type: disc !important;
    margin-bottom: 6px !important;
    padding-left: 3px !important;
}

#blog-content ul.blog-bullet-list>li::marker {
    color: #000;
    font-size: 1em;
}

/* Home Collections - Category Caption */

.about_h1im {
    position: relative;
}

.category-caption {
    position: absolute;

    left: 0px;
    right: 0px;
    bottom: 15px;

    background: rgba(0, 0, 0, 0.25);

    padding: 10px 15px;

    text-align: center;

    height: auto;
}

.category-caption h6 {
    margin: 0;
    line-height: 1.4;
}

.category-caption a {
    color: #fff;
    text-decoration: none;
}

/* G'LONG CTA */
.glong-cta {
    background-color: #8f1118;
    color: #fff;
}

.glong-cta h4,
.glong-cta p {
    color: #fff;
}

/* ==================================================
   G'LONG HERITAGE GALLERY - HOMEPAGE
================================================== */


/* ---------- TITLE ---------- */

.home-gallery-title {
    color: #222;
    text-decoration: none;
}

.home-gallery-title:hover {
    color: #d5a738;
}


/* ---------- GROUP FILTER ---------- */

.home-art-groups {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.art-group-btn {
    background: transparent;
    border: none;
    padding: 11px 15px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.art-group-btn:hover,
.art-group-btn.active {
    background: #d5a738;
    color: #fff;
}


/* ---------- ART CARD ---------- */

.home-art-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3 / 2;
    background: #ffffff;
}


/* ---------- IMAGE ---------- */

.home-art-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;

}


/* ---------- BLACK INFORMATION PANEL ---------- */

.home-art-info {
    position: absolute;

    left: 12px;
    right: 12px;
    bottom: 12px;

    background: rgba(0, 0, 0, 0.82);

    padding: 10px 12px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    opacity: 0;
    transform: translateY(10px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.home-art-card:hover .home-art-info {
    opacity: 1;
    transform: translateY(0);
}


/* ---------- TEXT AREA ---------- */

.home-art-text {
    flex: 1;
    min-width: 0;
    padding-right: 10px;
}


/* PRICE */

.home-art-price {
    color: #d6b85a;
    font-size: 26px;
    font-style: bold;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 3px;
}


/* ARTWORK NAME */

.home-art-name {
    display: block;

    color: #fff;
    font-size: 16px;
    line-height: 1.3;

    text-decoration: none;

    margin-bottom: 3px;
}

.home-art-name:hover {
    color: #d6b85a;
}


/* DESCRIPTION */

.home-art-description {
    color: #fff;

    font-size: 12px;
    line-height: 1.4;

    opacity: 0.9;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

/* =========================================
   HOME GALLERY - PRODUCT STATUS
========================================= */

.home-art-status {
    margin-top: 5px;

    color: #ccc;

    font-size: 11px;
    line-height: 1.3;

    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.home-art-status span {
    margin-left: 4px;

    font-weight: 700;
}

.home-art-status.available span {
    color: #8fc99b;
}

.home-art-status.sold span {
    color: #e5a1a1;
}


/* SOLD OUT CART BUTTON */

.art-cart.disabled,
.art-cart:disabled {
    opacity: 0.4;

    cursor: not-allowed;

    pointer-events: none;
}


/* ---------- FAVORITE + CART ---------- */

.home-art-actions {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.home-art-actions button {
    width: 28px;
    height: 28px;

    padding: 0;

    border: 1px solid rgba(255, 255, 255, 0.5);

    background: transparent;
    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;

    transition: 0.25s;
}

.home-art-actions button:hover {
    background: #d6b85a;
    border-color: #d6b85a;
    color: #000;
}

/* ---------- MOBILE ---------- */

@media (max-width: 767px) {

    .home-art-info {
        opacity: 1;
        transform: none;
    }

    .home-art-card {
        aspect-ratio: 3 / 2;
    }

}


/* ---------- MOBILE ---------- */

@media (max-width: 767px) {

    .home-art-info {
        opacity: 1;
        transform: none;
    }

    .home-art-card {
        aspect-ratio: 3 / 2;
    }

}

.gallery-instruction {
    font-size: 16px;
    color: #888;
    margin-top: -5px;
    margin-bottom: 18px;
}

/* ---------- FAVORITE ACTIVE ---------- */

.art-favorite.active {
    color: #d5a738;
    border-color: #d5a738;
}

.art-favorite.active i {
    color: #d5a738;
}

/* ---------- CART ACTIVE ---------- */

.art-cart.active {
    color: #d5a738;
    border-color: #d5a738;
}

.art-cart.active i {
    color: #d5a738;
}

/* Hero carousel controls */
#carouselExampleCaptions .carousel-control-prev,
#carouselExampleCaptions .carousel-control-next {
    width: 8%;
    z-index: 2;
}

#carouselExampleCaptions .carousel-caption {
    z-index: 3;
}

.home-event-title {
    color: inherit;
    text-decoration: none;
}

.home-event-title:hover {
    color: inherit;
}

/* ==========================================================
   HOME EVENTS - LOCATION & DATE
========================================================== */

.home-event-meta {
    display: flex;
    align-items: center;
    min-height: 42px;
}

.home-event-meta-icon {
    flex: 0 0 48px;
    width: 48px;

    color: #d5a738;

    font-size: 38px;
    line-height: 1;

    text-align: left;
}

.home-event-meta-text {
    display: block;

    color: #222;

    font-size: 14px;
    line-height: 1.5;
}

/* ==========================================================
   HOME STATISTICS
========================================================== */

#spec_o .spec_1i h4 {
    font-size: 14px !important;
    line-height: 1.4;
    white-space: nowrap;
}