.mySwiper {
  width: 100%;
}

.mySwiper .swiper-wrapper {
  justify-content: flex-start; /* يبدأ المحتوى من اليسار */
}

.mySwiper .swiper-slide {
  width: 16.66666667%;
  height: 100%;
  flex-shrink: 0;
}

.mySwiper .swiper-slide-active {
  width: 66.66666667%;
  height: 100%;
}

.mySwiper .swiper-slide .wind {
  /* clip-path: none !important; */
  width: 100%;

}

.swiper-slide .wind .slid-content {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.swiper-slide .wind .slid-content .slid-caption {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

.swiper-slide .wind .slid-content .slid-caption .title {
  font-size: 2.375rem;
  font-family: 'Montserrat';
  color: #fff;
  writing-mode: sideways-rl;
  font-weight: bold;
  text-orientation: sideways;
  transform: rotate(-180deg);
  transition: all 0.4s ease-out;

}

.swiper-slide .wind .slid-content .slid-caption .details {
  font-size: 1rem;
  font-family: 'karla';
  color: #fff;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: all 0.4s ease-out;
  text-transform: uppercase;

}

/* .mySwiper .swiper-slide .wind {
  clip-path: none !important;
  width: 100%;
} */
.mySwiper .swiper-slide:not(.swiper-slide-active) .wind {
  clip-path: none !important;
  width: 100%;
  border-radius: 2.375rem;
}

.mySwiper .swiper-slide:not(.swiper-slide-active) .wind .slid-content {
  clip-path: none !important;
  width: 100%;
  border-radius: 2.375rem;
}

.mySwiper .swiper-slide .myslidbtn {
  opacity: 0;
  width: 8.6%;
  height: 12%;
  border-radius: 1.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  will-change: opacity, visibility;
  background: var(--color-secondary);
}

.mySwiper .swiper-slide .myslidbtn svg {
  width: 31.25%;
  height: 50%;
  fill: #fff;
  stroke: #fff;
  stroke-miterlimit: 10;
}

.mySwiper .swiper-slide:not(.swiper-slide-active) .myslidbtn {
  opacity: 0;
  width: 8.6%;
  height: 12%;
  border-radius: 1.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  will-change: opacity, visibility;
}

.mySwiper .swiper-slide.swiper-slide-active .myslidbtn {
  opacity: 1;
  width: 8.6%;
  height: 12%;
  border-radius: 1.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: visible;
}

.swiper-slide .wind .slid-content .slid-caption .slid-logo {
  max-width: 66px;
  max-height: 66px;
  height: 100%;
  width: 100%;
  display: block;
  margin-bottom: 2.5rem;
}

.swiper-slide {
  width: calc(16.66666667% - 11px) !important;
  aspect-ratio: 195 /452;
}

.swiper-slide.swiper-slide-active {
  width: calc(66.66666667% - 11px) !important;
  aspect-ratio: 814 /452;
}

.swiper-slide .wind {
  width: 100%;
  aspect-ratio: 195 /452;
}

.swiper-slide.swiper-slide-active .wind {
  width: 100%;
  aspect-ratio: 814 /452;
}

.swiper-slide.swiper-slide-active .wind .slid-content .slid-caption {
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.swiper-slide.swiper-slide-active .wind .slid-content .slid-caption .slid-logo {
  max-width: 69px;
  max-height: 69px;
  height: 100%;
  width: 100%;
  display: block;
  margin-bottom: 2.5rem;

}

.swiper-slide.swiper-slide-active .wind .slid-content .slid-caption .title {
  writing-mode: unset;
  text-orientation: unset;
  transform: rotate(0deg);
  transition: all 0.4s ease-out;
  margin-bottom: 2rem;

}

.swiper-slide.swiper-slide-active .wind .slid-content .slid-caption .details {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.4s ease-out;
  text-transform: uppercase;

}

.busniess-svg {
  contain: strict;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  fill: currentcolor;
  display: block;
  overflow: visible;
}
