:root {
  --active: #5d93f4;
  /* Seçili Kategori Rengi*/
  --passive: #fce2dd;
  /* Pasif Kategori Rengi*/
  --main-tittle: #5d93f4;
  /*Ana Başlık Rengi*/
  --main-tittle-background: #fce2dd;
  /* Ana Başlık Arkaplanı*/
  --sub-tittle: #5d93f4;
  /* Alt Başlık Rengi*/
  --sub-tittle-background: #fce2dd;
  /* Alt Başlık Arkaplan Rengi*/
  --bottom-nav: #5d93f447;
  /* Alt Menü Rengi*/
  --cart-background: #fce2dd69;
  /*Sepet Arkaplan Rengi*/
  --cart-text: #000000;
  /*Sepet Metin Rengi*/

  /* baslik */
  --custom-heading-text-align: left;
  --custom-heading-width: 50%;
  --custom-heading-margin-top: 30px;
  --custom-heading-margin-left: 15px;
  --custom-heading-padding: 5px 0px 0px 5px;
  --custom-heading-border-radius: 5px 5px 0px 0px;
  --custom-heading-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.464);

  --custom-heading-text-width: 100%;
  --custom-heading-main-tittle: #5d93f4;
  --custom-heading-main-tittle-background: #fce2dd9e;
}

* {
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  width: 1024px;
  margin: auto;
  height: 100vh;
}

#categories {
  width: 100%;
  display: none;
}

.container-style {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

h5 {
  color: #000000;
}

.customHeading,
.menuContent,
.menuImg,
.cardImg,
.accordion-collapse,
.catContent,
.cat-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: start;
}

.cat-header {
  width: 100%;
  height: 100px;
  top: 0;
  flex-direction: column;
  padding: 2%;
  position: sticky;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.464);
  background: rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid #f1f1f1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.headerLogo {
  height: 100px;
}

.headerImg {
  width: 100%;
  position: relative;
}

.headerLang {
  position: absolute;
  align-self: start;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 4px;
}

.kayanMenu {
  margin: auto;
  width: 100%;
  overflow-x: scroll;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.464);
  background: rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid #f1f1f1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0 40px;
}

.kayanMenu::-webkit-scrollbar {
  display: none;
}

.kayanMenuIcon {
  height: 30px;
  width: 40px;
  margin: 10px;
}

.kayanMenuIconimg {
  height: 30px;
}

.menuLink {
  border: none;
  padding: 7px;
  background-color: #f1f1f1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.464);
  border-radius: 3px;
  margin: 10px 7px;
}

.sticky-menu {
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 991;
}

.customHeading {
  width: var(--custom-heading-width);
  margin-top: var(--custom-heading-margin-top);
  margin-left: var(--custom-heading-margin-left);
  background-color: var(--custom-heading-main-tittle-background);
  color: var(--custom-heading-main-tittle);
  box-shadow: var(--custom-heading-box-shadow);
  padding: var(--custom-heading-padding);
  border-radius: var(--custom-heading-border-radius);
  text-align: var(--custom-heading-text-align);
}

.customHeadingText {
  width: var(--custom-heading-text-width);
}

.catContent {
  margin-bottom: 5px;
  background-color: rgb(241, 241, 241);
  /*padding: 1px 2px 2px 2px;*/
  flex-direction: column;
}

.menuContent {
  margin-bottom: 5px;
  padding: 2%;
  border-radius: 6px;
  column-gap: 10px;
  background-color: #ffffff;
  width: 100%;
}

.menuImg {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.menu-img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menuText {
  width: 70%;
  color: #333333;
  padding: 2%;
}

.menu-title {
  font-size: 18px;
  padding: 2% 2% 2% 0;
  border-bottom: 1px solid #dadada;
}

.menu-descr {
  font-size: 14px;
  color: #666666;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* Maksimum 5 satır */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-price {
  font-size: 17px;
  margin: 10px 0;
  color: #666666;
}

.btnimg {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  border: none !important;
  background-color: #ffffff00 !important;
}

.sticker {
  font-size: 12px;
  border-radius: 4px;
}

.containerBtn {
  font-size: 12px;
  padding: 0.3rem 0.3rem !important;
}

.addBtn {
  color: var(--active);
  font-size: 30px;
  line-height: 0;
  padding: 0px !important;
  margin: 0px !important;
}

.btn-outline-secondary {
  color: #666666;
  border: 1px solid #666666;
}

.btn-outline-secondary:hover {
  color: #f1f1f1;
  border: 1px solid var(--active);
  background-color: var(--active);
}

.cardText {
  margin: 2px 0;
  border-bottom: 1px solid #f1f1f1;
  color: #666666;
  font-size: 14px;
}

.cardPrice {
  float: right;
  font-size: 14px;
  color: #666666;
}

.nav-item {
  width: 100%;
}

.navbar {
  display: block;
  bottom: 5px;
  position: sticky;
  z-index: 1000;
  display: flex;
  justify-content: center;
  width: 100%;
}

.bottomMenu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: var(--bottom-nav);
  border-radius: 16px;
  gap: 20px;
  padding: 2%;
}

