.main-header.sticky {
    position: fixed;
    padding: 10px 0;
    z-index: 1000;
    width: 100%;
    top: 3%;
}

.main-header.sticky {
    /* background-color: #000 !important; */
}

.main-header.sticky nav.navbar.mobile-sidenav.brand-center {
    top: 0px;
    background-color: black !important;

}

.main-header.sticky nav.validnavs.brand-center.brand-center-style-two .navbar-brand {
    top: 12px;
}

.main-header.sticky {
    position: fixed;
    padding: 10px 0;
    z-index: 1000;
    width: 100%;
    top: -2%;
}



.bannervideo {
    object-fit: cover;
    top: 0;
    position: absolute;
    top: 49px !important;
}

/* 
.thumb img {
    object-fit: cover;
    height: 325px;
} */

.top-bar-area.top-bar-style-one.bg-transparent {
    background-color: var(--color-primary) !important;
}

.info h4 {
    font-size: 18px;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #000;
}

.blog-area.full-blog .thumb img {
    width: 100%;
}

.blog-area .thumb img {
    width: 100%;
}

#galleryTab {
    text-align: center;
    /* background-color: var(--color-primary); */
    border-bottom: unset !important;
}

.icongallery {
    position: absolute;
    left: 0;
    bottom: -91px;
    width: 32%;
}

#galleryTab button {
    border-radius: unset;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    background-color: var(--color-primary);
    border-radius: 6px;
}


#galleryTab button:hover {
    border-radius: unset;
    color: #fff !important;
}

.default-padding1 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}


.product-details .product-item img {
    height: 400px;
    object-fit: cover;
}

.maptab {
    border-radius: unset !important;
    color: var(--color-primary);
}

.maptab:hover {
    color: #fff;
    background-color: var(--color-primary) !important;
}



/* Gallery-section-start */
.gallery-img {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: block;
    background: var(--secondary-color);
    padding: 2px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 3px solid #fff;
    border-radius: 8px;
}

.kuta-carousel {
    padding-top: 20px;
    background-color: var(--color-primary);
    border-radius: 12px;
}

.kuta-carousel .owl-dots {
    margin-top: 20px !important;
}

.gallery-img img {
    width: 100%;
    height: 350px;
    transition: opacity 0.3s ease-in-out;
    object-fit: cover;
}

.gallery-img .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #826a45a6;

    color: #fff;
    font-size: 24px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* a {
    color: #000 !important;
    text-decoration: none !important;
} */

.accordion-button {
    background-color: var(--color-primary) !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px !important;
    cursor: pointer !important;
    justify-content: center;
}

.accordion-button:hover {
    cursor: pointer !important;

}

.gallery-img .overlay span {
    width: 50px;
    height: 50px;
    /* background: var(--secondary-color); */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.gallery-img:hover .overlay {
    opacity: 1;
}

.gallery_wrapper .top_heading h6 {
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--primary-font);
}

.gallery {
    position: relative;
}

.gallery_wrapper .top_heading h4 {
    font-size: 32px;
    letter-spacing: 3px;
    color: #000000;
    font-weight: 900;
    font-family: var(--secondary-font);
}

/* Gallery-sec-end */
#mapTabs {
    text-align: center;
    background-color: #000;
    margin-bottom: 10px;
    border-bottom: unset;
    padding: 10px;
}

#mapTabs button {
    background-color: var(--color-primary);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.mapsection .tab-content {
    background-color: #000;
    padding: 12px !important;
}

.mapsection {
    padding-bottom: 40px;
    position: relative;
}

.mapicon {
    position: absolute;
    top: 0;
    left: -12%;
    width: 40%;
    z-index: -1;
    transform: rotate(-232deg);

}

.food-menu-nav.owl-carousel button {
    background: var(--color-primary);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 180px;
    margin: 0 auto;
}

.food-menu-nav {
    padding: 20px;
    border: 2px solid;
    border-radius: 12px;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .main-header.sticky nav.navbar.mobile-sidenav.brand-center {
        top: -4px;
        background-color: #fff !important;


    }

    .main-header.sticky nav.validnavs.brand-center.brand-center-style-two .navbar-brand {
        top: 42px;
    }
    .bannervideo {
        top: 0px !important;
    }
}

@media (max-width:768px) {

    .product-details .product-item img {
        height: 200px;
    }

    .swiper-slide .item img {
        height: 94px;
    }

    .maptab {
        padding: 6px;
    }

    #galleryTab button {
        font-size: 18px;
    }

    .mapsection {
        padding-bottom: 20px;
    }

    .mapsection iframe {
        height: 300px !important;

    }

    .default-padding-top1 {
        padding-top: 80px;
    }
}

@media (max-width: 480px) {

    #galleryTab button,
    #mapTabs button {
        font-size: 10px;
    }

    .blog-area h2,
    h3,
    .banner-style-four-content h2,
    .title,
    h2 {
        font-size: 24px;
    }

    .default-padding-top1 {
        padding-top: 40px;
    }

    .food-menu-nav {
        padding: 8px;
    }

}