* {
    box-sizing: border-box;
}
body{
    margin: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
header{
    position: sticky;
    background-color: rgb(230, 222, 222);
    top: 0;
    z-index:3;
    border-bottom: 1px solid gray; 
}
.bg{
   background-image: url("assest/menu3.avif");
   background-size: cover; 
   background-position: center; 
   height: 60vh;
   width: 100%;
}
.gv{
    background-image: url("assest/drinks1.avif");
    background-size: cover;
    background-position: center; 
 }
 .gv1{
    background-image: url("assest/dessert.avif");
    background-size: cover; 
    background-position: center;
 }
 .gv2{
    background-image: url("assest/dessert1.avif");
    background-size: cover;
    background-position: center; 
 }
 .gv3{
    background-image: url("assest/entrees\ images.avif");
    background-size: cover; 
    background-position: center;
 }

.bg3{
    background-image: url("assest/g.avif");
    background-size: cover;
    background-position: center;
    height: 60vh;
}
.bg4{
    background-image: url("ab.jpg");
    background-size: cover;
   background-position: center;
}
.bg5{
    background-image: url("assest/contact1.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 68vh;
}

#OFFERS .card{
    margin-bottom: 30px;
    box-shadow: 2px 4px 5px 4px rgb(184, 188, 184);
}
.yes1 {
    background-color: rgb(246, 251, 232);
}
.yes22 form input{
    margin: 10px 5px;
}
.yes33 {
    background-color: black;
}
.div  img{
  margin: 10px;
}
.yes4  h2 {
    color: white;
}
.yes5 h4{
    color: white;
}
.yes6 h6{
    color: white;
}
.yes7 h1{
   color: white;
}
.meu h5:hover{
    color: red;
}
.meu1 h3:hover{
    color: red;
}

.meu2 h4:hover{
    color: red;
}
.div1 img {
    margin-bottom: 20px;
}
.meu3 h3:hover{
    color:white;
    background-color: black;
}
.yes11{
    background-color: rgb(246, 242, 242);
}
.yes44 h1{
    color: red;
}
.btn22 img:hover{
    transform: scale(0.8) rotate(-15deg);
    border-radius: 20px;
    box-shadow: 0 32px 75px rgba(68,77,136,0.2);
}

.parallax-container {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assest/lunch\ 3.avif'); /* Replace with your image URL */
    background-size: cover;
    background-attachment: fixed; /* This is key for parallax effect */
    background-position: center;
    z-index: -1;
}

.content {
    position: relative;
    text-align: center;
    color: white;
    padding: 100px 20px;
}

.content-section {
    padding: 50px 20px;
    background-color: #f4f4f4;
    text-align: center;
}

 h1, h2 {
    margin: 0;
}

.parallax-bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assest/dinner.avif'); /* Replace with your image URL */
    background-size: cover;
    background-attachment: fixed; /* This is key for parallax effect */
    background-position: center;
    z-index: -1;
}

.parallax-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assest/restaurant\ slide3.avif'); /* Replace with your image URL */
    background-size: cover;
    background-attachment: fixed; /* This is key for parallax effect */
    background-position: center;
    z-index: -1;
}

.parallax-bg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assest/music2.avif'); /* Replace with your image URL */
    background-size: cover;
    background-attachment: fixed; /* This is key for parallax effect */
    background-position: center;
    z-index: -1;
}

.tikka {
    background-image: url("assest/tikka3.avif");
    background-size: cover;
    background-position: center;
    height: 74vh;
    
}

.image-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.image-container:hover img {
    transform: scale(1.2); /* Zoom level, adjust as needed */
}
.var8 h1 { 
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.var9 h2 { 
    animation-duration: 4s;
    animation-direction: alternate;
    animation-iteration-count: 1;
}
.topbar{
    width: 100%;
    background-color:#191a57;
}
.info ,
.follow{
    width: 50%;
}
.topbar a  {
    text-decoration: none;
    color: white;
    margin-right: 20px;
}

.topbar1 a {
    border-right: 1px solid grey;
    padding: 20px;
}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.no h6 a i {
    width: 50px;
    height: 50px;
    color: white;
}
.no1 p a, i {
    text-decoration: none;
     color: white;
}
.no2 p {
    color: white;
}
.yes99 img {
    width: 24opx;
    border-radius: 50%;
    padding: 20px 20px;

}
.yes88 .card {
    height: 520px;
}
.yes77 {
    font-size: 24px;
}

.img-wrapper1 {  
    overflow: hidden;
    border-radius: 20px;
  }

  .inner-img {
  transition: 0.3s;
  }
  
  .inner-img:hover {
  transform: scale(1.2);
  }

  .image8 {  
    overflow: hidden;
  }

  .inner-image8 {
  transition: 0.3s;
  }
  
  .inner-image8:hover {
  transform: scale(1.1);
  }
   
   .image77 h3{
    width: 320px;
   
  } 

  .naani44 p {
    width: 320px;
    text-align: justify;
  }
 

  @media(max-width:480px){
    .naani44 h4 {
       width: 240px;
   }
}

 
@media(max-width:480px){
     .naani44 p {
        width: 280px;
        text-align: justify;
    }
}

@media(max-width:480px){
    .naani45 p {
       width: 240px;
       text-align: justify;
   }
}