/*About Section*/

.in__page-wrapper{
    position: relative;
    background-color: var(--text-light-color);
}

.in__about-sec{
    margin: 5rem 0 ;
    position: relative;
}

.in__about-sec .img__wrapper img{
    object-fit: cover;
    object-position: center center;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.in__about-sec .container{
    max-width: 88.125rem;
}

@media (min-width: 1280px){
    .in__about-sec .row-lg {
        margin: 0 -2.8125rem;
    }

    .in__about-sec .img__wrapper img{
        width: 40.625rem;
        height: 40.625rem;
    }

    .in__about-sec .row-lg .col-lg-6 {
        padding: 0 2.8125rem;
    } 
    .in__about-sec{
        margin: 10rem 0 7.5rem;
    }  
}

@media (max-width: 991px){
    .in__about-sec .img__wrapper img{
    margin-top: 20px;
    }
}

@media (max-width: 767px){
    .in__about-sec .img__wrapper img{
        width: 100%;
    }
    .in__about-sec .col-sm-6{
        margin-top: 10px;
    }
}

/*Our Strength*/
.in__big-num{
    font-size: 12.5rem;
    font-weight: 700;
    font-family: "Be Vietnam";
    line-height: 0.9;
    margin: 0 1.25rem 0 0;
    color: #FFFFFF;
    -webkit-text-stroke: 0.0625rem var(--text-color);
    opacity: .3;
}

.in__strength-sec{
    padding: 6.25rem 0 8.75rem;
    background-color: var(--bg-color);
}

.in__strength-sec .row-lg  .col-lg-6{
    margin-top: 2.25rem;
}

@media (min-width: 992px){
    .in__strenght-inner *:not(span){
        margin-bottom: 1.25rem;
    }
    .in__strength-sec .row-lg  .col-lg-6:nth-child(even) {
        margin-top: 10rem;
    }
}

@media (min-width: 1280px){
    .in__strength-sec .row-lg{
        margin: 0 -3.125rem;
    }
    .in__strength-sec .row-lg .col-lg-6{
        padding: 0 3.125rem;
        margin-top: 0;
    }
    .in__strenght-inner *:not(span){
        margin-bottom: 1.25rem;
    }
    .in__strength-sec .row-lg  .col-lg-6:nth-child(even) {
        margin-top: 12.1875rem;
    }
    .in__strength-sec .in__heading{
        max-width: 33.4375rem;
        margin: 0 auto 6.25rem;
    }
}

@media (max-width: 767px){
    .in__big-num{
        font-size: 7.5rem;
        line-height: 1;
    }
    .row-inner-sm{
        display: flex;
        flex-wrap: wrap;
    }
    .row-inner-sm .col-sm-6{
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 575px){
    .in__big-num{
        font-size: 5rem;
    }
}

/*Datatset*/
.in__dataset-inner{
    min-height: 31.25rem;
    border-radius: 0.625rem;
    padding: 1.875rem;
    margin-top: 1.25rem;
    flex-direction: column;
}

.in__dataset-inner h2{
    font-family: 'NB International';
    font-size: 5.3125rem;
    font-weight: 400;
}

.in__dataset-inner:hover{
    background-color: #78E951;
}

.in__dataset .row-sm {
    margin: 0 -0.625rem;
}

.in__dataset .row-sm .col-sm-6 {
    padding: 0 0.625rem;
}

.in__dataset-inner:hover *{
    color: var(--text-light-color);
}

@media (max-width: 1200px){
    .in__dataset-inner{
        min-height: 16rem;
        padding: 1rem;
    }
    .in__dataset-inner h2{
        font-size: 2.5rem;
    }
}

@media (max-width: 575px){
    .in__dataset-inner{
        min-height: 6rem;
    }
}

/*Partners Slider*/
.in__partners-sec{
    padding: 6rem 2rem;
}

.in__partners-sec .non-swiper-slide{
    display: none;
}

.in__partner-nav{
    gap: 1.5rem;
}

.in__partner-nav .swiper-button-next, .in__partner-nav .swiper-button-prev {
    position: static;
    color: rgba(0, 0, 0, 0.48);
    margin: 0;
}

/**/
.in__category {
    gap: 1.875rem;
    border-bottom: 0.0625rem solid #DADADA;
    margin-top: 4.6875rem;
    overflow: auto;
}


.in__partners-tabs--others {
    flex: 1;
    gap: 1.875rem;
}

.tab {
    padding-bottom: 1.375rem;
    opacity: 0.3;
    cursor: pointer;
}

.tab.active {
    border-bottom: 0.0625rem solid var(--trietory-color);
    color: var(--trietory-color);
    opacity: 1;
}

.in__swiper-container {
    margin-top: 3.125rem;
}

.in__swiper-container .swiper-slide, .in__swiper-container .swiper-wrapper{
    height: auto;
}

@media (max-width:1279px){
    .in__partners-tabs--others {
        justify-content: flex-start;
    }
    .in__partners-tabs:not(.in__partners-tabs--others) {
        white-space: nowrap;
    }
    .swiper-button-prev:after, .swiper-button-next:after{
        font-size: 2rem;
    }

    .in__slide-inner > a > *:not(:last-child) {
        margin-bottom: 2rem;
    }

    .in__slide-inner .in__btn_wrapper {
        margin-top: 2rem;
    }
}

@media (min-width: 1280px){
    .in__swiper-container {
        margin-left: 31.25rem;
    }
    .in__partners-tabs:not(.in__partners-tabs--others) {
        flex: 0 0 29.375rem;
    }

    .in__partners-sec{
        padding: 10.625rem 2.5rem 13.4375rem 5rem;
    }

    .in__partner-nav{
        gap: 4.6875rem;
    }

    .in__slide-inner > a > *:not(:last-child) {
        margin-bottom: 3.125rem;
    }
    
}

/*keyframe animation*/
@keyframes animate-width {
    0% { 
        width: 1.5625rem; 
    }
    50% { 
        width: 3.125rem; 
        background-color: var(--secondry-color);
    }
    100% { 
        width: 1.5625rem; 
    }
}

/**/

.in__about-sec .img__wrapper {
    padding-top: 100%;
    position: relative;
}

/*About Slider*/

.in__partners-sec{
    padding: 11.875rem 2rem 22.5rem;
}

.in__partners-sec .non-swiper-slide{
    display: none;
}

.in__partner-nav{
    gap: 1.5rem;
}

.in__partner-nav .swiper-button-next, .in__partner-nav .swiper-button-prev {
    position: static;
    color: rgba(0, 0, 0, 0.48);
    margin: 0;
}

/**/

.in__slide-inner > *:not(:last-child) {
    margin-bottom: 2.5rem;
}

.in__swiper-about {
    margin-top: 2.5rem;
}

.in__swiper-about .in__slide-heading{
    margin-bottom: 0;
}

.in__swiper-about img{
    width: max(250px, 18.75rem);
    border-radius: 0.625rem;
}

.in__swiper-about .swiper-slide:not(.swiper-slide-active){
    opacity: 0.4;
}

@media (max-width:1200px){
    
    .swiper-button-prev:after, .swiper-button-next:after{
        font-size: 2rem;
    }
    
    .in__locations h2{
        margin-bottom: 2rem;
    }

}

@media (min-width: 1280px){
    .in__swiper-about {
        margin-left: 31.25rem;
    }
}

/* .in__locations img{
    max-width: initial;
} */


.hidden-swiper {
    display: none;
}

 .in__solution-wrapper ul {
    padding-left: 23px;
    list-style: disc;
}
.in__partner-slider .img-wrapper img {
    max-width: 130px;
}

/*============== 1-5-2024============= */

.in__partners-dataset {
  padding: 5.625rem 0px;
  gap: 1.875rem;
}

.in__partners-dataset .dataset_icon {
  width: 2.5rem;
  height: 2.5rem;
}

.in__partners-dataset p {
  margin-bottom: 0;
  white-space: nowrap;
}

.in__partners-dataset .in__dataset {
  padding: 1.25rem 4.375rem;
  gap: 1.25rem;
  background-color: #f9f9f9;
  border-radius: 0.5rem;
  /* width: 267px; */
  /* width: 100%; */
  flex: 1;
}
@media (max-width:1280px) {
    .in__partners-dataset{
        /* flex-direction: column; */
        flex-wrap: wrap;
    }

    .in__partners-dataset .in__dataset {
        flex: 0 0 calc(50% - 0.9375rem);
        max-width: calc(50% - 0.9375rem);
    }
}


@media (max-width:575px) {
    .in__partners-dataset{
        flex-direction: column;
    }

    .in__partners-dataset p {
        font-size: 18px;
    }

    .in__partners-dataset .in__dataset {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.in__partners-chart{
    gap: 2.188rem;
}

.in__partners-chart .in__chart-inner {
  width: 100%;
  background-color: #f9f9f9;
  padding: 0.938rem 1.25rem;
  border-radius: 0.625rem;
}

.in__partners-chart .in__chart-inner p {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width:1280px) {
    .in__partners-chart{
        /* flex-direction: column; */
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .in__partners-chart .in__chart-inner p {
        font-size: 17px;
    }

    .in__partners-chart .in__chart-inner {
        /* flex: 0 0 50% !important; */
        max-width: 48%;
    }
}

@media (max-width:768px) {
    .in__partners-chart{
        flex-direction: column;
    }

    .in__partners-chart .in__chart-inner {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* logo */
.in__partner-inner .swiper-slide{
    width: auto !important;
    opacity: 0.4;
}

.part_logo{
    background-color: #FAFAFA;
    /* padding: 1.969rem 3.5rem; */
    justify-content: center !important;
    align-items: center !important;
    width: 200px;
    height: 130px;
    display: flex;
    border-radius: 0.625rem;
}

.part_logo img{
   width: 45%;
}

.partners_swiper{
    padding: 0 1.875rem;
    margin: 5.625rem auto;
}


.in__partner_con-inner{
    background-color: #FAFAFA;
    width: 40% !important;
    padding: 2rem;
    border-radius: 0.625rem;
    margin: 0 auto;
    max-height: 400px !important;
    overflow-y: auto;
}
.in__partner_con-inner .heading{
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.heading img{
    width: 5rem;
    height: auto;
}

.in__partner_con-inner p{
    margin-bottom: 0;
      line-height: 30px;
}
.in__partner_con-inner .head{
    margin-bottom: 0;
    font-weight: 800;
}

.in_partners .swiper-slide-thumb-active{
    opacity: 1;
}

.partners_swiper2{
    margin-bottom: 5.625rem;
}

.par_next, .par_prev{
    color: #5DA724 !important;
       top: 20%;
}

.par_prev{
    left: 20%;
}

.par_next{
    right: 20%;
}

.chart__total-data p {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
}

.chart__total-data span {
    font-size: 36px;
    font-style: normal;
    font-family: 'Montserrat';
    font-weight: 600;
}

.chart__total-data {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, 0%);
    z-index:0;
}

.chartjs-render-monitor {
    width: 100% !important;
    min-height: 256px !important;
    object-fit: cover;
     margin-top: 50px;
}

.in__partners-chart .in__chart-inner {
    position: relative;
}

.dataset_info img {
    position: relative; 
    overflow: hidden; 
 }

 /*.info_text {*/
 /*   position: absolute;*/
 /*   top: 55px;*/
 /*   right: 10px;*/
 /*   width: 70%;*/
 /*   background: rgb(75 75 75);*/
 /*   color: white;*/
 /*   text-align: center;*/
 /*   padding: 10px;*/
 /*   opacity: 0;*/
 /*   transition: opacity 0.5s;*/
 /*   font-size: 16px;*/
 /*   border-radius: 10px;*/
 /* }*/

.info_text {
    display: none;
    position: absolute;
    top: 55px;
    right: 10px;
   background: rgb(75 75 75);
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    color:#fff;
    width: 70%;
    text-align: center;
    border-radius: 10px;
    border-radius: 5px;
    z-index: 2;
}

.dataset_info:hover .info_text {
    display: block;
}


  /*.dataset_info:hover .info_text {*/
  /*    opacity: 1; */
  /*}*/


  .dataset_info:hover .chart_icon {
      opacity: 0.5; 
  }
  
  .info_text::before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
}

/*07-05-2024*/

@media (max-width: 768px){ 
	.in__partner_con-inner {
    width: 90% !important;
    max-height: 300px !important;
  }
  
	.partners_swiper2 .swiper-wrapper {
	    padding-bottom: 65px;
	}

  .par_next {
    /*/ right: 0%; /*/
    bottom: 0;
    top: auto;
  }
    
  .par_prev {
    /*/ left: 0%; /*/
    top: auto;
    bottom: 0;
  }

}

/* 15-05-2024*/

@media (max-width: 1280px) {
    .in__partners-dataset .in__dataset {
        flex: 0 0 calc(33.33% - 1.3rem);
        max-width: calc(33.33% - 1.3rem);
    }
    
    .in__partners-dataset .in__dataset {
    	gap: 0.5rem;
    	padding: 1.25rem;
    }
    .in__partners-dataset p {
    	font-size: 17px;
		}
		
		.in__partners-dataset .dataset_icon {
	    width: 2rem;
	    height: 2rem;
		}
		.in__partners-dataset {
    	gap: 1rem;
    	
		}
}

@media (max-width: 575px) {
    .in__partners-dataset .in__dataset {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.in__chart {
    z-index: 1;
    position: relative;
}
