* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

@font-face {
  font-family: 'PeydaSemi';
  font-weight: 800;
  src: url('https://uranus.s3.ir-thr-at1.arvanstorage.ir/demos/3c05b32/down/IRANSansWeb.woff')
    format('woff');
}

.bg {
  opacity: 1;
  position: fixed;
  right: -100%;
  bottom: 7.5px;
  max-width: 250px;
  z-index: -9999999999;
}

.bg2 {
  opacity: 0;
  z-index: -200;
}

.car-container {
  position: fixed;
  bottom: 8px;
  left: -200px;
  width: 167px;
  height: 93px;
  scale: calc(100vw / 360px);
  transform-origin: left bottom;
  z-index: 40;
}

.motor-container {
  position: fixed;
  bottom: 8px;
  left: -220px;
  width: 155px;
  height: 84px;
  scale: calc(100vw / 360px);
  transform-origin: left bottom;
  z-index: 40;
}

.car {
  position: absolute;
  width: 100%;
  bottom: 12px;
  z-index: -10;
}

.motor {
  position: absolute;
  width: 110px;
  margin-right: 40px;
  bottom: 0px;
  z-index: -10;
}

.motor-front {
  position: absolute;
  bottom: 5px;
  width: 19px;
  right: 45px;
  aspect-ratio: 1 / 1;
  z-index: 51;
}

.front {
  position: absolute;
  bottom: 3px;
  right: 11px;
  width: 33px;
  aspect-ratio: 1/1;
  z-index: 50;
}

.back {
  position: absolute;
  bottom: 3px;
  right: 115px;
  width: 33px;
  aspect-ratio: 1/1;
  z-index: 50;
}

.rotate {
  animation: rotate 2s linear infinite;
}

.rotateback {
  animation: rotateback 2.5s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateback {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.overline {
  position: fixed;
  right: 20px;
  opacity: 0;
  bottom: 50px;
  height: 45px;
  transform: scaleX(0);
  transform-origin: right center;
}

.numbg {
  position: fixed;
  z-index: 10;
  right: 24px;
  height: 26px;
  object-fit: cover;
  border-radius: 4px;
  opacity: 0;
  top: 18px;
  width: 23px;
}

.secondBG {
  margin-right: 29.5px;
}

.hourBG {
  margin-right: 62px;
}

.dayBG {
  margin-right: 93.5px;
}

.logo {
  position: fixed;
  right: 148px;
  opacity: 0;
  top: 30px;
  height: 15px;
  z-index: 60;
}

.cta {
  position: fixed;
  right: 30px;
  bottom: 17.5px;
  animation: tapesh 1s linear infinite;
  opacity: 0;
  height: 20px;
}

.bahman {
  position: fixed;
  opacity: 0;
  right: 102.5px;
  bottom: 52.5px;
  width: 50px;
  animation: rotate2 1s linear infinite;
}

@keyframes tapesh {
  0% {
    scale: 1.1;
  }
  50% {
    scale: 1.3;
  }
  100% {
    scale: 1.1;
  }
}

@keyframes rotate2 {
  0% {
    rotate: -5deg;
    scale: 1;
  }
  50% {
    rotate: 5deg;
    scale: 1.1;
  }
  100% {
    rotate: -5deg;
    scale: 1;
  }
}

.title {
  position: fixed;
  right: 31px;
  z-index: 20;
  top: 37px;
  opacity: 0;
  scale: 1.5;
}

.num {
  position: fixed;
  z-index: 30;
  right: 25px;
  top: 18.5px;
  font-family: 'PeydaSemi', sans-serif;
  opacity: 0;
  color: #ffffff;
  width: 22px;
  text-align: center;
  font-size: 13px;
  /*border: 1px solid red;*/
}

.minutenum {
  margin-right: 29.5px;
}

.hournum {
  margin-right: 62px;
}

.daynum {
  margin-right: 93px;
}

.minute {
  margin-right: 30.5px;
}

.hour {
  margin-right: 62px;
}

.day {
  margin-right: 97px;
}

.dots {
  opacity: 0;
  position: fixed;
  z-index: 30;
  right: 48px;
  top: 26px;
  width: 3px;
}

.dots2 {
  right: 80px;
}

.dots3 {
  right: 113px;
}
