@font-face {
  font-family: "Rubik-Black";
  src: url(./fonts/Rubik-Black.eot),
    url(./fonts/Rubik-Black.woff) format("woff"),
    url(./fonts/Rubik-Black.woff2) format("woff2"),
    url(./fonts/Rubik-Black.svg) format("svg"),
    url(./fonts/Rubik-Black.ttf) format("ttf");
}

@font-face {
  font-family: "Rubik-BlackItalic";
  src: url(./fonts/Rubik-BlackItalic.eot),
    url(./fonts/Rubik-BlackItalic.woff) format("woff"),
    url(./fonts/Rubik-BlackItalic.woff2) format("woff2"),
    url(./fonts/Rubik-BlackItalic.svg) format("svg"),
    url(./fonts/Rubik-BlackItalic.ttf) format("ttf");
}

@font-face {
  font-family: "Rubik-SemiBold";
  src: url(./fonts/Rubik-SemiBold.eot),
    url(./fonts/Rubik-SemiBold.woff) format("woff"),
    url(./fonts/Rubik-SemiBold.woff2) format("woff2"),
    url(./fonts/Rubik-SemiBold.svg) format("svg"),
    url(./fonts/Rubik-SemiBold.ttf) format("ttf");
}

@font-face {
  font-family: "Rubik-Light";
  src: url(./fonts/Rubik-Light.eot),
    url(./fonts/Rubik-Light.woff) format("woff"),
    url(./fonts/Rubik-Light.woff2) format("woff2"),
    url(./fonts/Rubik-Light.svg) format("svg"),
    url(./fonts/Rubik-Light.ttf) format("ttf");
}

@font-face {
  font-family: "Rubik-Regular";
  src: url(./fonts/Rubik-Regular.eot),
    url(./fonts/Rubik-Regular.woff) format("woff"),
    url(./fonts/Rubik-Regular.woff2) format("woff2"),
    url(./fonts/Rubik-Regular.svg) format("svg"),
    url(./fonts/Rubik-Regular.ttf) format("ttf");
}

@font-face {
  font-family: "Rubik-Bold";
  src: url(./fonts/Rubik-Bold.eot), url(./fonts/Rubik-Bold.woff) format("woff"),
    url(./fonts/Rubik-Bold.woff2) format("woff2"),
    url(./fonts/Rubik-Bold.svg) format("svg"),
    url(./fonts/Rubik-Bold.ttf) format("ttf");
}

* {
  margin: 0;
  padding: 0;
  font-family: "Rubik-Regular", sans-serif;
  direction: rtl;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  scroll-behavior: smooth;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  display: none;
}

body .only_desktop {
  display: block;
  /* background-color: #fff1eb; */
}

body .only_desktop_flex {
  display: flex;
}

body .only_mobile {
  display: none;
  /* background-color: #fff1eb; */
}

body .only_mobile_flex {
  display: none;
}

body.mobile .only_desktop {
  display: none;
}

body.mobile .only_desktop_flex {
  display: none;
}

body.mobile .only_mobile {
  display: block;
}

body.mobile .only_mobile_flex {
  display: flex;
}

a {
  color: inherit;
}

ul {
  list-style-type: none;
}

label {
  width: 0;
  height: 0;
  opacity: 0;
}

.hide {
  display: none !important;
}

.hideBar {
  height: 0; /* Set height to 0 when the hide class is applied */
  overflow: hidden; /* Hide any overflow content */
}

/* Shalev's Code */

/* SECTIONS */

.home_title_and_description_section {
  margin-bottom: 2.08vw;
}

.mobile .home_title_and_description_section {
  margin-bottom: 5.38vw;

  margin-right: 3.5vw;
  margin-left: 3.5vw;
}

.bar_details_container {
}

.mobile .bar_details_container {
  position: relative;
}

.switcher_section {
  height: 2vw;
  margin-bottom: 2.18vw;
  width: 80.3vw;
  border-bottom: 0.15vw solid #fdbebf;
}

.mobile .switcher_section {
  height: 8.45vw;
  margin-bottom: 4vw;
  width: 100vw;
  border-bottom: none;
  margin-right: 0vw;
  overflow: scroll;
}

.mobile .switcher_section::-webkit-scrollbar {
  display: none;
}

.bars_section {
  padding-bottom: 4.2vw;
  width: 83vw;
}

