.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {

    background: none !important;
  
}

.nav-pills .nav-link.active i, 
.nav-pills .show>.nav-link {

    color: var(--main-color) !important;
}

.nav-pills .nav-link, 
.nav-pills .show>.nav-link {
    
    padding: 0 5px 0 5px !important;

}


.swiper-container {
    position: relative;
    width: 100%;
    /* height: 600px; */
    height: auto;
  }
  /* .swiper-container > .swiper-slide__content {
    position: absolute;
    top: 0;
  } */
  .swiper-slide {
    /* height:100%; */
    display: flex;
    background: rgb(243, 241, 241);
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.8);
    --ReportCardGradient: linear-gradient(0deg, rgba(70, 41, 14, 0.956) 10%, rgba(94, 58, 25, 0.835) 31%, rgba(131, 89, 51, 0.832) 46%, rgb(186 193 209) 100%);
    height: auto;
    background: var(--ReportCardGradient) no-repeat ;
  
  }
  @media only screen and (max-width: 600px) {
    
    .swiper-container .swiper-slide {
       padding: 0 ;
   }
}
  .swiper-slide .card-body{
    display: none;
    margin-top: 100px;
  
  }
  .swiper-slide  .hide-content{
    display: block;
    margin-top: 30%;
    border-bottom: 1px solid #ffffff;
    
  }
  .swiper-slide.swiper-slide-active {
    --ReportCardGradient: linear-gradient(0deg, rgb(184 99 7) 10%, rgb(192 115 39) 31%, rgba(129, 89, 51, 0.832) 46%, rgb(54 53 52 / 17%) 67%);
    transform: scaleY(1); 
    background:var(--ReportCardGradient) no-repeat ;
    background-size: 100% 100%;
  }
  .swiper-slide.swiper-slide-active .card-body {
   display: block;
  }
  .swiper-slide.swiper-slide-active .hide-content {
    display: none;
   
   }


  .icon-shares-reports ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding-inline-start: 0px;
}

.icon-shares-reports ul li a {
    color: var(--secondary-color) !important;
    font-size: 1rem;
    transition: 0.4s;
}

.icon-shares-reports ul li a:hover {
    color: black;
}



/*  */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.pagination.pagination-round .page-item a {
  border-radius: 50%;
  border-color: var(--secondary-color);
  width:3rem;
  /* background:var(--secondary-color); */
}
.pagination.pagination-round .page-item i {
  border-radius: 50%;
  border-color: var(--secondary-color);

  /* background:var(--secondary-color); */
}
.pagination.pagination-round .page-item  :hover {

  background: var(--secondary-color);
  color:#fff;
}
.pagination.pagination-round .page-link  :hover {

  background: var(--secondary-color);

}

.active>.page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.page-link{
  width:3rem;
  height:3rem;
}

#hero-slide{
  padding: 0 0;
}

@media only screen and (min-width: 700px) {
  
   #hero-slide{
      padding: 0 0;
      height: 70vh;
  }
}


.related{
  background: linear-gradient(0deg, rgba(14, 83, 116, 0.8911939775910365) 35%, rgba(21, 72, 97, 0.8939950980392157) 63%, rgba(31, 77, 98, 0.896796218487395) 82%);
  height: 250px;
  width: 100%;
}
@media only screen and (max-width: 400px) {
  #harvest-hashtag {
    text-align: center !important;
  }
}

.text-truncation{
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .swiper-button-prev::after, .swiper-button-next::after {
  font-size: 0.5rem;
  font-weight: 900;
} */

