.cloud-component {
	-webkit-animation: shake-horizontal 15s linear infinite both;
	        animation: shake-horizontal 15s linear infinite both;
}

.cloud-component-reverse {
	-webkit-animation: shake-horizontal-reverse 15s linear infinite both;
	        animation: shake-horizontal-reverse 15s linear infinite both;
}

.wobble-hor-bottom {
	-webkit-animation: wobble-hor-bottom 5s linear infinite both;
	        animation: wobble-hor-bottom 5s linear infinite both;
          transform-origin: center;
          transform-box: fill-box;
}

.baloon-component {
	-webkit-animation: baloon-component 20s linear infinite;
	        animation: baloon-component 20s linear infinite;
}

.train-component {
	-webkit-animation: train-component 20s linear infinite;
	        animation: train-component 20s linear infinite;
}

.smoke-component {
  -webkit-transition-property: opacity,webkit-transform;
	-webkit-transition-duration: 1s,1s;
	-webkit-transition-timing-function: linear,linear;
	-webkit-animation: smoke 3s 0.3s infinite normal;
  transition-property: opacity,webkit-transform;
	transition-duration: 1s,1s;
	transition-timing-function: linear,linear;
	animation: smoke 3s 0.3s infinite normal;
  transform-origin: center center;
  transform-box: fill-box;
}

.smoke-component-1 {
  -webkit-transition-property: opacity,webkit-transform;
	-webkit-transition-duration: 1s,1s;
	-webkit-transition-timing-function: linear,linear;
	-webkit-animation: smoke 3s 0.5s infinite normal;
  transition-property: opacity,webkit-transform;
	transition-duration: 1s,1s;
	transition-timing-function: linear,linear;
	animation: smoke 3s 0.5s infinite normal;
  transform-origin: center center;
  transform-box: fill-box;
}

.smoke-component-2 {
  -webkit-transition-property: opacity,webkit-transform;
	-webkit-transition-duration: 1s,1s;
	-webkit-transition-timing-function: linear,linear;
	-webkit-animation: smoke 3s 0.7s infinite normal;
  transition-property: opacity,webkit-transform;
	transition-duration: 1s,1s;
	transition-timing-function: linear,linear;
	animation: smoke 3s 0.7s infinite normal;
  transform-origin: center center;
  transform-box: fill-box;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-9-5 18:26:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
 @-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
 
@-webkit-keyframes shake-horizontal-reverse {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  80% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  90% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@keyframes shake-horizontal-reverse {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  80% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  90% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2023-9-5 18:26:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation baloon-component
 * ----------------------------------------
 */
 @-webkit-keyframes baloon-component {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

}
@keyframes baloon-component {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2023-9-5 18:26:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation train-component
 * ----------------------------------------
 */
 @-webkit-keyframes train-component {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes train-component {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes smoke {
	0% {opacity: 0;transform: translateY(20px);}
	75% {opacity: 1;}
	100% {opacity: 0; transform: scale(1,1) translateY(-20px);}
}

@-webkit-keyframes smoke {
	0% {opacity: 0; transform: translateY(20px)}
	75% {opacity: 1;}
	100% {opacity: 0; -webkit-transform: scale(1,1) translateY(-20px);}
}

/* curve sun animation */
.sun-component {
  -webkit-animation: sun-component 10s linear infinite;
          animation: sun-component 10s linear infinite;
          transform-origin: bottom;
}

@-webkit-keyframes sun-component {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@keyframes sun-component {
  0% {
    transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}


/* ----------------------------------------------
 * Generated by Animista on 2023-9-5 17:56:3
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
 @-webkit-keyframes rotate-center {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes rotate-center {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.loading-spinner {
  border: 8px solid #3498db;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}