:root {
    /* --main-color: var(--main-color); */
     --main-color: #c69863; 
}

.header-logo .box-img {
    max-height: 80px;
    height: auto;
}

.box-content h2 {
    background-image: linear-gradient(180deg, var(--main-color), #8c6248 53%, var(--main-color) 77.5%);
}

.footer {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #fff 13.26%, rgba(255, 255, 255, .5019607843) 24.9%, rgba(255, 255, 255, 0) 33.94%), linear-gradient(180deg, rgba(0, 0, 0, 0) -.06%, rgba(0, 0, 0, .5019607843), #000 99.94%), url(/storage/destinations/bai-bien-hon-chong.webp) #d3d3d3 50%/cover no-repeat;
    overflow: hidden;
    color: #fafafb;
    font-family: Inter, sans-serif;
    background-size: cover;

}

.box-content .subtitle {
    width: unset;
    max-width: 600px;
}

.home-places .places-header {
    position: relative;
}
.break {
    position: absolute;
    bottom: -1px;
    width: 100%;
}
.break svg {
    height: 150px;
    width: 100%;
}
.break svg .ux-shape-fill {
    fill: #f5f5f5 !important;
}
.places-images .box-img {
    position: relative;
    z-index: 2;
}


.places-slider--wrapper .places-slider .slick-track {
    margin-left: 0;
}

.list-category .item-card .item-card--content .location {
    align-items: flex-start;
}
.list-category .item-card .item-card--content .location svg path {
    fill: var(--main-color) !important;
}

.home-hero .box-img {
    padding-top: 720px;
}
.cafe-destination {
    padding: 64px 0;
    background: linear-gradient(rgba(0, 0, 0, .9) 12.292%, rgba(0, 0, 0, 0) 100%), url(https://iigo.vuta.site/storage/destinations/cafe.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.footer-head .mask-text {
    background-position-y: -345px;
}
.category-detail--gallery:has(> :only-child) {
    grid-template-areas:
        "a a a a"
        "a a a a";
}

.category-detail--gallery:has(> :only-child)>* {
    grid-area: a;
}

.places-images .box-img.place-image--center {
    z-index: 3 !important;
}

.footer-bottom .bottom-logo span {
    display: block;
    font-size: 16px;
    color: #d3d3d3;
    font-weight: 400;
    margin-top: 5px;
    text-transform: none !important;
}
.search-widget form .search-input--component button {
    background: var(--main-color);
}
.list-category .item-card .item-card--content .location {
    min-height: 40px;
    height: auto;
}
.latest-posts-widget .posts-list .post-item .post-content h5,
.popular-posts--widget .posts-list .post-item .post-content h5 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.list-category .item-card .item-card--content .location span {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.bottom-nav .nav-item.nav-center .nav-icon {
    color: var(--main-color);
}
.vuta-container {
    width: min(1280px, 100%) ;
}
.category-card--detail h2 {
    display: flex;
    align-items: center;
}
span.icon {
    margin-right: 5px;
    margin-bottom: 5px;
}
span.icon svg {
    height: 22px !important;
    width: 22px !important;
}
.footer-form--wrap .form .btn--footer {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}
.footer .right ul {
    display: flex;
    gap: 10px;
}
.footer .right ul li a {
    color: #d3d3d3;
}

.footer .right ul li a.active {
    color: var(--main-color);
}
.footer .language {
    display: flex;
    gap: 8px;
    padding-top: 8px;
}
.header-logo .box-img img {
    width: 100%;
    height: 100%;
}
.page-mobile--wrapper .page .menu-page .menu-item .menu-item--left .menu-icon {
    padding: 8px;
}

.box-weather {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.02);
    background-color: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    border-radius: 0.5rem;
    padding-bottom: 0.75rem;
    transition: all ease 0.5s;
    display: flex;
    gap: 30px;
    font-family: Plus Jakarta Sans, sans-serif !important;
    cursor: pointer;
}
.box-weather:hover {
    background-color: rgb(255 255 255 / 0.05);
}
.box-weather .left .top span:first-child {
    color: #fff;
    font-size: 1.875rem;
}
.box-weather .left .top span:last-child {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
}
.box-weather .left {
    position: relative;
}
.box-weather .left::before {
    position: absolute;
    right: -15px;
    height: 2rem;
    width: 1px;
    content: "";
    background: rgb(255 255 255 / 0.2);
    top: 20px;
}
.box-weather .right span {
        color: #fff;
        font-size: 1.875rem;
}
.box-weather .bottom {
    color: rgb(255 255 255 / 0.7);
    font-size: 10px;
    text-transform: uppercase;
}
.arrow-scroll {
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    width: 24px;
    height: 44px;
    cursor: pointer;
    animation: arrowBounce 1.6s infinite;
}

/* Đuôi mũi tên */
.arrow-scroll::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 12px;
    width: 2px;
    height: 26px;
    background: var(--main-color);
    transform: translateX(-50%);
    border-radius: 2px;
}

/* Đầu mũi tên */
.arrow-scroll::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    transform: translateX(-50%) rotate(45deg);
}
.header-logo .box-img {
    width: 100%;
    max-width: unset;
    height: 70px;
}
.list-category .item-card--cafe {
    height: 220px;
}
@keyframes arrowBounce {
    0% {
        transform: translate(-50%, 0);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, 12px);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 0);
        opacity: 0.6;
    }
}

@media (max-width:1400px) {
    .header-logo .box-img {
        height: 50px;
    }
    .header .header-main .header-menu .accordion li a {
        padding: 15px 8px;
    }
}
@media (max-width:1200px) {
    .footer .language span {
        display: none;
    }
    .header .header-main .header-menu .accordion {
        display: none;
    }
    .bottom-nav {
        display: flex;
        padding: 8px 0;
        bottom: -1px;
    }
    .footer-bottom {
        padding-bottom: 20px;
    }
}
@media (max-width: 996px) {
    .header .header-main .header-btn {
        display: flex !important;
    }
    .header {
        padding:5px 10px;
    }
    .header-logo .box-img {
        height: 50px;
    }

    .home-hero .box-img {
        padding-top: 350px;
    }
    .cafe-destination {
        background-attachment: scroll;
    }
    .box-weather {
        padding: 5px 10px;
    }
    .box-weather .left::before {
        top: 8px;
    }
    .box-weather .left .top span:first-child {
        font-size: 20px;
    }
    .box-weather .right span {
        font-size: 20px;
    }
    .home-hero .hero-content p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .home-hero .hero-content {
        top: 50%;
    }
    .box-weather {
        top: 10px;
        right: 10px;
    }
    .footer-head .mask-text {
        background-position-y: -158px;
    }
    .travel-guide {
        padding-bottom: 10px;
    }
}
@media (max-width:575px) {
    .home-hero .hero-content h1 {
        font-size: 42px;
    } 
}