/* EVENTS */
.events-glimpse-cont-wrap {
}
.events-glimpse-cont-wrap {
  display: flex;
  justify-content: center;
  min-height: 75vh;
  /* max-height: 75vh; */
  width: 100%;
  padding: 5rem 0rem;
}
.events-glimpse-cont-wrap {
  background-size: cover;
  background-position: center;
}
.event-ticket-wrap {
  /* border: 1px dotted rgb(119, 119, 119); */
  border-radius: 1px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.ticket-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events-col-o {
  border-radius: 3px;
}

.events-col-t {
  width: 75%;
  background-size: cover;
  background-position: center;
  background-color: #efbf67;
  background-color: #770102;
  background-color: #000000;
  background-color: #211f22;
  border-radius: 8px;
  /* border: 1px dotted black; */
}
.sub-section-title-lg-white {
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
  /* line-height: 1.3; */
}
.sub-section-title-lg-black {
  font-size: 3rem;
  color: #000000;
  /* line-height: 1.3; */
  text-transform: uppercase;
}
.events-col-o {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-color: #000;
  background-color: #211f22;
  border: 1px dashed #770102;
  position: relative;
  border-radius: 8px;
  /* TEST */
  /* background: linear-gradient(92deg,#232323eb  20%, #7701034b 50%, #4c4c4c48 73%);
    backdrop-filter: blur(20px); */
}
/* .events-col-o::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
} */
.event_ticket {
  display: flex;
  width: 90%;
  /* height: 70%; */
}
/* ---------- */
.event-ticket-info-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ticket-live-tag {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
}
.event-name-info {
  padding: 1.5rem 0rem;
}
.ticket-live-tag .circle {
  width: 12px;
  height: 12px;
  padding: 3px;
  border-radius: 100%;
  background-color: #770102;
   background-color: #fff;
}
.ticket-live-tag-text {
  font-size: 10px;
  text-transform: uppercase;
}
.event-date-number {
  /* font-size: 5rem; */
}
.event-sup-text-month {
  /* font-size: 10px; */
}
.event-ticket-info-date {
  font-size: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  /* line-height: 1.5; */
}
.event-ticket-info-title {
  font-size: 2.5rem;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}
/* ------------ */
.event_ticket-perforation {
  border-left: 0.38em solid white;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: -0.63em;
}

.event_ticket-perforation-hole {
  background-color: rgb(232, 232, 232);
  width: 0.25em;
  height: 6.8%;
}

.event_ticket-main {
  width: 72.067%;
  height: 100%;
  margin-right: 0.25em;
  padding: 1.25em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  background-color: #000;
  background-color: #770102;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s linear;
  background-color: #ffffff0d;
  backdrop-filter: blur(20px);
  /* transform: translate(-1em) rotate(-2deg); */
  transform-origin: 100% 100%;
}

.event_ticket-stub {
  background-color: #770102;
  /* background-color: #fff; */
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 28%;
  padding-left: 1.69em;
  padding-right: 1.69em;
  display: flex;
  position: relative;
  transition: 0.5s linear;
  /* transform: translate(1.5em) rotate(2deg); */
  transform-origin: 0 100%;
}

.event_ticket-perforation.is-stub {
  border-right: 0.38em solid white;
  border-left: none;
  justify-content: space-around;
  padding-top: 2.4%;
  padding-bottom: 2.4%;
  left: -0.2em;
  right: auto;
}

.event_ticket:hover .event_ticket-stub {
  transform: translate(0.8em) rotate(2.5deg);
}
.event_ticket:hover .event_ticket-main {
  transform: translate(-0.8em) rotate(-0.5deg);
}

/* ===============================
   Scroll-driven ticket animation
   =============================== */

/* 1. Parent scroll timeline */
.event_ticket {
  view-timeline-name: --ticket;
  view-timeline-axis: block;
}

/* 2. Keyframes (former hover state) */
@keyframes ticket-stub {
  from {
    transform: translate(0) rotate(0);
  }
  to {
    transform: translate(0.8em) rotate(2.5deg);
  }
}

@keyframes ticket-main {
  from {
    transform: translate(0) rotate(0);
  }
  to {
    transform: translate(-0.8em) rotate(-0.5deg);
  }
}

/* 3. Scroll animations */
.event_ticket-stub {
  animation: ticket-stub linear both;
  animation-timeline: --ticket;
  animation-range: entry 0% cover 35%;
}

.event_ticket-main {
  animation: ticket-main linear both;
  animation-timeline: --ticket;
  animation-range: entry 0% cover 35%;
}

/*< EVENT SECTION /> */
/* <HERO BANNER > */
.hero-banner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
section .img {
  position: relative;
  display: flex;
  justify-content: center;

  width: 100%;
  min-height: 80vh;
}
section .img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    45deg,
    rgb(35 25 25 / 0%) 0%,
    rgb(76 76 76 / 1%) 100%
  );
}
.hero-banner-content-wrap {
  position: absolute;
  z-index: 2;
  width: max-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  /* mix-blend-mode: difference; */
}
section .img-container {
  width: 100%;
  /* padding-top: 80%; */
  position: relative;
  overflow: hidden;
  min-height: 120vh;
}

