﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

@font-face {
    font-family: 'EB Garamond', Garamond, Baskerville, 'Times New Roman', serif;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'EB Garamond', Garamond, Baskerville, 'Times New Roman', serif;
    font-weight: 300;
    color: #fffbf7;
}

.navbar {
    background-color: #3A1D0F;
}

    .navbar a {
        opacity: 0.9;
    }

.navbar {
    background: transparent;
    transition: all 0.3s ease;
}

    .navbar.scrolled {
        background: rgba(0, 0, 0, 0.85);
        backdrop-filter: blur(6px);
    }

    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

.luxury-nav {
    font-family: 'Montserrat', sans-serif;
    background: transparent;
    padding: 28px 0;
    transition: all 0.35s ease;
}

    .luxury-nav.scrolled {
        background: rgb(0 0 0 / 36%);
        backdrop-filter: blur(6px);
        padding: 25px 0;
    }

    .luxury-nav .nav-link {
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 13px;
    }

    .luxury-nav .navbar-brand {
        letter-spacing: 1px;
    }

.luxury-offcanvass {
    font-family: 'Montserrat', sans-serif;
}

    .luxury-offcanvass h5 {
        font-family: 'Playfair Display', serif;
    }

.booking-btn {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-bottom: 8px;
    transition: 0.3s;
}

    .booking-btn::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 60%;
        height: 2px;
        background: white;
        transform: translateX(-50%);
        transition: 0.3s;
    }

    .booking-btn:hover {
        color: #f5f5f5;
    }

        .booking-btn:hover::after {
            width: 100%;
        }



.contact-slide {
    position: fixed;
    right: 0;
    top: 28%;
    display: flex;
    z-index: 999;
    transform: translateX(320px);
    transition: transform .45s cubic-bezier(.19,1,.22,1);
}

    .contact-slide:hover {
        transform: translateX(0);
    }


.contact-tab {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background: #6f4215;
    color: white;
    padding: 18px 10px;
    letter-spacing: 4px;
    font-size: 13px;
}

.contact-page {
    font-family: 'EB Garamond';
}

.contact-content {
    width: 320px;
    background: #8a5521;
    color: white;
    font-size: 14px;
}


.contact-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
}

.divider {
    height: 1px;
    background: rgba(255,255,255,0.25);
}

/* subscribe */

.subscribe-title {
    padding: 15px 20px 5px;
    font-size: 13px;
}

.subscribe {
    display: flex;
    margin: 10px 20px 15px;
}

    .subscribe input {
        flex: 1;
        padding: 10px;
        border: none;
        outline: none;
        background: #a67845;
        color: white;
    }

        .subscribe input::placeholder {
            color: white;
        }

    .subscribe button {
        width: 45px;
        border: none;
        background: #b48754;
        color: white;
        font-size: 18px;
    }

/* bottom */

.bottom-links {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
}

.local-home {
    font-family: Montserrat, serif;
}

.local-home-inf {
    background-color: #3a1d0f69;
    padding: 2rem;
}

.split-section {
    display: flex;
    height: 60vh;
    overflow: hidden;
}

.split-item {
    position: relative;
    flex: 1;
    overflow: hidden;
    background: #000;
}

    .split-item img {
        position: absolute;
        inset: -5%;
        width: 110%;
        height: 110%;
        object-fit: cover;
        z-index: 1;
        transition: transform 1.3s cubic-bezier(.4,0,.2,1);
    }


    .split-item .content {
        position: absolute;
        inset: 0;
        z-index: 3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        text-align: center;
        pointer-events: none;
    }

    /* hover zoom */
    .split-item:hover img {
        transform: scale(1.08);
    }

.split-section:hover .split-item:not(:hover) img {
    transform: scale(0.95);
    opacity: .85;
}

.split-section:hover .split-item:not(:hover)::after {
    background: rgba(0,0,0,.55);
}

.luxury-banner {
    position: relative;
    overflow: hidden;
    background: #000;
}

    .luxury-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient( to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 15%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.6) 85%, rgba(0,0,0,0.85) 100% );
        pointer-events: none;
    }

