html, body {
    overflow-x: hidden;
    width: 100%;
}

.navbar {
    background-color: rgb(53, 53, 53);
}

#mainNav .nav-link {
    text-transform: capitalize;
    color: orange;
    font-size: 17px;
    font-weight: 500;
    font-family: 'roboto condensed, serif';
    
}

#mainNav .nav-link:hover {
    color: white;
    font-size: 17px;
    font-weight: 500;
    font-family: roboto condensed, serif;
    
}

#mainNav .navbar-brand {
    color: white;
    font-size: 20px;
    font-family: anton, sans-serif;
}

.navbar-toggler-icon {
    background-color: white;
}

.hero-section {
    min-height: 70vh; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;  
  text-align: center;
}

.hero-headline {
    display: flex;
   align-items: center;
    justify-content: center;
    font-size: 90px;
    font-weight: 800;
    font-family: "Lato", sans-serif;
    color: black;
    text-align: center;
   padding-top: 15%;
   font-family: "goblin one lobster";
   text-transform: capitalize;
}

.hero-subheadline {
    font-size: 27px;
    color: black;
    font-weight: 700;
    padding-bottom: 3%;
}
.hero-card {
    max-height: 400px;
    max-width: 600px;
    padding: 5%;

}
.hero-body {
   font-family: "Roboto", sans-serif;
    font-size: 17px;
}

.menu-button {
    background-color: orange;
    border: none;
    font-weight: bold;
    color: rgb(0, 0, 0);
    width: 120px;
    margin-top: 2%;
    border-radius: 5px;
    margin-top: 3%;
}

.menu-button:hover {
    background-color: orange;
    color: white;
}

.hero-img-card {
    max-height: 400px;
    max-width: 600px;
    background-color: orange;
    border-radius: 60% 30% 70% 40%;
    
}

#hero-image {
    max-height: 300px;
    max-width: 300px;
    border-radius:50%;
    padding-top: 5%;
    box-shadow: 1px 1px 1px 1px rgb(0, 0, 0);
    
}

#image-card {
   border-radius: 40%;
   width: 80%;
    height: 100%;
    margin-left: 3%;
    
}

#image-card {
    max-width: 60%;
   border-radius: 40%;
    max-height: 60%;
    margin-top: 2%;
    margin-left: 3%;  
}

.preview-headline {
    border-bottom: 1px solid rgb(231, 228, 228);
    width: 150px;
    font-family: "Lato", sans-serif;
    margin-left: 2%;
    margin-top: 8%;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 1%;
}
.about-card {
    padding: 50px;
    max-width: 700px;
}
.colour {
    color: orange;
}
.preview-subheadline {
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  margin-left: 2%;
  margin-top: 2%;
  
}

hr {
    margin-top: 2%;
}

.popular-dishes {
    text-align: center;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    margin-top: 3%;
    margin-bottom: 3%;
    text-transform: capitalize;
}


.Card {
    max-height: 92%;
    max-width: 90%;
   text-align: center;
    margin-top: 3%;
    box-sizing: border-box;
    justify-content: center;
    background-color: white;
    border-bottom: 1px solid rgb(231, 228, 228);
    margin-bottom: 12%;
    border-radius: 12px;

}

#image {
   max-width: 100%;
    border-radius: 8px;
    max-height: 250px;

}

.food-name {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 2%;
}

.food-price {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.Card span {
    text-decoration: line-through double;
}

.container-Card2 {
    padding-bottom: 10px;
    height: auto;

}

.Card2 {
 flex-direction: row;
 text-align: center;
  box-sizing: border-box;
  margin-top: 0%;
  background-color: rgb(250, 245, 245);
  border-bottom: 1px solid rgb(231, 228, 228);
 min-height: 140px;
 box-shadow: 1px 1px 1px 1px solid orange;

}

.Card2 .hour{
 font-family: "Lato", sans-serif;
 font-size: 25px;
 font-weight: 500;
 padding-top: 2%;
 text-align: center;
 border-bottom: 1px solid rgb(231, 228, 228);
 padding-left: 2%;

}

.Card2 .hours {
    font-family: "Lato", sans-serif;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
}

.q-card {
    padding: 20px;
    max-height: 100%;
    max-width: 60%;
    margin-top: 3%;
}

.q-card .fa-solid {
    font-size: 26px;
   
}

.middle-card .fa-solid {
font-size: 26px;

}
.middle-card {
    background-color: #ffffff;
    max-height: 100%;
    max-width: 60%;
    border-left: 1px solid whitesmoke;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    border-radius: 10px;
    padding: 20px;
    margin-top: 3%;
   
}
.quality {
    font-size: 15px;
    padding-left: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.quality-body {
    font-size: small;
    padding-left: 3%;
    padding-bottom: 5%;
}

label {
    font-weight: bold;
}

.form-container {
    border: 1px solid rgb(238, 235, 235);
    border-right: none;
    margin-left: 1%;
    padding-left: 1%;
    height: auto;
   
}

.send {
    font-weight: 500;
    font-size: 22px;
    margin-left: 1%;
}

.Send {
    margin-left: 1%;
    color: rgb(69, 68, 68);
}

input {
    background-color: whitesmoke;
    border: none;
    width: 100%;
}

#message {
    height: 100px;
    width: 330px;
    
} 

#submit {
    background-color: orange;
    font-weight: bold;
    color: rgb(0, 0, 0);
    border: none;
    margin-top: 0%;
    width: 150px;
    height: 35px;
    padding-top: 0%;
    border-radius: 8px;
}
#submit:hover {
    background-color: orange;
    color: white;
}

.foot {
  background-color: rgb(57, 57, 57);
  min-height: 300px;
}

.info-card .info {
    text-transform: capitalize;
    font-family: "lato";
    color: white;
    padding-top: 7%;
    font-size: 22px;
    font-weight: bold;
   border-bottom: 2px solid orange;
   width: 35px;
   justify-content: center;
  margin-left: 15%;
}

.info-card span {
    display: flex;
    max-width: 200px;
   text-align: center;
    text-transform: capitalize;
    font-family: "goblin one lobster";
    color: white;
    margin-left: 15%;
    
}

.info1 {
    text-transform: capitalize;
    font-family: "lato";
    color: white;
    padding-top: 7%;
    font-size: 22px;
    font-weight: bold;
 border-bottom: 2px solid orange;
   width: 130px;
}

.info-card1 span {
   text-align: center;
    text-transform: capitalize;
    font-family: "goblin one lobster";
    color: rgb(220, 220, 220);
}

.fa-solid {
        padding: auto;
        font-size: 15px;
        color: orange;
    }

@media (max-width: 768px) {

#mainNav .nav-link {
    font-size: 15px;
}

.logo-image {
    padding-left: 0%;
}

#mainNav .nav-link:hover {
    font-size: 15px;
}

#mainNav .navbar-brand {
    font-size: 17px;
}

.hero-section {
   padding-top: 30%;
}

.hero-section h1 {
    font-size: 30px;
    font-weight: 800;
    margin-left: 0%;
   
}

.hero-subheadline {
    font-size: 19px;
    color: white;
    margin-left: 0%;
}

.hero-subheadline {
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.hero-body {
    margin-left: 0%;
}

.hero-card1 {
    margin-left: 0%;
    text-align: start;
    padding: 13%;
}

.navbar-toggler-icon {
   margin-left: 0%;
   padding-left: 0%;
}

.foot {
    text-align: start;
    padding-top: 15%;
}

.info-card1 {
    margin-left: 9%;
   padding-bottom: 2%;
}

.info-card {
    padding-top: 0%;
}

.foot h1 {
    margin: 0%;
}
}
