@charset "UTF-8";
/* CSS Document */
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&family=Noto+Serif+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Ravi+Prakash&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-weight: initial;
  word-wrap: break-word;
  width: 100%;
  background: #FFFFFF;
  font-size: 18px;
  line-height: 1.5;
  color: #4c4948;
}

/* 創建一個固定定位的偽元素來處理背景 */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/PC_BG.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  /* 確保背景在最底層 */
  pointer-events: none;
  /* 確保不會干擾其他元素的點擊 */
}

/* 針對 iOS 設備的特殊處理 */
@supports (-webkit-touch-callout: none) {
  body::before {
    background-attachment: scroll;
    /* iOS 設備使用滾動而不是固定 */
    height: 100vh;
    /* 使用視口高度 */
  }
}

/* RWD 設定 */
@media screen and (max-width: 768px) {

  /* 背景設置 */
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/MOB_BG.png');
    background-size: 150%;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
  }
}

* {
  padding: 0;
  margin: 0;
}

.Ravi {
  font-family: 'Ravi Prakash', cursive;
}

.preload {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #333;
  z-index: 9999;
}

.preload span {
  width: 100%;
  font-family: "Noto Sans TC", sans-serif;
  color: #fff;
  line-height: 2;
  /*max-width: 40ch;*/
  font-size: 4rem;
  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

@media (max-width: 767px) {
  .preload span {
    font-size: 2rem;
  }
}

@keyframes scale {
  100% {
    transform: scale(1);
  }
}

.preload span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.preload span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.preload span:nth-child(2) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.preload span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.branding {
  position: fixed;
  top: 200px;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: -10;
}

.div-with-span .sectitle {
  width: 100%;
  max-width: 300px;
}

.div-with-span .sectitle2 {
  width: 100%;
  max-width: 350px;
}

.vote_btn {
  width: 100%;
  max-width: 400px;
  padding: 20px 0px 30px;
}

.breathing {
  animation: breathing 2.5s ease-in-out infinite;
}

@keyframes breathing {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

@media (max-width: 767px) {}

.vote_btn {
  width: 100%;
  max-width: 300px;
}

.branding img {
  max-width: 100%;
}

.earphone {
  margin-top: -15px;
}

@media (max-width: 767px) {
  .earphone {
    margin-top: 0px;
  }
}

.votedate {
  width: 800px;
  margin: 50px auto 100px;
  text-align: center;
}

.votedate img {
  width: 100%;
  max-width: 460px;
}

.votedate .vote_title {
  width: 100%;
  max-width: 460px;
}

@media (min-width: 2000px) {
  .votedate img {
    max-width: 70%;
  }

  .votedate .vote_title {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .votedate {
    width: 100%;
    margin: 50px auto 30px;
  }

  .votedate img {
    width: 100%;
    max-width: 300px;
  }

  .votedate .vote_title {
    width: 100%;
    max-width: 300px;
  }
}

.fade {
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
}

.fade.in {
  opacity: 1;
  transform: none;
}

.inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
  /*
  background-image: url(../images/bg.jpg);
  background-size: cover;
  */
}

@media (max-width: 767px) {

  .inner {
    background-size: 100%;
  }
}

main:after,
article:after,
section:after,
div:after,
ul:after,
li:after,
dl:after {
  content: "";
  display: block;
  clear: both;
}

article {
  /*padding-top: 50px;*/
}

section {
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
  /*background-color: rgba(215, 0, 15, 0.8)*/
  ;
}

.commentarea {
  padding: 1em 3em 3em;
  margin-bottom: 3em;
}

@media (max-width: 767px) {
  section {
    width: 90%;
  }

  .commentarea {
    padding: 0.5em;
  }
}

/**************comment**************/
.commentarea .commbox {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .commentarea {
    width: 96%;
    padding: 0px;
    margin: 0px auto;
  }

  .commbox {
    width: 100%;
    padding: 0px;
  }
}

p {
  text-align: center;
  line-height: 1.8;
}

h2 {
  width: 600px;
  margin: 0 auto;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #FFF;
  text-align: center;
  font-style: normal;
  position: relative;
  margin-bottom: 0.53em;
}


.commentarea h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 5px;
  background: linear-gradient(to right, #8FC31F, #187FC4, #A40B5D, #F8B62D, #C8421C);
}

.div-with-span {
  margin: 50px auto 0px;
  margin-bottom: 1em;
  text-align: center;
}

.commentarea p {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.div-with-span img {
  width: 100%;
  max-width: 600px;
}

.div-with-gradient-border {
  width: auto;
  position: relative;
  /* 這將允許偽元素相對於這個區塊定位 */
  margin: 20px auto;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #333;
  text-align: center;
  font-style: normal;
  position: relative;
}

@media (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  .commentarea p {
    font-size: 18px;
  }

  .div-with-gradient-border {
    width: auto;
    position: relative;
    /* 這將允許偽元素相對於這個區塊定位 */
    margin: 20px auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 40px;
  }

  .div-with-span .sectitle {
    width: 100%;
    max-width: 150px;
  }

  .div-with-span .sectitle2 {
    width: 100%;
    max-width: 200px;
  }

  .div-with-span img {
    width: 100%;
    max-width: 300px;
  }
}

.votebtn {
  padding: 0.5em 1em;
  background: #990000;
  color: #fff;
  border: 0;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.5em;
  margin: 20px auto;
  white-space: nowrap;
  cursor: pointer;
}

.votebtn2 {
  padding: 0.5em 1em;
  background: #990000;
  color: #fff;
  border: 0;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.5em;
  margin: 20px auto;
  white-space: nowrap;
}

.txt-flex {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.txt-flex-left {
  width: 15%;
  text-align: left;
}

.txt-flex-right {
  width: 85%;
  text-align: left;
}

@media (max-width: 767px) {
  .txt-flex-left {
    width: 30%;
    margin-bottom: 10px;
  }

  .txt-flex-right {
    width: 100%;
  }
}

.borderwhite {
  border: 1px solid white;
  padding: 3px 10px;
}

.txt-yellow {
  margin-top: 1em;
  background: #ffda00;
  color: #510109;
  padding: 0.3em;
}

.bgwhite {
  background: white;
  color: #510109;
  padding: 3px 10px;
}

.text-note {
  margin-to p: 20px;
}

.commbox ul {
  width: 90%;
  margin: 0 auto;
}

.num-list {
  list-style-type: decimal;
}

@media (max-width: 767px) {
  .num-list {
    font-size: 0.8em;
  }
}

/**************header**************/
.header {
  padding: 0;
}

.menu .menu-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  border: none;
  z-index: 30;
  cursor: pointer;
  outline: none;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
}

.menu .menu-toggle span {
  position: absolute;
  left: 0;
  right: 0;
  width: 40px;
  margin: 0 auto;
  background-color: #4c4948;
  height: 1px;
  display: inline-block;
  transition-property: transform, opacity;
  transition-duration: 0.5s;
}

/*
.menu .menu-toggle span:nth-of-type(2) {
  width: 25px;
  margin-right: 20px;
}
*/
.menu .menu-toggle span:first-of-type {
  top: 30px;
}

.menu .menu-toggle span:nth-of-type(2) {
  top: 40px;
}

.menu .menu-toggle span:nth-of-type(3) {
  top: 50px;
}

.menu .menu-toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background-color: #4c4948;
}

.menu .menu-toggle.active span:nth-of-type(2) {
  opacity: 0;
}

.menu .menu-toggle.active span:nth-of-type(3) {
  webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background-color: #4c4948;
}

.menu-wrapper {
  z-index: 29;
  width: 100%;
  top: -100%;
  position: fixed;
  left: 0;
  padding: 50px 0;
  background: #FFF;
  transform-origin: top;
  transition: 0.5s;
  font-size: 1.5rem;
}

.menu-wrapper.active {
  top: 0;
  transition: 0.5s;
}

.menu-list-block-item {
  margin: 0 2%;
}

.menu-list-block-item a {
  color: ##FFF;
  font-size: 1em;
  font-weight: 500;
}

.menu-list-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {

  .menu .menu-toggle {
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
  }

  .menu .menu-toggle span:first-of-type {
    top: 15px;
  }
  
  .menu .menu-toggle span:nth-of-type(2) {
    top: 25px;
  }
  
  .menu .menu-toggle span:nth-of-type(3) {
    top: 35px;
  }

  .menu-list-block {
    align-items: center;
    flex-direction: column;
  }

  .menu-list-block-item {
    margin: 2% 0;
  }

  .menu-list-block-item a {
    font-size: 1.5rem;
  }
}

/* unvisited link */
.menu-wrapper a:link {
  color: #4c4948;
  text-decoration: none;
  font-weight: 300;
}

/* visited link */
.menu-wrapper a:visited {
  color: #4c4948;
  text-decoration: none;
  font-weight: 300;
}

/* mouse over link */
.menu-wrapper a:hover {
  color: #ea68a2;
  text-decoration: underline;
  font-weight: 300;
}

/* selected link */
.menu-wrapper a:active {
  color: #ea68a2;
  font-weight: 300;
}


/**************comment**************/

/**************footer**************/
.footer {
  color: #333;
  font-size: 0.8rem;
  line-height: 1.5;
}

#facebook {
  margin: 20px;
  font-size: 4rem;
  color: #333;
}

#line {
  margin: 20px;
  font-size: 4rem;
  color: #333;
}

