body > section {
    padding-top: 9em;
}

#topbar {
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;
}
#topbar.topbar-scrolled {
    top: -40px;
}

#topbar .contact-info {
    color: #fff;
}

#header {
    background: rgb(36 49 88 / 60%);
    border-bottom: 1px solid rgba(12, 11, 9, 0.6);
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    top: 40px;
}
#header.header-scrolled {
    top: 0;
    background: rgb(19 25 58 / 85%);
    border-bottom: 1px solid #37332a;
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

#header .logo a {
    color: #fff;
}

a {
    color: #ffffff;
    text-decoration: none;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
    border-radius: 4px;
}


#hero {
    width: 100%;
    height: 100vh;
    background: url(/img/hero-bg-1_1.jpeg) top center;
    background-size: cover;
    position: relative;
    padding: 0;
}
#hero h1, #hero h2 {
    color: #ffffff;
    text-shadow: 0 0 5px #234a6e;
}

.book-a-table-btn {
    margin: 0 0 0 15px;
    border: 2px solid #cda45e;
    color: #fff;
    background: #cda45e;
    border-radius: 50px;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
}
.book-a-table-btn:hover {
    background: transparent;
    color: #fff;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}


.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}


@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

#footer {
    background: #2e448b;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    background: #2e448b;
    border-top: 1px solid #37332a;
    border-bottom: 1px solid #8ea1d1;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #cda45e;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#about .why-choose .icon {
    text-align: center;
    background: #dfd85a;
    padding: 8px;
    border-radius: 50%;
    width: 5em;
    height: 5em;
    display: flex;
    justify-content: center;
    align-content: center;
}
#about .why-choose .icon i {
    font-size: 3em;
    margin-top: -0.08em;
}

body > section {
    padding-bottom: 20px;
}

#section-ordering-algorithm {
    background-color: #f8fcff;
}

#section-safe-time .container > .row {
    padding-top: 10%;
}

#section-safe-time .content-text {
    border: 1px solid #3c74a3d1;
    background-color: #639fd1eb;
    z-index: 1;
    color: #fff;
    font-size: 1.9em;
}

#section-safe-time .content-image {
    position: absolute;
}
#section-safe-time .content-image img {
    box-shadow: 2px 2px 10px #1111119e;
}

.order-steps {
    background-color: aliceblue;
    border: 1px solid #6fa6d4;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    color: #12538a;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    #section-safe-time .content-text {
        font-size: 1.5em;
    }
    body > section {
        padding-top: 6em;
    }
}

@media (max-width: 768px) {
    #section-safe-time .content-text {
        font-size: 1.3em;
        margin-top: -10em;
    }

    #section-safe-time .content-image {
        position: relative;
    }

}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #1a1814;
}
