@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&family=Poetsen+One&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans HK", sans-serif;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

p {
  letter-spacing: 1px;
}

sup {
  font-weight: 300;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h3 {
  text-align: center;
  font-size: 24px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}

h5 {
  text-align: center;
  font-weight: 400;
  padding-top: 6px;
}

.hide {
  display: block;
}

.glamping4_wrapper {
  width: 1500px;
  margin: 0 auto;
}

.glamping4_banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}

.gear-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.gear2-container {
  display: flex;
  flex-wrap: wrap;
}

.glamping4_gear {
  margin-bottom: 100px;
}

.gear-item {
  width: 498px;
  padding: 2px;
}

.including_other {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.including_item {
  width: 370px;
}

.including_item h4 {
  margin: 10px 0;
}

.including_item p {
  width: 350px;
  font-weight: 300;
  height: 86px;
}

.including_group {
  display: flex;
  justify-content: space-evenly;
}

.including_group_daypass {
  display: flex;
  justify-content: center;
}

.including_item_daypass {
  width: 370px;
  margin: 0 4px;
}

.join_btn {
  width: 100%;
  text-align: center;
}

.join_btn img {
  width: 200px;
  transition: 0.3s;
}

.join_btn img:hover {
  transform: translatey(-3px);
  cursor: pointer;
}

.bigwrapper {
  width: 1500px;
  margin: 0 auto;
}

.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
}

.menu_logo {}

.menu_logo img {
  width: 100px;
  transition: 0.3s;
}

.menu_logo img:hover {
  transform: translatey(-3px);
  transition: all 0.3s;
  cursor: pointer;
}

.menu_icon img:hover {
  transform: translatey(-3px);
  transition: all 0.3s;
  cursor: pointer;
}

.menu {
  display: flex;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.5s ease;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.menu.scrolled {
  background-color: #c20f2ff0;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  padding-bottom: 20px;
}

.menu.scrolled .menu_icon span {
  color: white;
}

.menu.scrolled .menu_icon img,
.menu.scrolled .menu_logo img {
  filter: brightness(0) invert(1);
}

.menu.hidden {
  transform: translateY(-100%);
}

.menu ul {
  list-style: none;
  display: flex;
}

.menu ul li {
  margin: 20px 80px 0px;
  display: flex;
  align-items: center;
}

/* .menu_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
} */
.menu_icon img {
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  display: flex;
  margin: 0 auto 10px;
  transition: 0.3s;
}

.menu_icon span {
  color: #c20f2f;
  letter-spacing: 2px;
}

.big4_wrapper {
  width: 100%;
  /* background-color: #F7F7F7; */
}

.big4_main {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.big4_main_image {
  width: 200px;
  height: auto;
  padding: 0 10px;
  margin: 0 -270px;
}

.big4_main_image img {
  width: 100%;
  height: auto;
}

.big4_main_image p {
  font-weight: 400 !important;
}

.addition {
  width: 100%;
  height: auto;
  margin: 50px 0 30px;
  text-align: center;
}

.addition p {
  font-size: 16px;
  padding-top: 10px;
  font-weight: 300 !important;
  width: 800px;
  margin: 0 auto;
}

.addition_content {
  display: flex;
}

.addition_text {
  text-align: justify;
  width: 340px;
  margin: 0 30px;
}

.addition_text img {
  width: 40px;
  margin-bottom: 5px;
}

.addition_text h4 {
  font-size: 22px;
}

.addition_text p {
  width: 340px;
  /* text-align: left !important; */
  /* margin: 10px 0; */
}

.addition_photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.addition_photo img {
  width: 300px;
}

.addition_group {
  display: flex;
  justify-content: center;
}

.main_game {
  padding: 30px 0;
  width: 100%;
  height: auto;
  margin: 50px 0;
  text-align: center;
  background-color: #F7F7F7;
}

.bigcontent {
  width: 100%;
  height: auto;
  margin: 50px 0;
  text-align: center;
}

.bigcontent p {
  font-size: 16px;
  margin: 0 auto;
  width: 800px;
}

.bigcontent h3 {
  margin-bottom: 15px;
}

.main_game p {
  padding-bottom: 30px;
  padding-top: 20px;
  font-weight: 300 !important;
  /* width: 800px; */
  margin: 0 auto;
}

.showbig4 {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}

.showbig4_image {
  width: 200px;
  height: auto;
  padding: 0 10px;
  margin: 0 -300px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  opacity: 0.2;
}

.showbig4_image {
  width: 55%;
  text-align: center;
}

.showbig4_image.active {
  opacity: 1;
}

.showbig4_image img {
  width: 20%;
  height: auto;
}

.showbig4_image p {
  text-align: center !important;
  font-weight: 400 !important;
}

#showbigc_content p {
  width: 80%;
}

#showbiga_content,
#showbigb_content,
#showbigc_content,
#showbigd_content {
  display: none;
  margin: 30px auto;
  max-width: 1000px;
  transition: all 0.5s ease;
}

