

/* about */

.about {
    background-color: #fff;
    padding: 70px 0px;
}

.about_bd {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    column-gap: 50px;
}

.about_bd_list{
    height: 400px;
}

.ab_line {
    background-color: #f7f7f7;
    height: 2px;
    width: 100%;
    margin-bottom: 35px;
}

.about_bd_list h1 {
    font-size: 90px;
    color: #000000;
    padding: 0px;
    font-weight: 600;
}

.about_bd_list h1 span {
    color: #ea222a;
    padding: 0px;
    font-weight: 600;
}

.about_bd_list p:nth-child(3) {
    font-size: 30px;
    color: #1b1b1b;
    font-weight: 600;
    line-height: 1.5;
}

.about_bd_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.counter_bd {
    display: flex;
    justify-content: space-around;
    column-gap: 20px;
    margin-top: 20px;
}

.counter {
    color: transparent!important;
    font-family: 'Oswald', sans-serif;
    -webkit-text-stroke-color: #ea222a;
    -webkit-text-stroke-width: 2px;
}

.counter_bd span {
    font-size: 60px;
}

.counter_bd_list p{
    font-size: 20px;
    text-align: center;
    color: #000000;
}

.counter_bd_list p:nth-child(1) {
    font-size: 35px;
    color: #ea222a;
}

.about_content {
    margin-top: 40px;
}

.about_content p {
    font-size: 18px;
    line-height: 2;
    color: #1b1b1b;
}

@media (max-width: 1025px) {

    .about_bd_list{
        height: 100%;
    }
    
    .about_bd_list h1 {
        font-size: 66px;
        padding: 0px;
        font-weight: 600;
    }

    .about_bd_list p {
        font-size: 22.8px;
        color: #1b1b1b;
        line-height: 2;
    }
    

    .about_bd {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 50px;
        row-gap: 50px;
    }

    .about_bd_list:nth-child(2) {
        width: 100%;
        height: 600px;
        object-fit: cover;
        border-radius: 10px;
    }

}

@media (max-width: 822px) {    

    .about_bd_list:nth-child(2) {
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 10px;
    }

}

@media (max-width: 576px) {    

    .about {
        background-color: #fff;
        padding: 40px 0px;
        overflow: hidden;
    }

    .about_bd {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 50px;
        row-gap: 50px;
    }

    
    .about_bd_list:nth-child(1) {
        order: 2;
    }

    .about_bd_list:nth-child(2) {
        order: 1;
        height: 300px;
    }

    .about_bd_list p:nth-child(1) {
        font-size: 40px;
        padding: 0px;
        line-height: 2;
        font-weight: 600;
    }

    .about_content {
        margin-top: 10px;
    }

    .counter_bd {
        display: flex;
        justify-content: space-around;
        column-gap: 20px;
    }

    
    .about_bd_list p {
        font-size: 18px;
        color: #1b1b1b;
    }

    .counter_bd_list {
        margin-bottom: 20px;
    }

    .counter_bd span {
        font-size: 40px;
    }
    
    .counter_bd_list p{
        font-size: 14px;
        text-align: center;
    }

    .counter_bd_list p:nth-child(1){
        font-size: 30px;
        text-align: center;
    }

    .counter {
        color: transparent!important;
        font-family: 'Oswald', sans-serif;
        -webkit-text-stroke-color: #ea222a;
        -webkit-text-stroke-width: 1px;
    }    

    .about_content p {
        font-size: 14px;
        line-height: 2;
    }

    .about_bd_list p:nth-child(3) {
        font-size: 16px;
        color: #1b1b1b;
        font-weight: 600;
        line-height: 1.5;
    }

}

/* vision */
.vision {
    padding: 70px 0px;
}

.vision-bd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
}

.vision-bd-list {
    align-self: center;
}

.vision-bd-list img {
    width: 100%;
    border-radius: 10px;
}

.vision-bd-list p:nth-child(1) {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #ea222a;
}

.vision-bd-list p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
}

@media (max-width: 576px)  {

    .vision {
        padding: 40px 0px;
    }

    .vision-bd {
        display: grid;
        grid-template-columns: 1fr ;
        column-gap: 30px;
        row-gap: 30px;
    }

    .vision-bd-list:nth-child(1) {
        order: 2;
    }

}

