*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.nav-img {
    background-image: url("fast12.avif");
    width: 100%;
    min-height: 100vh; 
    background-size: cover;
    background-position: center;
   overflow: visible;

  
    
}


body {
  font-family: 'Poppins', sans-serif;
  height: 200vh;

}

.container{
    width: 100%;
    max-width: 1130px;
    /* border: 2px solid black; */
    margin: 0 auto;
    overflow: visible;
    

}
.small-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
   padding-top: 18px;
    padding-bottom: 17px;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
}

.right-address p{
    color: white;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 12px;
}
.right-address{
    display: flex;
    gap: 36px;
    font-size: 14px;
}
.main{
    /* border: 3px solid darkgray; */
    
}
.left-icon{
    color: white;
    display: flex;
    gap: 20px;
    font-size: 12px;
    
}
.logo img{
    height: 70px;
    width: 70px;
    border-radius: 50%;
   

}
.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 8px 11px;
    background-color: white;
    font-size: 14px;
    cursor: pointer;
  position: fixed;
  
  
  
  
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}


/* Sticky nav-bar */
.nav-bar {
    position: relative; /* default position */
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease;
}

/* Sticky state */
.nav-bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white; /* same as your nav-bar background */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* subtle shadow on scroll */
    padding-left: 50px;
    padding-right: 50px;
}
     





.pages ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding-right: 15px;
}
 #close{
  display: none;
}
.pages ul li{
    list-style: none;
}
.pages li i{
    font-size: 8px;
}
/* pages js code */
.pages {
  transition: all 0.3s ease;
}



.header-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: white;
    cursor: pointer;
    margin-top: 15px;

   
}
.btn{
    background-color:rgb(187, 150, 105); 
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 400;
}
.header-text p{
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    font-weight: 300;
}
.header-text h2{
    font-size: 65px;
    border-top: 1px solid rgb(249, 160, 50);
    border-bottom:1px solid rgb(249, 160, 50); 
    padding: 0px 30px;
}
.header-text h4{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
}
.banner-img img{
    height: 150px;
    width: 200px;
   

}
.main-banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 400px;
    cursor: pointer;

   
    height: 100vh;
}
.banner-text{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 14px;
}
.button{
     background-color: rgb(187, 150, 105);
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-top: 8px;
}
.banner-text h4{
    color:rgb(187, 150, 105);
    font-size: 14px;
    font-weight: 400;
}
.banner-text h2{
    font-size: 40px;
    line-height: 44px;
    
    font-weight: 600;
}
.banner-text h5{
    font-size: 16px;
    font-weight: 300;
}
.banner-text p{
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.695);
}
/* category section */

.catagories-portion{
    background-color: whitesmoke;
    gap: 50px;
   cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 90px;
    
   
    
}
.catagories-portion h2{
    text-align: center;
    font-size: 37px;
    margin-top: 30px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.844);

    

}
.catagories-portion p{
    text-align: center;
    
    

}
.upper-text{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top:20px;
}

.images {
   display: flex;
   justify-content: space-between;  /* reduces center empty space */
   align-items: center;
   margin-top: 10px;
   text-align: center;

     
   padding: 0 20px;
}

.images img {
   width: 180px;
   height: 180px;
   border-radius: 50%;   
   object-fit: cover;
   
}

.cata-btn{
     background-color:rgb(187, 150, 105); 
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-top: 40px;
   

}
.pizza{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 250px;
}
.bread{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 250px;

}
.burger{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 250px;

}
.chiken{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 250px;

}
.images h4{
    color: rgba(0, 0, 0, 0.892);
    font-size: 20px;
    font-weight: 600;
    
}
.images p{
    font-weight: 300;
    color: rgba(0, 0, 0, 0.717);
    
}
.upper-text p{
     font-weight: 300;
    color: rgba(0, 0, 0, 0.717);
    margin-top: 10px;

}
.bottom-img-portion{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
    padding-top: 65px;
    padding-bottom: 65px;
    cursor: pointer;
}
.right-img {
    position: relative;
    display: inline-block;
}

.right-img img {
    width: 500px;     
    height: 300px;    
    object-fit: cover;
    display: block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;        
    color: white;           
    cursor: pointer;
}

 


.right-img img{
    width: 500px;
    height: 300px;
    object-fit: cover;
    object-position: bottom;
}



