/*--------------------------------------------------------------
  15. About Style
----------------------------------------------------------------*/
.cs-about-wrap{
  background-repeat: no-repeat;
  background-position: bottom left;
  position: relative;
  .cs-about-wrap-in{
    padding-left: calc((100% - 1320px) / 2);
    padding-right: calc((100% - 1320px) / 2);
    display: flex;
  }

  .cs-about-content{
    padding-left: 10%;
    &::before{
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      background-color: var(--theme_bg_primary);
      z-index: -1;
    }
  }
}

.about-experience-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  position: relative;
  .img-ae{
    img{
      width: 100vw;
      object-fit: cover;
    }
  }
  .ae-content{
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    background: var(--themecolor);
    padding: 50px;
    .aec-line{
      width: 1px;
      background: var(--theme_light_border);
      height: 100px;
    }
  }
  &.bottom-align{
    .ae-content{
      top: auto;
      bottom: 0px;
    }
    .ae-title{
      top: 10%;

    }
  }
}
.ae-title {
  position: absolute;
  left: 100px;
  top: 27%;
  max-width: 990px;
  h2 {
    font-size: 131px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--themecolor);
    opacity: 0.5 !important;
    -webkit-text-fill-color: transparent;
    color: transparent;
    opacity: 0;
  }
}
.hero-strong-title.ae-title{
  -webkit-text-stroke-color:  var(--themecolor);
  top: 0px;
}

@media screen and (min-width: 2000px) {
  .cs-cj-wrap .cj-right .cj-right-content{
    padding-left: 5% !important;
  }
}
@media screen and (min-width: 1920px) {
  .cs-about-wrap .cs-about-content::before{
    width: 52% !important;
    height: 400px;
  }
}

