.hotspot-modal {
  position: absolute;
  width: 300px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  cursor: move;
  z-index: 1000;
  top: 100px;
  left: 100px;
}

.hotspot-modal-header {
  padding: 10px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
  color: black;
}

.hotspot-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.hotspot-modal-content {
  padding: 10px;
}

.admin-button-container {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
}

#hotspotModal p {
  margin: 2px;
}

.form-group p {
  font-weight: 600;
}
.form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  height: 26px;
}

.form-group input {
  max-width: 150px;
  border: 1px solid gray;
  border-radius: 8px;
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #1f1f1f;
}

.form-group input:focus {
  outline: 1px solid black;
}


#checkboxContainer {
  display: flex;
  align-items: center;
  gap: 5px;
}

#fileContainer p {
  font-weight: 600;
}

#fileContainer button {
  color: white;
  background-color: rgb(58, 125, 226);
  padding: 5px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;

  transition: background-color 0.3s ease;
}

#fileContainer button:hover {
  background-color: rgb(33, 110, 224) !important;
}

/* Css for admin panel */

@font-face {
  font-family: "fontello";
  src: url("font/fontello.eot?75871526");
  src: url("font/fontello.eot?75871526#iefix") format("embedded-opentype"),
      url("font/fontello.woff2?75871526") format("woff2"), url("font/fontello.woff?75871526") format("woff"),
      url("font/fontello.ttf?75871526") format("truetype"), url("font/fontello.svg?75871526#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.intro {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000000;
}
.hide {
display: none !important;
}
.before:before {
  content: "\f112";
  font-family: fontello;
  font-size: 20px;
  color: #025ee7;
}
.hotspot-inditificator > div > div > div {
  position: static !important;
}
.hotspot-inditificator > div > div {
  height: auto !important;
  width: auto !important;
}
.flat-number > div > div {
  height: auto !important;
  width: auto !important;
}
.flat-number > div > div > div {
  position: static !important;
}
.flat-number.free-status > div > div {
  border: 2px solid #4caf50 !important;
}
.flat.free-status > div > div {
  border: 2px solid #4caf50 !important;
  border-radius: 50% !important;
}
.flat-number.waiting-status > div > div {
  border: 2px solid #ffeb3b !important;
}
.flat.waiting-status > div > div {
  border: 2px solid #ffeb3b !important;
  border-radius: 50% !important;
}
.flat-number.sold-status > div > div {
  border: 2px solid #4caf50 !important;
}
.flat.sold-status > div > div {
  border: 2px solid rgb(251, 44, 44) !important;
  border-radius: 50% !important;
}
.flat-number-simple.free-status > div > div, .flat-number-simple-reverse.free-status > div > div  {
  border: 2px solid #4caf50 !important;
}
.flat-number-simple.waiting-status > div > div, .flat-number-simple-reverse.waiting-status > div > div {
  border: 2px solid #ffeb3b !important;
}
.flat-number-simple.sold-status > div > div, .flat-number-simple-reverse.sold-status > div > div {
  border: 2px solid rgb(251, 44, 44) !important;
}
.flat-number-simple.hide, .flat-number-simple-reverse.hide {
  display: none;
}
.flat-number-simple:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #ffffff transparent transparent;
  left: -10px;
  top: 4px;
  bottom: 0;
  margin: auto;
}
.flat-number-simple-reverse:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  right: -10px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
/* .flat-number-simple.free-status:after, .flat-number-simple-reverse.free-status:after {
  border-color: transparent transparent transparent #4caf50;
}
.flat-number-simple.free-status:after {
  border-color: transparent #4caf50 transparent transparent ;
}
.flat-number-simple-reverse.waiting-status:after {
  border-color: transparent transparent transparent #ffeb3b;
}
.flat-number-simple.waiting-status:after {
  border-color: transparent #ffeb3b transparent transparent;
}
.flat-number-simple-reverse.sold-status:after {
  border-color: transparent transparent transparent rgb(251, 44, 44);
}
.flat-number-simple.sold-status:after {
  border-color: transparent rgb(251, 44, 44) transparent transparent;
} */
.before {
  display: flex;
  flex-direction: row-reverse;
  width: auto !important;
  height: auto !important;
  background: rgba(255, 255, 255, 0) !important;
  border-radius: 20px;
  padding-left: 0.7rem;
}
.before > div:not(.modal-window), .spirikal-callout > div:not(.modal-window), 
.spirikal-callout > div:not(.modal-window) > div,
.before > div:not(.modal-window) > div {
  font-size: 18px !important;
  background: none !important;
  display: block;
  position: static !important;
  width: auto !important;
  height: 30px;
  line-height: 1 !important;
  align-self: center;
  overflow: visible !important;

}
.spirikal-callout > div:not(.modal-window) {
position: absolute !important;
}

