@font-face {
  font-family: "Gotham-Medium";
  src: url("../font/Gotham-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Gotham-Bold";
  src: url("../font/Gotham-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Gotham-Light";
  src: url("../font/Gotham-Light.otf") format("opentype");
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Gotham-Medium";
  font-weight: lighter;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.container {
  max-width: 1320px;
}

h1 {
  font-family: "Gotham-Bold";
  font-size: 30px;
  font-weight: bold;
  color: #414042;
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

p {
  font-size: 13px;
  color: #414042;
  font-family: "Gotham-Light";
}

a {
  text-decoration: none !important;
}

/* 
===========================================
Button ====================================
=========================================== 
*/

.btn-login {
  background-color: #5c0073;
  color: #fff !important;
  font-size: 13px;
  border-radius: 10px;
  font-family: "Gotham-Light";
  padding: 3px 10px;
  transition: 0.5s ease;
}

.btn-login:hover {
  background-image: linear-gradient(#5909fb, #9426ec);
}

.btn-buy {
  color: #fff !important;
  font-size: 14px;
  border-radius: 20px;
  padding: 3px 20px;
  font-family: "Gotham-Light";
  background-image: linear-gradient(#5909fb, #9426ec);
  transition: 0.5s ease;
}

.btn-buy:hover {
  background-image: linear-gradient(#5c0073, #5909fb);
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px #c5c5c5;
}

.btn-submit {
  color: #fff !important;
  font-size: 14px;
  border-radius: 20px;
  padding: 3px 10px;
  margin-top: 30px;
  font-family: "Gotham-Light";
  background-image: linear-gradient(#5909fb, #9426ec);
  transition: 0.5s ease;
}

.btn-submit:hover {
  background-image: linear-gradient(#5c0073, #5909fb);
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px #c5c5c5;
}

/* 
===========================================
nav =======================================
=========================================== 
*/

.top-road img {
  width: 100%;
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

nav {
  background: #fce0fd;
  min-height: 85px;
}

.logo {
  line-height: 50px;
  position: fixed;
  float: left;
  margin: 16px 46px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav li a {
  font-size: 13px;
  color: #3b3b3b;
}

.navbar-nav li a:hover {
  color: #5c0073;
}

/* 
============================
Page Loader
============================ */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 5000;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/load.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* 
============================
Banner section
============================ */
.banner-img {
  background-image: url(../img/banner-bg.png);
  background-repeat: repeat-x;
  width: 100%;
  margin-top: 20px;
  height: 536px;
}
.banner {
  width: 100%;
  height: 536px;
}
.cars {
  display: block;
  width: 100%;
}
.cars-mob {
  display: none;
}
.banner .cars {
  margin: auto;
  padding-top: 30px;
}

.banner .cars img {
  padding-bottom: 35px;
}

.mb-road img {
  display: none;
}

/* 
============================
About section
============================ */

.about {
  margin-top: -10px;
  scroll-margin-top: 30px;
}

.about .left-section {
  padding-top: 15%;
  padding-bottom: 5%;
}

.about .tracking {
  padding-top: 15%;
}

.about .tracking h2 {
  color: #6e079e;
  text-transform: uppercase;
  text-align: center;
}

.about .tracking h2 span {
  color: #414042;
  font-weight: normal;
}

.about .tracking p {
  font-size: 12px;
  font-family: "Gotham-Medium";
}

.about .tracking .treak-list:hover p {
  color: #6e079e;
}

.about .tracking .col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

/* 
============================
Road section
============================ */

.road-top {
  background-image: url(../img/road-top.png);
  background-repeat: repeat-y;
  height: 900px;
  background-position: center;
}

.main-road {
  background-image: url(../img/main-road.png);
  background-repeat: repeat-x;
  height: 60px;
  width: 100%;
  position: relative;
}

.road-middle {
  background-image: url(../img/road-middle.png);
  background-repeat: repeat-y;
  height: 200px;
  background-position: center;
  margin-top: -69px;
}

.road-bottom {
  background-image: url(../img/road-top.png);
  background-repeat: repeat-y;
  height: 1100px;
  background-position: center;
}

.road-top-car {
  position: absolute;
  left: 90px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-animation: mymove 8000ms infinite;
  animation: mymove 8000ms infinite;
}

@keyframes mymove {
  from {
    top: 0px;
  }
  to {
    top: 750px;
  }
}

.road-middle-car {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 50px;
  border-radius: 50%;
  -webkit-animation: run 10000ms linear forwards infinite;
  animation: run 10000ms linear forwards infinite;
}

@keyframes run {
  from {
    left: 0px;
  }
  to {
    left: 100%;
  }
}

.road-middle-car3 {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 30px;
  height: 50px;
  border-radius: 50%;
  -webkit-animation: runn 10000ms linear forwards infinite;
  animation: runn 10000ms linear forwards infinite;
  /* animation-delay: 5s; */
}

@keyframes runn {
  from {
    right: 0px;
  }
  to {
    right: 100%;
  }
}

.road-top-car4 {
  position: absolute;
  left: 92px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-animation: mymovee 8000ms infinite ease-in-out;
  animation: mymovee 8000ms infinite ease-in-out;
}

@keyframes mymovee {
  from {
    bottom: 80px;
  }
  to {
    bottom: 1050px;
  }
}

/* 
============================
Product section
============================ */

.product {
  background-color: #d6d6d6;
  padding-top: 65px;
  scroll-margin-top: 30px;
}

.product h1 {
  color: #7d0792;
  text-align: center;
}

/* ---------- Lite ---------- */

.product-bg-lite {
  background-image: url(../img/product-01.png);
  background-size: 100% 100%;
  padding-top: 50px;
  margin-top: 60px;
}

.product-bg-lite-btn {
  background-image: url(../img/product-01-1.png);
  background-size: 100% 100%;
  padding: 30px 0 100px 0;
  margin: 0 10px;
  margin-top: -30px;
  text-align: center;
}

/* ---------- Basic ---------- */

.product-bg-basic {
  background-image: url(../img/product-02.png);
  background-size: 100% 100%;
  padding-top: 50px;
  margin-top: 60px;
}

.product-bg-basic-btn {
  background-image: url(../img/product-02-2.png);
  background-size: 100% 100%;
  padding: 30px 0 100px 0;
  margin: 0 10px;
  margin-top: -30px;
  text-align: center;
}

/* ---------- Standard ---------- */

.product-bg-standard {
  background-image: url(../img/product-03.png);
  background-size: 100% 100%;
  padding-top: 50px;
  margin-top: 60px;
}

.product-bg-standard-btn {
  background-image: url(../img/product-03-3.png);
  background-size: 100% 100%;
  padding: 30px 0 100px 0;
  margin: 0 10px;
  margin-top: -30px;
  text-align: center;
}

/* ---------- Premium ---------- */

.product-bg-premium {
  background-image: url(../img/product-04.png);
  background-size: 100% 100%;
  padding-top: 50px;
  margin-top: 60px;
}

.product-bg-premium-btn {
  background-image: url(../img/product-04-4.png);
  background-size: 100% 100%;
  padding: 30px 0 100px 0;
  margin: 0 10px;
  margin-top: -30px;
  text-align: center;
}

.product-main h2 {
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}

.product-main h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.product-main h4 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff600;
  text-transform: uppercase;
}

.product-main .list {
  margin-top: 100px;
}

.product-main .list ul {
  list-style-type: none;
  padding-left: 20px;
  padding-bottom: 20px;
}

.product-main .list ul li {
  color: #414042;
  font-size: 13px;
  margin-bottom: 5px;
}

.product-main .list .red {
  color: red;
}

.product-shadow {
  text-align: center;
  padding-top: 20px;
}

/* 
============================
Contact section
============================ */

.contact {
  margin-top: 60px;
  scroll-margin-top: 100px;
}

.contact .container {
  padding: 0 10%;
}

.contact h2 {
  font-weight: lighter;
  color: #000;
  font-size: 14px;
  margin-top: 30px;
}

.contact h3 {
  font-weight: bold;
  color: #8c02a0;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-control {
  font-family: "Gotham-Light";
  font-size: 14px;
  font-weight: lighter;
  border-radius: 10px;
  border-color: #414042;
  color: #414042 !important;
  margin-bottom: 10px;
}

.contact-right {
  margin-top: 65px;
}

/* 
===========================================
Mockup ====================================
=========================================== 
*/

.mockup {
  background-color: #e8e6e6;
  padding-top: 60px;
  margin-top: 60px;
}

.mock-img {
  text-align: center;
}

/* 
===========================================
Footer ====================================
=========================================== 
*/

footer {
  background-color: #6e079e;
  padding-top: 40px;
  padding-bottom: 10px;
  margin-top: -10px;
}

footer h1 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 40px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

footer h3 {
  font-family: "Gotham-Light";
  color: #fff;
  font-size: 16px;
  margin-top: 76px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

footer p {
  color: #fff;
  padding-top: 20px;
}

footer .form-control {
  width: 60%;
  margin-top: 30px;
  border-radius: 40px;
}

footer .social {
  margin-top: 20px;
}

footer .social a {
  text-align: center;
  cursor: pointer;
}

footer .social a i {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  padding: 5px;
  margin-right: 3px;
  font-size: 13px;
}

footer .social a:hover i {
  background-color: #fff;
  color: #5a0581;
  transition: all 0.3s;
}
.copyright-border {
  border-top: 1px solid #fff;
}
.copyright {
  margin-top: 30px;
}
.copyright p {
  padding-top: 10px;
}
.app-link .playstore {
  width: 120px;
}
.app-link .appstore {
  width: 106px;
  margin-left: 10px;
}
.app-link {
  margin-top: 10px;
}

/* 
===========================================
Card Slider ===============================
=========================================== 
*/

/*--------------------------------------------------------------
3.0 Slider
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Variables
2.0 Cards
3.0 Bullets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Variables
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.0 Cards
--------------------------------------------------------------*/

.slider__item {
  transition: all 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#slide-1:checked ~ .slider__holder .slider__item--1 {
  position: relative;
  z-index: 2;
  transform: translate(0) scale(1);
}

#slide-2:checked ~ .slider__holder .slider__item--1 {
  z-index: 1;
  transform: translateX(-100px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-2:checked ~ .slider__holder .slider__item--1 {
    opacity: 0.6;
  }
}

#slide-3:checked ~ .slider__holder .slider__item--1 {
  z-index: 0;
  transform: translateX(-310px) scale(0.65);
}

@media (max-width: 900px) {
  #slide-3:checked ~ .slider__holder .slider__item--1 {
    transform: translateX(-170px) scale(0.65);
  }
}

@media (max-width: 768px) {
  #slide-3:checked ~ .slider__holder .slider__item--1 {
    opacity: 0;
  }
}

#slide-4:checked ~ .slider__holder .slider__item--1 {
  z-index: -1;
  opacity: 0;
  transform: translateX(-210px) scale(0.65);
}

#slide-5:checked ~ .slider__holder .slider__item--1 {
  z-index: -1;
  opacity: 0;
  transform: translateX(-210px) scale(0.65);
}

#slide-1:checked ~ .slider__holder .slider__item--2 {
  z-index: 1;
  transform: translateX(100px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-1:checked ~ .slider__holder .slider__item--2 {
    opacity: 0.6;
  }
}

#slide-2:checked ~ .slider__holder .slider__item--2 {
  position: relative;
  z-index: 2;
  transform: translate(0) scale(1);
}

#slide-3:checked ~ .slider__holder .slider__item--2 {
  z-index: 1;
  transform: translateX(-150px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-3:checked ~ .slider__holder .slider__item--2 {
    opacity: 0.6;
  }
}

#slide-4:checked ~ .slider__holder .slider__item--2 {
  z-index: 0;
  transform: translateX(-210px) scale(0.65);
}

@media (max-width: 900px) {
  #slide-4:checked ~ .slider__holder .slider__item--2 {
    transform: translateX(-170px) scale(0.65);
  }
}

@media (max-width: 768px) {
  #slide-4:checked ~ .slider__holder .slider__item--2 {
    opacity: 0;
  }
}

#slide-5:checked ~ .slider__holder .slider__item--2 {
  z-index: -1;
  opacity: 0;
  transform: translateX(-210px) scale(0.65);
}

#slide-1:checked ~ .slider__holder .slider__item--3 {
  z-index: 0;
  transform: translateX(210px) scale(0.65);
}

