:root {
  --color_third: #f18500;
  --splash-screen-1-gradient: linear-gradient(30deg, #fafafa 0%, #fafafa 100%);
  --logo-1-shadow: drop-shadow(0px 0px 5px #fafafa);
  --cards-box-shadow: 0px 0px 10px -4px #007e94;
  --buttons-background-color: rgba(29, 173, 181, 0.67);
  --buttons-box-shadow: 0px 0px 5px -2px #f18500;
  --buttons-filter: /* drop-shadow(0px 1px 1px #f18500) */none;
  --hs-cevoron-3d-text-box-shadow: 0px 0px 12px -3px #007e94;
  --info-hotspot-link-1: #fafafa;
  --link-1-color: #fafafa;
  --link-1-active-color: #f18500;
  --link-1-text-shadow: 1px 1px 1px #721534;
  --node-info-text-ltr-shadow: /* -1px 1px 1px #1a1a1a, 0px -1px 4px #555555 */none;
  --node-info-text-rtl-shadow: /* 1px 1px 1px #1a1a1a, 0px -1px 4px #555555 */none;
  --node-info-text-link-color: #fafafa;
  --node-info-text-link-active-color: #f18500;
  --node-info-text-rtl-link-active-text-shadow: /* 1px 1px 1px #721534 */inherit;
  --node-info-text-ltr-link-active-text-shadow: /* -1px 1px 1px #721534 */inherit;
  --developer-border-radius: 7px;
  --developer-link-1-color: #f18500;
  --developer-link-1-text-shadow: /* 0px 1px 1px #721534 */inherit;
  --developer-link-1-background-drop-shadow: drop-shadow(0px 1px 1px #1e1e26);
  --developer-link-1-color-active: #721534;
  --developer-link-1-text-shadow-active: 0.5px 0.5px 0.5px #f18500;
  --node-image-box-shadow: 0 0 5px 0 #f18500;

  --swiper-navigation-color: #00666f !important;
  --swiper-pagination-color: #00666f !important;
  --swiper-navigation-size: 25px !important;
}



html {
	height:100%;
}
body {
	background-color: #000000; /* I suggest to keep this color for iPhone's landscape mode to have black colors on left and right unsafe areas */
	height:100%;
	margin: 0px;
	overflow: hidden; /* disable scrollbars */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */ 
::-webkit-scrollbar {
	background-color: rgba(0,0,0,0.5);
	width: 0.75em;
  height: 0.75em;
}
::-webkit-scrollbar-thumb {
	background-color:  rgba(255,255,255,0.5);
}

.grabbing {
  cursor: grabbing !important;
}

.nowrap {
  white-space: nowrap !important;
}

.height-fit-content {
  height: fit-content !important;
}

@keyframes loading-spinner-1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* landing page */
.logo-1.anim-1 {
  filter: blur(14px);
  -webkit-filter: blur(14px);
  transform: translate(-50%, 0%) scale(3);
  -webkit-transform: translate(-50%, 0%) scale(3);
  pointer-events: none !important;
}

.logo-1.anim-1 > img {
  filter: drop-shadow(0px 1px 1px transparent);
  -webkit-filter: drop-shadow(0px 1px 1px transparent);
}

.logo-1.anim-2 {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate(-50%, 0%) scale(1);
  -webkit-transform: translate(-50%, 0%) scale(1);
}

.intro-text {
  font-size: 21px !important;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 12px;
  transform: translate(-50%);
}

.intro-text.rtl {
  font-family: 'Iran Sans';
  font-size: 19px !important;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 12px;
}

.start-tour-button {
  transform: translate(-50%);
  box-sizing: border-box;
}

.start-tour-button > div {
  position: relative;
  font-weight: bold;
  font-size: 19px;
  line-height: 44px;
  letter-spacing: 1px;
  padding: 0 30px !important;
}

.start-tour-button.rtl > div {
  font-family: 'Iran Sans Bold';
  font-weight: normal;
}
/* landing page */

.loading-spinner-1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: inset 0px 4px 1px -1px #fafafa;
  pointer-events: none;
  animation: loading-spinner-1 0.7s linear 0s infinite;
  transition: opacity 0.7s ease-in 0s;
}

.loading-spinner-1.hide {
  visibility: hidden;
  opacity: 0;
  animation: unset;
  transition: unset;
}

.map-1 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  box-shadow: var(--cards-box-shadow);
  border-radius: 15px 10px 15px 15px;
}

.leaflet-bar {
  border: none !important;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.leaflet-bar a {
  background-color: #e96138 !important;
  color: #fafafa !important;
}

.leaflet-marker-pane > div {
  position: relative;
}

.leaflet-marker-pane > div:has(.map-pin.active) {
  z-index: 1;
}

.map-pin-title {
  position: absolute;
  top: -42px;
  left: 0px;
  line-height: 1.4;
  transform: translate(-50%, -100%);
  border-radius: 15px;
  font-size: 15px !important;
}

.map-pin-title > div:nth-child(1) {
  padding: 4px 16px !important;
}

.node-image-1 {
  border-radius: 999px;
  box-shadow: var(--node-image-box-shadow);
}

#hotspots.mobile:not(.landscape) .ham-menu-btn {
  top: unset !important;
  bottom: 10px;
}

#hotspots.mobile .ham-menu-btn {
  left: 10px !important;
  width: 34px !important;
  height: 34px !important;
}

#hotspots.mobile .ham-menu-btn.rtl {
  left: calc(100vw - 44px) !important;
}

#hotspots.mobile:not(.landscape) .node-info-btn {
  bottom: 54px !important;
}

.panolist-1 {
  left: 0px;
  max-height: 100%;
  transition: transform 0.4s ease 0s !important;
  overflow: hidden auto !important;
  overscroll-behavior: none;
}

.panolist-1:not(.rtl):not(.show),
.panolist-1.rtl.show {
  transform: translate(-100%, 0%);
}

.panolist-1.rtl {
  left: 100%;
}