@media screen and (min-width: 1800px) {
  .cs-about-wrap .cs-about-content::before{
    width: 995px;
    height: 400px;
  }
}
@media screen and (max-width: 1800px) {
  .cs-about-wrap .cs-about-content::before{
    min-width: 55%;
    min-height: 50%;
  }
}
@media screen and (max-width: 1500px) {
  .cs-about-wrap .cs-about-content::before{
    min-width: 55%;
    min-height: 50%;
  }
  .cs-about-wrap{
    .cs-about-content{
      padding-left: 30px;
    }
  }
}
@media screen and (max-width: 1399px) {
  .about-experience-wrap{
    .ae-title {
      h2{
        font-size: 100px;
      }
    }
  }
}
@media screen and (max-width: 1280px) {
  .cs-about-wrap{
    background: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .cs-about-wrap {
    max-width: 960px;
    margin: auto;
    padding: 0px 10px;
    .cs-about-content{
      padding-left: 0px;
    }
    .cs-about-wrap-in{
      display: flex;
      flex-direction: column;
      flex-direction: column-reverse;
      .cs-about-img{
        .cs-section-height{
          height: 50px;
        }
      }
      .cs-about-content{
        p{
          max-width: 700px;
          margin: 0px;
        }
        .cs-height-90{
          height: 50px;
        }
      }
    }
  }
  .cs-about-wrap .cs-about-content::before{
    display: none;
  }
  
}

@media screen and (max-width: 900px) {
  .ae-title {
    left: 10px;
    max-width: 100%;
    h2 {
      font-size: 100px;
    }
  }
  .counter-with-cta .cta-alone {
    padding-left: 30px !important;
  }
  
}

.counter-with-cta{
  .counter-with-cta-in{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cta-alone{
    background: var(--themecolor);
    padding-right: calc((100% - 1320px) / 2);
    padding-left: 80px;
    height: 100%;
  }
  .counter-alone{
    display: flex;
    padding-left: calc((100% - 1320px) / 2);
    .counter-item{
      max-width: 265px;
      h2{
        padding-bottom: 5px;
      }
      h6{
        padding-bottom: 5px;
      }
      p{
        margin: 0px;
      }
    }
    .cs-counter-border{
      height: 170px;
      width: 1px;
      background-color: var(--themecolor);
    }
  }
}

@media screen and (max-width:1199px ) {
  .counter-with-cta{
   
    .counter-with-cta-in{
      background-image: none;
      background-color: var(--theme_white);
      display: flex;
      flex-direction: column;
      .counter-alone{
        max-width: 960px;
      }
      .cta-alone{
        width: 100vw;
        .cs-cta-in{
          .cs-height-200{
            height: 100px;
          }
        }
      }
    }
    .col-xl-1{
      display: none;
    }
    .container-fluid{
     margin-right: 0px;
  }
}
}

.cs-cj-wrap{
  display: flex;
  .cj-right{
    width: 57%;
    position: relative;
    .timeline-progress {
      margin-left: 8.2vw;
    }
    .timeline-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
      margin-left: 5vw;
    }
    &::before{
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 995px;
      height: 985px;
      background-color: var(--theme_bg_primary);
      z-index: -1;
    }
    .cj-right-content{
      padding-right: calc((100vw - 1320px) / 2);
      padding-left: calc((85vw - 1320px) / 2);

    }
  }
  .cj-left-content{
    padding-left: 100px;
  }
  .cj-left{
    width: 43%;
    img{
      width: 100%;
    }
  }
}
@media screen and (max-width: 1750px) {
  .cs-cj-wrap {
    .cj-left-content{
      padding-left: 10px;
    }
  }
  
}
@media screen and (max-width: 1565px) {
  .cs-cj-wrap .cj-right .cj-right-content {
    padding-right: 10px;
    padding-left: 20px;
    .cs-height-100{
      height: 50px;
    }
  }
  
}
@media screen and (max-width: 1537px) {
  .cs-cj-wrap .cj-left .cs-height-165{
    height: 102px;
  }
}
@media screen and (max-width: 1530px) {
  .faq-cj-wrap{
    padding-left: 10px;
    padding-right: 10px;
  }
  
}
@media screen and (max-width: 1399px) {
  .cs-cj-wrap .cj-left .cs-height-165{
    height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .cs-cj-wrap .cj-left img{
    display: none;
  }
  .cs-cj-wrap .cj-left .cs-height-165{
    height: 0px;
  }
  .cs-cj-wrap .cj-right .cs-section-height{
    height: 10px;
  }
  .cs-cj-wrap  {
    max-width: 960px;
    margin: auto;
    flex-direction: column;
    .cj-left{
      width: 100%;
      .cs-height-165{
        height: 50px;
      }
    }
    .cj-right{
      width: 100%;
      .timeline-progress {
        margin-left: 0px;
      }
      &::before{
        display: none;
      }
    }
  }
}
@media screen and (max-width: 616px) {
  .about-experience-wrap{
    .ae-content{
      .aec-line{
        display: none;
      }
    }
  }
}
@media screen and (max-width: 450px) {
  .about-experience-wrap{

    .ae-content{
      gap: 10px;
      padding: 30px;
    }
  }
}
@media screen and (max-width: 360px) {
  .about-experience-wrap{
    .ae-content{
      h3{
        display: none;
      }
    }
  }
}
@media screen and (max-width: 991px) {
  .faq-cj-wrap{
    padding-left: 10px;
    padding-right: 10px;
    .cj-slider-item{
      flex-direction: column;
    }
  }
  .cs-cj-wrap{
    max-width: 720px;
    margin: auto;
    .cj-left{
      img{
        display: none;
      }
      .cj-left-content{
        .cs-height-165{
          height: 0px;
        }
      }
    }
    .cj-right{
      .timeline-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
        display: none;
      }
      .cs-section-height{
        height: 0px;
      }
      .swiper-slide{
        .cs-height-50{
          height: 30px;
        }
      }
      .timeline-progress{
        display: none;
      }
    }
  }
  .about-experience-wrap{
    .img-ae{
      img{
        height: 100vh;
        object-fit: cover;
      }
    }
  }
}
.list-feature{
  .cs-list-border{
   height: 1px;
   background: var(--theme_light_border);
   max-width: 570px;
   margin: 13px 0px;
  } 
 }

.timeline-pagination{
  height: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 22px;
  text-align: center;
  span{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    span{
      display: flex;
      justify-content: center;
      align-items: flex-start;
      text-align: center;
    }
  }
  .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background-color: var(--theme_white);
    margin-top: 100px;
    z-index: 5;
    opacity: 1;
    transition: var(--theme-transition);
    border: 2px solid var(--themecolor);
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 18px;
    height: 18px;
    background-color: var(--themecolor);
    transition: var(--theme-transition);
  }
  
}

/* Progress Bar */
.timeline-progress {
  position: relative;
  width: 100%;
  height: 2px;
  background: var(--theme_light_border);
  margin-top: -7px;
  overflow: hidden;
  z-index: 1;
}

.timeline-progress-bar {
  width: 0%;
  height: 100%;
  background: var(--themecolor);
  transition: width 0.3s ease;
}