@media (max-width: 900px) {
  #slide-1:checked ~ .slider__holder .slider__item--3 {
    transform: translateX(170px) scale(0.65);
  }
}

@media (max-width: 768px) {
  #slide-1:checked ~ .slider__holder .slider__item--3 {
    opacity: 0;
  }
}

#slide-2:checked ~ .slider__holder .slider__item--3 {
  z-index: 1;
  transform: translateX(100px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-2:checked ~ .slider__holder .slider__item--3 {
    opacity: 0.6;
  }
}

#slide-3:checked ~ .slider__holder .slider__item--3 {
  position: relative;
  z-index: 2;
  transform: translate(0) scale(1);
}

#slide-4:checked ~ .slider__holder .slider__item--3 {
  z-index: 1;
  transform: translateX(-100px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-4:checked ~ .slider__holder .slider__item--3 {
    opacity: 0.6;
  }
}

#slide-5:checked ~ .slider__holder .slider__item--3 {
  z-index: 0;
  transform: translateX(-210px) scale(0.65);
}

@media (max-width: 900px) {
  #slide-5:checked ~ .slider__holder .slider__item--3 {
    transform: translateX(-170px) scale(0.65);
  }
}

@media (max-width: 768px) {
  #slide-5:checked ~ .slider__holder .slider__item--3 {
    opacity: 0;
  }
}