.mobile .bars_section {
  padding-bottom: 10vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bars_section_remove_padding_bottom {
  padding-bottom: 0vw;
}

.bars_section_add_padding_bottom {
  padding-bottom: 5.2vw;
}

.home_made_cocktails_section {
  padding-bottom: 5.2vw;
}

.mobile .home_made_cocktails_section {
  padding-bottom: 4vw;
}

.video_section {
  padding-bottom: 5.2vw;
}

.mobile .video_section {
  padding-bottom: 17.4vw;
}

.patron_recipes {
  padding-bottom: 5.2vw;
}

.wrap_page {
  margin-right: 8vw;
  margin-left: 8vw;
  margin-top: 4.1vw;
}

.mobile .wrap_page {
  margin-right: 0vw;
  margin-left: 0vw;
  margin-top: 0vw;
}

.forTesting {
  color: aqua;
}

.page-id-8 {
  background-color: #fff1eb;
}

.mobile .page-id-8 {
  background-color: #fff1eb;
}

.header_background {
  background-image: url(./images/Header.png);
  background-size: cover;
  width: 100%;
  height: 32vw;
  background-repeat: no-repeat;
}

.header_video {
  width: 100%;
  height: 33vw;
  object-fit: cover;
}

.mobile .header_video {
  width: 100%;
  height: 140vw;
  /* object-fit: unset; */
  padding-bottom: 9.38vw;
}

.video_section_cocktail_movie {
  width: 80.3vw;
  height: 37.7vw;
  object-fit: cover;
}

.mobile .video_section_cocktail_movie {
  width: 100%;
  height: 158vw;
  object-fit: cover;
}

.home_title {
  font-family: "Rubik-Regular";
  font-weight: 100;
  font-size: 1.5vw;
  color: #584f4b;
  text-align: right;
  padding-bottom: 0.25vw;
}

.home_title strong {
  font-weight: 600;
  font-size: 2.5vw;
}

.mobile .home_title strong {
  font-size: 6.5vw;
}

.mobile .home_title {
  font-family: "Rubik-Regular";
  font-weight: 100;
  font-size: 5vw;
  color: #584f4b;
  text-align: right;
  padding-bottom: 0.25vw;
  line-height: 1.1;
  width: 61vw;
}

.mobile .home_title p {
  font-family: "Rubik-SemiBold";
  font-weight: 500;
}

.mobile .home_title p strong {
  font-family: "Rubik-SemiBold";
  font-weight: 500;
}

.home_description {
  font-size: 1.5vw;
}

.home_made_cocktails_title {
  font-family: "Rubik-Regular";
  font-weight: 400;
  font-size: 1.6vw;
  color: #584f4b;
  text-align: right;
  padding-bottom: 1.04vw;
}

.mobile .home_made_cocktails_title {
  font-family: "Rubik-Regular";
  font-weight: 400;
  font-size: 5.86vw;
  color: #584f4b;
  text-align: right;
  padding-bottom: 4.7vw;
}

.home_made_cocktail_bunner_title {
  font-size: 1.5vw;
}

.home_made_cocktail_bunner_image {
  display: inline-block;
  width: 25.7vw;
  height: 15.6vw;
}

.mobile .home_made_cocktail_bunner_image {
  display: inline-block;
  width: 93vw;
  height: 46.7vw;
  height: 56.7vw;
  object-fit: cover;
  object-position: bottom;
  border-radius: 4vw;
}

.home_made_cocktail_bunner_container {
  display: inline-block;
  position: relative;
  margin-left: 1.35vw;
}

.mobile .home_made_cocktail_bunner_container {
  display: block;
  position: relative;
  margin-left: 0vw;
  padding-bottom: 4.7vw;
}

.home_made_cocktail_bunner_image_and_buy_title {
  position: relative;
  width: 25.7vw;
  height: 15.6vw;
}

.mobile .home_made_cocktail_bunner_image_and_buy_title {
  position: relative;
  width: 93vw;
  height: 46.7vw;
  height: 56.7vw;
}

.to_buy_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 9.3vw;
  height: 3.1vw;
  color: white;
  background-color: #eb6f71;
  text-align: center;
  font-size: 1.55vw;
  font-family: "Rubik-Bold";
  font-weight: 700;
  border-bottom-left-radius: 1.04vw;
  border-top-right-radius: 1.04vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile .to_buy_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28.8vw;
  height: 11.7vw;
  color: white;
  background-color: #eb6f71;
  text-align: center;
  font-size: 5.86vw;
  font-family: "Rubik-Bold";
  font-weight: 700;
  border-bottom-left-radius: 4vw;
  border-top-right-radius: 9.38vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_text {
  display: inline-block;
  font-family: "Rubik-Regular";
  font-weight: 400;
  width: 25.6vw;
  text-align: center;
  font-size: 1.04vw;
  border: 0.08vw solid black;
}

.mobile .footer_text {
  display: block;
  font-family: "Rubik-Regular";
  font-weight: 400;
  width: 93.6vw;
  text-align: center;
  font-size: 4.22vw;
  border: 0.08vw solid black;
  margin-bottom: 2vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5vw;
}

.footer_accessibility_statement {
  display: inline-block;
  font-size: 1.04vw;
  font-family: "Rubik-Regular";
  font-weight: 400;
  text-decoration: underline;
  margin-right: 0.8vw;
}

.mobile .footer_accessibility_statement {
  display: block;
  font-size: 3.28vw;
  font-family: "Rubik-Regular";
  font-weight: 400;
  text-decoration: underline;
  margin-right: 0vw;
  width: 100%;
}

.home_description {
  font-family: "Rubik-Regular";
  font-weight: 300;
  font-size: 1.3vw;
  color: #584f4b;
  text-align: right;
  line-height: 1.4;
  margin-top: 0.2vw;
}

.home_description strong {
  font-family: "Rubik-SemiBold";
  font-size: 0.9vw;
}

.mobile .home_description strong {
  font-size: 3.8vw;
}

.home_description em {
  font-size: 0.9vw;
  font-style: inherit;
}

.mobile .home_description em {
  font-size: 3.8vw;
  font-style: inherit;
}

.mobile .home_description {
  font-family: "Rubik-Regular";
  font-weight: 300;
  font-size: 4.7vw;
  color: #584f4b;
  text-align: right;
  line-height: 1.2;
  margin-top: 4vw;
}

.mobile .home_description p {
  font-family: "Rubik-Regular";
  font-weight: 300;
}

.patron_recipes_title {
  font-family: "Rubik-Regular";
  font-weight: 400;
  font-size: 1.56vw;
  color: #584f4b;
  text-align: right;
  padding-bottom: 1vw;
}

.patron_recipes_title span {
  font-weight: 600;
  font-size: 1.25vw;
}

.mobile .patron_recipes_title {
  font-family: "Rubik-Light";
  font-weight: 600;
  font-size: 6.2vw;
  color: #584f4b;
  text-align: right;
  padding-bottom: 4.22vw;
}

.mobile .patron_recipes_title span {
  font-size: 5.1vw;
}

.patron_recipe_sub_title {
  font-family: "Rubik-Bold";
  font-weight: 500;
  font-size: 1.04vw;
  color: #584f4b;
  text-align: right;
  padding-top: 0.5vw;
}

.mobile .patron_recipe_sub_title {
  font-family: "Rubik-Bold";
  font-weight: 500;
  font-size: 4.22vw;
  color: #584f4b;
  text-align: right;
  padding-top: 2.34vw;
}

.patron_recipe_container {
  display: inline-block;
  width: 25.6vw;
  height: 11.4vw;
  background-color: white;
  border-radius: 1.04vw;
  position: relative;
  margin-left: 0.75vw;
}

.mobile .patron_recipe_container {
  display: block;
  width: 100%;
  height: 51.4vw;
  background-color: white;
  border-radius: 4vw;
  position: relative;
  margin-left: 0vw !important;
  margin-bottom: 4.69vw;
}

.patron_recipe_title {
  font-family: "Rubik-Bold";
  font-weight: 500;
  font-size: 1.1vw;
  color: #ea9067;
  text-align: right;
  padding-bottom: 0.5vw;
}

.mobile .patron_recipe_title {
  font-family: "Rubik-Regular";
  font-weight: 600;
  font-size: 4.46vw;
  color: #ea9067;
  text-align: right;
  padding-bottom: 2.34vw;
  padding-top: 2.34vw;
}

.patron_recipe_description {
  font-family: "Rubik-Regular";
  font-weight: 500;
  font-size: 1.04vw;
  color: #584f4b;
  text-align: right;
}

.mobile .patron_recipe_description {
  font-family: "Rubik-Regular";
  font-weight: 500;
  font-size: 4.22vw;
  color: #584f4b;
  text-align: right;
  line-height: 5.5vw;
  padding-top: 1.5vw;
}

.patron_recipe_details {
  display: inline-block;
  position: absolute;
  top: 0.5vw;
  left: 0.5vw;
  /* width: 15.5vw; */
}

.mobile .patron_recipe_details {
  display: inline-block;
  position: absolute;
  top: 0.5vw;
  left: -1.5vw;
  /* width: 15.5vw; */
}

.patron_recipe_image {
  width: 8.6vw;
  height: 11.4vw;
}

.mobile .patron_recipe_image {
  width: 30.5vw;
  height: 51.4vw;
  object-fit: cover;
  border-top-right-radius: 4vw;
  border-bottom-right-radius: 4vw;
}

.patron_recipe_hr {
  border: 0.05vw solid #fff1eb;
  /* border-radius: 5px; */
  width: 16vw;
  background-color: #fff1eb;
}

.mobile .patron_recipe_hr {
  border: 0.05vw solid #fff1eb;
  /* border-radius: 5px; */
  width: 59.62vw;
  background-color: #fff1eb;
}

.cocktail_recipe_hr {
  background-color: #fff1eb;
  width: 100%;
  height: 1px;
  border: navajowhite;
}

.video_section_title {
  font-family: "Rubik-Regular";
  font-weight: 400;
  font-size: 1.56vw;
  color: #584f4b;
  text-align: right;
  padding-bottom: 1.04vw;
}

.video_section_title span {
  font-size: 1.25vw;
  font-weight: 600;
}

.mobile .video_section_title {
  font-family: "Rubik-Regular";
  font-weight: 400;
  font-size: 6.5vw;
  color: #584f4b;
  text-align: right;
  padding-bottom: 4.7vw;
}

.mobile .video_section_title span {
  font-size: 5.4vw;
}

.video_section_image {
  background-size: cover;
  width: 100%;
  height: 36.7vw;
  background-repeat: no-repeat;
}

.video_section_video_url {
  font-size: 1.5vw;
}

.video_section_video_url {
  width: 80.4vw;
  height: 37.8vw;
  position: absolute;
  z-index: 1;
  right: -0.1vw;
}

.mobile .video_section_video_url {
  width: 93.1vw;
  height: 158.1vw;
  position: absolute;
  opacity: 1;
  object-fit: cover;
}

footer {
  background-color: white;
  width: 100%;
  height: 5.8vw;
  display: flex;
  align-items: center;
}

.mobile footer {
  background-color: white;
  width: 100%;
  height: 23vw;
  display: flex;
  align-items: center;
}

.footer_text_and_accessibility_statement_container {
  flex: auto;
  position: relative;
  text-align: center;
}

.bar_card_container {
  background-color: white;
  /* height: 19.7vw; */
  width: 25.7vw;
  border-radius: 1.04vw;
  display: inline-block;
  margin-left: 1.35vw;
  margin-bottom: 1.35vw;
}

.bar_card_container[bar-name="אימפריאל"] .bar_logo {
  width: 50%;
  height: 50%;
}

.bar_card_container[bar-name="ווספר"] .bar_logo {
  width: 70%;
  height: 70%;
}

.mobile .bar_card_container {
  background-color: white;
  /* height: 78.4vw; */
  width: 93.4vw;
  border-radius: 4vw;
  display: inline-block;
  margin-left: 0;
  margin-bottom: 4.7vw;
}

.bar_container {
  display: inline-block;
  overflow: hidden; /* Hide overflow to hide the content when folded */
  transition: height 0.3s ease; /* Add a transition for smooth animation */
}

.mobile .bar_container {
  display: block;
}

.bar_popup_container {
  width: 39.7vw;
  /* height: 45.7vw; */
  height: 35.5vw;
  position: fixed;
  bottom: -45.7vw;
  /* bottom: 9vw; */
  left: 32vw;
  background-color: white;
  border-radius: 1.04vw;
  z-index: 10;
  opacity: 1;
  transform: translateY(5vw);
  transition: opacity 800ms, transform 200ms;
  overflow: hidden;
}

.bar_popup_container[bar-name="אימפריאל"],
.bar_popup_container[bar-name="לה אוטרה"] {
  height: 35.5vw;
}

.bar_popup_container[bar-name="ביצ'יקלטה"],
.bar_popup_container[bar-name="טיפהמרה"] {
  height: 35.5vw;
}

.bar_popup_container[bar-name="אנדולוסיה"] {
  height: 35.5vw;
}

.bar_popup_container[bar-name="אנדולוסיה"] .cocktail_recipe_sub_title {
  text-align: left;
  height: 8.6vw;
  padding-right: 2.6vw;
}

.bar_popup_container[bar-name="אנדולוסיה"] .cocktail_recipe_main_title {
  text-align: left;
  padding-left: 0.8vw;
}

.mobile .bar_popup_container[bar-name="אנדולוסיה"] .cocktail_recipe_main_title {
  text-align: left;
  padding-left: 4.8vw;
}

.mobile .bar_popup_container[bar-name="אנדולוסיה"] .cocktail_recipe_sub_title {
  text-align: left;
  height: 35.5vw;
  margin-bottom: 2vw;
}

.bar_popup_container[bar-name="אנדולוסיה"] .popup_cocktail_container {
  height: 13.5vw;
}

.mobile .bar_popup_container[bar-name="אנדולוסיה"] .popup_cocktail_container {
  height: 54.5vw;
}

.bar_popup_container[bar-name="אנדולוסיה"] .cocktail_recipe_description {
  font-size: 0.8vw;
}

.mobile
  .bar_popup_container[bar-name="אנדולוסיה"]
  .cocktail_recipe_description {
  font-size: 3.8vw;
  padding-left: 2.8vw;
}

/* ************************************************ logo's sizes *************************************************/

/* bar_logo desk */
.bar_card_container[bar-name="אמש"] .bar_logo {
  width: 40%;
}

.bar_card_container[bar-name="דוברין 7"] .bar_logo {
  height: 80%;
}

.bar_card_container[bar-name="צפרירים"] .bar_logo {
  height: 80%;
}

.bar_card_container[bar-name="ביציקלטה"] .bar_logo {
  width: 45%;
}

.bar_card_container[bar-name="קילומטראז"] .bar_logo {
  height: 80%;
}

.bar_card_container[bar-name="קפה אירופה"] .bar_logo {
  width: 40%;
}

.bar_card_container[bar-name="טריגר"] .bar_logo {
  width: 35%;
}

.bar_card_container[bar-name="בושוויק"] .bar_logo {
  width: 40%;
}

.bar_card_container[bar-name="זאלמה"] .bar_logo {
  height: 80%;
}

.bar_card_container[bar-name="אנדלוסיה"] .bar_logo {
  width: 35%;
}

.bar_card_container[bar-name="מוג'וס"] .bar_logo {
  width: 35%;
}

/* bar_logo desk */

/* bar_logo mob */

.mobile .bar_card_container[bar-name="צפרירים"] .bar_logo {
  height: 90%;
}

/* bar_logo mob */

/* bar_popup_logo desk */

.bar_popup_container[bar-name="אמש"] .bar_popup_logo {
  width: 30%;
}

.bar_popup_container[bar-name="דוברין 7"] .bar_popup_logo {
  height: 100%;
}

.bar_popup_container[bar-name="צפרירים"] .bar_popup_logo {
  height: 100%;
}

.bar_popup_container[bar-name="ד''ר גונזו"] .bar_popup_logo {
  width: 45%;
}

.bar_popup_container[bar-name="ביציקלטה"] .bar_popup_logo {
  width: 35%;
}

.bar_popup_container[bar-name="קילומטראז"] .bar_popup_logo {
  height: 90%;
}

.bar_popup_container[bar-name="קפה אירופה"] .bar_popup_logo {
  width: 30%;
}

.bar_popup_container[bar-name="טריגר"] .bar_popup_logo {
  width: 20%;
}

.bar_popup_container[bar-name="בושוויק"] .bar_popup_logo {
  width: 25%;
}

.bar_popup_container[bar-name="זאלמה"] .bar_popup_logo {
  height: 90%;
}

.bar_popup_container[bar-name="אנדלוסיה"] .bar_popup_logo {
  width: 30%;
}

.bar_popup_container[bar-name="מוג'וס"] .bar_popup_logo {
  width: 25%;
}

/* bar_popup_logo desk */

/* bar_popup_logo mob */

/* bar_popup_logo mob */

.mobile .bar_card_container[bar-name="קילומטראז"] .bar_phone_container {
  margin-top: 1vw;
}

/* ************************************************ logo's sizes *************************************************/

.mobile .bar_popup_container {
  width: 100%;
  height: inherit;
  bottom: 0vw;
  bottom: 0vw;
  left: 0vw;
  position: inherit;
  background-color: white;
  border-radius: 1.04vw;
  z-index: 10;
  opacity: 1;
  transform: translateY(0vw);
  transition: opacity 800ms, transform 200ms;
  overflow: hidden;
  top: 0px;
  border-radius: 4vw;
  display: block;
}

.show_bar_popup_container {
  opacity: 1;
  transform: translateY(-105vh);
  transition: opacity 800ms, transform 800ms;
  /* overflow: hidden; */
}

.hide_bar_popup_container {
  transform: translateY(5vw);
  transition: opacity 800ms, transform 800ms;
}

.bar_popup_photo_conatiner {
  position: relative;
  width: 100%;
  width: 37.6vw;
  height: 11.8vw;
  margin-top: 1.04vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.04vw;
}

.mobile .bar_popup_photo_conatiner {
  position: relative;
  width: 100%;
  height: 11.8vw;
  margin-top: 1.04vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.04vw;
  display: none;
}

.bar_popup_photo {
  object-fit: cover;
  overflow: hidden;
  width: 37.6vw;
  height: 11.8vw;
  border-radius: 1.04vw;
}

.mobile .bar_popup_photo {
  object-fit: cover;
  overflow: hidden;
  width: 37.6vw;
  height: 11.8vw;
  border-radius: 1.04vw;
  display: none;
}

.bar_image {
  display: block;
  height: 13.69vw;
  width: 25.7vw;
  border-top-left-radius: 1.04vw;
  border-top-right-radius: 1.04vw;
  object-fit: cover;
}

.mobile .bar_image {
  display: block;
  height: 55.4vw;
  width: 100%;
  border-top-left-radius: 4vw;
  border-top-right-radius: 4vw;
  object-fit: cover;
}

.bar_logo {
  width: 60%;
  height: 60%;
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bar_image_and_logo_container {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 1.04vw;
  border-top-right-radius: 1.04vw;
  cursor: pointer;
}

.mobile .bar_image_and_logo_container {
  position: relative;
  border-top-left-radius: 4vw;
  border-top-right-radius: 4vw;
  cursor: none;
}

.bar_address {
  display: inline-block;
  font-family: "Rubik-Regular";
  font-weight: 300;
  font-size: 1.04vw;
  color: #584f4b;
  vertical-align: middle;
}

.mobile .bar_address {
  display: inline-block;
  font-family: "Rubik-Regular";
  font-weight: 300;
  font-size: 4.2vw;
  color: #584f4b;
  vertical-align: middle;
}

.bar_popup_address {
  display: inline-block;
  font-family: "Rubik-Regular";
  font-weight: 300;
  font-size: 1.04vw;
  color: #584f4b;
  vertical-align: middle;
}

.bar_name {
  display: inline-block;
  font-family: "Rubik-Bold";
  font-weight: 500;
  font-size: 1.04vw;
  color: black;
  text-align: right;
  color: #584f4b;
}

.mobile .bar_name {
  display: block;
  font-family: "Rubik-Bold";
  font-weight: 500;
  font-size: 4.2vw;
  color: black;
  text-align: right;
  padding-right: 0vw;
  color: #584f4b;
  padding-bottom: 0vw;
  margin-top: 0vw;
}

.bar_popup_name {
  font-family: "Rubik-Bold";
  font-weight: 500;
  font-size: 1.04vw;
  color: black;
  text-align: right;
  color: #584f4b;
  vertical-align: middle;
  flex: auto;
  align-items: center;
  justify-content: center;
}

.bar_reservation_link {
}

.bar_area_location {
}

.bar_phone_number {
  display: inline-block;
  font-size: 1.04vw;
  font-family: "Rubik-Regular";
  font-weight: 300;
  color: #584f4b;
  vertical-align: middle;
}

.mobile .bar_phone_number {
  display: inline-block;
  font-size: 4.2vw;
  font-family: "Rubik-Regular";
  font-weight: 300;
  color: #584f4b;
  vertical-align: middle;
}

.bar_popup_phone_number {
  display: inline-block;
  font-size: 1.04vw;
  font-family: "Rubik-Regular";
  font-weight: 300;
  color: #584f4b;
  vertical-align: middle;
}

.bar_address_container {
  display: inline-block;
  margin-left: 1vw;
}

.down_arrow_container {
  position: absolute;
  width: 12vw;
  height: 12vw;
  left: 8.2vw;
  bottom: 7.09vw;
  background-color: #eb6f71 !important;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.mobile .down_arrow_container {
  position: absolute;
  width: 14vw;
  height: 14vw;
  left: 5vw;
  bottom: unset;
  top: -1.3vw;
  background-color: #eb6f71 !important;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  display: none !important;
}

.mobile .white_arrow {
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 3.75vw;
  padding-top: 5vw;
  animation: 1.2s arrowAnimation linear infinite;
  animation-fill-mode: forwards;
}

.mobile .popupActive .white_arrow {
  animation: 1.2s arrowAnimation2 linear infinite;
  animation-fill-mode: forwards;
}

@keyframes arrowAnimation {
  0% {
    transform: translateY(3vw);
  }
  50% {
    transform: translateY(0vw);
  }
  100% {
    transform: translateY(3vw);
  }
}

@keyframes arrowAnimation2 {
  0% {
    transform: translateY(5vw) rotate(180deg);
  }
  50% {
    transform: translateY(8vw) rotate(180deg);
  }
  100% {
    transform: translateY(5vw) rotate(180deg);
  }
}

.bar_phone_container {
  display: inline-block;
}

.video_section_container {
  position: relative;
}

.mobile .video_section_container {
  position: relative;
  width: 100%;
  height: 150vw;
}

.play_button_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
  width: 6vw;
}

.mobile .play_button_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
  width: 20vw;
}

