.h
{
    display: flex;
    justify-content: space-between;
}
.h a{
    text-decoration: none;
    color: white;
}
.h nav
{    gap: 25px;
    display: flex;
    justify-content: space-between;
}
.parent{
    height: 100vh;
    background: url(img/home_bg.jpeg)center center/cover no-repeat;
    position: relative;
}
.parent::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:rgb(0, 0, 0,0.6)
}
.parent *{
    z-index: 10;
}

.main
{
    text-align: center;
    color: white;
}
.main a 
{
    border: 1px solid white;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
    color: white;
}
span
{
    color: orange;
}
.head{
    text-align: center;
}

.section2 a{
    background-color: rgb(5, 5, 28);
    border: 1px solid  rgb(5, 5, 28);
    border-radius: 7px;
    padding: 5px;
    text-decoration: none;
    color: white;
}
.section3{
    display: flex;
    flex-direction: column;
    justify-content: center; 
    background-image: url(img/offer-background.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 15px;
}
.tital
{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: orange;
}
.tital p{
    color: white;
}
del{
    color: #aaa;
}

.offers-section {
    margin-top: 10px;
    background: url(img/offer-background.jpg) center center/ cover no-repeat ;
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.offers-header {
    margin-bottom: 40px;
}

.offers-title {
    color: #e4b95b; 
    font-size: 2rem;
    margin-bottom: 5px;
}

.offers-subtitle {
    font-size: 0.9rem;
    color: #ccc;
}
.offers-container {
    display: flex;
    justify-content: center;
    gap: 30px; 
    flex-wrap: wrap; 
    margin: 0 auto;
}
.offer-card img {
    width: 200px; 
    height: 200px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.offer-card h3 {
    margin-bottom: 10px;
}
.offer-card p {
    font-size: 0.85rem;
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 15px;
}

.special-menu {
    padding: 50px 20px;
    background-color: #fffaf0; 
}

.section-title {
    color: #333;
    margin-bottom: 40px;
    font-size: 2rem;
}


.menu-container {
    display: flex;
    flex-direction: row; 
    justify-content: center; 
    gap: 50px; 
    flex-wrap: wrap; 
    max-width: 1100px;
    margin: 0 auto;
}


.menu-column {
    display: flex;
    flex-direction: column;
}


.menu-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
    text-align: left;
}

.menu-item img {
    width: 70px;
    height: 70px;
    border-radius: 50%; 
    margin-right: 15px;
}


.item-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc; 
    margin-bottom: 5px;
}

.item-header h4 {
   
    color: #444;
}

.price {
    color: #e4b95b; 
    font-weight: bold;
}

.item-details p {
    font-size: 0.8rem;
    color: #777;
    margin: 0;
}
.meal-bar {
    display: flex;
    flex-direction: row; 
    justify-content: space-around;
    background-image: url(img/daytime_bg.jpeg) ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    text-align: center;
    color: white;
}

.meal-item {
    display: flex;
    flex-direction: column; 
    align-items: center; 
}
.gallery {
    background-image: url(img/offer-background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    text-align: center;
    color: white;
}

.gallery-container {
    display: flex;
    flex-direction: row; 
    flex-wrap: wrap;   
    justify-content: center; 
    gap: 20px; 
    align-items: center;
    margin: 0 auto;
}

.gallery-item {
    flex-basis: 30%; 
} 

.gallery-item img {
    width: 100%;
    height: 200px;
    border-radius: 8px;
}
#contact {
  padding: 50px 0;
}
.adderss {
  display: flex;
  gap: 40px;
  background: #fff;
  padding: 40px;
}

.contact {
  width: 50%;
}

.form {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}


.container {
  width: 80%;
  margin: auto;
}



.contact h3 {
  margin-top: 20px;
}
.form input,
.form textarea {
  padding: 10px;
  border: 1px solid #ccc;
}

.form button {
  padding: 10px 20px;
  background: gold;
  border: none;
} 
footer{
    text-align: center;
    color: #777;
}