/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/global.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Karantina:wght@300;400;700&display=swap);
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/global.scss (1) ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Rubik);
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/theme/variables.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** Ionic CSS Variables **/
:root {
  /** primary **/
  --ion-color-primary: #3880ff;
  --ion-color-primary-rgb: 56, 128, 255;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255, 255, 255;
  --ion-color-primary-shade: #3171e0;
  --ion-color-primary-tint: #4c8dff;
  /** secondary **/
  --ion-color-secondary: #3dc2ff;
  --ion-color-secondary-rgb: 61, 194, 255;
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: 255, 255, 255;
  --ion-color-secondary-shade: #36abe0;
  --ion-color-secondary-tint: #50c8ff;
  /** tertiary **/
  --ion-color-tertiary: #5260ff;
  --ion-color-tertiary-rgb: 82, 96, 255;
  --ion-color-tertiary-contrast: #ffffff;
  --ion-color-tertiary-contrast-rgb: 255, 255, 255;
  --ion-color-tertiary-shade: #4854e0;
  --ion-color-tertiary-tint: #6370ff;
  /** success **/
  --ion-color-success: #2dd36f;
  --ion-color-success-rgb: 45, 211, 111;
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: 255, 255, 255;
  --ion-color-success-shade: #28ba62;
  --ion-color-success-tint: #42d77d;
  /** warning **/
  --ion-color-warning: #ffc409;
  --ion-color-warning-rgb: 255, 196, 9;
  --ion-color-warning-contrast: #000000;
  --ion-color-warning-contrast-rgb: 0, 0, 0;
  --ion-color-warning-shade: #e0ac08;
  --ion-color-warning-tint: #ffca22;
  /** danger **/
  --ion-color-danger: #eb445a;
  --ion-color-danger-rgb: 235, 68, 90;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255, 255, 255;
  --ion-color-danger-shade: #cf3c4f;
  --ion-color-danger-tint: #ed576b;
  /** dark **/
  --ion-color-dark: #222428;
  --ion-color-dark-rgb: 34, 36, 40;
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: 255, 255, 255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #383a3e;
  /** medium **/
  --ion-color-medium: #92949c;
  --ion-color-medium-rgb: 146, 148, 156;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: 255, 255, 255;
  --ion-color-medium-shade: #808289;
  --ion-color-medium-tint: #9d9fa6;
  /** light **/
  --ion-color-light: #f4f5f8;
  --ion-color-light-rgb: 244, 245, 248;
  --ion-color-light-contrast: #000000;
  --ion-color-light-contrast-rgb: 0, 0, 0;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-tint: #f5f6f9;
}
@media (prefers-color-scheme: dark) {
  /*
   * Dark Colors
   * -------------------------------------------
   */
  body {
    --ion-color-primary: #428cff;
    --ion-color-primary-rgb: 66,140,255;
    --ion-color-primary-contrast: #ffffff;
    --ion-color-primary-contrast-rgb: 255,255,255;
    --ion-color-primary-shade: #3a7be0;
    --ion-color-primary-tint: #5598ff;
    --ion-color-secondary: #50c8ff;
    --ion-color-secondary-rgb: 80,200,255;
    --ion-color-secondary-contrast: #ffffff;
    --ion-color-secondary-contrast-rgb: 255,255,255;
    --ion-color-secondary-shade: #46b0e0;
    --ion-color-secondary-tint: #62ceff;
    --ion-color-tertiary: #6a64ff;
    --ion-color-tertiary-rgb: 106,100,255;
    --ion-color-tertiary-contrast: #ffffff;
    --ion-color-tertiary-contrast-rgb: 255,255,255;
    --ion-color-tertiary-shade: #5d58e0;
    --ion-color-tertiary-tint: #7974ff;
    --ion-color-success: #2fdf75;
    --ion-color-success-rgb: 47,223,117;
    --ion-color-success-contrast: #000000;
    --ion-color-success-contrast-rgb: 0,0,0;
    --ion-color-success-shade: #29c467;
    --ion-color-success-tint: #44e283;
    --ion-color-warning: #ffd534;
    --ion-color-warning-rgb: 255,213,52;
    --ion-color-warning-contrast: #000000;
    --ion-color-warning-contrast-rgb: 0,0,0;
    --ion-color-warning-shade: #e0bb2e;
    --ion-color-warning-tint: #ffd948;
    --ion-color-danger: #ff4961;
    --ion-color-danger-rgb: 255,73,97;
    --ion-color-danger-contrast: #ffffff;
    --ion-color-danger-contrast-rgb: 255,255,255;
    --ion-color-danger-shade: #e04055;
    --ion-color-danger-tint: #ff5b71;
    --ion-color-dark: #f4f5f8;
    --ion-color-dark-rgb: 244,245,248;
    --ion-color-dark-contrast: #000000;
    --ion-color-dark-contrast-rgb: 0,0,0;
    --ion-color-dark-shade: #d7d8da;
    --ion-color-dark-tint: #f5f6f9;
    --ion-color-medium: #989aa2;
    --ion-color-medium-rgb: 152,154,162;
    --ion-color-medium-contrast: #000000;
    --ion-color-medium-contrast-rgb: 0,0,0;
    --ion-color-medium-shade: #86888f;
    --ion-color-medium-tint: #a2a4ab;
    --ion-color-light: #222428;
    --ion-color-light-rgb: 34,36,40;
    --ion-color-light-contrast: #ffffff;
    --ion-color-light-contrast-rgb: 255,255,255;
    --ion-color-light-shade: #1e2023;
    --ion-color-light-tint: #383a3e;
  }
  /*
   * iOS Dark Theme
   * -------------------------------------------
   */
  .ios body {
    --ion-background-color: #000000;
    --ion-background-color-rgb: 0,0,0;
    --ion-text-color: #ffffff;
    --ion-text-color-rgb: 255,255,255;
    --ion-color-step-50: #0d0d0d;
    --ion-color-step-100: #1a1a1a;
    --ion-color-step-150: #262626;
    --ion-color-step-200: #333333;
    --ion-color-step-250: #404040;
    --ion-color-step-300: #4d4d4d;
    --ion-color-step-350: #595959;
    --ion-color-step-400: #666666;
    --ion-color-step-450: #737373;
    --ion-color-step-500: #808080;
    --ion-color-step-550: #8c8c8c;
    --ion-color-step-600: #999999;
    --ion-color-step-650: #a6a6a6;
    --ion-color-step-700: #b3b3b3;
    --ion-color-step-750: #bfbfbf;
    --ion-color-step-800: #cccccc;
    --ion-color-step-850: #d9d9d9;
    --ion-color-step-900: #e6e6e6;
    --ion-color-step-950: #f2f2f2;
    --ion-item-background: #000000;
    --ion-card-background: #1c1c1d;
  }
  .ios ion-modal {
    --ion-background-color: var(--ion-color-step-100);
    --ion-toolbar-background: var(--ion-color-step-150);
    --ion-toolbar-border-color: var(--ion-color-step-250);
  }
  /*
   * Material Design Dark Theme
   * -------------------------------------------
   */
  .md body {
    --ion-background-color: #121212;
    --ion-background-color-rgb: 18,18,18;
    --ion-text-color: #ffffff;
    --ion-text-color-rgb: 255,255,255;
    --ion-border-color: #222222;
    --ion-color-step-50: #1e1e1e;
    --ion-color-step-100: #2a2a2a;
    --ion-color-step-150: #363636;
    --ion-color-step-200: #414141;
    --ion-color-step-250: #4d4d4d;
    --ion-color-step-300: #595959;
    --ion-color-step-350: #656565;
    --ion-color-step-400: #717171;
    --ion-color-step-450: #7d7d7d;
    --ion-color-step-500: #898989;
    --ion-color-step-550: #949494;
    --ion-color-step-600: #a0a0a0;
    --ion-color-step-650: #acacac;
    --ion-color-step-700: #b8b8b8;
    --ion-color-step-750: #c4c4c4;
    --ion-color-step-800: #d0d0d0;
    --ion-color-step-850: #dbdbdb;
    --ion-color-step-900: #e7e7e7;
    --ion-color-step-950: #f3f3f3;
    --ion-item-background: #1e1e1e;
    --ion-toolbar-background: #1f1f1f;
    --ion-tab-bar-background: #1f1f1f;
    --ion-card-background: #1e1e1e;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/global.scss (2) ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.sub-tour {
  font-size: 22px;
  padding: 20px;
  width: 60%;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px;
}
.initials-img {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 80px;
  font-weight: 500;
  font-family: "Karantina", cursive;
  letter-spacing: 1px;
}
.ex_list_cont .initials-img {
  font-size: 50px;
}
.initials-img.spot1 {
  font-size: 280px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
body {
  margin: 0;
  padding: 0;
  position: fixed;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  touch-action: manipulation;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
ion-header::after {
  background-image: none !important;
}
table {
  margin: 20px auto;
}
body {
  margin: 0;
}
ion-modal {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
ion-menu[type=overlay] {
  z-index: 130;
}
.btn-min-menu {
  background: transparent;
  padding-top: 23px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.btn-min-menu svg {
  width: 55px;
  height: 21px;
  fill: white;
}
ion-menu[type=reveal] {
  z-index: 99999;
}
.showw-back-button {
  display: block;
}
.back-button.show-back-button {
  z-index: 99999;
  display: none;
}
#page4 .scroll-content {
  padding-top: 0 !important;
}
.numpad-button {
  box-shadow: 1px 1px 31px #546ebc !important;
  border: 2px solid #4ca495 !important;
  width: 63px;
  height: 63px;
  border-radius: 100%;
  z-index: 9999;
  position: fixed;
  z-index: 10015;
  bottom: 25px;
  left: 50%;
  left: 45px;
  transform: translateX(-50%);
  background: rgba(6, 6, 6, 0.85);
  display: block;
  animation: fadeItUp 1s;
  cursor: pointer;
}
@keyframes fadeItUp {
  0% {
    bottom: -100px;
    opacity: 0;
  }
  100% {
    bottom: 20px;
    opacity: 1;
  }
}
.numpad-button svg {
  margin: 0px;
  margin-top: 4px;
  margin-left: 2px;
}
#page4 {
  background: transparent;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.modal-wrapper {
  margin-top: 60px;
  border-radius: 40px 40px 0px 0px;
}
.BackgroundSolidExe {
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
}
.ICONmenu {
  width: 35px;
  display: block;
  margin: 0 auto;
}
.swiper-pagination-bullet {
  background: #dbdbdb !important;
}
.swiper-pagination-bullet-active {
  background: #ffffff !important;
}
.transition {
  transition: all 1s ease;
}
.iconTAB {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.fullfull {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 99999999999;
}
.voaImag {
  width: 150px;
}
.textRight {
  text-align: right;
}
button.sendvoa {
  margin: 0px auto;
  /* width: 70%; */
  display: block;
  padding: 5px 30px;
  font-size: 15px;
  text-align: right;
  margin: 10px auto;
  border-radius: 100px;
  border: 1px solid black;
  color: white;
  background-color: #151414;
}
input.textRight {
  display: block;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  margin: 10px auto;
  border-radius: 100px;
  border: 1px solid black;
  color: black;
  background-color: #ffffff;
}
body .sendContactMessage {
  font-size: 22px;
}
body .closeicon {
  position: fixed;
  font-size: 35px;
  color: white !important;
  left: 20px;
  top: 30px;
  z-index: 9999999999999;
  cursor: pointer;
}
.part1 {
  position: absolute;
  text-align: center;
  padding: 130px 30px;
}
.balackbackground {
  background-color: #060101;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  position: fixed;
}
.tabsUl li.active {
  /* background: #313030; */
  opacity: 1;
}
.tabsUl li {
  width: 32.8%;
  /* background: #000;*/
  display: inline-block;
  margin: 0px;
  opacity: 0.5;
  height: 55px;
  text-align: center !important;
}
ion-navbar.toolbar {
  min-height: 100px;
}
.tabsUl {
  position: fixed;
  width: 100%;
  bottom: 0px;
  text-align: center;
  left: 0px;
  display: inline-block;
  height: 55px;
  z-index: 9999999;
  background: transparent;
  margin: 0px;
}
.btnExeGlobal {
  width: 100%;
  padding: 13px;
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #020406;
  color: white;
  font-size: 19px;
}
.button-inner .ion-md-play {
  padding: 14px;
  padding-right: 10px;
  font-size: 25px;
  line-height: inherit;
  pointer-events: none;
}
.loaderPage {
  width: 100vw;
  height: 100%;
  position: fixed;
  z-index: 2;
  top: 0px;
  left: 0px;
  background: black;
}
.muzeumlogoEnter {
  height: 40px;
  width: 300px;
  padding-top: 80px;
  margin: auto;
  display: block;
}
#page1,
#page4,
#page2,
#page5 {
  background-image: url("http://voa.co.il/background.jpg");
  background-position: center;
  background-size: cover;
}
#page2 {
  animation: mymove 150s infinite;
}
@keyframes mymove {
  0% {
    background-position: 100% 100%;
    background-size: auto 100%;
  }
  25% {
    background-position: 50% 50%;
    background-size: auto 120%;
  }
  50% {
    background-position: 0% 0%;
    background-size: auto 100%;
  }
  75% {
    background-position: 50% 50%;
    background-size: auto 120%;
  }
  100% {
    background-position: 100% 100%;
    background-size: auto 100%;
  }
}
@keyframes mymove2 {
  0% {
    background-position: 100% 100%;
    background-size: 100% 100%;
  }
  25% {
    background-position: 50% 50%;
    background-size: 170% 170%;
  }
  50% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
  75% {
    background-position: 50% 50%;
    background-size: 120% 120%;
  }
  100% {
    background-position: 100% 100%;
    background-size: 100% 100%;
  }
}
@keyframes mymove_desktop {
  0% {
    background-position: 100% 100%;
    background-size: 100% auto;
  }
  25% {
    background-position: 50% 50%;
    background-size: 120% auto;
  }
  50% {
    background-position: 0% 0%;
    background-size: 100% auto;
  }
  75% {
    background-position: 50% 50%;
    background-size: 120% auto;
  }
  100% {
    background-position: 100% 100%;
    background-size: 100% auto;
  }
}
/* spotList */
ion-header {
  z-index: 9999 !important;
}
.spotListUl .spotListBg {
  width: 170px;
  height: 170px;
  display: inline-block;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.spotListUl::-webkit-scrollbar {
  display: none;
}
.spotListUl li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
}
.oneExContainer {
  position: fixed;
  bottom: 230px;
}
.spotListUl {
  list-style: none;
  overflow-y: hidden;
  width: 100vw;
  overflow-x: scroll;
  white-space: nowrap;
  padding: 60px 20px 30px 20px;
  margin-right: -20px;
  scroll-behavior: smooth;
  left: 0px;
  position: fixed;
  bottom: 0px;
  margin-bottom: 0px;
}
.spotListUl li h2 {
  margin-top: 80%;
  padding-right: 7px;
  font-size: 2.2rem;
  text-shadow: 0px 0px 17px black;
}
/* one Exe */
.HideAndSeekRed {
  color: #ef4123 !important;
}
.leftArrow {
  position: fixed;
  bottom: 0px;
  height: 220px;
  z-index: 99999;
  left: 0px;
  padding: 10px;
  padding-left: 5px;
  width: 75px;
  text-align: left;
  vertical-align: middle;
  padding-top: 90px;
  /* font-size: 25px; */
  background: linear-gradient(to right, black 25%, rgba(0, 0, 0, 0) 100%);
}
.oneExeBtn {
  padding: 10px 20px;
  font-size: 27px;
  border: 1px solid white;
  border-radius: 20px;
  background: transparent;
  color: white;
}
.oneBgiMG {
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-size: cover;
}
.oneExeTextBotoom {
  width: 20px;
  display: block;
  height: 20vh;
}
.oneDiscription {
  font-size: 22px;
  color: white;
}
.oneName {
  margin-top: -5px;
  font-size: 6rem;
  color: white;
  line-height: 0.8;
}
.gradientOneExe {
  position: absolute;
  width: 100%;
  height: 140%;
  bottom: 0px;
  display: block;
  left: 0px;
  opacity: 0.6;
  z-index: -1;
}
/* one Exe */
.HideAndSeek {
  font-family: "DMH-HideAndSeek";
  font-weight: normal;
  font-style: normal;
}
html,
ion-app {
  font-family: "Rubik", sans-serif !important;
  color: white;
}
.content-ios {
  color: white;
}
.bar-button-default-ios,
.bar-button-default.bar-button-ios-default,
.bar-button-clear-ios-default {
  color: white;
}
.split-pane-visible > .split-pane-side {
  flex-grow: 28;
}
.split-pane-visible > .split-pane-main {
  flex-grow: 72;
}
.toolbar-md {
  min-height: 65px;
}
.slide-zoom {
  height: 100%;
}
.ngslides {
  position: fixed;
  left: 0px;
  top: 15vh;
  display: block;
  width: 100%;
  height: 70vh;
}
.voaLogo {
  width: 80%;
  margin: auto;
}
.full_modal {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0 38px;
  background: rgba(0, 0, 0, 0.8901960784);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  width: 100%;
  padding: 0px;
  overflow: auto;
}
.tour_select {
  text-align: center;
  background: rgba(255, 255, 255, 0.0901960784);
  border-radius: 6px;
  font-size: 20px;
  width: 310px;
  margin: auto !important;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 110px !important;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  height: auto;
  padding: 15px;
}
.muzeumlogo {
  max-height: 40px;
  display: block;
  margin: 0 auto;
  position: fixed;
  z-index: 999999;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.bar-buttons,
.bar-button {
  margin-top: -20px;
}
.toolbar-background {
  background: transparent !important;
}
.header::after {
  background-image: none;
}
.scroll-content {
  padding: 0px;
  padding-top: 70px !important;
}
.rtl .scroll-content,
.rtl .scroll-content ul li {
  direction: rtl;
  text-align: right;
}
ul {
  padding: 0px;
}
/* optin 1 !!! */
.option1 {
  min-height: 350px;
  position: relative;
  background-size: cover;
  border-radius: 20px;
  list-style: none;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}
.option1 .blackTrasGrad {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  display: block;
}
.option1 h3 {
  position: absolute;
  bottom: 0px;
  display: block;
  color: white;
  z-index: 1;
  margin: 20px;
  font-size: 3rem;
  word-break: break-all;
}
/* optin 2 !!! */
.swiper-slide {
  transform: scale(0.9);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-slide-active {
  transform: scale(1);
}
.option2-ul {
  display: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  height: 90%;
  margin-right: 0px;
}
.option2 {
  display: inline-block;
  min-height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
  /* border-radius: 20px; */
  list-style: none;
  overflow: hidden;
  margin: 0px;
  cursor: pointer;
}
.option2 h3 {
  margin: 0px !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.bgSolid {
  height: 55px;
  width: 100%;
  bottom: 0px;
  position: absolute;
}
.swiper-pagination {
  position: fixed !important;
  bottom: 60px !important;
}
/*
.option2{
    display: inline-block;
    min-height: 98%;
    width: 270px;
    position: relative;
    background-size: cover;
    border-radius: 20px;
    list-style: none;
    overflow: hidden;
    margin: 10px;
    cursor: pointer;
}
*/
.option2 .blackTrasGrad {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  display: block;
}
.option2 h3 {
  position: absolute;
  bottom: 0px;
  display: block;
  color: white;
  z-index: 1;
  margin: 20px;
  font-size: 20px;
  word-break: break-all;
  white-space: normal;
}
.blackTrasGrad {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.blackTrasGradFlip {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.rtl .fullPageBgImg .blackTrasGrad {
  margin-left: 0px;
  margin-right: -16px;
}
.blackTrasGrad.flipTopGrad {
  height: 230px !important;
  top: -50px;
  transform: rotate(180deg);
}
/* full page */
.fullPageBgImg {
  background-size: cover;
}
.fullPageBgImg .blackTrasGrad {
  position: absolute;
  width: 100%;
  height: 140%;
  bottom: 0px;
  display: block;
  margin-left: -16px;
  z-index: -1;
}
.bar-button-default-md,
.bar-button-clear-md-default,
.bar-button-md-default {
  color: #ffffff;
}
.playerrr {
  display: none;
}
.activePlayer {
  display: block !important;
}
.transition {
  transition: all 1s ease;
}
.digitsBoard {
  width: 100%;
  position: fixed;
  bottom: -500px;
  background: black;
  left: 0px;
}
.activeBoard {
  bottom: 0px;
}
.activePlayer[hidden] {
  display: none !important;
}
.numberKeyboard2 {
  bottom: 0px;
  color: #ffffff;
  direction: ltr;
  margin: -16px;
  text-align: center;
  margin-bottom: 6vh;
}
.numberKeyboard2 li {
  list-style: none;
  padding: 3vh;
  display: inline-block;
  width: 25%;
  text-align: center !important;
  font-size: 4vh;
  border-radius: 100%;
}
.numberKeyboard {
  position: fixed;
  bottom: 0px;
  color: #ffffff;
  direction: ltr;
  margin: -16px;
  text-align: center;
  margin-bottom: 50px;
}
.numberKeyboard li {
  list-style: none;
  padding: 15px;
  display: inline-block;
  width: 25%;
  text-align: center !important;
  font-size: 3rem;
  border-radius: 100%;
  margin: 10px;
}
.digitsUl li {
  color: #ffffff;
  list-style: none;
  display: inline-block;
  margin: 2vh;
  font-size: 7vh;
  min-width: 6vw;
}
.digitsUl {
  direction: ltr;
  text-align: center;
  margin-top: -6px;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  min-width: 180px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  vertical-align: text-bottom;
}
.exhibitionNames {
  text-align: center;
  padding-top: 10px;
}
.exhibitionNames h4 {
  color: #ffffff;
  font-size: 2rem;
  min-height: 2rem;
}
.exhibitionNames h3 {
  color: #ffffff;
  font-size: 3rem;
}
.showNumSpotBtn {
  display: block;
  color: white;
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 60px;
  background: rebeccapurple;
  text-align: center;
  font-size: 25px;
  padding: 15px;
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.header-ios .toolbar-background-ios,
.footer-ios .toolbar-background-ios {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) !important;
}
.enterSpotBtn {
  display: flex;
  color: white;
  position: absolute;
  width: 90%;
  max-width: 280px;
  box-sizing: border-box;
  left: 50%;
  z-index: 999;
  height: 50px;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  border-radius: 42px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -70px);
  transition: all 0.5s;
  background: #6d6d6d;
}
.btnEnterShow {
  display: block;
}
.rtl .fullPageShadow .blackTrasGrad {
  margin-right: -16px;
  margin-left: 0px;
}
.fullPageShadow .blackTrasGrad {
  position: absolute;
  width: 100%;
  height: 55%;
  bottom: 0px;
  display: block;
  opacity: 0.6;
  margin-left: -16px;
  z-index: -1;
}
img.imsspt6 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 0px;
}
.spot1 {
  width: 75vw;
  height: 75vw;
  max-width: 300px;
  max-height: 300px;
  background-size: cover;
  background-position: center;
  margin: 10px auto;
  border-radius: 10px;
  margin-top: 35px;
}
.spot2 {
  min-height: 250px;
  width: 250px;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  border-radius: 0px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
.spot3 {
  min-height: 250px;
  width: 250px;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  border-radius: 100%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
.spot4 {
  min-height: 300px;
  width: 100%;
  position: fixed;
  background-size: cover;
  border-radius: 0px;
  overflow: hidden;
  top: 0px;
  left: 0px;
  z-index: -2;
}
.spot5 {
  min-height: 100vh;
  width: 100%;
  position: fixed;
  background-size: cover;
  border-radius: 0px;
  overflow: hidden;
  top: 0px;
  background-position: center center;
  left: 0px;
  z-index: -2;
  opacity: 0.3;
}
.spot6 {
  min-height: 230px;
  width: 230px;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.audioPlay {
  color: #ffffff;
  direction: ltr;
}
.width20 {
  width: 30px;
  display: inline-block;
  margin-left: 30px;
}
.display-inline {
  display: inline-block;
}
audio-track-progress-bar input[type=range] {
  -webkit-appearance: none;
  width: 99%;
  background: #fff;
  outline: 0px;
  height: 3px;
  border-radius: 5px;
}
audio-track-progress-bar input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 9px 0;
}
audio-track-progress-bar input[type=range]:focus {
  outline: none;
}
audio-track-progress-bar input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 25px;
}
audio-track-progress-bar input[type=range]::-webkit-slider-thumb {
  box-shadow: 0.7px 0.7px 4px rgba(0, 0, 49, 0), 0px 0px 0.7px rgba(0, 0, 75, 0);
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
}
audio-track-progress-bar input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
audio-track-progress-bar input[type=range]::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 25px;
}
audio-track-progress-bar input[type=range]::-moz-range-thumb {
  box-shadow: 0.7px 0.7px 4px rgba(0, 0, 49, 0), 0px 0px 0.7px rgba(0, 0, 75, 0);
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
}
audio-track-progress-bar input[type=range]::-ms-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
audio-track-progress-bar input[type=range]::-ms-fill-lower {
  background: #f2f2f2;
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
audio-track-progress-bar input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
audio-track-progress-bar input[type=range]::-ms-thumb {
  box-shadow: 0.7px 0.7px 4px rgba(0, 0, 49, 0), 0px 0px 0.7px rgba(0, 0, 75, 0);
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  height: 5px;
}
audio-track-progress-bar input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
audio-track-progress-bar input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
em {
  font-style: normal;
  display: block;
  margin-top: 30px;
  font-size: 2.3rem;
  margin-top: -50px;
}
audio-track-progress-bar time {
  color: #ffffff;
}
.playPauseCon {
  width: 100%;
  text-align: center;
  margin-top: -20px;
  transform: scale(0.9);
}
.back-button-text-ios {
  display: none;
}
.playPauseCon button {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 20px 0px !important;
  transform: scale(1.8);
}
.playPauseCon button:hover {
  background-color: transparent !important;
}
.spinner-md-crescent circle {
  stroke: #ffffff;
}
.content-md {
  color: #dadada;
  background-color: #151313;
}
.display-none {
  display: none !important;
}
/* width */
.noscrollbar::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar {
  width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 40px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#side-menu21 {
  background: black;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #000000, block);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.menu-content {
  text-align: center;
}
ion-icon.icon.icon-ios.ion-ios-home-outline {
  color: white;
  font-size: 40px;
}
ion-item.circle.clear.item.item-block {
  background-color: transparent;
}
.imgMenu {
  height: 50px;
  width: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px auto !important;
  border-radius: 100%;
  margin: 0px;
}
.clear ion-label.label.label-ios {
  margin: 15px 0px !important;
  text-align: center;
}
.clear ion-item.circle.clear.item.item-block.item-ios {
  border: 0px !important;
}
.clear .item-inner {
  border: 0px !important;
}
.smallText {
  color: white !important;
  font-size: 10px !important;
  padding: 5px 0px;
}
ion-item.circle.clear.item.item-block {
  border: 0px !important;
}
.scroll-content::-webkit-scrollbar {
  overflow: hidden !important;
  width: 0px !important;
}
img.changeLen {
  max-width: 40px;
  margin-top: 25px;
}
.circle.down {
  position: absolute;
  bottom: 0px;
}
.listMuz {
  margin: 50px 0px;
}
.circle.up {
  position: absolute;
  top: 20px;
}
.bar-button-default-ios,
.bar-button-default.bar-button-ios-default,
.bar-button-clear-ios-default {
  color: white;
  background-color: transparent;
}
.dot {
  cursor: pointer;
  box-shadow: 0 0 0 -5vw 0 0 0 0 black, 0 0 0 -320px black inset, 0 0 0 -256px black inset, 0 0 0 -192px white inset, 0 0 0 -128px #ffeb3b inset, 0 0 0 -64px #ff9800 inset, 0 0 0 0 #f44336 inset;
  box-shadow: 0 0 0 -5vw 0 0 0 0 black, 0 0 0 -320px inset, 0 0 0 -256px #2196f3 inset, 0 0 0 -192px #4caf50 inset, 0 0 0 -128px #ffeb3b inset, 0 0 0 -64px #ff9800 inset, 0 0 0 0 #f44336 inset;
  transition: box-shadow 0.2s linear;
}
.dot:active {
  box-shadow: 0 0 0 1vw white, 0 0 0 0vw #f44336, 0 0 0 61px #1b102d inset, 0 0 0 128px white inset, 0 0 0 192px white inset, 0 0 0 146px white inset, 0 0 0 320px #ff9800 inset, 0 0 0 384px #f44336 inset;
}
.dot:hover {
  box-shadow: 0 0 0 1vw white, 0 0 0 0vw #f44336, 0 0 0 61px #1b102d inset, 0 0 0 128px white inset, 0 0 0 192px white inset, 0 0 0 146px white inset, 0 0 0 320px #ff9800 inset, 0 0 0 384px #f44336 inset;
}
.dot:focus {
  box-shadow: 0 0 0 1vw white, 0 0 0 0vw #f44336, 0 0 0 61px #1b102d inset, 0 0 0 128px white inset, 0 0 0 192px white inset, 0 0 0 146px white inset, 0 0 0 320px #ff9800 inset, 0 0 0 384px #f44336 inset;
}
.explorebtn {
  position: absolute;
  width: 100%;
  bottom: 40px;
}
#page3,
#page1 {
  background-image: url('lang_bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  animation: mymove2 150s infinite;
}
.gotoMuziumbtn {
  width: 100%;
  height: 170px;
  border-radius: 20px;
  box-shadow: 1px 1px 31px rgba(134, 134, 134, 0.6);
  margin-top: 15px;
}
.backgorund-white {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 29%, rgba(255, 255, 255, 0.264) 100%);
  background: linear-gradient(to right, #000000, block);
  width: 100%;
  height: 100%;
  border-radius: 21px;
  padding: 64px 10px;
  text-align: center;
}
.backgorund-white2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 29%, rgba(255, 255, 255, 0.264) 100%);
  background: linear-gradient(to right, #000000, block);
  width: 100%;
  height: 100%;
  border-radius: 21px;
  text-align: center;
  padding: 10px 90px;
}
.gotoMuziumbtn:hover {
  width: 100%;
  height: 170px;
  border-radius: 20px;
  box-shadow: 1px 1px 31px rgba(134, 134, 134, 0.6);
}
.gotoMuziumbtn.onu {
  background-image: url('anu-253.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
h2.css-Poppins.titlem {
  font-size: 21px;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.5098039216));
  font-weight: bolder;
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.gotoMuziumbtn.dhm {
  background-image: url('dhm-new.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.logotop {
  width: 100%;
  text-align: center;
}
.logotop img {
  width: 50vw;
}
.selectMu {
  margin-top: 90px;
}
img.squer {
  width: 90px;
  height: 90px;
  padding: 0px;
  position: absolute;
}
.ltrclass img.squer {
  border-radius: 5px 0px 0px 5px;
}
.logo-m-about-ltr {
  background-size: cover !important;
  background-position-x: 68%;
}
.logo-m-about-rtl {
  background-size: cover !important;
  background-position-x: -8%;
}
.ltrclass .spotListBg h2 {
  left: 97px !important;
  right: unset !important;
}
.ltrclass .spotListBg h3 {
  right: 10px !important;
  left: unset !important;
}
.background-black-list {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  background: rgb(4, 14, 42);
  background: linear-gradient(0deg, rgba(4, 14, 42, 0.2581407563) 29%, rgba(3, 33, 55, 0.2637429972) 100%);
}
.right_pos {
  right: 0;
}
.left_pos {
  left: 0;
}
.explorebtn {
  position: absolute;
  width: 100%;
  bottom: 0px;
  /* background-color: white; */
  height: 100px;
  right: 0px;
  position: fixed;
  z-index: 999999;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(3, 33, 55, 0) 100%);
  bottom: 0px;
}
page-exhibition-list .startBtn {
  position: absolute;
  width: 100%;
  margin: 0px;
  text-align: center;
  bottom: 40px;
}
.explorbtn {
  margin: 0px auto;
  padding: 0px 60px;
  background-color: white;
  border-radius: 30px;
  border: 2px solid black;
}
svg#Capa_1 {
  vertical-align: middle;
}
.exhibitionNames .spotnamex {
  font-size: 26px;
}
ul.numberKeyboard2 li:active {
  background-color: rgba(220, 220, 220, 0.1098039216);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3411764706);
}
.voatext {
  font-size: 16px;
}
button.numpad-button.animated.fadeInUp:active {
  background-color: rgba(76, 164, 149, 0.3019607843);
}
.titlespotclass {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  font-size: 30px;
  padding: 15px 20px;
  position: absolute;
  /* margin: 10px 10px; */
  width: 90% !important;
  /* margin: 20px auto;*/
}
.titlespotclass h2 {
  font-size: 24px;
}
.css-Poppins {
  font-family: "Poppins", serif;
}
.startwelcome {
  text-align: center;
  font-size: 30px;
}
img.exSmallImg {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  position: absolute;
  right: 2px;
  top: 2px;
}
#page1 .scroll-content {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.noscrollbar::-webkit-scrollbar {
  width: 0px;
}
.backtour {
  background-size: cover !important;
  border-radius: 5px;
  height: 130px;
  width: 310px;
  margin: auto;
  background-position: center !important;
  box-shadow: 1px 1px 21px rgba(0, 0, 0, 0.3882352941) !important;
}
p.classtour {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4784313725);
  margin: 0px;
  height: 100%;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0px !important;
  /* line-height: 165px; */
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.chosetour {
  display: block;
  list-style: none;
  /* background: rgb(255, 255, 255); */
  color: #fff;
  text-align: center !important;
  margin: 20px auto;
}
.textH3 {
  display: block;
  list-style: none;
  /* background: rgb(255, 255, 255); */
  color: #fff;
  /* text-align: right; */
  margin: 20px 40px;
}
.tour-ul:last-child {
  margin-bottom: 110px !important;
}
.voa-loader-wraper {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  background: black;
  width: 9em;
  height: 9em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  /* padding-left: 0.6rem; */
  /* padding-left: 1rem; */
}
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  border-radius: 120px;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 4.2rem 1rem;
  font-size: 9px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -1.5em;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
.loader2:after {
  left: 1.5em;
  width: 0;
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.voa-loader {
  position: fixed;
  z-index: 9999999;
  width: 100vw;
  height: 100vh;
  /* background: red; */
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}
button.btn-min-menu.roteatlef {
  transform: rotate(90deg);
  z-index: 100000000000000020000;
  color: white;
  top: 15px !important;
}
.overall_backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  z-index: -1;
}
.overall_backdrop_img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  animation: mymove 150s infinite;
}
.topMenu_dot {
  font-size: 22px;
  padding: 19px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.hover_div:hover {
  cursor: pointer;
  box-shadow: 0 0 10px 1px white !important;
}
@media (min-width: 800px) {
  .muzeum_page {
    padding: 30px;
  }
  .overall_backdrop_img {
    animation: mymove_desktop 150s infinite;
  }
}

/*# sourceMappingURL=styles.css.map*/