.unika > div:not(.modal-window) {
  transform: translate(-50%, -40px) !important;

}

.unika > div:not(.modal-window):has(a[onclick^="window.parent.postMessage('undefined', '*')"]),
.unika > div:not(.modal-window):has(a[onclick^="window.parent.postMessage('', '*')"]) {
  cursor: default !important;
}

.unika > div:not(.modal-window) a[onclick^="window.parent.postMessage('undefined', '*')"],
.unika > div:not(.modal-window) a[onclick^="window.parent.postMessage('', '*')"],
.unika > div:not(.modal-window) a[onclick=""],
.unika > div:not(.modal-window) a[onclick^="openMap(event,"],
.unika > div:not(.modal-window) a:not([onclick]) {
  cursor: default;
  /* pointer-events: none; */
  text-decoration: none;
}

.unika > div:not(.modal-window) a[onclick^="openMap(event,"] {
  padding-right: 13px !important;
  cursor: pointer !important;
}


.unika > div:not(.modal-window) a {
  font-size: 16px !important;
  position: static !important;
  display: block;
  width: auto !important;
  align-self: center;
  background-color: white;
  padding: .3rem 1rem !important;
  border-radius: 13px;
  font-family: Heebo;
  line-height: 16px;
}

/* UNIKA STYLE  .unika > div:not(.modal-window) */
.before > div:not(.modal-window), 
.unika > div:not(.modal-window) > div,
.before > div:not(.modal-window) > div {
  font-size: 18px !important;
  background: none !important;
  display: block;
  position: static !important;
  width: auto !important;
  height: 30px;
  line-height: 1 !important;
  align-self: center;
  overflow: visible !important;
}
.unika > div:not(.modal-window) {
position: relative !important;
background-color: transparent !important;
}

.unika.orange div:not(.modal-window) a {
-webkit-animation-name: wobble;
animation-name: wobble;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.unika > div:not(.modal-window) > a{
padding: .3rem 1rem;
display: inline-block;
color: black;
text-wrap: nowrap;
}

.unika.orange  div:not(.modal-window) a:hover {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1) !important;
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1) !important;
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1) !important;
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1) !important;
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1) !important;
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1) !important;
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1) !important;
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1) !important;
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1) !important;
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1) !important;
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
} 



@-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
} 




.before table div {
display: flex;
flex-direction: row-reverse;
margin: 0 !important;
}
.before table div img{
margin-left: 0;
position: relative;
z-index: 1;
height: 30px;
width: 30px !important;
transition: all .5s ease;
}
.before:hover table div img{
margin-left: -30px;
}
.before table div > div {
position: relative;
border-radius: 22px;
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(173,195,204,0) 100%) !important;
line-height: 22px !important;
transition: all .5s ease;
}
.before:hover table div > div {
padding-right: 33px;
padding-left: 0.8rem;
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(173,195,204,1) 100%) !important;
}
.admin .before {
width: 30px !important;
}
.admin .before:hover {
width: 30px !important;
}
.admin .before table div img ~ div, .admin .before:hover table div img ~ div{
width: auto !important;
overflow: hidden;
padding-right: 0;
padding-left: 0.8rem;
}
.admin .before:hover table div img {
margin-left: 0;
}

/* .before:hover {
background: rgba(255, 255, 255, 0.5) !important;
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(173,195,204,1) 100%) !important;
} */
.before table div img ~ div{
width: 0;
overflow: hidden;
transition: all .5s ease;
}
.before:hover table div img ~ div{
width: auto;
overflow: hidden;
}
.before:before {
display: none !important;
}

