body {
    margin: 0px;
}

/*--------------------top menu bar start------------------*/

ul {
    list-style-type: none;
}

.menuss {
    display: flex;
    align-items: center;
}

.menu_bar {
    display: flex;
    align-items: center;
    position: sticky;
    width: 100%;
    min-width: 1030px;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 5px #1FA855;
    top: 0px;
    z-index: 10;
    background-color: rgba(255, 255, 255,.6);
    backdrop-filter: blur(8px);
}

.menu_bar img {
    padding-left: 30%;
    height: 60px;
    width: 135px;
}

/*-----------social meadia icon start-----------*/

.menu_icon ul {
display:inline;
position:sticky;
  transform: translate(-50%, -50%);
}

.menu_icon ul li {
list-style: none;
display:inline-block;
position:relative;
margin:0px -5px;
}

.menu_icon ul li a {
  width: 6px;
  height: 14px;
  background-color: #fff;
  justify-content:center;
  line-height: 14px;
  font-size: 16px;
  margin: 0 5px;
  left:-5px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #f0f3f0;
  z-index: 1;
}

.menu_icon ul li a .icon {
  position: relative;
  color: #1FA855;
  left:-3px;
  transition: .5s;
  z-index: 3;
}

.menu_icon ul li a .fa-youtube{
    left:-5px;
}
.menu_icon ul li a .fa-whatsapp{
    font-weight:bold;
}

.menu_icon ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.menu_icon ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

.menu_icon ul li a:hover:before {
  top: 0;
}

.menu_icon ul li:nth-child(1) a:before{
  background: #06dc1c;
}

.menu_icon ul li:nth-child(2) a:before{
  background: #3b5999;
}

.menu_icon ul li:nth-child(3) a:before {
  background:#55acee;
}

.menu_icon ul li:nth-child(4) a:before {
  background: #b40808;
}



/*-----------social meadia icon end-----------*/




.menus > li {
    position: relative;
    display: inline;
    padding: 30px 0px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1FA855;
    height: 10px;
}

a {
    text-decoration: none;
}

li a {
    color: #1FA855;
    padding: 10px 15px;
}




.active::after,
.active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #ff0000, #1FA855);
  left: 0;
  bottom: 20px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-out;
}

.active::before {
  top: 25px;
  transform-origin: left;
}

.active:hover::after,
.active:hover::before {
  transform: scaleX(1);
}



