.section-1 {
  background-image: url("../Images/Group-71.png");
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 460px;
  background-repeat: no-repeat;
  color: white;
  padding: 195px;
}
.accordion {
  overflow-anchor: none;
  background-image: url("../Images/Intersection-48.png");
}
.card-header{
  background-color: none;
  border-bottom: 0px;
}
.card-header button {
  font-weight: 400;
  color: #4d3d3b;
  text-decoration: none;
  font-family: Butler;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #110401;
}
.card.custom-card{
  background-color: transparent;
  border: none;
  padding: 10px;
  width: 101.33%;
}
/* .card.custom-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
} */
.card.card-hover:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}
.card .custom-header{
  background-color: transparent; 
}
.card .custom-header:hover {
  border-bottom: 4px solid #f38399;
}
.card .crd{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  overflow-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.card-body{
  background-color: rgba(116, 105, 97,0.25);
}
.card-row {
  display: flex;
  flex-direction: column;
}
.card-body.card-d-flex {
  display: flex;
  flex-direction: row;
  background-image: url("../Images/Intersection-48.png");
  justify-content: center;
  
}
.card-body h1 {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #977d7d;
}
.card-body h4 {
  font-family: Poppins;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #4d3d3b;
  border-bottom: 5px solid #f38399;
}
.card-body p {
  font-family: Poppins;
  font-size: 15px;
  text-align: center;
  color: #977d7d;
}
.card-body p a {
  color: #f38399;
}
.card-body .time-veg {
  font-size: 10px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 3px solid #f38399;
}
.card-body h3 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #4d3d3b;
}
.card-body img {
  border-radius: 10px;
  height: 200px;
  max-width: 100%;
  object-fit: cover;
}
.whatsapp {
  position: fixed;
  right: 40px;
  top: 700px;
}
.heading-dropdown {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#myInput {
  background-image: url("/css/searchicon.png");
  background-position: 10px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 3px solid #3b2b21;
  margin-bottom: 12px;
}
#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 1;
  display: none;
  top: 55px;
  width: 20%;
  text-align: center;
}
#myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #F6F6F6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
}
#myUL li a:hover:not(.header) {
  background-color: #eee;
}
.container{
  display: flex;
  justify-content: flex-end;
}

/* styling search bar */
.search input[type=text]{
  width:300px;
  height:25px;
  border-radius:25px;
  border: none;

}
.search{
  float: right;
  margin: 7px;
  border: 2px solid #3b2b21;
}
.input-icons i {
  position: absolute;
}
.input-icons {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
    justify-content: flex-end;
}
.icon {
  padding: 16px;
    color: #3b2b21;
    min-width: 5%;
    text-align: center;
}
@media only screen and (max-width: 600px) {
  .section-1 {
    background-image: url("../Images/Group-71.png");
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 460px;
    color: white;
    padding: 195px;
  }
  .accordion {
    overflow-anchor: none;
    background-image: url("../Images/Intersection-48.png");
  }
  .card-header{
    background-color: none;
    border-bottom: 0px;
  }
  .card-header button {
    font-weight: 400;
    color: #4d3d3b;
    text-decoration: none;
    font-family: Butler;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #110401;
  }
  /* .card.custom-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
} */
.card.card-hover:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}
.card .custom-header{
  background-color: transparent; 
}
.card .custom-header:hover {
  border-bottom: 4px solid #f38399;
}
  .card .crd{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0px;
    overflow-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  .card-body{
    background-color: rgba(116, 105, 97,0.25);
  }
  .card-row {
    display: flex;
    flex-direction: column;
  }
  .card-body.card-d-flex {
    display: flex;
    flex-direction: column;
    background-image: url("../Images/Intersection-48.png");
    justify-content: left;
    
  }
  .card-body h1 {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #977d7d;
  }
  .card-body h4 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #4d3d3b;
    border-bottom: 5px solid #f38399;
  }
  .card-body p {
    font-family: Poppins;
    font-size: 15px;
    text-align: center;
    color: #977d7d;
  }
  .card-body p a {
    color: #f38399;
  }
  
  .card-body .time-veg {
    font-size: 10px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 3px solid #f38399;
  }
  .card-body h3 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #4d3d3b;
  }
  .card-body img {
    border-radius: 10px;
    height: 200px;
    max-width: 100%;
    object-fit: cover;
  }
  .whatsapp {
    position: fixed;
    right: 40px;
    top: 700px;
  }
  #myUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    display: none;
    top: 220px;
    width: 66%;
    text-align: center;
  }
  #myUL li a {
    border: 1px solid #ddd;
    margin-top: -1px; /* Prevent double borders */
    background-color: #F6F6F6;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
  }
  #myUL li a:hover:not(.header) {
    background-color: #eee;
  }
  .container{
    display: flex;
    justify-content: flex-end;
  }
}
