body {
  cursor: url("data:image/svg+xml,%3Csvg height='12' width='12' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%23e0e0e0' r='4'/%3E%3C/svg%3E")
      3 3,
    auto;
  position: relative;
}

body .swiper_timeline_scroll::-webkit-scrollbar {
  width: 3px;
}

body .swiper_timeline_scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body .swiper_timeline_scroll::-webkit-scrollbar-thumb {
  background-color: #BEB441;
  /* background-color: red;
    outline: 3px solid red; */
}

/* * {
    cursor: none;
} */

.cursor {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  transform: translate(
    calc(var(--x) - 45px / 2),
    calc(var(--y) - 45px / 2)
  );
  /* transition-duration: 125ms;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-property: width, height, transform; */
  transition: 150ms width cubic-bezier(0.39, 0.575, 0.565, 1),
    150ms height cubic-bezier(0.39, 0.575, 0.565, 1),
    150ms transform cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 999;
  pointer-events: none;
  will-change: transform;
}

@media (pointer: fine) {
  .cursor {
    display: block;
  }
}

.cursor::after {
  z-index: 999;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--radius);
  border: 2px solid #b76431;
  opacity: var(--scale);
  -webkit-transform: scale(var(--scale));
  transform: scale(var(--scale));
  transition: 300ms opacity cubic-bezier(0.39, 0.575, 0.565, 1),
    300ms transform cubic-bezier(0.39, 0.575, 0.565, 1),
    150ms border-radius cubic-bezier(0.39, 0.575, 0.565, 1);
}

.timeline-button-next,
.timeline-button-prev {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.timeline-dates .swiper-slide:after,
.timeline-dates .swiper-slide div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/************************************************************

	Wrapper

*************************************************************/

.wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.body-content {
  margin: 50px;
}

h4 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  text-transform: capitalize;
}

h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

p {
  color: #bfa9f0;
  font-size: 13px;
}

/************************************************************

	Timeline

*************************************************************/

.timeline {
  padding: 0 2rem;
  position: relative;
  max-width: 95.5%;
  width: 100%;
  margin: 0 auto;
}

body .timeline-dates {
  /* padding-bottom: .5rem; */
  box-sizing: border-box;
  /* margin-top: 38px; */
  margin: 3rem auto 3.5rem;
  padding-top: 15px;
  /* padding-bottom: 0px; */
  /* padding-top: 2em;
    /*margin-left: 29.375em;
    margin-right: 29.375em;*/
}

.timeline-dates .swiper-slide {
  color: #fff;
  cursor: pointer;
  font-family: "Times New Roman", serif;
  font-weight: bold;
  font-style: italic;
  min-height: 37px;
  width: auto;
  height: 100%;
  text-align: center;
}

.timeline-dates .swiper-slide div {
  font-family: Roboto;
  letter-spacing: 1.2px;
  font-size: 1.875em;
  line-height: 0.067em;
  opacity: 1;
  top: 2.2em;
  color: #BEB441;
  position: relative;
  font-style: normal;
}

.timeline-dates .swiper-slide-active div {
  font-family: Roboto;
  letter-spacing: 1.2px;
  color: #ffffff;
  font-size: 1.875em;
  line-height: 0.067em;
  opacity: 1;
  top: 2.2em;
  font-style: normal;
}

.timeline-dates.swiper-container:after {
  /* content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 40px;
    bottom: .3rem;
    opacity: .5;
    border-bottom: 2px solid #e39034; */
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 35%;
  /* bottom: .3rem; */
  opacity: 0.5;
  border-bottom: 2px solid #e39034;
}

.timeline-dates .swiper-slide:before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  bottom: 0;
  top: 20%;
  border: 1px solid #BEB441;
  border-radius: 50%;
  left: 50%;
  margin-right: 0;
  transform: translate(-50%, -55%);
  margin-top: 1.125em;
  background: #000000;
}

.timeline-dates .swiper-slide-active:before {
  background-color: #BEB441;
}

