* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  position: relative;
  /* background-image: url(../img/bg/bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background: linear-gradient(110deg, #30a1d2 50%, #d54777 50%);
  background-attachment: fixed;
  background-position: bottom;

}

button,
button:active,
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

section {
  /* border-top: 7px solid #ffffff; */
  /* background-image: url(../img/bg/snow_bg.png); */
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

section .container-xl {
  width: 100%;
  position: relative;
  padding: 0 25px;
  margin: 0 auto;
}


section h1 {
  color: #ffdf83;
  margin: 0 auto 0px;
  display: inline-block;
  padding: 10px 30px 7px;
  font-size: 20px;
  border-radius: 50px;
  -webkit-box-shadow: #edc05f 0 5px 5px;
  box-shadow: #edc05f 0 5px 5px;
  background-color: #8e4101;

  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 996px) {
  section h1 {
    margin: 0 auto 40px;
    font-size: 34px;
  }
}

@media (max-width: 425px) {
  .row>* {
    padding: 5px;
  }
}


.intro {
  font-size: 16px;
  margin-bottom: 0px;
  font-family: "DINPro-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif, 'cwTeXHei', 'Microsoft JhengHei';
  color: #ffffff;
}

.intro .monery {
  position: relative;
}

.intro .monery::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #ffde829d;
  border-radius: 10px;
}

.intro .monery i {
  color: #ffdd82;
  font-size: 150%;
}

.intro-note {
  font-size: 13px;
  line-height: 1.4;
  color: #ffffff;
  padding: 0 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.intro-note a {
  color: #5782c1;
}

@media (min-width: 996px) {
  .intro {
    font-size: 12px;
  }
}

.item-bg {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 20px;
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1));
  margin: 0 auto 1.5rem auto;
  max-width: 1000px;
}

.subtitle {
  text-align: left;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #493816;
  border-left: 8px solid #f9384a;
  padding-left: 10px;
  margin-left: 10px;
}

.subtitle span {
  font-size: 13px;
}

.pic-up {
  margin-top: -10%;
}

.btn {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: -2px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 2px;
}

.gold-box {
  background-color: #493816;
  height: 10px;
}

@media (min-width: 996px) {
  .btn-upper {
    margin-top: -40px;
  }

  .btn-down {
    margin-bottom: -40px;
  }

  .gold-box {
    height: 50px;
  }
}

.brown {
  background: linear-gradient(90deg, #a5782c, #95653b);
}

.gray {
  background: linear-gradient(90deg, #656565, #4a4a4a);
}

.btn a {
  color: #666666;
  text-decoration: none;
  display: block;
  padding: 10px;
  width: 40%;
  margin: 0 5px;
  margin-bottom: 10px;
  transition: 3ms;
  background-color: #ffffff;
}

.btn a:hover {
  transform: scale(1.05);
}

@media (min-width: 996px) {
  .btn a {
    display: inline-block;
    width: auto;
    margin: 0 40px;
    font-size: 24px;
    padding: 15px 60px;
  }
}

.title img {
  max-width: 750px;
  width: 80%;
}

.title-up {
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
}

.blue {
  background-color: #30a1d2;
}

.pink {
  background-color: #d54777;
}



/* Sec ========================================== */
#Sec1 .container-xl {
  width: 100%;
  padding: 0;
}

#Sec2,
#Sec3,
#Sec4,
#Sec5,
#Sec6,
#Sec7,
#Sec8,
#Sec9 {
  text-align: center;
  /* background: url(../img/bg/bg-gradient.png) center center #000 no-repeat; */
  padding: 0 0 50px 0;
  padding-bottom: 1rem;
  z-index: 5;
}

#Sec4,
#Sec5,
#Sec6 {
  background: url(../img/bg/bg_papper.jpg) center center #000 repeat;
  z-index: 5;
  position: relative;
}

#Sec4 {
  border-top: 10px solid #000000;
}

#Sec6 {
  border-bottom: 10px solid #000000;
}

/*#Sec4 {
  text-align: center;
  background: url(../img/bg/star-bg.jpg) center center #000 repeat; 
  padding: 50px 0 50px;
}*/

@media (min-width: 576px) {

  #Sec2,
  #Sec3,
  #Sec4,
  #Sec5,
  #Sec6,
  #Sec7,
  #Sec8,
  #Sec9 {
    padding-bottom: 7rem;
  }
}