#showbiga_content.active,
#showbigb_content.active,
#showbigc_content.active,
#showbigd_content.active {
  display: block;
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#slideshow1 {
  width: 1500px;
  height: 375px;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
  cursor: grab;
  /* 顯示抓取游標 */
}

#slideshow1:active {
  cursor: grabbing;
  /* 拖動時顯示抓取中游標 */
}

#slideshow1 .slideshow-container {
  display: flex;
  width: max-content;
  transition: transform s ease;
  /* 平滑過渡效果 */
}

#slideshow1 img {
  width: 500px;
  height: 375px;
  object-fit: cover;
  display: block;
  user-select: none;
  /* 防止拖動時選中圖片 */
  -webkit-user-drag: none;
  /* 防止拖動時出現圖片預覽 */
}

.showbig4_photo {
  display: flex;
  flex-wrap: wrap;
}

.showbig4_photo img {
  width: 490px;
  height: auto;
  margin: 5px;
}

.limited_product {
  width: 700px;
  border: 0px solid #ddd;
  padding: 20px;
  border-radius: 0px;
  box-shadow: #000 0px 0px 0px 0px, #000 0px 0px 0px 0px;
  transition: opacity 0.3s ease;
  transition: 0.3s;
}

.limited_product:hover {
  border: 0px solid #ddd;
  border-radius: 10px;
  box-shadow: #000 0px 4px 16px -20px, #000 0px 2px 6px -3px;
  transform: translatey(-3px);
}

.limitededition {
  text-align: center;
  background-color: #F7F7F7;
  padding: 30px 100px;

}

.limitededition h3 {
  margin-bottom: 10px;
}

.limitededition p {
  font-size: 16px;
  font-weight: 200 !important;
  text-align: center;
  line-height: 30px;
  margin-bottom: 30px;
  color: #000;
}

.limited_product h4 {
  margin-bottom: 10px;
  color: #000;
}

.limited_product p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
}

.price {
  position: relative;
}

.price p {
  color: #c20f2f;
  font-weight: 400 !important;
}

.price img {
  position: absolute;
  top: -2px;
  left: 33%;
}

