/* @import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  font-size: clamp(14px, 13.296px + 0.1408vw, 16px);
}

html {
  scrollbar-color: var(--black) var(--lightGray);
  -webkit-text-size-adjust: 100%; /* Prevents automatic text resizing */
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--theme) var(--lightGray);
  font-family: "Poppins", serif;
}
.poppins {
  font-family: "Poppins", serif;
}
::-webkit-scrollbar {
  width: 4px;
}
a {
  text-decoration: none;
}
::-webkit-scrollbar-track {
  background: var(--black);
}

::-webkit-scrollbar-thumb {
  background-color: var(--softtheme);
  border-radius: 6px;
  border: 3px solid var(--black);
}

::-webkit-scrollbar-thumb:hover {
  background-color: #777;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --theme: #95deff;
  --red: #eb4f4f;
  --orange: #f39f4e;
  --green: #439c60;
  --softtheme: #b8e0d2;
  --black: #000;
  --dark: #e6e6e6;
  --lighttheme: #719b94;
  --white: #fff;
  --lightGray: #ebebeb;
}
.cp {
  cursor: pointer;
}
.border_2 {
  border: 2px solid #000;
}
.text_theme {
  color: var(--theme) !important;
}
.text_orange {
  color: var(--orange) !important;
}
.text_green {
  color: var(--green) !important;
}
.bg_theme {
  background: var(--theme);
}
.bg_theme {
  background: var(--theme);
}
.bg_lightGray {
  background: var(--lightGray);
}
.bg_red {
  background: var(--red);
}
.bg_dark {
  background: var(--dark);
}
.bg_light {
  background: #efefef;
}
.bg_gray {
  background: #f6f8fa;
}
.btn-close:focus {
  outline: none;
  box-shadow: none;
}
.dark {
  color: var(--dark);
}
.fs_10 {
  font-size: 10px;
}
.fs_12 {
  font-size: 12px;
}
.fs_14 {
  font-size: 14px;
}
.fs_16 {
  font-size: 16px;
}
.fs_16 {
  font-size: 18px;
}
.fs_20 {
  font-size: 20px;
}
.fs_22 {
  font-size: 22px;
}
.fs_26 {
  font-size: 26px;
}
.fs_24 {
  font-size: 24px;
}
.fs_28 {
  font-size: 28px;
}
.fs_30 {
  font-size: 30px;
}

.fs_35 {
  font-size: 35px;
}
.fs_43 {
  font-size: 43px;
}

.fs_50 {
  font-size: 50px;
}
.fs_55 {
  font-size: 55px;
}
.fs_69 {
  font-size: 69px;
}
.fs_100 {
  font-size: 100px;
}

.btn_theme {
  border-radius: 10px;
  color: var(--white);
  text-decoration: none;
  padding: 14px 20px;
  font-size: 1rem;
  transition: all 0.2s ease;
  font-weight: 200;
  box-shadow: 0px 0px 5px #ddd;
  display: flex;
  align-items: center;
}
.btn_theme:hover {
  background-color: var(--white);
  color: var(--theme) !important;
}

.padding_section {
  padding: 0px 120px;
}
.haeder_Section {
  width: 100%;
  border-top: 4px solid var(--theme);
  z-index: 2;
  background: #fff;
}