.panolist-1-cloner,
.panolist-1-cloner > div {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.pano-cloner-wrapper > .pano-cloner {
  min-width: 238px;
}

.pano-cloner-wrapper:not(.text) > .pano-cloner {
  position: relative;
  width: 238px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 0 24px 12px;
}

.panolist-1.rtl .pano-cloner-wrapper:not(.text) > .pano-cloner {
  flex-direction: row-reverse;
  padding: 12px 12px 24px 0;
}

@media screen and (min-width: 768px) {
  .pano-cloner-wrapper:not(.text) > .pano-cloner {
    width: 462px;
  }
}

@media screen and (min-width: 1300px) {
  .pano-cloner-wrapper:not(.text) > .pano-cloner {
    width: 686px;
  }
}

.pano-cloner > div {
  position: relative;
}

.panolist-1-cloner.closed,
.pano-cloner-wrapper.closed {
  height: 0px !important;
}

.panolist-1-cloner,
.pano-cloner,
.pano-cloner-wrapper {
  overflow: hidden !important;
  box-sizing: border-box;
  transition: height 0.4s, margin 0.4s;
  overscroll-behavior: none;
}

.pano-cloner-wrapper.pano-list-1 {
  transition: unset;
}

.panolist-1-cloner.levels-2.full-height > div {
  height: 100% !important;
}

.panolist-1-cloner > div {
  flex-direction: column-reverse;
  height: unset !important;
}

.panolist-1-cloner > div > .header,
.panomenu-node-title-only {
  position: relative;
  line-height: 36px;
  box-sizing: border-box;
  padding: 0 30px 0 9px !important;
}

.panolist-1-cloner > div > .header .nc {
  font-size: 12px;
  position: relative;
  bottom: 7px;
}

.panomenu-node-title-only.rtl {
  direction: rtl;
  font-family: 'Iran Sans' !important;
  font-size: 14px !important;
  word-spacing: -1px;
}

.panomenu-node-title-only.rtl > div:nth-child(1) {
  text-align: right !important;
}

.panomenu-node-title-only.rtl bdo {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  word-spacing: normal;
}

.panomenu-node-title-only.l2:not(.pano-list-1 > .ggskin_scrollarea > .pano-cloner > div > .panomenu-node-title-only.l2) {
  padding: 0 30px 0 24px !important;
}

.panomenu-node-title-only.l2.rtl:not(.pano-list-1 > .ggskin_scrollarea > .pano-cloner > div > .panomenu-node-title-only.l2) {
  padding: 0 24px 0 30px !important;
}

.panomenu-node-title-only.l3 {
  padding: 0 30px 0 39px !important;
}

.panomenu-node-title-only.l3.rtl {
  padding: 0 39px 0 30px !important;
}

.panomenu-node-title-only.l4 {
  padding: 0 30px 0 54px !important;
}

.panomenu-node-title-only.l4.rtl {
  padding: 0 54px 0 30px !important;
}

.panolist-1-cloner > div > .header.l2 {
  padding: 0 30px 0 24px !important;
}

.panolist-1-cloner > div > .header.l3 {
  padding: 0 30px 0 39px !important;
}

.panolist-1-cloner > div > .header.rtl {
  padding: 0 9px 0 30px !important;
}

.panolist-1-cloner > div > .header.rtl,
.panolist-1-cloner > div > .header:not(.rtl) bdo {
  direction: rtl;
  font-family: 'Iran Sans';
  font-size: 14px !important;
  word-spacing: -1px;
}

.panolist-1-cloner > div > .header.rtl bdo {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  word-spacing: normal;
}

.panolist-1-cloner > div > .header.l2.rtl {
  padding: 0 24px 0 30px !important;
}

.panolist-1-cloner > div > .header.l3.rtl {
  padding: 0 39px 0 30px !important;
}

.panolist-1-cloner > div > .header > div:nth-child(1) {
  text-align: left !important;
  padding: 0 !important;
}

.panolist-1-cloner > div > .header.rtl > div:nth-child(1) {
  text-align: right !important;
}

.panolist-1 > .panolist-1-cloner.first > div:first-child > .header,
.panolist-1 > .panolist-1-cloner > div > .panolist-1-cloner > div:first-child > .header,
.panolist-1 > .panolist-1-cloner > div > .panolist-1-cloner > div > .panolist-1-cloner > div:first-child > .header,
.pano-cloner > div:first-child > .panomenu-node-title-only {
  border-top-width: 0px !important;
}

.panolist-1 > .panolist-1-cloner.last > div:last-child > .header,
.panolist-1 > .panolist-1-cloner.last > div:last-child > .panolist-1-cloner > div:last-child > .header,
.panolist-1 > .panolist-1-cloner.last > div:last-child > .panolist-1-cloner > div:last-child > .panolist-1-cloner > div:last-child > .header,
.panolist-1 > .panolist-1-cloner.last > div:last-child > .pano-cloner-wrapper > .pano-cloner > div:last-child > .panomenu-node-title-only,
.panolist-1 > .panolist-1-cloner.last > div:last-child > .panolist-1-cloner > div:last-child > .pano-cloner-wrapper > .pano-cloner > div:last-child > .panomenu-node-title-only,
.panolist-1 > .panolist-1-cloner.last > div:last-child > .panolist-1-cloner > div:last-child > .panolist-1-cloner > div:last-child > .pano-cloner-wrapper > .pano-cloner > div:last-child > .panomenu-node-title-only {
  border-bottom-width: 1px !important;
}

/* .panolist-1 > .panolist-1-cloner:not(.last) > div:not(:last-child) > .header,
.panolist-1 > .panolist-1-cloner:not(.last) > div:last-child > .panolist-1-cloner > div:last-child > .header,
.panolist-1 > .panolist-1-cloner.last > div:last-child > .panolist-1-cloner > div:last-child > .panolist-1-cloner > div:last-child > .header,
.panolist-1 > .panolist-1-cloner.last > div:last-child > .panolist-1-cloner > div:last-child > .panolist-1-cloner > div:last-child > .ggskin_scrollarea > .ggskin_scrollarea > .pano-cloner > div:last-child > .panomenu-node-title-only {
  border-bottom-width: 0px !important;
} */

.panolist-1-cloner:not(.closed):not(.panolist-1 > .panolist-1-cloner),
.pano-cloner-wrapper:not(.closed):not(.pano-list-1) {
  margin-top: 1px;
}

.panolist-1 > .panolist-1-cloner.last > div:last-child > .panolist-1-cloner > div:last-child > .panolist-1-cloner > div:last-child > .ggskin_scrollarea {
  padding-bottom: 1px;
}

.panolist-1-cloner > div > .ggskin_scrollarea > .ggskin_scrollarea {
  top: 0px !important;
}

.opened-panolist-level-2-wrapper,
.opened-panolist-level-3-wrapper {
  padding: 1px 0 0;
}

.hs-chevron-3d > img {
  width: 100% !important;
  height: 100% !important;
}

.hs-chevron-3d-text {
  width: max-content;
  transform: translate3d(-50%,0px,60px) rotateX(-75deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  line-height: 1.4;
  border-radius: 19px;
  box-shadow: var(--hs-cevoron-3d-text-box-shadow);
  text-shadow: var(--node-info-text-ltr-shadow);
}

.hs-chevron-3d-text.rtl {
  text-shadow: var(--node-info-text-ltr-shadow);
}

.hs-chevron-3d-text.rtl > div:nth-child(1) {
  font-family: 'Iran Sans' !important;
  font-size: 34px !important;
  line-height: 1.6;
}

.loading-text-1 {
  font-family: arial;
  font-size: 18px !important;
  line-height: 1.5;
  padding: 13px 30px !important;
  transform: translate(-50%,-50%);
}

.loading-text-1 > div:nth-child(1) {
  padding: 0 !important;
  position: relative !important; 
}

.loading-text-2 {
  line-height: 1.5;
  transform: translate(-50%,-50%);
}

.loading-text-2 > div:nth-child(1) {
  padding: 0 !important;
  position: relative !important; 
}

.loading-text-2 {
  padding: 13px 30px !important;
}

.loading-text-2.rtl {
  direction: rtl;
  font-family: 'Iran Sans';
  font-size: 17px !important;
  font-weight: normal;
  word-spacing: -1px;
  padding: 15px 30px !important;
}

.ggskin_hotspot.active {
  z-index: unset !important;
}

.hs-info-3d-text-1 {
  width: max-content !important;
  max-width: calc(100vw - 40px);
}

.hs-info-3d-text-1 > div:nth-child(1) {
  white-space: pre-wrap !important;
  max-height: calc(100vh - 100px);
  overflow: hidden auto !important;
  text-align: justify !important;
  text-align-last: left;
}

.hs-info-3d-text-1 > div:nth-child(1) > *:last-child {
  text-align-last: center;
}

.hs-info-3d-text-1.rtl > div:nth-child(1) {
  text-align-last: right;
}

.hs-info-3d-text-1.rtl,
.hs-info-3d-text-1:not(.rtl) bdo {
  direction: rtl;
  font-family: 'Iran Sans' !important;
}

.hs-info-3d-text-1.rtl bdo {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif !important;
}

.hs-info-3d-text-1 .hs-info-3d-title {
  width: fit-content;
}

.centered-pano-list-1 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.centered-pano-list-1 > .ggskin_scrollarea {
  border-radius: 15px;
  max-width: max-content;
}

.centered-pano-list-1 > .ggskin_scrollarea > .ggskin_scrollarea {
  height: fit-content !important;
  width: 100% !important;
}

.centered-pano-list-1 > .ggskin_scrollarea > .ggskin_scrollarea > .ggskin_cloner {
  width: 100% !important;
  box-sizing: border-box;
  height: fit-content !important;
  display: flex;
  flex-wrap: wrap;
  padding: 7px !important;
}

.centered-pano-list-1.rtl > .ggskin_scrollarea > .ggskin_scrollarea > .ggskin_cloner {
  direction: rtl;
}

.centered-pano-list-1 > .ggskin_scrollarea > .ggskin_scrollarea > .ggskin_cloner > div {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

.centered-pano-list-1 > .guide {
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: calc(100% - 20px);
  box-sizing: border-box;
  padding: 9px 10px !important;
  gap: 6px;
}

.centered-pano-list-1 > .guide:first-child {
  margin: 10px 0 0;
}

.centered-pano-list-1 > .guide:last-child {
  margin: 0 0 10px;
}

.centered-pano-list-1.rtl > .guide {
  direction: rtl;
  font-family: 'Iran Sans';
  font-size: 14px;
  line-height: 1.7;
}

.centered-pano-list-1 > .guide > div:nth-child(2) {
  display: inline;
  position: relative !important;
  width: fit-content !important;
  height: fit-content !important;
  white-space: normal !important;
  padding: 0 !important;
}

.centered-pano-list-1 > .guide > .left-right-icons {
  display: inline-block;
  height: 19px;
  vertical-align: middle;
  padding: 0 6px 2px 0;
}

.centered-pano-list-1.rtl > .guide > .left-right-icons {
  padding: 0 0 2px 6px;
}

.centered-pano-list-1 > .guide > .left-right-icons > img {
  position: relative !important;
  height: 100% !important;
  width: auto !important;
}

.contact-us-wrapper {
  max-height: calc(100% - 24px);
  transform: translate(-50%, -50%);
  border-radius: 15px;
}

.contact-us-wrapper > .ggskin_scrollarea {
  position: relative !important;
  display: flex;
  flex-direction: column-reverse;
  min-width: 300px;
  max-width: min(570px, calc(100vw - 24px));
  box-sizing: border-box;
}

.contact-us-logo {
  width: fit-content;
}

.contact-us-logo > img {
  display: block;
  position: relative !important;
  height: 100%;
  width: auto !important;
}

.contact-us-links-wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
}

.contact-us-links-wrapper.rtl {
  align-items: flex-end;
}

.contact-us-copyright {
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
}

.contact-us-item {
  position: relative !important;
  width: fit-content;
  text-decoration: none;
  display: flex;
  flex-direction: row-reverse;
  gap: 7px;
  line-height: 1.5;
}

.contact-us-links-wrapper.rtl > .contact-us-item {
  flex-direction: row;
}

.contact-us-item > div:nth-child(1),
.contact-us-links-wrapper.rtl > .contact-us-item:not(.ltr) > div:nth-child(1) bdo {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  position: relative !important;
  width: unset !important;
  height: unset !important;
  white-space: normal !important;
}

.contact-us-item.subheading {
  font-weight: bold;
}

.contact-us-item.subheading > div:nth-child(1),
.contact-us-links-wrapper.rtl > .contact-us-item.subheading:not(.ltr) > div:nth-child(1) bdo {
  direction: ltr;
  font-size: 17px;
}

.contact-us-item-icon {
  flex-shrink: 0;
}

.contact-us-item-icon > img {
  position: relative !important;
}

.contact-us-links-wrapper.rtl > .contact-us-item:not(.ltr) > div:nth-child(1),
.contact-us-links-wrapper > .contact-us-item:not(.rtl) > div:nth-child(1) bdo {
  direction: rtl;
  text-align: right !important;
  font-size: 14px;
  font-family: 'Iran Sans';
  word-spacing: -1px;
  line-height: 1.7;
}

.contact-us-links-wrapper.rtl > .contact-us-item.subheading:not(.ltr) > div:nth-child(1),
.contact-us-links-wrapper > .contact-us-item.subheading:not(.rtl) > div:nth-child(1) bdo {
  direction: rtl;
  font-size: 15px;
}

.contact-us-item.ltr.telephone {
  letter-spacing: 0.5px;
}

.share-wrapper {
  width: fit-content;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 12px;
  border-radius: 13px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.share-description {
  position: relative;
  margin: 0 15px 12px;
}

.share-description > div:nth-child(1) {
  position: relative !important;
  width: unset !important;
  height: unset !important;
}

.share-description {
  font-size: 17px !important;
}

.share-wrapper.rtl > .share-description {
  direction: rtl;
  font-family: 'Iran Sans' !important;
  font-size: 15px !important;
}

.share-buttons-wrapper-1 {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  margin: 0 0 3px;
}

.share-wrapper.rtl > .share-buttons-wrapper-1 {
  flex-direction: row;
}

.share-button-1 {
  width: fit-content;
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  line-height: 34px;
  padding: 0 16px;
  border-radius: 17px;
}

.share-button-1 > div:nth-child(1) {
  padding: 0 !important;
}

.share-button-1 {
  font-size: 16px !important;
}

.share-button-1.rtl {
  direction: rtl;
  font-family: 'Iran Sans Bold' !important;
  font-size: 15px !important;
}

@keyframes swipe-1 {
  0% {
    transform: translate(-50%, -50%) rotate(-6deg);
    left: calc(50% - 36px);
  }
  100% {
    transform: translate(-50%, -50%) rotate(15deg);
    left: calc(50% + 36px);
  }
}

.help-swipe-1 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  transform-origin: 70% 100% !important;
  filter: drop-shadow(1px 4px 6px #0C0C0C);
  transition: visibility 0.5s ease, opacity 0.5s ease !important;
  animation: swipe-1 1s ease-in-out 0s infinite alternate;
}

.help-swipe-1 > img {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes next-node-btn-blinker-1 {
  0% {
    transform: scale(1);
    filter: invert(0);
  }
  100% {
    transform: scale(1.3);
    filter: invert(1);
  }
}

.next-node-btn-blinker {
  transform-origin: 50% 100% !important;
  animation: next-node-btn-blinker-1 0.4s ease 0.7s infinite alternate;
}

#hotspots.mobile:not(.landscape) .next-node-btn-blinker {
  transform-origin: 50% 50% !important;
}

.help-wrapper-2 {
  max-height: calc(100% - 24px);
  transform: translate(-50%, -50%);
  border-radius: 15px;
}

.help-wrapper-2 > .ggskin_scrollarea {
  position: relative !important;
  width: fit-content;
  min-width: 330px;
  max-width: calc(100vw - 24px);
  box-sizing: border-box;
  height: fit-content;
  padding: 15px 18px;
  display: flex;
  flex-direction: column-reverse;
}

.help-wrapper-2.rtl > .ggskin_scrollarea {
  align-items: flex-end;
}

.help-wrapper-2 > .ggskin_scrollarea > .help-header-1 {
  font-size: 20px;
  position: relative;
  margin: 3px auto 21px;
  line-height: 1.5;
}

.help-wrapper-2.rtl > .ggskin_scrollarea > .help-header-1 {
  direction: rtl;
  font-family: 'Iran Sans';
  font-size: 17px;
  line-height: 1.7;
}

.help-header-1 > div:nth-child(1) {
  position: relative;
  white-space: normal !important;
}

.help-360-gallery-1 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 17px;
  margin: 0 0 30px;
}

.help-wrapper-2.rtl > .ggskin_scrollarea > .help-360-gallery-1 {
  direction: rtl;
}

.help-360-gallery-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: fit-content;
  gap: 10px;
}

.help-wrapper-2 .help-360-gallery-item {
  font-size: 17px;
}

.help-wrapper-2.rtl .help-360-gallery-item {
  font-family: 'Iran Sans';
  font-size: 14px;
  word-spacing: -1px;
}

.help-360-gallery-item > div:nth-child(1) {
  position: relative;
  white-space: normal !important;
}

.help-wrapper-2 .help-360-gallery-item > div:nth-child(1) {
  text-align: left !important;
}

.help-wrapper-2.rtl .help-360-gallery-item > div:nth-child(1) {
  text-align: right !important;
}

.help-360-gallery-item > .button-1 {
  position: relative;
  text-align: right;
  min-width: 27px;
}

.help-360-gallery-item > .button-1.hand > img {
  transform-origin: 70% 100% !important;
  transform: rotate(-15deg);
  transition: transform 0.4s ease 0s;
}

.help-360-gallery-item > .button-1.hand.rotate > img {
  transform: rotate(23deg);
}

.help-360-gallery-item > .button-1 > img {
  transition: transform 0.4s ease 0s;
}

.help-360-gallery-item > .button-1.change > img {
  transform: rotate3d(0, 1, 0, 180deg);
}

.help-360-gallery-item > .button-1.menu > img {
  transform: rotate(180deg);
}

.help-360-gallery-item > .button-1.large > img {
  transform: scale(1.07);
}

.help-wrapper-2.rtl .help-360-gallery-item > .button-1 {
  text-align: left;
}

.help-360-gallery-item > .button-1 > img {
  position: relative !important;
}

.help-ok-button {
  font-size: 18px !important;
  line-height: 34px;
  border-radius: 17px !important;
  padding: 0 24px !important;
  margin: 0 auto;
}

.help-ok-button.rtl {
  font-family: 'Iran Sans' !important;
  font-size: 18px !important;
  line-height: 38px;
  border-radius: 19px !important;
}

.help-language-set {
  box-sizing: border-box;
  border-radius: 0px 15px;
  line-height: 32px;
  padding: 0 8px 0 11px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 4px;
  font-size: 16px !important;
}

.splash-screen-1 > .help-language-set {
  border-radius: 17px;
}

.help-language-set.rtl {
  font-family: 'Iran Sans' !important;
  font-size: 15px !important;
}

.help-language-set > div:nth-child(1) {
  padding: 0 !important;
}

.help-language-set.rtl > div:nth-child(1) {
  direction: rtl;
}

.help-language-set-img {
  position: relative;
  min-width: 22px;
}

.help-language-set-img > img {
  display: block;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
}

.language-select-1-wrapper {
  box-shadow: 0 2px 15px -6px #111111;
  padding: 0;
  margin: 0;
  max-height: 100%;
  border-radius: 9px 9px 9px 15px !important;
  box-sizing: border-box;
  display: flex;
  /* flex-direction: column; */ /* FIX FOR flex-direction: column; with flex-wrap: wrap; BELOW */
  flex-direction: row;
  writing-mode: vertical-lr;
  /* END OF FIX FOR flex-direction: column; with flex-wrap: wrap; */
  flex-wrap: wrap;
  z-index: 1;
}

.splash-screen-1 > .language-select-1-wrapper {
  border-radius: 9px !important;
}

.language-select-1-item {
  /* FIX FOR PARENT flex-direction: column; with flex-wrap: wrap; BELOW */
  writing-mode: horizontal-tb;
  /* END OF FIX FOR flex-direction: column; with flex-wrap: wrap; */
  font-size: 15px !important;
  padding: 0 12px;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.language-select-1-item.rtl {
  font-family: 'Iran Sans' !important;
  font-size: 14px !important;
}

.language-select-1-item:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}

.language-select-1-item > div:nth-child(1) {
  width: fit-content !important;
  padding: 0 !important;
  line-height: 34px;
}

.lang-select-1-flag {

}

.lang-select-1-flag > img {
  position: relative !important;
  display: block;
  width: 21px !important;
  height: auto !important;
}

.custom-list-1 > div:nth-child(1) {
  position: relative;
  width: fit-content !important;
  height: fit-content !important;
  white-space: normal !important;
  overflow: visible !important;
  padding: 0 !important;
}

.custom-list-1 > div:nth-child(1) > ul {
  overscroll-behavior: none;
  box-shadow: 0 2px 15px -6px #111111;
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
  background-color: #fafafa;
  color: #111111;
  border: 0px solid #111111;
  border-radius: 9px 9px 9px 15px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}

.custom-list-1 > div:nth-child(1) > ul > li {
  font-size: 15px;
  white-space: nowrap;
  height: 34px;
  line-height: 1;
  padding: 0 12px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.custom-list-1 > div:nth-child(1) > ul > li.active {
  background-color: #eaeaea;
}

@media screen and (hover: hover) {
  .custom-list-1 > div:nth-child(1) > ul > li:hover {
      background-color: #eaeaea;
  }
}

.custom-list-1 > div:nth-child(1) > ul > li.rtl {
  font-family: 'Iran Sans';
  font-size: 14px;
}

.pano-menu-1-node-title {
  text-shadow: 0px 2px 3px #111111, 0px -1px 3px #111111;
}

.pano-menu-1-node-title {
  font-size: 15px !important;
}

.pano-menu-1-node-title.rtl,
.pano-menu-1-node-title:not(.rtl) bdo {
  direction: rtl;
  font-family: 'Iran Sans';
  font-size: 14px !important;
  word-spacing: -1px;
}

.pano-menu-1-node-title.rtl bdo {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px !important;
  word-spacing: normal;
}

.node-visited-marker-1 {
  padding: 4px;
  box-sizing: border-box;
  border-radius: 50%;
  /* box-shadow: 0px 1px 4px -1px #111111; */
}

.node-visited-marker-1 > img {
  position: relative !important;
  filter: drop-shadow(0 1px 2px #111111);
  -webkit-filter: drop-shadow(0 1px 2px #111111);
}

.select-table {
  filter: drop-shadow(0px 1px 3px #333333);
  -webkit-filter: drop-shadow(0px 1px 3px #333333);
  transform-origin: 11% 100% !important;
  transform: translate(-11%, 0%) scale(1);
  transition: transform 0.8s ease 0s, opacity  0.2s ease 0s !important;
}

.select-table.blink {
  transform: translate(-11%, 0%) scale(1.25);
}

.selected-table-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 13px;
  padding: 9px 12px 12px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  transition: transform 0.4s ease 0s;
  max-width: min(340px, calc(100% - 20px));
  box-sizing: border-box;
}

#hotspots.mobile:not(.landscape) .selected-table-info {
  bottom: 54px;
}

.selected-table-info.rtl {
  left: unset;
  right: 10px;
}

.selected-table-info:not(.rtl):not(.show) {
  transform: translate(calc(-100% - 10px), 0%);
}

.selected-table-info.rtl:not(.show) {
  transform: translate(calc(100% + 10px), 0%);
}

.selected-table-info-hr-1 {
  position: relative;
  width: 100%;
  height: 1px;
}

.selected-table-title {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  line-height: 30px;
  padding: 0px 12px 4px !important;
}

.selected-table-title > div:nth-child(1) {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
}

.selected-table-title,
.selected-table-info.rtl > .selected-table-title > div:nth-child(1) bdo {
  direction: ltr;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px !important;
}

.selected-table-info.has-description > .selected-table-title {
  padding: 0px 12px 2px !important;
}

.selected-table-info.rtl > .selected-table-title,
.selected-table-info:not(.rtl) > .selected-table-title > div:nth-child(1) bdo {
  direction: rtl;
  font-family: 'Iran Sans';
  font-size: 16px !important;
}

.selected-table-description {
  width: fit-content;
  position: relative;
  padding: 0px 3px 4px !important;
}

.selected-table-description > div:nth-child(1),
.selected-table-info.rtl > .selected-table-description > div:nth-child(1) bdo {
  direction: ltr;
  white-space: normal !important;
  text-align: left !important;
  font-size: 16px;
  padding: 0px !important;
  line-height: 1.4;
}

.selected-table-info.rtl > .selected-table-description > div:nth-child(1),
.selected-table-info:not(.rtl) > .selected-table-description > div:nth-child(1) bdo {
  direction: rtl;
  text-align: right !important;
  font-size: 14px;
  font-family: 'Iran Sans';
}

.selected-table-info.rtl > .selected-table-description > div:nth-child(1) {
  line-height: 1.7;
}

.selected-table-book,
.food-menu-btn-1 {
  width: 100%;
  min-width: 136px;
  max-width: 210px;
  position: relative;
  box-sizing: border-box;
  line-height: 34px;
  padding: 0 16px;
  border-radius: 17px;
  margin: 12px 12px;
}

.food-menu-btn-1 {
  margin: 0 12px 3px;
}

.selected-table-book.ltr > div:nth-child(1),
.food-menu-btn-1.ltr > div:nth-child(1) {
  position: relative;
  width: auto !important;
  height: auto !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 17px !important;
  padding: 5px 0px 4px;
}

.selected-table-book.rtl > div:nth-child(1),
.food-menu-btn-1.rtl > div:nth-child(1) {
  direction: rtl;
  font-family: 'Iran Sans' !important;
  font-size: 16px !important;
  padding: 0px 0px 3px;
}

.permExplain_1 {
  display: none;
  box-sizing: border-box;
  direction: rtl;
  z-index: 9;
  background-color: #ffffff;
  color: #000000;
  position: fixed;
  top: calc(50vh - 150pt);
  left: 50vw;
  padding: 14pt 14pt/* 131pt*/;
  border-radius: 10pt;
  text-align: center;
  font-family: 'Iran Sans';
  font-size: 11pt;
  line-height: 1.7;
  word-spacing: -0.5pt;
  width: 202pt;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
  transition: opacity 0.3s ease-in, transform 0.3s;
}

@media screen and (prefers-color-scheme: dark) {
  .permExplain_1 {
    background-color: #3f3f3f;
    color: #ffffff;
  }
}

.permExplain_1_show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.permExplain_1_hide {
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

@media screen and (min-aspect-ratio: 1/1) {
  .permExplain_1 {
    top: 0pt;
    transform: translate(-50%, 0%) scale(1.2);
    width: 330pt;
  }
  
  .permExplain_1_show {
    transform: translate(-50%, 0%) scale(1);
  }
}

.splash-screen-1 {
  background-image: var(--splash-screen-1-gradient);
  transition: opacity 1.5s ease-in 0s;
}

.logo-1 {
  transform: translate(-50%, 0%);
}

.logo-1 > img {
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  display: block;
  margin: 0 auto;
  filter: var(--logo-1-shadow);
  -webkit-filter: var(--logo-1-shadow);
  transition: filter 0.8s ease-in 0s, -webkit-filter 0.8s ease-in 0s;
}

.card-1 {
  box-shadow: var(--cards-box-shadow);
}

.no-display {
  display: none !important;
}

.hamburger-menu-wrapper-1 {
  position: absolute;
  top: 0px;
  left: 0px;
  max-height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 0.4s ease 0s, border-radius 0.3s ease 0s !important;
}

.hamburger-menu-wrapper-1 > .ggskin_scrollarea {
  position: relative !important;
  display: flex !important;
  flex-direction: column-reverse;
}

#hotspots.mobile:not(.landscape) .hamburger-menu-wrapper-1 {
  top: unset;
  bottom: 0px;
}

.hamburger-menu-wrapper-1.rtl {
  left: 100%;
}

.hamburger-menu-wrapper-1[data-curved="1"] {
  border-radius: 0 0 15px 0;
}

.hamburger-menu-wrapper-1.rtl[data-curved="1"] {
  border-radius: 0 0 0 15px;
}

#hotspots.mobile:not(.landscape) .hamburger-menu-wrapper-1[data-curved="1"] {
  border-radius: 0 15px 0 0;
}

#hotspots.mobile:not(.landscape) .hamburger-menu-wrapper-1.rtl[data-curved="1"] {
  border-radius: 15px 0 0 0;
}

.hamburger-menu-wrapper-1:not(.rtl):not(.show),
.hamburger-menu-wrapper-1.rtl.show {
  transform: translate(-100%, 0%);
}

.hamburger-menu-logo-1 {
  flex-shrink: 0;
}

.hamburger-menu-logo-1 > img {
  display: block;
  position: relative !important;
  width: auto !important;
  height: 100% !important;
}

.hamburger-menu-item-1 {
  min-width: 250px;
  position: relative;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  gap: 18px;
}

.hamburger-menu-item-1 > div:first-child {
  box-sizing: border-box;
  position: relative;
  height: fit-content !important;
  width: fit-content !important;
}

@keyframes blink-1 {
  0% {transform: scale(1);}
  100% {transform: scale(1.3);}
}

@keyframes blink-2 {
  0% {transform: translate(0, -50%) scale(1);}
  100% {transform: translate(0, -50%) scale(1.3);}
}

.hamburger-menu-item-1.blink > div:first-child {
  animation: blink-1 0.7s ease-in-out 0s infinite alternate !important;
}

.hamburger-menu-item-1.blink > .hamburger-menu-icon-1 {
  animation: blink-2 0.7s ease-in-out 0s infinite alternate !important;
}

.hamburger-menu-wrapper-1 > .ggskin_scrollarea > .hamburger-menu-item-1.blink > div:first-child {
  transform-origin: -27px 50% !important;
}

.hamburger-menu-wrapper-1.rtl > .ggskin_scrollarea > .hamburger-menu-item-1.blink > div:first-child {
  transform-origin: calc(100% + 27px) 50% !important;
}

.hamburger-menu-wrapper-1 > .ggskin_scrollarea > .hamburger-menu-item-1.blink > .hamburger-menu-icon-1 {
  transform-origin: 0% 50% !important;
}

.hamburger-menu-wrapper-1.rtl > .ggskin_scrollarea > .hamburger-menu-item-1.blink > .hamburger-menu-icon-1 {
  transform-origin: 100% 50% !important;
}

.hamburger-menu-wrapper-1 > .ggskin_scrollarea > .hamburger-menu-item-1 {
  direction: ltr;
  text-align: left !important;
  padding: 0 18px 0 48px !important;
}

.hamburger-menu-wrapper-1.rtl > .ggskin_scrollarea > .hamburger-menu-item-1 {
  direction: rtl;
  text-align: right !important;
  padding: 0 48px 0 18px !important;
}

.hamburger-menu-wrapper-1 > .ggskin_scrollarea > .hamburger-menu-item-1 > div:first-child {
  padding: 0 !important;
}

.hamburger-menu-wrapper-1 > .ggskin_scrollarea > .hamburger-menu-item-1 > div:first-child {
  text-align: inherit !important;
  font-size: 16px;
}

.hamburger-menu-wrapper-1.rtl > .ggskin_scrollarea > .hamburger-menu-item-1 > div:first-child,
.hamburger-menu-wrapper-1 > .ggskin_scrollarea > .hamburger-menu-item-1 > div:first-child bdo {
  direction: rtl;
  text-align: inherit !important;
  font-family: 'Iran Sans';
  font-size: 14px;
  word-spacing: -1px;
}

.hamburger-menu-wrapper-1.rtl > .ggskin_scrollarea > .hamburger-menu-item-1 > div:first-child bdo {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  word-spacing: normal;
}

.hamburger-menu-icon-1 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
}

.hamburger-submenu-1 {
  padding: 1px 0 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.hamburger-submenu-1-item {
  height: 38px !important;
  flex-shrink: 0;
}

.hamburger-submenu-1-item > div:nth-child(1) {
  position: relative !important;
  width: fit-content !important;
  height: fit-content !important;
}

.hamburger-menu-wrapper-1 .hamburger-submenu-1-item {
  padding: 0 0 0 48px !important;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
}

.hamburger-menu-wrapper-1.rtl .hamburger-submenu-1-item {
  padding: 0 48px 0 0 !important;
  flex-direction: row;
}

.hamburger-menu-wrapper-1 .hamburger-submenu-1-item > div:nth-child(1) {
  text-align: left !important;
}

.hamburger-menu-wrapper-1 .hamburger-submenu-1-item > div:nth-child(1),
.hamburger-menu-wrapper-1.rtl .hamburger-submenu-1-item.ltr > div:nth-child(1),
.hamburger-menu-wrapper-1.rtl .hamburger-submenu-1-item.rtl > div:nth-child(1) bdo {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  word-spacing: normal;
}

.hamburger-menu-wrapper-1.rtl .hamburger-submenu-1-item > div:nth-child(1) {
  font-family: 'Iran Sans';
  font-size: 13px;
  word-spacing: -0.5px;
}

.hamburger-menu-wrapper-1 .hamburger-submenu-1-item.rtl > div:nth-child(1),
.hamburger-menu-wrapper-1:not(.rtl) .hamburger-submenu-1-item:not(.rtl) > div:nth-child(1) bdo,
.hamburger-menu-wrapper-1.rtl .hamburger-submenu-1-item.ltr > div:nth-child(1) bdo {
  direction: rtl;
  font-family: 'Iran Sans' !important;
  font-size: 13px !important;
  word-spacing: -0.5px;
}

.hamburger-menu-wrapper-1 > .ggskin_scrollarea > .hamburger-menu-item-1 > .hamburger-menu-icon-1 {
  right: unset !important;
  left: 15px !important;
}

.hamburger-menu-wrapper-1.rtl > .ggskin_scrollarea > .hamburger-menu-item-1 > .hamburger-menu-icon-1 {
  left: unset !important;
  right: 15px !important;
}

.hamburger-menu-item-toggle-1 {
  width: 32px;
  height: 20px;
  position: relative;
}

.hamburger-menu-value-1 {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
}

.hamburger-menu-value-1 > div:first-child {
  width: fit-content !important;
  height: fit-content !important;
}

.hamburger-menu-value-1 > div:first-child {
  font-size: 16px;
}

.hamburger-menu-wrapper-1.rtl > .ggskin_scrollarea .hamburger-menu-value-1 > div:first-child bdo {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  word-spacing: normal;
}

.hamburger-menu-wrapper-1.rtl > .ggskin_scrollarea .hamburger-menu-value-1 > div:first-child,
.hamburger-menu-wrapper-1:not(.rtl) > .ggskin_scrollarea .hamburger-menu-value-1 > div:first-child bdo {
  font-family: 'Iran Sans';
  font-size: 14px;
  direction: rtl;
  word-spacing: -1px;
}

.hamburger-menu-value-image-1 {
  height: 22px !important;
  width: 22px !important;
}

.hamburger-submenu-image-1 {
  height: 21px !important;
  width: 21px !important;
}

.hamburger-menu-value-image-1 > img,
.hamburger-submenu-image-1 > img {
  display: block;
  position: relative !important;
}

.hamburger-menu-dev-logo-1 {
  position: relative;
}

.hamburger-menu-dev-logo-1 > img {
  display: block;
  height: 100% !important;
  width: auto !important;
  position: relative !important;
}

.txt-rtl {direction: rtl;}

.txt-ltr {direction: ltr;}

.iOSsw {box-shadow: 0px 2px 4px rgba(0,0,0,0.3);}

.developer-link-1-wrapper {
  display: block;
  color: var(--developer-link-1-color);
  text-shadow: var(--developer-link-1-text-shadow);
  box-sizing: border-box;
  border-radius: var(--developer-border-radius);
  padding: 6px 7px;
  font-family: arial;
  font-size: 12px;
  line-height: 1;
  transform: translate(-50%,0);
}

.developer-link-1-wrapper > div:nth-child(1) {
  padding: 0 !important;
  overflow: unset !important;
}

.developer-link-1-wrapper:before {
  content: '';
  pointer-events: none;
  box-sizing: border-box;
  border-radius: var(--developer-border-radius);
  position: absolute; top: 0; right: 0;
  width: 100%;
  height: 100%;
  filter: var(--developer-link-1-background-drop-shadow);
  -webkit-filter: var(--developer-link-1-background-drop-shadow);
}

.developer-link-1:link,
.developer-link-1:visited {
  color: var(--developer-link-1-color);
}

.developer-link-1:active {
  color: var(--developer-link-1-color-active);
  text-shadow: var(--developer-link-1-text-shadow-active);
}

@media screen and (hover:hover) {
  .developer-link-1:hover {
    color: var(--developer-link-1-color-active);
    text-shadow: var(--developer-link-1-text-shadow-active);
  }
}

.btn-2 {
  border-radius: 21px;
  padding: 7px 12px;
  font-family: arial;
  box-shadow: var(--buttons-box-shadow);
  filter: var(--buttons-filter);
  -webkit-filter: var(--buttons-filter);
}

.btn-1 {
  background-color: var(--buttons-background-color);
  border-radius: 50%;
  transition: opacity 0.4s ease 0s !important;
}

.btn-1.active {
  background-color: var(--color_third);
}

.btn-1.disabled {
  opacity: 0.4 !important;
  pointer-events: none !important;
}

.btn-1 > img {
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: var(--buttons-box-shadow);
  filter: var(--buttons-filter);
  -webkit-filter: var(--buttons-filter);
}

.change-node-buttons-wrapper,
#hotspots.mobile:not(.landscape) .change-node-buttons-wrapper {
  position: absolute;
  left: calc(50% - 39px);
  bottom: 10px;
  width: 78px;
  height: 34px;
  transition: left 0.7s ease 0s, bottom 0.7s ease 0s, width 0.7s ease 0s, height 0.7s ease 0s, opacity 0.4s ease 0s !important;
}

.change-node-buttons-wrapper.node-info-active {
  left: calc(100% - 88px);
}

.change-node-buttons-wrapper.rtl.node-info-active {
  left: 10px;
}

.change-node-buttons-wrapper.node-info-active.tour-mode:not(#hotspots.mobile:not(.landscape) .change-node-buttons-wrapper.node-info-active.tour-mode) {
  width: calc(100% - 20px) !important;
  height: 34px !important;
  bottom: calc(50% - 17px) !important;
  left: 10px !important;
}

@media screen and (max-width: 1007px) {
  .change-node-buttons-wrapper.node-info-active {
    left: calc(100% - 44px);
    width: 34px;
    height: 78px;
  }
}

.ggskin_scrollarea:not(.rtl) > .ggskin_scrollarea_vscrollbg {
  right: unset !important;
  left: 0;
}

.pano-menu-icon {
  position: absolute;
  transition: transform 0.8s ease, opacity 0.4s ease 0s, top 0.7s ease 0s, left 0.7s ease 0s, right 0.7s ease 0s !important;
}

.pano-menu-icon.ltr {
  left: 60px !important;
  top: 10px !important;
}

#hotspots.mobile.landscape .pano-menu-icon {
  top: 54px !important;
}

