

/*Our Journey banner start ---------------*/
.our-story-link a {
  text-decoration: underline;
  color: #CF1FF5;
  }


.image_aboutus .aboutus_img {
   /* background-size: cover;
    width: 100%;*/
	height: 100dvh;
    object-fit: cover;
    width: 100%;
}

.aboutus_journey_banner {
    position: relative;
}

.image_aboutus_text {
    position: absolute;
    bottom: 150px;
    text-align: right;
    left: 20px;
}

.colonimg1 {
    position: absolute;
    bottom: 145px;
    left: 4px;
}

.colonImg2 {
    position: absolute;
    left: 497px;
    top: 213px;
}

.always_Text {
    /* font-style: italic; */
    /* font-family: 'jehregular', Arial, sans-serif ; */
    /* font-size: 3.2rem;
      font-weight: 400;
      line-height: 32px; */
}

.Jamsetji_text1 {
    float: right;
    background: linear-gradient(45deg, #000, #000);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    /* padding-right: 40px;
      font-family: 'poppinsregular', Arial, sans-serif;
      font-size: 2.4rem; */

}

.p-jehregular {
    background: linear-gradient(45deg, #000, #000);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.Jamsetji_text2 {
    float: right;
    /* padding-right: 40px; */
    /* font-family: 'poppinsregular', Arial, sans-serif;
      font-size: 2.4rem; */
}

@media screen and (max-width: 600px) {
    .image_aboutus_text {
        bottom: 0px;
    }
}

@media (max-width: 767px) {
    .p-jehregular {
        font-size: 1.4rem;
        height: 75px;
    }
}

/* @media screen and (max-width: 600px) { */
@media (min-width: 320px) and (max-width: 767px) {
    .image_aboutus_text {
        bottom: 0px;
        width: 227px;
    }

    .colonimg1 {
        bottom: 123px;
        left: -53px;
    }

    .colonimg1 img {
        width: 32%;
    }

    .colonImg2 {
        left: 196px;
        top: 81px;
    }

    .colonImg2 img {
        width: 32%;
    }
}


@media screen and (min-width: 767px) and (max-width: 1024px) {
    .image_aboutus_text {
        bottom: 32px;
        width: 390px;
        left: 0px;
    }

    .colonimg1 img {
        width: 32%;
    }

    .colonimg1 {
        bottom: 193px;
        left: -21px;
    }

    .colonImg2 {
        position: absolute;
        left: 362px;
        top: 141px;
    }

    .colonImg2 img {
        width: 32%;
    }
}


 .aboutus_journey_banner{
    position: relative;
}


.ourStoryContents{
    position: absolute;
    bottom: 39px;
    left: 36px; 
}

@media screen and (max-width: 600px) {
    .ourStoryContents{
    left: 0; 
}
}
.ourStory_a {
    text-decoration: underline;
    color: #CF1FF5;
}
.ourStory_a:hover {
    color: #CF1FF5;
}

/*Our Journey banner end -----------------------------*/






/*Our Journey Year Animation start ----------------- */

.year-heading {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0.5rem;
    color: #fff;
    font-family: 'poppinsregular', Arial, sans-serif;
  }
  
  .yearQ1 {
    padding-right: 4px;
  }
  
  .yearColor {
    color: var(--Color-palette-Light-Purple, #A491FA);
  
  }
  .imgJourneycontainer{max-width:90%;overflow:hidden}

  
  .lineImg {
    width: 30%;
      height:4px;
  }
  
  .yearMonthAnimation {
    padding-top: 50px;
  }
  
  .yearName h3 {position: relative;}
  .yearName h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 30%;
    height: 4px;
    background: linear-gradient(90deg, #3965E5 0%, #CF1FF5 100%);
    transition: width 10s ease;
  }


  .monthDescDiv {
    display: flex;
  }
  
  .monthJourney {
    padding-right: 50px;
  }
  
  .tab-content-item {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%; */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    /* visibility: hidden; */
    display: none;
  }
  
  .tab-content-item.active {
    /* visibility: visible; */
    opacity: 1;
    transform: translateY(0);
    display: block;
  }
  
  .tab-content-item.fade-down {
    opacity: 0;
    transform: translateY(20px);
  }
  
  .tab-content-item.fade-up {
    opacity: 1;
    transform: translateY(0);
  }
  
  .tab-nav1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin: 3rem 0rem;*/
    margin: 3rem 0rem 3rem -1rem;
  }
  
  .tab-nav1 .nav-item1 {
    width: 10%;
    text-align: left;
    cursor: pointer;
  }
  
  .tab-nav1 .nav-item1 .nav-item-text {
    color: #fff;
    transition: color 6s ease;
    font-size: 2rem;
  }
  
  .tab-nav1 .nav-item1 .nav-item-line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: 0.5rem;
    position: relative;
    overflow: hidden;
  }
  
  .tab-nav1 .nav-item1 .nav-item-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #CF1FF5 0%, #3965E5 100%);
    transition: width 10s ease;
  }
  
  .tab-nav1 .nav-item1.active .nav-item-text {
    color: #CF1FF5;
  }
  
  .tab-nav1 .nav-item1.active .nav-item-line::before {
    width: 100%;
  }
  
  .DEscDiv p {
    padding-right: 12px;
  }
  
  
  @media screen and (max-width: 767px) {
    .tab-nav1 .nav-item1 .nav-item-text {
      font-size: 1.4rem;
    }
  }
  
  .employeeSpeakMain {
  margin-left: auto;
      margin-right: auto;
      position: relative;
      overflow: hidden;
      list-style: none;
      padding: 0;
      z-index: 1;
      display: block;
      padding-bottom:30px;
  }
  
  /*.employeeSpeakMain .swiper-slide-active {
      opacity: 1;
      z-index: 1;
      transform: scale(1.5);
  }*/
  
  .swiper-pagination-bullet-active {
    width: 60px;
    height: 16px;
    border-radius: 10px 10px 10px 10px;
    background: #E5E5E5;
  }
  
  /*.employeeSpeakMain .swiper-slide {
      opacity: 0.1;
      transition: .7s;
  }*/
  
  .employeeSpeakMain .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  
  .employeeSpeakMain .swiper-pagination2-bullet-active {
    background: #fff !important;
    width: 27px;
    gap: 0px;
    opacity: 1;
    border: 2px solid #FFF;
    border-width: 0px 1px;
    border-radius: 25px;
  }
  
  .employeeSpeakMain .swiper-pagination2 {
    text-align: center;
       position: absolute;
     bottom:0;
    /* margin-top: 30px;*/
   /* position: relative;
    bottom: -4px;
    margin-top: 144px;
    margin-left: 180px;*/
  }
  
  .employeeSpeakMain .swiper-pagination2-bullet {
    background: #000;
    opacity: 0.5;
    border: 1px solid #fff;
  
  }
  
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: white;
    border: 2px solid #FFF;
    border-width: 0px 8px;
    border-radius: 25px;
  }
  
  .swiper-pagination-bullet {
    border-radius: 50% 50% 50% 50%;
    width: 16px;
    height: 16px;
    background: none;
    border: 1px solid #fff;
    opacity: 1;
  }
  
  /*Our Journey Year Animation end*/
  
  
  
  
  .employeeSpeakMain .swiper-pagination2-bullet {
    background: #000;
    opacity: 0.5;
    border: 1px solid #fff;
  
  }
  
  .employeeSpeakMain .swiper-pagination2-bullet-active {
    background: #fff !important;
    width: 27px;
    gap: 0px;
    opacity: 1;
    border: 2px solid #FFF;
    border-width: 0px 1px;
    border-radius: 25px;
  }
  
  .swiper-pagination-bullet-active {
    width: 60px;
    height: 16px;
    border-radius: 10px 10px 10px 10px;
    background: #E5E5E5;
  }
  
  .swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: none;
  }
  
  @media screen and (max-width: 991px) {
    .employeeSpeakMain .swiper-pagination2 {
      margin-bottom: 20px;
      margin-left: 0;
    }
  }
  
  .employeeSpeakMain1 {
  
    overflow: hidden;
  }
  
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: white;
    border: 2px solid #FFF;
    border-width: 0px 8px;
    border-radius: 25px;
  }
  
  .employeeSpeakMain1 .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  
  .employeeSpeakMain1 .swiper-pagination3-bullet-active {
    background: #fff !important;
    width: 27px;
    gap: 0px;
    opacity: 1;
    border: 2px solid #FFF;
    border-width: 0px 1px;
    border-radius: 25px;
  }
  
  .employeeSpeakMain1 .swiper-pagination3 {
    /*bottom: 260px;*/
    text-align: center;
    position: relative;
    /* bottom: -4px;*/
    bottom: 44px;
    z-index: 999;
    margin-top: 23px;
  
  
  }
  
  .employeeSpeakMain1 .swiper-pagination3-bullet {
    background: #000;
    opacity: 0.5;
    border: 1px solid #fff;
  }
  
  .parent {
    display: flex;
  }
  
  .child_2021_one {
    flex: 1 0.3;
      padding-right:40px
  }
  
  .child_2021_two {
    flex: 0.8 0;
  }
  .yearsSlider .journeyImage {
      width: 500px;
      height: 500px;
      max-width: inherit !important;
  }
  .imgJourneycontainer {
      width: 497px;
      overflow: hidden;
      height: 475px;
      border: 5px solid #0f0f0f;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 16px 16px 16px 16px;
  }
  
  @media screen and (max-width: 991px) {
    .parent {
      flex-direction: column;
    }
  .child_2021_one{padding-right:0}
  .employeeSpeakMain .swiper-pagination2{position:relative;margin-top:20px}
  .yearsSlider .journeyImage{
      width: 300px;
      height: 300px;
  }
  .imgJourneycontainer{height:304px;width:497px;align-items: baseline;}
  }
  @media screen and (max-width:768px) {
  .yearsSlider .journeyImage {
  width: 340px;
  height: 330px;
  }
      .imgJourneycontainer{height:304px;width:497px;align-items: baseline;}
  }
  
  .employeeSpeakMain .swiper-slide{overflow:hidden;padding:5px}
  .employeeSpeakMain .swiper-slide-active{overflow:visible}