@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body::-webkit-scrollbar{
  display: none;
}
.navbar {
  width: 100%;
  height: 60px;
  padding: 5px 20px;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  top: 0;
  display: flex;
  background: #ffffff;
  box-shadow: 22px 22px 45px #e2dcdc, -22px -22px 45px #ffffff;
}
.logo-name {
  display: flex;
  align-items: center;
}
.logo {
  width: 70px;
  height: 55px;
  border-radius: 10px;
  object-fit:cover;
  margin-right: 20px;
  padding: 5px;
  cursor: pointer;
}
.other {
  font-weight: bolder;
  border-bottom: 2px solid black;
}

.bi-chevron-down {
  color: orange;
  font-size: 16px;
}
.items > ul {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.bi-star-fill {
  background-color: green;
  color: white;
  border-radius: 50%;
  padding: 0px 3px 2px;
  justify-content: center;
  align-items: center;
}
.box-flex {
  display: flex;
  flex-wrap: wrap;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.details {
  text-decoration: none;
  color: black;
}
li {
  list-style: none;
  cursor: pointer;
  margin: 0px 20px;
}
li:hover {
  color: rgb(255, 166, 0);
}
.swiggy-body {
  width: 100%;
  height: 700px;
  align-items: center;
}

.s-image {
  width: 140px;
  height: 150px;
  margin: 10px;
  object-fit: cover;
  border-radius: 10px;
}
.scrol-bar::-webkit-scrollbar {
  display: none;
}
.scrol-bar {
  display: flex;
  width: 80%;
  height: 250px;
  overflow-x: auto;
  justify-content: space-between;
  align-items: center;
  margin: 5px auto;
  margin-top: -50px;
}

.guru{
  text-align: left;
  margin-left: 180px;
  margin-top: 120px;
  font-weight: bolder;
  font-size: 27px;
}
.box {
  width: 270px;
  border-radius: 15px;
  margin: 10px;
  cursor: pointer;
}
.food-img {
  width: 100%;
  height: 170px;
  border-radius: 15px;
  object-fit: cover;
  cursor: pointer;
}
.hotel {
  margin: 1px;
  font-size: 14px;
  padding: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rating {
  margin: 2px;
  padding: 2px 4px;
  justify-content: center;
  align-items: center;
}
.gee{
  margin: 0px;
}
.room {
  margin: 1px;
  margin-top: -2px;
  padding: 2px;
  font-size: 14px;
}
.place {
  margin: 1px;
  padding: 2px;
  margin-top: -2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.s-img {
  width: 270px;
  border-radius: 15px;
  margin: 10px;
  height: 170px;
  margin-top: 73px;
  background-color: rgba(185, 177, 177, 0.426);
}

.s-name {
  margin: 5px;
  padding: 3px;
  width: 220px;
  border-radius: 15px;
  height: 10px;
  background-color: rgba(185, 177, 177, 0.426);
}

.s-type {
  margin: 5px;
  padding: 3px;
  width: 140px;
  border-radius: 15px;
  height: 10px;
  background-color: rgba(185, 177, 177, 0.426);
}
.move {
  margin-left: 7px;
  
}
.s-place {
  margin: 5px;
  padding: 3px;
  width: 100px;
  border-radius: 15px;
  height: 10px;
  background-color: rgba(185, 177, 177, 0.426);
}

.pages {
  /* background-color: red; */
  /* color: white; */
  /* padding-top: 100px; */
  margin-top: 100px ;
  text-align: center;
}
.parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid rgb(91, 83, 83);
  /* padding: 10px 5px; */
  margin: 25px 200px;
}
.g-box {
  margin: 0px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid greenyellow;
  padding: 3px;
}
.g-circle {
  background-color: green;
  padding: 5px;
  border-radius: 50%;
}
.card-body {
  width: auto;
  padding: 10px;
  margin: 0px 70px;
  height: 100%;
  margin-top: 20px;
}

.card-flex {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 95px;
  padding: 0;
}
.inner-par{
  text-align: left;
  justify-content: first baseline;
}
.item-name {
  margin: 0px;
  display: inline;
}
.cost {
  margin: 0px;
}
.relative {
  position: relative;
  z-index: -1;
}
.item-img {
  width: 160px;
  height: 130px;
  border-radius: 10px;
  object-fit: cover;
  margin-top: 10px;
}
.absolute {
  position: absolute;
  bottom: 0;
  margin-left: 34px;
  margin-bottom: -5px;
}
.add-btn {
  border: 1px solid grey;
  border-radius: 5px;
  color: whitesmoke;
  font-weight: bolder;
  color: black;
  padding: 8px 39px;
  background-color: rgb(52, 219, 30);
  cursor: pointer;
}
.heading {
  margin-top: -10px;
  text-align: left;
  margin-left: 110px;
}
.b-i {
  width: 440px;
  height: 230px;
  margin: 7px;
}
.b-flex {
  display: flex;
  overflow-x: auto;
  margin: 0px auto;
  margin-bottom: 30px;
  width: 85%;
}
.b-flex::-webkit-scrollbar {
  display: none;
}
.lines {
  text-decoration: none;
  color: black;
}
.details {
  text-decoration:none;
  color: black;
}
.filter-contaier {
  display: flex;
  padding: 15px;
  box-sizing: border-box;
  align-items: center;
  width: 85%;
  margin-left: 90px;
}
.filter-btn {
  padding: 10px 17px;
  border-radius: 26px;
  border: 1px solid black;
  font-weight: bolder;
  cursor: pointer;
  text-align: center;
  /* margin-left: 100px; */
  margin-right: 20px;
}

.input {
  outline: none;
  border: 1px solid black;
  border-radius: 10px;
  width: 350px;
  font-size: 15px;
  padding: 9px 15px;
}
.s-btn {
  background-color: rgb(48, 219, 96);
  padding: 8px 25px;
  color: rgb(0, 0, 0);
  margin-left: 8px;
  font-size: 16px;
  border: 1px solid black;
  font-weight: bolder;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
}

.search-container{
  margin-left: 230px;
}
.next-page{
  text-decoration: none;
  color: black;
}
.a-imges{
  width: 100%;
  /* padding: 12px; */
}
.a-i{
  width: 450px;
  padding: 10px;
  height: 200px;
}