html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  list-style: none;
  text-decoration: none; 
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: rgb(43, 20, 63);
  font-family: DM Sans, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.montecarlo-regular {
  font-family: "MonteCarlo", cursive;
  font-weight: 1000;
  font-style: normal;
}

.josefin-slab uniquifier {
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

@font-face{
  font-family:  "Josefin Slab", serif;
  src:url(JosefinSlab-Thin.ttf);
}

p{
  font-family: "Josefin Slab", serif;
}

@font-face{
  font-family:  "MonteCarlo", cursive;
  src:url(MonteCarlo-Regular.ttf);
}

h1{
  font-family: "MonteCarlo", cursive;
  font-weight: lighter;
  font-size: xx-large;
  font-style: normal;
}

h3{
  font-size: x-large;
  font-family: "Josefin Slab", serif;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  background-color: rgb(0, 0, 51, 0.4);
  /* height: 3em; */
}

.navbar-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.navbar-links li {
  font-size: 1.2em;
  font-family: "Josefin Slab", serif;
}

.navbar-links li a {
  color: #fff;
  padding: 0 1.5em;
  text-transform: uppercase;
  display: block;
}

 .navbar-links li a:hover {
  color:rgb(250, 206, 148);
}

 .toggle-button {
  position: absolute;
  top: 1.2em;
  right: 1.25em;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
}

.showcase01 {
  position: relative;
  background-image: url(../img/aladdin.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: flex;
  z-index: -1;
}

.showcase01 h1,
.showcase02 h1,
.showcase03 h1,
.showcase04 h1 {
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 5%;
  text-align: center;
}

.showcase01 p,
.showcase02 p,
.showcase03 p,
.showcase04 p {
  font-size: x-large;
  position: relative;
  left: 50%;
  margin-top: -14em;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}

.showcase02 {
  position: relative;
  background-image: url(../img/fantastic\ dreamy.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: flex;
  z-index: -1;
}

.showcase03 {
  position: relative;
  background-image: url(../img/another-evening.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: flex;
  z-index: -1;
}

.showcase04 {
  position: relative;
  background-image: url(../img/most-rediculous.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: flex;
  z-index: -1;
}

.album-price{
  position: relative;
  background-color: rgba(0, 0, 51, 0.4);
  text-align: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 3em;
}

.price-box{
  font-size: 0.8em;
}

.col{
  float: left;
  width: 25%;
  box-sizing: border-box;
}

.price-box{
  background-color: #fff;
  opacity: 0.85;
  color: #555;
  list-style-type: none;
  border: 1px solid #555;
  margin: 0;
  padding: 0;
  height: 100vh;
}

.price-box .header{
  background-color: #202021;
  color: #fff;
}

.price-box li{
  margin: 0;
  padding: 1em 0;
  background-color: #fff;
}

.price-box p{
  margin: 1em 0 0 0;
  font-size: large;
  padding: 0.2em;
}

.bespoke-details{
  padding-bottom:  0.5em;
}

#scroll-container {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 200vh;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* 针对WebKit浏览器 */ /* Chrome, Safari, Opera*/
.aladdin-animate::-webkit-scrollbar {
  display: none; 
}

/* 针对IE和Edge */ /* IE and Edge */
.aladdin-animate {
  -ms-overflow-style: none; 
}

/* 针对Firefox */ /* Firefox 64 */
.aladdin-animate {
  scrollbar-width: none; 
}

.aladdin-animate{
  position: absolute;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%; 
}

.aladdin-img {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%; 
  transform: translate(-50%, -50%);
  max-height: 220%;
  margin-top: 30%;
  will-change: transform;
}

 @keyframes moon-bounce{
  from{
    opacity: 1;
    transform: translateY(-1800);
  }
  to{
    opacity: 0.6;
    transform: translate(-1250px,500px);
  }
}

.aladdin-moon{
  /* transform-origin: 0 50%;- */
  animation: moon-bounce ease-in-out;
  animation-timeline: view();
  animation-range: entry 0% cover 95%;
}

@keyframes girl-slide{
  from{
    transform: translate(-3000px, -1150px);
  }
  to{
    transform: translateX(1000px);
  }
}

.aladdin-girl{
  transform-origin: 0 50%;
  animation: girl-slide linear;
  animation-timeline: view();
  animation-range: entry 0% cover 85%;
}

.aladdin-lamp{
  mix-blend-mode: screen;
}

@keyframes lamp-slide{
  from{
    transform: translate(-2500px, -1250px);
  }
  to{
    transform: translateX(-150px);
  }
}

.aladdin-lamp{
  animation: lamp-slide linear;
  animation-timeline: view();
  animation-range: entry 0% cover 75%;
}

@keyframes light-slide{
  from{
    transform: translate(-2500px, -1250px);
  }
  to{
    transform: translateX(-150px);
  }
}

.aladdin-light{
  animation: light-slide linear;
  animation-timeline: view();
  animation-range: entry 0% cover 75%;
}

#art,
#art .art-name,
#art .art-intro,
#art .art-exit {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 50%; 
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}



#art .art-exit a {
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
  color: white;
  margin-top: 5%;
  border-radius: 3em;
  padding: 0.5em 4em;
  border: #fff 1px solid;
}

.contact {
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.my-info {
  position: relative;
  margin-top: 0;
  text-align: center;
  margin: 0;
  padding: 0;
}

.my-info p {
  color: #fff;
}

.contact-photo {
  padding: 0;
}

.contact-instagram {
  position: relative;
  text-align: center;
  width: 20%;
  justify-content: center;
  align-items: center;
  margin-top: 1%;
  height: 15%;
}

.instagram-photo {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 25%;
}

.message {
  position: relative;
  text-align: center;
  width: 40%;
  height: 50%;
}

form {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

input {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-color: transparent;
  color: #fff;
}  

input:focus {
  outline: none;
}

.mo-input {
  color: #ffffff;
  background-color: rgb(43, 20, 63);
  border: 1px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 50%;
  height: 1.8rem;
  line-height: 1.8rem;
  padding: 0 0.4rem;
  display: block;
  margin-left: 0rem;
  margin-top: 0.2rem;
  border-radius: 0.5rem;
}

/* 提示文字 */
.mo-input::placeholder {
  color: #c0c4cc;
}

/* 鼠标hover */
.mo-input:hover {
  border-color: #c0c4cc;
}

/* 获得焦点 */
.mo-input:focus {
  border-color: #c40efb;
}

textarea {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-color: rgb(43, 20, 63); 
  width: 99%;
  margin-top: 0.2rem;
  border-radius: 0.7em;
  border: 1px solid #fff;
}

textarea:focus {
  outline: none;
}

.mo-textarea {
  display: inline-block;
  resize: vertical;
  padding: 0.5em 1.5em;
  line-height: 1.5;
  box-sizing: border-box;
  color: #fff;
  background-color: rgb(43, 20, 63);
  opacity: 0.85;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input[type="submit"] {
  background-color: #2b143f; 
  color: #fff; 
  width: 50%;
  height: 2.2em;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0.7em;
  border: 1px solid #fff;
}

.actions li{
  list-style: none;
}

.payment {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
}

.wise-scan-qr{
  list-style: none;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
  font-family: "Josefin Slab", serif;
  font-size: 1.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3em;
  position: relative;
  margin: 0 auto;
}

.wise-quick-qr{
  position: relative;
  top: -5em;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 2em;
  background-color: #fff;
  color: rgb(43, 20, 63);
  font-size: 0.8em;
  text-align: center;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  font-weight: bolder;
  font-family: "Josefin Slab", serif;
  border: 1px solid #fff;
  border-radius: 1.5em;
  width: 50%;
  height: 2em;
  margin: 5em 0;
}

footer a {
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 359px) {

.toggle-button {
    display: flex;
  }

  .navbar-links {
    width: 100%;
    display: none;
  }

   .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

   .navbar-links ul {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }

   .navbar-links li {
    text-align: center;
    height: 18.5vh;
    font-size: 0.9em;
  }

   .navbar-links.active {
    display: flex;
  } 

  .showcase01 p,
  .showcase02 p,
  .showcase03 p,
  .showcase04 p {
    font-size: x-small;
    margin-top: -18em;
}

 .col{
    width: 100%;
    height: 100%;
  }

  .price-box{
    font-size: 0.5em;
  }

  .price-box p{
    margin: 1em 0 0 0;
    font-size: small;
    padding: 0.2em;
  }

   #scroll-container {
    /* display: block; */
    position: relative;
    justify-content: center;
    overflow-x: hidden;
    top: 0;
    width: 100vw;
    height: 200vh;
    margin: 0;
    padding: 0;
  }

  .aladdin-animate{
    position: absolute;
    justify-content: center;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    height: 50%;
    left: 50%;
    top: 25%; 
    transform: translate(-50%, -50%);
  }

  @keyframes moon-bounce{
  from{
    opacity: 1;
    transform: translate(-650px, -750px);
  }
  to{
    opacity: 0.6;
    transform: translate(-700px, 300px);
  }
}

.aladdin-moon{
  transform-origin: 0 50%;
  animation: moon-bounce ease-in-out;
  animation-timeline: view();
  animation-range: entry 0% cover 95%;
}

@keyframes girl-slide{
  from{
    transform: translate(-1300px, -800px);
  }
  to{
    transform: translateX(800px);
  }
}

.aladdin-girl{
  animation: girl-slide linear;
  animation-timeline: view();
  animation-range: entry 0% cover 85%;
}

@keyframes lamp-slide{
  from{
    transform: translate(-1500px, -900px);
  }
  to{
    transform: translateX(800px);
  }
}

.aladdin-lamp{
  animation: lamp-slide linear;
  animation-timeline: view();
  animation-range: entry 0% cover 75%;
}

@keyframes light-slide{
  from{
    transform: translate(-1500px, -900px);
  }
  to{
    transform: translateX(800px);
  }
}

.aladdin-light{
  animation: light-slide linear;
  animation-timeline: view();
  animation-range: entry 0% cover 75%;
}

#art {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 50vh; 
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 20%;
}

.art-name h1 {
  font-size: 1.25em;
}

#art .art-application {
  position: relative;
  width: 90%;
  color: white;
  height: 50%;
}

.art-intro p {
  font-size: smaller;
}

#art .art-exit {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 50%;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-top: 10%;
}

#art .art-exit p {
  font-size: small;
}

#art .art-exit img {
  display: flex;
}

#art .art-exit a {
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
  color: white;
  margin-top: 5%;
  border-radius: 2em;
  padding: 0.5em 2em;
  border: #fff 1px solid;
}

