@media screen and (max-width: 768px) {
  /* header */
  .bg_evRoom .main-text {
    font-size: 24px;
    line-height: normal;
    /* bottom: 66%; */
  }

  .bg_evRoom .logo {
    bottom: 80%;
  }

  .bg_evRoom .swiper-slide video {
    height: 100vh;
  }

  .bg_evRoom .swiper-button-prev,
  .bg_evRoom .swiper-button-next {
    display: none;
  }

  .bg_evRoom .tab-img {
    display: none;
  }

  .bg_evRoom .tab-img.active {
    display: block;
  }

  .bg_evRoom .swiper-pagination {
    display: block;
    /* Show the pagination container */
    position: absolute;
    bottom: 3rem !important;
    /* Adjust positioning to not overlap your tabs */
    left: 0;
    width: 100%;
  }

  /* Style for the inactive dots */
  .bg_evRoom .swiper-pagination-bullet {
    background-color: transparent;
    /* White, but semi-transparent */
    opacity: 0.6;
    transition: opacity 0.3s, background-color 0.3s;
    border: 1px solid #ffffff;
  }

  /* Style for the ACTIVE dot */
  .bg_evRoom .swiper-pagination-bullet-active {
    background-color: #00ff8c;
    /* Your specified active color */
    opacity: 1;
    border: 0px;
    /* Make it fully opaque */
  }

  .bg_evRoom .custom-pagination {
    gap: 0;
  }

  /* slides */
  .bg_evRoom .scrolling-text-desktop {
    display: none;
  }

  .bg_evRoom .scrolling-text-mobile {
    display: block;
  }

  .bg_evRoom .horizontal-scroll-container {
    height: auto;
  }

  .bg_evRoom .infinite-text-row {
    position: relative;
    height: 100px;
  }

  #scroll-section {
    padding: 2rem 0 0 0;
  }

  .bg_evRoom .cards-container {
    position: relative;
    padding: 0 0 0 2rem;
    top: 20px;
    height: auto;
  }

  .bg_evRoom .card {
    width: 300px;
  }

  .bg_evRoom .card-img {
    width: 100%;
  }

  .bg_evRoom .card-title {
    font-size: 1rem;
  }

  /* form */
  #kia-section {
    padding: 175px 20px 0 20px;
  }

  .bg_evRoom .form-container {
    grid-template-columns: unset;
  }

  .bg_evRoom .form-column {
    padding: 20px;
  }

  .bg_evRoom .image-column {
    width: 100%;
    margin-left: auto;
    top: -150px;
    padding: 0 20px;
    height: 70px;
  }

  .bg_evRoom .submit-button {
    padding: 18px 20px 18px 35px;
    line-height: 1.3;
  }

  .bg_evRoom .submit-button::before {
    left: -5px;
  }

  /* white bloc */
  .bg_evRoom .txt-section {
    height: 660px;
  }
  .bg_evRoom .half-white {
    width: 80%;
    height: 45px;
    margin-top: 45px;
  }

  .bg_evRoom .full-white {
    height: 45px;
  }

  .bg_evRoom .txt-img-groupe {
    flex-direction: column;
    padding: 0 25px;
  }

  .bg_evRoom .txt-img {
    height: 280px;
    margin-left: -15%;
    width: 115%;
  }

  .bg_evRoom .txt-bloc {
    width: 100%;
    padding: 40px 0 0 0;
  }

  .bg_evRoom .ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .bg_evRoom .txt-main {
    font-size: 20px;
    line-height: 24px;
  }

  /* footer */
  .bg_evRoom footer {
    padding: 40px 30px;
  }

  .bg_evRoom .ml {
    text-align: center;
    font-size: 10px;
    line-height: 15px;
  }

  .bg_evRoom .score {
    padding: 20px 0;
  }

  .bg_evRoom .links {
    flex-direction: column;
  }

  .bg_evRoom .rs {
    text-align: left;
    font-size: 9px;
    margin: 20px 0;
  }

  .bg_evRoom .confirm-bg {
    padding: 40px 0;
  }
  .bg_evRoom .cfm-logo {
    margin-bottom: 20px;
  }
  .bg_evRoom .QR {
    display: none;
  }

  .bg_evRoom .QR-mobile {
    display: block;
  }

  .bg_evRoom .cfm-container {
    width: 100%;
    align-items: center;
    height: auto;
  }
  .bg_evRoom .cfm-ttl {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .bg_evRoom .cfm-txt {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .bg_evRoom .cfm-footer-container .links {
    justify-content: center;
    align-items: center;
  }
  .bg_evRoom .cfm-footer-container .rs {
    text-align: center;
  }

  .bg_evRoom .image-parallax-container {
    padding-top: 66.67% !important;
  }
}