.timeline-contents {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

/* Arrows */

.timeline-buttons-container {
  position: absolute;
  top: 24px;
  /*
    right: 14.063em;
    left: 14.063em;*/
  right: 0em;
  left: 0em;
}

.timeline-button-next,
.timeline-button-prev {
  position: absolute;
  top: 50%;
  margin-top: 0;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 100px;
  opacity: 1;
  background: #BEB441;
  border: 0.5em solid #000;
  padding: 0.5em;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 2px #BEB441;
  transition: 0.3s ease;
}

.timeline-button-prev:after {
  /*content: '';
    position: absolute;
    top: 25%;    background: #BEB441;
    display: inline-block;
    width: 88.456em;
    height: 2px;
    margin-right: 1px;*/
}

.timeline-button-next {
  right: 2em;
}

.as-e {
  align-self: flex-end;
}

.swiper_time_container {
  /* margin-left: 2.438em; */
  margin-right: 6.438em;
}

.timeline-button-prev {
  left: 2em;
}

/* .timeline-button-next:hover,
.timeline-button-prev:hover {
    background-color: #fff;
}

.timeline-button-next:before,
.timeline-button-prev:before {
    font-family: "Ionicons";
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 52%;
    transform: translate(-50%, -50%);
    margin-right: -50%;
} */

/* .timeline-button-next:before {
    content: "\f10a";
    left: 53%;
} */

/* .timeline-button-prev:before {
    content: "\f107";
    left: 47%;
} */

.timeline-button-next:hover:before,
.timeline-button-prev:hover:before {
  color: #e39034;
}

.swipe_img_desc {
  font-size: 1.5em;
  font-family: Roboto;
  letter-spacing: 0.96px;
  color: #ffffff;
  line-height: 0.125em;
  text-align: center;
  margin-top: 1.292em;
  margin-bottom: 1em;
}

.c-p {
  cursor: pointer;
}

/* /// */

.pastexp-container {
  margin-top: 8em;
  margin-left: 0px;
  color: white;
  margin-right: 0px;
}

.pastexp-container::-webkit-scrollbar {
  display: none;
}

.pastexp-container::-webkit-scrollbar-track {
  display: none;
}

.pastexp-container::-webkit-scrollbar-thumb {
  display: none;
}

.pastexp-container  .first_page_image {
  background: url(../firework/pastexpbanner.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.pastexp-title {
  /* height: 39.375em; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pastexp-title-text {
  font-size: 6.25em;
  padding-top: 2.455em;
  padding-bottom: 2.365em;
  font-family: Oswald;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e0e0e0;
  color: #e0e0e0;
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #e0e0e0,
    #e0e0e0 50%,
    transparent 50%
  );
  background-size: 200% 100%;
  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 7s;
  /* background-position: 100%;
    transition: all 5s cubic-bezier(0.000, 0.000, 0.230, 1); */
}
@-webkit-keyframes MOVE-BG {
  from {
    background-position: 100%;
  }
  to {
    background-position: 0%;
  }
}
/* .visibleAnimation .pastexp-title-text {
    transition: all 5s cubic-bezier(0.000, 0.000, 0.230, 0.2);
    background-position: 0%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #E0E0E0
} */

.pastexp-type-container {
  padding-top: 2.125em;
  padding-bottom: 2.563em;
}

.pastexp-type-container {
  display: flex;
  justify-content: space-around;
  background-color: #181818;
}
.active .neromorphisum_circle {
  margin: auto;
  display: flex;
  height: 10.25em;
  width: 10.25em;
  justify-content: center;
  border-radius: 50%;
  background: #181818;
  box-shadow: inset 5px 5px 10px #0e0e0e, inset -5px -5px 10px #222222;
  /* border-radius: 50%;
  background: #181818;
  box-shadow: inset 9px 9px 16px #0c0c0c, inset -9px -9px 16px #242424; */
}

.neromorphisum_circle {
  margin: auto;
  display: flex;
  height: 10.25em;
  width: 10.25em;
  justify-content: center;
  border: #707070;
  border-radius: 50%;
  background-color: #181818;
  box-shadow: 9px 5px 11px #000000, -5px -5px 11px rgba(43, 43, 43);
}

input[type="radio"] {
  display: none;
}

/* input[type="radio"]:checked ~ .type_text { */
.active .type_text {
  text-align: center;
  text-decoration: underline;
  font-size: 1.625em;
  margin-top: 0.731em;
  line-height: 2.885em;
  letter-spacing: 1.3px;
  color: #BEB441;
}

.type_text {
  margin-top: 0.731em;
  text-align: center;
  font-family: Oswald;
  font-size: 1.625em;
  line-height: 2.885em;
  letter-spacing: 1.3px;
  color: #ffffff;
}

#functions_type {
  display: none;
}

#music_type {
  display: none;
}

#parties_type {
  display: none;
}