#slide-1:checked ~ .slider__holder .slider__item--4 {
  z-index: -1;
  opacity: 0;
  transform: translateX(210px) scale(0.65);
}

#slide-2:checked ~ .slider__holder .slider__item--4 {
  z-index: 0;
  transform: translateX(210px) scale(0.65);
}

@media (max-width: 900px) {
  #slide-2:checked ~ .slider__holder .slider__item--4 {
    transform: translateX(170px) scale(0.65);
  }
}

@media (max-width: 768px) {
  #slide-2:checked ~ .slider__holder .slider__item--4 {
    opacity: 0;
  }
}

#slide-3:checked ~ .slider__holder .slider__item--4 {
  z-index: 1;
  transform: translateX(150px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-3:checked ~ .slider__holder .slider__item--4 {
    opacity: 0.6;
  }
}

#slide-4:checked ~ .slider__holder .slider__item--4 {
  position: relative;
  z-index: 2;
  transform: translate(0) scale(1);
}

#slide-5:checked ~ .slider__holder .slider__item--4 {
  z-index: 1;
  transform: translateX(-100px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-5:checked ~ .slider__holder .slider__item--4 {
    opacity: 0.6;
  }
}

#slide-1:checked ~ .slider__holder .slider__item--5 {
  z-index: -1;
  opacity: 0;
  transform: translateX(210px) scale(0.65);
}