.contact {
  height: 150vh;
}

.message {
  position: relative;
  text-align: center;
  width: 90%;
  height: 50%;
  display: flex;
  flex-direction: column;
}

form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.payment {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  top: 10%;
  width: 60vw;
  font-size: x-small;
} 

.payment img {
  width: 50%;
}

footer p{
  font-size: x-small;
}
}

@media screen and (min-width: 360px) and (max-width: 579px) {

  .toggle-button {
    display: flex;
  }

  .navbar-links {
    width: 100%;
    display: none;
  }

   .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

   .navbar-links ul {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }

   .navbar-links li {
    text-align: center;
    height: 18.5vh;
  }

   .navbar-links.active {
    display: flex;
  } 

  .showcase01 p,
  .showcase02 p,
  .showcase03 p,
  .showcase04 p {
    font-size: small;
    position: relative;
    left: 50%;
    margin-top: -16em;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
  }

  .col{
    width: 100%;
    height: 100%;
  }

  .album-price{
    position: relative;
    background-color: rgba(0, 0, 51, 0.4);
    text-align: center;
    width: 100vw;
    height: 100vh;
  }

  .price-box{
    font-size: 0.5em;
  }

  .price-box{
    background-color: #fff;
    opacity: 0.85;
    color: #555;
    list-style-type: none;
    border: 1px solid #555;
    margin: 0;
    padding: 0;
    height: 100vh;
  }

  .price-box .header{
    background-color: #202021;
    color: #fff;
  }

  .price-box li{
    margin: 0;
    padding: 1em 0;
    background-color: #fff;
  }

  .price-box p{
    margin: 1em 0 0 0;
    font-size: small;
    padding: 0.2em;
  }

  .bespoke-details{
    padding-bottom:  0.5em;
  }

  #scroll-container {
    position: relative;
    justify-content: center;
    overflow-x: hidden;
    top: 0;
    width: 100vw;
    height: 200vh;
    margin: 0;
    padding: 0;
  }

  .aladdin-animate{
    position: absolute;
    justify-content: center;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    height: 50%;
    left: 50%;
    top: 25%; 
    transform: translate(-50%, -50%);
  }

  .aladdin-img {
    margin-top: 30%;
    max-height: 180%;
    will-change: transform;
  }

  @keyframes moon-bounce{
  from{
    opacity: 1;
    transform: translate(-650px, -750px);
  }
  to{
    opacity: 0.6;
    transform: translate(-700px, 300px);
  }
}