/* Secbg區域 ========================================== */
#Secbg {
  width: 100%;
}

#Secbg .imgBg1,
#Secbg .imgBg2,
#Secbg .imgBg3,
#Secbg .imgBg4,
#Secbg .imgBg5,
#Secbg .imgBg6,
#Secbg .imgBg7,
#Secbg .imgBg8 {
  width: 100%;
  max-width: 80px;
}

.imgBg1 {
  position: fixed;
  bottom: 150px;
  left: 100px;
  /* -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1)); */
  transform: rotate(5deg);
}

.imgBg2 {
  position: fixed;
  top: 70px;
  right: 100px;
  transform: rotate(10deg);
}

.imgBg3 {
  position: fixed;
  bottom: 160px;
  right: 150px;
  transform: rotate(-5deg);
}

.imgBg4 {
  position: fixed;
  top: 40px;
  left: 190px;
  transform: rotate(10deg);
}

.imgBg5 {
  position: fixed;
  top: 45%;
  right: 300px;
}

.imgBg6 {
  position: fixed;
  bottom: 300px;
  left: 360px;
  transform: rotate(-15deg);
}

.imgBg7 {
  position: fixed;
  top: 200px;
  left: 20%;
  transform: rotate(-10deg);
}

.imgEarth {
  position: fixed;
  bottom: 10%;
  right: 3%;
  width: 100%;
  max-width: 200px;
  z-index: 5;
}

.imgBg8 {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: rotate(20deg);
}

.imgPrdtBg1 {
  position: absolute;
  top: 200px;
  left: 4%;
  transform: rotate(20deg);
  width: 50px;
}

.imgPrdtBg2 {
  position: absolute;
  top: 550px;
  right: 8%;
  transform: rotate(20deg);
  width: 50px;
}

.imgPrdtBg3 {
  position: absolute;
  top: 250px;
  left: 7%;
  transform: rotate(20deg);
  width: 50px;
}

.imgPrdtBg4 {
  position: absolute;
  top: 750px;
  right: 15%;
  transform: rotate(20deg);
  width: 50px;
}

.imgPrdtBg5 {
  position: absolute;
  top: 70%;
  left: 15%;
  transform: rotate(20deg);
  width: 50px;
}

@media (max-width:768px) {
  .imgEarth {
    bottom: 13%;
    right: 7%;
    max-width: 150px;
  }
}

@media (max-width:576px) {
  .imgEarth {
    max-width: 80px;
    bottom: 40%;
    right: 1%;
  }
}



@media (max-width:425px) {
  .imgCloud1 {
    bottom: 150px;
    left: -50px;
    width: 150px;
  }

  .imgCloud2 {
    top: 140px;
    right: -50px;
    width: 150px;
  }

  .imgCircle1 {
    top: 200px;
    left: 30px;
    width: 100px;
  }

  .imgCircle2 {
    bottom: 200px;
    right: 30px;
    width: 60px;
  }
  .imgEarth {
    max-width: 80px;
    bottom: 25%;
    right: 1%;
  }
}

#Secbg {
  position: relative;
  z-index: 2;
}

#Sec1 .img1 {
  animation: img1move 4s;
  animation-iteration-count: infinite;
  position: absolute;
  z-index: 1;
  width: 140px;
}

@keyframes img1move {
  0% {
    top: 30%;
    right: -20px;
  }

  50% {
    top: 32%;
    right: -40px;
  }

  100% {
    top: 30%;
    right: -20px;
  }
}


#Sec1 .img2 {
  max-width: 200px;
  animation: img2move 5s;
  animation-iteration-count: infinite;
  position: absolute;
  z-index: 3;
}

@keyframes img2move {
  0% {
    top: 5%;
    left: 60%;
  }

  50% {
    top: 10%;
    left: 59%;
  }

  100% {
    top: 5%;
    left: 60%;
  }
}

#Sec1 .img3 {
  max-width: 100px;
  animation: img3move 5s;
  animation-iteration-count: infinite;
  position: absolute;
  z-index: 3;
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1))
}

@keyframes img3move {
  0% {
    top: -1%;
    left: 30%;
  }

  50% {
    top: 2%;
    left: 31%;
  }

  100% {
    top: -1%;
    left: 30%;
  }
}

