@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html * {
  font-family: "Microsoft JhengHei";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  font-size: 100%;
  background-color: #090f1b;
  color: #373737;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.loading-screen {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0f161b;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: 9999;
}

.logo-wrap {
  position: relative;
  display: inline-block;
}

.logo-gray,
.logo-gold {
  width: 610px;
  height: auto;
  display: block;
}

.logo-gold-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.loading-screen.loaded .logo-gold {
  -webkit-animation: logo-flash 1.2s ease-in-out forwards;
          animation: logo-flash 1.2s ease-in-out forwards;
}

@-webkit-keyframes logo-flash {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  40% {
    -webkit-filter: brightness(2) drop-shadow(0 0 10px rgba(255, 220, 150, 0.8));
            filter: brightness(2) drop-shadow(0 0 10px rgba(255, 220, 150, 0.8));
  }
  70% {
    -webkit-filter: brightness(1.6) drop-shadow(0 0 20px rgb(255, 220, 150));
            filter: brightness(1.6) drop-shadow(0 0 20px rgb(255, 220, 150));
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes logo-flash {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  40% {
    -webkit-filter: brightness(2) drop-shadow(0 0 10px rgba(255, 220, 150, 0.8));
            filter: brightness(2) drop-shadow(0 0 10px rgba(255, 220, 150, 0.8));
  }
  70% {
    -webkit-filter: brightness(1.6) drop-shadow(0 0 20px rgb(255, 220, 150));
            filter: brightness(1.6) drop-shadow(0 0 20px rgb(255, 220, 150));
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.progress-text {
  color: #ad9568;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 20px;
  margin-top: 30px;
  letter-spacing: 2px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.loading-screen.loaded .progress-text {
  opacity: 0;
}

.wrap {
  margin: 0 auto;
  overflow: hidden;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  min-width: 1280px;
}

.container {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 1080px;
  background: url(../images/header-bg.jpg) no-repeat center top;
}

.header-rock {
  position: absolute;
  top: -110px;
  left: 160px;
  width: 1244px;
  height: 620px;
  background: url(../images/header-rock.png) no-repeat center top;
  z-index: 5;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.lightning-box {
  position: absolute;
  top: -110px;
  left: 680px;
  width: 447px;
  height: 449px;
  z-index: 10;
}

.lightning {
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: lightning-flash 3s infinite;
          animation: lightning-flash 3s infinite;
  mix-blend-mode: screen;
}

.lightning1 {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 261px;
  height: 395px;
  background: url(../images/lightning1.png) no-repeat center top;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0;
}

.lightning2 {
  position: absolute;
  top: 33px;
  left: 193px;
  width: 136px;
  height: 499px;
  background: url(../images/lightning2.png) no-repeat center top;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0;
}

.lightning3 {
  position: absolute;
  top: 40px;
  left: 177px;
  width: 272px;
  height: 301px;
  background: url(../images/lightning3.png) no-repeat center top;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0;
}

@-webkit-keyframes lightning-flash {
  0%, 90%, 100% {
    opacity: 0;
    -webkit-transform: translateY(-1%) scaleY(0.95);
            transform: translateY(-1%) scaleY(0.95);
  }
  10%, 11%, 13%, 15%, 17%, 25% {
    opacity: 1;
    -webkit-transform: translateY(-1%) scaleY(1);
            transform: translateY(-1%) scaleY(1);
    -webkit-filter: brightness(1.8);
            filter: brightness(1.8);
  }
  12%, 14%, 16% {
    opacity: 0.6;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes lightning-flash {
  0%, 90%, 100% {
    opacity: 0;
    -webkit-transform: translateY(-1%) scaleY(0.95);
            transform: translateY(-1%) scaleY(0.95);
  }
  10%, 11%, 13%, 15%, 17%, 25% {
    opacity: 1;
    -webkit-transform: translateY(-1%) scaleY(1);
            transform: translateY(-1%) scaleY(1);
    -webkit-filter: brightness(1.8);
            filter: brightness(1.8);
  }
  12%, 14%, 16% {
    opacity: 0.6;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.header::after {
  content: "";
  position: absolute;
  inset: -12%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0;
  /* 中央在塔頂的放射＋淡藍電光 */
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.7) 0%, rgba(170, 245, 255, 0.35) 22%, rgba(0, 0, 0, 0) 60%), -webkit-gradient(linear, left top, left bottom, from(rgba(170, 245, 255, 0.18)), to(rgba(0, 0, 0, 0)));
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.7) 0%, rgba(170, 245, 255, 0.35) 22%, rgba(0, 0, 0, 0) 60%), linear-gradient(180deg, rgba(170, 245, 255, 0.18), rgba(0, 0, 0, 0));
  -webkit-filter: blur(0px) brightness(1);
          filter: blur(0px) brightness(1);
  -webkit-animation: sky-flash 4s infinite;
          animation: sky-flash 4s infinite;
}

@-webkit-keyframes sky-flash {
  0%, 9%, 85%, 100% {
    opacity: 0;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  10% {
    opacity: 0.8;
    -webkit-filter: brightness(1.8);
            filter: brightness(1.8);
  }
  11% {
    opacity: 0.4;
  }
  13% {
    opacity: 0.7;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  15% {
    opacity: 0.2;
  }
  25% {
    opacity: 0;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes sky-flash {
  0%, 9%, 85%, 100% {
    opacity: 0;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  10% {
    opacity: 0.8;
    -webkit-filter: brightness(1.8);
            filter: brightness(1.8);
  }
  11% {
    opacity: 0.4;
  }
  13% {
    opacity: 0.7;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  15% {
    opacity: 0.2;
  }
  25% {
    opacity: 0;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.top-menu {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  left: 20px;
  width: 159px;
  height: 340px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-menu.show {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.promo-btn {
  position: fixed;
  right: 10px;
  bottom: 50px;
  width: 169px;
  height: 192px;
  z-index: 50;
  -webkit-animation: heartbeat 1.2s infinite;
          animation: heartbeat 1.2s infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#menu a {
  width: 159px;
  height: 48px;
  display: block;
  margin: 0 auto 8px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ccb78c;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  background: url("../images/menu-btn-bg.png");
  opacity: 0.7;
  -webkit-filter: grayscale(0.9);
          filter: grayscale(0.9);
}
#menu a.active, #menu a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.social-btns {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-top: 60px;
  padding-right: 50px;
}
.social-btns a {
  display: block;
  width: 65px;
  height: 55px;
  margin-right: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.social-btns a:hover {
  opacity: 0.8;
}

.m-social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.m-social-btns a {
  display: block;
  width: 56px;
  height: 53px;
  padding: 0 !important;
  border-bottom: none !important;
}

.logo {
  display: block;
  width: 154px;
  height: 96px;
  position: absolute;
  top: 36px;
  left: 40px;
  z-index: 50;
}

.inner {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  z-index: 20;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header-title {
  position: absolute;
  width: 662px;
  height: 275px;
  background: url("../images/title.png") no-repeat center;
  top: 30px;
  left: -20px;
  z-index: 20;
}

.sec1 {
  width: 100%;
  height: 629px;
  background: url("../images/sec1-bg.jpg") no-repeat center;
  padding-top: 116px;
}

.sec1-word1 {
  width: 1051px;
  height: 77px;
  background: url("../images/sec1-word1.png") no-repeat center;
  margin: 60px auto 0 auto;
}

.sec1-word2 {
  width: 1046px;
  height: 77px;
  background: url("../images/sec1-word2.png") no-repeat center;
  margin: 30px auto 0 auto;
}

.sec1-word3 {
  width: 1037px;
  height: 35px;
  background: url("../images/sec1-word3.png") no-repeat center;
  margin: 30px auto 0 auto;
}

.sec2 {
  width: 100%;
  height: 1902px;
  background: url("../images/sec2-bg.jpg") no-repeat center;
}

.sec2-pic1 {
  width: 1000px;
  height: 313px;
  background: url("../images/sec2-pic1.png") no-repeat center;
  margin: 0 auto 0 auto;
}

.sec2-pic2 {
  width: 1280px;
  height: 1299px;
  background: url("../images/sec2-pic2.png") no-repeat center;
  margin: 0 auto 0 auto;
}

.sec2-m-word, .sec2-m-kingbox {
  display: none;
}

.sec2-pic3-m {
  display: none;
}

.sec3 {
  width: 100%;
  height: 2361px;
  background: url("../images/sec3-bg.jpg") no-repeat center;
  padding-top: 20px;
}

.sec3-pic1 {
  width: 1280px;
  height: 144px;
  background: url("../images/sec3-pic1.png") no-repeat center;
  margin: 30px auto 30px auto;
}

.sec3-m-word1, .sec3-m-word2 {
  display: none;
}

.sec3-pic2 {
  width: 1280px;
  height: 62px;
  background: url("../images/sec3-pic2.png") no-repeat center;
  margin: 0 auto 0 auto;
}

.sec3-pic3 {
  width: 1112px;
  height: 25px;
  background: url("../images/sec3-pic3.png") no-repeat center;
  margin: 20px auto 20px auto;
}

.wenpian-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.wenpian {
  width: 409px;
  height: 344px;
}

.sec4 {
  width: 100%;
  height: 979px;
  background: url("../images/sec4-bg.jpg") no-repeat center;
}

.sec4-pic1 {
  width: 650px;
  height: 25px;
  background: url("../images/sec4-pic1.png") no-repeat center;
  margin: 10px auto 30px auto;
}

.sec4-pic2 {
  position: absolute;
  width: 778px;
  height: 711px;
  background: url("../images/sec4-pic2.png") no-repeat center;
  z-index: 10;
  top: 229px;
  left: -47px;
}

.sec4-pic3 {
  position: absolute;
  width: 771px;
  height: 179px;
  background: url("../images/sec4-pic3.png") no-repeat center;
  top: 511px;
  left: 493px;
}

.sec5 {
  width: 100%;
  height: 867px;
  background: url("../images/sec5-bg.jpg") no-repeat center;
}

.sec5-icon-box {
  width: 990px;
  height: 535px;
  margin: 0 auto;
}

.sec5-pic1 {
  width: 990px;
  height: 31px;
  background: url("../images/sec5-pic1.png") no-repeat center;
  margin: 30px auto 0 auto;
}

.sec5-icon {
  -webkit-animation: floatY 3s ease-in-out infinite;
          animation: floatY 3s ease-in-out infinite;
}

.sec5-icon1 {
  position: absolute;
  top: 74px;
  left: 40px;
  width: 193px;
  height: 193px;
  background: url("../images/sec5-icon1.png") no-repeat center;
}

.sec5-icon2 {
  position: absolute;
  top: 102px;
  left: 250px;
  width: 186px;
  height: 186px;
  background: url("../images/sec5-icon2.png") no-repeat center;
}

.sec5-icon3 {
  position: absolute;
  top: 289px;
  left: 174px;
  width: 193px;
  height: 193px;
  background: url("../images/sec5-icon3.png") no-repeat center;
}

.sec5-icon4 {
  position: absolute;
  top: 216px;
  left: 381px;
  width: 193px;
  height: 194px;
  background: url("../images/sec5-icon4.png") no-repeat center;
}

.sec5-icon5 {
  position: absolute;
  top: 31px;
  left: 484px;
  width: 193px;
  height: 193px;
  background: url("../images/sec5-icon5.png") no-repeat center;
}

.sec5-icon6 {
  position: absolute;
  top: 349px;
  left: 520px;
  width: 176px;
  height: 176px;
  background: url("../images/sec5-icon6.png") no-repeat center;
}

.sec5-icon7 {
  position: absolute;
  top: 190px;
  left: 630px;
  width: 181px;
  height: 181px;
  background: url("../images/sec5-icon7.png") no-repeat center;
}

.sec5-icon8 {
  position: absolute;
  top: 54px;
  left: 780px;
  width: 193px;
  height: 194px;
  background: url("../images/sec5-icon8.png") no-repeat center;
}

.sec5-icon1 {
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  --amp: 6px;
}

.sec5-icon2 {
  -webkit-animation-duration: 3.1s;
          animation-duration: 3.1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  --amp: 5px;
}

.sec5-icon3 {
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  --amp: 7px;
}

.sec5-icon4 {
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  --amp: 4px;
}

.sec5-icon5 {
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  --amp: 6px;
}

.sec5-icon6 {
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  --amp: 5px;
}

.sec5-icon7 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  --amp: 8px;
}

.sec5-icon8 {
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  --amp: 4px;
}

@-webkit-keyframes floatY {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(calc(-1 * var(--amp)));
            transform: translateY(calc(-1 * var(--amp)));
  }
}

@keyframes floatY {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(calc(-1 * var(--amp)));
            transform: translateY(calc(-1 * var(--amp)));
  }
}
.sec6 {
  width: 100%;
  height: 926px;
  background: url("../images/sec6-bg.jpg") no-repeat center;
}

.sec6-box {
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 10px auto 0 auto;
}

.sec6-notice {
  width: 1100px;
  margin: 20px auto 0 auto;
  font-size: 20px;
  color: #a3ace4;
}

.title-box {
  width: 100%;
  text-align: center;
}

.footer {
  width: 100%;
  height: 150px;
  background: #0f0f0f;
  color: #474747;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-inner {
  width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-left, .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.lager-logo {
  width: 143px;
  height: 40px;
  margin-right: 10px;
  background: url("../images/lager-logo.png") center no-repeat;
}

.class-level {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

/* 漢堡選單按鈕 */
.hamburger {
  display: none;
  position: fixed;
  top: 15px;
  width: 45px;
  height: 45px;
  background: rgba(5, 15, 27, 0.9);
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 1000;
  border: 1px solid #a09175;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background: #a09175;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 20px;
  left: 9px;
  border-radius: 10px;
}

.hamburger div::before,
.hamburger div::after {
  content: "";
  width: 25px;
  height: 3px;
  background: #a09175;
  position: absolute;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger div::before {
  top: -8px;
}

.hamburger div::after {
  top: 8px;
}

/* 漢堡選單開啟時變叉叉 */
.hamburger.active div {
  background: transparent;
}

.hamburger.active div::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.hamburger.active div::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

/* 側邊選單 */
.menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: rgba(9, 15, 27, 0.95);
  color: white;
  padding-top: 20px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 999;
}

.menu.active {
  left: 0;
}

.scroll-btn {
  width: 100%;
  display: block;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-shadow: 0 0 5px #f2e6d3;
  cursor: pointer;
}

.m-download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}
.m-download-btn .apple-download-btn {
  margin-top: 10px;
  background: none;
  outline: none;
  border: none;
}

.menu-promo {
  border-top: 1px dashed #a87c50;
  text-align: center;
  padding-top: 30px;
}

.m-menu-logo {
  width: 154px;
  height: 96px;
  background: url("../images/logo.png") no-repeat center;
  margin: 20px auto 20px auto;
}

.fade-in {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-right {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in.show, .fade-in-left.show, .fade-in-down.show, .fade-in-up.show, .fade-in-right.show {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}