.channels-slider {
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin: auto;
  height: 10vh;
  margin-top: 20px;
}
.imgs{
  width: 160%;
  position: relative;
  
  
}


.chSwiper {
  max-width: 1100px;
  height: 10vh;
  display: flex;
  align-items: center;
}

.boxs {
  
  border-radius: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;

}


.hiw__coontent .bg-points{
  position:absolute;
  top:-25px;
  left:-25px;
  opacity:.1
}

.hiw__coontent{
  position:relative
}
.hiw__coontent .bg-points{
  position:absolute;
  top:-25px;
  left:-25px;
  opacity:.1
}
.hiw__coontent__title{
  font-size:var(--font-size-title);
  font-weight:var(--font-extrabold);
  line-height:var(--line-height);
  max-width:95%;
  margin-bottom:1rem
}
.hiw__coontent__desc{
  font-size:var(--font-size-subtitle);
  line-height:var(--line-height-text);
  color:var(--color-text);
  margin-bottom:1.5rem
}
@media (min-width:62rem){
  .hiw__coontent__desc{
      max-width:80%
  }
}

.hiw__imaage{
  max-width:100%;
  padding-top:.2rem;
  padding-bottom:.2rem;
  margin-left:auto;
  margin-right:auto
}
@media (min-width:48rem){
  .hiw__imaage{
      max-width:70%
  }
}
@media (min-width:62rem){
  .hiw__imaage{
      max-width:100%;
      width:90%;
      padding:0 1rem
  }
  .hiw__imaage img{
      width:100%
  }
}

@media (min-width: 62rem){
  .hiw-card-wrapper:nth-child(even) .hiw__imaage {
    order: -1;
    justify-self: start;
    margin-left: 0;
    padding-left: 0;
}
}

@media (min-width:62rem){
  .hiw-card-wrapper:nth-child(even) .hiw__pimage{
      order:-1;
      justify-self:start;

  }
}
.hiw__pimage{
  max-width:100%;
  margin-left:auto;
  margin-right:auto
}
@media (min-width:48rem){
  .hiw__pimage{
      max-width:70%
  }
}
@media (min-width:62rem){
  .hiw__pimage{
      max-width:100%;
      width:100%;
      
  }
  .hiw__pimage img{
      width:100%
  }
}





@keyframes slide-in-left {
  0% {
      opacity: 0;
      transform: translateX(-100%);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

/* Vos styles CSS resteront inchangés */
@keyframes slide-in-left {
  0% {
      opacity: 0;
      transform: translateX(-100%);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

/* Vos styles CSS resteront inchangés */
@keyframes slide-in-left {
  0% {
      opacity: 0;
      transform: translateX(-100%);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes slide-in-right {
  0% {
      opacity: 0;
      transform: translateX(100%);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

.hiw__content, .hiw__image, .hiw__pimage, .hiw__coontent, .hiw__imaage{
  opacity: 0; 
  animation-duration: 0s
}

/* Vos styles CSS resteront inchangés */
@keyframes slide-in-left {
  0% {
      opacity: 0;
      transform: translateX(-100%);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes slide-in-right {
  0% {
      opacity: 0;
      transform: translateX(100%);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

.features__card2{
  opacity: 0; /* Assurez-vous que les cartes sont initialement invisibles */
  animation-duration: 0s; /* Réduire la durée de l'animation */
}


.hiw_pimage{
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}
@media (min-width:48rem){
  .hiw_pimage{
      max-width:70%
  }
}
@media (min-width:62rem){
  .hiw_pimage{
      max-width:100%;
      width:100%;
      
  }
  .hiw_pimage img{
      width:100%
  }
}

.hiw_contentt{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgb(0, 0, 0);
}
.hiw_contenttitle{
  font-size:var(--font-size-title);
  font-weight:var(--font-extrabold);
  line-height:var(--line-height);
  max-width:95%;
  margin-bottom:1rem;
  text-align: center;
}
.hiw_contentdesc{
  font-size:var(--font-size-subtitle);
  line-height:var(--line-height-text);
  color:var(--color-text);
  margin-bottom:1.5rem;
  text-align: center;
  color: rgb(0, 0, 0);
}
@media (min-width:62rem){
  .hiw_contentdesc{
      max-width:80%;
      text-align: center;
      color: rgb(0, 0, 0);
  }
}






