@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700&display=swap&subset=chinese-traditional");
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: #161616 !important;
  font-family: "Poppins", Arial, "Noto Sans TC", "微軟正黑體",
    "Microsoft JhengHei", "蘋果儷中黑", "Apple LiGothic Medium", sans-serif,
    "0xe804";
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Arial", serif;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  background-size: cover;
  position: relative;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 0.9;
  color: #f8f8f8;
}
p {
  margin: 0;
  color: #f8f8f8;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
  color: #f8f8f8;
}

.container {
  width: 85%;
  margin: 0 auto 3rem auto;
}


@media screen and (max-width: 767.98px) {
  .container {
    width: 90% !important;
    margin: 0 auto 3rem auto;
  }
}

@media screen and (min-width: 629px) and (max-width: 763px) {
  .container {
    width: 90% !important;
  }
}

@media screen and (max-width: 575.98px) {
  .container {
    width: 95% !important;
    margin: 0 auto 3rem auto;
  }
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 640px !important;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 750px !important;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 860px !important;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}

header {
  position: sticky;
  width: 100%;
  text-align: center;
  color: #f8f8f8;
  z-index: 999;
}

nav.navbar {
  height: 70px;
  padding: 0px;
  display: flex;
  justify-content: center;
  /* justify-content: space-between; */
  align-items: center;
  z-index: 99;
}
@media screen and (min-width: 575.98px) {
  nav.navbar {
    height: 80px;
  }
}

.navbar-brand img {
  width: 70px;
  height: auto;
}

@media screen and (max-width: 575.98px) {
  .navbar-brand img {
    width: 60px;
    /* height: auto;
    margin-left: 1rem; */
  } 
  /* .shopping-icon {
    margin-right: 1rem;
  } */
}

@media screen and (min-width: 575.98px) {
  .navbar .navbar-brand {
    position: relative;
    left: auto;  
    transform: none; 
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */
  }
  /* .shopping-icon {
    position: absolute;
    right: 1rem;
  } */
}

nav.bg-dark {
  background-color: #252525 !important;
}

a.nav-link {
  color: #f8f8f8;
}

/* nav a.shopping-icon {
  color: #deb480 !important;
}
nav a.shopping-icon:hover {
  color: #f8f8f8 !important;
}
@media screen and (min-width: 575.98px) {
  a.shopping-icon {
    margin-right: 3rem;
  }
} */

nav.bg-light.scrolled {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

#exampleModal .modal-footer {
  justify-content: center;
  border-color: transparent;
}

.scrollToAbout {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* z-index: 999; */
}
@media screen and (min-width: 575.98px) {
  .scrollToAbout {
    top: 95%;
  }
}

.scrollToAbout .fa-chevron-down {
  color: #f8f8f8;
}

.fa-shadow {
  filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 0.3));
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

.fa-chevron-down {
  animation: float 2s infinite;
}

video.artist-video {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 45vh;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  border: 2px solid #deb480;
  background-size: cover;
  object-fit: cover;
  z-index: 2;
}

video.environment-video{max-width:70%;height: auto;border-radius: 8px;border: 2px solid #deb480;}
@media screen and (max-width: 767.98px) {
  video.environment-video{
    max-width: 100%;
  }
}

.swiper {
  width: 100%;
  position: relative;
  margin-top: 70px;
  height: 240px;
}

@media screen and (min-width: 420px) {
  video.artist-video {
    max-height: 30vh;
  }
  .swiper {
    height: 260px;
    margin-top: 75px;
  }
}

@media screen and (min-width: 490px) {
  video.artist-video {
    max-height: 25vh;
  }
  .swiper {
    height: 230px;
    margin-top: 68px;
  }
}

@media screen and (min-width: 575.98px) {
  video.artist-video {
    max-height: 45vh;
  }
  .swiper {
    margin-top: 40px;
    height: 400px;
  }
}

@media screen and (min-width: 767.98px) {
  .swiper {
    margin-top: 70px;
    height: 50vh;
  }
}

@media screen and (min-width: 1199.98px) {
  .swiper {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1399.98px) {
  video.artist-video {
    max-height: 45vh;
  }
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  color: #deb480;
  z-index: 10;
  margin-top: 0px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  color: #deb480;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #deb480;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.winnie-service-item img {
  border-radius: 8px;
}

.image-wrapper {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #deb480;
}

.image-wrapper img {
  display: block;
  width: 100%;
  filter: brightness(0.4);
}

.footer-info {
  color: #f8f8f8;
}

.overlay-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.overlay-container img {
  display: block;
}

/* .overlay-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(222, 180, 128, 0.7) 0%,
    rgba(222, 180, 128, 0.2) 50%,
    rgba(222, 180, 128, 0) 100%
  );
  pointer-events: none;
  border-radius: 20px;
} */
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f8f8f8;
  font-size: 1.15rem;
  /* font-weight: bold; */
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  z-index: 99;
}

@media screen and (min-width: 575.98px) {
  .overlay-text {
    bottom: 10px;
    font-size: 1.5rem;
    
  }
}

.carousel {
  background: #161616;
  max-width: 300px;
  margin: 0 auto;
}
.carousel-cell {
  width: 100%;
  height: 300px;
  margin-right: 10px;
  border-radius: 5px;
}

@media screen and (min-width: 991.98px) {
  .carousel {
    max-width: 900px;
  }
  .carousel-cell {
    width: 33.33%;
  }
}

#treasure .card {
  background-color: #252525;
  border-radius: 10px;
  color: #f8f8f8;
  font-weight: bolder;
}
#treasure .card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#treasure .btn {
  background-color: #deb480;
  padding: 10px 50px;
  border: none;
  border-radius: 5px;
}