section .img-container .parallax-img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  inset: 0;
  object-position: center center;
}

.hero-banner-title {
  font-size: 4.5rem;
  color: #fff;
  line-height: 1;
}
.banner-sub-title {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}
/* <HERO BANNER /> */

.latest-release-marquee {
  overflow: hidden;
  width: 60%;
  /* position: absolute;
  bottom: 0; */
}

.latest-release_marquee_track {
  display: inline-flex;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
}

.latest-release_marquee_track p {
  font-size: 1.5vw;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 1.25rem;
  opacity: 0.5;
  font-weight: 100;
  margin-bottom: 0;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.btn-small-outline {
  color: #211f22;
  border: 1px solid #b1acac;
  text-decoration: none;
  padding: 2px 20px;
  border-radius: 12px;
}
.highlight-text {
  color: #770102;
  font-style: italic;
}
.highlight-text-black {
  color: #211f22;
  font-style: italic;
}
/* ------------- */
/*< GALLERY GLIMPSE SECTION >*/
.gallery-glimpse-cont-wrapper {
  /* background-color: #211f22; */
}

.section-title-xxl {
  font-size: 3rem;
}
.section-title-xxl-white {
  font-size: 2.5rem;
  color: #b1acac;
}
.gallery-glimse-content {
  /* background-color: #0f0f0f; */
  position: relative;
}
.gallery-glimpse-cont {
  /* padding: 3rem 0rem; */
  position: relative;
}
/* .gallery-glimpse-cont::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000036;
  z-index: 2;
} */
.gallery-glimpse-cont-head {
  /* position: absolute; */
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
}
.gallery-glimpse-img-wrapper {
  display: flex;
  width: 100%;
  gap: 3px;
  padding: 2.5rem;
  justify-content: space-between;
}
.gallery-glimpse-img-wrapper img {
  width: 25%;
  border-radius: 3px;
  object-fit: cover;
}
/* .gallery-glimpse-cont-head::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000036;
  z-index: 2;
} */
.gallery-glimpse-frame {
  width: 100%;
  /* min-height: 90vh; */
  /* background-color: #fff4f4; */
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.camera-ui {
  display: block;
  position: absolute;
}

/* Main border */
.border {
  width: calc(100% - 30px);
  height: calc(100vh - 30px);
  left: 15px;
  top: 15px;
  border: 5px solid #2b2b2b;
}

/* Corners */
.corner {
  width: 100px;
  height: 100px;
  position: fixed;
}

.corner-tl {
  left: 0px;
  top: 0px;
  border-left: 2px  solid #b1acac;
  border-top: 2px  solid #b1acac;
  position: absolute;
}

.corner-tr {
  right: 0px;
  top: 0px;
    border-top: 2px  solid #770102;
  border-right: 2px  solid #b1acac;

  position: absolute;
}

.corner-bl {
  left: 0px;
  bottom: 0px;
  border-left: 2px solid #770102;
  border-bottom: 2px  solid #b1acac;
  position: absolute;
}

.corner-br {
  right: 0px;
  bottom: 0px;
  border-right: 2px solid #b1acac;
  border-bottom: 2px  solid #b1acac;
  position: absolute;
}

/* Timer */
.camera-ui.time {
  width: 100%;
  height: 100vh;
  display: flex;
  padding-bottom: 30px;
  justify-content: center;
  align-items: flex-end;
}

.camera-ui.time .timer {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;

  font-size: 30px;
  letter-spacing: 5px;
}

/* REC indicator */
.camera-ui.rec {
  right: 45px;
  top: 42px;
  padding: 30px 30px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 30px;
  font-weight: 700;

  display: flex;
  align-items: center;
  gap: 1rem;
}

.camera-record-dot {
  /* content: '';
  display: block;
  position: fixed;
  right: 65px;
  top: 74px; */
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background: #770102;
  animation: blink 1.25s step-start infinite;
}

/* Animation */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* ----------SINGLE EVENT PAGE */
.event-post-title-single {
  color: #fff;
}
.single-event-section-content {
 height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}
.event-info-wrap-up-latest-content {
  display: flex;
  height: 100%;
  /* gap: 10px; */
}
.single-event-image,
.single-event-details {
  width: 50%;
}
.single-event-image {background-color:#770102;
 
}
.single-event-details {
  background-color: #2b2b2b;
  border-left: 3px dashed white;

}
.single-event-details-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.event-info-wrap-up-latest-wrap {
  height: 100%;
  width: 100%;
}
.single-event-image .event-featured-image {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}
.single-event-image .event-featured-image  .wp-post-image{
  width: 90%;
  height: 60%;
  border-radius: 20px;
  object-fit: contain;
  transform: skewY(-2deg);
}