/* milestone */

.milestone {
    background-color: #fff;
    padding: 70px 0px;
}

.swiper {
    width: 100%;
    height: 480px;
    background-color: #fff;
  }

  .swiper .swiper-pagination ,
  .swiper .swiper-scrollbar,
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    opacity: 0;
  }

  .swiper .swiper-slide {
    overflow: hidden; 
    display: grid;
    grid-template-rows: 1fr 1fr;
    position: relative;
    row-gap: 40px;

  }

  .mile_img {
    align-self: center;
    height: 90%;
    display: flex;
    justify-content: center;
    
  }

  .mile_img img {
    width: 70%;
    height: 100%;
    object-fit: cover;
        border-radius: 10px;
  }

  .mile_line {
    position: absolute;
    align-self: center;
    background: #ea222a;
    height: 2px;
    width: 100%;
  }

  .mile_dot {
    position: absolute;
    align-self: center;
    background: #ea222a;
    width:  15px;
    height: 15px;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .mile_p {
    align-self: center;
    text-align: center;
    padding: 0px 10px;
  }

  .mile_p p:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ea222a
  }

  .mile_p p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #4b686a;
  }

  @media (max-width: 576px) {
    .milestone {
        background-color: #fff;
        padding: 40px 0px;
    }
}



/* client */

.client {
    padding: 70px 0px;
  }

  :root {
    --marquee-width: 100%;
    --marquee-height: 140px;
    /* --marquee-elements: 12; */ /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
  }
  
  .marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
  }

  .marquee img {
    width: 100%;
  }

  .marquee:before, .marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
  }
  .marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
  }
  /* .marquee-content:hover {
    animation-play-state: paused;
  } */
  @keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
  }
  .marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height)*3/4); /* 5rem; */
    white-space: nowrap;
  }
  
  
  @media (max-width: 600px) {
    html { font-size: 12px; }
    :root {
      --marquee-width: 100%;
      --marquee-height: 10vh;
      --marquee-elements-displayed: 2;
    }
    .marquee:before, .marquee:after { width: 5rem; }
  }

  
  @media (max-width: 576px) {

    .client {
        padding: 40px 0px;
      }
}


/* advantages */

.advantages {
    padding: 70px 0px;
}

.advantages-bd {
    display:grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.advantages-bd-list {
    align-self: center;
}

.advantages-bd-list img{
    width: 100%;
    border-radius: 10px;
}

.advantages-bd-list p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.advantages-bd-list ul li span{
    color: #ea222a;
    font-weight: 600;
    font-size: 18px;
}

.advantages-bd-list ul li {
    font-size: 16px;
    line-height: 2;
}


.advantages-bd-list ul li i {
    background-color: #ea222a;
    padding: 4px 5px;
    color: #ffffff;
    border-radius: 50px;
}

@media (max-width: 821px) {

    
.advantages-bd-list ul li {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
}
    
.advantages-bd {
    display:grid;
    grid-template-columns:1fr;
    column-gap: 30px;
    row-gap: 30px;
}

.advantages-bd-list:nth-child(1) {
    order: 2;
}
    
}


@media (max-width: 576px) {

    .advantages-bd-list ul li {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 10px;
    }
    
    .advantages {
        padding: 40px 0px;
    }

}

/* factory */

.factory {
    padding: 70px 0px;
}

.factory-bd-list {
    align-self: center;
}

.factory-bd-list img {
    width: 100%;
    border-radius: 10px;
}

.factory-bd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.factory-bd-list p:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.factory-bd-list p:nth-child(2) {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 2;
}

@media (max-width: 821px) {

    .factory-bd {
        display: grid;
        grid-template-columns:1fr;
        column-gap: 30px;
        row-gap: 30px;
    }



}

@media (max-width: 576px) {

    .factory-bd-list p:nth-child(2) {
        font-size: 14px;
        margin-bottom: 25px;
        line-height: 2;
    }

    .factory {
        padding: 40px 0px;
    }
    

}