:root {
  --color-PINK: #ff008e;
  --color-GREEN: #30a102;
  --text-color: #808080;
  --btn-primary: #30a102;
  --btn-secondary: #30a102;
}
@font-face {
  font-family: "Futura";
  src: url("/fonts/FuturaLTPaneuropeanExtraBold.ttf") format("ttf"),
    url("/fonts/FuturaLTPaneuropeanExtraBold.ttf") format("ttf");
  font-weight: bolder;
  font-style: normal;
}

/* Example for using Roboto for all body text */
body {
  font-family: "Avenir Book", sans-serif;
  /* Set the general font style */
  font-size: 15px;
  /* Set the general font size */
  background-color: #f7f7f7;
}
h2 {
  font-family: "Futura" !important;
}
.sticky-top {
  z-index: 1030;
  /* Ensures it's above other content */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Adds a subtle shadow */
}
.bg-nav-bar {
  background-color: var(--btn-primary);
}

i {
  color: var(--color-PINK);
}
.nav-item a {
  color: white !important;
  font-weight: 500;
}
/* Example for using Times New Roman in specific sections */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avenir Book", sans-serif;
  /* Set the general font style */
}

/* Example for fallback font (Sans-serif) */
p {
  font-family: "Avenir Book", sans-serif;
  /* Set the general font style */
}

.fs-13px {
  font-size: 13px;
  font-weight: 400;
}

.br-2 {
  border-radius: 12px;
}

.section-contact:hover .icon i {
  color: red;
}

.icon {
  height: 40px;
  width: 40px;
}

.nav-link {
  font-weight: 600;
  font-size: 16px !important;
  color: var(--text-color);
}
.order-tracking-icon::before {
  color: white !important;
}

.nav-link:hover {
  color: var(--color-PINK);
}

.nav-link.active {
  color: var(--color-PINK);
}

.footer a:hover {
  color: #3d594a;
}

.btn-close-white:hover {
  color: var(--color-PINK);
}

.social-icons i {
  color: var(--color-PINK);
}

.offcanvas1 {
  --bs-offcanvas-width: 300px !important;
  background-color: rgb(35, 38, 44);
}

.btn-close {
  color: #fff;
}

.fs-5 {
  font-size: 10px !important;
}

a {
  text-decoration: none;
}

.offcanvas-body a {
  color: #fff;
}