.processed.spirikal-callout{
top: 0;
height: auto !important;
}
.processed.spirikal-callout > div:not(.modal-window) {
top:0;
}
.processed.spirikal-callout:after {
height: auto;
}
.processed.spirikal-callout:before {
background: red;
}
.spirikal-callout{
display: flex;
flex-direction: row-reverse;
top: -60px;
background: #ffffff !important;
/* margin-top: -150px;
height: 150px; */
}
.spirikal-callout table {
position: absolute !important;
width: auto !important;
height: auto !important;
transform: translate(-50%, -33px);

}
.spirikal-callout table div:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 8px 7.5px 0 7.5px;
border-color: #7db1c5 transparent transparent transparent;
position: absolute;
bottom: -8px;
right: -1px;
left: 0;
margin: auto;
}
.spirikal-callout:before {
content: "";
width: 6px;
height: 6px;
background: #ffffff;
border-radius: 50%;
position: absolute;
left: -2px;
right: 0;
margin: auto;
bottom: 0;
}
.spirikal-callout:after {
content: "";
width: 16px;
height: 16px;
border-radius: 50%;
left: -8px;
right: 0;
margin: auto;
bottom: -6px;
position: absolute;
top: auto;
background: transparent;
border: 1px solid #ffffff;
}




.processed.unika{
top: 0;
height: auto !important;
}
.processed.unika > div:not(.modal-window) {
top:0;
}
.processed.unika:after {
height: auto;
}
.processed.unika:before {
background: red;
}

.unika a {
}

.unika{
display: flex;
flex-direction: row-reverse;
top: -60px;
background: #ffffff !important;
/* margin-top: -150px;
height: 150px; */
}
.unika >div:not(.modal-window) {
  position: absolute !important;
  width: auto !important;
  height: auto !important;
  /* transform: translate(-50%, -35px); */
  font-family: Heebo;
}


.unika > div:not(.modal-window) a:before {
content: "";
position: absolute;
bottom: 0;
right: 0;
left: -5px;
margin: auto;
top: 0;
height: 100%;
width: 100%;
background: #fbfbfb;
opacity: .3;
padding: 5px;
border-radius: 14px;
z-index: -1;
}


.unika:before {
content: "";
width: 14px;
height: 14px;
background: #ffffff;
border-radius: 50%;
position: absolute;
left: -6px;
right: 0;
margin: auto;
top: 0px;
}
.unika.orange:before {
background: #FCA311 !important;
}
.unika{
top: 0px;
}

.unika:after {
content: "";
width: 16px;
height: 16px;
border-radius: 50%;
left: -8px;
right: 0;
margin: auto;
bottom: -6px;
position: absolute;
top: auto;
background: transparent;
border: 1px solid #ffffff;
display: none;
}

.unika.skyscraper{
display: flex;
flex-direction: row-reverse;
top: -60px;
background: #ffffff !important;
/* margin-top: -150px;
height: 150px; */
}
.unika.skyscraper table {
position: absolute !important;
width: auto !important;
height: auto !important;
transform: translate(-50%, -5px);
font-family: Heebo;
}
.unika.skyscraper table div:before {
content: "";
position: absolute;
bottom: 0;
right: 0;
left: -5px;
margin: auto;
top: 0;
height: 100%;
width: 100%;
background: #fbfbfb;
opacity: .3;
padding: 5px;
border-radius: 14px;
z-index: -1;
display: none;
}
.unika.skyscraper table div {
margin: 2px 2px 2px 2px;
white-space: nowrap;
font-size: 14px;
text-align: center;
margin: 0;
background-color: #FCA311 !important;
padding: 0;
border-radius: 50%;
color: #000;
min-width: 24px;
height: 24px;
line-height: 24px;
font-weight: bold;
}

.unika.skyscraper:before {
content: "";
width: 66px;
height: 66px;
border-radius: 50%;
position: absolute;
left: -32px;
right: 0;
margin: auto;
top: -76px;
background-color: transparent;
background-image: url(img/building.png);
background-size: 100% 100%;
}
.unika.skyscraper:after {
content: "";
width: 16px;
height: 16px;
border-radius: 50%;
left: -8px;
right: 0;
margin: auto;
bottom: -6px;
position: absolute;
top: auto;
background: transparent;
border: 1px solid #ffffff;
display: none;
}




