:root {
  --primary-color: #be9e55;
  --link-font-family: "Open Sans", sans-serif;
  --text-font: "Marck Script", cursive;
}

body {
  margin: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #111111;
  display: flex;
  justify-content: center;
}
/* navbar */
.navbar {
  background-color: #111111;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  border-bottom: 1px solid var(--primary-color);
}

/* Стили для блока с флагами и Home */
.navbar-left {
  font-size: 20px;
}

.navbar-right {
  display: flex;
  align-items: center;
}

/* Стили для ссылок на флаги */
.flags {
  display: flex;
  gap: 10px;
  padding: 20px 30px;
}

.flags a {
  color: white;
  font-size: 18px;
  text-decoration: none;
}

/* Стили для ссылки при наведении */
.flags a:hover {
  opacity: 0.7;
}
.marck-script-regular {
  font-family: "Marck Script", cursive;
  font-weight: 400;
  font-style: normal;
}
/* main page */
.container {
  padding-top: 60px;
  width: 80%;
  display: block;
  margin: 0 auto;
}
.shishaContainer {
  padding-top: 60px;
}
.foodContainer {
  padding-top: 60px;
}
.softContainer {
  padding-top: 60px;
}
.logo img {
  display: block;
  margin: auto;
  width: 350px;
}

h1 {
  font-style: italic;
  font-size: 45px;
  color: var(--primary-color);
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
}
p,
h2 {
  color: whitesmoke;
}
.location {
  margin-top: 50px;
  color: var(--primary-color);
}
.intro {
  margin-bottom: 100px;
}
.intro p {
  font-family: var(--text-font);
  font-size: 28px;
}
ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgb(216, 214, 214);
}
li {
  padding: 10px 5px;
  font-size: 18px;
}
.menuButtons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menuButtons a {
  display: block;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  color: whitesmoke;
  border: 2px solid var(--primary-color);
  background-color: transparent;
  border-radius: 5px;
  font-size: 40px;
  transition: all 0.3s ease;
  width: 60%;
  margin: auto;
  margin-bottom: 20px;
}
.menuButtons a:hover {
  color: var(--primary-color);
}
/* main page style ends */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 30px;
}
.divider-line {
  flex-grow: 0.3;
  height: 1px;
  background-color: var(--primary-color);
}
.divider-circle {
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin: 0 10px;
}
.divider-circle + .divider-circle {
  margin-left: 5px;
}
.divider-line-title {
  width: 200px;
  margin: auto;
  margin-bottom: 10px;
  flex-grow: 1;
  background-color: var(--primary-color);
  height: 1px;
}
.divider-line-in-text {
  flex-grow: 1;
  height: 1px;
  background-color: var(--primary-color);
}
/* menu */
.back {
  width: 100%;
}
.logo-menus img {
  display: block;
  margin: auto;
  width: 350px;
  opacity: 0.6;
}
.menuLabel {
  font-size: 40px;
  color: whitesmoke;
  margin-bottom: 30px;
}

.shishaList ul {
  color: whitesmoke;
  display: inline;
}
.caffeList ul {
  color: whitesmoke;
  display: inline;
}
.caffeList {
  padding-bottom: 30px;
  margin-left: 0px;
}
.foodList {
  padding-bottom: 30px;
}
.foodList ul {
  color: whitesmoke;
  display: inline;
}
.shishaList {
  padding-left: 65px;
  padding-bottom: 30px;
}
.cocktailList ul {
  color: whitesmoke;
  display: inline;
}
.cocktailList {
  margin-left: 60px;
  padding-bottom: 30px;
}

.shishaType {
  font-family: "Marck Script", cursive;
  color: var(--primary-color);
  font-size: 25px;
}
.cocktailType {
  font-family: "Marck Script", cursive;
  color: var(--primary-color);
  font-size: 25px;
}
.caffeType {
  font-family: "Marck Script", cursive;
  color: var(--primary-color);
  font-size: 25px;
}
.shishaType2 {
  font-size: 25px;
  color: whitesmoke;
}
.shishaSubtitle {
  font-family: serif;
  color: whitesmoke;
  display: block;
  margin-top: 20px;
}
.price {
  font-family: "Marck Script", cursive;
  color: var(--primary-color);
}
.foodTime {
  text-align: center;
  margin-bottom: 30px;
}
/* food menu */