.left-side-text{
     display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 14px;

}
.bottom-btn{
    background-color:black; 
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-top: 30px;

}
.left-side-text h4{
    color:rgb(187, 150, 105);
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 12px;
}
.left-side-text h2{
      font-size: 45px;  
    font-weight: 600;
    text-align: start;
 line-height: 55px;
 color: rgba(0, 0, 0, 0.893);

}
.left-side-text h5{
     font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
     color: rgba(0, 0, 0, 0.893);

    
}
.left-side-text p{
     font-size: 15px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.695);
    text-align: start;
}
.middle-img{
    height: auto;
    padding-top: 20px;
    width: 100%;
    cursor: pointer;
    margin-top: 40px;
    background-image: url("middle.jpg");
    padding-bottom: 50px;
}
.middle-text{
   text-align: center;
   padding-top: 40px;

}
.middle-text h2{
     text-align: center;
    font-size: 37px;
    margin-top: 30px;
    font-weight: 600;
    color: white;

}
.middle-text p{
     color: white;
     font-size: 16px;
    font-weight: 300;
    margin-top: 7px;

}
.Reviews{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top:50px;
    padding-top: 50px;
}
.left-text  h3{
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.right-text  h3{
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.right-text p{
     color: white;
     font-size: 15px;
    font-weight: 300;
    line-height: 27px;
     letter-spacing: 0.5px;

}
.left-text p{
     color: white;
     font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0.5px;

}

.name-stars {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 40px;
}

.stars i {
    font-size: 20px;
    margin-left: 3px;
}

.yellow {
    color: gold;
}

.white {
    color: white;  
}

.dots {
    display: flex;
    gap: 10px; 
    justify-content: center; 
    margin-top: 50px; 
    margin-bottom: 50px;
    padding-top: 20px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: gray;
    display: inline-block;
}

.dot.gold {
     background-color:rgb(187, 150, 105); 
}
/* blog section  */
.blog-section{
    height: auto;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    cursor: pointer;
    
    
}
.blog-text{
    padding-top: 50px;
   
}
.blog-text h2{
     text-align: center;
    font-size: 37px;
    margin-top: 30px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.844);

}
.blog-text p {
    color: rgba(0, 0, 0, 0.609);
     font-size: 15px;
    font-weight: 300;
    line-height: 25px;
     letter-spacing: 0.5px;
     text-align: center;
     margin-top: 20px;
     margin-bottom: 20px;

}
.blog-images{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 50px;
}
.blog-images img{
    height: auto;
    width: 100%;
     filter: blur(0.5px);
    

}
.inside-img-text{
    display: flex;
    gap: 30px;
}


/* new code*/





.blog-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
    border-bottom: 2px solid whitesmoke;
    padding-bottom: 10px;
}

/* small image + name */
.author {
    display: flex;
    align-items: center;
    gap: 8px;
}
.author p{
    font-weight: 300;
    color: rgba(0, 0, 0, 0.876);
    margin-left: 10px;
    font-size: 14px;
}

.author img {
    width: 30px;
    height: 30px;
    background-position: center;
   
}

/* date + icons */
.meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
}
.meta span{
     font-weight: 200;
    color: rgb(117, 116, 116);
}