#Sec1 .img4 {
  max-width: 200px;
  animation: img4move 4s;
  animation-iteration-count: infinite;
  position: absolute;
  z-index: 3;
  rotate: 30deg;
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1))
}

@keyframes img4move {
  0% {
    top: 15%;
    left: -3%;
  }

  50% {
    top: 16%;
    left: -1%;
  }

  100% {
    top: 15%;
    left: -3%;
  }
}

#Secbg .img5 {
  max-width: 30px;
  animation: img5move 6s;
  animation-iteration-count: infinite;
  position: fixed;
  z-index: 1;
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1))
}

@keyframes img5move {
  0% {
    top: 80px;
    left: 300px;
  }

  50% {
    top: 90px;
    left: 280px;
  }

  100% {
    top: 80px;
    left: 300px;
  }
}

#Secbg .img6 {
  max-width: 50px;
  animation: img6move 6s;
  animation-iteration-count: infinite;
  position: fixed;
  z-index: 3;
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1))
}

@keyframes img6move {
  0% {
    top: 500px;
    left: 300px;
  }

  50% {
    top: 550px;
    left: 350px;
  }

  100% {
    top: 500px;
    left: 300px;
  }
}

#Secbg .img7 {
  max-width: 20px;
  animation: img7move 6s;
  animation-iteration-count: infinite;
  position: fixed;
  z-index: 1;
}

@keyframes img7move {
  0% {
    top: 500px;
    right: 300px;
  }

  50% {
    top: 450px;
    right: 350px;
  }

  100% {
    top: 500px;
    right: 300px;
  }
}

@media (max-width:1024px) {
  #Sec1 .img2 {
    width: 150px;
  }

  #Sec1 .img4 {
    width: 120px;
  }
}

@media (max-width:768px) {
  #Sec1 .img1 {
    width: 100px;
  }

  #Sec1 .img2 {
    width: 100px;
  }

  #Sec1 .img3 {
    width: 80px;
  }

  #Sec1 .img4 {
    width: 80px;
  }
}

@media (max-width:455px) {
  #Sec1 .img1 {
    width: 80px;
  }

  #Sec1 .img2 {
    width: 50px;
  }

  #Sec1 .img3 {
    max-width: 30px;
  }

  #Sec1 .img4 {
    width: 40px;
  }
}



/* aside區域 ========================================== */
aside {
  position: fixed;
  right: 0px;
  top: 250px;
  width: 150px;
  z-index: 990;
}

a.asideIcon {
  border: none;
  position: fixed;
  z-index: 991;
  right: 20px;
  top: 170px;
}

.asideIcon img {
  width: 100px;
}

#menuButtonopen,
#menuButtonclose {
  background-color: #004d29be;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  width: 15px;
  position: fixed;
  font-weight: bold;
  transition: 1s;
  color: #ffffff;
  z-index: 999;
  transition: 3s all ease;
}

#menuButtonclose {
  right: 0px;
  top: 120px;
  /* border-radius: 20px 0 0 20px; */
}

#menuButtonopen {
  right: 0px;
  top: 120px;
  display: none;
  /* border-radius: 20px 0 0 20px; */
}

#menuButtonclose:hover,
#menuButtonopen:hover {
  color: #ffea00;
}

.aside-wrap {
  text-align: center;
  color: #ffffff;
}

.aside-content {
  position: relative;
  transition: 1s all ease;
}

.aside-content ul {
  padding: 0;
  background-color: #004d29be;
  /* border-radius: 20px 0 0 20px; */
  padding: 0.5rem 0;
  /* box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; */
}

.aside-content a {
  color: #ffffff;
  display: block;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  border-bottom: 1px solid #ffffff;
  transition: 0.5s;
}

.aside-content li {
  display: block;
  list-style: none;
}

.aside-content a:hover {
  /* background-color: #c1a26a; */
  color: #ffea00;
  font-weight: bold;
  font-size: 1rem;
}

/* section區域 ========================================== */
section {
  z-index: 99;
  position: static;
  /* min-height: 100vh; */
  /* padding-top: 50px; */
  color: #ffffff;
}

section .container-xl {
  /* margin-top: 1rem; */
  z-index: 3;
}