.editor-rotate .modal-window {
  transform: rotate(-90deg);
  margin-top: -21rem;
  margin-left: -5rem;
}
.editor-rotate-reverse .modal-window {
  transform: rotate(90deg);
  margin-top: -21rem;
  margin-left: -5rem;
}
.modal-window {
  width: 330px;
  margin-top: -9rem;
  flex-wrap: wrap;
  margin-left: 10rem;
  position: relative;
  z-index: 1000;
  height: 86px !important;
}
.circle {
width: auto !important;
height: auto !important;
min-width: 300px;
}
.circle table {

}
.circle .modal-window {
  transform: scale(0.6);
  margin-top: 0;
  margin-left: 0;
}
.circle2 > div > div{
width: 120px !important;
}
.circle img {
  max-width: 125%;
  height: auto;
}
.circle {
height: 114px !important;
}
.circle table div div{
  color: #ffffff;
  padding: 0.3rem;
}
.circle table div img{
/* border: 3px solid rgba(125,177,197, 1); */
border-radius: 5px;
width: 400px !important;
transition: width .5s ease;
}
/* .circle:hover table div img {
border: 1px solid rgba(125,177,197, 1);
width: 136px !important;
} */
.chnage-hotspot {
  z-index: 210000000000;
  background: #fff;
  color: black;
  display: none;
  padding: 0.5rem;
  width: 100%;
}

.chnage-hotspot::before {
  background: none !important;
}

.chnage-hotspot.active {
  display: block;
}
#pano > #modalWindow,
body > div > #modalWindow {
  display: none;
}
.btn {
  background: #fff; 
  border: 0;
  margin: 0.3rem;
  border-radius: 4px;
  white-space: nowrap;
  padding: 0.5rem;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  cursor: pointer;
}
.btn.copy-button {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  display: block;
  padding: 0;
  background: #d915c196;
}
.modal-window {
  display: flex;
}
.close-button {
  position: absolute;
  top: -37px;
  right: 0;
  height: 24px !important;
  display: flex;
  align-items: center;
}

body > .modal-window {
  display: none;
}

.wavy {
  animation-name: wavy;
  animation-duration: 3.3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  position: relative;
  top: 0;
  left: 0;
  background: rgba(255,255,255, .8);
  padding: 0.3rem 0;
  display: inline;
}
@keyframes wavy {
  0% {
    top: 0px;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0px;
  }
}


 .cloudHotspot, .currentSituation {
  /* width: auto !important;
  height: auto !important; */
  }
  .cloudHotspot div, .currentSituation div, .cloud-shadow-2 div, .cloud-shadow-3 div{
      border: 0 !important;
      box-shadow: none !important;
      border-radius: 0 !important;
      overflow: visible !important;
  }
  .clouds {
      animation-duration: 180s;
      animation-timing-function: ease;
      animation-iteration-count: infinite;
      position: fixed;
      top: -220px;
      z-index: 100;
      
    }
  .cloudHotspot img{
      animation-name: clouds;
      animation-duration: 50.3s;
      animation-timing-function: ease;
      animation-iteration-count: infinite;
      /* max-width: 200px; */
  }
  @keyframes clouds {
      0% {
          transform: translate(-400px, 0px);
          opacity: 0;
      }
      5% {
          opacity: 1;
      }
      /* 50% {
          transform: translate(5000px, 0px);
      } */
      98% {
          opacity: 1;
      }
      100% {
          opacity: 0;
          transform: translate(100vm, 0px);
      }
    }
  
    .spark img{
      animation-name: spark;
      animation-duration: 15s;
      animation-timing-function: ease;
      animation-iteration-count: infinite;
      opacity: 0;
    }

    @keyframes spark {
      0% {
          opacity: 0;
          transform: scale(0.2) rotate(180deg);
      }
      0.5% {
          opacity: 1;
      }
      5% {
        transform: scale(0.7) rotate(0deg);
      }
      9% {
        opacity: 1;
        transform: scale(0.3) rotate(90deg);
    }
      9.5% {
          opacity: 0;
          transform: scale(0.3) rotate(90deg);
      }
      100% {
          opacity: 0;
          transform: rotate(0deg);
          transform: scale(0) rotate(0deg);
      }
    }


    .spark1 img{
      animation-name: spark1;
      animation-duration: 25s;
      animation-timing-function: ease;
      animation-iteration-count: infinite;
      animation-delay: 10s;
      opacity: 0;
    }

    @keyframes spark1 {
      0% {
          opacity: 0;
          transform: scale(0.2) rotate(180deg);
      }
      0.5% {
          opacity: 1;
      }
      5% {
        transform: scale(1) rotate(0deg);
      }
      9% {
        opacity: 1;
        transform: scale(0.3) rotate(90deg);
    }
      9.5% {
          opacity: 0;
          transform: scale(0.3) rotate(90deg);
      }
      100% {
          opacity: 0;
          transform: rotate(0deg);
          transform: scale(0) rotate(0deg);
      }
    }

    .cloud-shadow {
      left: 300px;
      position: absolute;
      top: 295px;
      filter: invert() opacity(0.4) grayscale() blur(5px);
      z-index: -1;
      max-width: 450px;
  }
