body {
  margin: 0;
  height: 100vh;
  background: #fff;
}
.splash-container {
  padding-top: 4em;
}
.splash-caption {
  position: relative;
  z-index: 999;
}
.icon-wrapper {
  position: relative;
  width: 230px;
  margin: 0 auto;
  z-index: 999;
}

.bilis-ride-icon {
  background: url("../images/new-logo.png");
  background-repeat: no-repeat;
  width: 52%;
  height: 7rem;
  background-size: contain;
  margin: 0 auto;
}
.bilis-ride-icon.fadeInLogo {
  -webkit-animation-name: leftAnimate;
  animation-name: leftAnimate;
  animation-duration: 0.7s;
}

.splash-caption p {
  text-align: center;
  font-size: 26px;
  color: #053e8b;
  font-weight: 600;
  font-style: italic;
  font-family: sans-serif;
  padding: 5px 0;
  margin: 0;
}
.splash-caption p.fadeInCaption {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}
.splash-body {
  background: url(../images/desktop-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  background-size: 100%;
  bottom: 0;
  background-position-y: bottom;
  position: fixed;
}

.transpo-container {
  height: 100vh;
  position: relative;
}
.transpo-type {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -53%);
}
.transpo-type {
  background-position: center;
  width: 100%;
  background-size: cover;
}
.icon {
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  height: 220px;
  width: 225px;
  background-position-x: center;
  background-position-y: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon img {
  position: absolute;
  width: 230px;
  -webkit-animation-name: imgAnimate;
  animation-name: imgAnimate;
}
.icon img:nth-child(1) {
  animation-duration: 1.5s;
  opacity: 0;
}
.icon img:nth-child(2) {
  animation-duration: 3s;
  opacity: 0;
}
.icon img:nth-child(3) {
  animation-duration: 6s;
  opacity: 0;
}
.icon img:nth-child(4) {
  animation-duration: 12s;
  opacity: 1;
}
@keyframes imgAnimate {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }
  50% {
    animation-play-state: paused;
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0) ease-in;
    animation-play-state: paused;
  }
}
.splash-ride-btn {
  position: absolute;
  bottom: 2rem;
  font-size: 1.1rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0.4rem 1.6rem;
  display: block;
  color: #fff;
  background: #f72e1f;
  border: 1px solid #f72e1f;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0.25rem;
  line-height: 1.5;
}
/*#slider {
  position: absolute;
  bottom: 8rem;
  left: 0;
  right: 0;
  text-align: center;
}*/
#slider {
  background: url(../images/globe-desktop.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0 !important;
  width: 36%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: end;
  height: 16rem;
  background-size: contain;
  background-position: bottom;
  min-width: 414px;
}

#slider img {
  display: none;
  height: 10rem;
  width: auto;
  margin-bottom: 125px;
  
}
#slider img.show {
  display: inline;
}

.transpo-type-slide {
  position: relative;
  height: 100%;
}
.clouds {
  background: url(../images//clouds.png) no-repeat;
  width: 32%;
  min-width: 320px;
  height: 22rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6rem;
  background-size: contain;
  background-position: center center;
}

@-webkit-keyframes leftAnimate {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
  }
  30% {
    animation-play-state: paused;
  }
  50% {
    animation-play-state: paused;
    opacity: 0;
  }
  90% {
    opacity: 1;
    -webkit-transform: translateX(0) ease-in;
  }
  100% {
    opacity: 0;
  }
}

@keyframes leftAnimate {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }
  30% {
    animation-play-state: paused;
  }
  50% {
    animation-play-state: paused;
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0) ease-in;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-device-width: 320px) {
  #slider {
    min-width: 320px;
  }
}
@media screen and (width: 375px) {
  #slider {
    min-width: 375px;
  }
}
@media only screen and (width: 768px) {
  #slider {
    width: 100%;
    height: 26rem;
  }
  .clouds {
    width: 50%;
    bottom: 20rem;
  }
}
@media screen and (max-device-width: 1024px) {
  .splash-body {
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-size: 100%;
    bottom: 0;
    background-position-y: bottom;
    position: fixed;
  }
}
@media screen and (max-device-width: 1400px) {
  .splash-body {
    background-size: 1500px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #slider {
    bottom: 15rem;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .splash-body {
    background-position: bottom;
  }
  #slider {
    bottom: 20rem;
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  #slider {
    bottom: 9rem;
  }

  .bilis-ride-icon {
    width: 160px;
    height: 160px;
  }
}

@media screen and (min-device-width: 1601px) and (max-device-width: 1799px) {
  #slider {
    bottom: 20rem;
  }
}
@media screen and (min-device-width: 1800px) and (max-device-width: 1900px) {
  .splash-body {
    background-position: center;
  }
  #slider {
    bottom: 15rem;
  }
  #slider img {
    height: 220px;
    width: 350px;
  }
}
