* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
}

header {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.global-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-left {
  display: flex;
  align-items: center;
  gap:25px;
}

.logo svg {
  height: 50px;
  width: 50px;
  margin-right: 10px;
}

.location-text {
  font-weight: 700;
  font-size: 14px;
  margin-right: 0px; 
  border-bottom: 2px solid black;
  display: inline-block;
  padding-bottom: 2px;
}
.location-text:hover{
    color:orangered;
    border-bottom:2px solid orangered;
    cursor: pointer;
}
.items{
  font-family:poppins,Arial, Helvetica;
  font-weight:500;
}
.navbar-right .items{
  display:flex;
  align-items:center;
  gap:40px;
  flex-wrap:wrap;
}
.list6{
  position:relative;
}





.list1:hover,.list2:hover,.list3:hover,.list4:hover,.list5:hover,.list6:hover{
  color:orangered;
  cursor: pointer;
}
.navbar-right .Down-arrow{
  margin-left: 10px;
}
.heading{
  display: flex;
  margin:2% 0% 0% 10%;
  font-family: poppins, sans-serif;
  padding:10px;
}
.buttons{
  display: flex;
  padding-left:66%;
  gap:10px;
}
#prev-button{
  border: 14px solid #aaa;
  background-color: #aaa;
  border-radius: 22px;
  cursor: pointer;
}
#next-button{
  border: 14px solid #aaa;
  background-color: #aaa;
  border-radius: 22px; 
  cursor: pointer;
}
.heading h3{
  margin:0;
  font-size: 20px;
  font-family: poppins ,sans-serif;
}
.top-items {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  padding: 10px 16px;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;

}
.top-items img {
  width: 100%; 
  max-width: 120px; 
  height: auto;  
}
.top-items:hover{
  cursor: pointer;
}
.bottom-line{
  width: 80%;
  border-bottom: 2px solid;
  border-color: #eaeaea;
  margin: 25px auto;
}
.main-container h3{
  margin:0% 0% 0% 10%;
  font-size: 20px;
  font-family: poppins ,sans-serif;
}
.container, .container2 {
  max-width: 1200px;
  margin: 0 auto;
  width:100%;
}
.container-flex {
  display: flex;
  gap: 26px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;           
  box-sizing: border-box;
}
.restaurant-card {
  display:block;
  flex:0 0 250px;
  width: 250px;
  overflow: hidden;
  border-radius: 16px;
  background: white;
  font-family: Arial, sans-serif;
  font-size: 20px;
  margin-top:30px;
  text-decoration: none;
  color:inherit;
}

.restaurant-card:hover{
  transform: scale(0.95);
  cursor: pointer;
}

