@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Light.woff2') format('woff2'),
      url('fonts/Montserrat-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
      url('fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Italic.woff2') format('woff2'),
      url('fonts/Montserrat-Italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
      url('fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-MediumItalic.woff2') format('woff2'),
      url('fonts/Montserrat-MediumItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
      url('fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
      url('fonts/Montserrat-SemiBoldItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
      url('fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-BoldItalic.woff2') format('woff2'),
      url('fonts/Montserrat-BoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../img/bg.jpg) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  margin: 0; 
  z-index:-1; /* needed to keep in the background */
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
  font-family: 'Montserrat', sans-serif;
}

.section {
  min-height: 100%;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

#section-title{
  padding-top: 100px;
}

#section-title a{
  font-size: 20px;
  font-style: normal !important;
  font-weight: 400;
  cursor: auto;
}

.nav-trigger {
  display: none;
}

.no-touch #vertical-nav {
  position: fixed;
  right: 20px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}

.no-touch #vertical-nav li {
  text-align: right;
}

.no-touch #vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.no-touch #vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}

.no-touch #vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

.no-touch #vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-touch #vertical-nav a:hover .label {
  opacity: 1;
}

.no-touch #vertical-nav a.is-selected .dot {
  background-color: #FFB607;
}

.no-touch #vertical-nav .dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 18px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.no-touch #vertical-nav .label {
  position: relative;
  padding: 15px;
  color: white;
  font-size: 15px;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  font-family: 'Montserrat', sans-serif;
}

.touch .nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9);
}

.touch .nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.touch .nav-trigger span::before, .touch .nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}

.touch .nav-trigger span::before {
  top: -9px;
}

.touch .nav-trigger span::after {
  bottom: -9px;
}

.touch #vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9);
}

.touch #vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}

.touch #vertical-nav a span:first-child {
  display: none;
}

.touch #vertical-nav a.is-selected span:last-child {
  color: #d88683;
}

.touch #vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.touch #vertical-nav.open + .nav-trigger {
  background-color: transparent;
}

.touch #vertical-nav.open + .nav-trigger span {
  background-color: rgba(62, 57, 71, 0);
}

.touch #vertical-nav.open + .nav-trigger span::before, .touch #vertical-nav.open + .nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}

.touch #vertical-nav.open + .nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}

.touch #vertical-nav.open + .nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}

.touch #vertical-nav li:last-child a {
  border-bottom: none;
}

.outing{
  margin: 0 auto 35px auto;
  max-width: 1000px;
  text-align: center;
}

.outing p{
  padding-bottom: 10px;
  line-height: 10px;
  display: block;
  margin: auto;
}

.outing p i{
  padding-right: 10px;
}

.zoomimage {
  position: absolute;
  cursor: pointer;
  z-index: 15;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  top: 5px;
  right: 5px;
}

