.events h1 {
  text-align: center;
  margin-top: 30px; }

.event-gallery-section .view-event-slider {
  justify-content: center; }
  .event-gallery-section .view-event-slider .event-gallery .event-slide {
    padding: 0 15px; }
  .event-gallery-section .view-event-slider .event-gallery .slick-prev {
    display: flex;
    width: fit-content;
    height: fit-content;
    top: auto;
    bottom: -65px;
    left: calc(25% - 90px); }
  .event-gallery-section .view-event-slider .event-gallery .slick-next {
    display: flex;
    width: fit-content;
    height: fit-content;
    top: auto;
    bottom: -65px;
    right: calc(25% - 70px); }
  .event-gallery-section .view-event-slider .progress-event-gallery {
    display: block;
    width: 50%;
    height: 3px;
    overflow: hidden;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    margin: 0 auto;
    transform: translateY(20px);
    background-image: linear-gradient(to right, #a99c62, #a99c62);
    margin-top: 20px; }
    @media (max-width: 600px) {
      .event-gallery-section .view-event-slider .progress-event-gallery {
        width: 66%;
        margin-top: 0; } }

/*# sourceMappingURL=eventDetails.css.map */
