.page__about {
  padding: 50px 0;
}
.page__about-tag {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  max-width: 226px;
  border-radius: 50px;
  padding: 12px 32px;
  transition: var(--transition);
  border: 1px solid var(--color-red);
  margin-bottom: 12px;
  color: var(--color-red);
}
.page__about-tag .svg {
  height: 20px;
  width: 20px;
}
.page__about-tag .text {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-red);
}
.page__about-tag:hover {
  background: var(--bg-red);
  color: var(--color-white);
}
.page__about-tag:hover .text {
  color: var(--color-white);
}
.page__about-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.page__about-heading h2 {
  max-width: 440px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.page__about-heading h2 span {
  color: var(--color-red);
}
.page__about-heading-desc {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray);
  max-width: 530px;
}
.page__about-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.page__about-content-left {
  width: 100%;
  max-width: 440px;
  padding-top: 36px;
}
.page__about-content-left h2 {
  font-size: 18px;
  font-weight: 600;
  color: #23232b;
}
.page__about-content-left p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray);
}
.page__about-content-tags {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 14px;
  gap: 8px;
}
.page__about-content-tags a {
  border: 1px solid #8f9190;
  padding: 6px 24px;
  display: inline-flex;
  text-decoration: none;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  color: #333333;
}
.page__about-content-tags a:hover {
  background: var(--bg-red);
  color: var(--color-white);
  border-color: var(--color-red);
}
.page__about-content-right {
  flex: 1;
  gap: 32px;
  display: flex;
}
.page__about-content-image1 {
  border-radius: 4px;
  line-height: 0;
  overflow: hidden;
}
.page__about-content-image1 img {
  transition: var(--transition);
}
.page__about-content-image1:hover img {
  transform: scale(1.1);
}
.page__about-content-image2 {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.page__about-content-image2 img {
  transition: var(--transition);
}
.page__about-content-image2:hover img {
  transform: scale(1.1);
}
.page__about-content-view {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  border: 1px solid var(--color-red);
  background: var(--bg-white);
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 8px;
  text-decoration: none;
  color: var(--color-red);
  transition: var(--transition);
}
.page__about-content-view:hover {
  background: var(--bg-red);
  color: var(--color-white);
}

.why__choice {
  background: var(--bg-white);
}
.why__choice-item {
  border-color: #e2e2e2;
}
.why__choice-item:hover p {
  color: #333333;
}

.about__slogan {
  padding: 40px 0 80px 0;
}
.about__slogan-text {
  font-size: 80px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 2px var(--color-red);
}

.about__video-index {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
}
.about__video-index img {
  max-width: 100%;
  width: auto;
}
.about__video {
  position: relative;
  z-index: 2;
}
.about__video::before {
  background: linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%), linear-gradient(to bottom, #c9c9c9 0%, #ffffff 100%);
  bottom: 0px;
  z-index: 0;
  content: "";
  height: calc(100% - 235px);
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
}
.about__video-animation {
  position: relative;
  height: 120px;
  container-type: inline-size;
}
.about__video-animation-image {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 2;
  animation: car-drive 8s linear infinite;
}
.about__video-animation-line {
  position: absolute;
  height: 2px;
  background: var(--bg-red);
  left: 120px;
  right: 0;
  top: 59px;
  transform-origin: right center;
  animation: line-shrink 8s linear infinite;
}
.about__video-statical {
  padding: 60px 0;
}
.about__video-flex {
  display: flex;
  gap: 48px;
  justify-content: end;
}
.about__video-flex .text__count,
.about__video-flex .text__prefix {
  font-size: 80px;
  font-weight: 700;
}
.about__video-item {
  max-width: 264px;
}
.about__video-item-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-gray);
}
.about__video-actions {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  right: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about__video-btn {
  height: 56px;
  width: 56px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--color-white);
  background: transparent;
  border-radius: 50%;
}

@keyframes car-drive {
  0% {
    transform: translateX(0) scaleX(1);
  }
  50% {
    transform: translateX(calc(100cqw - 120px)) scaleX(1);
    animation-timing-function: steps(1, end);
  }
  50.01% {
    transform: translateX(calc(100cqw - 120px)) scaleX(-1);
  }
  99.99% {
    transform: translateX(0) scaleX(-1);
    animation-timing-function: steps(1, end);
  }
  100% {
    transform: translateX(0) scaleX(1);
  }
}
@keyframes line-shrink {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .page__about {
    padding: 36px 0;
  }
  .page__about-tag {
    padding: 8px 20px;
    display: inline-flex;
  }
  .page__about-heading {
    flex-direction: column;
  }
  .page__about-heading h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .page__about-heading-desc {
    font-size: 14px;
    font-weight: 400;
  }
  .page__about-content {
    flex-direction: column;
  }
  .page__about-content-left {
    padding-top: 0px;
  }
  .page__about-content-tags {
    gap: 4px;
  }
  .page__about-content-tags a {
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 400;
  }
  .page__about-content-right {
    flex-direction: column;
    gap: 16px;
  }
  .page__about-content-image2 {
    display: block;
  }
  .page__about-content-view {
    position: initial;
    margin-top: 16px;
  }
  .why__choice-item:nth-child(3n),
  .why__choice-item:last-child {
    border-right: 1px solid #e2e2e2;
  }
  .about__slogan {
    padding-bottom: 36px;
    padding-top: 0px;
  }
  .about__slogan-text {
    font-size: 46px;
  }
  /** About video **/
  .about__video-index img {
    width: auto;
    max-width: 100%;
  }
  .about__video-statical {
    padding: 16px 0;
  }
  .about__video-flex {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .about__video-item {
    width: calc(50% - 8px);
  }
  .about__video-item-count {
    text-align: center;
  }
  .about__video-item .text__count,
  .about__video-item .text__prefix {
    font-size: 46px;
    text-align: center;
  }
  .about__video-item-desc {
    font-size: 14px;
    font-weight: 400;
  }
  .about__video-btn {
    height: 44px;
    width: 44px;
  }
  .about__video-btn svg {
    height: 24px;
    width: 24px;
  }
}