/* Smooth Scroll Snap */
html {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* Section Snap Points */
.slideshow,
.section_menu,
.our_gallery,
.section_review,
.reservation_wraper,
.latest_blog,
#dish_day,
.subscribe_block,
.cook,
.map {
    scroll-snap-align: start;
}

.slideshow {
    min-height: 100vh;
}