.pano-menu-icon.rtl {
  left: unset !important;
  right: 60px !important;
  top: 10px !important;
}

#hotspots.mobile:not(.landscape) .pano-menu-icon {
  top: unset !important;
  bottom: 10px;
}

#hotspots.mobile .pano-menu-icon {
  width: 34px !important;
  height: 34px !important;
}

#hotspots.mobile:not(.landscape) .pano-menu-icon.ltr {
  left: 54px !important;
}

#hotspots.mobile.landscape .pano-menu-icon.ltr {
  left: 10px !important;
}

#hotspots.mobile:not(.landscape) .pano-menu-icon.rtl {
  right: 54px !important;
}

#hotspots.mobile.landscape .pano-menu-icon.rtl {
  right: 10px !important;
}

#hotspots.mobile .pano-menu-icon > .marker {
  width: 9px !important;
  height: 9px !important;
  top: -1px !important;
  right: -1px !important;
}

#hotspots.mobile .pano-menu-icon.rtl > .marker {
  right: 26px !important;
}

.map-button-1 {
  position: absolute;
  top: 10px;
  transition: transform 0.8s ease, opacity 0.4s ease 0s, top 0.7s ease 0s, left 0.7s ease 0s, right 0.7s ease 0s !important;
}

#hotspots.mobile .map-button-1 {
  width: 34px !important;
  height: 34px !important;
}

