.ak-hero .container {
    padding: 0;
}

.ak-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}

.hero-main-img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: center;
    /* opacity: .3; */
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #000000; */
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.ak-hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.slider-info {
    text-align: center;
}

.best-item-section-1 .ak-section-title {
    /* color: #2D2D2D !important; */
}

.ak-main_header_right {
    display: none !important;
}

@media screen and (max-width: 1199px) {
    .ak-main_header_right {
        display: block !important;
    }
}

/* hero button */
.plus-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.plus-row-middle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.plus-row {
    display: flex;
    justify-content: center;
}

.hero-btn {
    text-decoration: none;
    display: inline-block;
}

.ak-btn {
    /* min-width: 120px; */
    text-align: center;
}

@media (max-width: 768px) {
    .hero-main-title.restaurant {
        margin-top: 36px !important;
    }
}

/* btn */
.ak-btn.style-5 {
    color: #fff !important;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .ak-btn.style-5 {
        padding: 8px 15px !important;
        font-size: 14px !important;
    }
    
}

.ak-btn.style-5::before {
    background-color: #FF671F !important;

}

.ak-btn.style-5:hover {
    background-color: transparent;
    color: #FF671F !important;
}

.filter-group {
    display: flex;
    gap: 10px;
    padding: 5px;
}

.filter-btn {
    padding: 8px 18px;
    border: 1px solid #444;
    background: transparent;
    color: #999;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
    white-space: nowrap;
}

.filter-btn.active {
    background: #FF671F;
    color: #fff;
    border-color: #FF671F;
}

@media (max-width: 768px) {
    .filter-wrapper {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .filter-group {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 10px;
        border-right: none;
        border-bottom: 1px solid #222;
        display: flex;
        -webkit-overflow-scrolling: touch;
    }

    .filter-group::-webkit-scrollbar {
        display: none;
    }

    .filter-btn {
        padding: 6px 12px;
        font-size: 11px;
    }
}

/* Opening hour */
.opening-hour-parallax-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* background: #000; */
}

.opening-hour-parallax-section .container {
    background: transparent !important;
}

.dots {
    flex: 1;
    border-bottom: 1px dotted #ccc;
    margin: 0 10px;
}