button.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 33333;
  background: transparent;
  opacity: 1;
  color: #000;
  font-size: 29px;
}
button.carousel-control-next {
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  top: 41%;
  width: 20px;
  border-radius: 3px;
  right: 7px;
  opacity: 1;
}
button.carousel-control-prev {
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  top: 41%;
  width: 20px;
  border-radius: 3px;
  left: 7px;
  opacity: 1;
}
button.btn-close i {
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 1500px) {
}
@media (max-width: 990px) {
  #top_slider .swiper-button-next,
  #top_slider .swiper-button-prev {
    position: absolute;
    width: 35px;
    height: 35px;
    display: none;
  }
  .test_list {
    display: none;
  }
  .scan .fs_50 {
    font-size: 35px;
  }
  .scan .fs_24 {
    font-size: 16px;
  }
  .william {
    padding: 70px 20px 120px;
  }
  .about_page img {
    max-width: 300px;
  }
  .order_list img {
    width: 90px;
  }
  .padding_section {
    padding: 0px 20px;
  }
  .fs_24 {
    font-size: 18px;
  }
  .scan img {
    width: 60px;
  }
  .fs_14 {
    font-size: 12px;
  }
  .search_item {
    width: 80%;
  }
  .fs_16 {
    font-size: 15px;
  }
  .fs_55 {
    font-size: 20px;
  }
  .social_app img {
    width: 120px;
  }
  .lorem_boiled {
    font-size: 12px;
  }
  .fs_100 {
    font-size: 70px;
  }
  .fs_43 {
    font-size: 32px;
  }
  .login_top {
    margin-top: 15px !important;
  }
}
@media (max-width: 767px) {
  .fs_22 {
    font-size: 15px;
  }
  .modal-content {
    width: 80%;
    margin: 0 auto;
  }
  .empty_cart img {
    width: 300px;
  }
  .table_number p {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
  }
  .sign_card {
    padding: 10px;
  }
  .check_pill {
    font-size: 12px;
    padding: 7px 6px;
    min-width: 81px;
  }
  .form-control {
    height: 42px;
  }
  .search_item {
    width: 100%;
  }
  .search_item i {
    right: 10px;
    top: 10px;
    font-size: 23px;
  }
  .serch_top button {
    font-size: 21px;
  }
  .nav-tabs button {
    min-width: 94px;
    padding: 7px 9px;
    font-size: 11px;
    font-weight: normal !important;
  }

  .nav-tabs.past_tabs button {
    min-width: 118px;
    padding: 10px 9px;
  }

  .item_top img {
    min-width: 100px !important;
    width: 100px;
    height: 104px;
    object-fit: cover;
  }
  .quantity button {
    font-size: 15px;
    width: 20px;
    height: 20px;
  }
  .input-box {
    width: 30px;
    padding: 0px 6px;
    font-size: 13px;
    height: 20px;
  }
  .quantity {
    width: 87px;
    right: 6px;
    bottom: -11px;
    padding: 3px 1px !important;
  }
  .boiled {
    font-size: 15px;
    margin: 0px;
  }
  .lorem_boiled {
    font-size: 10px;
    margin: 5px 0px !important;
    color: #848484;
  }

  .rate {
    font-size: 14px;
    margin: 0px;
  }
  .waiter_img {
    background-image: url("../images/bg_img.png");
    padding: 40px;
  }
  #menu {
    margin-top: -50px;
    background: #fff;
    border-radius: 40px 40px 0px 0px;
    padding: 0px 7px;
    padding-top: 18px !important;
  }
  .cart_top .dropdown-menu {
    right: -100px !important;
  }
  .fs_16 {
    font-size: 14px;
  }
  .small_bg {
    padding: 100px 0px;
  }

  .add_new_button {
    min-width: 138px;
  }
  .fs_26 {
    font-size: 21px;
  }
  .william {
    padding: 40px 0px 75px;
  }
  .foot_social_cions {
    display: flex;
    gap: 6px;
  }
  .fs_100 {
    font-size: 32px;
  }
  .fs_35 {
    font-size: 20px;
  }

  .header-brand img {
    width: 180px;
  }
  .fs_100 {
    font-size: 35px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 15px;
  }
  .scr_btn_right,
  .scr_btn {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .top_icons {
    width: 70px;
    left: calc(50% - 35px);
  }
  .fs_43 {
    font-size: 21px;
    margin-bottom: 1px;
  }
  .padding_section {
    padding: 0px 15px;
  }
  .fs_20 {
    font-size: 14px;
  }
}