.banner-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.quote {
    font-family: 'Playfair Display', serif;
    max-width: 720px;
    line-height: 1.6;
    opacity: 0.9;
}
/* Kích thước icon đồng đều */
.social-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ảnh bên trong */
.tripadvisor {
    width: 20px;
    filter: brightness(0) invert(1);
    height: 20px;
    object-fit: contain;
}

img.zalo {
    width: 20px;
    filter: brightness(0) invert(1);
}
/* nút gạch */
.btn-line {
    color: #fff;
    letter-spacing: 2px;
    font-size: 12px;
    text-decoration: none;
    position: relative;
}

    .btn-line::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 100%;
        height: 1px;
        background: #fff;
    }



/* Hiệu ứng thẻ sản phẩm */
.product-card {
    transition: all 0.3s ease-in-out;
    border: none;
    border-radius: 1px;
    overflow: hidden;
    background: #fff;
}

    .product-card:hover {
        transform: translateY(-10px); /* Bay lên nhẹ */
        box-shadow: 0 10px 20px rgba(0,0,0,0.1); /* Đổ bóng */
    }

    .product-card img {
        transition: transform 0.5s ease;
    }

    .product-card:hover img {
        transform: scale(1.05); /* Phóng to ảnh nhẹ khi hover */
    }

/* Nút bấm */
.btn-custom {
    background-color: #2c3e50;
    color: white;
    border-radius: 50px;
    padding: 8px 25px;
    transition: all 0.3s;
}

    .btn-custom:hover {
        background-color: #e74c3c;
        color: white;
        box-shadow: 0 5px 15px rgba(231, 76, 60, 0.4);
    }

/* Giá tiền */
.price-tag {
    color: #e74c3c;
    font-size: 1.2rem;
    font-weight: 700;
}


.services-section {
    padding-bottom: 30px;
}

.services-title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
}

.divider {
    width: 120px;
    height: 2px;
    background-color: #444;
    margin: 20px auto 60px;
    position: relative;
}

    .divider::after {
        content: "❧";
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        background: #faf7f2;
        padding: 0 10px;
        color: #c18a3f;
        font-size: 20px;
    }

.service-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin-bottom: 25px;
}

.service-title {
    color: #bf8d73;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.service-text {
    font-size: 14px;
    line-height: 1.7;
    color: #c3c3c3;
}

.send-btn {
    background-color: #3a1d0f;
}

.partner-section {
    padding: 60px 0;
    text-align: center;
}

.partner-title {
    font-weight: 500;
    margin-bottom: 40px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 48px;
}

.partner-slider {
    overflow: hidden;
    position: relative;
}

.partner-track {
    display: flex;
    width: max-content;
    animation: scroll 25s linear infinite;
}

.partner-item {
    width: 180px;
    height: 180px;
    margin: 0 20px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .partner-item img {
        max-width: 70%;
        max-height: 70%;
        object-fit: contain;
    }

/* Animation */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.banner-wrapper {
    position: relative;
    overflow: hidden;
}

    .banner-wrapper img {
        width: 100%;
        display: block;
        filter: blur(2px); /* làm mờ */
    }

    /* Overlay tối góc trên */
    .banner-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background: linear-gradient( to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0) );
        z-index: 1;
    }

.auth-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-box {
    width: 380px;
    background: #34404a;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0,0,0,.4);
}

.logo {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
}

.auth-input {
    background: #2b3640;
    border: 1px solid #3e4b56;
    color: #fff;
    height: 45px;
}

    .auth-input::placeholder {
        color: #aab4be;
    }

    .auth-input:focus {
        background: #2b3640;
        color: #fff;
        border-color: #00bcd4;
        box-shadow: none;
    }

.btn-login {
    background: #00bcd4;
    border: none;
    height: 45px;
    font-weight: 500;
}

    .btn-login:hover {
        background: #00a5bb;
    }