#hotspots.mobile:not(.landscape) .map-button-1 {
  top: unset !important;
  bottom: 10px;
}

.map-button-1.ltr {
  left: 110px;
}

#hotspots.mobile:not(.landscape) .map-button-1.ltr {
  left: unset;
  right: 10px;
}

#hotspots.mobile:not(.landscape) .map-button-1.prev-btn.ltr {
  right: 54px;
}

#hotspots.mobile.landscape .map-button-1.ltr {
  left: 54px;
}

.map-button-1.rtl {
  left: unset;
  right: 110px;
}

#hotspots.mobile:not(.landscape) .map-button-1.rtl {
  right: unset;
  left: 10px;
}

#hotspots.mobile:not(.landscape) .map-button-1.prev-btn.rtl {
  left: 54px;
}

#hotspots.mobile.landscape .map-button-1.rtl {
  left: unset;
  right: 54px;
}

@media screen and (max-width: 719px) {
  #hotspots:not(.mobile) .map-button-1 {
    top: 60px;
  }

  #hotspots:not(.mobile) .map-button-1.ltr {
    left: 10px;
  }

  #hotspots:not(.mobile) .map-button-1.rtl {
    right: 10px;
  }
}

.bottom-elements-1 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  padding: 0 10px 10px;
}

.bottom-elements-1 > * {
  position: relative !important;
}