#film_type {
  display: none;
}

.first_type_container label {
  cursor: pointer !important;
}

.wedding_title {
  font-size: 5em;
  position: relative;
  font-family: Oswald;
  /* line-height: 0.250em; */
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #BEB441;
  color: #BEB441;
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #BEB441,
    #BEB441 50%,
    #000000 50%
  );
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 5s cubic-bezier(0, 0, 0.23, 1);
  margin-top: 1em;
}

.visibleAnimation.wedding_title {
  transition: all 5s cubic-bezier(0, 0, 0.23, 0.2);
  background-position: 0%;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #BEB441;
}

.as-fs {
  align-self: flex-start;
}

.wedding_title:after {
  content: "";
  max-width: 100%;
  width: 55.41%;
  height: 3px;
  margin-left: 0.681em;
  /* left: 3.406em; */
  position: absolute;
  top: 49%;
  /* bottom: .3rem; */
  opacity: 0.5;
  border-bottom: 2px solid #e39034;
}

.wedding_img1 {
  margin-top: 5em;
  box-shadow: -20px 20px 0px 0px #181818;
}

.wedding_desc {
  font-size: 1.5em;
  line-height: 1.875em;
  text-align: center;
  letter-spacing: 1.4px;
  color: #ffffff;
  margin-top: 1.854em;
  font-family: Roboto;
}

.pastexp_page_knowmore {
  display: flex;
  justify-content: center;
  margin-top: 1.813em;
}

.mt_img {
  margin-top: 5em;
}

.second_row {
  flex-direction: row-reverse;
}

.d-f {
  display: flex;
}

.a-c {
  align-items: center;
}

.f-c {
  flex-direction: column;
}

.j-c {
  justify-content: center;
}

.pastexp_page_loadmore {
  display: flex;
  justify-content: center;
  margin-top: 5.188em;
}

#film_row3 {
  display: none;
}

#film_row4 {
  display: none;
}

#parties_row3 {
  display: none;
}

#parties_row4 {
  display: none;
}

#music_row3 {
  display: none;
}

#music_row4 {
  display: none;
}

#wedding_row3 {
  display: none;
}

#wedding_row4 {
  display: none;
}

#functions_row3 {
  display: none;
}

#functions_row4 {
  display: none;
}

.pastexp_section4_box {
  max-width: 1710px;
  max-width: 89.85%;
  width: 100%;
  margin: 0 auto;
}

.more_events_title {
  font-size: 3.125em;
  line-height: 1.8em;
  letter-spacing: 0.2px;
  color: #BEB441;
  font-family: Oswald;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin: auto;
  margin-top: 2.64em;
}

.our_timeline_header {
  font-size: 3em;
  line-height: 1.333em;
  letter-spacing: 0.2px;
  color: #BEB441;
  font-family: Oswald;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: auto;
  margin-top: 2.333em;
}

.our_timeline_subtitle {
  font-size: 1.125em;
  font-family: Roboto;
  letter-spacing: 0.72px;
  color: #ffffff;
  line-height: 1.667em;
  max-width: 100%;
  width: 61%;
  text-align: center;
  margin: auto;
  margin-top: 1.778em;
}

.pastexp_swiper {
  /*margin-left: 0px;
    margin-right: 0px;*/
  /*height: 30.875em;*/
  /*width: 65%;*/
}

.swiper-slide {
  /*background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;*/
}

.our_effect_img {
  text-align: center;
}

.right_arrow {
  margin-left: 6.048em;
  width: 1.322em;
  height: 2.25em;
  margin-top: auto;
  margin-bottom: auto;
}

.left_arrow {
  margin-right: 6.048em;
  width: 1.322em;
  height: 2.25em;
  margin-top: auto;
  margin-bottom: auto;
}