section h5 {
  text-align: center;
  letter-spacing: .25rem;
}

/* sec1區域 ========================================== */
#sec1 {
  /* background-image: url(../img/bg/banner_xl.png); */
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  min-height: auto;
  margin: 0;
  padding: 0;
}

#sec1 img {
  display: block;
}

#sec1 .container-xl {
  padding: 0;
}

.logo-wrap-pc {
  padding: 0px 0px;
  box-sizing: border-box;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.logo-bar-pc {
  /* width: 10px; */
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: 23px;
  left: 0;
}

.logo-wrap-mobile {
  background-color: #d7003f;
  text-align: center;
  padding: 8px;
  display: block;
}

/* .logo-bar:after{	
	width: 10px;
	height: 6px;
	background-color: #fff;
	position: absolute;
	top: 11px;
	left: 0;
	content: '';
} */
@media screen and (min-width: 768px) {
  .logo-wrap-pc {
    display: block;
  }

  .logo-wrap-mobile {
    display: none;
  }
}

.logo-wrap-pc>.logo {
  width: 128px;
  padding-bottom: 20px;
  margin-top: 20px;
  padding-left: 23px;
}

@media screen and (min-width: 768px) {
  .logo-wrap-pc>.logo {
    padding-bottom: 20px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 991px) {
  .logo-wrap-pc>.logo {
    padding-left: 55px;
  }
}

#sec1 .secbannerxl {
  margin: 0 auto;
  /* max-width: 1920px; */
  width: 100%;
  display: block;
}

#sec1 .secbannerl {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  display: none;
}

#sec1 .secbannermd {
  margin: 0 auto;
  max-width: 1020px;
  width: 100%;
  display: none;
}

@media (max-width:1200px) {
  #sec1 .secbannerxl {
    display: none;
  }

  #sec1 .secbannerl {
    display: block;
  }

  #sec1 .secbannermd {
    display: none;
  }
}

@media (max-width:768px) {
  #sec1 .secbannerxl {
    display: none;
  }

  #sec1 .secbannerl {
    display: none;
  }

  #sec1 .secbannermd {
    display: block;
  }
}

#sec1 .img2 {
  /* animation: moveleftright 2.5s; */
  animation-iteration-count: infinite;
  max-width: 700px;
  position: absolute;
}

#sec1 .img3 {
  /* animation: moveleftrightstop 0.5s; */
  animation-iteration-count: 1;
  max-width: 700px;
  position: absolute;
}

#sec1 .img4 {
  /* animation: moveupdown1 4s; */
  animation-iteration-count: infinite;
  position: absolute;
}


@keyframes moveleft {
  from {
    left: 100px;
    opacity: 0.5;
  }

  to {
    left: 0px;
    opacity: 1;
  }
}


@keyframes moveright {
  from {
    left: -100px;
    opacity: 0.5;
  }

  to {
    left: 0px;
    opacity: 1;
  }
}

@keyframes moverightout {
  0% {
    left: -150px;
    opacity: 0.5;
  }

  25% {
    left: 0px;
    opacity: 1;
  }

  40% {
    left: -20px;
    opacity: 1;
  }

  50% {
    left: 0px;
    opacity: 1;
  }

  60% {
    left: -20px;
    opacity: 1;
  }

  60% {
    left: 0px;
    opacity: 1;
  }

  80% {
    left: -20px;
    opacity: 1;
  }

  90% {
    left: 0px;
    opacity: 1;
  }
}

@keyframes moverightleft {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes moveleftright {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
}

@keyframes moveleftrightstop {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 20;
    opacity: 0.8;
  }

  100% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    right: 0;
    opacity: 1;
  }
}

@keyframes moveupdown {
  0% {
    top: 105px;
    left: 20px;
  }

  25% {
    top: 90px;
    left: 25px;
  }

  50% {
    top: 105px;
    left: -20px;
  }

  75% {
    top: 90px;
    left: -25px;
  }

  100% {
    top: 105px;
    left: 20px;
  }
}

@keyframes moveupdown1 {
  0% {
    top: 105px;
    left: -20px;
  }

  25% {
    top: 90px;
    left: -25px;
  }

  50% {
    top: 105px;
    left: 20px;
  }

  75% {
    top: 90px;
    left: 25px;
  }

  100% {
    top: 105px;
    left: -20px;
  }
}