.wavy2 {
  animation-name: wavy2;
  animation-duration: 1.3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  position: relative;
  top: 0;
  left: 0;
}
@keyframes wavy2 {
  0% {
    top: 0px;
  }
  50% {
    transform: matrix(1, -0.3, 0, 1, 0, 0);
  }
  100% {
    top: 0px;
  }
}
.wavy:first-child {
  padding-right: 0.5rem;
}
.wavy:last-child {
  padding-left: 0.5rem;
}

#krpanoSWFObject {
  animation-name: krpanoSWFObject;
  animation-duration: 3.3s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
}
@keyframes krpanoSWFObject {
  0% {
      filter: grayscale();
      filter: brightness(0)
  }
    50% {
      filter: brightness(0)
  }
  100% {
  }
}

.cloud-shadow-2 img {
  animation-name: cloudshadow2;
  animation-duration: 250.3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  opacity: 0;
  max-width: 699px;
  filter: opacity(0.3);
}
@keyframes cloudshadow2 {
  0% {
      transform: translate(50px, 0px);
      opacity: 0;
  }
  2% {
      opacity: 1;
      transform: translate(250px, 0px);
  }
  /* 50% {
      transform: translate(5000px, 0px);
  } */
  /* 95% {
      opacity: 1;
      transform: translate(1800px, 0px);
  } */
  100% {
      opacity: 0;
      transform: translate(1800px, 0px);
  }
}

.cloud-shadow-3 img {
  animation-name: cloudshadow2;
  animation-duration: 110.3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  opacity: 0;
  /* max-width: 300px; */
  filter: blur(3);
}
@keyframes cloudshadow2 {
  0% {
      transform: translate(50px, 0px) scale(1);
      opacity: 0;
  }
  2% {
      opacity: 1;
  }
  /* 50% {
      transform: translate(5000px, 0px);
  } */
  98% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      transform: translate(1800px, 0px) scale(1.3);
  }
}
.currentSituation img{
  animation-name: currentSituation;
  animation-duration: 5.3s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  opacity: 0;
}
@keyframes currentSituation {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}
/* .wave-text .letter-wrap{
    position:relative;
    top:0;
    left:0;
    font-size:1.25rem;
    color:#326760;
    line-height:1.8rem;
  }
 */




 .container {
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35rem;
  background-image: linear-gradient(to bottom, rgba(255, 168, 76, 0.6) 0%, rgba(255, 123, 13, 0.6) 100%), url("https://images.unsplash.com/photo-1446824505046-e43605ffb17f");
  background-blend-mode: soft-light;
  background-size: cover;
  background-position: center center;
  padding: 2rem;
}

.bird {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells-new.svg);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  -webkit-animation-name: fly-cycle;
          animation-name: fly-cycle;
  -webkit-animation-timing-function: steps(10);
          animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.bird--one {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
          transform: scale(0.25);
}
.bird--two {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
          transform: scale(0.2);
}
.bird--three {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
          transform: scale(0.2);
}
.bird--four {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
          transform: scale(0.18);
}