.aladdin-moon{
  transform-origin: 0 50%;
  animation: moon-bounce ease-in-out;
  animation-timeline: view();
  animation-range: entry 0% cover 95%;
}

@keyframes girl-slide{
  from{
    transform: translate(-1300px, -800px);
  }
  to{
    transform: translateX(800px);
  }
}

.aladdin-girl{
  animation: girl-slide linear;
  animation-timeline: view();
  animation-range: entry 0% cover 85%;
}

.aladdin-lamp{
  mix-blend-mode: screen;
}

@keyframes lamp-slide{
  from{
    transform: translate(-1500px, -900px);
  }
  to{
    transform: translateX(800px);
  }
}

.aladdin-lamp{
  animation: lamp-slide linear;
  animation-timeline: view();
  animation-range: entry 0% cover 75%;
}

@keyframes light-slide{
  from{
    transform: translate(-1500px, -900px);
  }
  to{
    transform: translateX(800px);
  }
}

.aladdin-light{
  animation: light-slide linear;
  animation-timeline: view();
  animation-range: entry 0% cover 75%;
}

#art {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 50vh; 
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 20%;
}

.art-name h1 {
  font-size: 1.25em;
}

#art .art-application {
  position: relative;
  width: 90%;
  color: white;
  height: 50%;
}