.card-image {
  position: relative;
  height: 160px;
  overflow: hidden;
  max-width: 1200px;;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.imageoverlay {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

.card-body {
  padding: 10px;
  max-width: 1200px;
}
.restaurant-name {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}
.rating-timing {
  font-size: 14px;
  color: #333;
  margin: 2px 0;
}
.dish, .location {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/*Restaurants with online delivery in chindwara*/
.container1 h3{
  margin-left:10%;
  font-size:20px;
  font-family: poppins,sans-serif;
}
.bar-items {
  display: flex;
  gap: 15px;
  list-style: none;
  padding:2% 0% 0% 10%;
}
.bar-items .btn {
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 20px;
  cursor: pointer;
}
.bar-items .btn:hover {
  background: #f0f0f0;
} 
.container-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;         
}
.blurimage{
  filter:grayscale(100%);
} 

/*swiggy best places to eat section*/
.placeheading{
  margin-top:4%;
  margin-left:10%;
  font-family: poppins,sans-serif;
  font-size:20px;
  font-weight:10px;
}
.placestoeat{
  display:inline-grid;
  grid-template-columns: repeat(4,auto);
  column-gap:10px;
  margin-left:10%;
  padding-top: 20px;
  gap:40px;
}
.placestoeat a{
  color:black;
  text-decoration: none;
  font-weight:bold;
  border:1px solid rgb(212, 204, 204);
  border-radius:14px;
  padding:24px;
  text-align: center;  
}


/*swiggy footer*/
.swiggyfooter {
  background-color: #f6f6f6;
  padding: 40px 20px;
  font-family: poppins, sans-serif;
}
.Swiggyapp {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 40px;
}
.storelinks {
  display: flex;
  gap: 16px;
}
.playstore, .appstore {
  width: 180px;
  height: auto;
}
.footerbottomsection {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
  flex-wrap: wrap;
}
.swiggy-brand {
  display: flex;   
  flex-direction:column;
  gap: 6px;                 
}
.swiggyname{
  display:inline;
}
.logo-name{
  display: flex;
  flex-direction: row;      
  align-items: center;      
  gap: 8px;     
}
.swiggy-brand p {
  margin:0;          
  color: #7e7a7a;
  font-size: 14px;
}
.swiggy-logo {
  width: 48px;
  height: 46px;    
}
.swiggyname {
  color: orangered;
  font-weight: 800;
  font-size: 26px;
}
.footer-links {
  flex: 3 1 700px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 40px;
}
.legalpage, .socialpage {
  grid-column: span 2; 
}
.footerheading {
  font-weight: bold;
  margin-bottom: 10px;
  list-style-type:none;
}
.footerbody {
  color: #7e7a7a;
  margin-bottom: 6px;
  list-style-type:none;
}
.cities{
  list-style-type:none;
  color: #7e7a7a;
  border:1px solid gray;
  border-radius:12px;
  padding:2px 6px;
  width:fit-content;
}
.socialpage ul {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 0;
  list-style: none;
}
.socialpage img{
  cursor:pointer;
  width:20px;
  height:20px;
}

/* adil hotel*/
.adilhotel {
  width: 800px;              
  min-height: 20px;
  padding: 24px 32px; 
  border-radius: 20px;
  background: #fff;
  box-shadow: 10px 20px 20px rgba(142, 140, 140, 0.5); 
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 12px; 
  font-family: Poppins, sans-serif;
}

.adilheading h3 {
  margin: 80px auto 12px auto; 
  font-size: 20px;
  font-weight: 700;
  width: 800px;
  font-family:Poppins, sans-serif;
}

.card-details {
  display: flex;
  align-items: center;
  gap: 8px;
}

.row-details {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
}

.famous-item {
  color: orangered;
  font-weight: 500;
  margin: 4px 0;
}

.famous-item:hover{
  cursor: pointer;
}

.place-time {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.place-time .row,
.place-time .time {
  position: relative;
  padding-left: 20px; 
  margin: 0;
}

.place-time .row::before,
.place-time .time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #aaa;
  border-radius: 50%;
}

.place-time .row::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 20px;
  width: 2px;
  height: calc(100% + 10px);
  background: #ddd;
}

.city {
  color: #555;
  margin-left: 6px;
}
.menu-searchbar{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top:80px;
  gap:40px;
}
.menu-searchbar .menu{
  color:rgb(58, 58, 58);
  font-size: 14px;
}
.searchbar {
  color: rgb(58, 58, 58);
  display: flex;
  align-items: center;
  justify-content:center; 
  width: 800px;
  height: 50px;
  background-color: lightgrey;
  border-radius: 8px;
  padding: 0 15px;   
  gap: 10px;        
  font-size: 14px;
}
.bottom-line1{
  width:54%;
  border-bottom: 1px solid lightgray;
  margin: 40px auto;
}
.MenuStart{
  font-family:poppins,sans-serif;
  padding-left: 24%;
  font-size:16px;
}
.Mainmenu{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  padding:10px 24%;
  gap:20px;
}
.menudetails {
  display: flex;
  flex-direction: column;
  gap: 6px;   
}
.rating-row {
  display: flex;
  align-items: center; 
}
.Mainmenu h3{
  font-family: poppins,sans-serif;
  color:#333;
}
.price{
  font-family:Arial, Helvetica, sans-serif;
  font-weight:600;
}
.ratingnumber{
  color: #63E6BE;
  font-weight:600;
  font-size:14px;
}
.peoplerating{
  color:#333;
  font-weight:600;
  font-size:12px;
  margin-left:5px;
}
.dish-description{
  font-family: poppins,sans-serif;
  color:#555;
  font-size:14px;
  font-weight:600;
  margin-top:6px;
}
.dishimage{
  position:relative;
  width:160px;
  text-align:center;
}
.dishimage img {
  width: 160px;
  height: 150px;  
  object-fit: cover; 
  border-radius: 8px;
}
.Addbtn {
  position: absolute;
  bottom:1px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #63E6BE;
  color: #16a34a;
  font-size:16px;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 8px;
  cursor: pointer;
}


/*Media queries for mobile devices*/

@media screen and (max-width: 576px) 
{
  /* Header section */
  .navbar {
    justify-content: space-between;
  }

  .navbar-left {
    gap: 10px;
  }

  .navbar-right .items li { 
    display: none;
  }

  .navbar-right .items .list5 {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .navbar-right .items {
    gap: 0;
  }
 
  /* What's on your mind*/
  .top-items{
    display: flex;    
    flex-wrap: wrap;        
    gap: 8px;                  
    padding: 10px;            
    padding-left: 4%;          
    margin:0 40px;             
    justify-content:flex-start;
  }
  .top-items img {
    width: 100%;     
    max-width: 120px;
    width: calc(20% - 10px);
    height: auto;     
 }
 .top-items:hover{
  cursor: pointer;
 }

 /* Top Restaurant chains in chindwara*/
 .container{
  transform:scale(0.9);
 }
 .container-flex{
   display:flex;
   overflow:scroll;
   margin:0px 0px 0px 26px;
 }
 .restaurant-card{
  width:calc(20%-10px);
 }

 /*Restaurants with online food delivery in chindwara*/
   .container1 h3{
    font-size:18px;
    margin:0% 0% 0% 4%;
   }
   .bar-items{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-right: 10%;
   }
  .bar-items .btn{
     padding: 6px 10px;
    font-size: 12px;
  }
  .container-grid{
    grid-template-columns: repeat(2, 1fr);
    margin:0 0px;
  }
  .restaurant-card{
    width:calc(50%-10px);
  }
  /*swiggy best places to eat section*/
  .placestoeat{
    grid-template-columns: repeat(2,auto);
    gap:20px;
    margin:0% 0% 0% 4%;
  }
  .placeheading{
    font-size:18px;
    margin:4% 0% 0% 4%;
  }
  /*swiggy footer*/
  .Swiggyapp{
   gap:40px;
  }
  .storelinks{
    justify-content: center;
  }
  .Footer-links{
    display:grid;
  }
  .swiggycompany, .contactpage, .availablepage, .socialpage{
    grid-column: span 2;
  }
  .socialpage{
    justify-content:center;
  }
  .bottom-line{
    width:90%;
    border-bottom: 1px solid lightgray;
    margin: 40px auto;
  }
 



}