.reservation_link {
  display: inline-block;
  font-family: "Rubik-Bold";
  font-weight: 500;
  font-size: 1.04vw;
  color: #eb6f71;
  text-decoration: underline;
  /* text-underline-position: under; */
  padding-right: 1.04vw;
  cursor: pointer;
}

.mobile .reservation_link {
  display: block;
  font-family: "Rubik-Bold";
  font-weight: 500;
  font-size: 4vw;
  color: #eb6f71;
  text-decoration: underline;
  /* text-underline-position: under; */
  padding-right: 4.7vw;
  cursor: pointer;
}

.bar_popup_reservation_link {
  display: inline-block;
  font-family: "Rubik-Bold";
  font-weight: 500;
  font-size: 1.04vw;
  color: #eb6f71;
  text-decoration: underline;
  /* text-underline-position: under; */
}

.bar_popup_reservation_link.NoLink {
  height: 0;
  overflow: hidden;
}

.phone_icon {
  display: inline-block;
  width: 0.83vw;
  height: 0.83vw;
  vertical-align: middle;
}

.mobile .phone_icon {
  display: inline-block;
  width: 3.75vw;
  height: 3.75vw;
  vertical-align: middle;
}

.slick-arrow {
  position: relative;
}

.slick-prev {
  position: absolute;
  top: 0.35vw;
  left: 1.2vw;
  background: none;
  border: none;
  cursor: pointer;
  transform: rotate(180deg);
}

