body {
  background-color: #171717;
}

h1, p {
  margin: 0;
  color: white;
}

/* Events Slide Hover Effect */
.events-slide-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 1000;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.events-slide-hover .animated-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.events-slide-hover .letter {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.32px;
  color: white;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

@media (min-width: 768px) {
  .swiper-slide.events {
    position: relative;
    width: 292px;
    overflow: hidden;
  }

  .swiper-slide.events:hover .events-slide-hover {
    opacity: 1;
  }

  .swiper-slide.events:hover .letter:nth-child(1) { transition-delay: 0.075s; }
  .swiper-slide.events:hover .letter:nth-child(2) { transition-delay: 0.150s; }
  .swiper-slide.events:hover .letter:nth-child(3) { transition-delay: 0.225s; }
  .swiper-slide.events:hover .letter:nth-child(4) { transition-delay: 0.300s; }
  .swiper-slide.events:hover .letter:nth-child(5) { transition-delay: 0.375s; }
  .swiper-slide.events:hover .letter:nth-child(6) { transition-delay: 0.450s; }
  .swiper-slide.events:hover .letter:nth-child(7) { transition-delay: 0.525s; }
  .swiper-slide.events:hover .letter:nth-child(8) { transition-delay: 0.600s; }

  .swiper-slide.events:hover .letter {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .events-slide-mobile-header,
  .swipereventsgradient {
    display: none;
  }

  .swiper-slide.events:first-child .events-slide-hover {
    opacity: 1;
  }

  .swiper-slide.events:first-child .letter {
    opacity: 1;
    transform: translateY(0);
  }

  .swiper-slide.events:first-child .letter:nth-child(1) { transition-delay: 0.075s; }
  .swiper-slide.events:first-child .letter:nth-child(2) { transition-delay: 0.150s; }
  .swiper-slide.events:first-child .letter:nth-child(3) { transition-delay: 0.225s; }
  .swiper-slide.events:first-child .letter:nth-child(4) { transition-delay: 0.300s; }
  .swiper-slide.events:first-child .letter:nth-child(5) { transition-delay: 0.375s; }
  .swiper-slide.events:first-child .letter:nth-child(6) { transition-delay: 0.450s; }
  .swiper-slide.events:first-child .letter:nth-child(7) { transition-delay: 0.525s; }
  .swiper-slide.events:first-child .letter:nth-child(8) { transition-delay: 0.600s; }
}

@media (max-width: 767px) {
  .events-slide-mobile-header,
  .swipereventsgradient {
    display: none;
  }

  .swiper-slide.events:first-child .events-slide-hover {
    opacity: 0;
  }
}

.eventscarouselwrapper {
  max-width: 1280px;
  position: relative;
  display: flex;
  overflow: hidden;
  margin-top: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  user-select: none;
}

.carousel-fade-left,
.carousel-fade-right {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.carousel-fade-left {
  left: 0;
  background: linear-gradient(to right, #171717 0%, rgba(23, 23, 23, 0) 100%);
}

.carousel-fade-right {
  right: 0;
  background: linear-gradient(to left, #171717 0%, rgba(23, 23, 23, 0) 100%);
}

@media screen and (max-width: 1279px) {
  .carousel-fade-left,
  .carousel-fade-right {
    width: 10px;
  }
}

.swiper.swiper-events {
  width: 100%;
}

.swiper-wrapper.events {
  display: flex;
  padding: 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.swiper-slide.events {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 465px;
  margin-right: 8px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  border-radius: 30px;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  cursor: pointer;
}

.swipereventscontent {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: flex;
  flex-flow: column;
  gap: 8px;
}

.swipereventsquantitywrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.swipereventsquantitytext {
  font-family: Inter;
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -0.24px;
}

.swipereventsdivider {
  height: 1px;
  background-color: rgb(255, 255, 255);
}

.swipereventstext {
  display: flex;
  min-height: 50px;
  flex-flow: column;
  gap: 0;
}

.eventsuppertext {
  font-family: Literata;
  font-size: 24px;
  line-height: 100%;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.96px;
}

.eventslowertext {
  font-family: Inter;
  font-size: 24px;
  line-height: 100%;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.96px;
}

.swipereventsgradient {
  position: absolute;
  inset: 0% 0% 0px;
  z-index: 998;
  display: block;
  background-image: radial-gradient(circle at 50% 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6));
}

.eventid-out {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.eventscarouselbuttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10.4px;
}

.events-button-prev {
  padding: 14.4px 23px;
  justify-content: center;
  align-items: center;
  border-radius: 11.5px;
  background-color: rgba(255, 255, 255, 0.1);
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  cursor: pointer;
}

.events-button-prev.-wfp-hover,
.events-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.events-button-next {
  padding: 14.4px 23px;
  justify-content: center;
  align-items: center;
  border-radius: 11.5px;
  background-color: rgba(255, 255, 255, 0.1);
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  cursor: pointer;
}

.events-button-next.-wfp-hover,
.events-button-next:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.eventsmodalwindowswrapper {
  position: fixed;
  inset: 0%;
  z-index: 999;
  display: none;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.swiper-wrapper.stories {
  justify-content: center;
  align-items: center;
}

.swiper-slide.story-slide {
  overflow: hidden;
  width: 420px;
  margin-right: 8px;
  aspect-ratio: 420 / 651;
  border-radius: 21px;
  background-color: rgb(0, 0, 0);
}

.inner-swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide.inner-slide {
  width: 100%;
  height: 100%;
  background-position: 0px 0px;
  background-size: cover;
}

.eventid-in {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.stories-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.6);
  backdrop-filter: blur(4px);
}

.swipereventscontentinner {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: flex;
  flex-flow: column;
  gap: 8px;
}

.eventsmodalnavigation {
  position: absolute;
  z-index: 999;
  width: 420px;
  margin-right: 8px;
  aspect-ratio: 420 / 651;
}

.storynavigation {
  position: absolute;
  inset: 0% 0% auto;
  z-index: 999;
  display: flex;
  padding: 8px 8px 0px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.pagination {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  position: relative !important;
}

.pagination-bullet {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  flex: 1 1 0%;
}

.progress-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 0%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  transition-property: width;
  transition-duration: 5000ms;
  transition-timing-function: linear;
}

.closemodal {
  display: flex;
  padding: 11px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  cursor: pointer;
}

.closemodal.-wfp-hover,
.closemodal:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.inner-prev {
  position: absolute;
  left: 8px;
  top: 50%;
  bottom: auto;
  z-index: 999;
  padding: 14.4px 23px;
  justify-content: center;
  align-items: center;
  border-radius: 11.5px;
  background-color: rgba(0, 0, 0, 0.1);
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  cursor: pointer;
}

.inner-prev.-wfp-hover,
.inner-prev:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.inner-next {
  position: absolute;
  inset: 50% 8px auto auto;
  z-index: 999;
  padding: 14.4px 23px;
  justify-content: center;
  align-items: center;
  border-radius: 11.5px;
  background-color: rgba(0, 0, 0, 0.1);
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  cursor: pointer;
}

.inner-next.-wfp-hover,
.inner-next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.eventsmodalbackground {
  position: absolute;
  inset: 0%;
  background-color: rgba(20, 20, 20, 0.6);
  backdrop-filter: blur(19px);
}

.swiper-button-disabled {
  opacity: 40%;
}

@media screen and (max-width:1279px) {
  .eventscarouselwrapper {
    gap: 20px;
  }

  .swiper-slide.events {
    width: 260px;
    height: 400px;
    margin-right: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .storieswrapper {
    height: 100%;
  }

  .swiper-slide.story-slide {
    width: 100vw;
    margin-right: 0;
    aspect-ratio: auto;
    border-radius: 0;
  }

  .swipereventscontentinner {
    gap: 8px;
  }

  .eventsuppertext {
    font-size: 24px;
  }

  .eventslowertext {
    font-size: 24px;
  }

  .swipereventsquantitytext {
    font-size: 12px;
  }

  .eventsmodalnavigation {
    width: 100vw;
    height: 100%;
    margin-right: 0;
    aspect-ratio: auto;
  }
}