body {
    background-color: #CDCDCD;
    font-family: sans-serif;
    font-size: 36px;
    color: #EDEDED;
    margin: 0%;



}

header {
    background-color: #771C1E;
    display: flex;
    width: auto;
    padding: 0 16px;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    position: sticky;
    top: 0px;
    z-index: 10;
}

.site-name {
    font-family: 'Audiowide', sans-serif;
    font-size: 14px;
    line-height: 24px;

}

.site-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.siteID {
    gap: 8px;
    flex-direction: row;
    display: flex;
}

.menu-icon {
    display: flex;
}


.herotext {
    font-family: "poppins";
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
    border: 2px solid #771C1E;
    display: inline-block;
    position: absolute;
    right: 20%;
    width: 60%;
    text-align: center;
}

.heroimage {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.hero-section {
    text-align: center;
    position: relative;
}

.title-about {
    font-size: 24px;
    line-height: 1.5;
    font-family: "poppins";
    font-weight: 900;
    color: #222222;
    text-align: center;
    margin: 0px 0px 0px 0px;

}

.about-info {
    font-family: "inter";
    font-size: 14px;
    font-weight: 300;
    color: #222222;
    line-height: 1.6;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

hr {
    border: none;
    border-top: 1px solid #771C1E;
    width: 73%;
    margin: auto;
}

.dishes {
    text-align: center;
    margin: 40px auto 16px auto;
}

.card-pics {
    width: 100%;
    border-radius: 10px;
}

.card-header {
    font-family: "Audiowide";
    font-size: 24px;
    line-height: 1.3;
    margin: 8px -3px;
    padding: 0px 0px 0px 8px;
}

.card-text {
    font-family: "inter";
    font-size: 14px;
    line-height: 1.5;
    padding: 0px 0px 0px 8px;
    margin: -5px 8px 0px 0px;

}

.ratebox {
    display: flex;
}

.rating1 {
    padding: 0px 0px 0px 3px;
}

.rating-text {
    font-family: "inter";
    font-size: 14px;
    line-height: 1.5;
    margin-top: -2.6px;    
}

.order-btn {
    color: #771C1E;
    background-color: #EDEDED;
    font-family: "poppins";
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 90px;
    padding: 0px 2px;
    border: none;
    top: -1.5rem;
    position: relative;
    transition-duration: 0.4s;
}

.order-line {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #EDEDED;
    margin: 12px -8px 0;
    padding-top: 0.8rem;
    position: relative;
    transition: border-color 0.4s ease;
}


.food-card {
    background-color: #771C1E;
    padding: 8px 8px 8px;
    margin: 32px;
    border-radius: 10px;
    transition-duration: 0.4s;
    color: #EDEDED;

}

.food-card:hover{
    background-color: #CDCDCD;
    border: 2px solid #771C1E;
    color: #771C1E;
    
}

.rating1 path { 
  fill: currentColor; 
  transition: fill .25s ease;
}


.order-btn:hover {
    background-color: #771C1E;
    color: #EDEDED;
}

.order-line:hover {
  border-top-color: #771C1E;
}


.footer-links {
    font-family: "inter";
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #222222;
    display: block;
    position: absolute;
    text-align: center;
    top: 20%;
    left: 15%;
    right: 15%;
    
    
}

.footer-links a {
  color: #222222;           
  text-decoration: none;    
  margin: 0 8px;            
  transition: color 0.3s ease;
}

.footer-links a:hover{
    color: #771C1E;
}

.social-section {
    font-family: "poppins";
    font-size: 24px;
    line-height: 40px;
    font-weight: 800;
    color: #222222;
    display: inline-block;
    position: absolute;
    width: 60%;
    right: 20%;
    top: 43%;
  
}


.footer-pic{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    transform: translate(28px) rotate(-22deg) scale(2);
    width: 100%;
    opacity: 0.04;
    z-index: 1;
    
}


.footer-section {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
    padding: 32px;


}


































 