.slick-next {
  position: absolute;
  top: 0.5vw;
  left: 0vw;
  background: none;
  border: none;
  cursor: pointer;
}

.slick-next img,
.slick-prev img {
  width: 0.5vw;
}

.slick-next.slick-disabled img,
.slick-prev.slick-disabled img {
  opacity: 0.5;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  cursor: inherit;
}

.bar_popup_phone_icon {
  display: inline-block;
  width: 0.83vw;
  height: 0.83vw;
  vertical-align: middle;
}

.location_icon {
  display: inline-block;
  width: 0.72vw;
  height: 0.93vw;
  vertical-align: middle;
}

.mobile .location_icon {
  display: inline-block;
  width: 3.28vw;
  height: 4.22vw;
  vertical-align: middle;
}

.bar_popup_location_icon {
  display: inline-block;
  width: 0.72vw;
  height: 0.93vw;
  vertical-align: middle;
}

.save_me_a_spot {
}

.bar_name_and_reservation_link_container {
  margin-right: 1.04vw;
  margin-top: 1.19vw;
  margin-bottom: 0.5vw;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 1vw;
}

.mobile .bar_name_and_reservation_link_container {
  margin-right: 5.04vw;
  margin-top: 4.19vw;
  margin-left: 4vw;
  margin-bottom: 1.04vw;
  flex-direction: row;
  align-items: center;

}

.age_18_popup_details {
  position: relative;
}

.show_age_18_popup_container {
  transform: translateY(-80vh);
  transition: opacity 300ms, transform 1000ms;
}

.mobile .show_age_18_popup_container {
  transform: translateY(-100vh);
  transition: opacity 300ms, transform 1000ms;
}

.age_18_popup_section {
  position: fixed;
  left: 61%;
  top: 120vh;
  z-index: 10;
  /* display: none; */
}

.mobile .age_18_popup_section {
  position: fixed;
  left: 88.5vw;
  top: 250vw;
  border-radius: 1.04vw;
  z-index: 10;
  /* display: none; */
}

.mobile.showPopup .age_18_popup_section {
  display: block;
  animation: 1s showPopupM ease-in-out;
  animation-fill-mode: forwards;
}

.mobile.showPopup.removeshowPopup .age_18_popup_section {
  display: block;
  animation: 1s showPopup2M ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes showPopup {
  0% {
    transform: translateY(100vw);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes showPopup2 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100vw);
    opacity: 0;
  }
}

@keyframes showPopupM {
  0% {
    transform: translateY(50vw);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes showPopup2M {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50vw);
    opacity: 0;
  }
}

.hide_age_18_popup_container {
  transform: translateY(0);
  transition: opacity 300ms, transform 1000ms;
}

.mobile .hide_age_18_popup_container {
  transform: translateY(0);
  transition: opacity 300ms, transform 1000ms;
}

.right_cup_logo {
  z-index: 10;
  display: inline-block;
  position: absolute;
  width: 3.85vw;
  height: 5.9vw;
  top: 0vw;
  left: -5vw;
  /* TRANSITION */
  transition: all 500ms ease;
  opacity: 0;
  animation: moveitback 600ms ease forwards;
  will-change: transform;
}

.mobile .right_cup_logo {
  z-index: 10;
  display: inline-block;
  position: absolute;
  width: 13.85vw;
  height: auto;
  top: -1vw;
  left: -33vw;
  /* TRANSITION */
  transition: all 500ms ease;
  opacity: 0;
  animation: moveitback 600ms ease forwards;
  will-change: transform;
}

.left_cup_logo {
  z-index: 10;
  display: inline-block;
  position: absolute;
  width: 6.5vw;
  height: 10.4vw;
  top: -3vw;
  left: -14vw;
  /* TRANSITION */
  transition: all 500ms ease;
  opacity: 0;
  animation: moveitback 600ms ease forwards;
  will-change: transform;
}

.mobile .left_cup_logo {
  z-index: 10;
  display: inline-block;
  position: absolute;
  width: 26.5vw;
  height: auto;
  top: -16vw;
  left: -60vw;
  /* TRANSITION */
  transition: all 500ms ease;
  opacity: 0;
  animation: moveitback 600ms ease forwards;
  will-change: transform;
}

.pop_left_cup {
  opacity: 1;
  animation: moveit 900ms ease forwards;
  will-change: transform;
}

.mobile .pop_left_cup {
  opacity: 1;
  animation: moveit 900ms ease forwards;
  will-change: transform;
}

@keyframes moveit {
  0% {
    transform: translateY(0) scale3d(0.96, 0.96, 1);
  }
  20% {
    transform: translateY(-10vh) translateX(1vw) scale3d(1.1, 1.1, 1);
  }
  40% {
    transform: translateY(-5vh) translateX(1vw) scale3d(0.98, 0.98, 1);
  }
  60% {
    transform: translateY(-6vh) translateX(1vw) scale3d(1.05, 1.05, 1);
  }
  80% {
    transform: translateY(-5.8vh) translateX(1vw) scale3d(1.01, 1.01, 1);
  }
  100% {
    transform: translateY(-5.8vh) translateX(1vw) scale3d(1, 1, 1);
  }
}

@keyframes moveitback {
  0% {
    transform: translateY(600px) translateX(-300px);
  }
  100% {
    transform: translateY(0) translateX(-500px) scale3d(0.96, 0.96, 1);
  }
}

