        .rev_slider_wrapper,
        .rev_slider {
            max-height: 600px;
           
            overflow: hidden;
        }

        .rev-slidebg {
            object-fit: cover;
           
            height: 100% !important;
            width: 100% !important;
        }

        .rev-slider {
            position: relative;
        }
.btn-small {
  padding: 5px 8px;       /* Small padding for a compact button */
  font-size: 18px;         /* Smaller font size */
  border-radius: 5px;      /* Slightly rounded corners */
  background-color: #007bff; /* Blue background */
  color: white;            /* White text color */
  border: none;            /* No border */
  cursor: pointer;         /* Pointer cursor on hover */
  transition: background-color 0.3s ease;

}

.btn-small:hover {
  background-color: #0056b3; /* Darker blue on hover */
}
.slider-overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 50px;
    color: #fff;
    z-index: 2;
    max-width: 100%;
   
}

.event-info {
    max-width: 50%;
}
.event-info1 {
    max-width: 50%;
   
}

.countdown {
   
    display: flex;
    gap: 20px;
}

.countdown-item {
    text-align: center;
    border: 2px dotted #fff;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.countdown-item span {
    font-size: 30px;
    font-weight: normal;
}

.countdown-item small {
    font-size: 15px;
}
        .counter .countup-timer {
display: block;
    font-size: 44px;
    font-weight: 600;
}