#events_more_events {
  display: none;
}

.more_event_container .swiper-pagination,
.more_event_container2 .swiper-pagination,
.more_event_container3 .swiper-pagination,
.more_event_container4 .swiper-pagination {
  left: 50%;
  margin-top: 3.26em;
  z-index: 1;
}

.more_event_container,
.more_event_container2,
.more_event_container3,
.more_event_container4 {
  padding-bottom: 5.635em;
  margin-top: 2.221em;
}

.swiper_time_text {
  font-family: Oswald;
  font-size: 1.875em;
  line-height: 2.033em;
  color: #ffffff;
  white-space: nowrap;
}

.youtube_svg {
  position: absolute;
  bottom: 1.023em;
  right: 1.516em;
}

.timeline-button-prev .prev {
  color: #BEB441;
  font-size: 1.125em;
  font-family: Roboto;
  letter-spacing: 0.72px;
  line-height: 0.056em;
  top: 2.722em;
  right: 1em;
  position: relative;
}

.timeline-button-next .next {
  color: #BEB441;
  font-size: 1.125em;
  font-family: Roboto;
  letter-spacing: 0.72px;
  line-height: 0.056em;
  top: 2.722em;
  right: 1em;
  position: relative;
}

.swiper_timeline_scroll {
  height: 41.25em;
  overflow-y: scroll;
  padding-right: 6.438em;
}

.timeline_scroll_container {
  height: 40.438em;
  overflow-y: scroll;
  flex-direction: column;
  align-items: center;
}

.timeline_scroll_container::-webkit-scrollbar {
  display: none;
}

.timeline_scroll_container::-webkit-scrollbar-track {
  display: none;
}

.timeline_scroll_container::-webkit-scrollbar-thumb {
  display: none;
}

.timeline_image_container {
  position: relative;
}

.timeline_image_container:after {
  content: "";
  position: absolute;
  top: 0;
  right: -103px;
  display: inline-block;
  background: #BEB441;
  width: 1px;
  height: 40.438em;
  transition: 0.3s ease;
}

.swiper_slide_li {
  color: #BEB441;
  font-size: 1.5em;
  font-family: Roboto;
  letter-spacing: 0.72px;
  background-color: #181818;
  padding: 15px;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-left: 50px;
  margin-right: 90px;
}
.swiper_slide_li .subtitle {
  color: white;
  font-size: 0.7em;
  font-family: Roboto;
  letter-spacing: 0.72px;
}