@keyframes moveupdown2 {
  0% {
    bottom: 80px;
  }

  50% {
    bottom: 100px;
  }

  100% {
    bottom: 80px;
  }
}

@keyframes moveupdown2 {
  0% {
    bottom: 50px;
  }

  50% {
    bottom: 70px;
  }

  100% {
    bottom: 50px;
  }
}

/* @media (min-width:2560px) {
  #sec1 {
  min-height: 1360px;
  }
} */

/* @media (max-width:1920px) {
  #sec1 {
    min-height: 1020px;
  }
} */

/* @media (max-width:1600px) {
  #sec1 {
    min-height: 750px; 
  }
} */

/* @media (max-width:1440px) {
  #sec1 {
    min-height: 765px; 
  }
} */

@media (max-width:1200px) {
  #sec1 {
    /* background-image: url(../img/bg/banner_l.png); */
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    /* min-height: 800px; */
  }

  #sec1 img {
    max-width: 1000px;
    /* width: 80%; */
    margin: 0 auto;
  }
}

/* @media (max-width:1024px) {
  #sec1 {
    min-height: 683px; 
  }
} */

/* @media (max-width:992px) {
  #sec1 {
    min-height: 661px;
  }
} */

@media (max-width:768px) {
  #sec1 {
    /* background-image: url(../img/bg/banner_md.png); */
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    /* min-height: 841px; */
    margin-bottom: 1rem;
  }

  #sec1 .img2,
  #sec1 .img3,
  #sec1 .img4 {
    margin: 0 auto;
    width: 80%;
  }

  @media (max-width:576px) {
    /* #sec1 {
      min-height: 631px;
    } */
    /* #sec1 .imgLogo {
      display: none;
    } */
  }
}

/* @media (max-width:600px) {
  #sec1 {
    min-height: 650px; 
  }
} */

/* @media (max-width:425px) {
  #sec1 {
    min-height: 465px;
  }
}

@media (max-width:375px) {
  #sec1 {
    min-height: 411px;
  }
}

@media (max-width:320px) {
  #sec1 {
    min-height: 350px;
  }
} */


@media (max-width:768px) {
  #sec1 .img6 {
    margin: auto;
    max-width: 150px;
  }
}

#Sec1 #TimeCounter {
  background: rgb(251, 231, 218);
  background: linear-gradient(180deg, rgba(251, 231, 218, 1) 0%, rgba(254, 241, 234, 1) 100%);
  text-align: center;
  padding: 1.5rem 0;
  font-size: 1.5rem;
  letter-spacing: 2px;
  /* background-image: url(../img/bg/snow_bg1.gif);
  background-position: center;
  background-size: auto 100%;
  background-repeat: repeat; */
}


#TimeCounter div {
  display: inline-block;
  font-size: 3rem;
  background-color: #ffffff;
  color: #78695D;
  padding: 0 .75rem;
  border-radius: 10px;
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1));
}

#TimeCounter span {
  padding: .5rem;
  font-size: 2rem;
}

#TimeCounter .TimeCounterTitle {
  display: inline-block;
  padding: 0 1.5rem .75rem 1.5rem;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #78695D;
}

@media (max-width:425px) {
  #TimeCounter div {
    font-size: 1.75rem;
    padding: 0 .5rem;
  }
}

@media (max-width:576px) {
  #TimeCounter .TimeCounterTitle {
    display: block;
  }
}

/* Sec2 */
#Sec2 .item img {
  transition: .5s;
  max-width: 600px;
}

#Sec2 .item img:hover {
  transform: scale(0.95);
}


/* Sec2~5 */

