@import url("https://fonts.googleapis.com/css?family=Raleway");
*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Times New Roman', Times, serif;
}

.navbar{
    border-radius: 5px;
    font-weight: 800;
    color: var(--light-text-color);
    z-index: 999;
    /* transition: 5s; */
}
.navbar-brand{
    margin-left: 90px;
}

.logo{
  font-size: 50px;
  font-weight: 990;
  letter-spacing: 5px;
  position:absolute;
  transform: translate(-50%,-50%);
  background: url(/images/food_logo.jpg);
  background-size:contain;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip:text;
}
.collapse{
    justify-content: flex-end;
    font-size: larger;
    
}
.navbar-nav{
    margin-right: 10px;
    list-style-type: none;
    justify-content: space-evenly;
    
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
li:hover{
   background-color:lightblue;
   border-radius: 10%;
   color: blue;
   transition: all 2s;
}
.nav-item{
  font-style: italic;
}
/* ----------glow-------- */
/* :root {
    --glow-color: hsl(186 100% 69%);
  }
  .glowing-btn {
    position: relative;
    color: var(--glow-color);
    cursor: pointer;
    border: 0.15em solid var(--glow-color);
    border-radius: 0.45em;
    background: black;
    perspective: 2em;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    letter-spacing: 1em;
 
    -webkit-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
      0px 0px 0.5em 0px var(--glow-color);
    -moz-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
      0px 0px 0.5em 0px var(--glow-color);
    box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
      0px 0px 0.5em 0px var(--glow-color);
    animation: border-flicker 2s linear infinite;
  }
  
  .glowing-txt {
    float: left;
    margin-right: -0.8em;
    -webkit-text-shadow: 0 0 0.125em hsla(219, 81%, 47%, 0.3),
      0 0 0.45em var(--glow-color);
    -moz-text-shadow: 0 0 0.125em hsla(224, 70%, 46%, 0.3),
      0 0 0.45em var(--glow-color);
    text-shadow: 0 0 0.125em hsla(244, 64%, 60%, 0.3), 0 0 0.45em var(--glow-color);
    animation: text-flicker 3s linear infinite;
  }
  
  .faulty-letter {
    opacity: 0.5;
    animation: faulty-flicker 2s linear infinite;
  }
  
  .glowing-btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    filter: blur(1em);
    transform: translateY(120%) rotateX(95deg) scale(1, 0.35);
    background: var(--glow-color);
    pointer-events: none;
  }
  
  .glowing-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    background-color: var(--glow-color);
    box-shadow: 0 0 2em 0.2em var(--glow-color);
    transition: opacity 100ms linear;
  }
  
  .glowing-btn:hover {
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    animation: none;
  }
  
  .glowing-btn:hover .glowing-txt {
    animation: none;
  }
  
  .glowing-btn:hover .faulty-letter {
    animation: none;
    text-shadow: none;
    opacity: 1;
  }
  
  .glowing-btn:hover:before {
    filter: blur(1.5em);
    opacity: 1;
  }
  
  .glowing-btn:hover:after {
    opacity: 1;
  }
  
  @keyframes faulty-flicker {
    0% {
      opacity: 0.1;
    }
    2% {
      opacity: 0.1;
    }
    4% {
      opacity: 0.5;
    }
    19% {
      opacity: 0.5;
    }
    21% {
      opacity: 0.1;
    }
    23% {
      opacity: 1;
    }
    80% {
      opacity: 0.5;
    }
    83% {
      opacity: 0.4;
    }
  
    87% {
      opacity: 1;
    }
  }
  
  @keyframes text-flicker {
    0% {
      opacity: 0.1;
    }
  
    2% {
      opacity: 1;
    }
  
    8% {
      opacity: 0.1;
    }
  
    9% {
      opacity: 1;
    }
  
    12% {
      opacity: 0.1;
    }
    20% {
      opacity: 1;
    }
    25% {
      opacity: 0.3;
    }
    30% {
      opacity: 1;
    }
  
    70% {
      opacity: 0.7;
    }
    72% {
      opacity: 0.2;
    }
  
    77% {
      opacity: 0.9;
    }
    100% {
      opacity: 0.9;
    }
  }
  
  @keyframes border-flicker {
    0% {
      opacity: 0.1;
    }
    2% {
      opacity: 1;
    }
    4% {
      opacity: 0.1;
    }
  
    8% {
      opacity: 1;
    }
    70% {
      opacity: 0.7;
    }
    100% {
      opacity: 1;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .glowing-btn{
      font-size: 1em;
    }
  } */


/* -------glow_end-------- */
.body-container{
 background-color: black;
}
.search-container {
  justify-content: center;
  display: flex;
  margin-top: 100px;
}
.search-input{
  width: 30rem;
  box-sizing: border-box;
  color: var(--text-color);
  background-color: #fff;
  border: 1px solid #aabcca;
  border-right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  outline: none;
  box-shadow: 1px 2px 4px rgba(182, 203, 231, 0.08);
  font-size:20px;
  
}
.search-input:hover{
  border: 1px solid black;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color:black;
  transition: all 0.7s;
  
}

.search-container .search-btn {
  background-color: white;
  color: red;
  cursor: pointer;
  border: 1px solid red;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  outline: none;
  margin-left: -4px;
  padding: 12px 22px;
  box-shadow: 1px 2px 4px rgba(0,0,0,.08);
}

.search-container .search-btn:hover{
  background-color:red;
  color: white;
  border: 1px solid red;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.8s;
}

.restaurant-list{
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.restaurant-list>a{
  text-decoration: none;
}

.card{
  width: 240px;
  border: 1px solid rgba(112,112,112,.2) ;
  padding:10px;
  margin:20px;
  box-shadow: -1px 5px 10px 5px rgba(112,112,112,.2);

}
.card:hover{
  box-shadow: -1px 5px 10px 5px rgba(14, 13, 13, 0.2);
  background: rgba(14, 13, 13, 0.2);
  transition: all 0.7s;
}
.card>img {
  width: 100%;
  border-radius: 10px;
}
.card h3 {
  color:#353535;
}
.card h5 {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  font-size:small;
}
.card>span{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card>span>h4:first-child {
    background-color: green;
    color: #fff;
    border-radius: 5px;
    align-items: center;
    margin-top: 5px;
    padding: 5px;
    display: flex;
}
.card>span>h4:first-child .fa-star {
  padding: 2px 5px 3px 0;
  font-size: 10px;
}

.card>span>h4 {
  color: var(--light-text-title);
  margin-top: 10px;
  padding: 0 2px;
  font-size: 14px;
  font-weight: bolder;
   
}

footer{
  padding-top: 2%;
  color: #868e96;
  text-align: center;
}