.logo_text {
  font-size: 1.8em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.logo_slogan1 {
  display: block;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
}

.form-check-input {
  border-radius: 50% !important;
  width: 19px;
  height: 15px;
  padding: 0px !important;
}
.footer-links a {
  color: gray;
}
.footer-links a:hover {
  color: var(--color-PINK);
}
.text-red {
  color: var(--color-PINK);
}

.header-text {
  font-weight: 400;
  color: var(--btn-primary);
}

.text-fs {
  font-weight: 400;
}

.text-section {
  padding: 50px;
}

.no-padding {
  padding-right: 0 !important;
  /* Removes right padding */
  padding-left: 0 !important;
  /* Removes left padding */
  margin-top: 0 !important;
  /* Removes margin-top if needed */
}

.custom-container {
  padding-right: 55px;
  padding-left: 55px;
}

/* order page css */
.navbar {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

a {
  text-decoration: none;
}

.model-list li.active {
  color: var();
  border-bottom: 2px solid #ffa500;
  padding-bottom: 5px;
}

.btn-primary {
  background-color: var(--btn-primary);
  border: 1px solid var(--btn-primary);
}

.btn-primary:hover {
  background-color: var(--btn-secondary);

  border: 1px solid var(--btn-secondary);
}

.btn-secondary {
  background-color: var(--btn-secondary);
  border: 1px solid var(--btn-secondary);
}

.btn-secondary:hover {
  background-color: var(--btn-primary);

  border: 1px solid var(--btn-primary);
}

ul li:hover {
  cursor: pointer;
}

.menu-category-item a {
  color: var(--text-color);
}

.search-card-body {
  margin-left: 11px;
  margin-right: 11px;
}

.header1 {
  border-bottom: 2px solid gray;
}

/* .container1 {
    padding-left: 30px;
    padding-right: 30px;
} */
.min-order {
  font-size: 12px;
  color: var(--text-color);
}

.form-check-input:checked {
  background-color: var(--btn-primary);
  border-color: var(--btn-primary) !important;
  outline: none !important;
  box-shadow: none !important;
}

.menu-card {
  border: none;
  border-bottom: 2px solid gray;
  /* Bottom border */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Box shadow */
  transition: box-shadow 0.3s ease-in-out;
  padding: 15px;
  border-radius: 8px;
}

/* .card:hover{
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    background-color: var(--btn-primary);
} */
.card1 {
  border: 1px solid gray;
  border-radius: 12px;
}

/* .addon-item:hover{
    background-color: var(--btn-secondary);
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;

} */
.adjust-quantity {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  padding: 0px !important;
}
.btn-primary {
  background-color: var(--btn-primary) !important;
  border: var(--btn-primary) !important;
}

.text-dark {
  color: gray !important;
}

.menu-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  /* Box shadow on hover */
}

.menu-icon {
  font-size: 24px;
  color: #444;
}

.offcanvas-dark {
  background-color: #333;
}

.total-amount {
  font-size: 18px;
  /* Font size for total amount */
  font-weight: bold;
  /* Make total amount bold */
  color: #333;
  /* Color for total amount */
}

.bg-green {
  background-color: #bad3c6 !important;
}

.header {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}

/* modify scroll bar */
.menu-filters::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Scrollbar styles for Firefox */
.menu-filters {
  scrollbar-color: var(--btn-primary) #f1f1f1;
  scrollbar-width: thin;
}

.product-card {
  max-width: 540px !important;
}

.float-btn {
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 35px;
  height: 35px;
}

.product-img {
  height: 220px;
  width: 100%;
}
.category-img {
  width: 60px;
}
.desktop-navbar {
  display: block;
}
.mob-navbar {
  display: none;
}
@media (max-width: 768px) {
  .desktop-navbar {
    display: none;
  }
  .mob-navbar {
    display: block;
  }
  /* Custom styles for large screens */
  .product-card {
    width: 100% !important;
  }

  .product-img {
    min-height: 192px !important;
    min-width: 233px !important;
  }
  .category-img {
    width: 30px;
  }

  /* .menu-card{
        width: 156px;
    } */
  .search-card-body {
    padding-left: 30px;
    /* margin-right: 60px; */
    /* padding-right: 20px; */
  }

  .btn2 {
    top: 190px !important;
    left: 180px !important;
  }
}

.menu-img {
  height: 450px;
  width: 415px;
}

.content-container {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* Container for quantity controls */
.quantity-controls {
  display: flex;
  /* Use flexbox for alignment */
  align-items: center;
  /* Center items vertically */
  gap: 10px;
  /* Space between buttons and quantity text */
}

/* Make buttons rounded and center the text */
.btn-secondary {
  /* border-radius: 20px; */
  /* Adjust the radius as needed */
  /* height: 27px; */
  /* padding: 8px 12px; */
  /* Adjust padding for better sizing */
  display: flex;
  /* Use flexbox for centering */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  font-size: 12px;
  /* Adjust font size if needed */
}

/* Space between item/addon name and quantity */
.item-details .item-quantity,
.addon-item .addon-quantity {
  margin-top: 5px;
  /* Add space above quantity */
}

/* Additional spacing for addon items */
.addon-item {
  margin-top: 10px;
  /* Space between addon items */
}

/* Optional: Add spacing between item name and quantity */
.item-details .item-name {
  margin-bottom: 5px;
  /* Space below item name */
}

.menu-card-body {
  max-height: 300px;
  /* Adjust height as needed */
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.menu-card-body::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.menu-category-list {
  white-space: nowrap;
  /* Ensure the text does not wrap */
  padding: 0;
  /* Remove padding from ul */
  margin: 0;
  /* Remove margin from ul */
  display: flex;
  gap: 10px;
  /* Spacing between items */
}

.card-title {
  font-weight: 800 !important;
}

.text-primary {
  color: var(--color-PINK) !important;
}
.text-primary-icon ::before {
  color: var(--color-PINK) !important;
  width: 40px !important;
}
.header-phone-icon::before {
  width: 20px !important;
}
.menu-category-item a {
  text-decoration: none;
  color: #333;
  /* Dark color for text */
  padding: 5px 0px;
  display: block;

  /* Light background */
  border-radius: 5px;
  /* Rounded corners */
  transition: background-color 0.3s ease;
}

.menu-category-item a:hover {
  color: #dd3333;
  /* Lighter background on hover */
}

.icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--btn-primary); /* Circle background color */
  border-radius: 50%; /* Makes the circle shape */
  width: 60px; /* Adjusted circle size */
  height: 60px; /* Adjusted circle size */
  margin: 0 auto; /* Centers the circle */
}

.icon-white {
  color: #fff; /* Set icon color to white */
  font-size: 24px; /* Adjust icon size directly */
}

/* Add spacing between icons */
.mb-4 {
  margin-bottom: 2rem; /* Adjust space between icons */
}
.icon-white::before {
  color: #fff;
  width: 35px !important;
  height: 35px !important;
}
.custom-border {
  position: relative;
  padding-bottom: 25px;
}

.custom-border::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: var(--btn-secondary);
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.text-primary-icon-cart::before {
  color: #808080 !important;
}