.bird-container {
  position: absolute;
  top: 20%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  -webkit-animation-name: fly-right-one;
          animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.bird-container--one {
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.bird-container--two {
  -webkit-animation-duration: 31s;
          animation-duration: 31s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bird-container--three {
  -webkit-animation-duration: 29.6s;
          animation-duration: 29.6s;
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}
.bird-container--four {
  -webkit-animation-duration: 31s;
          animation-duration: 31s;
  -webkit-animation-delay: 10.25s;
          animation-delay: 10.25s;
}

@media only screen and (max-width: 800px) {
  .bird-container--one {
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .bird-container--two {
    -webkit-animation-duration: 11s;
            animation-duration: 11s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .bird-container--three {
    -webkit-animation-duration: 19.6s;
            animation-duration: 19.6s;
    -webkit-animation-delay: 9.5s;
            animation-delay: 9.5s;
  }
  .bird-container--four {
    -webkit-animation-duration: 11s;
            animation-duration: 11s;
    -webkit-animation-delay: 10.25s;
            animation-delay: 10.25s;
  }
}

@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@-webkit-keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@-webkit-keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
#myVideo {
  position: fixed;
  z-index: 100000000000000000000000000;
  top: 0;
}

#map-container {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  height: calc(100% - 120px);
  width: 400px;
  direction: rtl;

  padding: 16px;
  padding-top: 52px;
  background-color: #FFFFFF99;
  backdrop-filter: blur(10px);
  border-radius: 30px;
  z-index: 100000;
  border: 1px solid white;
  flex-direction: column;
}

@media screen and (max-width: 975px) {
  #map-container {
    height: calc(100% - 170px);
  }
}

@media screen and (max-width: 475px) {
  #map-container {
    width: calc(100% - 80px);
    max-width: 400px;
    height: calc(100% - 170px);
    top: 10px;
    right: 10px;
  
  }
}


#map-container[dir="rtl"] {
  right: auto;
  left: 20px;
}

#map {
  flex-grow: 1;
  width: 100%;
  border-radius: 20px;
}

#travel-info {
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
  border-radius: 12px;
  overflow: hidden;
  /* padding: 15px; */
  /* position: absolute; */
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: 'Heebo', sans-serif;
  text-align: left;
  margin-top: 16px;
  /* height: 240px; */

}

#map-container[dir="rtl"] #travel-info {
  right: auto;
  left: 20px;
}


.src-dst-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 16px;
  margin-bottom: 8px;
}

.src-dst-container  i {
  color: rgb(82, 82, 82);
}

.travel-info-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 16px;
}

.travel-info-container[dir="rtl"] {
  flex-direction: row-reverse;
}

.travel-info-container > div {
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0;
  margin-bottom: 10px;
  gap: 6px;
}

#travel-info p {
  font-size: 14px;
  font-weight: 800;

  margin: 0;
  color: #333;
}

#car-travel-time {
  font-weight: 400 !important;
  font-size: 10px !important;
}

#walking-travel-time {
  font-weight: 400 !important;
  font-size: 10px !important;
}

#travel-info span {
  font-size: 10px;
  color:  #aaaaaa;
  
}

/* #travel-info div:last-child {
  margin-bottom: 0;
} */

#travel-info img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}

#map-container #close-map {
  position: absolute;
  cursor: pointer;
  top: 10px;
  /* right: 10px; */
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 100%;
  z-index: 1000;
  font-size: 16px;
  height: 16px;
  padding: 8px;
}

#close-map[dir="rtl"] {
  right: auto;
  left: 10px;
}

#close-map i {
  font-size: 16px;
  color: rgb(0, 0, 0);
}

#map-container[dir="rtl"] #close-map {
  left: auto !important;
  right: 16px !important;
  color: rgb(255, 255, 255) !important;
}

#end-point-street-view-label, #start-point-street-view-label {
  text-align: center;
}

#modal-buttons {
  display: flex;
  justify-content: space-between;
}

#modal-buttons button {
  height: 40px;
}