@keyframes scale {
  0% {
    transform: scale3d(0.96, 0.96, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pop_right_cup {
  opacity: 1;
  animation: move_it_right_cup 650ms ease forwards;
  will-change: transform;
}

.mobile .pop_right_cup {
  opacity: 1;
  animation: move_it_right_cup 650ms ease forwards;
  will-change: transform;
}

@keyframes move_it_right_cup {
  0% {
    transform: translateY(0) scale3d(0.96, 0.96, 1);
  }
  20% {
    transform: translateY(-10vh) translateX(-2.5vw) scale3d(1.1, 1.1, 1);
  }
  40% {
    transform: translateY(-8vh) translateX(-2.5vw) scale3d(0.98, 0.98, 1);
  }
  60% {
    transform: translateY(-9vh) translateX(-2.5vw) scale3d(1.05, 1.05, 1);
  }
  80% {
    transform: translateY(-8vh) translateX(-2.5vw) scale3d(1.01, 1.01, 1);
  }
  100% {
    transform: translateY(-8vh) translateX(-2.5vw) scale3d(1, 1, 1);
  }
}

@keyframes scale {
  0% {
    transform: scale3d(0.96, 0.96, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.show_bar_card {
  display: inline-block !important;
}

.mobile .show_bar_card {
  display: block !important;
}

.hide_bar_card {
  display: none !important;
}

.mobile .hide_bar_card {
  display: none !important;
}

.show_age_18_popup_first_time {
  transform: translateY(+6vh);
  transition: opacity 300ms, transform 1000ms;
}

.bar_address_and_phone_container {
  margin-right: 1.04vw;
  margin-bottom: 1.04vw;
  justify-content: space-between;
  margin-left: 1.04vw;
  display: flex;
  flex-direction: column-reverse;
  gap: 0.5vw;

}

.mobile .bar_address_and_phone_container {
  padding-right: 4.7vw;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 4vw;
  margin-top: 3vw;
  display: flex;
  gap: 3vw;

}

.age_18_popup_container {
  width: 16.04vw;
  height: 8.43vw;
  background-color: #fff1eb;
  display: inline-block;
  z-index: 20;
  position: absolute;
  border-radius: 1.04vw;
  /* opacity: 0; */
}

.mobile .age_18_popup_container {
  display: none;
  width: 77.04vw;
  height: 41.43vw;
  background-color: #fff1eb;
  display: inline-block;
  z-index: 20;
  position: absolute;
  border-radius: 5.04vw;
}

.age_18_close_button_container {
  height: 2vw;
  padding-right: 1.04vw;
  padding-left: 1.04vw;
  padding-bottom: 2.5vw;
}

.mobile .age_18_close_button_container {
  height: 12vw;
  padding-right: 1.04vw;
  padding-left: 1.04vw;
  padding-bottom: 2.5vw;
}

.age_18_popup_button_and_text_container {
  padding-right: 1.04vw;
  padding-left: 1.04vw;
  display: flex;
  flex-direction: column;
}

.mobile .age_18_popup_button_and_text_container {
  padding-right: 3.04vw;
  padding-left: 3.04vw;
}

.popup_background {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.switcher_selection_button {
}

.switcher_selection_buttons {
  display: flex;
}

.mobile .switcher_selection_buttons {
  width: fit-content;
}

.bar_popup_a_little_about_us_container {
  width: 37.6vw;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3.125vw;
}

.mobile .bar_popup_a_little_about_us_container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 7.125vw;
  padding-right: 4.7vw;
  padding-left: 4.7vw;
}

.a_little_about_us_title {
  font-family: "Rubik-Light";
  font-weight: 700;
  font-size: 1.56vw;
  padding-bottom: 0.26vw;
  color: #584f4b;
}

.mobile .a_little_about_us_title {
  font-family: "Rubik-Regular";
  font-weight: 400;
  font-size: 5.5vw;
  padding-bottom: 0.26vw;
  color: #584f4b;
  padding-right: 0vw;
  padding-top: 4vw;
}

.a_little_about_us_description {
  font-family: "Rubik-Light";
  font-weight: 300;
  font-size: 1.04vw;
  color: #584f4b;
}

.a_little_about_us_description p {
  font-family: "Rubik-Light";
  font-weight: 300;
}

.mobile .a_little_about_us_description {
  font-family: "Rubik-Light";
  font-weight: 300;
  font-size: 4.8vw;
  padding-bottom: 1vw;
  color: #584f4b;
  padding-right: 0vw;
  padding-top: 1vw;
}

.get_a_taste_from_our_cocktails_container {
  position: relative;
  width: 37.6vw;
  margin-left: auto;
  margin-right: auto;

  display: none;
}

.mobile .get_a_taste_from_our_cocktails_container {
  position: relative;
  width: 100%;
  /* margin-left: auto; */
  /* margin-right: auto; */
  padding-right: 4.7vw;
  padding-bottom: 4vw;
}

.get_a_taste_from_out_cocktails_title {
  font-family: "Rubik-Light";
  font-weight: 700;
  font-size: 1.56vw;
  color: #584f4b;
  padding-bottom: 0.5vw;
}

.mobile .get_a_taste_from_out_cocktails_title {
  font-family: "Rubik-Light";
  font-weight: 700;
  font-size: 5.56vw;
  color: #584f4b;
  padding-bottom: 3.5vw;
}

.bar_popup_location_icon_and_address {
  display: inline-block;
  flex: auto;
  align-items: center;
  justify-content: center;
}

.bar_popup_phone_icon_and_number {
  display: inline-block;
  flex: auto;
  align-items: center;
  justify-content: center;
}

.bar_popup_details_right_container {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bar_popup_details_left_container {
  flex: auto;
  text-align: end;
  align-items: center;
  justify-content: center;
}

.cocktails_slider_container {
}

.show_all_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 700;
  font-size: 1.04vw;
  color: #fdbebf;
  height: 2vw;
}

.mobile .show_all_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: none;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 700;
  font-size: 4.22vw;
  color: #fdbebf;
  height: 8.45vw;
  margin-right: 4vw;
}

.make_at_home_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 700;
  font-size: 1.04vw;
  color: #fdbebf;
  height: 2vw;
}

.mobile .make_at_home_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: none;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 400;
  font-size: 4.22vw;
  color: #fdbebf;
  height: 8.45vw;
  width: 20vw;
}

body.mobile .switcher_selection_button {
  width: 27.1vw;
  border-bottom: 2px solid #fdbebf;
}

body.mobile .switcher_selection_button.make_at_home_switcher_button {
  width: 26vw;
}

.center_location_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 400;
  font-size: 1.04vw;
  color: #fdbebf;
  height: 2vw;
}

.mobile .center_location_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: none;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 400;
  font-size: 4.22vw;
  color: #fdbebf;
  height: 8.45vw;
}
.sharom_location_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 700;
  font-size: 1.04vw;
  color: #fdbebf;
  height: 2vw;
}

.mobile .sharom_location_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: none;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 400;
  font-size: 4.22vw;
  color: #fdbebf;
  height: 8.45vw;
}

.telaviv_location_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 700;
  font-size: 1.04vw;
  color: #fdbebf;
  height: 2vw;
}

.mobile .telaviv_location_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: none;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 400;
  font-size: 4.22vw;
  color: #fdbebf;
  height: 8.45vw;
}

.north_location_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 700;
  font-size: 1.04vw;
  color: #fdbebf;
  height: 2vw;
}

.mobile .north_location_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: none;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 400;
  font-size: 4.22vw;
  color: #fdbebf;
  height: 8.45vw;
}

.south_location_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 700;
  font-size: 1.04vw;
  color: #fdbebf;
  height: 2vw;
}

.mobile .south_location_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: none;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 400;
  font-size: 4.22vw;
  color: #fdbebf;
  height: 8.45vw;
}

.jerusalem_location_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 700;
  font-size: 1.04vw;
  color: #fdbebf;
  height: 2vw;
}

.mobile .jerusalem_location_switcher_button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: none;
  flex: auto;
  font-family: "Rubik-Light";
  font-weight: 400;
  font-size: 4.22vw;
  color: #fdbebf;
  height: 8.45vw;
}

.add_border_to_selected_switcher_button_and_paint_title {
  color: #eb6f71 !important;
  border-bottom: solid #eb6f71 !important;
  font-family: "Rubik-Bold" !important;
}

.mobile .add_border_to_selected_switcher_button_and_paint_title {
  color: #eb6f71 !important;
  border-bottom: 2px solid #eb6f71 !important;
  font-family: "Rubik-Bold" !important;
}