.menus ul {

  height: 0;
  left: -20px;
  opacity: 0;
  position: absolute;
  transition: all .3s ease;
  top: 73px;
  width: 100%;
}
.menus ul{
    visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.menus > li:hover ul {
background-color: rgba(255, 255, 255,.8);
    backdrop-filter: blur(8px);
     height: 300px;
  width: 250px;
  padding: 5px;
  opacity: 1;
  visibility: visible;
  opacity: 1;
   transition: all .3s ease;
  transform: translateY(10);
}

.menus ul a {
  color: #ffffff;
  padding:  5px;
  display:flex;
 margin: 5px 10px;
 padding: 10px 10px;
  background-color: #169c45;
}

.menus ul a:hover {
  color: #58ff8a;

  background-color: #FF0000;
}



/*---------------------end of top menu bar----------------*/


/*---------------------------------------main body home section---------------------------------------------*/


.home {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 80px;
    margin-bottom: 80px;
    gap:10%;
    height: 400px; /* Adjust as needed */
    background-size: cover;
    background-position: center;
    animation: backgroundSlideshow 15s infinite linear; /* Adjust duration and timing */
    position: relative; /* For positioning content inside */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: top left;
    color: white; /* For text visibility */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}


@keyframes backgroundSlideshow {
    0% {
        background-image: url('image1.jpg');
    }

    50% {
        background-image: url('image2.jpg');
    }

    100% {
        background-image: url('image1.jpg'); /* Loop back to the first image */
    }
}



.home-ph {
    color: rgb(0, 255, 47);
    text-align: left;
    text-shadow: 4px 4px #000000;
    top: 10px;
    font-size: 2em;
line-height: 2em;
}

.home-ph p {
    color: rgb(0, 255, 64);
    line-height: .8;
    left: 1%;
    top: 150px;

}

.home a {
    background-color: #1FA855;
    border-radius: 3px;
    padding: 10px;
    line-height: 2;
    color: white;
}

.food1 {
    border-radius: 50%;
    box-shadow: -2px 2px 7px rgb(36, 35, 35), 2px 2px 10px rgb(20, 18, 18);
    top: 100px;

}

     /*-----------------------------dishes and item list-------------------------------------*/

.dishes>h3,
.dishes>p {
    text-align: center;
    line-height: .8;
    padding:3%;
    font-size:2em;
    color: #1FA855;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dishes>p {
    font-weight: bold;
}

.all_items {
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	gap: 20px;
}

.items {
    background-color: rgb(235, 235, 235);
    height: 230px;
    width: 230px;
    display: flex;
    position: relative;
    border-radius: 50%;
    border: 2px solid rgb(99, 255, 156);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px;
}

.title {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
    font-weight: bold;
    color:#1FA855;
    font-size:16px;
}

.items a {
    background-color: #1FA855;
    color: white;
    border-radius: 4px;
    padding: 4px;
}

.items img {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translate(-50%);
    transition: height .6s ease-in-out, width .6s ease-in-out;

}
.sustain img{
    width: 160px;
    height: 160px;
    top: 1px;
}



.items:hover img {
    height: 150px;
    width: 150px;
}

.sustain:hover img {
    height: 180px;
    width: 180px;
}







	 /*-----------------------------end of dishes and item list-------------------------------------*/


 /*-------------------------------------------------footer review and rating-------------------------------------*/

.container ul{
    list-style-type:disc;
}

 .container{max-width:1300px;margin:32px auto;padding:24px}
    .logo{width:68px;height:68px;border-radius:10px;background:linear-gradient(135deg,var(--accent),#06b6d4);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px}
    p.lead{color:green;margin-top:6px; text-align:center}
h1.lead1{text-align:center}
    .container h1, h2{
        color:#1FA855;
    }

    .hero{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px; font-size:18px}
    .card{background:var(--card);border-radius:12px;padding:20px;box-shadow:0 6px 18px rgba(16,24,40,0.06);flex:1;min-width:260px}

    .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:18px}
    @media (max-width:780px){.grid{grid-template-columns:1fr}.hero{flex-direction:column}}

    h2{margin:0 0 12px 0;font-size:18px}
    ul{margin:0;padding-left:18px;color:green}
    .values{display:flex;gap:12px;flex-wrap:wrap}
    .chip{background:#f1f5f9;padding:8px 12px;border-radius:999px;color:#0f172a;font-weight:600;font-size:18px}

    .services li{margin-bottom:8px}
    .footer{margin-top:22px;padding:18px;border-radius:12px;background:linear-gradient(180deg,rgba(11,110,253,0.06),rgba(6,182,212,0.03));display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}
    .contact{font-weight:600}
    a.button{display:inline-block;background:var(--accent);color:#fff;padding:10px 14px;border-radius:8px;text-decoration:none}
    .small{font-size:18px;color:var(--muted)}

    /* simple table for services */
    .services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
    .service-item{background:#fbfdff;border:1px solid #eef2ff;padding:12px;border-radius:8px}
    @media (max-width:600px){.services-grid{grid-template-columns:1fr}}







.review_form {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #d3d3d3;
    padding: 20px;
}




 /*-----------------------------review form-------------------------------------*/
   
.review_form h3 {
    text-align: center;
    line-height: .5;
}

input[type=text],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px; 
    box-sizing: border-box;
    background-color: #d3d3d3;
    color: #1FA855;
}

input[type=submit] {
    width: 100%;
    background-color: #1FA855;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #ff3a8c;
}

.form {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 20px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

textarea {
    color: #1FA855;
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}

 /*-----------------------------Contact us section-------------------------------------*/

footer {
    display: flex;
    padding: 20px 60px;
    height: 320px;c 
    background-color: rgb(28, 15, 46);
    color: white;
    justify-content: center;

}

.contact {
    padding: 20px 80px;
    width: 250px;
    text-align: justify;

}

.rate {
    margin-left: 70px;
    margin-top: -1px;
    color: #1FA855;
}
