.events_section {
  /* background: black; */
  background: url("../images/event-bkground.png");
  background-size: 100% 100%;
  height: 496px;
  padding-top: 96px;
}

.tabs-lower-section {
  background: var(--Neutral-Black, #121212);
}

.nav-btns {
  display: none;
}
.event_div_content:nth-child(even){
  flex-direction: row-reverse;
}

.event_div_content:nth-child(even) .events_detail_content {
  border-radius: 12px 0 0 12px;
}
.event-content-img img {
  border-radius:12px 0 0 12px;
}
.event_div_content:nth-child(even) .event-content-img img {
  border-radius: 0 12px 12px 0;
}
.events_section h1 {
  font-family: "Kaisei Decol";
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 56px;
  padding-bottom: 20px;
}

.events-xplore {
  font-family: "Manrope";
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
}

.events_section .tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0px;
  margin-bottom: 0px;
  /* padding-top: 48px; */
  padding-top: 32px;
}

.load-more-btn {
  font-family: Manrope;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  padding: 12px 32px 12px 32px;
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 33px;
  display: flex;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  margin-top: 48px;
  /* margin-bottom: 80px; */
}

.load-more-btn:hover {
  background-color: rgb(119, 15, 0);
  color: #FFFFFF;
}

.no-upcoming-events {
  font-family: Kaisei Decol;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}

.while-you-wait {
  font-family: Manrope;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 32px;
}

.while-you-wait span {
  display: block;

}


.no-events a:hover{
  color: #fff;
}
/* .no-events {
  display: none;
} */

.past-events {
  padding: 12px 32px 12px 32px;
  background: #DE3E28;
  color: #FFFFFF;
  border: none;
  text-decoration: none;
  border-radius: 33px;
  margin: 0 auto;
  display: flex;
  width: max-content;


}

.glimpses-section {
  background: #121212;
  padding-bottom: 80px;
}

.img-marquee-event .glimpse-heading {
  font-family: Kaisei Decol;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 48px;

}

.propter {
  max-width: 100%;
  height: 396px;
}