.age_18_pop_up_button {
  font-family: "Rubik-Bold";
  font-weight: 500;
  font-size: 1.56vw;
  text-align: center;
  background-color: #eb6f71;
  border-radius: 40px;
  color: white;
  height: 3.125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.mobile .age_18_pop_up_button {
  font-family: "Rubik-Bold";
  font-weight: 500;
  font-size: 6.3vw;
  text-align: center;
  background-color: #eb6f71;
  border-radius: 40px;
  color: white;
  height: 14vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.age_18_pop_up_text {
  font-family: "Rubik-Light";
  font-size: 1vw;
  color: black;
  text-align: center;
  padding-top: 0.4vw;
}

.mobile .age_18_pop_up_text {
  font-family: "Rubik-Light";
  font-size: 3.85vw;
  color: black;
  text-align: center;
  padding-top: 3.4vw;
  line-height: 1.1;
}

.bgPopup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  display: none;
  z-index: 1;
}

.showPopup .bgPopup {
  display: block;
  animation: 0.6s showPopupBG ease-in-out;
  animation-fill-mode: forwards;
}

.showPopup.removeshowPopup .bgPopup {
  display: block;
  animation: 0.6s showPopupBG2 ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes showPopupBG {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showPopupBG2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.age_18_close_popup_black {
  font-family: "Rubik-Light";
  color: black;
  font-size: 0.5vw;
  position: absolute;
  left: 1.04vw;
  top: 1.04vw;
  cursor: pointer;
  width: 0.8vw;
  height: 0.8vw;
}

.mobile .age_18_close_popup_black {
  font-family: "Rubik-Light";
  color: black;
  font-size: 0.5vw;
  position: absolute;
  left: 3.04vw;
  top: 3.04vw;
  cursor: pointer;
  width: 3vw;
  height: 3vw;
}

.close_popup_white {
  width: 0.8vw;
  height: 0.8vw;
  position: absolute;
  top: 1.04vw;
  left: 1.04vw;
  cursor: pointer;
}

.video_section_image_overlay {
  /* opacity: 0; */
}

.bar_popup_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.mobile .bar_popup_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  object-fit: contain;
  display: none;
}

.bar_popup_details {
  width: 100%;
  width: 37.6vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.04vw;
  padding-bottom: 3.125vw;
  display: flex;
}

.mobile .bar_popup_details {
  width: 100%;
  width: 37.6vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.04vw;
  padding-bottom: 3.125vw;
  display: none;
}

.bar_overlay {
  width: 25.7vw;
  position: absolute;
  top: -5vw;
}

.mobile .bar_overlay {
  width: 100%;
  position: absolute;
  top: -34vw;
  transition: 0.6s ease;
}

.mobile .popupActive .bar_overlay {
  top: 60vw;
  transition: 0.6s ease;
}

.move_overlay_out {
  transform: translateY(20vw);
  transition: opacity 300ms, transform 600ms;
}

.move_overlay_to_position {
  display: inline-block;
  transform: translateY(0);
  transition: opacity 300ms, transform 600ms;
}

.move_logo_up {
  transform: translateY(-0.5vw);
  transition: opacity 200ms, transform 1000ms;
}

.move_logo_to_position {
  display: inline-block;
  transform: translateY(0);
  transition: opacity 200ms, transform 1000ms;
}

.remove_video_section_container {
  opacity: 0;
}

.popup_cocktail_container {
  display: inline-block;
  width: 16.145vw;
  /* height: 12.5vw; */
  height: 9.5vw;
  vertical-align: middle;
  border-radius: 1.04vw;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  margin-left: 0.4vw;
}

.bar_popup_container[bar-name="אימפריאל"] .popup_cocktail_container,
.bar_popup_container[bar-name="לה אוטרה"] .popup_cocktail_container {
  height: 12.5vw;
}

.mobile .bar_popup_container[bar-name="אימפריאל"] .popup_cocktail_container,
.mobile .bar_popup_container[bar-name="לה אוטרה"] .popup_cocktail_container {
  height: 60.5vw;
}

.mobile .slick-track {
  display: flex;
  opacity: 1;
}

.mobile .popup_cocktail_container {
  /* display: inline-block; */
  width: 74vw;
  height: 38.5vw;
  /* vertical-align: middle; */
  border-radius: 4vw;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 5%);
  margin-left: 2.4vw;
}

.cocktail_recipe_main_title {
  font-family: "Rubik-Light";
  font-weight: 700;
  font-size: 1.02vw;
  color: #ea9067;
  text-align: right;
  padding-right: 0.8vw;
  padding-bottom: 0.55vw;
  padding-top: 0.45vw;
}

.mobile .cocktail_recipe_main_title {
  font-family: "Rubik-Light";
  font-weight: 700;
  font-size: 4.5vw;
  color: #ea9067;
  text-align: right;
  padding-right: 2.8vw;
  padding-bottom: 1.4vw;
  padding-top: 2.3vw;
}

.cocktail_recipe_sub_title {
  font-family: "Rubik-Light";
  font-weight: 300;
  font-size: 1.04vw;
  color: #584f4b;
  text-align: right;
  padding-top: 0.8vw;
  margin-bottom: 1.2vw;
  padding-right: 0.8vw;
  padding-left: 0.8vw;
  height: 4.6vw;
  overflow: hidden;
}

.mobile .cocktail_recipe_sub_title {
  font-family: "Rubik-Light";
  font-weight: 300;
  font-size: 4.5vw;
  color: #584f4b;
  text-align: right;
  padding-top: 3.5vw;
  margin-bottom: 9.5vw;
  padding-right: 2.8vw;
  padding-left: 4.8vw;
  height: 20vw;
}

.cocktail_recipe_description {
  font-family: "Rubik-Light";
  font-weight: 300;
  font-size: 1.02vw;
  color: #584f4b;
  text-align: left;
  padding-right: 0.8vw;
  margin-bottom: 0.3vw;
  padding-left: 0.8vw;
  height: 3.6vw;
  overflow: hidden;
}

.cocktail_recipe_description p {
  font-family: "Rubik-Light";
  font-weight: 300;
}

.cocktail_recipe_description פ {
  font-family: "Rubik-Light";
  font-weight: 300;
}

.mobile .cocktail_recipe_description {
  font-family: "Rubik-Light";
  font-weight: 300;
  font-size: 4.5vw;
  color: #584f4b;
  padding-right: 1.3vw;
  margin-bottom: 0.3vw;
  padding-left: 2.8vw;
  height: 19vw;
}

.bar_popup_backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
}

.mobile .bar_popup_backdrop {
  display: none !important;
}

.top_video_popup_backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
}

.mobile .top_video_popup_backdrop {
}

