*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: "Ubuntu", serif;
  font-weight: 300;
  font-style: normal;
  }
.navbar-nav a:hover{
    text-decoration: underline;
    color: black;
    color: #dc3545;
}
.srch .form-control {
    font-weight: 600;
    font-size: 0.775rem;
    background: transparent;
    border: 0.1175rem solid gray;
    color: black;
}
.srch .form-control:hover,
.srch .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #dc3545;
}
.top-banner {
    width: 100%;
    background: url(images/bg-1.jpg) no-repeat center;
    background-size: cover;
    padding: 16.875rem 0 9.375rem;
}
.here a:hover{
    color: #dc3545;
}
.btn-clr{
    color: black;
}
.counter-section{
    background: #dc3545;
    padding: 1rem;
}
.counter-section h3 {
    color: white;
    font-weight: bold;
}
.counter-section p{
    color: white;
    text-transform: uppercase;
}
.story-section {
    width: 100%;
    height: 28.125rem;
    background: url(images/bg-2.jpg) no-repeat center;
    background-size: cover;
    padding-top: 100px;
    text-align: center;
}
.story-section h2 {
    color: #dc3545;
}
.explore-food .card {
    border: none;
    background-color: transparent;
    border-radius: 0.9375rem;
}
.explore-food .card img {
    border-radius: 0.9375rem;
    object-fit: cover;
}
.explore-food .card span {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #dc3545;
    padding-bottom: 1rem;
    border-bottom: 0.0625rem solid #eee;
}
.explore-food .card span del {
    color: gray;
    margin-left: 0.5rem;
    font-size: 1rem;
}
.explore-food h2 {
    color: #dc3545;
}
#foods-reviews h2 {
    color: #dc3545;
}
#about h2 {
    color: #dc3545;
}

.book-food {
    width: 100%;
    background: url(images/bg-3.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 71.9125px;
    padding: 4.375rem 0;
}
.newsletter {
    width: 60%;
    margin: 0 auto;
}
.newsletter .form-control {
    height: 2rem;
    padding: 0 1.25rem;
    font-size: 0.775rem;
    font-weight: 700;
    width: 100%;
    border: none;
    border-radius: 0;
    background: transparent;
    border: 0.1175rem solid gray;
    color: black;
}
.newsletter .form-control:hover,
.newsletter .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #dc3545;
}
.footer {
    background: #dc3545;
}
.footer .footer-link {
    font-size: 1rem !important;
    color: white !important;
    padding: 0 1.875rem !important;
    text-decoration: none !important;
}
.footer .footer-icon i {
    font-size: 1.5rem !important;
    color: white !important;
    padding: 0 1rem !important;
}