.bottom-buttons-1,
.bottom-buttons-2,
.bottom-buttons-3 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: end;
}

.bottom-buttons-2 {
  transition: left 0.7s ease 0s, right 0.7s ease 0s;
}

.bottom-buttons-1.rtl,
.bottom-buttons-1.rtl > .bottom-buttons-2 {
  flex-direction: row-reverse;
}

.bottom-buttons-2 {
  flex-grow: 1;
}

.bottom-buttons-2.tour {
  justify-content: flex-start;
}

.bottom-buttons-3 {
  flex-grow: 1;
  justify-content: center;
}

.bottom-buttons-2.tour > .bottom-buttons-3 {
  width: 0;
  flex-grow: unset;
  overflow: hidden;
}

.bottom-buttons-1 > *,
.bottom-buttons-2 > *,
.bottom-buttons-3 > * {
  position: relative !important;
}

.btn-1.left > img {
  padding: 0px;
}

.minimize-btn-1 {
  padding: 9px 6px;
}

.minimize-btn-1 > div {
  position: relative !important;
  background-color: #fafafa;
  width: 8px !important;
  height: 2px !important;
}

.backdropFilterBlur_1 {
  backdrop-filter: blur(9px) !important;
  -webkit-backdrop-filter: blur(9px) !important;
}