.age_18_popup_backdrop {
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.accessabilityContent {
  /* width: 100vw; */
  margin: 5vw auto;
  /* padding: 0 8vw; */
}

.mobile .accessabilityContent {
  /* width: 100vw; */
  margin: 10vw auto 5vw;
  /* padding: 0 8vw; */
}

.accessabilityContent h1 {
  font-size: 2.5vw;
  margin-bottom: 1vw;
}

.mobile .accessabilityContent h1 {
  font-size: 7.5vw;
  margin-bottom: 4vw;
}

.accessabilityContent h2 {
  font-size: 2vw;
  margin-top: 1vw;
}

.mobile .accessabilityContent h2 {
  font-size: 6vw;
  margin-top: 4vw;
}

.backHome {
  position: absolute;
  top: 36vw;
  right: 8vw;
  font-size: 1.05vw;
  text-decoration: underline;
  cursor: pointer;
}
.mobile .small {
  position: relative;
}
.mobile .wrapper-arrow{
  position: absolute;
  top: 6vw;
  left: 6vw;
  display: flex;
  gap: 5vw;
}
.mobile .prev {
  transform: rotate(180deg)
}
.mobile .next {
  transform: rotate(-180deg)
}
.mobile .backHome {
  position: absolute;
  top: 48vw;
  right: 8vw;
  font-size: 4.05vw;
  text-decoration: underline;
  cursor: pointer;
}
.mobile .para {
  padding: 5.05vw;
  font-size: 4.5vw;
  font-weight: 700;
}
@supports (-webkit-touch-callout: none) {
  .mobile .patron_recipes_title {
    letter-spacing: -0.5vw;
  }
}

/* NEW */

.top_video_title_and_description_section {
  margin-bottom: 3.08vw;
}

.mobile .top_video_title_and_description_section {
  margin-bottom: 5.38vw;
  margin-left: 0vw;
}

.top_video_title {
  font-family: "Rubik-Regular";
  font-weight: 600;
  font-size: 2.7vw;
  color: #ea9067;
  text-align: right;
  padding-bottom: 0.25vw;
  color: #FF7277;
}

.top_video_title strong {
  font-weight: 600;
  font-size: 2.5vw;
}

.mobile .top_video_title strong {
  font-size: 6.5vw;
}

.mobile .top_video_title {
  font-family: "Rubik-Regular";
  font-weight: 500;
  font-size: 8vw;
  text-align: right;
  padding-bottom: 0.25vw;
  line-height: 1.1;
  color: #FF7277;
}

.mobile .top_video_title p {
  font-family: "Rubik-SemiBold";
  font-weight: 500;
  margin-right: 3.5vw;
  margin-left: 3.5vw;
}

.mobile .top_video_title p strong {
  font-family: "Rubik-SemiBold";
  font-weight: 500;
}

.top_video_description {
  font-size: 1.5vw;
}

.top_video_description {
  font-family: "Rubik-Regular";
  font-weight: 300;
  font-size: 1.3vw;
  color: #584f4b;
  text-align: right;
  line-height: 1.4;
  margin-top: 0.2vw;
}

.top_video_description strong {
  font-family: "Rubik-SemiBold";
  font-size: 0.9vw;
}

.mobile .top_video_description strong {
  font-size: 3.8vw;
}

.top_video_description em {
  font-size: 0.9vw;
  font-style: inherit;
}

.mobile .top_video_description em {
  font-size: 3.8vw;
  font-style: inherit;
}

.mobile .top_video_description {
  font-family: "Rubik-Regular";
  font-weight: 300;
  font-size: 4.7vw;
  color: #584f4b;
  text-align: right;
  line-height: 1.2;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.mobile .top_video_description p {
  font-family: "Rubik-Regular";
  font-weight: 300;
  margin-right: 3.5vw;
  margin-left: 3.5vw;
  margin-bottom: 0vw;
  line-height: 6.5vw;
}

.top_video_all_videos_container {
  display: flex;
  column-gap: 1vw;
  margin-top: 2.08vw;
  /* display: none; */
}

.mobile .top_video_all_videos_container {
}

.top_video_container {
  position: relative;
}

.mobile .top_video_container {
  position: static;
}

.single_top_video_image {
  width: 19.3vw;
  height: auto;
  cursor: pointer;
}

.mobile .single_top_video_image {
  width: 101%;
  height: 100%;
}

.tekila_experiences_places_section {
  display: flex;
  column-gap: 1.1vw;
  margin-bottom: 6vw;
  margin-top: 1vw;
}

.mobile .tekila_experiences_places_section {
  display: block;
  margin-top: 5vw;
}

.tekila_experience_place_container {
  background: white;
  width: 15.25vw;
  height: 14.3vw;
  border-radius: 20px;
}

.mobile .tekila_experience_place_container {
  height: unset;
  width: 50vw;
}

.tekila_experience_place_logo_contianer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6vw;
  border-bottom: 1px solid lightgray;
}

.mobile .tekila_experience_place_logo_contianer {
  height: 24vw;
}

.tekila_experience_place_logo {
}

.mobile .tekila_experience_place_logo {
}

.tekila_experience_place_titles_conatainer {
  width: 85%;
  margin: 0 auto;
  padding-top: 1vw;
}

.mobile .tekila_experience_place_titles_conatainer {
  height: 32vw;
}

.fourSeasonTitle {
  direction: ltr;
}

.tekila_experience_place_title {
  display: inline-block;
  font-family: "Rubik-Bold";
  font-weight: 500;
  font-size: 1.04vw;
  color: black;
  text-align: right;
  color: #584f4b;
}

.mobile .tekila_experience_place_title {
  font-size: 4.2vw;
}

.tekila_experience_place_street {
  font-family: "Rubik-Regular";
  font-weight: 300;
  font-size: 0.9vw;
  color: #584f4b;
  vertical-align: middle;
  display: flex;
  align-items: baseline;
  column-gap: 0.4vw;
  margin-top: 0.5vw;
}

.mobile .tekila_experience_place_street {
  font-size: 3vw;
  margin-top: 1vw;
  column-gap: 2vw;
}

.tekila_experience_place_phone {
  font-family: "Rubik-Regular";
  font-weight: 300;
  font-size: 0.9vw;
  color: #584f4b;
  vertical-align: middle;
  margin-top: 0.5vw;
  cursor: pointer;
}

.mobile .tekila_experience_place_phone {
  font-size: 3vw;
  margin-top: 3vw;
  column-gap: 2vw;
  display: flex;
}

.wineAndMore {
  width: 7vw;
}

.mobile .wineAndMore {
  width: 28vw;
}

.theTurkey {
  width: 4vw;
}

.mobile .theTurkey {
  width: 18vw;
}

.avivHouse {
  width: 3.5vw;
}

.mobile .avivHouse {
  width: 14vw;
}

.liquerXO {
  width: 4vw;
}

.mobile .liquerXO {
  width: 16vw;
}

.happySun {
  width: 15.6vw;
  position: relative;
  top: 0.2vw;
}

.mobile .happySun {
  width: 51vw;
  height: 25vw;
  top: 0.9vw;
}

.top_video_play_button_icon {
  position: absolute;
  top: 12.8vw;
  right: 6.5vw;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  width: 6vw;
  display: none;
}

.mobile .top_video_play_button_icon {
  width: 25vw;
  top: 80vw;
  right: 34vw;
}

.top_video_popup_container {
  position: fixed;
  top: 5.5vw;
  width: 30vw;
  height: 80vh;
  right: 32vw;
  z-index: 100;
}

.mobile .top_video_popup_container {
  top: 24vw;
  height: auto;
  width: 100vw;
  right: 3vw;
 
}

.top_video_popup {
  width: 30vw;
  height: 80vh;
  background: white;
}

.mobile .top_video_popup {
  height: 150vw;
  width: 70vw;
  position: absolute;
  left: 47vw;
}

.show_top_video_popup_container {
  opacity: 1;
  transform: translateY(0vh);
  transition: opacity 800ms, transform 800ms;
  /* overflow: hidden; */
}

.hide_top_video_popup_container {
  transform: translateY(100vh);
  transition: opacity 800ms, transform 800ms;
}

.top_video_close_button_container {
  height: 2vw;
  padding-right: 1.04vw;
  padding-left: 1.04vw;
  padding-bottom: 2.5vw;
  position: absolute;
  left: 0.5vw;
  top: 1.5vw;
}

.mobile .top_video_close_button_container {
  height: 12vw;
  padding-right: 1.04vw;
  padding-left: 1.04vw;
  padding-bottom: 2.5vw;
}

.top_video_popup_button_and_text_container {
  padding-right: 1.04vw;
  padding-left: 1.04vw;
}

.mobile .top_video_popup_button_and_text_container {
  padding-right: 3.04vw;
  padding-left: 3.04vw;
}

.top_video_close_popup_black {
  font-family: "Rubik-Light";

  font-size: 0.5vw;
  position: absolute;
  left: -2.5vw;
  top: -2vw;
  cursor: pointer;
  width: 0.8vw;
  height: 0.8vw;
  z-index: 100;
}

.mobile .top_video_close_popup_black {
  font-family: "Rubik-Light";
  color: white;
  font-size: 0.5vw;
  position: absolute;
  left: 2vw;
  top: 2vw;
  cursor: pointer;
  width: 5vw;
}

.mobile .tekila_experience_swiper_slide {
}

.tekila_experiences_places_title {
  font-family: "Rubik-Regular";
  font-weight: 100;
  font-size: 1.5vw;
  color: #584f4b;
  text-align: right;
  padding-bottom: 0.25vw;
}

.mobile .tekila_experiences_places_title {
  font-family: "Rubik-Regular";
  font-weight: 100;
  font-size: 5vw;
  color: #584f4b;
  text-align: right;
  padding-bottom: 0.25vw;
  line-height: 1.1;
  width: 70vw;
}

.mobile .tekila_experiences_places_title p {
  font-family: "Rubik-SemiBold";
  font-weight: 500;
}

.tekila_experiences_places_sub_title {
  font-family: "Rubik-Regular";
  font-weight: 300;
  font-size: 1.3vw;
  color: #584f4b;
  text-align: right;
  line-height: 1.4;
  margin-top: 0.2vw;
}

.mobile .tekila_experiences_places_sub_title {
  font-family: "Rubik-Regular";
  font-weight: 300;
  font-size: 4.8vw;
  color: #584f4b;
  text-align: right;
  line-height: 1.2;
  margin-top: 4vw;
  width: 90vw;
}

.swiper.swiperSec {
  /* height: 160vw !important;
  position: relative !important; */
  height: 54.5vw;
  padding: 0vw 3vw;
}

.mobile .swiper_slide_sec {
  /* width: 100vw; */
  /* height: 160vw; */
}

.mobile .swiper-wrapper {
  flex-direction: row;
}

.mobile .swiper-pagination-sec {
  width: 92vw;
  transform: rotate(0deg) !important;
  left: 0;
  top: 30vw;
}

.swiper-pagination-sec-bullet {
  margin-left: 1.8vw !important;
  height: 1.3vw !important;
  width: 1.3vw !important;
  border: 2px solid white;
  background: transparent !important;
  opacity: 1 !important;
}

.mobile .swiper-pagination-sec-sec-bullet {
  height: 2.5vw !important;
  width: 2.5vw !important;
  margin-left: 10vw !important;
}

.swiper-pagination-sec-bullet-active {
  background: white !important;
}

.mobile .youtubeHoverPic {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
}
.pop-up-container{
  height: 100%;
  background: #fff;
  border-radius: 10.006px;
  padding: unset;
  width: 100%;
  width: 38vw;
  min-height: unset;
  height: auto;
  padding-bottom: 2vw;
}
.mobile .pop-up-container{
  width: 94%;
  padding-bottom: 6vw;
}
.cocktail-img {
  display: inline-block;
  width: 11.9vw;
  height: auto;
  position: relative;
  top: -2vw;
}
.mobile .cocktail-img {
  display: inline-block;
  width: 25.9vw;
  height: auto;
  position: relative;
  top: -7vw;
}
.cocktail-items_wrapper {
  display: flex;
  justify-content: space-between;
}
.cocktail-img img {
  width: 100%;
  height: 100%;
}
.cocktail {
  display: none;
  color: #584F4B;
}
.mobile .cocktail {
  display: none !important;
}
.cocktail.active {
  display: flex;
  flex-direction: column;
}
.mobile .cocktail.active {
  display: flex !important;
}
.cocktail h2 {
  text-align: left;
  font-size: 1.25vw;
  color: var(--Paloma-Primary, #FF7277);
  padding-bottom: 1.05vw;
  line-height: 1.8vw;
  padding: 1.05vw;
  border-bottom: 1px solid #584F4B;

  
}
.mobile .cocktail h2 {
  text-align: left;
  font-size: 4.5vw;
  color: var(--Paloma-Primary, #FF7277);
  padding-bottom: 1.05vw;
  line-height: 5vw;
  padding: 5.05vw;
  border-bottom: 1px solid #584F4B;
}
.cocktail-items-wrapper {
  padding: 1.05vw;
}
.mobile .cocktail-items-wrapper {
  padding: 5.05vw;
}
.shacker_wrapper,.cocktail-content {
  padding: 0 1.05vw;
}
.mobile .shacker_wrapper {
  padding: 0 5.05vw;
}
.mobile .shacker_wrapper, .mobile .cocktail-content {
  padding: 0 5.05vw;
}
.cocktail-content p {
  font-size: 1.05vw;
}
.mobile .cocktail-content p {
  font-size: 1.05vw;
  line-height: 1.2;
  font-size: 4.5vw;

  font-size: 4.2vw;
  color: #584F4B;
}
.mobile .cocktail-items p {
  line-height: 0.7;
  font-size: 4.2vw;
  color: #584F4B;
}

.check_wrapper,.shacker_wrapper {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  margin-bottom: 0.5vw;
}
.mobile .check_wrapper span,.mobile .shacker_wrapper span {
  font-size: 4.5vw;
  line-height: 5.9vw;
}
.mobile .check_wrapper,.mobile .shacker_wrapper {
  display: flex;
  align-items: center;
  gap: 1.5vw;
  margin-bottom: 1.5vw;
}
.cocktail-items p{
  text-align: right;
  line-height: 0.6;
  font-size: 1.05vw;
}
.check_wrapper img,.shacker_wrapper img {
width: 0.9vw;
}
.check_wrapper span,.shacker_wrapper span {
  font-size: 1.3vw;
  font-weight: 700;
}
.mobile .check_wrapper img,.mobile .shacker_wrapper img {
  width: 3.5vw;
}
.tequilaExpMob {
  margin-right: 3.5vw;
  /* margin-left: 3.5vw; */
}

.mobile .swiper-pagination-sec {
  width: 100vw;
  display: flex
;
  justify-content: center;
  position: absolute;
  top: 50vw;
  z-index: 100;
  gap: 5vw;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 3.4vw;
  border-radius: 10px;
  height: 3.4vw;
  border: 2px solid var(--Paloma-Primary, #FF7277)!important;
  background: #fff;
}

.swiper-pagination-bullet-active {
  
  border-radius: 50px!important;
  border: 2px solid var(--Paloma-Primary, #FF7277)!important;
  background: var(--Paloma-Primary, #FF7277)!important;
}

.mobile .scrollAnimationLogo {
  width: 20vw !important;
  height: 20vw !important;
}

.mobile .swipeContainer {
  position: absolute;
  top: 31vw;
  right: 16.6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 120vw;
  right: 40vw;
}

.right_arrow {
  position: absolute;
  top: 22vw;
  left: 32vw;
}

.mobile .right_arrow {
  position: absolute;
  color: white;
  font-size: 20vw;
  top: 63vw;
  left: 120vw;
  /* background: rgba(255, 255, 255, 0.5); */
  height: 10vw;
  width: 10vw;
}

.left_arrow {
  position: absolute;
  top: 22vw;
  right: 32vw;
  transform: rotate(180deg);
}

.mobile .left_arrow {
  position: absolute;
  color: white;
  font-size: 20vw;
  top: 63vw;
  right: 55.5vw;
  /* background: rgba(255, 255, 255, 0.5); */
  height: 10vw;
  width: 10vw;
  transform: rotate(0deg);
}

.menuArrow {
  cursor: pointer;
}

.mobile .menuArrow {
  position: relative;

  transform: rotate(0);
  transform-origin: center;
  transition: 0.6s all;
}

.mobile .menuArrow .right_arrow_menu_arrow {
  width: 10vw;
  height: 10vw;
  position: relative;
  display: block;
  transform: rotate(0deg);
  transform-origin: center;
  transition: 0.6s all;
  top: 0vw;
  left: 0vw;
}

.mobile .menuArrow .left_arrow_menu_arrow {
  width: 10vw;
  height: 10vw;
  position: relative;
  display: block;
  transform: rotate(180deg);
  transform-origin: center;
  transition: 0.6s all;
  top: 0vw;
  left: 0vw;
}

.mobile .tekila_experience_place_street_and_phone {
}

.top_video_close_popup_white {
  position: absolute;
  top: 1.5vw;
  right: 1vw;
  cursor: pointer;
}
.top_video_close_popup_pink {
  position: absolute;
  top: 1.5vw;
  right: 1vw;
  cursor: pointer;
}
.mobile .top_video_close_popup_pink {
  position: absolute;
  top: 6vw;
  right: 6vw;
  cursor: pointer;
}

.mobile .top_video_close_popup_white {
  right: 58vw;
}

.show_me_more {
}

.mobile .show_me_more {
}

.show_me_more_btn {
  font-family: "Rubik-Regular";
  font-size: 1.56vw;
  text-align: center;
  color: #eb6f71;
  border-radius: 40px;
  height: 3.125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 10vw;
  margin: 0 auto;
  border: 2px solid #eb6f71;
}

.mobile .show_me_more_btn {
  font-size: 6.5vw;
  width: 50vw;
  height: 12vw;
}

.mobile .swiper-slide {
  -webkit-transform: translate3d(0, 0, 0);
}

.extraSec {
  display: flex;
  font-size: 1vw;
  color: #584f4b;
  column-gap: 1vw;
  align-items: center;
  padding-top: 0.6vw;
}

.mobile .extraSec {
  flex-direction: column;
  align-items: flex-start;
}

.extraSec p {
  font-size: 1.3vw;
}

.mobile .extraSec p {
  font-size: 4.4vw;
}

.extraCon {
}

.mobile .extraCon {
}

.extraCon p {
  font-weight: 100;
}

.mobile .extraCon p {
  font-size: 4.4vw;
}

.extraCon span {
  font-size: 1.3vw;
  font-weight: bold;
}

.mobile .extraCon span {
  font-size: 4.4vw;
}

.containerDates {
  display: flex;
  align-items: center;

  padding-top: 0.5vw;
  column-gap: 0.3vw;
}

.mobile .containerDates {
  margin-top: 3vw;
  column-gap: 2vw;
}

.containerDates p {
  font-family: "Rubik-Regular";
  font-weight: 300;
  font-size: 0.9vw;
  color: #584f4b;
  cursor: pointer;
}

.mobile .containerDates p {
  font-size: 2.8vw;

  column-gap: 2vw;
  display: flex;
}

.containerDates img {
  width: 0.72vw;
}

.mobile .containerDates img {
  display: inline-block;
  width: 3.28vw;
  /* height: 4.22vw; */
  vertical-align: middle;
}
