@charset "UTF-8";
@import url(/css/normalize.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&display=swap");
table {
  font-family: "Verdana", "Noto Sans TC", sans-serif, "Microsoft JhengHei", "微軟正黑體", "新細明體";
}

table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

img {
  max-width: 100%;
  display: block;
}

.f-gold {
  color: #e9ad69;
}

html, body {
  font-family: "Verdana", "Noto Sans TC", sans-serif, "Microsoft JhengHei", "微軟正黑體", "新細明體";
  letter-spacing: 0.01em;
  line-height: 1.5em;
  font-size: 19px;
  scroll-behavior: smooth;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg?20200903);
  background-color: #1e0c36;
  background-position: top center;
  background-repeat: no-repeat;
  color: #000;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 475px;
  position: relative;
  z-index: 1;
}

.header .logo, .header .logo a {
  width: 194px;
  height: 129px;
}

.header .logo {
  position: absolute;
  top: 10px;
  left: 100px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background-image: url(../../images/logo.png?20200903);
  background-size: 100%;
}

.header .slogan {
  width: 783px;
  height: 412px;
  position: absolute;
  top: 20px;
  left: 103px;
  background-image: url(../../images/slogan.png?20200903);
  -webkit-animation: delay .3s, bounceIn .5s .3s;
          animation: delay .3s, bounceIn .5s .3s;
}

.header a.btnM {
  width: 221px;
  height: 278px;
  position: absolute;
  top: 260px;
  right: 25px;
  background-image: url(../../images/btn_gold.png?20200903);
  -webkit-animation: btn-shake .5s linear infinite;
          animation: btn-shake .5s linear infinite;
}

.header a.btnM:hover {
  background-image: url(../../images/btn_gold_hover.png?20200903);
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes btn-shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes btn-shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.nav {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-animation: delay .5s, fadeInUp .5s .5s;
          animation: delay .5s, fadeInUp .5s .5s;
}

.nav .container {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  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;
}

.nav .container .navBtn {
  position: relative;
  width: 100%;
}

.nav .container .navBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.nav .container .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 289px;
  height: 154px;
}

.nav .container .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container .navBtn ul li.navBtn2 a {
  background-position-x: -289px !important;
}

.nav .container .navBtn ul li.navBtn3 a {
  background-position-x: -578px !important;
}

.nav .container .navBtn ul li.navBtn4 a {
  background-position-x: -867px !important;
}

.nav .container .navBtn ul li.navBtn5 a {
  background-position-x: -1156px !important;
}

.nav .container .navBtn ul li.navBtn6 a {
  background-position-x: -1445px !important;
}

.nav .container .navBtn ul li a:hover, .nav .container .navBtn ul li.action a {
  background-image: url(../../images/navBtn_action.png);
}

.nav .container .navBtn ul li a {
  display: block;
  width: 289px;
  height: 154px;
  text-align: center;
  margin: 0 auto;
  background-image: url(../../images/navBtn.png);
  background-size: 600% 100%;
}

.nav .container .navBtn ul li.action a {
  background-size: 600% 100%;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding: 20px 0 50px 0;
}

.content .container {
  width: 1100px;
  margin: 20px auto;
  padding: 0 50px 0 50px;
  background-color: #fff;
  border: 12px solid #000;
  border-radius: 10px;
}

.content .container h3 {
  text-align: center;
  margin: -30px auto 30px auto;
  width: 100%;
}

