/* Contents of 'var.css' file, if applicable */
/* Add variable definitions here, if used in the SCSS code */

.tour__ban__con {
  position: relative;
  height: 50vh;
}

.tour__ban__con .tour__banner::after {
  content: '';
  inset: 0;
  position: absolute;
  background-color: rgba(27, 27, 27, 0.404);
  z-index: 2;
}

.tour__ban__con video {
  z-index: -1;
}

.banner__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}

.banner__text h2 {
  color: #ffffff;
  font-size: 36px;
}

.banner__text p {
  color: #ffffff;
  font-size: 20px;
}

.banner__text ul li {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}

.banner__text ul li span {
  padding-left: 10px;
  font-weight: 400;
}

.ban__border {
  position: absolute;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.ban__border img {
  filter: grayscale(0%);
}
