* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.landing_section2_desktop {
  width: 100%;
  height: 100vh;
  background-image: url("https://media.barsys.com/images/public/ReserveLandingImages/Bg_Landing2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}

.landing_banner_row {
  display: flex;
  flex-direction: row-reverse;
}

.banner_row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.img_section {
  width: 50%;
  position: relative;
}

.img_section img {
  border-radius: 16px;
}

.banner_content {
  /* width: 50%; */
  width: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.reserve_bar_landing .banner_content h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.reserve_bar_landing .banner_content p {
  /* width: 500px; */
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.img_section video {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 16px;
  object-position: center;
}

/* .play-button {
    position: absolute;
    width: var(--sp-7);
    height: var(--sp-7);
    inset-inline-end: var(--sp-2);
    inset-block-start: var(--sp-2);
    transition: var(--animation-short);
    transition-property: opacity, visibility;
    background-color: rgb(var(--color-background));
} */

.img_section {
  position: relative;
}

.img_section span.play-button {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  background-color: transparent;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button svg {
  width: 80px;
  height: 80px;
}

/* .testimonial_section {
  margin-top: 90px;
} */
.landing-testimonial .media picture.media {
  background-image: url("https://media.barsys.com/images/public/LandingPageImages/testimonial_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* 
.landing_banner .landing_banner_section {
  margin-bottom: 0px;
} */

.mixlist-landing .mixlist-slider-sec .splide__track {
  overflow: hidden;
}

.mixlist-landing .section--padding {
  margin-top: 80px;
}

.flickity-page-dots-imp-wrapper {
  position: absolute;
  bottom: 20%;
  left: 50%;
  z-index: 10;
}

.flickity-page-dots-imp {
  display: flex;
  gap: 8px;
}

.flickity-page-dot-imp {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cccccc;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.flickity-page-dot-imp.is-selected {
  background-color: #000000;
}

/* media query */
@media (max-width: 1600px) {
  .reserve_bar_landing .banner_content h1 {
    font-size: 38px;
  }

  .reserve_bar_landing .banner_content p {
    font-size: 24px;
  }
}

@media (max-width: 1500px) {
  .reserve_bar_landing .banner_content h1 {
    font-size: 30px;
  }

  .reserve_bar_landing .banner_content p {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .reserve_bar_landing .banner_content h1 {
    font-size: 28px;
  }

  .reserve_bar_landing .banner_content p {
    font-size: 18px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .reserve_bar_landing .banner_content h1 {
    font-size: 24px;
  }

  .reserve_bar_landing .banner_content p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .banner_row {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .img_section {
    width: 100%;
  }

  .banner_content {
    width: 100%;
  }

  .landing_banner_row {
    display: flex;
    flex-direction: column-reverse;
  }

  .reserve_bar_landing .banner_content h1 {
    font-size: 24px;
  }

  .reserve_bar_landing .banner_content p {
    font-size: 12px;
    width: 100%;
  }

  .video_landing_section {
    margin-top: 30px;
  }

  .landing_section2_desktop {
    background-image: url("https://media.barsys.com/images/public/ReserveLandingImages/Banner.Mobile.Mixlist.Landing.jpg");
    aspect-ratio: 2 / 2;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .landing-testimonial blockquote p {
    font-size: 16px;
  }

  .flickity-page-dots-imp-wrapper {
    left: 45%;
  }

  .landing-testimonial .flickity-page-dot-imp {
    width: 12px;
    height: 0px;
  }
}