.art-intro p {
  font-size: smaller;
}

#art .art-exit {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 50%;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-top: 10%;
}

#art .art-exit p {
  font-size: small;
}

#art .art-exit img {
  display: flex;
}

#art .art-exit a {
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
  color: white;
  margin-top: 5%;
  border-radius: 2em;
  padding: 0.5em 2em;
  border: #fff 1px solid;
}

.contact {
  height: 150vh;
}

.message {
  position: relative;
  text-align: center;
  width: 90%;
  height: 50%;
  display: flex;
  flex-direction: column;
}

form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.payment {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  top: 10%;
  width: 60vw;
  font-size: x-small;
} 

.payment img {
  width: 50%;
}

footer p{
  font-size: x-small;
}

}

@media screen and (min-width: 581px) and (max-width: 767px) {
.toggle-button {
    display: flex;
  }

  .navbar-links {
    width: 100%;
    display: none; 
  }

   .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

   .navbar-links ul {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }

   .navbar-links li {
    text-align: center;
    height: 18.5vh;
  }

   .navbar-links.active {
    display: flex;
  } 

  .showcase01 p,
  .showcase02 p,
  .showcase03 p,
  .showcase04 p {
    font-size: medium;
    position: relative;
    left: 50%;
    margin-top: -19em;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
  }

  .album-price{
    position: relative;
    background-color: rgba(0, 0, 51, 0.4);
    text-align: center;
    width: 100vw;
    height: 100vh;
  }

  .price-box{
    font-size: 0.5em;
  }

  .price-box{
    background-color: #fff;
    opacity: 0.85;
    color: #555;
    list-style-type: none;
    border: 1px solid #555;
    margin: 0;
    padding: 0;
    height: 100vh;
  }
  
  .col{
      width: 100%;
    }

  .price-box .header{
    background-color: #202021;
    color: #fff;
  }

  .price-box li{
    margin: 0;
    padding: 1em 0;
    /* border-bottom: 1px solid #eee; */
    background-color: #fff;
  }

  .price-box p{
    margin: 1em 0 0 0;
    font-size: medium;
    padding: 0.2em;
  }

  .bespoke-details{
    padding-bottom:  0.5em;
  }

  .aladdin-animate{
    position: absolute;
    justify-content: center;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 350%; 
    transform: translate(-50%, -50%);
  }

  .aladdin-img {
    margin-top: 30%;
    max-height: 200%;
  }

}

@media screen and (min-width: 768px) and (max-width: 819px) {
.toggle-button {
    display: flex;
  }

.navbar-links {
  width: 100%;
  display: none; 
}

  .navbar {
  flex-direction: column;
  align-items: flex-start;
}

  .navbar-links ul {
  flex-direction: column;
  padding: 0;
  width: 100%;
}

  .navbar-links li {
  text-align: center;
  height: 18.5vh;
}

  .navbar-links.active {
  display: flex;
} 
.showcase01 p,
.showcase02 p,
.showcase03 p,
.showcase04 p {
  font-size: medium;
  position: relative;
  left: 50%;
  margin-top: -23em;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}

#showprice {
  position: relative;
  background-color: rgba(0, 0, 51, 0.4);
  text-align: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
}

.price-box{
  font-size: 0.5em;
}

