@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Poppins", sans-serif;
}

:root {
  --item-padding: 16px 32px;
}

a {
  text-decoration: none;
}

.btn:focus,
.btn:active,
.btn:focus-visible,
input:focus,
input:active,
input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}


.section {
  max-width: 700px;
  margin: auto;
}

.profile-header-bg {
  height: 170px;
}

.profile-header-bg-img {
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.profile-header-content {
  border: 1px solid #e4eaef;
  border-top-color: transparent;
  border-radius: 0px 0px 5px 5px;
}

.profile-header-content-img {
  border-radius: 50%;
  height: 135px;
  width: 135px;
  margin: auto;
  margin-top: -67.5px;
  border: 5px solid #fff;
  background-color: #fff;
  padding: 2px;
}

.profile-header-content-name {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.profile-header-content-username {
  font-family: "Poppins", sans-serif;
  color: #5b7083;
}

.profile-header-content-desc {
  margin-top: 10px;
  font-weight: 300;
}

.link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: var(--item-padding);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e4eaef;
}

.link-item img {
  height: 40px;
  width: 40px;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-item img.link-item-rounded {
  border-radius: 50%;
}

.link-item h6 {
  color: #1a1a1a;
  margin: 0;
  padding: 0;
}

.link-item span {
  color: #5b7083;
  text-decoration: none;
}

.link-item .iconify {
  color: #5b7083;
  font-size: 24px;
  margin-left: auto;
}

.menu-custom i {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  :root {
    --item-padding: 16px 16px;
  }

  .menu-custom {
    margin-left: 10px;
  }
}

/*# sourceMappingURL=index.css.map */

.menu-card .card-header {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  transition: 0.4s;
}

.menu-card .card-header:hover {
  background-color: rgba(0, 0, 0, .03);
  transition: 0.4s;
}

.menu-card a {
  text-decoration: none;
  color: #2b3548;
  font-weight: 400;
}


.category-card {
  position: relative;
  overflow: hidden;
  border: none;
}

.category-card img {
  width: 100%;
  height: 150px;
  object-fit: cover; /* Resmin tamamını doldurmasını sağlar */
  object-position: center; /* Resmi ortalar */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.category-card .card-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  font-weight: 600;
  z-index: 2;
}

.badge-custom {
  justify-content: center;
  align-items: center;
  background: #929dab;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--tblr-border-width) var(--tblr-border-style) transparent;
  min-width: 1.35714285em;
  font-weight: var(--tblr-font-weight-bold);
  letter-spacing: .04em;
  vertical-align: bottom;
}

.menu-detail h5{
  font-size: 16px;
  color: #182433;
  font-weight: 600;
}

.menu-detail p{
  font-size: 12px;
  color: #667382;
}

.menu-detail-link {
  text-decoration: none;
}

.border-bottom-dashed{border-bottom:1px dashed #dee2e6!important}

.menu-detail-item .title {
  font-size: 20px;
  font-weight: 600;
}

.menu-detail-item .description {
  font-size: 14px;
  font-weight: 500;
}

.menu-detail-item .price {
  font-size: 20px;
  font-weight: 600;
}


.navbarmenu-img{
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.company-info p{
  font-size: 14px;
  font-weight: 500;
}

.product-category-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}


#search {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
  font-size:13px;
}

.search-results {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  width: 320px;
  background: #fff;
  position: absolute;
  display: none;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.search-item {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: background 0.3s ease;
}

.search-item:last-child {
  border-bottom: none;
}

.search-item:hover {
  background: #f8f8f8;
}

.search-img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  margin-right: 10px;
  object-fit: cover;
}

.search-text {
  flex: 1;
}

.search-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
}

.search-description {
  font-size: 12px;
  color: #667382;
  margin-bottom: 5px;
}

.search-price {
  font-size: 14px;
  color: #007bff;
  font-weight: bold;
}

.nav_bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  border-top: 1px solid #eeeeee;
  background-color: #ffffff;
  display: flex;
  overflow-x: auto;
  margin-bottom: 40px;
  z-index: 1030; /* Yüksek bir değer verdik */
}

.nav__link__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #444444;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.1s ease-in-out;
  font-family: Montserrat;
  border-left: 1px solid #eeeeee;
}
.nav__link__bottom i {
  font-size: 18px;
}

.fwSize20 {
  font-size: 20px;
}

.fwSize13 {
  font-size: 13px;
}


.wifi i {
  font-size: 50px;
  color: #0d6efd;
}


.campaigns h5 {
  font-size: 16px;
  color: #182433;
  font-weight: 600;
}

.campaigns p {
  font-size: 12px;
  color: #667382;
}

.border-none {border: none;}

.btn-star {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fbbc04;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-medium {
  width: 100%;
  padding: 6px 32px;
  border-radius: 5px;
  background: transparent;
  border-color: #232323;
  color: #232323;
  font-size: 0.9rem;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 2px 0;
  font-size: 20px;
  line-height: 1.65;
  border-radius: 30px;
}

.allergens-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.border-circle {
  border-radius: 50px;
}

.tooltip-inner {
  font-size: 12px; 
  padding: 4px 8px;  
  max-width: 200px;  
  color: #fff;  
  border-radius: 4px;
}

.text-custom {
  color: #6c757d;
}

.product-detail-image {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 5px;
}