.sale {
  width: 100%;
  margin: 1rem auto;
  -webkit-filter: drop-shadow(7px 7px 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(7px 7px 3px rgba(0, 0, 0, 0.1));
}

.sale img {
  transition: .5s;
}

.sale img:hover {
  transform: scale(0.98);
}

.btn a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 10px;

  margin: 0 1rem;
  margin-bottom: 10px;
  transition: 3ms;
  background-color: #000000;
  font-size: 14px;
  border: 3px solid #000000;
  -webkit-filter: drop-shadow(7px 7px 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(7px 7px 3px rgba(0, 0, 0, 0.1));
}

.btn a:hover {
  transform: scale(1.05);
  color: #000000;
  border: 3px solid #000000;
  background-color: #ffffff;
}

@media (min-width: 996px) {
  .btn a {
    display: inline-block;
    width: auto;
    margin: 0 40px;
    font-size: 16px;
    width: 40%;
    max-width: 250px;
  }
}



.join-member {
  background-color: #1BB91F;
  box-shadow: 0px 0px 3px #888;
  transition: .3s;
  display: flex;
  justify-content: center;
  text-decoration: none;
  line-height: 1.1rem;
  border-radius: 8px 0 0 8px;
  position: fixed;
  z-index: 55555;
  padding: 8px 15px 8px 15px;
  bottom: 80px;
  right: -5px;
  width: 46px;
  flex-direction: column;
  color: #ffffff;
  font-size: 15px;
}

.join-member img {
  width: 20px;
  margin-bottom: 3px;

}

.join-member:hover {
  color: #ffffff;
  right: 0px;
}

@media (max-width:425px) {
  .join-member {
    bottom: 150px;
  }

  .join-member span {
    display: none;
  }
}


.reveal {
  position: relative;
  transform: translateY(80px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(-20px);
  opacity: 1;
}

.prdt {
  -webkit-filter: drop-shadow(7px 7px 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(7px 7px 3px rgba(0, 0, 0, 0.1));
}

.prdt img {
  transition: .5s;
  max-width: 500px;
}

.prdt img:hover {
  transform: scale(1.05) !important;
}

.prdt-up {
  margin-top: 1.5rem;
}


/* modal ========================================== */
.modal.show .modal-dialog {
  transform: none;
  text-align: left;
  vertical-align: middle;
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 100px auto 0;
  padding: 6px;
}

.modal-header {
  background: none;
  border-bottom: none;

}

.modal-body {
  padding: 0;
}

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/modal/close.svg);
  opacity: .9;
}

.modal-content {
  background: none;
  border: none;
}


footer {
  background-color: #100a00;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  /* bottom: 0; */
  text-align: center;
  padding: .75rem .5rem;
  display: block;
  z-index: 4;
  font-size: 0.9rem;
}



.bling,
.bling:before,
.bling:after {
  position: fixed;
  content: "";
  top: -800px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: radial-gradient(5px 5px at 183px 62px, rgba(245, 182, 175, 0.8) 50%, rgba(0, 0, 0, 0)), radial-gradient(5px 5px at 785px 462px, rgba(245, 182, 175, 0.6) 50%, rgba(0, 0, 0, 0)), radial-gradient(3px 3px at 10px 429px, #e1d5c8 50%, rgba(0, 0, 0, 0)), radial-gradient(5px 5px at 689px 38px, rgba(245, 182, 175, 0.6) 50%, rgba(0, 0, 0, 0)), radial-gradient(5px 5px at 699px 548px, rgba(245, 182, 175, 0.7) 50%, rgba(0, 0, 0, 0)), radial-gradient(4px 4px at 527px 420px, rgba(245, 182, 175, 0.6) 50%, rgba(0, 0, 0, 0)), radial-gradient(5px 5px at 385px 722px, rgba(245, 182, 175, 0.8) 50%, rgba(0, 0, 0, 0)), radial-gradient(3px 3px at 459px 41px, rgba(245, 182, 175, 0.7) 50%, rgba(0, 0, 0, 0)), radial-gradient(3px 3px at 502px 343px, rgba(245, 182, 175, 0.6) 50%, rgba(0, 0, 0, 0)), radial-gradient(3px 3px at 760px 610px, rgba(245, 182, 175, 0.7) 50%, rgba(0, 0, 0, 0)), radial-gradient(4px 4px at 712px 789px, rgba(245, 182, 175, 0.7) 50%, rgba(0, 0, 0, 0));
  background-size: 800px 800px;
  animation: blingbling 10s linear infinite;
}

.bling:before {
  margin-left: -400px;
  animation-duration: 30s;
  filter: blur(1.5px);
  opacity: 0.5;
  animation-direction: reverse;
}

.bling:after {
  margin-left: -266.6666666667px;
  animation-duration: 20s;
  filter: blur(3px);
  opacity: 0.7;
  animation-direction: reverse;
}

@keyframes blingbling {
  to {
    transform: translateY(800px);
  }
}