.meta i {
    margin-right: 4px;
    font-size: 15px;
    color: darkgray;
    
}
.random-text{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.text-one{
    margin-top: 30px;
}
.text-one h3{
    font-size: 19px;
    font-weight: 500;
}
.text-one p{
   
     color:rgba(0, 0, 0, 0.637);
     font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    padding-top: 15px;
 letter-spacing: 0.5px;
     text-align: start;
     
     
}
.text-two{
    margin-top: 30px;
}
.text-two h3{
    font-size: 19px;
    font-weight: 500;
}
.text-two p{
   
     color:rgba(0, 0, 0, 0.637);
     font-size: 15px;
    font-weight: 300;
    line-height: 25px;
   padding-top: 15px;
     text-align: start;
     letter-spacing: 0.5px;
     
     
}
.text-three{
    margin-top: 30px;
}
.text-three h3{
    font-size: 19px;
    font-weight: 500;
}
.text-three p{
   
     color:rgba(0, 0, 0, 0.637);
     font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    padding-top: 15px;
     letter-spacing: 0.5px;
     text-align: start;
     
     
}
/* footer{
    background-color: #ffffff;
}
.footer-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
   
    padding-top: 50px;
    padding-bottom: 50px;

} */

.footer {
    background: #04091e;
    padding: 80px 0;
    color: #fff;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    cursor: pointer;
}

.footer-box p {
   
    
}
.hem{
    display: none;
}

.footer-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-box p {
    font-size: 14px;
     color: white;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    padding-top: 15px;
     
     text-align: start;
    line-height: 1.7;
}

.footer-box span {
    color: #cfa671;
}

/* Newsletter */
.newsletter {
    display: flex;
    margin-top: 15px;
}

.newsletter input {
        width: 319px;
    padding: 10px 50px;
    border: none;
    outline: none;
    text-align: start;
    font-size: 16px;
    font-weight: 300;
}

.newsletter button {
    background: #cfa671;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    color: #fff;
}

/* Social Icons */
.footer-icons {
    margin-top: 15px;
    
}

.footer-icons i {
    margin-right: 11px;
    cursor: pointer;
    color: #fff;
    transition: 0.3s;
    font-size: 12px;
}

.footer-icons i:hover {
    color: #cfa671;
}
.copyright{
    margin-top: 20px;
}
.news{
font-size: 14px;
     color: white;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    padding-top: 15px;
     
     text-align: start;
    line-height: 1.7;
padding-right: 20px;

}
@media(max-width:1130px) {
    .container {
    padding: 0 20px;
  }
    
.bottom-img-portion{
    padding-left: 15px;
    padding-right: 15px;
}
.middle-img {
    padding-left: 15px;
    padding-right: 15px;

}
.blog-images{
    padding-left: 15px;
    padding-right: 15px;
}
.footer{
    padding-left: 15px;
    padding-right: 15px;
}
.main-banner{
    padding-left: 15px;
    padding-right: 15px;
}
}





/* media qouries */


@media (max-width: 1024px) {

  .container {
    padding: 0 20px;
  }
  

  .nav-bar {
    /* flex-direction: column; */
    /* gap: 15px; */
  }
  

  .pages ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }

  .header-text h2 {
    font-size: 48px;
  }

  .main-banner {
    flex-direction: column;
    height: auto;
    gap: 40px;
    padding: 40px 0;
  }
  

  .banner-img img {
    width: 300px;
    height: auto;
  }

  .images {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }

  .bottom-img-portion {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .left-side-text {
    align-items: center;
  }
  .right-img{
    width: 100%;
  }

  .right-img img {
    width: 100%;
    height: 400px;
  }

  .Reviews {
    flex-direction: column;
  }

  .blog-images {
    flex-wrap: wrap;
  }

  .footer-content {
    flex-wrap: wrap;
    gap: 40px;
  }
}



@media (max-width: 768px) {
     
    .main-img {
        padding-top: 20px;
    }
    
    .nav-bar .pages{
        display: none;
        
    }
    .hem{
        display: block;
        font-size: 17px;
    
    }
    .pages.show {
    display: block;
  }

  @media (max-width: 768px) {

  .pages {
    position: fixed;
    top: 0;
    right: -260px;          
    width: 130px;
    height: 100vh;
    background-color: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2); 
    transition: right 0.9s ease;
    padding-top: 80px;
    z-index: 1000;
    
 
  }

  .pages ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
  }

  .pages.show {
    right: 0;              
  }

  .hem {
    display: block;
    font-size: 22px;
    cursor: pointer;
  }
  #close{
    display: block;
  }
  .close-icon {
    display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  cursor: pointer;
}

}

    

  .small-nav {
    display: none;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .right-address {
    flex-direction: column;
    gap: 5px;
  }

  .logo img {
    margin-left: 0;
  }

  .pages ul {
    flex-direction: column;
    gap: 12px;
  }

  .header-text h2 {
    font-size: 36px;
    padding: 0 15px;
  }

  .header-text p {
    font-size: 13px;
  }

  .main-img {
    height: auto;
    padding-bottom: 40px;
  }

  .banner-text h2 {
    font-size: 30px;
    text-align: center;
  }

  .banner-text {
    align-items: center;
    text-align: center;
  }

  .images img {
    width: 150px;
    height: 150px;
  }

  .middle-img {
    height: auto;
    padding-bottom: 50px;
  }

  .Reviews {
    padding-top: 20px;
  }

  .name-stars {
    flex-direction: column;
    gap: 10px;
  }

  .blog-images {
    flex-direction: column;
  }

  .blog-images img {
    height: auto;
  }

  .footer {
    padding: 50px 0;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .newsletter {
    justify-content: center;
  }

  .newsletter input {
    width: 100%;
  }

  .footer-icons {
    justify-content: center;
  }
}
/* the end................................................................................... */


    