.carousel-3D-swiper-section {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    min-height: 500px;
  }
  
  .carousel-3D-swiper-title {
    text-align: center;
    font-size: 3rem;
  }
  
  .carousel-3D-swiper .swiper-slide {
    position: relative;
  }
  
  .carousel-3D-swiper .image-wrapper {
    overflow: hidden;
    max-height: 387px;
  }
  
  .carousel-3D-swiper .image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    
  }
  
  .details {
    padding: 25px 20px;
    font-weight: 600;
    text-align: center;
  }
  
  .details span {
    display: block;
    font-size: 16px;
    color: #f44336;
  }
  
  .details h3 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
  }
  
  .details p {
    margin: 8px 0 0;
    opacity: 0.65;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  
  .carousel-3D-swiper-section .swiper-pagination-bullet {
    /* margin: 0 4px; */
    width: 28px;
    height: 11px;
    z-index: 50;
    border-radius: 8px;
  }
  
  .carousel-3D-swiper-section .swiper-pagination-bullet-active {
    opacity: 1;
    background:var(--donateBtn);
  }