.our-projects {
  padding-top: 0px;
  padding-bottom: 0px;
}
.our-projects .my-swiper {
  padding: 0px 0px 0px 0px !important;
  border-radius: 16px;
  margin: auto;
}
.our-projects .my-swiper .my-swiper-slide {
  /* padding: 15px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  /* background-color: var(--light-color); */
  border-radius: 16px;
}
.our-projects .button-next,
.our-projects .button-prev {
  background-color: var(--light-color);
  border-radius: 50%;
  cursor: pointer;
  padding: 10px;
}
.our-projects .button-prev {
  right: -80px;
}
.our-projects .button-next {
  left: -80px;
}

/* ------------------------- */

@media (min-width: 1024px) {
  .our-projects .my-swiper-slide {
    display: flex;
    flex-direction: row !important;
    justify-content: start;
    /* padding: 30px; */
    gap: 20px;
  }
  .our-projects .button-next,
  .our-projects .button-prev {
    background-color: var(--light-color);
    border-radius: 50%;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    padding: 10px;
  }
}
@media (min-width: 1102px) {
  .our-projects .button-prev {
    right: -50px;
  }
  .our-projects .button-next {
    left: -50px;
  }
}
@media (min-width: 1033px) {
  .our-projects .button-prev {
    right: -20px;
  }
  .our-projects .button-next {
    left: -20px;
  }
}

@media (min-width: 1169px) {
  .our-projects .button-prev {
    right: -80px;
  }
  .our-projects .button-next {
    left: -80px;
  }
}
@media (min-width: 1285px) {
  .our-projects .button-prev {
    right: -20px;
  }
  .our-projects .button-next {
    left: -20px;
  }
}
@media (min-width: 1417px) {
  .our-projects .button-prev {
    right: -80px;
  }
  .our-projects .button-next {
    left: -80px;
  }
}
@media (min-width: 1540px) {
  .our-projects .button-prev {
    right: -20px;
  }
  .our-projects .button-next {
    left: -20px;
  }
}
@media (min-width: 1687px) {
  .our-projects .button-prev {
    right: -80px;
  }
  .our-projects .button-next {
    left: -80px;
  }
}

/* -------------------------our team */
.coreSolutions .my-swiper {
  border-radius: 20px;
  margin: auto;
}

.coreSolutions .my-swiper .my-swiper-slide {
  display: flex;
  justify-content: center;

}

@media (min-width: 1024px) {
  .coreSolutions .my-swiper-slide {
    display: flex;
    flex-direction: row !important;
    justify-content: start;
 
  
  }

}

/* .teamSection .my-swiper .my-swiper-slide{
 margin: auto;
} */
/* @media (min-width:1030px) {
  
} */




/* --------------single product slider------------------- */
.single .swiper {
  width: 100%;
  height: 100%;
}

.single .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.single .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single .swiper-slide {
  width: 798px;
  height: 470px;
  
}

.single .swiper-slide:nth-child(2n) {
  width: 253px;
  height: 470px;
}

.single .swiper-slide:nth-child(3n) {
   width: 253px;
  height: 470px;
}
.single .swiper-slide:nth-child(4n) {
   width: 253px;
  height: 470px;
}
.single .swiper-slide:nth-child(5n) {
   width: 253px;
  height: 470px;
}
.single .swiper-slide:nth-child(6n) {
   width: 253px;
  height: 470px;
}
.single .swiper-slide-active {
  width: 798px !important;
}














.custom-pagination {
  color: white;
  font-size: 16px;
  font-family: sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.custom-pagination .arrow {
  font-size: 18px;
  cursor: pointer;
  user-select: none;
}   



.customBullet .swiper-pagination{
  background-color: red !important;
  bottom: -20px !important;
}



.space .swiper-slide {
  width: 300px;
  transition: transform 0.3s ease;
}

.space .swiper-slide-active {
  width: 500px !important;
  transform: scale(1.05);
  z-index: 1;
}