.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;
  filter: drop-shadow(-2px -2px 5px rgba(71, 20, 255, 0.1))
  drop-shadow(-2px -2px 5px rgba(71, 20, 255, 0.1))
  drop-shadow(-2px -2px 5px rgba(71, 20, 255, 0.1))
  drop-shadow(-2px -2px 5px rgba(71, 20, 255, 0.1));
}
@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%;
      height: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_contenttitl{
  font-size:var(--font-size-title);
  font-weight:var(--font-extrabold);
  line-height:var(--line-height);
  max-width:95%;
  text-align: center;
  color: rgb(44, 21, 150);
}

.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);
  }
}

.pricing-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.pricing-btn {
  padding: 0.8rem 0.9rem;
  border: none;
  border-radius: 25px;
  background-color: #c4c5c5;
  color:#090909;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pricing-btn:hover {
  background-color: #6b1fd6;
  color:#e9e7e7;
  transform: translateY(-2px);
}

.pricing-btn.active {
  background-color: #6b1fd6;
  color: #dcdcdc;;
  transform: translateY(-2px);
}
.pricings-section.active {
  display: block;
}


.pricings-section.active {
  animation: fadeIn 0.5s ease-out;
}
.pricings-section {
  display: none;
}

.pricings-section.active {
  display: block;
}
/* Animation */
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}



.container {
  max-width: 1300px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.mySwiper {
  max-width: 1100px;
  height: 55vh;
  display: flex;
  align-items: center;
}

.card {
  text-align: center;
  background-color: #e6e5e5;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  
}

.swiper-slide {
  display: flex;
  align-items: center;
}

.card img {
  width: 130px;
  border-radius: 50%;
  margin-top: -70px;
}

h3,
h4 {
  margin-bottom: 0px;
  margin-top: 0px;
}

p {
  font-size: 15px;
  line-height: 20px;
  color: #222222;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 12px;
  margin-top: 10px;
  color: #0096FF;
}

.swiper-button-next,
.swiper-rtl,
.swiper-button-prev {
  color: #fc2121;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 32px;
}

.review i {
  color: orange;
}





