/* CSS Document */


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

.section--holiday2025{ background-image: url('../images/campaign/holiday_time2025/bg_holidaytime_room.webp'); background-repeat: no-repeat; background-position: top center; background-size: cover; width: 100%;  margin-bottom: 50px; position: relative; padding-bottom: 100px;overflow-x: hidden; }
.section--holiday2025::after{ content: ''; position: absolute; top: 0; left: 0; background: linear-gradient(180deg,rgba(23, 36, 27, 1) 0%, rgba(23, 36, 27, 0) 100%); width: 100%; height: 100%; }

.section--holiday2025 .container{ position: relative; z-index: 9; padding-top: 100px; }

.holiday2025--logo{ max-width: 600px; margin: 0 auto 20px; }
.holiday2025-intro p{ max-width: 480px; margin: 0 auto 20px; text-align: center; font-size: 18px; font-weight: 500; color: var(--white); }

.visualstories.holiday--slide{ max-width: 860px; margin: 0 auto; }
/* .visualstories.holiday--slide .swiper-wrapper{ justify-content: center; } */


@media (max-width: 767px){

  .section--holiday2025{ height: auto; }
  /* .visualstories.holiday--slide .swiper-wrapper{ justify-content: flex-start; } */

}

.imgtree{ position: absolute; bottom: 0; }
.tree-left{ left: -150px; }
.tree-right{ right: -150px; }


@media (max-width: 1199px) {

  .tree-left{ left: -250px; }
  .tree-right{ right: -250px; }

}
@media (max-width: 991px) {

  .tree-left{ left: -350px; }
  .tree-right{ right: -350px; }

}
@media (max-width: 576px) {

  .imgtree img{ max-width: 500px; }
  .tree-left{ left: 50%; transform: translateX(-50%); }
  .tree-right{ display: none; }

}



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


.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}
.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #0da059;
  box-shadow: 0px 4.6666666667px 24px 3px #0da059;
  -webkit-animation-name: flash-1;
          animation-name: flash-1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.lightrope li:nth-child(2n+1) {
  background: rgb(205, 202, 3);
  box-shadow: 0px 4.6666666667px 24px 3px rgba(205, 202, 3, 0.5);
  -webkit-animation-name: flash-2;
          animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.lightrope li:nth-child(4n+2) {
  background: #f70000;
  box-shadow: 0px 4.6666666667px 24px 3px #f70000;
  -webkit-animation-name: flash-3;
          animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.lightrope li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.3333333333px;
  border-radius: 3px;
  top: -4.6666666667px;
  left: 1px;
}
.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.6666666667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}
.lightrope li:last-child:after {
  content: none;
}
.lightrope li:first-child {
  margin-left: -40px;
}

@-webkit-keyframes flash-1 {
  0%, 100% {
    background: #0da059;
    box-shadow: 0px 4.6666666667px 24px 3px #0da059;
  }
  50% {
    background: rgba(59, 223, 8, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(59, 223, 8, 0.2);
  }
}

@keyframes flash-1 {
  0%, 100% {
    background: #0da059;
    box-shadow: 0px 4.6666666667px 24px 3px #0da059;
  }
  50% {
    background: rgba(59, 223, 8, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(59, 223, 8, 0.2);
  }
}
@-webkit-keyframes flash-2 {
  0%, 100% {
    background: rgb(205, 202, 3);
    box-shadow: 0px 4.6666666667px 24px 3px rgb(205, 202, 3);
  }
  50% {
    background: rgba(205, 202, 3, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(205, 202, 3, 0.2);
  }
}
@keyframes flash-2 {
  0%, 100% {
    background: rgb(205, 202, 3);
    box-shadow: 0px 4.6666666667px 24px 3px rgb(205, 202, 3);
  }
  50% {
    background: rgba(205, 202, 3, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(205, 202, 3, 0.2);
  }
}
@-webkit-keyframes flash-3 {
  0%, 100% {
    background: #f70000;
    box-shadow: 0px 4.6666666667px 24px 3px #f70000;
  }
  50% {
    background: rgba(247, 0, 45, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 45, 0.2);
  }
}
@keyframes flash-3 {
  0%, 100% {
    background: #f70000;
    box-shadow: 0px 4.6666666667px 24px 3px #f70000;
  }
  50% {
    background: rgba(247, 0, 45, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(v, 0.2);
  }
}

