.sec1 {
  padding: 7.8125vw 0 3.90625vw; }
  .sec1 h1 {
    color: #454545;
    text-align: center;
    font-size: 3.3333333333vw;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 1.4583333333vw; }
  .sec1 p {
    width: 51.0416666667vw;
    color: #454545;
    text-align: center;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    /* 146.25% */
    margin: 0 auto 2.0833333333vw; }
  .sec1 .flex {
    display: flex;
    align-items: center;
    justify-content: center; }
    .sec1 .flex a {
      display: block;
      color: #C60C3E;
      text-align: center;
      font-size: 1.5625vw;
      font-style: normal;
      font-weight: 400;
      line-height: 1.7708333333vw;
      /* 113.333% */
      text-transform: uppercase;
      margin-right: 1.5625vw;
      position: relative; }
      .sec1 .flex a:after {
        content: "";
        width: 2px;
        height: 80%;
        background: #454545;
        position: absolute;
        top: 0;
        top: 50%;
        transform: translateY(-50%);
        right: -0.8333333333vw; }
      .sec1 .flex a:nth-last-child(1) {
        margin-right: 0; }
        .sec1 .flex a:nth-last-child(1):after {
          display: none; }

.section {
  padding-bottom: 5.2083333333vw; }
  .section .proImg {
    width: 100%;
    position: relative;
    background-image: url(../images/b1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 527px;
    background-size: cover;
    background-position: center; }
    .section .proImg img {
      display: block;
      width: 100%; }
    .section .proImg h2 {
      color: #FFF;
      font-size: 2.65625vw;
      font-weight: 500;
      margin: 0;
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 19.2708333333vw; }
  .section.section2 .proImg {
    background-image: url(../images/b2.png); }
  .section.section3 .proImg {
    background-image: url(../images/b3.png); }
  .section .flex {
    width: 61.4583333333vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.0833333333vw 0; }
    .section .flex .img {
      width: 30.2083333333vw; }
      .section .flex .img img {
        display: block;
        width: 100%; }
    .section .flex .text {
      width: 30.2083333333vw; }
      .section .flex .text h5 {
        color: #454545;
        font-size: 1.4583333333vw;
        font-style: normal;
        font-weight: 600;
        line-height: 1.2;
        text-transform: uppercase;
        margin: 0 0 1.0416666667vw;
        white-space: nowrap; }
      .section .flex .text .info {
        min-height: 5.7291666667vw;
        margin-bottom: 1.5625vw; }
        .section .flex .text .info p {
          color: #454545;
          font-size: 0.8333333333vw;
          font-style: normal;
          font-weight: 400;
          line-height: 1.5; }
      .section .flex .text a {
        display: block;
        padding: 0.5208333333vw 2.0833333333vw;
        color: #FFF;
        text-align: center;
        font-size: 0.8333333333vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        /* 146.25% */
        text-transform: uppercase;
        background-color: #C8161E;
        transform: skewX(-5deg);
        border-radius: 5px;
        transition: all 600ms;
        width: fit-content; }
        .section .flex .text a p {
          transform: skewX(5deg);
          width: fit-content; }
        .section .flex .text a:hover {
          background-color: rgba(210, 9, 43, 0.8); }

@media screen and (max-width: 1024px) {
  .home {
    padding-top: 60px; }
    .home .sec1 {
      padding: 30px 0; }
      .home .sec1 h1 {
        font-size: 24px;
        margin-bottom: 20px; }
      .home .sec1 p {
        font-size: 12px;
        margin-bottom: 15px; }
      .home .sec1 .flex a {
        font-size: 12px;
        line-height: 1.2;
        margin-right: 20px; }
        .home .sec1 .flex a:after {
          right: -12px; }
    .home .section .proImg h2 {
      font-size: 24px;
      left: 5vw; }
    .home .section .flex {
      flex-direction: column; }
      .home .section .flex .img {
        width: 100%;
        margin-bottom: 20px; }
      .home .section .flex .text {
        width: 100%;
        text-align: center; }
        .home .section .flex .text h5 {
          font-size: 18px; }
        .home .section .flex .text .info p {
          font-size: 12px; }
        .home .section .flex .text a {
          margin: auto;
          font-size: 12px;
          padding: 5px 10px; }
          .home .section .flex .text a p {
            font-size: 12px; } }
@media screen and (max-width: 768px) {
  .home .section .proImg {
    height: 300px; }
    .home .section .proImg img {
      height: 100%;
      object-fit: cover; }
  .home .section .flex {
    width: 90%; }
    .home .section .flex .text h5 {
      white-space: unset;
      margin-bottom: 20px; }
    .home .section .flex .text .info p {
      margin-bottom: 15px; }

  .sec1 {
    width: 90%;
    margin: auto; }
    .sec1 p {
      width: 100%; } }

/*# sourceMappingURL=bikes.css.map */