.limited_group {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.bobbyticket {
  margin: 100px;
  display: flex;
  justify-content: center;
}

.bobbyticket img {
  width: 500px;
  padding: 0 25px;
}

.bobbytext {
  width: 500px;
  padding: 0 25px;
}

.bobbytext h2 {
  font-size: 22px;
  margin-bottom: 4px;
}

.bobbytext p {
  font-weight: 300;
  margin-bottom: 16px;
}

.bobbytext li {
  font-weight: 300;
}

.bobbytext ul {
  margin-bottom: 16px;
}

.glamping_wrapper {
  width: 100%;
  height: auto;
  margin: 50px 0;
  text-align: center;
}

.glamping_wrapper h2 {
  margin: 25px 0;
}

.glamping_group {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}

.glamping_ticket {
  width: 900px;
  transition: 0.3s;
}

.glamping_ticket:hover {
  transform: translateY(-3px);
}

.datelocationwithtransport {
  display: flex;
  justify-content: center;
}

.datelocation {
  width: 460px;
  margin: 0 25px;
  display: flex;
  flex-direction: column;
}

.datelocation_content ul li {
  width: 700px;
  font-weight: 300;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 40px 0;
  line-height: 30px;
}

.datelocation_content ul li p {
  width: 400px;
  text-align: justify;
  line-height: 26px;
}

.datelocation_content ul li img {
  width: 24px;
  margin: 0 30px;
}

.datelocation_content th {
  width: 350px;
  text-align: right;

}

.datelocation_content td {
  width: 290px;
  text-align: left;
  font-weight: 300;
}

.datelocation_content sup {
  line-height: 0px;
}

--------------- .transport {
  width: 460px;
  margin: 0 25px;
  display: flex;
  flex-direction: column;
}

.transport_content ul li {
  width: 700px;
  font-weight: 300;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 40px 0;
  line-height: 30px;
}

.transport_content ul li p {
  width: 400px;
  text-align: justify;
  line-height: 26px;
}

.transport_content ul li img {
  width: 24px;
  margin: 0 30px;
}

.transport_content th {
  width: 350px;
  text-align: right;

}

.transport_content td {
  width: 290px;
  text-align: left;
  font-weight: 300;
}

.transport_content sup {
  line-height: 0px;
}

.transport {
  width: 460px;
}

.transport_1 {
  width: 410px;
  display: flex;
  margin: 10px auto;
}

.transport_1_content {
  width: 280px;
  text-align: justify;
  line-height: 22px;
  margin: 0 auto;
}

.transport_1_content p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
}

.transport_1_title {
  width: 110px;
  margin-top: -20px;
}

.transport_1_title h3 {
  font-size: 14px;
}

.button {
  border: none;
  color: white;
  width: 228px;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 14px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px dashed #5b3413;
}

.button1:hover {
  background-color: #5b3413;
  color: white;
}

.socialmedia {
  margin-top: 50px;
  width: 100%;
  height: 100px;
}

.socialmedia ul {
  display: flex;
  justify-content: center;
}

.socialmedia li {
  width: 40px;
  list-style: none;
  margin: 0 30px;
  transition: 0.3s;
}

.socialmedia li:hover {
  transform: translatey(-3px);
}

#btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 0px;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

ol,
ul {
  padding-left: 0rem !important;
}

.footer {
  background: #ffffff;
  color: #898989;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 50px;
}

@media (max-width: 1024px) {
  .glamping4_wrapper {
    width: 100%;
  }

  .gear-item {
    width: 338px;
  }

  .including_item {
    width: 24%;
  }

  .including_item p {
    width: 100%;
    font-weight: 300;
    height: 80px;
    font-size: 14px;
  }

  .bigwrapper {
    width: 100%;
    margin: 0 auto;

    #slideshow1 {
      width: 100%;
      height: auto;
    }

    .menu ul li {
      margin: 20px 30px 0px
    }

    .menu_logo img {
      width: 80%;
    }

    .menu_icon img {
      width: 50%;
    }

    .glamping_ticket {
      width: 100%;
    }

    .datelocation {
      width: 37%;
    }

    .datelocationwithtransport {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
    }

    .datelocation_content {
      width: 100%;
    }

    .showbig4 {
      width: 100%;
      height: auto;
      display: flex;
      margin-bottom: 50px;
      justify-content: space-evenly;
    }

    .showbig4_image img {
      width: 60%;
    }

    .showbig4_image {
      margin: 0 auto;
      padding: 0 0;
    }

    .main_game p {
      width: 90%;
    }

    .addition_group {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
    }

    .addition_content {
      display: flex;
      padding-bottom: 20px;
    }

    .addition_text {
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      align-items: center;
    }

    .addition_text img {
      margin-right: 10px;
    }

    .limited_group {
      display: flex;
      gap: 30px;
      flex-direction: column;
      align-items: center;
    }
  }

}

