html.desktop {
  min-width: 830px; }

body {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  overflow-x: hidden; }

.soda_container iframe .html5-video-player {
  background: #fff !important; }

#pages {
  padding-left: 0;
  padding-right: 0; }

.popup {
  background: transparent;
  width: 100%;
  padding: 0; }

iframe, .video_container {
  width: 100%;
  height: 54vw; }

.popup iframe, .popup .video_container {
  height: 50vw;
  width: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto; }

.popup .instructions {
  margin: 20px 0;
  font-size: 23px; }

#header_bar_wrapper {
  background-color: #fff; }

.header_logo_img {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 150px;
  transform: translateY(-50%);
  width: 150px; }

img.Logo_and_Slogan {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -25vw;
  width: 75%;
  z-index: 10; }

.top-banner {
  padding-bottom: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }

.desktop_view .top-banner {
  padding-bottom: 0; }

.desktop .desktop_view .swiper-container {
  height: 550px;
  z-index: 999; }

.top-banner::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  /* Adjust height of the blurry area */
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 99; }

.desktop_view .top-banner::after {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px); }

.top-banner .swiper-container {
  margin: unset !important;
  margin-inline-end: auto !important; }
  .top-banner .swiper-container::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: linear-gradient(to bottom, transparent 90%, black 95%); }

.desktop_view .top-banner .swiper-container::after {
  background: linear-gradient(to bottom, transparent 90%, black 98%);
  bottom: unset;
  top: 0;
  height: 98%; }

.top-banner .swiper-container::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: linear-gradient(to right, transparent 90%, black 95%); }

.desktop_view .top-banner .swiper-container::before {
  bottom: unset;
  top: 0;
  height: 98%; }

