
.swiper-slider-footer {
  background: #272727;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 18px;
  flex-wrap: wrap;
}
.swiper-slider-footer p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.swiper-slider-footer p span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
}
.amount-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.amount-item h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.amount-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
}
.event-list-item {
  display: flex;
  justify-content: start;
  align-items: center;
  width: fit-content;
  gap: 20px;
}
.event-date {
  display: inline-block;
  text-align: center;
  background-color: #000;
  place-content: center;
  color: #fff;
  width: 107px;
  height: 97px;
  border-radius: 16px;
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  flex-shrink: 0;
  span {
    color: #48b02b;
    font-family: Outfit;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
  }
}

.event-details {
  max-width: 373px;
}
.event-details p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits text to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
}
.event-details p:last-child {
  display: flex;
  align-items: center;
  gap: 10px;
  color:#393939 ;
}
.event-details p:last-child span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
}
.event-list-swiper .swiper-slide{
    border: none;
    
}
.event-list-swiper .swiper-slide.swiper-slide-active {
    box-shadow: none;
}
/* @media screen and (max-width: 768px) {
 .swiper-slider-footer {
    padding:5px 5px;
    background: #F3F3F3;
    
  }
  .swiper-slider-footer p {
    margin-bottom: 10px;
    color: #393939;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .swiper-slider-footer p span{
    
    font-size: 13px;
    line-height: 24px;
    
  }
  .swiper-slider-footer p span img{
    
   filter: invert(0.5);
    
  }
  .amount-list {
    width: 100%;
    margin-bottom: 10px;
  }
  .amount-item h6 {
    
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.amount-item p {
    font-weight: 400;
    font-size: 9px;
    line-height: 17px;
    color: #393939;
}
.event-date {
    
    width: 41px;
    height: 37px;
    border-radius: 6px;
    font-size: 7px;
    line-height: 7px;
        span {
        font-size: 16px;
        line-height: 11px;
    }
  }
  .event-details p:last-child{
    
   
   font-size: 6.4px;
   margin-top: 5px;
   gap: 5px;
    
}
  .event-details p:first-child {
    
   
    font-size: 7.8px;
    line-height: 11.7px;
    
}
.event-details p:last-child span {
    
    font-size: 6.4px;
    
}
.event-details p:last-child span img{
    
    width: 6.24px;
    
}
.event-list-item {
    gap: 5px;
}
} */