@media (max-width: 1000px) {
  .datelocation_content ul li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .price img {
    left: 34%;
  }

  .including_group_daypass {
    margin-top: 10px;
  }

  .including_item_daypass {
    width: 43%;
    margin: 0 4px;
  }

  .including_item_daypass p {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 8px;
  }

  .bigcontent p {
    margin: 0 auto;
    width: 80%;
  }

  .gear2-item {
    width: 50%;
  }

  .menu_icon img {
    width: 45%;
  }

  .showbig4_image {
    width: 200px;
  }

  .showbig4_image {
    margin: 0px -130px;
  }

  .showbig4_photo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bobbyticket img {
    width: 80%;
    /* height: 50%; */
    padding: 0;
  }

  .bobbyticket {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bobbytext h2 {
    text-align: center;
    margin: 20px;
  }

  .including_item p {
    height: 110px;
  }

  .addition p {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .price img {
    left: 26%;
  }

  .addition p {
    width: 80%;
  }

  .datelocation_content ul {
    padding-left: 2rem !important;
  }

  .transport_1 {
    width: 310px;
    display: flex;
    margin: 0px auto 20px;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .transport_1_content {
    width: 300px;
    text-align: justify;
    line-height: 22px;
    margin: 0 auto;
  }

  .transport_1_content p {
    font-weight: 300;
    letter-spacing: 1px;
  }

  .transport_1_title {
    width: 110px;
  }

  .transport_1_title h3 {
    margin: 0 7px;
    text-align: left;
    font-size: 14px;
  }

  .addition_group {
    margin-top: 10px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .gear-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }

  .gear-item {
    width: 44%;
  }

  .including_group {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .including_item {
    width: 44%;
  }

  h3 {
    margin: 0 auto;
    font-size: 20px;
    width: 80%;
  }

  .bigcontent h3 {
    width: 90%;
  }

  .menu_icon span {
    display: block;
    text-align: center;
  }

  .bigcontent p {
    width: 90%;
    margin: 0 auto;
  }

  .hide {
    display: none !important;
  }

  .showbig4_image img {
    width: 80% !important;
  }

  .menu ul li {
    margin: 20px 18px 0px !important;
  }

  .showbig4_image {
    margin: 0px 0px !important;
  }

  .showbig4_image p {
    font-size: 14px;
  }

  .menu_icon span {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .menu_icon img {
    width: 50px;
  }

  .menu_icon {
    width: 78px;
  }

  .showbig4_photo img {
    width: 100%;

    margin: 5px 0;
  }

  #showbigd_content sup {
    width: 80%;
    display: inline-block;
  }


  .datelocation {
    width: 100% !important;
  }

  .datelocationwithtransport {
    width: 100%;
  }

  .transport {
    width: 100% !important;
  }

  .bobbyticket {
    margin: 50px 0;
  }

  .limitededition {
    padding: 50px 0px;
  }

  .limited_product {
    width: 100%;
  }

  .bobbytext {
    width: 90%;
  }

  .addition_content {
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
  }

  .addition_photo img {
    width: 100%;
    padding-bottom: 10px;
  }
}

@media (max-width: 425px) {
  .price img {
    left: 18%;
  }

  .gear-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }

  .gear-item {
    width: 44%;
  }

  .including_group {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .including_item {
    width: 44%;
  }

  .limitededition {
    padding: 30px 10px;
  }

  .limited_product {
    width: 90%;
  }

  .menu ul li {
    margin: 20px 14px 0px !important;
  }

  .transport_content td {
    width: 100px;
  }

  .menu_icon span {
    display: block;
    text-align: center;
  }

  .showbig4_image p {
    font-size: 12px;
  }

  #showbigd_content sup {
    width: 90%;
  }

  .showbig4_image {
    margin: 0px -60px !important;
    width: 130px;
    padding: 0 0px;
  }

  .showbig4_image img {
    width: 65% !important;
  }
}


/* For iphone 13 pro */
@media (max-width: 390px) {
  .price img {
    left: 15%;
  }

  .menu ul li {
    margin: 20px 5px 0px !important;
  }

  .showbig4_image {
    width: 36%;
    height: auto;
    padding: 0 0px;
  }
      .showbig4_image {
        margin: 0px 0px !important;
        width: 130px;
        padding: 0 0px;
    }
        .showbig4_image img {
        width: 80% !important;
    }
}

@media (max-width: 375px) {}