.menuFood {
  max-width: 600px;
  margin: auto;
  text-align: left;
}

.menuFood h1 {
  font-size: 40px;
  font-style: italic;
  color: white;
  text-align: center;
}

.menuFood h2 {
  font-family: "Marck Script", cursive;
  font-size: 24px;

  color: var(--primary-color);
  margin-top: 30px;
}

.menuFood ul {
  list-style: none;
  padding: 0;
}

.menuFood li {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
}

.sub-item {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  color: rgb(204, 203, 203);
  padding-left: 20px;
  border: none;
}

.menuFood .prices {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  color: var(--primary-color);
}

/* footer starts */
.footer {
  background-color: #111111;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0px;
  overflow: hidden;
  text-align: center;
}
.footer-content {
  width: 80%;
  height: 100%;
  color: white;
  text-align: center;
  text-decoration: none;
  margin: auto;
  padding: 0px;
  overflow: hidden;
  text-align: center;

  margin-top: 50px;
}
.footer-upper-section a {
  display: block;
}
.footer-content a {
  text-decoration: none;
  color: white;
  font-size: 18px;
}
.logo-small {
  text-align: center;
}
.logo-small img {
  width: 350px;
  height: 250px;
}
.number {
  margin-bottom: 0px;
}
.hour-title {
  margin-top: 20px;
  margin-bottom: 5px;
}
.hours {
  margin-bottom: 0px;
}

.footer .social-icons {
  color: white;
  margin-top: 20px;
}
.footer i {
  font-size: 35px;
}
.footer .fa-whatsapp {
  padding-left: 30px;
}
.footer i:hover {
  color: var(--primary-color);
  cursor: pointer;
  transition: 0.3s;
}
.footer-content a:hover {
  color: var(--primary-color);
  cursor: pointer;
  transition: 0.3s;
}
.service {
  font-family: "Marck Script", cursive;
  color: var(--primary-color);
  text-align: center;
}
.menu-item {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 5px 0;
}

.name {
  flex: 1;
  font-size: 15px;
  font-weight: lighter;
}

.price {
  text-align: right;
  min-width: 80px;
}
/* allergens style */
.allergen-list {
  max-width: 800px;
  margin: auto;
  font-family: Arial, sans-serif;
}
.allergyP {
  padding-left: 50px;
  padding-right: 50px;
}
.allergen-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #be9e55;
  padding: 10px 0;
}
.allergen-item img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.allergen-title {
  font-size: 14px;
  font-weight: bold;
  color: var(--primary-color);
}
.allergen-description {
  font-size: 14px;
  color: #7d7d7d;
}
@media (max-width: 900px) {
  .logo img {
    width: 200px;
  }
  .logo-menus img {
    width: 200px;
    opacity: 0.6;
  }

  .shishaContainer {
    padding: 60px 20px 10px 20px;
  }
  .foodContainer {
    padding: 60px 30px 5px 30px;
  }
  .softContainer {
    padding: 60px 30px 5px 30px;
  }

  .divider {
    padding-bottom: 20px;
  }
  .intro p {
    font-size: 20px;
  }
  h2 {
    font-size: 20px;
    color: #bcbcbc;
  }
  li {
    padding: 10px 5px;
    font-size: 15px;
  }

  .location {
    display: none;
  }
  .locationsList {
    display: none;
  }
  .intro {
    margin-bottom: 50px;
  }
  h1 {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .divider {
    margin-bottom: 20px;
  }
  .menuButtons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .menuButtons a {
    display: block;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    color: whitesmoke;
    border: 2px solid var(--primary-color);
    background-color: transparent;
    border-radius: 10px;
    font-size: 28px;
    transition: all 0.3s ease;
    width: 60%;
    margin: auto;
    margin-bottom: 10px;
  }
  .shishaList li {
    display: block;
    font-size: 15px;
  }
  .shishaList {
    padding-left: 20px;
    padding-bottom: 30px;
  }
  .caffeList {
    margin-left: 10px;
  }
  .cocktailList {
    margin-left: 10px;
  }
  .menuFood ul {
    list-style: none;
    padding: 0;
  }

  .menuFood li {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
  }
  .allergyP {
    padding-left: 15px;
    padding-right: 15px;
  }
}