.content .container h3 img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.content .container h4 {
  text-align: left;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
  color: #f03a16;
  font-weight: bold;
  font-size: 1.35em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .container h4:before {
  content: '';
  width: 1.9em;
  height: 1.9em;
  display: inline-block;
  margin: -3px 3px;
  background-image: url("../../images/openbox.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.content .container h5 {
  font-size: 1.2em;
  padding: .6em;
  background-color: transparent !important;
  margin-bottom: 10px;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, from(white), color-stop(20%, #ef3916), color-stop(40%, #ef3916), color-stop(60%, #ef3916), color-stop(80%, #d4550f), to(white));
  background-image: linear-gradient(to left, white 0%, #ef3916 20%, #ef3916 40%, #ef3916 60%, #d4550f 80%, white 100%);
}

.content .container h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 10px 0 5px 0;
  color: #ccb653;
}

.content .container h6 span {
  padding: 5px 15px;
  background: #be0000;
  border-radius: 10px;
  color: #fff;
}

.content .container > p {
  margin-left: 2em;
}

.content .container > p > a {
  color: #6200ff;
}

.content .container > p > a:hover, .content .container > p > a:active {
  color: #cc007e;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.content .container ol, .content .container ul {
  margin-left: 2em;
}

.content .container ol li > a, .content .container ul li > a {
  color: #0084ce;
  text-decoration: underline;
}

.content .container ol li > a:hover, .content .container ul li > a:hover {
  color: #e100ff;
}

.content .container ol.list, .content .container ul.list {
  list-style-type: none;
  text-align: left;
  margin-bottom: 1.2em;
}

.content .container ol.list li, .content .container ul.list li {
  text-indent: -1.2em;
  margin-bottom: 0.2em;
}

.content .container ol.arrow li::before, .content .container ul.arrow li::before {
  content: '※ ';
  margin-left: 2px;
}

.content .container ol.asterisk > li:before, .content .container ul.asterisk > li:before {
  content: '● ';
}

.content .container ol.asterisk > li table, .content .container ul.asterisk > li table {
  margin-left: 0;
  text-indent: 0;
}

.content__btn div {
  color: #5a3f14;
  border-left: 1px solid #b3b3b3;
  width: 115px;
}

.content__btn div:first-child {
  border-left: none;
}

.content__btn div a:hover, .content__btn div a:active, .content__btn div.action a {
  color: #fff;
  border: 0;
  background: #5a3f14;
  border-radius: 50px;
  width: 105px;
}

.content__btn div a {
  font-size: .85em;
  color: #5a3f14;
  font-weight: bold;
  padding: 8px;
}

.ribbonBox {
  position: relative;
}

.ribbon {
  width: 30px;
  background: #ee583a;
  top: -6px;
  right: 60px;
  position: absolute;
  text-align: center;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 812px) {
  .ribbon {
    width: 48px;
    height: 110px;
    right: 30px;
    font-size: .88rem;
  }
}

@media only screen and (max-width: 500px) {
  .ribbon {
    right: -5px;
  }
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #ca3011;
  border-right: 6px solid transparent;
  right: -6px;
  top: 0;
}

@media only screen and (max-width: 500px) {
  .ribbon:before {
    border-bottom: 6px solid #ca3011;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}

.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #ee583a;
  border-right: 15px solid #ee583a;
  border-bottom: 12px solid transparent;
  bottom: -12px;
  left: 0;
}

@media only screen and (max-width: 812px) {
  .ribbon:after {
    border-left: 24px solid #ee583a;
    border-right: 24px solid #ee583a;
  }
}

/* ================= item__box ================= */
.item__box {
  background-color: #fff;
  border-color: rgba(65, 19, 126, 0.9);
  /*border-color:$itemBorderColor;*/
  border-width: 8px;
}

.item__box .giftLabel {
  background: url(../../images/label.svg);
  width: 5em;
  height: 5em;
  position: absolute;
  top: -.8em;
  left: 1em;
  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;
}

.item__box .giftLabel:before {
  content: attr(data-content);
  display: inline-block;
  color: #fff;
  font-size: 1.125em;
  white-space: pre;
  line-height: 1.025em;
  position: absolute;
  top: .8em;
}

.item__box p {
  margin-left: 0 !important;
  width: 100%;
  text-align: center;
}

.item__box p img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-img {
  border-radius: 0;
}

.item__box .item__box-img img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.item__box .item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}

.item__box .item__box-title {
  color: #fff;
  background-color: rgba(65, 19, 126, 0.9);
  /*background-color: $itemBorderColor;*/
  font-size: 1em;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-title a {
  color: #fff366;
}

.item__box .item__box-get {
  text-align: center;
  color: #ff0000;
  font-weight: bold;
}

@media only screen and (max-width: 500px) {
  .item__box .item__box-get {
    padding: 0;
  }
}

.item__box .item__box-get span {
  font-weight: lighter;
}

.item__box .item__box-get .row {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .item__box .item__box-get .row {
    padding: 0;
  }
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  border: 3px #a118a0 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-img {
  background: transparent;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #a118a0;
}

.item__box .item__box--02 .item__box-get {
  background-color: transparent;
}

.item__box .item__box--02.focus {
  border: 3px #ee3030 solid;
}

.item__box .item__box--02.focus .item__box-title {
  background-color: #ee3030;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #fff;
}

.table {
  font-family: "Verdana", "Noto Sans TC", sans-serif, "Microsoft JhengHei", "微軟正黑體", "新細明體";
  font-size: 1em;
  border-collapse: separate;
  border-spacing: 1px;
  border-radius: 5px;
  color: #1e0c36;
  border: 5px solid #41137e;
  background: #41137e;
}

@media only screen and (max-width: 812px) {
  .table {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

.table-full {
  width: 95%;
  margin: 0 auto;
}

.table tr {
  background: #fff;
}

.table tr th {
  color: #fff;
  background: #41137e;
  line-height: 1.5em;
}

.table tr td {
  position: relative;
}

.table tr td .ribbonLabelA {
  width: 103px;
  height: 85px;
  position: absolute;
  top: 0px;
  left: -28px;
  background-image: url(../../images/ribbonLabelA.svg) !important;
  background-size: 100%;
}

.table tr td .ribbonLabelA:before {
  width: 3em;
  display: block;
  content: attr(data-labelText);
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  position: absolute;
  left: 0.2em;
  top: 17px;
}

.table tr td.width3 {
  width: 33%;
}

@media only screen and (max-width: 500px) {
  .table tr td.ms-width5-5 {
    width: 25%;
  }
}

.table tr img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}

.table tr img.gem {
  display: inline-block;
}

.table tr .img-group {
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table tr .img-group img {
  display: inline-block;
  margin: 0 1%;
}

.table.collect {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 500px) {
  .table.collect {
    width: 85%;
    margin: 0;
  }
}

.table.collect2 {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 500px) {
  .table.collect2 {
    width: 100%;
    margin: 0 auto;
  }
}

.table.collect2 td {
  position: relative;
}

.table.collect2 td .icon_tit {
  position: absolute;
  top: 0;
  right: 10%;
}

@media only screen and (max-width: 812px) {
  .table.collect2 td .icon_tit img {
    top: 10px;
    max-width: 120px;
  }
}

@media only screen and (max-width: 500px) {
  .table.collect2 td .icon_tit img {
    top: 10px;
    max-width: 100px;
  }
}

.table.collect td {
  position: relative;
}

.table.collect td .icon_tit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -100px;
}

@media only screen and (max-width: 812px) {
  .table.collect td .icon_tit {
    right: -70px;
  }
}

@media only screen and (max-width: 812px) {
  .table.collect td .icon_tit img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 500px) {
  .table.collect td .icon_tit img {
    max-width: 100px;
  }
}

ul.tabBtn {
  text-align: center;
  margin-left: 0 !important;
  margin-bottom: 10px;
  margin-top: 10px;
  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;
}

ul.tabBtn li {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 10px 10px;
  margin-left: 0;
  border: 1px solid #4e4e4e;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#626262), color-stop(20%, #5d5d5d), color-stop(40%, #7c7c7c), color-stop(60%, #7c7c7c), color-stop(80%, #5d5d5d), to(#626262));
  background-image: linear-gradient(to bottom, #626262 0%, #5d5d5d 20%, #7c7c7c 40%, #7c7c7c 60%, #5d5d5d 80%, #626262 100%);
  -webkit-box-shadow: 0px 3px 0 #555555;
          box-shadow: 0px 3px 0 #555555;
  text-indent: 0;
}

ul.tabBtn li:hover, ul.tabBtn li.active {
  cursor: pointer;
  color: #fff;
  background-color: black;
  border: 1px solid #230a44;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2f0e5b), color-stop(20%, #41137e), color-stop(40%, #5318a1), color-stop(60%, #5318a1), color-stop(80%, #41137e), to(#2f0e5b));
  background-image: linear-gradient(to bottom, #2f0e5b 0%, #41137e 20%, #5318a1 40%, #5318a1 60%, #41137e 80%, #2f0e5b 100%);
  -webkit-box-shadow: 0px 3px 0 #0c0418;
          box-shadow: 0px 3px 0 #0c0418;
}

ul.tabMain {
  width: 95%;
  margin: 10px auto;
  margin-left: auto !important;
  list-style: none;
  text-align: center;
  background: rgba(65, 19, 126, 0.15);
  border-radius: 20px;
}

ul.tabMain > li {
  display: none;
  margin-left: 0;
  padding: 20px 0;
}

ul.arrow {
  list-style-type: none;
  margin-left: 1em;
  text-align: left;
}

ul.arrow li::before {
  content: '※ ';
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #b3b3b3;
  background: rgba(100, 100, 100, 0.5);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.explanation .note-main p {
  width: 100%;
  text-align: center;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .title div {
  background: #a2002a;
  padding: 10px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

.box-compose .title div p {
  text-align: center;
  margin: 0;
}

.box-compose .box-composeTitile {
  width: 100%;
  padding: 0;
}

.box-compose .box-composeTitile div {
  background-color: #ffd257;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 10px auto;
  width: 97%;
  padding: 25px 0;
}

.box-compose .box-composeMain img {
  max-width: 100%;
}

.box-compose .box-composeMain > div {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: #e3dcff;
  padding: 20px;
}

.box-compose .box-composeMain > div div {
  background-color: transparent !important;
}

.box-compose .box-composeMain > div > p {
  width: 98%;
  padding: 5px;
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 370px) {
  .box-compose .box-composeMain > div > p {
    font-size: 12px;
  }
}

.box-compose .box-composeMain img {
  margin: 0 auto;
  display: block;
}

.box-compose .box-composeMain img.gem {
  display: inline;
}

.box-compose .box-composeMain:nth-child(odd) {
  background-color: #9670d3;
  -webkit-box-shadow: 0px 3px 5px #473366;
          box-shadow: 0px 3px 5px #473366;
}

.box-compose .box-composeMain:nth-child(odd) div {
  background: #d4bdf8;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(odd) div.reward {
  background: #eabdf8;
  border: 3px solid #7651b3;
}

.box-compose .box-composeMain:nth-child(odd) div.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

.box-compose .box-composeMain:nth-child(even) {
  background-color: #545bbe;
  -webkit-box-shadow: 0px 3px 5px #1f2246;
          box-shadow: 0px 3px 5px #1f2246;
}

.box-compose .box-composeMain:nth-child(even) div {
  background-color: #99d1ff;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(even) div.reward {
  background: #c0c4ff;
  border: 3px solid #373b74;
}

.box-compose .box-composeMain:nth-child(even) div.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

/* ================= 內容區塊 ================= */
.box {
  padding: 30px;
}

.gotoheader {
  width: 100%;
  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;
  font-size: 1.5em;
  margin-top: 20px;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #41137e;
}

.gotoheader a:hover {
  color: #581aaa;
}

/* =================滑動選單B 單一遊戲================= */
#float_box {
  display: none;
  position: absolute;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 155px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 3px solid #000;
}

#float_box #float_box img {
  margin: 0 auto;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@-webkit-keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

.btnBox a {
  border: 1px solid #8a47e3;
  color: #fff;
  background-image: #581aaa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#41137e), color-stop(20%, #41137e), color-stop(40%, #581aaa), color-stop(60%, #581aaa), color-stop(80%, #41137e), to(#41137e));
  background-image: linear-gradient(to bottom, #41137e 0%, #41137e 20%, #581aaa 40%, #581aaa 60%, #41137e 80%, #41137e 100%);
  -webkit-box-shadow: 0px 3px 3px #41137e;
          box-shadow: 0px 3px 3px #41137e;
}

.btnBox a:hover {
  background-image: #581aaa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6f20d7), color-stop(20%, #6f20d7), color-stop(40%, #581aaa), color-stop(60%, #581aaa), color-stop(80%, #6f20d7), to(#6f20d7));
  background-image: linear-gradient(to bottom, #6f20d7 0%, #6f20d7 20%, #581aaa 40%, #581aaa 60%, #6f20d7 80%, #6f20d7 100%);
  -webkit-box-shadow: 0px 2px 2px #6f20d7, inset 0 2px 2px 2px #6f20d7, inset 0 -10px 10px 0px #6f20d7;
          box-shadow: 0px 2px 2px #6f20d7, inset 0 2px 2px 2px #6f20d7, inset 0 -10px 10px 0px #6f20d7;
  top: 2px;
  color: #fff;
}

.box-bg {
  width: 100%;
  margin: 10px auto;
  margin-left: auto !important;
  list-style: none;
  text-align: center;
  background: rgba(65, 19, 126, 0.3);
  border-radius: 20px;
}