.zoomimage i {
  font-size: 5px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 50%;
  background-color: #FFB607;
  aspect-ratio: 1;
  border-radius: 50%;
  line-height: ;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.zoomimage:hover i {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.zoomimage img, .gallery_horizontal .owl-item .zoomimage img {
  width: 12px !important;
  height: 12px !important;
  margin-bottom: auto !important;
  opacity: 0;
  position: relative;
  z-index: 2;
}

figure img {
  cursor: zoom-out;
}

.info{
  display: flex;
}

.type{
  position: relative;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  cursor: pointer;
}

.type::after{
  content: "\f030";
  font-family: "FontAwesome";
  position: absolute;
  right: -30px;
  top: 50%;
  font-size: 20px;
  color: #fff;
  transform: translateY(-50%);
}

.spacer{
  height: 60px;
}

.grid {
  width: 92%;
  margin: 2rem auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 1rem;
  pointer-events: none;
}

.grid__item {
  position: relative;
  margin: 0;
  will-change: transform;
  pointer-events: auto;
}

.grid__item-img {
  width: 100%;
  aspect-ratio: 1/1.25;
  background-size: cover;
  cursor: pointer;
}

.outing img{
  width: 120px;
  margin-bottom: 5px;
}

.deco img{
  width: 30px;
  position: fixed;
  z-index: 1000;
}

.deco img:first-child{
  top: 10px;
  left: 10px;
}

.deco img:nth-child(2){
  top: 10px;
  right: 10px;
}

.deco img:nth-child(3){
  bottom: 10px;
  left: 10px;
}

.deco img:nth-child(4){
  bottom: 10px;
  right: 10px;
}

.deco img:nth-child(5){
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.deco img:nth-child(6){
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.logo{
  position: fixed;
  top: 10px;
  left: 50%;
  transform:translateX(-50%);
  z-index: 1000;
}

.txt-rotate{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  color: #fff;
  margin: 0;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform:translateX(-50%);
  width: 100%;
  text-align: center;
}

.logo svg{
  height: 25px;
}

#dot{
  transition: 0.5s;
}

.logo svg:hover #dot{
  fill: #FFB607;
  transition: 0.25s;
}

.frame {
  flex: 1;
  display: grid;
  place-items: center;
  height: 100vh;
  overflow-x: hidden;
}

.trail {
  position: relative;
  display: grid;
  place-items: center;
}

.no-js .trail {
  background-size: cover;
}

.trail__img {
  max-height: 50vh;
  position: relative;
  will-change: transform;
  grid-area: 1 / 1 / 2 / 2;
  border-radius: 50%;
}

.section {
  min-height: 100%;
  position: relative;
}

.block {
  text-transform: lowercase;
  margin: 0 20px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.chinese{
  position: absolute;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}

.profile{
  width: 66px;
  border-radius: 50%;
  margin-bottom: 10px;
}

hr{
  display: block;
  border: 0.5px solid #fff;
  width: 200px;
  opacity: 30%;
}

.desktop-hr{
  margin: 30px 0 35px 0;
}

.mobile-hr{
  display: none;
}

.link{
  text-align: center;
  color: #fff;
  text-transform: initial;
}

.qr{
  width: 200px;
  margin-top: 20px;
}

.block p{
  line-height: 25px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.description{
  margin: 0 20px 80px 20px;
}

.section h1, .section h2{
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.section h1{
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 5px;
}

.section h2{
  line-height: 18px;
}

.symbol{
  width: 100px;
  height: 50px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.block:first-child .symbol{
  background-image: url(../img/social/rednote.png);
}

.block:nth-child(2) .symbol{
  background-image: url(../img/social/wechat.png);
}

.block:last-child .symbol{
  background-image: url(../img/social/instagram.png);
}

.block__title {
  position: relative;
  font-size: 25px;
  margin: 0 auto 20px auto;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  z-index: 1;
}

.block__link {
  position: relative;
  cursor: pointer;
  padding: 0.5rem 0;
}

.block__title span,
.block__link span{
  display: inline-block;
  white-space: pre;
}


.block[data-fx="1"] a::after,
.block[data-fx="2"] a::after{
  content: '';
  z-index: -1;
  width: 100%;
  bottom: -10px;
  left: 0;
  position: absolute;
  height: 2px;
  color: #FFB607;
  background: currentColor;
  transform: scale3d(0,1,1);
  transform-origin: 0% 50%;
  transition: transform 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

.block[data-fx="1"] a:hover::after,
.block[data-fx="2"] a:hover::after{
  transform: scale3d(1,1,1)
}

.block[data-fx="6"] a::after{
  content: '';
  z-index: -1;
  width: 100%;
  bottom: -8px;
  left: 0;
  position: absolute;
  height: 2px;
  color: #FFB607;
  background: currentColor;
  transform: scale3d(0,1,1);
  transform-origin: 100% 50%;
  transition: transform 0.7s cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.block[data-fx="6"] a:hover::after{
  transform: scale3d(1,1,1)
}

.block[data-fx="14"] a::after{
  content: '';
  z-index: -1;
  width: 100%;
  bottom: 0.25rem;
  left: 0;
  position: absolute;
  height: 2px;
  background: currentColor;
  transform: scale3d(0,1,1);
  transform-origin: 0% 50%;
}

.block[data-fx="14"] a:hover::after{
  animation: loop 0.5s infinite;
}

@keyframes loop {
  0% { transform-origin: 0% 50%; transform: scale3d(0,1,1); }
  50% { transform-origin: 0% 50%; transform: scale3d(1,1,1); }
  51% { transform-origin: 100% 50%; }
  100% { transform-origin: 100% 50%; transform: scale3d(0,1,1); }
}

.hover-reveal {
  position: fixed;
  width: 200px;
  height: 150px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.hover-reveal__inner,
.hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.hover-reveal__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181314;
}

.hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}

.wonderdrop{
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1000;
  background: url(../img/wonderdrop-bg.jpg);
  background-size: cover;
  border-radius: 20px;
  visibility: hidden;
}

.wonderdrop h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  color: #FFB607;
  text-align: center;
  padding: 20px;
}

.close{
  width: 50px;
  height: 50px;
  margin: 20px auto 0 auto;
  display: block;
  cursor: pointer;
  background: url(../img/close.png);
  background-size: 100% 100%;
}

.close:active {
  background: url(../img/close-y.png);
  background-size: 100% 100%;
}

.memory{
  display: none;
}

.slot-container {
  width: 260px;
  height: 260px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255,255,255,0.15);
  margin: 10px auto 20px auto;
  position: relative;
}

.slot-items {
  display: flex;
  flex-direction: column;
  transition: transform 3s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.slot-item {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slot-item img {
  max-height: 260px;
  max-width: 260px;
}

button {
  cursor: pointer;
  border: none;
  color: white;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
  background: url(../img/button-1.png);
  background-size: 100% 100%;
}

button:active {
  transform: scale(0.95);
}

@media screen and (max-width: 768px) {
body{
    background-image: linear-gradient(to right top, #ee5d4a, #ee5e4b, #ef5e4b, #ef5f4c, #f05f4c, #f05e4c, #f05e4d, #f05d4d, #f05b4d, #ef594c, #ef564c, #ee544c);
}
#section1{
  background: url(../img/bg.jpg) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.logo svg{
  height: 22px;
}
.deco img{
  width: 25px;
}
.trail__img {
  max-height: none;
  max-width: 80%;
}
.section h1 {
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 10px;
}
.block:first-child .symbol{
  background-image: url(../img/social/rednote-w.png);
}
.block:last-child .symbol{
  background-image: url(../img/social/instagram-w.png);
}
.desktop-hr{
  border: none;
  margin: 10px 0 15px 0;
}
.mobile-hr {
  display: block;
  margin-top: 60px;
}
.label{
  margin-bottom: 10px;
}
.info{
  display: block;
}
button {
  background: url(../img/button-2.png);
  background-size: 100% 100%;
}
}

@media screen and (min-width: 767px) {
  .content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,33.33%);
    margin: 0 auto;
    max-width: 1000px;
    text-align: left;
    text-shadow: 1px 1px 30px #808285;
  }
  .grid {
    width: 92%;
    grid-template-columns: repeat(13,1fr);
  }
}
