.milestone-timeline {
  width: 100%;
  height: 80%;
  margin-bottom: 320px;
  background: radial-gradient(circle at right 45%, #201611, #111111 250px);

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
}

.milestone-left {
  height: 100%;
  display: flex;
  flex: 1;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  z-index: 4;
}

.milestone-right {
  height: 100%;
  display: flex;
  flex: 1;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

  z-index: 4;
}

.left-gradient {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at left 60%, #201611, transparent 250px);

  position: absolute;
  z-index: 3;
}

.milestone-box {
  width: 100%;
  height: fit-content;
  min-height: 54px;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  position: relative;
  z-index: 104;
}

.milestone-value {
  font-size: 18px;
  font-weight: bold;

  opacity: 1 !important;
}

.milestone-description {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
}

.vertical-line {
  width: 1px;
  height: 100%;
  background: linear-gradient(#FFBE00, #FF6B00);
}

.milestone-bullet, .milestone-bullet-right {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(to left bottom, #FFBE00, #FF6B00);

  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: -3.5px;
}

.milestone-bullet-right {
  position: absolute;
  left: -3.5px;
}

.last-milestone .milestone-bullet {
  bottom: 0px;
}

.first-milestone .milestone-bullet, .last-milestone .milestone-bullet {
  top: unset;
  transform: unset;
}

.first-milestone span, .last-milestone span, .milestone-box span {
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: absolute;
  transform: translate(0, -50%);

  opacity: 1;
}

.last-milestone span {
  transform: translate(0, 50%);
}

.timeline-extra-gradient {
  width: 100%;
  height: 300px;
  background-color: #111111;
}

.ratings-and-features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  padding: 150px 27px 25px 27px;
  background-color: #191919;

  position: relative;
}

.features-dev-img {
  position: absolute;
  top: -240px;
  left: 0px;
}

.features-dev-img img {
  width: 100%;
}

.features-tagline {
  font-size: 12px;
  font-weight: 500;
  color: #555555;

  margin-top: 10px;
}

.features-heading {
  width: 75%;
  margin: 8px 0px 15px 0px;

  font-size: 24px;
  font-weight: 600;
  font-style: normal;
}

.features-heading h2 {
  font-size: 24px;
  font-weight: 600;
}

.features-desc {
  font-size: 12px;
  font-weight: 500;
  color: #F4F4F480;
}

.device-feature {
  width: 100%;
  padding: 32px 20px;
  margin-bottom: 32px;
  border-radius: 10px;
  background-color: #1F1F1F;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.feature-icon {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #2E2E2E;

  display: flex;
  justify-content: center;
  align-items: center;
}

.device-feature span {
  display: flex;
  align-items: center;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
}

.feature-description {
  font-size: 13px;
  font-weight: 500;
  color: rgba(244, 244, 244, 0.5);
  text-align: left;

  margin-top: 16px;
}

.ajjas-app-introduction {
  width: 100%;
  padding: 64px 24px;
  background-color: #111111;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ajjas-app-introduction img {
  width: 90%;
}

.ajjas-app-introduction span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.app-intro-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  font-size: 32px;
  font-weight: 100;
}

.app-intro-heading h2 {
  font-size: 32px;
  font-weight: 100;
}

.app-title {
  font-weight: bold;
}

.app-intro-tagline {
  font-size: 12px;
  font-weight: 400;
  color: #F4F4F480;

  margin: 8px 0px 32px 0px;
}

.app-intro-description {
  font-size: 12px;
  font-weight: 400;
  color: #F4F4F4;
  text-align: center;

  margin: 20px 4px 32px 4px;
}

.app-intro-description br {
  display: none;
}

.app-availability {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.app-availability-heading {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}

.app-platforms {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-platforms a {
  display: flex;
}

.app-platforms a img {
  width: 110px;
  height: 33px;
}

.google-play {
  margin-right: 12px;
}

.app-store {
  margin-left: 12px;
}

.google-play, .app-store {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.google-play-rating-reviews, .app-store-rating-reviews {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;

  margin-top: 8px;
}

.google-play-rating, .app-store-rating {
  font-size: 10px;
  font-weight: 600;
}

.google-play-rating-reviews img, .app-store-rating-reviews img {
  width: 10px;
  margin: 0px 8px 0px 3px;
}

.google-play-reviews, .app-store-reviews {
  font-size: 10px;
  font-weight: 400;
  color: #A8A8A8;

  white-space: nowrap;
}

.tracking-features {
  width: 100%;
  padding: 0px 20px;
  background-color: #111111;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tracking-card {
  width: 100%;
  padding: 24px 12px;
  margin: 12px 0px;
  background-color: #191919;

  border-radius: 12px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tracking-card-heading {
  font-size: 24px;
  font-weight: 600;

  margin-bottom: 16px;
}

.tracking-card img {
  width: inherit;
  opacity: 0.7;
}

.tracking-description {
  margin: 16px 0px;

  font-size: 14px;
  font-weight: 400;
  color: #F5F5F58C;

  text-align: center;
}

.ajjas-for-ev-oem {
  width: 100%;
  background-color: #111111;
  padding: 64px 32px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
}

.ajjas-for-ev-oem img {
  width: 100%;
}

.ajjas-ev-oem-heading {
  width: 100%;
  font-size: 32px;
  font-weight: 600;
}

.ajjas-ev-oem-tagline {
  width: 100%;
  margin: 8px 0px 32px 0px;

  font-size: 12px;
  color: #F4F4F480;
}

.ajjas-ev-oem-description {
  width: 100%;
  margin: 24px 0px 24px 0px;

  font-size: 12px;
}

.image-banner-box.homepage video {
  width: 100vw;

  position: absolute;
  top: 0px;
}

.image-banner-box.homepage .gradient-overlay {
  background: linear-gradient(to top, #111111 0%, transparent 40%);
}