@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
body,*{
    font-family: 'Exo', sans-serif;
    scroll-margin-top: 110px;
    font-size: 18px;
}
h1,h2,h3{
    font-family: "Crimson Text", serif;
}
img{
    max-width: 100%;
}
a.navbar-brand img {
    width: 150px;
}
.btn {
    background-color: unset !important;
    border: unset;
    outline: unset;
    box-shadow: unset;
    position: relative;
    color: #2A0608;
    font-weight: bold;
    max-width: 150px;
    width: 100%;
    height: 50px;
}
.btn.sec {
color: #fff;
}
.btn:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 43px;
    background-image: url('../images/btn-img.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(-2px 4px 6px black);
}
.btn.sec:before {
    background-image: url('../images/btn-img2.png');
}
.btn:hover {
    color: #000;
}
ul.navbar-nav {
    margin: auto;
    font-size: 17px;
}
a.nav-link {
    color: #202a45;
    font-weight: 600;
}
a.nav-link:hover {
    color: #2A0608;
}
.slick-next.slick-arrow {
    right: 20px;
}
.slick-prev.slick-arrow {
    left: 20px;
    z-index: 1;
}
.slider img {
    margin: auto;
}
.banner h3 {
    font-size: 22px;
}
.slick-arrow:before {
    color: #202a45;
    font-size: 32px;
    font-weight: bold;
    display: block;
    /* background-color: #202a45; */
    width: 30px;
    padding-top: 4px;
}
.banner {
    height: 100vh;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
.navbar {
    position: fixed;
    width: 100%;
    background-color: #F6F6F8;
    z-index: 9;
    box-shadow: 1px 1px 15px -6px #292929;
}
.banner h1 {
    font-size: 50px;
    font-weight: 400;
    color: #2A0608;
}
.btn-grp {
    margin-top: 1rem;
}
.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
}
section#about {
    background-color: #f7f7f7;
}
.devider h3 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 40px;
}

.devider {
    background-color: #2A0608;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 15px;
    padding-right: 15px;
}
.v-center {
    display: flex;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#food h2 {
    font-size: 28px;
    color: #2A0608;
    font-weight: 700;
}
.bg-green {
    background-color: #2A0608;
}
section#contact {
    background-color: #2A0608;
    color: #fff;
}
#contact .flex h3 {
    width: 223px;
    font-size: 26px;
    margin-bottom: 0px;
}
#contact .flex {
    display: flex;
    align-items: center;
}
input#captca {
    width: 94px;
    text-align: center;
    margin-right: 20px;
}
button.form-control.submit-btn.text-center {
    cursor: pointer;
}
div#preLoder {
    display: none;
}
button.form-control.submit-btn.text-center {
    cursor: pointer;
    background-color: #202A45;
    color: #fff;
}
p.copyright {
    margin-bottom: 0px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #2A0608;
    color: #fff;
    font-size: 14px;
}
p.copyright a {
    color: #fff;
    text-decoration: none;
}
.contact-details span {
    display: block;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}
.contact-details i {
    position: absolute;
    left: 4px;
    top: 5px;
}
.contact-details span a {
    text-decoration: none;
    color: #fff;
}
button.navbar-toggler {
    background-color: #2A0608;
}
/* section#food {
    background-image: url('../images/leaf.png');
    background-size: 500px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center left;
} */
.food-box:hover {
    transform: scale(1.1);
}

.food-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    border-radius: 20px;
    padding: 15px;
    background-color: #f7f7f7;
    box-shadow: -7px 5px 16px -4px #00000075;
    max-width: 350px;
    width: 100%;
    margin: auto;
    position: relative;
    transition: 0.5s all;
}
#food:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 50%;
    /* border-right: 1px solid #2A060847; */
    background-color: #f7f7f7;
    z-index: -1;
}
.food-box p {
    text-transform: lowercase;
    font-size: 20px;
    max-width: 360px;
    width: 100%;
}
.error-msg {
    position: relative;
    top: -15px;
    z-index: 0;
    font-size: 14px;
    color: white;
}
.send-msg {
    position: relative;
}
div#preLoder {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #2A0608f2;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
div#preLoder img {
    width: 300px;
    height: 137px;
    border-radius: 16px;
}
.submit-btn {
    background-color: #202A45;
    color: #fff;
}
.submit-btn:hover {
    background-color: #2A0608;
}
#form1 .submit-btn:disabled {
    background-color: unset;
}
#form1 .submit-btn:disabled:before {
    content: "< Please Fill Captcha To ";
}
div#contactResult {
    position: relative;
    z-index: 1;
}
.nav-link:focus, .nav-link:hover {
    color: #EA1B23 !important;
}
span.navbar-toggler-icon {
    background-image: url('../images/nav-icon.png');
}
.banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffffd1;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .food-box {
        margin-bottom: 30px;
    }
.banner {
    background-position: left center;
    z-index: 1;
    position: relative;
}
.btn-grp a {
    margin-bottom: 5px;
}
.xs-revers {
    flex-direction: column-reverse;
}
#contact .flex h3 {
    width: 310px;
}
.contact-details {
    margin-top: 2rem;
}
.v-center {
    padding-bottom: 0px;
    padding-top: 0px;
}
}