.owl-sliders {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.owl-sliders-1 {
  margin-top: 40px;
}

.owl-nav {
  display: none;
}
.marquee__img1[style="background-image: url()"] {
  display: none;
}
.marquee__img[style="background-image: url()"] {
  display: none;
}
.owl-dots {
  display: none;
}
/* 
.owl-stage {
  display: flex;
  gap: 20px;
} */

.owl-carousel {
  overflow: hidden;
}

.events_section .tab {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #FFFFFF;
  padding: 30px 15px;
  position: relative;
  /* padding-top: 28px; */
  font-family: "Manrope";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

.tab:hover {
  color: #DE3E28;
}

.tab.active {
  color: #DE3E28;
  font-weight: 700;
}

.events_section .tab.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 90%;
  height: 3px;
  background: #DE3E28;
  transform: translateX(-50%);
}

/* Tab Content */
.tab-content {
  display: none;
  font-size: 16px;
}

.tab-content.active {
  display: block;
}
.event-content-img{
  flex: 0 0 50%;
}
.event-content-img img{
  width: 100%;
  height: 412px;
  object-fit: cover;
}
.events_detail_content {
  flex: 0 0 50%;
  background: #F6F2EE;
  display: flex;
  flex-direction: column;
  /* padding: 60px 40px 60px 40px; */
  padding: 40px;
  /* width: 100%; */
  justify-content: center;

}

.events_detail_content_1 {
  background: #F6F2EE;
  display: flex;
  flex-direction: column;
  padding: 60px 40px 60px 40px;
  width: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;

}

.calender-icon {
  max-width: max-content;
}

.event_div_content {
  display: flex;
  border-radius: 12px;
  /* padding-bottom: 48px; */
  width: 100%;
}

.event_div_content_1 {
  display: flex;
  flex-direction: row-reverse;
  border-radius: 12px;
  /* padding-bottom: 48px; */
  width: 100%;
}

.conclave-heading {
  font-family: "Manrope";
  font-weight: 700;
  font-size: 18px;
  line-height: 24.59px;
  letter-spacing: 2.16px;
  color: #DE3E28;
  text-transform: uppercase;
}

.lower_print_div {
  display: flex;
  flex-direction: column;
  gap: 64px;
  justify-content: center;
  align-items: center;
/*   padding-top: 60px; */
}

.event_tl_l {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 24px;
}

.events_date {
  padding: 0;
  margin: 0;
}
.event_tl_2 .events_date{
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}
.event_a {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--Gray_40, #D5D5D5);
}

.thriving-changes {
  font-family: Kaisei Decol;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #121212;
  display: -webkit-box;
  -webkit-line-clamp: 2;  
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.timings_2.park_1 a{
  color: #404040;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}
.events_date {
  color: #404040;
}

.event_timings {
  padding-bottom: 40px;

}

.event_tl_1 {
  display: flex;
  flex-direction: column;
}

.event_tl_2 {
  display: flex;
  flex-direction: row;
  gap: 14px;
  padding-top: 16px;
}

.learn-more {
  background: #DE3E28;
  padding: 12px 40px;
  text-decoration: none;
  color: #fff;
  border-radius: 32px;
}

.locate-img {
  max-width: fit-content;
}

.events_date {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.learn-more-btn {
  padding: 12px 32px 12px 32px;
  border-radius: 33px;
  height: 52px;
  max-width: 170px;
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  background: #DE3E28;
  color: #FFFFFF;
  text-decoration: none;
}

.learn-more-btn:hover {
  cursor: pointer;
  color: #FFFFFF;
  background-color: rgb(119, 15, 0);
}

.events-images {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  /* width: 100%; */
  height: 412px;
  object-fit: cover;
}

.events-images_1 {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 412px;
  object-fit: cover;
  width: 100%;

}

.events_detail_content {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 100%;
}
.mobile-owl-sliders{
  display: none;
}
@media (max-width:1024px) {
  .glimpses-section{
    padding-bottom: 0px;
  }
  .thrive-img {
      width: 100%;
  }

  .owl-stage {
      gap: 20px;
  }
  .events_section {
    padding-top: 86px;
  }
  .events_detail_content {
      padding: 30px 40px 30px 40px;
      max-width: 100%;
  }
}

@media (max-width:991px) {

  .events_detail_content,
  .events_detail_content_1 {
      width: 100%;
  }

  .events-images,
  .events-images_1 {
      height: 100%;
  }

  .propter {
      height: 226px;
  }
}

@media (max-width:767px) {
  .mobile-owl-sliders {
    display: inline-block;
    /* gap: 24px; */
    /* margin-left: 20px; */
    width: 100%;
    overflow: hidden;
  }
  .mobile-owl-sliders .owl-carousel{
    margin-left: 20px;
  }
  .mobile-owl-sliders .owl-carousel .owl-stage{
    padding-left: 0 !important;
  }
  #owl-carousel-3 .owl-item {
    max-width: 238px;
    width: 238px !important;
    min-width: 238px !important;
  }
  .mobile-owl-sliders img.propter {
    height: 179.19px;
    max-width: 238px;
    object-fit: cover;
  }
  .mobile-owl-sliders .custom-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 24px;
    margin-top: 22px;
  }
  .mobile-owl-sliders .custom-nav button{
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 0 !important;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-owl-sliders .custom-nav button.disabled{
    opacity: .3;
  }
  .mobile-owl-sliders .custom-nav button.owl-prev{
    transform: rotate(180deg);
  }
  .propter {
      height: 226px;
      object-fit: cover;
      border-radius: 8px;
  }

  .nav-btns {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 24px;
      padding-top: 32px;
  }

  .prev-btn-1,
  .next-btn-1 {
      width: 40px;
      height: 40px;
  }

  .prev-btn-1:hover,
  .next-btn-1:hover {
      opacity: 0.5;
      cursor: pointer;
  }
  .event-content-img img {
    border-radius: 12px 12px 0 0;
    max-height: 297px;
    object-fit: cover;
  }
  .event_div_content:nth-child(even) .events_detail_content {
    border-radius: 0 0 12px 12px;
  }
  .event_div_content:nth-child(even) {
    flex-direction: column;
  }
  .event_div_content:nth-child(even) .event-content-img img {
    border-radius: 12px 12px 0 0;
  }
  .conclave-heading {
      font-size: 14px;
      line-height: 14px;
      margin-bottom: 8px;
      letter-spacing: 1.68px;
  }

  .lower_print_div {
      gap: 24px;
  }

  .event_div_content {
      flex-direction: column;
  }

  .event_div_content_1 {
      flex-direction: column;
  }

  .event_div_content,
  .event_div_content_1 {
      padding-bottom: 0;
  }

  .tabs-lower-section {
      padding-top: 24px;
  }

  .learn-more-btn {
      font-size: 12px;
      line-height: 20px;
      padding: 8px 24px 8px 24px;
      height: auto;
      letter-spacing: -0.5px;
      max-width: 106px;
  }
  .tabs-lower-section{
    padding-bottom: 40px;
  }
  .glimpse-heading {
      font-size: 28px;
      line-height: 40px;
  }

  .events_date {
      font-size: 14px;
      line-height: 20px;
  }
  .event_timings {
    padding-bottom: 16px;
  }
  /* .load-more-btn {
      display: none;
  } */

  .thriving-changes {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 0;
  }

  .owl-sliders-1 {
      display: none;
  }


  .event_a {
      padding-bottom: 12px;
  }

  .event_tl_l {
      padding-top: 12px;
  }

  .event_tl_2 {
      padding-top: 8px;
  }

  .tabs {
      padding-top: 30px;
      margin-bottom: 0px;
  }


  .events-images,
  .events-images_1 {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 12px;
      width: 100%;
  }

  .events_section h1 {
      font-size: 32px;
      line-height: 40px;
  }

  .events-xplore {
      font-size: 18px;
      line-height: 26px;
      margin: 0;
  }

  .events_section {
      height: 100%;
      padding-top: 72px;
  }

  .tab {
      font-size: 20px;
      padding-top: 0px;
  }

  .events_detail_content {
      border-top-right-radius: 0px;
      border-bottom-left-radius: 12px;
      padding: 20px;
  }

  .events_detail_content_1 {
      border-top-left-radius: 0px;
      border-bottom-right-radius: 12px;
      padding: 20px;
  }
}

.img-marquee-event{
  padding-bottom: 80px;
}
.img-marquee-event .marquee1 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}

.img-marquee-event .marquee__inner-wrap {
  height: 100%;
  width: 100%;
  display: flex;
}

.img-marquee-event .marquee__img {
  width: 526px;
  margin-right: 24px;
  height: 396px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-marquee-event .marquee__inner {
  display: flex;
  width: max-content; /* To fit all images */
  align-items: center;
  animation: marquee 50s linear infinite;
  cursor: pointer;
}
/* .marquee2:hover .marquee__inner1{
  animation-play-state: paused;
} */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.img-marquee-event .marquee2 {
  width: 100%;
  overflow: hidden;
  /* margin-bottom: 24px; */
}

.img-marquee-event .marquee__inner-wrap1 {
  height: 100%;
  width: 100%;
  display: flex;
  cursor: pointer;
  justify-content: end;
}

.img-marquee-event .marquee__img1 {
  width: 526px;
  margin-right: 24px;
  height: 396px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-marquee-event .marquee__inner1 {
  display: flex;
  width: max-content; 
  align-items: center;
  animation: marquee1 50s linear infinite;
}

/* .marquee1:hover .marquee__inner {
  animation-play-state: paused;
} */
@keyframes marquee1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

@media (max-width:767px){
  .img-marquee-event{
    padding-bottom: 40px;
  }
  .marquee1, .marquee2{
    display: none;
  }
  .nav-btns {
    display: none;
  }
  .map_section {
    background: #121212;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .img-marquee-event .glimpse-heading{
    padding-top: 40px;
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 32px;
  }
  .img-marquee-event{
    padding-bottom: 40px;
  }
  .events_section .tab {
    font-size: 20px;
    line-height: 24px;
  }
  .events_section .tabs{
    padding-top: 0;
  }
  .events_section .tab {
    padding: 30px 15px 26px 15px;
  }
}