body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;
  font-family: "Inter Tight", sans-serif;
}


.header {
  height: 50px;
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
}


.footer {
  height: 50px;
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
  position: fixed;
  bottom: 0;
}

.root {
    height: calc(100vh - 100px);
    width: calc(100% - 30px);
    margin: 0 15px;
    border-radius: 10px;
    box-shadow: 0 1px 9px -5px rgb(0 0 0 / 100%) inset, 0 6px 20px 0 rgba(208, 162, 162, 0) inset;
    position: fixed;
}

.scrollableDiv {
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  height: calc(100vh - 104px);
  width: 100%;
  margin-top: 2px;
}


.header .logo {
  font-size: 35px;
  margin-left: 5px;
  background: linear-gradient(120deg, #2B3E50, #3498DB, #2B3E50, #59559e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: hue 5s ease-in-out infinite alternate;
  font-weight: bold;
  font-family: "Galada", cursive;
  float: left;
}

@-webkit-keyframes hue {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes hue {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.logo a {
  text-decoration: none;
  position: unset !important;
}

.header .user {
  float: right;
  margin-top: 7px;
  padding: 0;
  border-radius: 55px;
  color: #000;
}

.header .user a {
  text-decoration: none;
  color: #000000;
}

.userPhoto {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  display: block;
  cursor: pointer;
}

.userPhoto img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  border: 1px solid #aca2a2;
  padding: 2px;
}


.modal-header .btn-close {
  border: 2px solid #75737a;
  border-radius: 50%;
  font-size: 7px;
  opacity: 1;
}


.modal-backdrop.show {
  display: none;
}

.modal-content {
  padding: 10px !important;
}













.footer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer ul li {
  flex: 1;
  text-align: center;
  margin-top: 5px;
}

.footer ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  position: relative;
  gap: 6px;
  height: 40px;
  width: 100%;
  transition: all 0.3s ease;
}


.footer ul li a i {
  font-size: 20px;
  transition: all 0.3s ease;
}

.footer ul li a span {
  display: none;
  font-size: 13px;
  transition: all 0.3s ease;
  font-weight: bold;
}

/* Active item */
.footer ul li.active a {
  background: #5bc0de;
  color: #100000;
  border-radius: 25px;
  padding: 6px 14px;
}

.footer ul li.active a span {
  display: inline;
  /* side-by-side with icon */
}


.footer ul li a img {
  width: 18px;
}




.footerMenu {
  background: #f6f6f6f2;
  width: calc(100% - 40px);
  position: fixed;
  bottom: 55px;
  border-radius: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, padding 0.3s ease-in-out;
  padding: 0;
  margin-left: 5px;
  overflow: hidden;
  backdrop-filter: blur(1px);
}

.footerMenuActive {
  max-height: 500px;
  overflow: auto;
  padding: 10px;
  box-shadow: 0px -2px 1px 1px #87838324;
}


.footerMenuTitle {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  background: #cbd5e6;
  border-radius: 20px;
  font-family: "Galada", cursive;
  padding-top: 5px;
  position: relative;
}

.footerMenuTitle button {
  position: absolute;
  right: 3px;
  top: 3px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.footerMenuTitle button img {
  height: 25px;
}


.menuSlider {
  margin: 0 auto;
  width: 100%;
}

.menuSlider .slide {
  width: 100%;
}

.menuSlider .menuSlides a {
  background: #ffffffba;
  border-radius: 12px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.13);
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
  color: #000;
  transition: transform 0.2s ease;
  width: calc(50% - 10px);
  display: block;
  float: left;
  margin: 5px;
  font-weight: bold;
  backdrop-filter: blur(0.4px);
}

.menuSlider .menuSlides a img {
  width: auto;
  height: 100px;
  margin: 0 auto;
}

.menuItem:hover {
  transform: translateY(-3px);
}

.menuItem img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 8px;
}

.menuItem span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}


.menuSlider .slick-dots {
  position: absolute;
  bottom: -5px;
  width: auto;
  text-align: center;
  margin: 0 auto;
  display: block;
  left: 50%;
  transform: translate(-70%);
}

.menuSlider .slick-dots button {
  display: block;
  width: 5px;
  height: 5px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: orange !important;
  text-indent: -9999px;
}

.menuSlider .slick-dots li {
  float: left;
  list-style: none;
  margin: 0 5px;
}

.menuSlider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.menuSlider .slick-dots li.slick-active button {
  background-color: #000 !important;
  width: 30px;
  border-radius: 5px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}



.ripple-btn {
  position: relative;
  overflow: hidden;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  transition: background 0.25s ease;
  user-select: none;
}

.ripple-btn .ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  background-color: rgba(178, 135, 238, 0.35);
  animation: ripple-effect 600ms linear;
  pointer-events: none;
}

@keyframes ripple-effect {
  to {
    transform: scale(4);
    opacity: 0;
  }
}


@media screen and (max-width: 380px) {
  .menuSlider .menuSlides a {
    font-size: 14px;
  }

  .catItem img {
    min-height: 80px !important;
    height: 80px !important;
  }

  .catItem {
    min-height: 130px !important;
  }

  .menuSlider .menuSlides a img {
    width: auto;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .homeSlider .slick-slide img {
    height: 110px !important;
  }

  .homeSlider {
    height: 140px !important;
  }
}