.text-3d-1,
.text-3d-2 {
  line-height: 1.4;
  text-shadow: var(--node-info-text-ltr-shadow);
}

.text-3d-1.rtl,
.text-3d-2.rtl {
  line-height: 1.6;
  font-family: 'Iran Sans' !important;
  word-spacing: -1px;
  text-shadow: var(--node-info-text-rtl-shadow);
}

.text-3d-2 {
  transform: translate(-50%, 0%);
  width: max-content;
  max-width: calc(100vw - 30px);
}

.text-3d-2 > div:nth-child(1) {
  white-space: normal !important;
}

.node-info,
.hs-info {
  position: absolute;
  bottom: 10px;
  transition: transform 0.7s ease 0s, opacity 0.4s ease 0s !important;
  max-height: calc(100% - 20px);
}

.hs-info {
  transition: transform 0.7s ease-out 0s, opacity 0.4s ease-in 0s, max-width 0.4s ease-in 0s !important;
  transform: translate(-50%, 0%);
}

.hs-info.has-swiper {
  bottom: 50%;
  transform-origin: 50% 50% !important;
  transform: translate(-50%, 50%);
}

#hotspots.mobile:not(.landscape) .node-info,
#hotspots.mobile:not(.landscape) .hs-info:not(.has-swiper) {
  bottom: 54px;
  max-height: calc(100% - 64px);
}

