* {
  padding: 0;
  margin: 0;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

img {
  display: block;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  background-color: #ffffff !important;
}


.header {
  z-index: 10;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vipforall {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    /* background: url(../images/bgelements.png) center/cover no-repeat; */
    padding: 0;
    position: relative;
    /* height: 3095px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.allvips-title {
  margin-top: -1.1rem;
}
/* section {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
} */

.lootbonus {
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.allvips {
    /* margin-top: -46px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.platforms {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin-top: -1.5rem;
}

.platforms img {
    padding: 10px;
    margin: 10px;
}

.platforms a:last-child img {
  margin-left: -8rem;
}

.allvips .element {
    margin-right: -18rem;
    margin-top: -10rem;
}

/* .lootbonus {
    padding-bottom: 9rem;
} */

/* .years {
  padding-bottom: 9rem;
} */

.lootbonus .title {
    margin: 15px 0 40px 0;
}

.lootbonus .allplatforms {
    margin-bottom: 24px;
}

.pop {
  position: fixed;
  margin: 0 auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 20;
  width: 100%;
  /* height: 100vh; */
  background-color: #000000ba;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 750px;
}

.pop a img {
  width: 100%;
  max-width: 750px;
  height: auto;
  position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
}

/* .pop {
    width: 100%;
    max-width: 750px;
    height: 100vh;
    background: url(../img/popup_img.png) center/cover no-repeat;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
  } */
  
  .close {
    width: 52px;
    height: 51px;
    background: url(../images/close.png) no-repeat;
    /* margin-top: 42%; */
    /* margin-left: 90%; */
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 20%;
  }
  .close-button:hover {
    transform: scale(1.1); /* 按下時放大效果 */
  }
  .pop_banner {
    width: 647px;
    height: 393px;
    margin: 0 auto;
    overflow: hidden;
  }
  .pop_banner .swiper-pagination-bullet,
  .banner .swiper-pagination-bullet {
    background: #c96161;
    width: 16px;
    height: 16px;
  }
  .pop_banner .swiper-pagination-bullet-active,
  .banner .swiper-pagination-bullet-active {
    background: #000000;
  }

  .footer-main {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #c96161;
    margin-bottom: -4px;
    width: 100%;
    max-width: 750px;
    text-align: center;
    margin: 0 auto;
  }

  #TG img {
    position: fixed;
    width: 8%;
    z-index: 9;
    right: 2%;
    bottom: 15%;
  }

  #ww img {
    position: fixed;
    width: 8%;
    z-index: 9;
    right: 2%;
    bottom: 30% !important;
  }

  @media (min-width: 320px) {
    
      #ww img {
        bottom: 22% !important;
      }
    }
    @media (min-width: 768px) {
    
      #ww img {
        bottom: 31% !important;
      }
    }
  
  /* Style the tab */
.tab {
  overflow: hidden;
  background-color: #c60214;
  width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 45px;
  color: white;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #960613;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #960613;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
#London {
  display: block;
}

/* tab padding bottom */
.myvalue {
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.linkdecoration {
  text-decoration: none;
}

/* ACCODION style */
.accordion {
  /* background-color: #d7b438; */
  background: linear-gradient(62deg, #fdfeba, #fffff9, #d4ad3c, #fbe66b);
  color: #42075e;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 33px;
  transition: 0.4s;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.active, .accordion:hover {
  background-color: #c4a229; 
}

.panel {
  /* padding: 0 18px; */
  display: none ;
  background-color: #d1ffe400;
  margin-top: 20px;
  overflow: hidden;
  /* display: grid; */
  /* grid-template-columns: auto auto; */
}

.image_flex {
 display: flex;
}

#neonShadow{
  width: 97%;
  margin-top: 20px;
  border:none;
  transition:0.3s;
  background-color:rgba(156, 161, 160,0.3);
  animation: glow 1s infinite ;
  transition:0.5s;
}

.d-flex{
  display: flex !important;
}

.gap-4 {
  gap: 3.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}

.gap-3 {
  gap: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.align-items-center {
  align-items: center !important;
}
.flex-column {
  flex-direction: column !important;
}
.w-100 {
  width: 100% !important;
}

@media (min-width: 992px) {
  .gap-lg-5 {
      gap: 1rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-3 {
      gap: 1rem !important;
  }
}
.gap-2 {
  gap: .5rem !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.w-100 {
  width: 100% !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.text-warning-emphasis {
  color: #664d03 !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}

.myvalue {
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

img, svg {
  vertical-align: middle;
}

.linkdecoration {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .h1, h1 {
      font-size: 2.5rem;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .gap-lg-5 {
      gap: 1rem !important;
  }
}

.border-bottom {
  border-bottom: 2px solid #dee2e6 !important;
}

.mydon{
  margin-top: 20px;
}

@keyframes glow{
  0%{
  box-shadow: 5px 5px 20px rgb(255, 222, 33),-5px -5px 20px rgb(251, 255, 6);}
  
  50%{
  box-shadow: 5px 5px 20px rgb(255, 197, 6),-5px -5px 20px rgb(196, 151, 29)
  }
  100%{
  box-shadow: 5px 5px 20px rgb(218, 255, 5),-5px -5px 20px rgb(255, 231, 92)
  }
}

.zoom:hover {
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02); 
}
  @media only screen and (max-width: 751px)  {
    .pop a img {
      top: 20%;
    }
  }