#slide-2:checked ~ .slider__holder .slider__item--5 {
  z-index: -1;
  opacity: 0;
  transform: translateX(210px) scale(0.65);
}

#slide-3:checked ~ .slider__holder .slider__item--5 {
  z-index: 0;
  transform: translateX(310px) scale(0.65);
}

@media (max-width: 900px) {
  #slide-3:checked ~ .slider__holder .slider__item--5 {
    transform: translateX(170px) scale(0.65);
  }
}

@media (max-width: 768px) {
  #slide-3:checked ~ .slider__holder .slider__item--5 {
    opacity: 0;
  }
}

#slide-4:checked ~ .slider__holder .slider__item--5 {
  z-index: 1;
  transform: translateX(100px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-4:checked ~ .slider__holder .slider__item--5 {
    opacity: 0.6;
  }
}

#slide-5:checked ~ .slider__holder .slider__item--5 {
  position: relative;
  z-index: 2;
  transform: translate(0) scale(1);
}

/*--------------------------------------------------------------
  3.0 Bullets
  --------------------------------------------------------------*/

.bullets__item {
  transition: all 0.2s ease;
}

/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  1.0 Card
  2.0 Slider
  3.0 Bullets
  4.0 Section
  5.0 Button
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  1.0 Card
  --------------------------------------------------------------*/

.card {
  position: relative;
  display: block;
  background-color: transparent;
  border: none;
}

/*--------------------------------------------------------------
  2.0 Slider
  --------------------------------------------------------------*/

.slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider__radio {
  display: none;
}

.slider__holder {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 900px) {
  .slider__holder {
    max-width: 200px;
  }
}

@media (max-width: 600px) {
  .slider__holder {
    margin-top: 60px;
  }
}

.slider__item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 600px) {
  .slider__item-content {
    padding: 32px 32px;
  }
}

@media (max-width: 375px) {
  .slider__item-content {
    padding: 40px 24px;
  }
}
.slider__item-content img {
  width: 100%;
}
.slider__item-text {
  padding: 60px 0;
}