.node-info.hide,
.hs-info.hide,
.hs-info.override-hide {
  transition: unset !important;
}

.node-info.ltr {
  right: unset;
  left: 10px;
}

.hs-info {
  left: 50%;
  transform-origin: 50% 0% !important;
  width: max-content;
}

#hotspots.mobile .node-info.ltr {
  left: 5px;
}

#hotspots.mobile.landscape .node-info.ltr {
  left: 10px;
}

.node-info.ltr.hide {
  transform: translate(calc(-100% - 10px), 0%);
}

.hs-info.hide {
  opacity: 0;
  transform: translate(-50%, 0%) scale(0.5);
}

.hs-info.hide.has-swiper {
  transform: translate(-50%, 50%) scale(0.5);
}

.hs-info.override-hide {
  transform: translate(-50%, 0%);
}

.hs-info.override-hide.has-swiper {
  transform: translate(-50%, 50%);
}

.node-info.rtl {
  left: unset;
  right: 10px;
}

#hotspots.mobile .node-info.rtl {
  right: 5px;
}

#hotspots.mobile.landscape .node-info.rtl {
  right: 10px;
}

.node-info.rtl.hide {
  transform: translate(calc(100% + 10px), 0%);
}

.node-info > div:nth-child(1),
.hs-info > div:nth-child(1) {
  padding: 0 !important;
}

.node-info > div:nth-child(1) > ul,
.hs-info > div:nth-child(1) {
  position: relative;
  max-height: 100%;
  list-style-type: none;
  text-align: justify;
  text-align-last: left;
  font-weight: normal;
  white-space: normal;
  margin: 0;
  box-sizing: border-box;
  max-width: min(900px, calc(100vw - 64px));
}

.hs-info > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.node-info.full-width > div:nth-child(1) > ul {
  max-width: calc(100vw - 20px);
}

#hotspots.mobile .node-info > div:nth-child(1) > ul,
#hotspots.mobile .hs-info > div:nth-child(1) {
  max-width: min(900px, calc(100vw - 10px));
}

#hotspots.mobile.landscape .node-info > div:nth-child(1) > ul {
  max-width: min(900px, calc(100vw - 64px));
}

.hs-info.has-swiper > div:nth-child(1),
#hotspots.mobile .hs-info.has-swiper > div:nth-child(1) {
  max-width: calc(100vw - 10px);
}

.node-info.ltr > div:nth-child(1) > ul,
.hs-info.ltr > div:nth-child(1) {
  font-size: clamp(15.4px, 3.71vmin, 18.4px);
  font-family: Helvetica, Arial, sans-serif;
  direction: ltr;
  padding: 12px 12px 12px 12px;
  text-shadow: var(--node-info-text-ltr-shadow);
}

.node-info.rtl > div:nth-child(1) > ul,
.hs-info.rtl > div:nth-child(1) {
  font-size: clamp(13px, 3vmin, 15px);
  font-family: "Iran Sans";
  word-spacing: -1px;
  direction: rtl;
  text-align-last: right;
  padding: 12px 12px 12px 12px;
  text-shadow: var(--node-info-text-rtl-shadow);
}

.hs-info.rtl > div:nth-child(1) {
  width: max-content !important;
}

.node-info > div:nth-child(1) > ul > li:before {
  content: "●"; /*\u00A0\u202F*/
  display: none;
  padding: 0;
  position: absolute;
}

.node-info.ltr > div:nth-child(1) > ul > li:before {
  left: 9px;
}

.node-info.rtl > div:nth-child(1) > ul > li:before {
  right: 9px;
}

.node-info > div:nth-child(1) > ul > li,
.hs-info > div:nth-child(1) > div:not(.pano2vrSwiper) {
  white-space: pre-line;
  word-wrap: break-word;
  width: fit-content;
}

.hs-info > div:nth-child(1) > div:not(.pano2vrSwiper) {
  box-sizing: border-box;
  overflow: hidden auto;
  overscroll-behavior: contain;
  max-height: 40%;
  flex-shrink: 0;
  width: unset;
}

.hs-info > div:nth-child(1) > div:nth-child(1):not(.pano2vrSwiper) {
  padding: 12px;
}

.hs-info > div:nth-child(1) > div:nth-child(2) {
  padding: 12px;
}

.node-info > div:nth-child(1) > ul > li.title,
.hs-info > div:nth-child(1) > div > h4 {
  font-weight: bold;
  font-size: clamp(17px, 4.1vmin, 19px);
}

.node-info:not(.rtl) > div:nth-child(1) > ul > li.title bdo,
.hs-info:not(.rtl) > div:nth-child(1) > div > h4 bdo {
  direction: rtl;
  font-family: 'Iran Sans';
  font-size: clamp(14px, 3.1vmin, 16px);
}

.hs-info > div:nth-child(1) > div > h4 {
  margin: 3px 0 0;
  text-align: center;
  text-align-last: center;
}

.node-info.rtl > div:nth-child(1) > ul > li.title,
.hs-info.rtl > div:nth-child(1) > div > h4 {
  font-size: clamp(14px, 3.1vmin, 16px);
}

.node-info.rtl > div:nth-child(1) > ul > li.title bdo,
.hs-info.rtl > div:nth-child(1) > div > h4 bdo {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(17px, 4.1vmin, 20px);
}

.hs-info > div:nth-child(1) > div > h4,
.hs-info > div:nth-child(1) > div > p,
.hs-info-3d-text-1 > div:nth-child(1) > * {
  margin: 0;
}

.hs-info > div:nth-child(1) > div > p {
  text-align: justify;
}

.node-info > div:nth-child(1) > ul > li,
.hs-info > div:nth-child(1) > div > p {
  margin-top: min(1.8vmin,9px);
}

.hs-info-3d-text-1 > div:nth-child(1) > * {
  margin-top: 8px;
}

.node-info.ltr > div:nth-child(1) > ul > li,
.hs-info.ltr > div:nth-child(1) > div > p,
.hs-info-3d-text-1 > div:nth-child(1) > p {
  line-height: 1.5;
}

.node-info.rtl > div:nth-child(1) > ul > li,
.hs-info.rtl > div:nth-child(1) > div > p,
.hs-info-3d-text-1.rtl > div:nth-child(1) > p {
  line-height: 1.8;
}

.node-info.ltr > div:nth-child(1) > ul > li,
.hs-info.ltr > div:nth-child(1) > div > p {
  line-height: 1.5;
}

.node-info.rtl > div:nth-child(1) > ul > li,
.hs-info.rtl > div:nth-child(1) > div > p {
  line-height: 1.8;
}

.node-info.rtl > div:nth-child(1) > ul > li bdo,
.hs-info.rtl > div:nth-child(1) > div > p bdo {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  word-spacing: normal;
  font-size: clamp(15.4px, 3.71vmin, 18.4px);
}

.node-info > div:nth-child(1) > ul > li:first-of-type,
.hs-info > div:nth-child(1) > div:not(.pano2vrSwiper) > *:first-child,
.hs-info-3d-text-1 > div:nth-child(1) > *:first-child {
  margin-top: 0;
}