/**************vote**************/
.fixedbranding {
  width: 100%;
  height: 100vh;
  margin: 30px auto;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: -99;
}

@media (max-width: 767px) {
  .footer {
    margin-top: 30px;
  }
  .fixedbranding {
    width: 90%;
    height: auto;
    margin: 20px auto 0;
    text-align: center;
  }
}

.fixedbranding img {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.poster {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
  color: #333;
}

@media (max-width: 767px) {
  .poster {
    width: 90%;
  }
}

.cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: none;
  margin: 0 auto;
}

.cards div {
  flex: 0 1 19%;
}

@media (max-width: 767px) {
  .cards div {
    flex: 0 1 100%;
  }
}

.card {
  display: flex;
  flex-direction: column;
  margin: 0.5rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border: 1px solid grey;
  border-radius: 5px;
  box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.3);
  color: #333;
}

.card h2 {
  color: #510109;
  text-align: center;
  font-size: 1.5em;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  letter-spacing: 0em;
  margin-bottom: 0em;
}

@media (max-width: 767px) {
  .card h2 {
    font-size: 1em;
  }
}

.card-image {
  margin: 0;
}

.card-image img {
  max-width: 100%;
}

.card-image:hover img {}

.card-text {
  justify-self: flex-start;
  margin: 0;
  padding: 1rem;
}

