﻿.wsb-container {
    position: relative;
    text-align: center;
}

.wsb-container .w {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 90%;
    max-width: 800px;
    text-transform: uppercase;
}

.wsb-container .w span {
    opacity: 0;
    display: inline-block;
}

.wsb-container.ws .w span {
    animation: flipInY 2s 0.5s both;
    opacity: 1;
    min-width: 0.5em;
}

.wsb-container .w1 {
    font-size: 36px;
    font-weight: bolder;
}

.wsb-container .w2 {
    letter-spacing: 5px;
    font-size: 14px;
}

.wsb-container .w3 {
    font-size: 18px;
    margin-top: 1em;
}

.wsb-container .detail .w3 {
    display: none;
}

.wsb-container.detail img {
    max-height: 300px !important;
}

.wsb-container img {
    height: 40vh !important;
    max-height: 500px !important;
    width: 100% !important;
    object-fit: cover !important;
    filter: brightness(0.8) saturate(1.5);
    transform:scale(1.05);
}
.wsb-container.ws img {
  transform:scale(1);
  transition:2s;
}

@media(max-width:768px) {
  .wsb-container img {
      height: 30vh !important;
  }
  .wsb-container .w {
      margin-top: 8vw;
  }

  .wsb-container .w3 {
      display: none;
  }
}
@keyframes r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wd-20221214220729 {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.wd-20221214220729 {
  animation:r 30s linear infinite;
}
.wd-20221214220729 span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color:var(--cc);
  color:#fff;
}
.wd-20221214221508 {
  display:flex;
  justify-content:center;
  align-items:center;
  width: 10vw;
  height: 10vw;
  position: absolute;
  bottom:20px;
  left:20px;
  border-radius: 500vw;
  z-index:100;
}
.wd-20221214221508 svg {
  width:5vw;
  height:5vw;
}
.wd-20221214221508 svg path {
  fill:var(--cc);
  fill:#fff;
}
.wd-scroll-container {
  width:100000vw;
  position:relative;
}
.wd-scroll-wrapper {
  display:flex;
  width:max-content;
}
.wd-overflow-hidden {
  overflow:hidden;
  width:100%;
  position:relative;
}