.node-info > div:nth-child(1) > ul > li a,
.node-info > div:nth-child(1) > ul > li a:link,
.node-info > div:nth-child(1) > ul > li a:visited,
.node-info > div:nth-child(1) > ul > li .link_1,
.node-info > div:nth-child(1) > ul > li .link_1:link,
.node-info > div:nth-child(1) > ul > li .link_1:visited,
.hs-info > div:nth-child(1) > div a,
.hs-info > div:nth-child(1) > div a:link,
.hs-info > div:nth-child(1) > div a:visited,
.hs-info > div:nth-child(1) > div .link_1,
.hs-info > div:nth-child(1) > div .link_1:link,
.hs-info > div:nth-child(1) > div .link_1:visited,
.hs-info-3d-text-1 > div:nth-child(1) .link_1,
.hs-info-3d-text-1 > div:nth-child(1) .link_1:link,
.hs-info-3d-text-1 > div:nth-child(1) .link_1:visited,
.hs-info-3d-text-1 > div:nth-child(1) a,
.hs-info-3d-text-1 > div:nth-child(1) a:link,
.hs-info-3d-text-1 > div:nth-child(1) a:visited {
  pointer-events: auto;
  text-decoration: underline;
  cursor: pointer;
  color: var(--node-info-text-link-color);
}

.link-1:link,
.link-1:visited,
.hs-info > div:nth-child(1) > div a,
.hs-info > div:nth-child(1) > div a:link,
.hs-info > div:nth-child(1) > div a:visited,
.hs-info > div:nth-child(1) > div .link_1,
.hs-info > div:nth-child(1) > div .link_1:link,
.hs-info > div:nth-child(1) > div .link_1:visited,
.hs-info-3d-text-1 > div:nth-child(1) .link_1,
.hs-info-3d-text-1 > div:nth-child(1) .link_1:link,
.hs-info-3d-text-1 > div:nth-child(1) .link_1:visited,
.hs-info-3d-text-1 > div:nth-child(1) a,
.hs-info-3d-text-1 > div:nth-child(1) a:link,
.hs-info-3d-text-1 > div:nth-child(1) a:visited {
  color:var(--info-hotspot-link-1);
}

.node-info > div:nth-child(1) > ul > li a:active,
.node-info > div:nth-child(1) > ul > li .link_1:active,
.hs-info > div:nth-child(1) > div a:active,
.hs-info > div:nth-child(1) > div .link_1:active,
.hs-info-3d-text-1 > div:nth-child(1) .link_1:active,
.hs-info-3d-text-1 > div:nth-child(1) a:active {
  color: var(--node-info-text-link-active-color);
  text-shadow: var(--node-info-text-ltr-link-active-text-shadow);
}

@media screen and (hover:hover) {
  .node-info > div:nth-child(1) > ul > li a:hover,
  .node-info > div:nth-child(1) > ul > li .link_1:hover,
  .hs-info > div:nth-child(1) > div a:hover,
  .hs-info > div:nth-child(1) > div .link_1:hover,
  .hs-info-3d-text-1 > div:nth-child(1) .link_1:hover,
  .hs-info-3d-text-1 > div:nth-child(1) a:hover {
    color: var(--node-info-text-link-active-color);
    text-shadow: var(--node-info-text-ltr-link-active-text-shadow);
  }
}

.node-info > div:nth-child(1) > ul > li strong.theme_1,
.hs-info > div:nth-child(1) > div strong.theme_1 {
  font-weight: bold;
}

.hs-info.height-based {
  height: calc(100% - 20px);
}

#hotspots.mobile .hs-info.height-based:not(.has-swiper) {
  height: calc(100% - 64px);
}

.pano2vrSwiper {
  position: relative;
  direction: ltr;
  align-self: center;
  max-width: 100%;
  overflow: hidden;
  transition: transform 0.5s ease-in-out 0s;
  border-radius: 12px 12px 0 0;
}

.pano2vrSwiper:last-child {
  border-radius: 12px;
}

.hs-custom-btn-wrapper-1 {
  transform: translate(-50%, -50%) scale(1) !important;
  transition: transform 0.8s ease 0s, opacity 0.8s ease 0s !important;
}

.hs-custom-btn-wrapper-1.blink {
  transform: translate(-50%, -50%) scale(0.8) !important;
}

.hs-custom-btn-1 {
  position: relative !important;
}

.hs-custom-btn-1.shadow {
  border-radius: 50%;
  box-shadow: 0 0 4px #333333;
}

.hs-custom-btn-1 > img {
  display: block;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
}

.hs-info.height-based > div:first-child > .pano2vrSwiper {
  flex-grow: 1;
}

.pano2vrSwiper > .swiper-wrapper {
  position: relative;
  width: 100% !important;
  height: auto;
}

.hs-info.height-based > div:first-child > .pano2vrSwiper > .swiper-wrapper {
  height: 100%;
  width: auto !important;
}

.pano2vrSwiper > .swiper-wrapper > div {
  border-radius: 12px;
  position: relative;
  width: 100% !important;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hs-info.height-based > div:first-child > .pano2vrSwiper > .swiper-wrapper > div {
  width: 100% !important;
  height: 100%;
}

.pano2vrSwiper > .swiper-wrapper > div > *:not(.play-button-1) {
  width: 100vw !important;
  height: auto;
  display: block;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 1px 1px 1px 1px;
}

.hs-info:not(.height-based) > div:first-child > .pano2vrSwiper > .swiper-wrapper > div > *:not(.play-button-1) {
  max-width: 100%;
}

.hs-info.height-based > div:first-child > .pano2vrSwiper > .swiper-wrapper > div[data-height-based="1"] > *:not(.play-button-1) {
  height: 100%;
  height: -webkit-fill-available;
  width: auto !important;
}

.play-button-1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 9px #111111);
  height: 18%;
  max-height: 60px;
  min-height: 27px;
  z-index: 1;
  transition: opacity 0.5s ease 0s;
  pointer-events: none;
}

.pano2vrSwiper > .swiper-wrapper > .swiper-no-swiping > .play-button-1 {
  transition: unset;
  opacity: 0;
}

.pano2vrSwiper > .swiper-pagination {
  max-width: 108px;
  width: max-content !important;
  padding: 0 10px;
}

.swiper-pagination-bullet {
  border: 1px solid white;
  opacity: 0.5;
}

.pano2vrSwiper > .swiper-wrapper > div > video {
  cursor: default;
}

@media screen and (min-width: 570px) and (max-width: 649px) {
  .bottom-buttons-2 {
    flex-grow: unset;
    width: calc(50% + 43px);
  }

  .bottom-buttons-3 {
    flex-grow: unset;
  }
}

@media screen and (min-width: 650px) {
  .bottom-buttons-1 {
    flex-direction: column;
    width: fit-content !important;
  }

  .bottom-buttons-3 {
    flex-grow: unset;
    justify-content: space-between;
  }
}

.external-markup-1 {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: var(--cards-box-shadow);
}

.external-markup-1 > iframe,
.external-markup-1 > .ggskin_video {
  width: 100%;
  height: 100%;
  border-radius: 11px;
  box-sizing: border-box;
  border: none;
  margin: 0;
}

.ggskin_video > .ggskin_video {
  border-radius: inherit;
}

.gg-alert,
.gg-notify {
  transform: translate(-50%,-50%);
  max-width: min(600px, calc(100% - 20px));
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.6;
  padding: 15px;
  width: max-content;
  height: max-content;
}

.gg-alert > div:nth-child(1),
.gg-notify > div:nth-child(1) {
  position: relative !important;
  padding: 0 !important;
  width: fit-content !important;
  height: fit-content !important;
  white-space: normal !important;
}

.gg-alert.rtl,
.gg-alert:not(.rtl) bdo,
.gg-notify.rtl,
.gg-notify:not(.rtl) bdo {
  direction: rtl;
  font-family: 'Iran Sans' !important;
  font-size: 15px !important;
  line-height: 1.7;
  word-spacing: -1px;
}

.gg-alert.rtl bdo,
.gg-notify.rtl bdo {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-spacing: normal;
}

.gg-alert > div:nth-child(1) > p,
.gg-notify > div:nth-child(1) > p {
  margin: 0 0 15px;
  white-space: normal;
}

.gg-notify > div:nth-child(1) > p {
  margin: 0;
}

.gg-alert > .button {
  letter-spacing: 1px;
  direction: ltr;
  line-height: 34px;
}

.gg-alert > .button > div:nth-child(1){
  padding: 0px 24px !important;
  width: fit-content !important;
  height: fit-content !important;
}

@font-face {
  font-family: 'Iran Sans';
  src: url('assets/Iran-Sans-Regular.ttf') format('truetype'),
       url('assets/Iran-Sans-Web.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Iran Sans Bold';
  src: url('assets/Iran-Sans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}