.price-box{
  background-color: #fff;
  opacity: 0.85;
  color: #555;
  list-style-type: none;
  border: 1px solid #555;
  margin: 0;
  padding: 0;
  height: 50vh;
}

.col{
  width: 50%;
  height: 50%;
}

.price-box .header{
  background-color: #202021;
  color: #fff;
}

.price-box li{
  margin: 0;
  padding: 1em 0;
  /* border-bottom: 1px solid #eee; */
  background-color: #fff;
}

.price-box p{
  margin: 1em 0 0 0;
  font-size: x-small;
  padding: 0.2em;
}

.bespoke-details{
  padding-bottom:  0.5em;
}

#scroll-container {
  position: relative;
  justify-content: center;
  overflow-x: hidden;
  top: 0;
  width: 100vw;
  height: 200vh;
  margin: 0;
  padding: 0;
}

.aladdin-animate{
  position: absolute;
  justify-content: center;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%; 
  transform: translate(-50%, -50%);
}

.aladdin-img {
  margin-top: 30%;
  max-height: 200%;
}

/* 针对WebKit浏览器 */ /* Chrome, Safari, Opera*/
.aladdin-animate::-webkit-scrollbar {
  display: none; 
}

/* 针对IE和Edge */ /* IE and Edge */
.aladdin-animate {
  -ms-overflow-style: none; 
}

/* 针对Firefox */ /* Firefox 64 */
.aladdin-animate {
  scrollbar-width: none; 
}

.aladdin-img {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%; 
  transform: translate(-50%, -50%);
}

 @keyframes moon-bounce{
  from{
    opacity: 1;
    transform: translateY(-1800);
  }
  to{
    opacity: 0.6;
    transform: translate(-1250px,500px);
  }
}

.aladdin-moon{
  transform-origin: 0 50%;
  animation: moon-bounce ease-in-out;
  animation-timeline: view();
  animation-range: entry 0% cover 95%;
}

@keyframes girl-slide{
  from{
    transform: translate(-3200px, -1850px);
  }
  to{
    transform: translateX(1000px);
  }
}

.aladdin-girl{
  animation: girl-slide linear;
  animation-timeline: view();
  animation-range: entry 0% cover 85%;
}

.aladdin-lamp{
  mix-blend-mode: screen;
}

@keyframes lamp-slide{
  from{
    transform: translate(-3200px, -1850px);
  }
  to{
    transform: translateX(600px);
  }
}

.aladdin-lamp{
  animation: lamp-slide linear;
  animation-timeline: view();
  animation-range: entry 0% cover 75%;
}

@keyframes light-slide{
  from{
    transform: translate(-3200px, -1850px);
  }
  to{
    transform: translateX(600px);
  }
}

.aladdin-light{
  animation: light-slide linear;
  animation-timeline: view();
  animation-range: entry 0% cover 75%;
}

#art {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 50%; 
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 50%;
}

.message {
  position: relative;
  text-align: center;
  width: 90%;
  height: 50%;
  display: flex;
  flex-direction: column;
}

form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

}

@media screen and (min-width: 820px) and (max-width: 909px) {
.toggle-button {
    display: flex;
  }

  .navbar-links {
    width: 100%;
    display: none; 
  }

   .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

   .navbar-links ul {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }

   .navbar-links li {
    text-align: center;
    height: 18.5vh;
  }

   .navbar-links.active {
    display: flex;
  } 

  .showcase01 p,
  .showcase02 p,
  .showcase03 p,
  .showcase04 p {
    font-size: large;
    position: relative;
    left: 50%;
    margin-top: -25em;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
  }

  .album-price{
    position: relative;
    background-color: rgba(0, 0, 51, 0.4);
    text-align: center;
    width: 100vw;
    height: 100vh;
  }

  .price-box{
    font-size: 0.5em;
  }

  .price-box{
    background-color: #fff;
    opacity: 0.85;
    color: #555;
    list-style-type: none;
    border: 1px solid #555;
    margin: 0;
    padding: 0;
    height: 50vh;
  }
  
  .col{
    width: 50%;
    height: 50%;
  }

  .price-box .header{
    background-color: #202021;
    color: #fff;
  }

  .price-box li{
    margin: 0;
    padding: 1em 0;
    /* border-bottom: 1px solid #eee; */
    background-color: #fff;
  }

  .price-box p{
    margin: 1em 0 0 0;
    font-size: x-small;
    padding: 0.2em;
  }

  #scroll-container {
  position: relative;
  justify-content: center;
  overflow-x: hidden;
  top: 0;
  width: 100vw;
  height: 200vh;
  margin: 0;
  padding: 0;
}

  .aladdin-animate{
  position: absolute;
  justify-content: center;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%; 
  transform: translate(-50%, -50%);
}