.hotspot-highlight {
  background-color: #87f4b4 !important;
}

.hotspot-link {
  display: flex !important;
  align-items: center;
}

.hotspot-link span {
  cursor: pointer !important;
  height: 17px;
  margin-left: 8px;
}

.order-1 {
  z-index: 1 !important;
}

.order-2 {
  z-index: 2 !important;
}

.order-3 {
  z-index: 3 !important;
}

.order-4 {
  z-index: 4 !important;
}

.order-5 {
  z-index: 5 !important;
}

.order-6 {
  z-index: 6 !important;
}

.order-7 {
  z-index: 7 !important;
}

.order-8 {
  z-index: 8 !important;
}

.order-9 {
  z-index: 9 !important;
}

.order-10 {
  z-index: 10 !important;
}

.order-11 {
  z-index: 11 !important;
}

.order-12 {
  z-index: 12 !important;
}

.order-13 {
  z-index: 13 !important;
}

.order-14 {
  z-index: 14 !important;
}

.order-15 {
  z-index: 15 !important;
}

.order-16 {
  z-index: 16 !important;
}

.order-17 {
  z-index: 17 !important;
}

.order-18 {
  z-index: 18 !important;
}

.order-19 {
  z-index: 19 !important;
}

.order-20 {
  z-index: 20 !important;
}

order-1 {
  z-index: 1 !important;
}

.order-2 {
  z-index: 2 !important;
}

.order-3 {
  z-index: 3 !important;
}

.order-4 {
  z-index: 4 !important;
}

.order-5 {
  z-index: 5 !important;
}

.order-6 {
  z-index: 6 !important;
}

.order-7 {
  z-index: 7 !important;
}

.order-8 {
  z-index: 8 !important;
}

.order-9 {
  z-index: 9 !important;
}

.order-10 {
  z-index: 10 !important;
}

.order-11 {
  z-index: 11 !important;
}

.order-12 {
  z-index: 12 !important;
}

.order-13 {
  z-index: 13 !important;
}

.order-14 {
  z-index: 14 !important;
}

.order-15 {
  z-index: 15 !important;
}

.order-16 {
  z-index: 16 !important;
}

.order-17 {
  z-index: 17 !important;
}

.order-18 {
  z-index: 18 !important;
}

.order-19 {
  z-index: 19 !important;
}

.order-20 {
  z-index: 20 !important;
}

.unika.comment {
  background-color: transparent !important;
}

.unika.comment a {
  width: 50px !important;
  height: 20px !important;
  margin: 0px;
  padding: 0px;
  background-color: rgb(140, 213, 255);
  border: 1px solid rgb(109, 166, 199) !important;
  border-bottom-left-radius: 0px !important;
  /* border-radius: 50% !important; */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 0 !important;
  cursor: pointer !important;
}

.unika.comment a:before {
  display: none !important;
}

.unika.comment .copy-button {
  display: none !important;
} 

.comment.unika::before {
  display: none !important;
}

.hotspot-image[onclick=""],
.hotspot-image[onclick="window.parent.postMessage('undefined', '*')"] {
  cursor: default !important;
}

.hotspot-image {
  margin-left: 1px;
}

.hotspot-image-container:before {
  display: none;
}

.hotspot-image-container > div {
  pointer-events: all !important;
}

.hotspot-admin:before {
  display: block !important;
  z-index: 10000;
}

#buttons {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  gap: 10px;
}

#buttons button {
  background-color: white;
  padding: 5px 12px;
  border: 1px solid gray;
  border-radius: 8px;
  cursor: pointer;

  transition: background-color 0.3s ease;
}

#buttons button:hover {
  background-color: #ebebeb !important;
}

#buttons input {
  border: 1px solid rgb(14, 14, 14);
  border-radius: 8px;
  padding: 5px 12px;
  width: 150px;
  text-align: center;
  font-size: 14px;
  color: #000000;
}

#buttons input:focus {
  outline: 1px solid black;
}

.compass_container {
  transform: scaleX(0.5);
  overflow: hidden;
}

.compass_container_container {
  width: 350px !important;
  height: 50px;
  margin: 0 auto !important;
  overflow: hidden !important;
  position: relative;
}