.mixers_container {
  background-image: url("../../images/mixer_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 620px;
  margin-top: -55px; }
  .mixers_container .text div.content-asset span {
    font-size: 40px;
    font-weight: bold;
    padding-top: 140px;
    font-family: "almoni_regular_aaa", "Arial", sans-serif; }

.soda_container .text div.content-asset span, .fruit_container .text div.content-asset span, .cocktails_container .text {
  font-size: 40px;
  font-weight: bold;
  padding-top: 140px;
  font-family: "almoni_regular_aaa", "Arial", sans-serif; }

.mixers_container .text div.content-asset span {
  padding-top: unset; }

.cocktails_container .text {
  padding-top: unset !important; }

.mobile_view .mixers_container .text div.content-asset span, .mobile_view .soda_container .text div.content-asset span, .mobile_view .fruit_container .text div.content-asset span, .mobile_view .cocktails_container .text {
  padding-top: unset; }

.mixers_container .text span, .soda_container .text span, .fruit_container .text span {
  font-size: 25px;
  line-height: 1;
  margin-top: -10px;
  display: block;
  font-family: "almoni_regular_aaa", "Arial", sans-serif; }

.avenir_font {
  font-family: "almoni_regular_aaa", "Arial", sans-serif !important; }

.soda_container {
  height: 1220px;
  margin-top: -10px;
  color: #000;
  box-shadow: inset black 0px 110px 50px -55px, inset black 0px -280px 40px -60px;
  padding-bottom: 24px; }

.fruit_container {
  color: #000;
  padding-bottom: 100px;
  background: url("../images/yellow_anagram_desktop.png") no-repeat, #fff;
  background-size: 440px;
  background-position: 100% 85%; }

.cocktails_container {
  /* background-image: url("../../images/cocktails_bg.png"); */
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: -80px;
  height: 350px;
  margin-top: -230px; }

.desktop_view .cocktails_container {
  height: 180px;
  padding-top: 50px; }

.cocktails_container .text span {
  font-size: 18px;
  margin-top: -10px;
  display: block;
  font-family: "almoni_regular_aaa", "Arial", sans-serif; }

.cocktails_container .text p {
  font-size: 30px;
  margin-bottom: -15px; }

.video_and_popup {
  margin-bottom: 70px; }
  .video_and_popup p {
    margin-bottom: 15px;
    font-size: 25px; }
  .video_and_popup div {
    border: 1px #fff solid;
    border-radius: 50px;
    background-color: transparent;
    width: 85px;
    margin: auto;
    padding: 5px; }

.yellow {
  color: #f1ba44;
  padding-top: 10px;
  font-size: 25px; }

.ingredients {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }
  .ingredients .number span {
    font-size: 17vw; }
  .ingredients iframe, .ingredients .video_container {
    height: auto; }
  .ingredients .name {
    font-weight: bold;
    font-size: 23px;
    margin-top: -15px; }

.close_popup {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  margin: auto;
  border: #fff solid 2px;
  background-color: transparent;
  font-size: 26px;
  line-height: 1.2; }

.devider {
  border-right: 4px dotted #f1ba44;
  margin-left: -40%; }

.ingredients > div {
  -ms-flex: 1;
      flex: 1; }
  .ingredients > div:nth-child(3) {
    -ms-flex: 0.8;
        flex: 0.8; }

.swiper-container {
  width: 100vw; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.swiper-wrapper img {
  margin-top: -60px; }

.mixerName, .mixerNamePre, .mixerNamePost, .sodaName, .sodaNamePre, .sodaNamePreAgain, .fruitNamePreAgain, .sodaNamePost, .fruitName, .fruitNamePre, .fruitNamePost {
  direction: rtl;
  margin-top: 160px;
  margin-bottom: 50px;
  font-size: 25px; }

.mixerName > div, .mixerNamePre > div, .mixerNamePost > div, .sodaName > div, .sodaNamePre > div, .sodaNamePreAgain > div, .sodaNamePost > div, .fruitName > div, .fruitNamePre > div, .fruitNamePreAgain > div, .fruitNamePost > div {
  margin-top: -15px; }

.mixerName > div:last-child, .mixerNamePre > div:last-child, .mixerNamePost > div:last-child, .sodaName > span:last-child, .sodaNamePre > span:last-child, .sodaNamePreAgain > span:last-child, .sodaNamePost > span:last-child, .fruitName > span:last-child, .fruitNamePre > span:last-child, .fruitNamePreAgain > span:last-child, .fruitNamePost > span:last-child {
  font-weight: lighter;
  font-size: 0.8em; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 100px; }

.swiper-pagination-bullet {
  background: #888888;
  opacity: 1; }

.swiper-pagination-bullet-active {
  background: #f1ba44; }

.top_text {
  direction: rtl;
  width: 96%;
  margin: auto;
  margin-top: 1rem; }

.menu_btn_desktop {
  display: none;
  direction: rtl;
  margin-inline-end: auto; }

.mixerName span, .sodaName span, .fruitName span {
  margin-top: -15px;
  display: block; }

.shortcutBtn {
  cursor: pointer;
  z-index: 100;
  position: relative;
  margin-top: 5px; }
  .shortcutBtn img {
    width: 260px; }

.mobile_view .shortcutBtn img {
  width: 190px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.shareBtns > div {
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .shareBtns > div > .talk-with-us {
    width: 100%; }

.shareBtns .talk-with-us a {
  text-decoration: none;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-weight: bold; }
  .shareBtns .talk-with-us a img {
    width: 20px; }

.shareBtns img {
  width: 80px; }

@media only screen and (max-width: 600px) {
  .shareBtns img {
    width: 50px; } }

.desktop_view {
  display: none; }

.desktop .mobile_view, .desktop .menu_btn {
  display: none; }

.desktop .desktop_view {
  display: block; }

.desktop .menu_btn_desktop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  /* margin-left: 230px; */
  width: fit-content;
  -ms-flex-align: center;
      align-items: center;
  height: 100%; }
  .desktop .menu_btn_desktop a {
    text-decoration: none;
    color: black;
    margin: 20px;
    font-weight: bold; }

.desktop .header_logo_img {
  width: 160px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.bottle_name_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 53%;
  max-width: 1000px;
  margin-left: 4%;
  margin-top: 155px;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  font-weight: bold; }

.soda_container .bottle_name_container, .fruit_container .bottle_name_container {
  width: 62%;
  margin-left: 0%;
  max-width: none; }

.desktop .soda_container .bottle_name_container, .desktop .fruit_container .bottle_name_container {
  height: 75px;
  margin-top: 175px; }

.desktop_view .menu_btn {
  display: none; }

.desktop .swiper-container {
  /* position: absolute; */
  height: 60vh;
  width: 50vw;
  position: relative;
  min-width: 600px; }

.desktop .swiper-wrapper {
  height: 100%; }
  .desktop .swiper-wrapper img {
    margin-top: -20px;
    object-fit: cover;
    height: 100%;
    width: 100% !important; }

.desktop_view img.Logo_and_Slogan {
  margin-top: 15vw;
  width: 25%; }

.desktop_view .top_text {
  z-index: 10;
  position: relative;
  font-size: 1.2em;
  margin: auto; }

.desktop_view .top_text_and_logo {
  left: 25%;
  position: absolute;
  width: 100%; }
  .desktop_view .top_text_and_logo div {
    font-size: 30px; }

.desktop_view .mixers_container {
  margin-top: 0;
  background: url("../images/brown_anagram_desktop.png") no-repeat, #000;
  background-size: 440px;
  background-position: 100% 100%;
  padding-bottom: 35px; }
  .desktop_view .mixers_container .text {
    float: right;
    margin-right: 11vw;
    margin-top: 200px; }

.desktop_view .soda_container .text, .desktop_view .fruit_container .text {
  float: right;
  margin-right: 11vw;
  margin-top: 200px; }

.desktop_view .soda_container .text {
  margin-right: 21vw;
  margin-top: 100px; }

.desktop_view .fruit_container .text {
  margin-top: 100px; }

.desktop_view .mixers_container .text {
  margin-top: 100px;
  margin-right: 20vw; }

.desktop_view .fruit_container .text {
  margin-top: 150px;
  margin-right: 21vw;
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  font-family: "almoni_regular_aaa", "Arial", sans-serif; }

.desktop_view .fruit_container .new-text {
  font-size: 40px;
  color: #c5c500;
  direction: rtl; }

.desktop_view .carousel {
  padding-top: unset;
  width: 60%; }

.desktop_view .soda_container .carousel, .desktop_view .fruit_container .carousel {
  padding-top: 40px;
  width: 60%; }

.desktop_view #fruit_container__desktop .carousel {
  padding-top: 50px;
  width: 60%; }

.desktop_view .carousel-item-1, .desktop_view .carousel-item-2, .desktop_view .carousel-item-3 {
  opacity: 1;
  height: calc(var(--carousel-item-height) * 2.4);
  width: calc(var(--carousel-item-width) * 2.4); }

.desktop_view .carousel-item-1 {
  left: 20%; }

.desktop_view .carousel-item-3 {
  left: 80%; }

.desktop_view .mixerName, .desktop_view .mixerNamePre, .desktop_view .mixerNamePost, .desktop_view .sodaName, .desktop_view .fruitName, .desktop_view .sodaNamePre, .desktop_view .sodaNamePreAgain, .desktop_view .sodaNamePost, .desktop_view .fruitNamePre, .desktop_view .fruitNamePreAgain, .desktop_view .fruitNamePost {
  margin: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  line-height: 1; }

.desktop_view .mixerName > div, .desktop_view .mixerNamePre > div, .desktop_view .mixerNamePost > div, .desktop_view .sodaName > div, .desktop_view .sodaNamePre > div, .desktop_view .sodaNamePreAgain > div, .desktop_view .sodaNamePost > div, .desktop_view .fruitName > div, .desktop_view .fruitNamePre > div, .desktop_view .fruitNamePreAgain > div, .desktop_view .fruitNamePost > div {
  margin-top: 0; }

.desktop_view .soda_container {
  height: auto;
  box-shadow: unset;
  padding-top: 270px;
  margin-top: -270px;
  padding-bottom: 200px;
  background: url("../images/blue_anagram_desktop.png") no-repeat, #fff;
  background-size: 440px;
  background-position: 100% 100%; }
  .desktop_view .soda_container .carousel-item-1 {
    left: 10%; }
  .desktop_view .soda_container .carousel-item-2 {
    left: 37%; }
  .desktop_view .soda_container .carousel-item-3 {
    left: 64%; }
  .desktop_view .soda_container .carousel-item-4 {
    left: 90%;
    height: calc(var(--carousel-item-height) * 2.4);
    width: calc(var(--carousel-item-width) * 2.4);
    opacity: 1; }

.desktop_view .fruit_container .carousel-item-1 {
  left: 10%; }

.desktop_view .fruit_container .carousel-item-2 {
  left: 37%; }

.desktop_view .fruit_container .carousel-item-3 {
  left: 64%; }

.desktop_view .fruit_container .carousel-item-4 {
  left: 90%;
  height: calc(var(--carousel-item-height) * 2.4);
  width: calc(var(--carousel-item-width) * 2.4);
  opacity: 1; }

.desktop_view .video_container {
  width: 90%;
  height: 25vw; }

.desktop_view .mixerName span, .desktop_view .mixerNamePre span, .desktop_view .mixerNamePost span, .desktop_view .sodaName span, .desktop_view .sodaNamePre span, .desktop_view .sodaNamePreAgain span, .desktop_view .sodaNamePost span, .desktop_view .fruitName span, .desktop_view .fruitNamePre span, .desktop_view .fruitNamePreAgain span, .desktop_view .fruitNamePost span {
  margin-top: 0;
  display: block; }

.desktop_view iframe#widget4 {
  margin-top: 60px; }

.desktop_view .cocktails_container {
  background-size: 40%;
  background-position-x: center;
  background-position-y: -130px;
  margin-top: auto; }

.desktop_view .video_and_popup_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.desktop_view .video_and_popup {
  margin-bottom: auto;
  width: 30%; }

.desktop_view .ingredients {
  width: 50%;
  margin: auto; }
  .desktop_view .ingredients .number span {
    font-size: 80px; }
  .desktop_view .ingredients .name {
    font-size: 30px; }

.desktop .popup .video_container {
  height: 40vh;
  width: 60%;
  margin: auto; }

.desktop #popup #popup_container #popup_content {
  width: 65%;
  background: black; }

.video_and_popup > div {
  cursor: pointer; }

.desktop .shareBtns {
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 50px;
  width: 50%;
  min-width: 500px;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }
  .desktop .shareBtns img {
    width: 40px; }

.video_container.drinks_5, .video_container.drinks_6, .video_container.drinks_7 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  cursor: default;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.mobile .video_container.drinks_5, .mobile .video_container.drinks_6, .mobile .video_container.drinks_7 {
  width: 100%;
  border-radius: 0; }

.video_container.drinks_5 {
  display: unset; }

.drinks_5, .popup-5 .video_container {
  background-image: url("../../images/lemon_mobile.jpeg"); }

.desktop .popup-6 .video_container {
  background-image: url("../../images/italian_desktop.png"); }

.mobile .popup-6 .video_container {
  background-image: url("../../images/italian_mobile.png"); }

.desktop .popup-7 .video_container {
  background-image: url("../../images/on_ice_desktop.png");
  width: 100%;
  background-size: cover; }

.mobile .popup-7 .video_container {
  background-image: url("../../images/on_ice_mobile.png"); }

.popup-7 .ingredients {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.popup-7 .devider {
  border-top: 4px dotted #f1ba44;
  border-right: none;
  width: 100%;
  margin-top: 20px; }

.popup-7 .instructions {
  margin-top: 0px; }

.two_liquids {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .two_liquids > span {
    font-size: 100px;
    margin: -30px 30px; }

@media (min-width: 1700px) {
  .soda_container .bottle_name_container {
    margin-left: 0%; } }

@media (min-width: 1750px) {
  .soda_container .bottle_name_container {
    margin-left: -1.3%; } }

@media (min-width: 1800px) {
  .bottle_name_container {
    width: 48%;
    margin-left: 6%; }
  .soda_container .bottle_name_container {
    width: 56%;
    margin-left: 2%;
    max-width: none; } }

@media (max-width: 1750px) {
  .carousel-container.soda {
    margin-left: 20px; } }

@media (max-width: 1200px) {
  .desktop .header_logo_img {
    left: 2%;
    right: auto;
    width: 110px; }
  .desktop #header_bar_wrapper {
    height: 70px; }
  .desktop a[data-menu="soda"] {
    /* min-width: 150px; */ } }

@media (max-width: 730px) {
  .desktop .header_logo_img {
    display: none; } }

.fruit_container {
  background-color: #fff; }

.mobile-banner-container .banner-image-container {
  width: 100%; }
  .mobile-banner-container .banner-image-container img {
    width: 100%; }

.mobile-banner-container .banner-text-container {
  background-color: #000; }

.mobile_view .fruit_container .text span, .mobile_view .mixers_container .text span {
  font-size: 50px;
  font-weight: bold;
  line-height: 1; }

.mobile_view .soda_container .text {
  /* padding-top: 10px; */ }
  .mobile_view .soda_container .text span {
    font-size: 50px;
    font-weight: bold;
    line-height: 1; }

.mobile_view .fruit_container {
  padding-top: 30px;
  padding-bottom: 10px; }
  .mobile_view .fruit_container .text .new-text {
    font-size: 55px;
    color: #c5c500;
    direction: rtl; }

.mobile_view .video_container.post_soda {
  height: 54vw;
  background-color: #fff;
  margin-bottom: 80px;
  padding-bottom: 90px;
  box-shadow: inset black 0px -125px 40px -70px !important; }

.mobile_view .soda_container {
  box-shadow: unset !important;
  box-shadow: unset;
  background-image: unset;
  height: 600px;
  box-shadow: inset black 0px -100px 80px -60px; }

.mobile_view .mixers_container {
  margin-top: -80px;
  background-color: #000;
  height: 765px;
  background-image: unset; }

.mobile_view .post_mixer {
  background-color: #000; }

.mobile_view .cocktails_container {
  background-color: #000;
  z-index: 999;
  position: relative;
  padding: 45px 0; }

.mobile_view .mixers_container .text {
  padding: 0; }

.mobile_view .mixers_container .shortcutBtn {
  transform: scale(1.5);
  margin-top: 30px; }

.mobile_view .video_and_popup {
  background-color: #000; }
  .mobile_view .video_and_popup div[role="button"] {
    transform: scale(1.5); }

.mobile_view .mobile-banner-container .banner-text-container {
  padding-top: 140px;
  margin-top: -200px;
  background-color: unset;
  position: relative;
  z-index: 99;
  padding-bottom: 29px;
  background-image: linear-gradient(to top, #000 75%, transparent 95%); }

.mobile_view .fruit_container {
  padding-top: 80px;
  background: url(../images/yellow_anagram_mobile.png) no-repeat, linear-gradient(to top, #fff 90%, black 100%);
  background-size: 170px;
  background-position: 119% 35%;
  font-size: 40px;
  height: 650px; }
  .mobile_view .fruit_container .text {
    line-height: 1; }

.mobile_view .soda_container {
  padding-top: 30px;
  background: url(../images/blue_anagram_mobile.png) no-repeat, #fff;
  background-size: 170px;
  background-position: 128% 19%; }

.mobile_view .mixers_container {
  padding-top: unset;
  background: url(../images/brown_anagram_mobile.png) no-repeat, #000;
  background-size: 170px;
  background-position: 120% 31%; }
  .mobile_view .mixers_container .carousel {
    margin-top: 110px; }

.desktop_view .video-container-soda {
  background-color: #fff;
  box-shadow: inset black 0px -190px 80px -65px;
  padding-bottom: 180px; }

.mobile_view .cocktails_container {
  margin-top: unset;
  height: unset; }

header .menu_btn {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%) scale(1.5); }

.mobile_view .banner-text-container img {
  width: 90vw; }


.copyright{
  direction: rtl;
  padding: 30px 0;
}

.legal-links{
  display: flex;
  justify-content: center;
  gap: 10px;
}

.legal-link {
  color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
  display: inline-block; 
}
