html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
  }

  @media (min-width: 1520px) {

    .house {
      top: 12em ;
      
     }

     #mu-slider{
      margin-top: 7%;
     }
}
  
  .background-stuff {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #98c5e8;
    animation: wrapperIn 2s;
    background-image: url(../images/jhbBack.jpg);
  }
  .background-stuff .jhb{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: bgIn 4s 0s linear infinite;
    transform: skewX(10deg);
    z-index: 1;
    background: #8faaff;
    opacity: 0.2;
  }
  .background-stuff .bg {
    position: absolute;
    top: 0%;
    left: -100%;
    width: 50%;
    height: 100%;
    background: #3333cc;
    animation: bgIn 4s 0s linear infinite;
    transform: skewX(10deg);
    z-index: 1;
    opacity: 0.2;
  }
  .background-stuff .bg-2 {
    background: #8faaff;
    animation: bgIn 4s 1s linear infinite;
  }
  .background-stuff .bg-3 {
    background: #5a73da;
    animation: bgIn 4s 2s linear infinite;
  }
  .background-stuff .ground {
    position: absolute;
    bottom: -136px;
    margin-bottom: -1.875em;
    height: 50%;
    width: 100%;
    background: #47484C;
    z-index: 2;
  }
  
  .container {
    height: 100%;
    width: 100%;
    display: table;
    overflow: hidden;
  }
  .container .car-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  
  .car {
    width: 20em;
    height: 12.5em;
    position: relative;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    z-index: 4;
    animation: carMove 0.3s infinite;
    top: 5em;
  }
  
  
  
  .car .body {
    position: absolute;
    top: 0;
    left: 0.875em;
    width: 17.375em;
    height: 10em;
    background: #fff;
  }
  .car .body:before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 0px 10px 0 0;
    width: 18em;
    z-index: 2;
    height: 0.75em;
    background: #3190dd;
  }
  .car .body div {
    position: absolute;
    background: #fff;
    width: 21.125em;
    height: 3.75em;
    bottom: -0.625em;
    border-radius: 0 0 10px 10px;
  }
  .car .body div:before {
    content: "";
    background: #fff;
    position: absolute;
    top: -1.8125em;
    right: 0px;
    width: 5em;
    height: 2.5em;
    z-index: 1;
    border-radius: 0 14px 0 0;
    transform: rotate(17deg);
  }
  .car .body div:after {
    content: "";
    background: #fff;
    position: absolute;
    top: -5.125em;
    right: 1.0625em;
    width: 5.625em;
    height: 2.5em;
    z-index: 1;
    border-radius: 10px 0 0 0;
    transform: rotate(75deg);
  }
  .car .wheel {
    position: absolute;
    width: 3.75em;
    height: 3.75em;
    background: #3c464c;
    border-radius: 50%;
    bottom: 0;
    left: 2em;
    z-index: 14;
    animation: carMove 0.3s 0.2s;
  }
  .car .wheel:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .car .wheel:nth-of-type(2) {
    left: 16.125em;
  }
  .car .decos {
    width: 18.125em;
    height: 10.5em;
    position: absolute;
    z-index: 12;
    top: 0;
    left: 3.875em;
  }
  .car .line-bot {
    position: absolute;
    bottom: 0.5625em;
    height: 3px;
    width: 100%;
    background: #e1e8ef;
  }
  .car .door {
    position: absolute;
    left: 7.5em;
    bottom: 0;
    width: 3.75em;
    height: 8.8125em;
    border-radius: 10px 10px 0 0;
    border: 3px solid #e1e8ef;
    border-bottom: 0;
    background: #fff;
  }
  .car .door:after {
    content: "";
    position: absolute;
    top: 0.375em;
    left: 0.4375em;
    width: 2.875em;
    height: 2.5em;
    border-radius: 4px;
    background: #5bc2ef;
  }
  .car .door .handle {
    position: absolute;
    right: 0.625em;
    top: 4.375em;
    width: 0.625em;
    height: 0.625em;
    background: #e1e8ef;
    border-radius: 50%;
  }
  .car .door .handle:after {
    content: "";
    width: 1.25em;
    height: 0.25em;
    border-radius: 10px;
    background: #e1e8ef;
    position: absolute;
    top: 50%;
    left: -0.3125em;
    margin-top: -0.125em;
  }
  .car .door .bottom {
    position: absolute;
    bottom: 0.375em;
    left: 0.6875em;
    width: 2.375em;
    height: 0.75em;
  }
  .car .door .bottom:before, .car .door .bottom:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.1875em;
    background: #e1e8ef;
    height: 0.25em;
    border-radius: 10px;
    margin-bottom: 0.25em;
  }
  .car .window {
    position: absolute;
    top: 1.125em;
    left: 12.5em;
    width: 2em;
    background: #5bc2ef;
    height: 4.5em;
    border-radius: 10px 10px 0 10px;
  }
  .car .window:before {
    content: "";
    width: 100%;
    height: 1.25em;
    background: #5bc2ef;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.9375em;
    border-radius: 0 10px 10px 10px;
  }
  .car .window:after {
    content: "";
    height: 1.25em;
    background: #5bc2ef;
    position: absolute;
    top: 1.0625em;
    left: -0.8125em;
    width: 4.1875em;
    transform-origin: bottom;
    transform: rotate(74deg);
    border-radius: 10px 10px 10px 10px;
  }
  .car .light {
    position: absolute;
    width: 0.625em;
    height: 0.625em;
    background: #ff8c40;
    right: 3.75em;
    bottom: 3.125em;
    border-radius: 3px;
  }
  .car .light-front {
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    background: #ff8c40;
    right: -0.1875em;
    bottom: 3.5625em;
    border-radius: 3px;
  }
  .car .light-front:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ff8c40;
    top: 100%;
    height: 0.9375em;
    border-radius: 3px;
    margin-top: 2px;
  }
  /* .car .antenna {
    position: absolute;
    width: 1.625em;
    height: 0.625em;
    background: #fff;
    bottom: 100%;
    left: 1.0625em;
    border-radius: 4px 4px 0 0;
  }
  .car .antenna:before {
    content: "";
    position: absolute;
    width: 2.375em;
    height: 0.25em;
    background: #fff;
    bottom: 0;
    left: -1.375em;
    transform: rotate(55deg);
    transform-origin: right;
    border-radius: 4px;
  } */
  .car .ice-cream {
    position: absolute;
    left: -0.125em;
    top:1.875em;
    width: 4.375em;
    height: 4.375em;
    border: 3px solid #694923;
    border-radius: 50%;
    /* transform: rotate(-30deg); */
  }
  .car .ice-cream .cone {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    border-right: 1.125em solid transparent;
    border-left: 1.125em solid transparent;
    border-top: 2.5em solid #f4b224;
  }
  .car .ice-cream .cone:after {
    content: "";
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    background: #00c0a8;
    border-radius: 50%;
    top: -3.4375em;
    left: 0px;
    z-index: -1;
  }
  .car .ice-cream .cone:before {
    content: "";
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    background: #ffd132;
    border-radius: 50%;
    top: -3.4375em;
    left: -1.25em;
    z-index: -1;
    box-shadow: 10px -5px 0px 0px #694923;
  }
  
  .wind {
    position: absolute;
    z-index: -1;
    right: 100%;
    height: 100%;
    margin-right: -1.25em;
  }
  .wind .p {
    position: absolute;
    background: #fff;
    border-radius: 0.625em;
    height: 0.625em;
  }
  .wind .p1 {
    width: 4.375em;
    position: absolute;
    right: 0;
    top: 1.5625em;
    animation: wind 1s -1s linear infinite;
  }
  .wind .p2 {
    width: 6.25em;
    right: 2.5em;
    top: 3.75em;
    animation: wind 1s -2s linear infinite;
  }
  .wind .p3 {
    width: 3.125em;
    right: 0em;
    top: 6.5625em;
    animation: wind 1s -1s linear infinite;
  }
  .wind .p4 {
    width: 3.75em;
    right: 6.25em;
    top: 8.4375em;
    animation: wind 1s 1s linear infinite;
  }
  .wind .p5 {
    width: 4.375em;
    right: 1.875em;
    top: 9.0625em;
    animation: wind 1s -1.5s linear infinite;
  }
  
  .car-wrapper_inner {
    position: relative;
    z-index: 4;
  }
  
  @keyframes carMove {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-1px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  @keyframes wind {
    0% {
      transform: translateX(100%);
      opacity: 1;
    }
    100% {
      transform: translateX(-400%);
      opacity: 0;
    }
  }
  .car_outter {
    transform: translateX(-100%);
    position: relative;
    animation: carDrive 25s 3.6s cubic-bezier(0.88, 0.08, 0.16, 1.1) infinite;
  }
  
  .warehouse {
    transform: translateX(-100%);
    position: relative;
    animation: whouse 25s 1s cubic-bezier(0.23, 1, 0.320, 1) infinite
  }
  
  .house {
    transform: translateX(-0%);
    position: relative;
    animation: house 25s 3.6s cubic-bezier(0.23, 1, 0.320, 1) infinite
  }
  
  
  @keyframes carDrive {
    0% {
      transform: translateX(-100%);
    }
    25% {
      transform: translateX(0%);
    }
    70% {
      transform: translateX(30%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  
  @keyframes house {
    0% {
      transform: translateX(400%);
    }
    25% {
      transform: translateX(300%);
    }
    70% {
      transform: translateX(-350%);
    }
    100% {
      transform: translateX(-800%);
    }
  }
  
  @keyframes whouse {
    0% {
      transform: translateX(-50%);
    }
    25% {
      transform: translateX(0%);
    }
    70% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes bgIn {
    0% {
      left: 100%;
    }
    100% {
      left: -100%;
    }
  }
  @keyframes wrapperIn {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }