
.temple-activities-section{
    /* padding: 3rem; */
    padding-top: 10rem;
    padding-bottom: 10rem;
   
}

.swiper {
    width: 70%;
    height: 100%;
   
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    height: 400px;
    
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    height: 400px;
    
  }
  