html {
    scroll-behavior: smooth;
}

.animsition {
    animation-duration: 300ms;
    opacity: 1;
}

.hero {
    background: url("../images/image01.jpg") center center / cover no-repeat;
    padding-top: 10%;
    padding-bottom: 6%;
    max-height: 600px;
}

.hero-left {
    padding-top: 8%;
}

.logo {
    height: 40px;
}

.navbar {
    background-image: none;
    background: rgba(255, 255, 255, 0.95);
}

.responsive-image {
    width: 90%;
    margin: auto;
}

.why-content {
    padding-top: 30px;
}

.why-image img {
    height: 50px;
}

.divider {
    text-align: center;
}

.divider img {
    width: 30%;
}

.text-red {
    color: #ef3f3e
}

.popular {
    padding: 30px 0 30px;
    background-size: 100%;
}

.what-section {
    padding: 70px 0 0px;
}

.featured-restaurants {
    padding-bottom: 0px;
}

.customers {
    width: 100%;
    background-color: white;
    margin: 0 auto;
}

.customer {
    padding: 60px;
    text-align: center;
}

.customer img {
    margin: 0 auto;
}

.customer h4 {
    padding: 20px 0;
}

.slick-prev:before,
.slick-next:before {
    color: #878787;
}

.cta {
    padding-top: 60px;
    background: #eff152;
}

.footer-copyright {
    padding-top: 30px;
}

.footer {
    padding-bottom: 30px;
}

.opening-hours-from,
.opening-hours-to {
    width: 80px
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.inner-page {
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-wrapper {
    padding: 100px 0 60px 0;
}

div.show { display: block !important; }