/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-BoldItalic.woff2") format("woff2"), url("../fonts/Aptos-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-Italic.woff2") format("woff2"), url("../fonts/Aptos-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-Light.woff2") format("woff2"), url("../fonts/Aptos-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-LightItalic.woff2") format("woff2"), url("../fonts/Aptos-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos.woff2") format("woff2"), url("../fonts/Aptos.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-SemiBold.woff2") format("woff2"), url("../fonts/Aptos-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-Bold.woff2") format("woff2"), url("../fonts/Aptos-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Aptos";
  font-size: 18px;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.text-center {
  text-align: center;
}

.box-main {
  position: relative;
  background: url("../images/banner-pc.jpg") no-repeat center;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .box-main {
    background: url("../images/banner-mb.jpg") no-repeat center;
    background-size: cover;
  }
}
.box-main .logo {
  padding: 60px;
}
@media (max-width: 1440px) {
  .box-main .logo {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .box-main .logo {
    padding: 32px;
  }
  .box-main .logo img {
    height: 40px;
  }
}

.box-gift {
  transition: 0.4s all !important;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .box-gift {
    padding: 0 20px;
  }
}
.box-gift.active {
  opacity: 1;
  pointer-events: unset;
}
.box-gift .gift-content {
  position: relative;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .box-gift .gift-content {
    transform: scale(0.85);
    transform-origin: top;
  }
}
@media (max-width: 991px) {
  .box-gift .gift-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .box-gift .gift-content {
    transform: scale(1);
  }
}
@media (max-width: 1023px) {
  .box-gift .gift-content > img {
    width: 100%;
  }
}
.box-gift .desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding-top: 16%;
}
@media (max-width: 767px) {
  .box-gift .desc {
    padding-top: 32%;
  }
}

.number-text {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .number-text {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .number-text img {
    width: 100%;
  }
}

.btn-main a {
  display: inline-flex;
  align-items: center;
  justify-items: center;
  height: 56px;
  padding: 0 46px;
  background: #0175BC;
  border-radius: 60px;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .btn-main a {
    font-size: 14px;
    height: 40px;
    padding: 0 24px;
  }
}

.bg-overlay {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(40px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  transition: 0.4s all !important;
  pointer-events: none;
  opacity: 0;
}
.bg-overlay.active {
  opacity: 1;
  pointer-events: unset;
}

.content-form-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 7;
  transition: 0.4s all !important;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 767px) {
  .content-form-dialog {
    padding: 20px;
  }
}
.content-form-dialog.active {
  opacity: 1;
  pointer-events: unset;
}
.content-form-dialog .wpcf7-not-valid-tip {
  font-size: 14px;
  display: block;
  font-weight: 500;
  margin-top: 6px;
  font-style: italic;
}
@media (max-width: 767px) {
  .content-form-dialog .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
.content-form-dialog .wpcf7-response-output {
  margin: 0 !important;
  padding: 12px 0 0 0 !important;
  font-size: 14px;
  font-weight: 600;
  border: 0 !important;
  text-align: center;
  display: none !important;
}
.content-form-dialog .wpcf7-spinner {
  position: absolute;
  margin: 0;
  z-index: 2;
  top: calc(50% - 12px);
  right: 12px;
}

.content-form {
  background: #fff;
  padding: 40px;
  border-radius: 40px;
  width: 660px;
  position: relative;
}
@media (max-width: 767px) {
  .content-form {
    width: 100%;
    border-radius: 20px;
    padding: 20px;
  }
}
.content-form .icon-coin {
  position: absolute;
  top: 32px;
  right: -32px;
  z-index: 2;
  width: 110px;
}
@media (max-width: 767px) {
  .content-form .icon-coin {
    width: 60px;
    top: 20px;
    right: -16px;
  }
}
@media (max-width: 767px) {
  .content-form .icon-coin img {
    width: 100%;
  }
}
.content-form .head-form {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .content-form .head-form {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .content-form .head-form img {
    max-width: 100px;
  }
}

.btn-abs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  display: none;
}
.btn-abs img {
  width: 100%;
  height: 100%;
}

.form-dialog ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .form-dialog ul {
    flex-wrap: wrap;
    gap: 0;
  }
}
.form-dialog ul li {
  position: relative;
}
@media (max-width: 767px) {
  .form-dialog ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-dialog ul li:first-child {
    order: 2;
  }
  .form-dialog ul li:last-child {
    order: 1;
  }
}
.form-dialog ul li .clc-close {
  width: 200px;
  height: 54px;
  color: #196AD3;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  cursor: pointer;
  border-radius: 60px;
  border: 1px solid #0175BC;
}
@media (max-width: 767px) {
  .form-dialog ul li .clc-close {
    height: 40px;
    border-radius: 60px !important;
    font-size: 14px;
    border: 0;
    background: transparent;
    color: #000000;
    width: 100% !important;
    opacity: 0.6;
  }
}
.form-dialog ul li .btn_field {
  width: 200px;
  height: 54px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: #0175BC;
  cursor: pointer;
  border-radius: 60px;
  border: 1px solid #0175BC;
}
@media (max-width: 767px) {
  .form-dialog ul li .btn_field {
    height: 40px;
    font-size: 14px;
    width: 100%;
    border-radius: 60px;
  }
}
.form-dialog .item {
  position: relative;
  margin-bottom: 16px;
}
.form-dialog .item:last-child {
  margin-bottom: 0;
}
.form-dialog .item label {
  margin-bottom: 6px;
  display: block;
}
.form-dialog .item .txt_field {
  width: 100%;
  height: 52px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid #85D0FF;
  outline: none;
  font-size: 18px;
  font-family: "Aptos";
}
@media (max-width: 767px) {
  .form-dialog .item .txt_field {
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
  }
}
.form-dialog .item .txt_field::placeholder {
  color: #AAAAAA;
}
.form-dialog .item p {
  margin: 0;
}
.form-dialog .item br {
  display: none;
}

.text-success {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .text-success {
    margin-bottom: 12px;
  }
}
.text-success h3 {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
}
@media (max-width: 767px) {
  .text-success h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .text-success br {
    display: none;
  }
}

@media (max-width: 991px) {
  .show-pc {
    display: none;
  }
}

.show-mb {
  display: none;
}
@media (max-width: 991px) {
  .show-mb {
    display: block;
  }
}

/*======================================== Coins falling effect =================================*/
.coins-rain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.falling-coin {
  position: absolute;
  top: -15%;
  pointer-events: none;
  animation: fall linear infinite;
}

@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: translateY(115vh) rotate(360deg);
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