.winnie-title {
  color: #deb480;
}
p.subtitle {
  color: #f8f8f8;
}

@media screen and (min-width: 991.98px) and (max-width: 1399.98px) {
  #treasure .row {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

#play img {
  border-radius: 20px;
  border: 1px solid #deb480;
}
button.see-more {
  border: none;
  background-color: #252525;
  color: #f8f8f8;
  padding: 10px 50px;
  border-radius: 10px;
  font-weight: bolder;
}

#movie .mySwiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 600px;
}

#movie .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 600px;
}

#movie .swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-pagination-bullet-active {
  background: #161616 !important;
}

.container .row .bck-color {
  background-color: #252525;
  border-radius: 20px;
  text-align: center;
}

/* .container .row .bck-color1{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  border: 2px solid #deb480;
  filter: brightness(0.8);
} */

.container .row .bck-color1 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  text-align: center;
  /* text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); */
  border: 2px solid #deb480;
  overflow: hidden;
}

.container .row .bck-color1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(0.2);
  z-index: 1;
}

.container .row .bck-color1 > * {
  position: relative;
  z-index: 2;
}

.container img.winnie-icon {
  width: 50px;
}
.container .row .winnie-service-item {
  color: #deb480 !important;
  letter-spacing: 3px;
}
.container .row .winnie-service-item1 {
  color: #f8f8f8 !important;
  letter-spacing: 3px;
}

.container .winnie-letter-spacing {
  letter-spacing: 8px !important;
  margin-bottom: 0.5rem;
}

.singer-container img {
  transition: transform 0.5s;
  z-index: 0;
}

.singer-container .wrap-photo {
  overflow: hidden;
  position: relative;
}
.photo-description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}

@media screen and (min-width: 991.98px) {
  .wrap-photo:hover .photo-description {
    opacity: 1;
  }
  .singer-container img:hover {
    transform: scale(1.15);
  }
}

/* .artist-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

.wrap-photo:hover .artist-overlay {
  opacity: 1;
} */

.fa-brands {
  color: #f8f8f8;
}

.service-items .service-item{background-color: #252525;color: #deb480;border: 2px solid #deb480;border-radius: 8px;}
.service-item {
  text-align: center;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 150px;
}
.service-item img {
  object-fit: cover;
}

.service-item p{color: #F8F8F8;letter-spacing: .8px;}

@media screen and (min-width: 767.98px) {
.service-items .row .col-md-4 {width: 25%;}
}

/* .swiper-slide {
  position: relative;
}
.video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
} */


.video-placeholder img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 45vh;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  background-size: cover;
  object-fit: cover;
  overflow: hidden;
  z-index: 1;
}

@media screen and (min-width: 420px) {
  .video-placeholder img {
    max-height: 30vh;
  }
}

@media screen and (min-width: 490px) {
  .video-placeholder img {
    max-height: 25vh;
  }
}

@media screen and (min-width: 575.98px) {
  .video-placeholder img {
    max-height: 45vh;
  }
}

@media screen and (min-width: 1399.98px) {
  .video-placeholder img {
    max-height: 45vh;
  }
}

/* test */

.video-wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 400px;
  height: 50vw;
  margin: 15px auto 10px auto;
  border-radius: 8px;
  border: 2px solid #deb480;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-wrapper .video{
  position: absolute;
  left: 0 ;
  right: 0 ;
  top: -25%;
  width: 100%;
  max-width: 1500px;
  height: 150%;
  margin-top: auto;
  pointer-events: none;
}

@media screen and (min-width: 420px) {
  .video-wrapper {
    max-height: 396px;
    height: 50vw;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 490px) {
  .video-wrapper {
    max-height: 400px;
    height: 40vw;
  }
}

@media screen and (min-width: 575.98px) {
  .video-wrapper {
    max-height: 380px;
    height: 45vw;
  }
}

@media screen and (min-width: 767.98px) {
  .video-wrapper {
    max-height: 500px;
    height: 40vw;
  }
}

@media screen and (min-width: 991.98px) {
  .video-wrapper {
    max-height: 450px;
    height: 40vw;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 991.98px) {
  .video-wrapper {
    max-height: 320px;
    height: 40vw;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1199.98px) {
  .video-wrapper {
    max-height: 450px;
    height: 40vw;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1399.98px) {
  .video-wrapper {
    max-height: 545px;
    height: 40vw;

  }
}

#video {
  pointer-events: none;
}

