
/* ==========================================navigation start -----============================*/

.top-nav {
    display: block; /* Desktop */
}
.navbar .d-md-none {
    display: none; /* Desktop */
}

@media (max-width: 767px) {
    /* Show duplicate FirstNavigation on mobile */
    .top-nav {
        display: none; /* Mobile */
    }
    .navbar .d-md-none {
        display: block; /* Mobile */
    }
}
 



.navbar {
            background-color: #000;
            padding: 15px 0;
        }
        

        .navbar-brand{
             margin-top: -55px;
        }

        .navbar-brand img {
           height: 70px;
        }
        
        .nav-link {
            color: #fff !important;
            font-weight: 500;
            text-transform: uppercase;
            padding: 0.5rem 1rem !important;
        }
        
        .nav-link:hover {
            color: #FFA500 !important;
        }
        
        .top-nav {
            display: block; 
            background-color: #000;
            padding-top: 25px;
            padding-right: 55px;
       
        }
        
        .top-nav-link {
            color: #FFA500;
            font-size: 18px;
            text-decoration: none;
            margin-left: 20px;
        }
        
        .top-nav-link:hover {
            color: #fff;
        }
        
        .sidebar-logo {
            display: none;
            text-align: center;
            padding: 1rem;
            border-bottom: 1px solid #333;
        }
        
        .sidebar-logo img {
            height: 40px;
        }

        .navbar-close{
            display: none;
        }
        
        @media (max-width: 767px) {
            .navbar-brand{
              margin-top: 0px;
        }
  
  .navbar-brand img {
    height: 55px;
}
            .navbar-collapse {
                position: fixed;
                top: 0;
                left: -280px;
                width: 280px;
                height: 100vh;
                background-color: #000;
                transition: left 0.3s ease;
                overflow-y: auto;
                z-index: 1000;
            }
            
            .navbar-collapse.show {
                left: 0;
                box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
            }
            
            .sidebar-logo {
                display: block;
            }
            
            .navbar-collapse-overlay {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: 999;
            }
            
            .navbar-collapse-overlay.show {
                display: block;
            }
            
            .top-nav {
                display: none;
            }
            
            .nav-link {
                padding: 0.75rem 0 !important;
                border-bottom: 1px solid #333;
            }
            
            .navbar-close {
                color: #fff;
                font-size: 1.5rem;
                position: absolute;
                right: 1rem;
                top: 1rem;
                cursor: pointer;
                display: block;
            }
            
            .navbar-nav {
                padding: 1rem;
            }
            
            /* Hide desktop navigation items */
            .navbar .navbar-nav {
                display: none;
            }
            
            /* Show navigation items in collapsed menu */
            .navbar-collapse .navbar-nav {
                display: block;
            }
        }
/* ==================================== Modal start ============================= */



  

/*==================================== Modal End ================================*/


/* ===================================Navigation end=========================================== */


footer {
  .container-fluid {
    background: #231f20;


    .row {
    
                  padding: 20px 0;
      .burger-fries {
        background: url(./assest/burgerfries1.png) no-repeat center;
        background-size: cover;
        z-index: 1;
        overflow: hidden;

        img {
          position: relative;
          top: 53px;
          left: 83px;
        }
      }
      .burger-fries2 {
        background: url(./assest/burgerfries2.png) no-repeat center;
        background-size: cover;
        z-index: 1;
        overflow: hidden;
        }

        .burger-fries-footer {
          padding-top: 5rem;
        }
        .burger-fries2-desc{
          padding-top: 20px;
          color: #FFF;
font-family: "Bureau Grot";
font-size: 12px;
font-style: normal;
font-weight: 350;
line-height: 22px;
letter-spacing: 0.24px;
padding-bottom: 10px;
        }
      


      .footer-navbar{
        position: relative;
 

      }
    }
  }
}










.footer-navbar2{
  
 a{  text-decoration: none;
  color: #FFF;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 0px; /* 0% */
  letter-spacing: 0.32px;
  text-transform: uppercase;}

}


.social-icons {
    display: flex;
    margin-top: 20px;
    margin-left: 10px;
    gap: 17px;
}

    .social-icons img {
    width: auto;
    height: auto;
}
    .social-icons a:hover {
      opacity: 0.7; /* Slightly fade on hover */
    }


.footer-navbar3 {
    a {
        color: #FFAB31;
        padding-top: 5px;
        font-size: 16px;
        font-style: normal;
        font-weight: 350;
        line-height: 18px;
        letter-spacing: 0.2px;
        text-decoration-line: underline;
        padding-right: 10px;
    }
}


.copyright {
    p {
        padding-top: 12px;
        color: #FFAB31;
        font-size: 16px;
        font-style: normal;
        font-weight: 350;
        line-height: 18px;
        letter-spacing: 0.2px;
        text-decoration-line: underline;
    }
}



 /*========================= footer .youtube-video Start===================================== */

.youtube-video{
    display:flex;
    }
    .video-thumbnail {
          position: relative;
          width: 320px;
          border: 1px solid #ddd;
          background-color: #000;
          color: #fff;
          font-family: Arial, sans-serif;
          overflow: hidden;
          border-radius: 8px;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          cursor: pointer;
          text-decoration: none;
        }
    
        .video-thumbnail img {
          width: 100%;
          display: block;
        }
    
        .video-thumbnail .duration {
          position: absolute;
          top: 10px;
          right: 10px;
          background: rgba(0, 0, 0, 0.8);
          color: #fff;
          padding: 5px 8px;
          font-size: 12px;
          font-weight: bold;
          border-radius: 3px;
        }
    
        .video-thumbnail .overlay {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 10px;
          background: rgba(0, 0, 0, 0.8);
        }
    
        .video-thumbnail h3 {
          margin: 0;
          font-size: 14px;
          font-weight: bold;
          line-height: 1.2;
        }
    
        .video-thumbnail .views {
          margin-top: 5px;
          font-size: 12px;
          color: #ccc;
        }

 /*========================= footer .youtube-video end===================================== */