.bottomMenubtn {
  font-size: 22px;
  line-height: 0;
  background-color: var(--bottom-nav);
  border: none;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0px;
  color: #ffffff;
  position: relative;
}

#cartCount {
  background-color: #fce2dd;
  position: absolute;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  border-radius: 50%;
  font-size: 15px;
  color: #666666;
  line-height: 0px;
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}

.cartPrdCard {
  background-color: var(--cart-background);
  color: var(--cart-text);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  padding: 2%;
  width: 100%;
}

.cartImg {
  width: 20%;
  overflow: hidden;
}

.cartPrdImg {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cartPrdBody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
}

.cartPrdText {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.cartPrdTitle {
  margin: 0px;
  width: 90%;
}

.cartPrdCount {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 22px;
  width: 50%;
}

.cartPrdQuantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.cartPrdPrice {
  margin: 0px;
  font-size: 1.1rem;
}

.cartfooter {
  width: 100%;
  display: flex;
  row-gap: 30px;
  flex-direction: column;
}

.cartPrdTotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
}

.cartBtn {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.cartFooterBtn {
  width: 45%;
  border: none;
  border-radius: 16px;
  padding: 2%;
  background-color: var(--cart-background);
  color: var(--cart-text);
}

.cartDropUp {
  border-radius: 16px;
  width: 40%;
  background-color: var(--cart-background);
  border: none;
}

.bottomMenubtn > svg {
  fill: #ffffff;
}

.menubtntext {
  font-size: 14px;
  color: #000000;
  margin: auto;
  margin-top: 3px;
  white-space: wrap;
}

.menubtnimg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.menubtncontent {
  width: 100px;
  height: 100px;
  border: 2px solid var(--passive);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottomMenuImg {
  height: 30px;
}

.dropdown-menu {
  --bs-dropdown-min-width: 4rem;
}

.active {
  border: 3px solid var(--active);
}

.mainContainer {
  width: 100%;
  padding: 2%;
}

.sectionContainer {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  padding: 2%;
}

.cardContainer {
  background-color: #ffffff;
  padding: 2%;
  row-gap: 10px;
  margin-top: 15px;
  border-radius: 6px;
}

.cardContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.cardImg {
  width: 100%;
}

.headContentImg {
  width: 100%;
  height: 300px;
}

.headImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.cardBody {
  margin: 10px 0 5px 0px;
  text-align: center;
}

.footerBar {
  display: none;
  width: 100%;
  background-color: #000000;
  left: 0;
  bottom: 0;
  padding: 2%;
  position: sticky;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.305);
  background: rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid #f1f1f1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bottomNavbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  column-gap: 5%;
  width: 100%;
}

.bottomNavItems {
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 2%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 40%;
}

.accordion-button {
  background-color: #666666;
  color: #f2d4c7 !important;
}

.accordion-button:not(.collapsed) {
  color: var(--sub-tittle) !important;
  background-color: var(--sub-tittle-background);
}

.accordion {
  --bs-accordion-btn-focus-box-shadow: #333333;
  --bs-accordion-bg: none;
  width: 100%;
}

.accordion-collapse {
  margin-top: 5px;
  flex-direction: column;
  padding: 2%;
}

.modalRadio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
  margin: 15px 0;
  width: 100%;
}

.radioBtn {
  width: 32%;
}

.mBtn {
  width: 100%;
  font-size: 14px;
}

#table {
  width: 60%;
  text-align: center;
  display: none;
}

.footer {
  width: 100%;
}

.footer-content {
  padding: 2%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.footer-logo {
  height: 20px;
}

.footerText {
  color: #666666;
  margin: 5px;
  width: 70%;
}

.footerLink {
  color: #666666;
  text-decoration: none;
}

.footer-logo:hover {
  transform: translateY(-4px);
  padding-top: 3px;
  transition: 500ms;
}

.right-floating-menu {
  display: flex !important;
  flex-direction: column;
}

.right-floating-menu .toggle-fullscreen {
  padding: 5px;
  color: #000;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
  color: #fff;
  margin-top: 10px;
}

@media screen and (max-width: 820px) {
  body {
    width: 100%;
  }

  .header {
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 600px) {
  body {
    width: 100%;
  }

  .header {
    width: 100%;
    height: 150px;
  }

  .headerImg {
    margin: auto;
    width: 100%;
  }

  .menuImg {
    width: 40%;
    height: 150px;
    cursor: pointer;
  }

  .menuText {
    width: 60%;
  }

  .modal-body > p {
    font-size: 16px;
    margin: 10px 0;
  }

  .menu-title {
    font-size: 16px;
  }

  .menu-descr {
    font-size: 12px;
  }

  .menu-price {
    font-size: 14px;
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 20px;
  }

  .headContentImg {
    height: 150px;
  }

  .sectionContainer {
    grid-template-columns: repeat(2, 1fr);
  }

  .toggle-fullscreen {
    display: none !important;
  }

  .footer-content > a {
    text-align: center;
    width: 50%;
  }
}
