@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;
}

.before > div:not(.modal-window), .unika > 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: absolute !important;
}
.unika.orange table div:not(.modal-window) {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: 0 !important;
}
.unika.orange table div:not(.modal-window) > a{
  padding: .3rem 1rem;
  display: block;
  color: black;
}
.unika.orange table div:not(.modal-window):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);
  }
  40% {
  -webkit-transform: scale3d(0.75, 1.25, 1);
  transform: scale3d(0.75, 1.25, 1);
  }
  50% {
  -webkit-transform: scale3d(1.15, 0.85, 1);
  transform: scale3d(1.15, 0.85, 1);
  }
  65% {
  -webkit-transform: scale3d(.95, 1.05, 1);
  transform: scale3d(.95, 1.05, 1);
  }
  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);
  }
  }
  @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);
  }
  40% {
  -webkit-transform: scale3d(0.75, 1.25, 1);
  transform: scale3d(0.75, 1.25, 1);
  }
  50% {
  -webkit-transform: scale3d(1.15, 0.85, 1);
  transform: scale3d(1.15, 0.85, 1);
  }
  65% {
  -webkit-transform: scale3d(.95, 1.05, 1);
  transform: scale3d(.95, 1.05, 1);
  }
  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{
  display: flex;
  flex-direction: row-reverse;
  top: -60px;
  background: #ffffff !important;
  /* margin-top: -150px;
  height: 150px; */
}
.unika table {
  position: absolute !important;
  width: auto !important;
  height: auto !important;
  transform: translate(-50%, -35px);
  font-family: Heebo;
}
.unika 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;
}
.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.orange{
  top: -30px;
}

.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: -10rem;
    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.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;
}
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;
  }