.card-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  padding: 1rem;
  background: red;
}

.fa-youtube {
  color: #fff;
  font-size: 3em;
}

.label__checkbox {
  display: none;
}

.label__check {
  display: inline-block;
  border-radius: 0%;
  border: 5px solid rgba(0, 0, 0, 0.1);
  background: white;
  vertical-align: middle;
  /*margin-right: 10px;*/
  width: 2em;
  height: 2em;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.label__check i.icon {
  opacity: 0.2;
  font-size: calc(1.5rem + 1vw);
  color: transparent;
  -webkit-transition: opacity 0.3s 0.1s ease;
  transition: opacity 0.3s 0.1s ease;
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.5);
}

.label__check:hover {
  border: 5px solid rgba(0, 0, 0, 0.2);
}

.label__checkbox:checked+.label__text .label__check {
  -webkit-animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
  animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}

.label__checkbox:checked+.label__text .label__check .icon {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  color: white;
  -webkit-text-stroke: 0;
  -webkit-animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
  animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes icon {
  from {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes icon {
  from {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes check {
  0% {
    width: 2em;
    height: 2em;
    border-width: 5px;
  }

  10% {
    width: 1.5em;
    height: 1.125em;
    opacity: 0.1;
    background: rgba(0, 0, 0, 0.2);
    border-width: 15px;
  }

  12% {
    width: 1.5em;
    height: 1.125em;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.1);
    border-width: 0;
  }

  50% {
    width: 2em;
    height: 1.5em;
    background: #00d478;
    border: 0;
    opacity: 0.6;
  }

  100% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 1;
  }
}

@keyframes check {
  0% {
    width: 2em;
    height: 2em;
    border-width: 5px;
  }

  10% {
    width: 1.5em;
    height: 1.125em;
    opacity: 0.1;
    background: rgba(0, 0, 0, 0.2);
    border-width: 15px;
  }

  12% {
    width: 1.5em;
    height: 1.125em;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.1);
    border-width: 0;
  }

  50% {
    width: 2em;
    height: 1.5em;
    background: #00d478;
    border: 0;
    opacity: 0.6;
  }

  100% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 1;
  }
}

.register a:link {
  color: #FFF;
}

.register a:visited {
  color: #FFF;
}

.register a:hover {
  color: #FFFF00;
}

.gifts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.items {
  width: 15%;
  margin: 10px;
}


@media (max-width: 767px) {
  .items {
    width: 35%;
    margin: 10px;
  }
}

.items img {
  max-width: 100%;
}

.likehr {
  width: 100%;
  border-bottom: 1px solid white;
}

/*首頁按鈕*/
.btncontainer {
  width: 650px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  text-align: center;
  padding: 20px;
}

.block {
  flex: 1;
  width: 45%;
  padding: 10px;
  color: #150201;
  font-weight: 700;
}

.block img {
  width: 100%;
}

/* 選擇第一個元素並僅在它的右側添加間距 */
.block:first-child {
  margin-right: 20px;
}

.gradient-background {
  /*background: linear-gradient(45deg, #F8B62D 0%, #C8421C 100%);*/
  margin-bottom: 0px;
  /*border-radius: 10px;*/
}

.gradient-background2 {
  /*background: linear-gradient(450deg, #8FC31F 0%, #187FC4 100%);*/
  margin-bottom: 0px;
  /*border-radius: 10px;*/
}

.button {
  padding: 10px 20px;
  margin: 10px auto;
  border: none;
  border-radius: 20px;
  color: #150201;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
}

.button-grad {
  /*background: linear-gradient(90deg, #FFB347 0%, #FFCC33 100%);*/
  background: #FFFFFF;
}

.button-green {
  /*background: #4CAF50;*/
  background: #FFFFFF;
}

.button-grad:hover,
.button-green:hover {
  background: #150201;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .mob_ul {
    font-size: 13px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .btncontainer {
    width: 90%;
    flex-direction: column;
    padding: 20px 0px 0px;
  }

  .block {
    flex: 1;
    width: 100%;
    padding: 10px;
    color: #150201;
    font-weight: 700;
  }

  .block,
  .block:not(:last-child),
  .block:first-child {
    margin-right: 0;
    margin-bottom: 20px;
    /* 在堆疊時添加底部間距 */
  }
}

/*font color*/
.redfont {
  color: #D7020F;
  font-weight: 500;
}

.bluefont {
  color: #132B88;
  font-weight: 500;
}


.morevote {
  margin: 10px 0;
  /*font-size: 1.5rem;*/
  font-weight: 700;
}

.gradient-button {
  display: inline-block;
  padding: 10px 30px;
  font-size: 20px;
  /* 或根據需要調整字體大小 */
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: white;
  background: linear-gradient(135deg, #FFB347 0%, #FF6B6B 50%, #FF6B6B 100%);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: transform 0.3s ease;
  margin: 20px 0;
}

.gradient-button:hover {
  transform: scale(1.05);
}

.gradient-button2 {
  display: inline-block;
  padding: 10px 30px;
  font-size: 20px;
  /* 或根據需要調整字體大小 */
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: white;
  background: linear-gradient(135deg, #8FC31F 0%, #187FC4 25%, #A40B5D 50%, #F8B62D 75%, #C8421C 100%);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: transform 0.3s ease;
  margin: 20px 0;
}

.gradient-button2:hover {
  transform: scale(1.05);
}

/* 響應式設計，根據屏幕尺寸調整按鈕尺寸 */
@media (max-width: 768px) {

  .gradient-button,
  .gradient-button2 {
    padding: 8px 20px;
    font-size: 14px;
  }
}

.gifarea {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: top;
  text-align: center;
  padding: 10px;
}

.gifareaimg {
  max-width: 380px;
  text-align: center;
}


.gifareaimg img {
  max-width: 380px;
}

.mintlogo {
  width: 20%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 10px;
}

.mintlogo img {
  max-width: 30%;
  padding: 10px;
}

@media (max-width: 768px) {

  .gifarea {
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: top;
    text-align: center;
    padding: 10px;
  }

  .gifareaimg {
    max-width: 90%;
    text-align: center;
    font-size: 0.8em;
  }


  .gifareaimg img {
    max-width: 100%;
  }

  .mintlogo img {
    max-width: 80%;
    padding: 10px;
  }

}


/*首頁按鈕*/

.vote-button {
  background-color: #D7020F;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 15px 60px;
  font-size: 30px;
  cursor: pointer;
  font-family: "Noto Sans TC", sans-serif;
  transition: background-color 0.3s;
  margin: 0px 0px 30px;
}

.vote-button:hover {
  background-color: #c41530;
}

.coming-soon-button {
  background-color: white;
  color: #333;
  border: 2px solid #FABE01;
  border-radius: 50px;
  padding: 15px 40px;
  font-size: 30px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-weight: bold;
  transition: background-color 0.3s;
  margin: 20px 0px 30px;
}

.coming-soon-button:hover {
  background-color: #fff9e6;
}


.go-vote-button {
  background-color: #FABE01;
  color: #333;
  border: 2px solid #FABE01;
  border-radius: 50px;
  padding: 15px 40px;
  font-size: 60px;
  cursor: pointer;
  font-weight: 900;
  transition: background-color 0.3s;
  margin: 20px 0px 30px;
}

.go-vote-button:hover {
  background-color: #fff9e6;
}

.symbolicon {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

.symbolicon img {
  width: 20%;
}

@media (max-width: 767px) {
  .playyt {
    margin: 10px auto 17px;
  }

  .mintlogo img {
    max-width: 80%;
    padding: 10px;
  }

  .symbolicon {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
  }

  .symbolicon img {
    width: 26%;
  }

}

ul.menu-list-block {
  list-style-type: none;
}

.menu-list-block-item {
  list-style-type: none;
}


@media (max-width: 767px) {
  ul.menu-list-block {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .menu-list-block-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}

.prize {
  width: 100%;
  max-width: 600px;
}

.prize2 {
  width: 100%;
  max-width: 500px;
}


@media (max-width: 767px) {
  .prize {
    width: 100%;
    /*max-width: 300px;*/
  }

  .prize2 {
    width: 100%;
    max-width: 300px;
  }
}

.logo {
  width: 100%;
  max-width: 600px;
  margin-bottom: 30px;
}


@media (max-width: 767px) {
  .logo {
    width: 90%;
    max-width: 400px;
    margin-bottom: 30px;
  }
}

.app_title {
  font-size: 36px;
  font-weight: 900;
}

.prize0800 img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px; /* 上 0、左右 auto、下 30px */
}

@media (max-width: 767px) {
  .prize0800 img {
    max-width: 400px;
  }
}