.section__entry {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.section__entry--center {
  text-align: center;
}

.section__title {
  display: block;
  padding-bottom: 12px;
}

.section__text {
  display: block;
}

.tooltip-inner {
  max-width: 300px !important;
}

.road-mobile {
  display: none;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.float i {
  padding-top: 15px;
  color: #fff;
}
.my-float {
  margin-top: 16px;
}

/*===========================
  Car Lighting
  ===========================*/

.led-box {
  position: absolute;
  bottom: -50px;
}

.led-yellow {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #fff 0 -1px 9px,
    #fff 0 2px 12px;
  -webkit-animation: blinkYellow 3s infinite;
  -moz-animation: blinkYellow 3s infinite;
  -ms-animation: blinkYellow 3s infinite;
  -o-animation: blinkYellow 3s infinite;
  animation: blinkYellow 3s infinite;
}

@-webkit-keyframes blinkYellow {
  from {
    background-color: #ff0;
  }
  50% {
    background-color: #aa0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px,
      #ff0 0 2px 0;
  }
  to {
    background-color: #ff0;
  }
}
@-moz-keyframes blinkYellow {
  from {
    background-color: #ff0;
  }
  50% {
    background-color: #aa0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px,
      #ff0 0 2px 0;
  }
  to {
    background-color: #ff0;
  }
}
@-ms-keyframes blinkYellow {
  from {
    background-color: #ff0;
  }
  50% {
    background-color: #aa0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px,
      #ff0 0 2px 0;
  }
  to {
    background-color: #ff0;
  }
}
@-o-keyframes blinkYellow {
  from {
    background-color: #ff0;
  }
  50% {
    background-color: #aa0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px,
      #ff0 0 2px 0;
  }
  to {
    background-color: #ff0;
  }
}
@keyframes blinkYellow {
  from {
    background-color: #ff0;
  }
  50% {
    background-color: #aa0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px,
      #ff0 0 2px 0;
  }
  to {
    background-color: #ff0;
  }
}

.led-green {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #abff00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px,
    #89ff00 0 2px 12px;
}

.led-blue {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #24e0ff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 -1px 9px,
    #3f8cff 0 2px 14px;
}

/* ===========================================
Animation
========================================== */

#blue-l1 {
  animation: bandesl1 1s infinite linear alternate;
}
#blue-l2 {
  animation: bandesl1 1s infinite linear alternate;
}
#blue-l3 {
  animation: bandesl1 1s infinite linear alternate;
}
#blue-r2 {
  animation: bandesl1 1s infinite linear alternate;
}
#blue-r3 {
  animation: bandesl1 1s infinite linear alternate;
}
#blue-l4 {
  animation: bandesl1 1s infinite linear alternate;
}
#blue-l4-1 {
  animation: bandesl1 1s infinite linear alternate;
}
#blue-l5 {
  animation: bandesl1 1s infinite linear alternate;
  animation-delay: 500ms;
}
#blue-l5-1 {
  animation: bandesl1 1s infinite linear alternate;
  animation-delay: 500ms;
}
#blue-l6 {
  animation: bandesl1 1s infinite linear alternate;
  animation-delay: 1500ms;
}
#blue-l6-1 {
  animation: bandesl1 1s infinite linear alternate;
  animation-delay: 1500ms;
}
#blue-l7 {
  animation: bandesl1 1s infinite linear alternate;
  animation-delay: 2000ms;
}
#blue-l7-1 {
  animation: bandesl1 1s infinite linear alternate;
  animation-delay: 2000ms;
}
#blue-l8 {
  animation: bandesl1 1s infinite linear alternate;
  animation-delay: 2500ms;
}
#blue-l8-1 {
  animation: bandesl1 1s infinite linear alternate;
  animation-delay: 2500ms;
}
#blue-r1 {
  animation: bandesl1 1s infinite linear alternate;
}
#green-l0 {
  animation: bandesl1 1s infinite linear alternate;
}
#green-r0 {
  animation: bandesl1 1s infinite linear alternate;
}
#green-l3 {
  animation: bandesl1 1s infinite linear alternate;
}
#green-r3 {
  animation: bandesl1 1s infinite linear alternate;
}

#yellow-l1 {
  animation: bandesl1 1s infinite linear alternate;
}
#yellow-r1 {
  animation: bandesl1 1s infinite linear alternate;
}

#red-l0 {
  animation: bandesl1 1s infinite linear alternate;
}
#red-r0 {
  animation: bandesl1 1s infinite linear alternate;
}

#red-l2 {
  animation: bandesl1 1s infinite linear alternate;
}
#red-r2 {
  animation: bandesl1 1s infinite linear alternate;
}

#sky1 {
  animation: bandesl1 1s infinite linear alternate;
}
#sky2_2 {
  animation: bandesl1 1s infinite linear alternate;
}

#green-map {
  animation: map 1s ease-in-out infinite alternate;
}
#yellow-map {
  animation: map 1s ease-in-out infinite alternate;
  animation-delay: 500ms;
}
#blue-map {
  animation: map 1s ease-in-out infinite alternate;
  animation-delay: 1000ms;
}
#red-map {
  animation: map 1s ease-in-out infinite alternate;
  animation-delay: 1500ms;
}
#sky-map {
  animation: map 1s ease-in-out infinite alternate;
  animation-delay: 2000ms;
}

@keyframes bandesl1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes map {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(20deg);
  }
}