@media (min-width: 1921px) {
  .ourEffects-container .first_page_image {
    background: url(../firework/pastexpbanner.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
  }
}
@media (max-width: 1440px) {
  .pastExpImgContainer {
    max-width: 90%;
  }
}

@media (max-width: 1024px) {
  .ourEffects-container .first_page_image {
    background: url(../firework/pastexpbanner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 834px) {
  body {
    background: #000000;
  }
  .first_equipment_img_circle img {
    transform: scale(0.6);
  }
  .pastexp-container {
    margin-top: 7.1em;
  }

  .pastexp-type-container {
    padding-top: 2.125em;
    padding-bottom: 0px;
  }
  .pastexp-title {
    /* height: 47.826em; */
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .pastexp-title-text {
    font-size: 4.5em;
    padding-top: 1.233em;
    padding-bottom: 9.5em;
    /* line-height: 1; */
    font-family: Oswald;
    margin-top: 1.233em;
    letter-spacing: 0.2px;
  }
  .pastexp-type-container {
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .pastexp-type-container::-webkit-scrollbar {
    display: none;
  }
  .pastexp-type-container::-webkit-scrollbar-track {
    display: none;
  }
  .pastexp-type-container::-webkit-scrollbar-thumb {
    display: none;
  }
  .first_type_container {
    margin-right: 2em;
    margin-left: 2em;
  }
  .first_type_container:last-child {
    padding-right: 2em;
  }
  .neromorphisum_circle {
    margin: auto;
    display: flex;
    height: 10em;
    width: 10em;
    justify-content: center;
    border: #707070;
    border-radius: 50%;
    background-color: #181818;
    box-shadow: 9px 5px 11px #000000, -5px -5px 11px rgba(43, 43, 43);
  }
  .active .neromorphisum_circle {
    margin: auto;
    display: flex;
    height: 10em;
    width: 10em;
    justify-content: center;
    border: #707070;
    border-radius: 50%;
    background: #181818;
    box-shadow: inset 5px 5px 10px #0e0e0e, inset -5px -5px 10px #222222;
    /* border-radius: 50%;
    background: #181818;
    box-shadow: inset 9px 9px 16px #0c0c0c, inset -9px -9px 16px #242424; */
  }
  .type_img {
    height: 4.754em;
    width: 5.45em;
    height: auto;
    width: auto;
    margin: auto;
  }
  .wedding_img1 {
    margin-top: 3.65em;
  }
  .wedding_desc {
    font-size: 1.9em;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 0.95px;
    color: #ffffff;
    margin-top: 1.395em;
    font-family: Roboto;
  }
  .pastexp_page_loadmore {
    display: flex;
    justify-content: center;
    margin-top: 2em;
  }
  .more_events_title {
    font-size: 3em;
    line-height: 1.333em;
    width: 73.5%;
    letter-spacing: 0.2px;
    color: #BEB441;
    font-family: Oswald;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: auto;
    margin-top: 2.333em;
  }
  .wedding_title {
    font-size: 4em;
    font-family: Oswald;
    line-height: 0.5em;
    letter-spacing: 2px;
    margin-top: 1em;
  }
  .wedding_title:after {
    content: "";
    /* max-width: 100%; */
    width: 0%;
    height: 3px;
    margin-left: 1.2em;
    /* left: 3.406em; */
    position: absolute;
    top: 35%;
    /* bottom: .3rem; */
    opacity: 0.5;
    border-bottom: 2px solid #e39034;
  }
  .active .type_text {
    margin-top: 0.731em;
    white-space: nowrap;
    text-align: center;
    text-decoration: underline;
    font-size: 1.8em;
    line-height: 4.167em;
    letter-spacing: 0.9px;
    color: #BEB441;
  }
  .type_text {
    margin-top: 0.731em;
    white-space: nowrap;
    text-align: center;
    font: Oswald;
    font-size: 1.8em;
    line-height: 4.167em;
    letter-spacing: 0.9px;
    color: #ffffff;
  }
  .mt_img {
    margin-top: 0em;
  }
  .pastexp_swiper .swiper-button-next,
  .pastexp_swiper2 .swiper-button-next,
  .pastexp_swiper3 .swiper-button-next,
  .pastexp_swiper4 .swiper-button-next {
    display: none;
  }
  .pastexp_swiper .swiper-button-prev,
  .pastexp_swiper .swiper-button-prev,
  .pastexp_swiper3 .swiper-button-prev,
  .pastexp_swiper4 .swiper-button-prev {
    display: none;
  }
  .pastexp_swiper,
  .pastexp_swiper2,
  .pastexp_swiper3,
  .pastexp_swiper4 {
    height: 22.25em;
    width: 100%;
  }
  .more_event_container .swiper-pagination,
  .more_event_container2 .swiper-pagination,
  .more_event_container3 .swiper-pagination,
  .more_event_container4 .swiper-pagination {
    left: 42%;
    margin-top: 3.635em;
  }
  .left_arrow {
    display: none;
  }
  .right_arrow {
    display: none;
  }
  .our_timeline_header {
    font-size: 3em;
    line-height: 1.333em;
    letter-spacing: 0.2px;
    color: #BEB441;
    font-family: Oswald;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: auto;
    margin-top: 1.933em;
  }
  .our_timeline_subtitle {
    font-size: 1.4em;
    font-family: Roboto;
    letter-spacing: 0.35px;
    color: #ffffff;
    line-height: 1.714em;
    max-width: 100%;
    width: 88%;
    text-align: center;
    margin: auto;
    margin-top: 1.143em;
    margin-bottom: 2em;
  }
  .timeline-contents {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body .timeline-dates {
    /* padding-bottom: .5rem; */
    box-sizing: border-box;
    margin: 0px;
    /* padding-bottom: 0px; */
  }
  .timeline-dates .swiper-slide:before {
    content: "";
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    bottom: 0;
    top: 33%;
    border: 1px solid #BEB441;
    border-radius: 50%;
    left: 50%;
    margin-right: 0;
    transform: translate(-50%, -75%);
    margin-top: 1.125em;
    background: #000000;
  }
  .timeline-dates.swiper-container:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 37%;
    /* bottom: .3rem; */
    opacity: 0.5;
    border-bottom: 2px solid #e39034;
  }
  .timeline-dates .swiper-slide-active:before {
    background-color: #BEB441;
  }
  .swiper_time_container {
    margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 2em;
  }
  .swiper_time_text {
    font-family: Oswald;
    font-size: 1em;
    line-height: 6.1em;
    color: #ffffff;
    margin-right: 0.7em;
    white-space: nowrap;
  }
  .youtube_svg {
    position: absolute;
    bottom: 0.9em;
    right: 1.029em;
    width: 1.826em;
  }
  .swipe_img_desc {
    letter-spacing: 0.56px;
    font-size: 1.4em;
    font-family: Roboto;
    color: #ffffff;
    line-height: 1.571em;
    text-align: center;
    margin-top: 1.429em;
  }
  .timeline_scroll_container {
    height: 32.438em;
    overflow-y: scroll;
    flex-direction: column;
  }
  .swiper_timeline_scroll {
    height: 3;
    overflow-y: scroll;
  }
  .timeline {
    padding: 0 1rem;
    position: relative;
    max-width: 95.5%;
    width: 100%;
    margin: 0 auto;
  }
  .timeline_image_container:after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    display: inline-block;
    background: #BEB441;
    width: 1px;
    height: 40.438em;
    transition: 0.3s ease;
  }
  body .swiper_timeline_scroll::-webkit-scrollbar {
    width: 2px;
  }
  .timeline-dates .swiper-slide-active div {
    font-family: Roboto;
    letter-spacing: 0.72px;
    color: #ffffff;
    font-size: 1.8em;
    opacity: 1;
    top: 2.2em;
    font-style: normal;
  }
  .timeline-dates .swiper-slide div {
    font-family: Roboto;
    letter-spacing: 0.64px;
    font-size: 1.6em;
    opacity: 1;
    top: 2.4em;
    color: #BEB441;
    position: relative;
    font-style: normal;
  }
  .timeline-button-prev .prev {
    color: #BEB441;
    font-size: 1.2em;
    font-family: Roboto;
    letter-spacing: 0.48px;
    /* top: 2.722em; */
    top: -2.278em;
    right: 1em;
    position: relative;
  }
  .timeline-button-next .next {
    color: #BEB441;
    font-size: 1.2em;
    font-family: Roboto;
    letter-spacing: 0.48px;
    line-height: 0.056em;
    /* top: 2.722em; */
    top: -2.278em;
    right: 1em;
    position: relative;
  }
}

@media (max-width: 767px) {
  .timeline_scroll_container {
    height: 21.8em;
    overflow-y: scroll;
    flex-direction: column;
  }
  .swiper_timeline_scroll {
    height: 24em;
    overflow-y: scroll;
    padding-right: 1.6em;
  }
  .swiper-slide ul {
    padding-left: 2.4em;
  }
  .swiper_slide_li {
    color: #BEB441;
    font-size: 1.5em;
    font-family: Roboto;
    letter-spacing: 0.72px;
    background-color: #181818;
    padding: 1.5em;
    padding-left: 1.7em;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
  }
  .swiper_slide_li .subtitle {
    color: white;
    font-size: 0.7em;
    font-family: Roboto;
    letter-spacing: 0.72px;
    margin-top: 1em;
  }
}
@media (max-width: 768px) {
  .ourEffects-container .first_page_image {
    background: url(../firework/pastexpbanner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .pastexp-title-text {
    padding-top: 1.233em;
    padding-bottom: 5em;
    font-size: 4.5em;
    line-height: 1;
    font-family: Oswald;
    letter-spacing: 0.2px;
  }
  .pastExpImgContainer {
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  .pastexp-container .first_page_image {
    background: url(../firework/pastexpbanner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .pastexp-title-text {
    padding-top: 0;
    padding-bottom: 9.3em;
    font-size: 4.5em;
    font-family: Oswald;
    letter-spacing: 0.2px;
  }
}
