/*=============== CARD ===============*/
.puja-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 525px;
}


.card__content ,.testimonial_card__content{
  overflow: hidden;
  height: 460px;
}
.swiper {
  overflow: visible !important;
}

.card__article {
  overflow: hidden;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}
.swiper-button-prev-1:after,
.swiper-button-next-1:after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next ,.swiper-button-prev-1 ,.swiper-button-next-1 {
  width: initial;
  height: initial;
  font-size: 3rem;
  color:#d40301;
  display: none;
}

.swiper-button-prev ,.swiper-button-prev-1 {
  left: 0;
}

.swiper-button-next ,.swiper-button-next-1{
  right: 0;
}

.swiper-pagination-bullet {
  background-color: #9E9E9E;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #d40301;
}
.thumb-wrapper {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.574);
  border-radius: 10px;
  margin: 10px;
  overflow: hidden;
  position: relative;
}

.thumb-wrapper .img-box img {
  height: 140px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.thumb-wrapper .event-maininfo {
  text-align: center;
}

.thumb-wrapper .event-content {
    height: 300px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  justify-content: space-between;
}

.thumb-wrapper img {
  max-width: 100%;
  display: inline-block;
}

.thumb-wrapper .site-button {
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0px;
}

.thumb-wrapper .event-content a {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.thumb-wrapper .event-post-text h5 {
  font-size: 17px;
  font-weight: 900;
  margin: 0;
  padding: 0;
}

.thumb-wrapper .event-maininfo h4 {
  font-size: 20px;
  font-weight: 900;
}

.thumb-wrapper .event-maininfo p {
  color: #d40301;
}

.thumb-wrapper .event-post-text p {
  font-size: 12px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  color: rgb(0, 0, 102);
}
.testimonial-btn .swiper-button-prev-1 {
  left: -4rem !important;
}

.testimonial-btn .swiper-button-next-1 {
  right: -4rem !important;
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 320px) {
  .card__data {
    padding: 1rem;
  }
}

/* For medium devices */
@media screen and (min-width: 768px) {

  .swiper-button-next,
  .swiper-button-prev,.swiper-button-next-1,.swiper-button-prev-1 {
    display: block;
    position: absolute;
  }
    .testimonial-section .slider-col-2 img {
      display: none;
    }
}

/* For large devices */
@media screen and (min-width: 1120px) {

.testimonial-section .slider-col-2 img {
    display: block;
  }
  .swiper-button-prev,.swiper-button-prev-1 {
    left:1rem;
  }

  .swiper-button-next ,.swiper-button-next-1{
    right:1rem;
  }
  
}