.aladdin-img {
  margin-top: 30%;
  max-height: 200%;
}

/* 针对WebKit浏览器 */ /* Chrome, Safari, Opera*/
.aladdin-animate::-webkit-scrollbar {
  display: none; 
}

/* 针对IE和Edge */ /* IE and Edge */
.aladdin-animate {
  -ms-overflow-style: none; 
}

/* 针对Firefox */ /* Firefox 64 */
.aladdin-animate {
  scrollbar-width: none; 
}

.aladdin-img {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%; 
  transform: translate(-50%, -50%);
}

 @keyframes moon-bounce{
  from{
    opacity: 1;
    transform: translateY(-1800);
  }
  to{
    opacity: 0.6;
    transform: translate(-1250px,500px);
  }
}

.aladdin-moon{
  transform-origin: 0 50%;
  animation: moon-bounce ease-in-out;
  animation-timeline: view();
  animation-range: entry 0% cover 95%;
}

@keyframes girl-slide{
  from{
    transform: translate(-2500px, -1250px);
  }
  to{
    transform: translateX(1000px);
  }
}

.aladdin-girl{
  animation: girl-slide linear;
  animation-timeline: view();
  animation-range: entry 0% cover 85%;
}

.aladdin-lamp{
  mix-blend-mode: screen;
}

@keyframes lamp-slide{
  from{
    transform: translate(-2500px, -1250px);
  }
  to{
    transform: translateX(600px);
  }
}

.aladdin-lamp{
  animation: lamp-slide linear;
  animation-timeline: view();
  animation-range: entry 0% cover 75%;
}

@keyframes light-slide{
  from{
    transform: translate(-2500px, -1250px);
  }
  to{
    transform: translateX(600px);
  }
}

.aladdin-light{
  animation: light-slide linear;
  animation-timeline: view();
  animation-range: entry 0% cover 75%;
}

  .aladdin-img {
  margin-top: 30%;
  max-height: 200%;
}

.message {
  position: relative;
  text-align: center;
  width: 90%;
  height: 50%;
  display: flex;
  flex-direction: column;
}

form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
}

@media screen and (min-width: 910px) and (max-width: 1100px) {
.toggle-button {
    display: flex;
  }

  .navbar-links {
    width: 100%;
    display: none; 
  }

   .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

   .navbar-links ul {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }

   .navbar-links li {
    text-align: center;
    height: 18.5vh;
  }

   .navbar-links.active {
    display: flex;
  } 

  .showcase01 p,
  .showcase02 p,
  .showcase03 p,
  .showcase04 p {
    font-size: large;
    position: relative;
    left: 50%;
    margin-top: -28em;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
  }

  .album-price{
    position: relative;
    background-color: rgba(0, 0, 51, 0.4);
    text-align: center;
    width: 100vw;
    height: 100vh;
  }
/* 
  .price-box{
    font-size: 0.2em;
  } */

  .price-box{
    background-color: #fff;
    opacity: 0.85;
    color: #555;
    list-style-type: none;
    border: 1px solid #555;
    margin: 0;
    padding: 0;
    height: 50vh;
  }
  
  .col{
    width: 50%;
    height: 50%;
  }

  .price-box .header{
    background-color: #202021;
    color: #fff;
  }

  .price-box li{
    margin: 0;
    padding: 1em 0;
    /* border-bottom: 1px solid #eee; */
    background-color: #fff;
  }

  .price-box p{
    margin: 1em 0 0 0;
    font-size: small;
    padding: 0.2em;
  }

  #scroll-container {
  position: relative;
  justify-content: center;
  overflow-x: hidden;
  top: 0;
  width: 100vw;
  height: 200vh;
  margin: 0;
  padding: 0;
}

  .aladdin-animate{
    position: absolute;
    justify-content: center;
    margin: 0;
    padding: 0;
    display: block;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 40%; 
    transform: translate(-50%, -50%);
  }

  .aladdin-img {
    margin-top: 30%;
    max-height: 200%;
  }

  .message {
  position: relative;
  text-align: center;
  width: 90%;
  height: 50%;
  display: flex;
  flex-direction: column;
}

form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

}

@media only screen and (min-width: 768px ) and (max-width: 1400px) and ( orientation: landscape ) {
  body{
    display: none;
  }
}