
 .body{
    background-color: black;
    display: flex;
    flex-direction: column;
    gap: 40px;
    
}

/* navbar */
.nav-color{
    background-color: black;
}

.nav-items-btn{
    border:3px solid red;
    background-color:#2b2a2a;
    height:53px;
    width: 170px;
    margin-left: 10px;
    border-radius: 8px;
}

.pickup-btn{
    border: none;
}


 /* reorder button  */
 .reorder{
    display: flex;
    flex-direction: column;
    align-items: center;
 }
#reorder-btn,.btn-login{
    color: aliceblue;
    background-color: red;
    width: 600px;
    font-weight: bold;
    border-radius: 4px;
    border-color: red;
    justify-self: center;
}
.btn-login{
    width: 80px;
    height: 40px;
}

        
    
  
 /* Explore Menu   */

.items-title, .image-gallery{
    
    margin-left: 130px  ;
    margin-right: 130px;
    display: flex;
    flex-direction: column;
    gap: 19px;
    
}


.items-title h2{
font-weight: 600;
letter-spacing: 0px;
font-weight: bold;
font-size: 28px;
color: white;

}

.explore-menu-container{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: normal;
    gap: 20px;
    
    position: relative;
    scrollbar-color: grey;
}

.menu-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 200px;
    height: 220px;
    background-color: #4b4a4a;
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 50% 50% 0% 45%;

}

.heading-red-line, .image-cont-redLine{
    width: 80px;
    background-color: red;
    border-radius: 2px;
    height: 3px;      

}
.image-cont-redLine{
    width: 50px;
    height: 4px;
    margin: 8px auto 0;
}
.black-hole{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: black;
    position: relative;
      bottom: 6px;
      right: 40px;
    
}

/* BEST SELLERS  */

.explore-menu-container{
     overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: thin;          
    scrollbar-color: #888 transparent;
    
}
.explore-menu-container::-webkit-scrollbar {
  height: 8px;
}

.explore-menu-container::-webkit-scrollbar-track {
  background: transparent;
}

.explore-menu-container::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.explore-menu-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}



.combo-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    width: 300px;
    background-color: #4b4a4a;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    position: relative;
    
}

.top-bars {
    display: flex;
    justify-content: center;
    gap: 6px;
    
}

.top-bars div {
    width: 15px;
    height: 30px;
    background-color: red;
}

.combo-title {
    font-size: 18px;
    font-weight: bold;
    
}

.combo-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.price-tag {
    position: absolute;
    top: 80px;
    width: 120px ;
    left: 122px;
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 14px;
    clip-path: polygon(0 0, 90% 0, 90% 100%, 0 100%, 10% 50%);

}


/* top deals  */
.deals-items{
    scroll-behavior: none;
    overflow-x: none;
}

.deals-details{
    text-align: start;
    padding-left: 10px;
    
}    

.deals-items h6{
    font-weight: bold;
}



/* image-gallery  */
.image-gallery{
    display: grid;
    grid-template-columns: auto auto;
    justify-self: center;
    gap: 20px;
    
}
.image-gallery img{
    width: 350;
    height: 350px;
    border-radius: 20px;
}

#kfc-basket{
    color: white;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#kfc-basket img{
    height: 200px;
}

#kfc-basket button{
    background-color: red;
    color: white;
    height: 60px;
    width: 240px;
    font-weight: 700;
    border-radius: 5px;
}

#kfc-basket button:hover{
    background-color:white;
    color: red;
}



/* footer  */
footer{
    background-color: #1c1816; 
    width: 100%;
}
.footer{
    height: 430px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-self: center;
}
.logo-footer{
    display: flex;
    flex-direction: row;
    justify-content:space-between ;
    align-items: center;
    justify-self: center ;
    gap: 70px;
    width: 500px;
    
}
.footer-list{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 25px;
    
}
.footer-list a{
    color: white;
    font-size: larger;
    text-decoration: none;
}

.footer-company-details{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: white;
    font-size: larger;
}

 .footer-company-details a{
    color: white;

}
.footer-company-details h4{
    color: red;
}
