html,body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: Prompt;
  background-color: #710204;
  color: white;
  line-height: 1.4;
}
.bg-head {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.bg-head::before {
  position: absolute;
  content: "";
  background-image: url('./images/cbwc-bg-only-min.jpg');
  inset: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
.position-relative {
  position: relative;
}
.logo {
  position: absolute;
  top: 10vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.logo > img {
  width: 90%;
  height: auto;
  max-width: 70vh;
}
.content-head {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.arrow-down {
  border-radius: 50%;
  background: #F0392C40;
  box-shadow: 0px 4px 4px 0px #00000040, 0px 0px 8px 2px #F0392C inset;
  backdrop-filter: blur(4px);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.arrow-down:hover {
  background: #F0392CCC;
  box-shadow: 0px 0px 8px 2px #F0392C inset, 0px 0px 4px 0px #FFFFFF;
}
.banner {
  overflow: unset;
  position: relative;
}
.banner img {
  position: relative;
  width: 80vw;
  object-fit: contain;
  max-width: 60vh;
}
.date {
  display: flex;
  justify-content: center;
  align-items: center;
}
.date img {
  max-width: 200px;
}
.corner {
  position: absolute;
  width: 20vw;
  max-width: 150px;
}
.corner.top {
  top: 24px;
}
.corner.bottom {
  bottom: 24px;
}
.corner.left {
  left: 24px;
}
.corner.right {
  right: 24px;
}
.corner.top.right {
  transform: scaleX(-1);
}
.corner.bottom.left {
  transform: scaleY(-1);
}
.corner.bottom.right {
  transform: scale(-1, -1);
}
.bg-body {
  position: relative;
  padding: 20px 0;
  background: radial-gradient(49.82% 50% at 50.81% 50%, #710204 0%, #1B0000 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.bg-body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./images/pattern.svg");
  opacity: 10%;
  background-repeat: repeat;
  background-size: 80px;
}
.lantern1 {
  position: absolute;
  top: 0;
  left: 24px;
  width: 20vw;
  max-width: 100px;
}
.lantern2 {
  position: absolute;
  top: 30%;
  right: 0;
  width: 20vw;
  max-width: 250px;
}
.tabs-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 32px);
  gap: 24px;
  color: #C4C4C4;
  padding: 16px;
  /* position: sticky; */
  top: 0;
  z-index: 2;
  flex-wrap: wrap;
}
.tab-title {
  /* cursor: pointer; */
  text-align: center;
  font-size: 20px;
  text-wrap: nowrap;
}
.tab-title.selected {
  padding: 8px 16px;
  border-image: url('./images/btn-bg.png') 20 fill / 2rem;
  border-radius: 999rem;
  /* background-image: url('./images/btn-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-title.selected > span {
  font-weight: 700;
  background: linear-gradient(180deg, #AA7534 0%, #FFCF83 30.5%, #F9E29C 55%, #EBE867 75%, #98581B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.content-body {
  position: relative;
  /* mix-blend-mode: screen; */
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
}
.content-body > div {
  margin: auto;
  width: calc(100% - 10vw);
}
.content-body::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1200px;
  mix-blend-mode: screen;
  background-image: url('./images/flare-big.png');
  background-repeat: no-repeat;
  background-position:  center top;
  background-size: 100%;
  opacity: 50%;
  pointer-events: none;
}
.content-body > div {
  /* display: none; */
  padding: 0 5vw;
  max-width: 1200px;
  /* overflow-y: auto; */
  /* max-height: calc(100vh - 204px); */
  font-size: 18px;
}
.content-body > .show {
  display: block;
}
.list-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.list-content > .item {
  padding: 24px;
  background-image: url('./images/border-gradient.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  gap: 16px;
}
.list-content > .item > img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.credit {
  width: calc(100% - 48px);
  background: linear-gradient(90deg, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.5) 50%, rgba(255, 0, 0, 0) 100%);
  padding: 8px 24px;
  text-align: center;
  margin-top: 24px;
}
.bg-red-gradient {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  border: 4px solid transparent;
  padding: 4px 20px;
  background:
    linear-gradient(180deg, #D60906 0%, #450001 50%) padding-box,
    linear-gradient(90deg, #AA7534 0%, #FFCF83 30.5%, #F9E29C 55%, #EBE867 75%, #98581B 100%) border-box;
}
.section-title {
  position: relative;
  background: linear-gradient(180deg, #AA7534 0%, #FFCF83 30.5%, #F9E29C 55%, #EBE867 75%, #98581B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 24px;
  font-weight: 700;
}
.section-title::before, .section-title::after {
  content: "";
  background: linear-gradient(90deg, rgba(170, 117, 52, 0) 0%, #FFCF83 30.5%, #F9E29C 55%, #EBE867 75%, rgba(152, 88, 27, 0) 100%);
  height: 4px;
  flex: 1;
}
.section-title::after {
  transform: scaleX(-1);
}
.fw-bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-gold {
  font-weight: 700;
  background: linear-gradient(180deg, #AA7534 0%, #FFCF83 30.5%, #F9E29C 55%, #EBE867 75%, #98581B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
li {
  margin-top: 4px;
}
.position-absolute {
  position: absolute;
}
.border-image {
  position: relative;
  height: 24px;
  background-image: url("./images/line-ch.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 16px auto !important;
}
.border-image::before {
  content: "";
  position: absolute;
  right: 12vw;
  top: -40vh;
  width: 50px;
  height: 50px;
  background-image: url("./images/coin1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.border-image::after {
  content: "";
  position: absolute;
  left: 5vw;
  top: 50%;
  width: 100px;
  height: 100px;
  background-image: url("./images/coin2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translateY(-50%);
}
.lantern {
  position: absolute;
  width: 30vw;
}
.lantern.right {
  right: 0;
  transform: scaleX(-1);
}
@media (max-width: 991px) {
  .bg-head::before {
    background-size: auto 100%;
  }
  .content-head {
    bottom: 5vh;
  }
  .banner {
    margin-bottom: 60px;
  }
  .lantern1, .lantern2 {
    display: none;
  }
}
@media (max-aspect-ratio: 4/7) {
  .bg-head img[alt="coin1"] {
    top: unset !important;
    bottom: 20%;
    left: 20% !important;
    width: 20% !important;
  }
  .bg-head img[alt="coin2"] {
    top: unset !important;
    bottom: 10% !important;
    right: 20% !important;
    width: 10% !important;
  }
}
@keyframes floating {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
      transform: translate(7%) translateY(7%);
  }
  100% {
      transform: translateX(0px) translateY(0px);
  }
}
.animate-floating {
  will-change: transform;
  animation: var(--animation-duration, 3s) ease-in-out var(--animation-delay, 2s) infinite normal none running floating;
}