
/* 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 p:nth-child(1) {
    font-size: 90px;
    color: #e18731;
    padding: 0px;
    font-weight: 600;
}

.about_bd_list p {
    font-size: 30px;
    color: #4b686a;
}

.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;
}

.counter {
    color: transparent!important;
    font-family: 'Oswald', sans-serif;
    -webkit-text-stroke-color: #e18731;
    -webkit-text-stroke-width: 2px;
}

.counter_bd span {
    font-size: 60px;
}

.counter_bd_list p{
    font-size: 20px;
    text-align: center;
}

.about_content {
    margin-top: 40px;
}

.about_content p {
    font-size: 18px;
    line-height: 1.5;
    color: #4b686a;
}

@media (max-width: 1025px) {

    .about_bd_list{
        height: 100%;
    }
    
    .about_bd_list p:nth-child(1) {
        font-size: 66px;
        color: #e18731;
        padding: 0px;
        font-weight: 600;
    }

    .about_bd_list p {
        font-size: 22.8px;
        color: #4b686a;
    }
    

    .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;
        color: #e18731;
        padding: 0px;
        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: #4b686a;
    }

    .counter_bd_list {
        margin-bottom: 20px;
    }

    .counter_bd span {
        font-size: 40px;
    }
    
    .counter_bd_list p{
        font-size: 14px;
        text-align: center;
    }

    .counter {
        color: transparent!important;
        font-family: 'Oswald', sans-serif;
        -webkit-text-stroke-color: #e18731;
        -webkit-text-stroke-width: 1px;
    }    

    .about_content p {
        font-size: 14px;
        line-height: 1.5;
    }

}


/* milestone */

.milestone {
    background-color: #fff;
    padding: 120px 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: 90%;
    height: 100%;
    object-fit: cover;
        border-radius: 10px;
  }

  .mile_line {
    position: absolute;
    align-self: center;
    background: #e18731;
    height: 2px;
    width: 100%;
  }

  .mile_dot {
    position: absolute;
    align-self: center;
    background: #e18731;
    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: #e18731
  }

  .mile_p p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #4b686a;
  }

  /* vision */

  .vision {
    background-color: #fff;
    padding: 70px 0px;
  }

  .vision_bd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }

  .vision_bd_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .vision_bd_list:nth-child(2) {
    display: grid;
    grid-template-rows: 1fr 1fr;
    row-gap: 10px;
  }

  .vision_bd_list_p {
    align-self: center;
  }

  .vision_bd_list_p:nth-child(2) {
    text-align: end;
  }

  .vision_bd_list_p p:nth-child(1) {
    font-size: 60px;
    color: #e18731;
    font-weight: 500;
  }

  .vision_bd_list_p p:nth-child(2) {
    font-size: 16px;
    color: #4b686a;
    font-weight: 400;
    line-height: 1.5;
  }


  @media (max-width:1280px) {

    .vision_bd_list_p p:nth-child(1) {
        font-size: 50px;
        color: #e18731;
        font-weight: 500;
      }

    .vision_bd_list_p p:nth-child(2) {
        font-size: 14px;
        color: #4b686a;
        font-weight: 400;
        line-height: 1.5;
      }

  }

  @media (max-width:1025px) {

    .vision_bd {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 20px;
        row-gap: 20px;
      }

      .vision_bd_list:nth-child(2) {
        display: grid;
        grid-template-rows: 1fr 1fr;
        row-gap: 30px;
      }
    
  }

  @media (max-width:576px) {

    
  .vision {
    background-color: #fff;
    padding: 40px 0px;
  }

  
  .vision_bd_list_p p:nth-child(1) {
    font-size: 40px;
    color: #e18731;
    font-weight: 500;
  }

    
  }

  /* feature */

  .feature {
    background-color: #ffffff;
    padding: 70px 0px;
  }

  .feature-title {
    font-size: 90px;
    color: #e18731;
    margin-bottom: 30px;
    border-bottom: 2px solid #f7f7f7;
  }

  .feature_bd_lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 70px;
    margin-bottom: 100px;
  }

  .feature_bd_list_img img {
    width: 100%;
    border-radius: 10px;
  }

  .feature_bd_list_p,
  .feature_bd_list_img {
    align-self: center;
  }

  .feature_bd_list_p h2 {
    font-size: 28px;
    color: #e18731;
    margin-bottom: 20px
  }

  .feature_bd_list_p p {
    font-size: 16px;
    line-height: 2;
    color: #4b686a;
  }

  .feature_bd_list_p p span {
    font-size: 18px;
    line-height: 2;
    color: #4b686a;
    font-weight: 600;
  }

  .reverse {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }

  @media (max-width: 1025px) {



    .reverse .feature_bd_list_img {
      order: 1;
  }

    .feature_bd_lists {
      display: grid;
      grid-template-columns: 1fr;
      column-gap: 70px;
      margin-bottom: 100px;
      row-gap: 30px;
    }

    .feature-title {
      font-size: 66px;
      color: #e18731;
      margin-bottom: 30px;
      border-bottom: 2px solid #f7f7f7;
    }

  }

  @media (max-width:576px) {

    .feature_bd_lists {
      display: grid;
      grid-template-columns:  1fr;
      column-gap: 70px;
      margin-bottom: 50px;
    }



  .reverse .feature_bd_list_img {
        order: 1;
  }

  .feature-title {
    font-size: 40px;
    color: #e18731;
    margin-bottom: 30px;
    border-bottom: 2px solid #f7f7f7;
  }

  .feature_bd_list_p h2 {
    font-size: 22px;
    color: #e18731;
    margin-bottom: 20px
  }

  .feature_bd_list_p p {
    font-size: 14px;
    line-height: 2;
    color: #4b686a;
    margin-bottom: 10px;
  }

  .feature_bd_list_p p span {
    font-size: 16px;
    line-height: 2;
    color: #4b686a;
    font-weight: 600;
  }

  }


  .counter_bd_list span {
    color: transparent!important;
    font-family: 'Oswald', sans-serif;
    -webkit-text-stroke-color: #e18731;
    -webkit-text-stroke-width: 2px;
}