.auth-footer {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

    .auth-footer a {
        color: #bfc8d0;
        text-decoration: none;
    }

        .auth-footer a:hover {
            text-decoration: underline;
        }

.gallery-customer {
    background-color: #FDFCF9;
}

.contact-send {
    background-color: #3a1d0f;
}

.footer-bg {
    font-family: 'Montserrat', sans-serif;
    background-image: url("https://theme.hstatic.net/200000759169/1001361744/14/bkg_full.png?v=1027");
    padding-bottom: 5rem;
    padding-top: 5rem;
    display: block;
}

.footer_payment .list-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_payment .list-payment_item {
    display: flex;
    align-items: center;
}

.footer_payment img {
    height: 32px;
    width: auto;
    object-fit: contain;
    opacity: 0.85;
    transition: opacity .3s ease, transform .3s ease;
}

    .footer_payment img:hover {
        opacity: 1;
        transform: translateY(-2px);
    }

.blog-page {
    background: url('/image/amv2g.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

.product-dark {
    background: #111;
    color: #fff;
}

.thumb-vertical img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
    opacity: .6;
    transition: .2s;
}

    .thumb-vertical img:hover,
    .thumb-vertical img.active {
        opacity: 1;
        border: 2px solid #fff;
    }

.product-info small {
    color: #aaa;
}

.size-box span {
    border: 1px solid #444;
    padding: 6px 14px;
    cursor: pointer;
    margin-right: 6px;
}

    .size-box span:hover {
        border-color: #fff;
    }

.process-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

.process-text {
    font-size: 15px;
    line-height: 1.9;
    color: #222;
}

    .process-text p {
        margin-bottom: 20px;
    }

.product-box {
    border: 2px solid #c57f4a;
    background-color: #2b1405;
    transition: 0.3s ease;
    height: 100%;
}

    .product-box a {
        text-decoration: none;
        color: white;
        display: block;
    }

.product-img {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: #fff;
}

    .product-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.product-info {
    padding: 15px;
    font-size: 18px;
    letter-spacing: 1px;
    min-height: 70px;
}

.product-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/*mobile*/
@media (max-width: 576px) {

    .product-info {
        font-size: 13px;
        padding: 12px;
    }
}

.process-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.video-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

    .video-bg video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-bg::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
    }

.mobile-poster {
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background: url('/image/media-picture-product.png');
}

.editorial-title {
    font-family: 'EB Garamond', Garamond, Baskerville, 'Times New Roman', serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
    color: #121212;
}

.see-more-link {
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
}

    .see-more-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #000;
    }

.luxury-offcanvas {
    width: 280px;
    background-color: #0f0f0f;
    color: #fff;
}

    .luxury-offcanvas .nav-link {
        color: #fff;
        font-weight: 500;
        letter-spacing: 1px;
        position: relative;
        padding: 8px 0;
    }

        /* underline fashion */
        .luxury-offcanvas .nav-link::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 1px;
            background: #fff;
            transition: width .3s ease;
        }

        .luxury-offcanvas .nav-link:hover::after {
            width: 100%;
        }

.editorial-grid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 6rem;
}

.editorial-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    align-items: center;
}

    .editorial-item.reverse {
        direction: rtl;
    }

        .editorial-item.reverse > * {
            direction: ltr;
        }

/* IMAGE */
.editorial-media img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* CONTENT */
.editorial-content {
    max-width: 420px;
}

.editorial-title {
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.editorial-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 1.5rem;
}

.editorial-link {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}

/* MOBILE */

.masonry-grid {
    column-count: 3;
    column-gap: 1.5rem;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1.5rem;
}

.masonry-grid {
    column-count: 1;
}

@media (max-width: 991px) {
    .thumb-vertical {
        display: flex;
        gap: 10px;
        margin-bottom: 15px;
    }

        .thumb-vertical img {
            height: 70px;
            width: 70px;
        }
}

@media (max-width: 576px) {
    .footer_payment .list-payment {
        gap: 12px;
    }

    .footer_payment img {
        height: 24px;
    }

    .editorial-item,
    .editorial-item.reverse {
        grid-template-columns: 1fr;
        direction: ltr;
        row-gap: 2rem;
    }

    .editorial-content {
        max-width: 100%;
    }

    .video-bg video {
        display: none;
    }

    .mobile-poster {
        display: block;
    }
}
