@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Voces&display=swap');
*{
    font-family: "Montserrat", sans-serif;
}
h1,h2,h3,.navbar-nav li a{
    font-family: "Voces", sans-serif;
}
img{
    max-width: 100%;
}
ul.navbar-nav.m-auto {
    align-items: center;
}
nav.navbar {
    background-color: #820c0c;
    padding: 0px;
    border-bottom: 1px solid #f6ce1f;
}
ul.navbar-nav li a {
    color: #fff;
    font-size: 18px;
}
li.nav-item a:hover {
    color: #F9CD23;
}
.carousel-item img {
    height: 500px;
    object-fit: cover;
}
.carousel-indicators [data-bs-target] {
    background-color: #F9CD23;
}
.slider-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    text-align: center;
    text-shadow: 3px 2px 30px #000;
    border-bottom: 10px double #f6cd24;
    border-top: 10px double #f6ce1f;
    border-right: 1px double #F87722;
    background-color: #820c0ccf;
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 50%;
    border-radius: 0px 100px 100px 0px;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
}
.food-bus .row {
    display: flex;
    align-items: center;
}
nav.navbar {
    position: sticky;
    top: 0px;
    z-index: 999;
}
.carousel-indicators {
    margin-bottom: 0px;
    bottom: 28px;
}
section.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
h2.title {
    text-align: center;
    margin-bottom: 2rem;
    color: #820c0c;
    font-weight: bold;
}
.box {
    text-align: center;
}
.box h3 {
    border-top: 1px solid #820c0c;
    border-bottom: 1px solid #820c0c;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.box {
    background-color: #f9cb2996;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    transition: 0.5s all;
    background-image: url('images/box-bg2.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto;
    margin-bottom: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.quick-bites .box  {
    color: #000;
    background-color: #ecc44a !important;
}

.box:hover {
    background-color: #820c0c;
    color: #fff;
    transform: translateY(-10px);
}
.box:hover h3 {
    border-color: #fff;
}
.quick-bites{
    background-color: #820c0c;
}
.quick-bites .title{
    color: #fff;
}
.title.text-left {
    text-align: left;
    margin-bottom: 0px;
}
.food-bus {

    background-color: #f7f7f7;
}

.view-menu {
    text-align: center;
    background-color: #ecc44a;
}
.view-menu {
    text-align: center;
    background-color: #fbe081;
    background-image: url('images/enu-bg.png');
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    color: #fff;
}
.view-menu:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000073;
    z-index: -1;
}
.view-menu a {
    background-color: #ecc44a;
    color: #000;
    padding: 14px 17px;
    display: inline-block;
    border-radius: 29px;
    max-width: 200px;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
}
.view-menu a:hover {
    background-color: #820c0c;
    color: #fff;
}
footer.section {
    background-color: #fbe081;
}
.food-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
footer ul li a {
    color: #820c0c;
    text-decoration: none;
    font-weight: 600;
}
footer ul {
    list-style: none;
    padding: 0px;
    display: flex;
    gap: 12px;
}
p.copyright a {
    color: #820c0c;
    text-decoration: none;
    font-weight: 800;
}

p.copyright {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
div#form1 input,div#form1 textarea {
    border: 2px solid #820c0c;
}
div#form1 {
    max-width: 700px;
    width: 100%;
    margin: auto;
}
div#form1 p {
    margin-bottom: 2px;
}
div#form1 .error-msg {
    color: red;
    font-size: 12px;
    position: relative;
    top: -17px;
    left: 12px;
    background-color: #fff;
    padding: 1px 6px;
}
.contact-details h3 {
    text-align: center;
}
input.form-control.submit-btn {
    background-color: #820c0c;
    color: #fff;
    margin-top: 15px;
}
div#preLoder {
    display: none;
}
@media only screen and (max-width: 600px) {
    footer img{
        width: 300px;
        margin: auto;
        display: block;
    }
    
    footer.section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .box p {
        font-size: 12px;
    }
    .box {
        height: auto;
    }
    .box img {
        height: 100px;
    }
    footer img {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 20px;
    }
.box:hover {
    transform: unset;
    border: 2px solid #c87c1d;
}
.food-bus {
    background-size: 50%;
    background-attachment: unset;
}
button.navbar-toggler {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.xs-logo{
    display: block !important;
}
ul.navbar-nav.m-auto .navbar-brand {
    display: none;
}
a.navbar-brand.xs-logo img {
    width: 87px;
}
}