header {
  background: #141c25;
  z-index: 999999;
  position: fixed;
  width: 100%;
}
.header-logo {
  width: 160px;
}
.top-banner {
  margin-top: 6rem;
}

.navbar-toggler-icon {
  width: 2.5em;
  height: 2.5em;
}

.text-shadow {
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}

.wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  background: repeating-linear-gradient(
    315deg,
    #2e373e,
    #1f282f 30%,
    #2e373e 30%,
    #1f282f 30%
  );

  width: 100%;
  height: 2600px;
}

header li {
  margin: 0 5px;
}

header li a:hover {
  color: #fff;
  text-shadow: 0 0 5px #fee71b, 0 0 5px #fee71b, 0 0 2px #fee71b;
  /* transition: all 0.25s; */
}

header li:first-child {
  margin-left: 15px;
}

header .header-group-button button {
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 8px;
  padding: 7px 13px;
}

.header-group-button a {
  margin: 0 5px;
}

.header-group-button a:last-child {
  margin-right: 0px;
}

.header-menu-item {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-toggler {
  border-color: #fff;
}

.icon-menu-mobile {
  font-size: 2rem;
  color: #fff;
}

.btn-header {
  background: transparent;
  color: #fff;
}

.btn-header:hover {
}

.btn-header-login-88Online {
  background: linear-gradient(
    135deg,
    #ffeb72,
    #ae732b 35%,
    #ae732b 65%,
    #ffc75a
  );
}

.btn-header-login-88Online :hover {
  background: linear-gradient(
    135deg,
    #ae732b,
    #ee9e3c 55%,
    #ee9e3c 65%,
    #ae732b
  );
}

.btn-header-login,
.btn-login-now {
  cursor: pointer;
}

.btn-header-login:hover,
.btn-login-now:hover {
  color: #ae732b;
}

.btn-header-signup,
.btn-reg-now {
  cursor: pointer;
}

.btn-header-signup:hover,
.btn-reg-now:hover {
  color: #ae732b;
}

.banner img {
  height: 660px;
}

.info-register {
  padding: 5rem 0;
}

.info-register-left,
.info-register-right {
  width: 100%;
  margin-top: 5rem;
}

.info-register-left p {
  font-size: 1.6rem;
  line-height: 2rem;
}

.info-register-left-title,
.info-register-right-title {
  font-size: 3rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
  padding: 0 0 2rem 0;
  text-align: center;
}

.form-control {
  height: calc(4rem + 2px);
  font-size: 1.4rem;
  background-color: #ffffffcf;
  border: 1px solid #fff;
  border-radius: 6px;
}

.img-captcha {
  height: calc(4rem + 2px);
  border-radius: 8px;
}

.btn-reg-login-now {
  display: flex;
  margin-left: -15px;
}

.btn-reg-login-now a,
.btn-reg-login-now > input {
  width: 50%;
  margin-left: 15px;
}

.btn-reg-now,
.btn-login-now {
  width: 100%;
  height: calc(4rem + 2px);
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 6px;
}

.social {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  height: 42px;
}

.social a {
  margin-left: 15px;
  color: #ae732b;
}

.title-social {
  margin-left: 15px;
}

.icon {
  font-size: 2.5rem;
}

.icon-transparent {
  color: transparent;
}

.icon-facebook {
  font-size: 5rem;
  color: #4267b2;
}

.icon-youtube {
  font-size: 5rem;
  color: #ea4335;
}

.wrapper-contact {
}

.box-social-contact {
  background: #4745478a;
  padding: 1em;
  margin: 0;
  border-radius: 8px;
}

.box-social-contact1 {
  background: #4745478a;
  padding-left: 13rem;
  margin: 0;
  border-radius: 8px;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;

  width: 50%;
  margin: 0 auto;
}

.box-main-content,
.box-profit {
  background: #4745478a;
  border-radius: 8px;
  padding: 1em;
  color: #ffffff;
}

.box-main-content p {
  text-align: justify;
  line-height: 30px;
  font-size: 1.6rem;
}

.box-main-spreadsheet {
  color: #ffffff;
}

.title-spreadsheet {
  font-size: 3rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
  padding: 2rem 0 2rem 0;
  text-align: center;
}

.list-item-spreadsheet {
  gap: 12px;
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
}

.item-spreadsheet {
  background: #4745478a;
  border-radius: 8px;
  padding: 1em;
}

.item-spreadsheet li {
  list-style-type: none;
}

.price-text {
  margin-top: 1.5rem;
}

.price-subtitle {
  margin-top: 1.8rem;
}

.price-subtitle p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}

.price-text ion-icon {
  margin-right: 5px;
  color: #0d6efd;
}

.box-profit p {
  text-align: justify;
  line-height: 30px;
  font-size: 1.8rem;
}

.box-main-how-earn-bilions {
  background: #4745478a;
  border-radius: 8px;
  padding: 1em;
  color: #ffffff;
}

.title-how-earn-bilions {
  font-size: 3rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
  padding: 2rem 0 2rem 0;
  text-align: center;
}

.paragraph-top p {
  font-size: 2rem;
  font-weight: 400;
}

.item-how-earn-bilions ion-icon {
  font-size: 2.5rem;
  margin-right: 1rem;
}

.item-how-earn-bilions-title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.item-how-earn-bilions-content p {
  line-height: 2.5rem;
}

.title-highlights {
  font-size: 3rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
  padding: 2rem 0 2rem 0;
  text-align: center;
}

.box-highlights {
  background: #4745478a;
  border-radius: 8px;
  padding: 1em;
  color: #ffffff;
}

.item-highlights-icon {
  text-align: center;
  font-size: 4rem;
}

.item-highlights-content {
  text-align: justify;
  line-height: 2.2rem;
  font-weight: 400;
  font-size: 1.6rem;
}

.box-slogan-ceo {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #4745478a;
  padding: 2rem 0;
  border-radius: 8px;
}

.slogan-ceo {
  font-size: 2.2rem;
  font-style: italic;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.box-slogan-ceo h1 {
  font-size: 4.5rem;
  color: #fff;
}

.jun88-real {
  margin: 2rem 0 2rem 0;
}

.box-jun88-real {
  text-align: center;
  padding: 2rem 0;
}

.box-jun88-real h1 {
  font-weight: bold;
  font-size: 3rem;
  color: #02a9dc;
  margin-bottom: 0;
}

.video-youtube {
  height: 624px;
  border-radius: 8px;
}

.video-youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.error {
  margin-top: 5px;
  font-weight: 400;
  font-size: 1.2rem;
}

.top-banner-content .slick-dots {
  display: flex;
  list-style: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-banner-content .slick-dots li {
  margin: 0 5px;
}

.top-banner-content .slick-dots li button {
  height: 10px;
  width: 50px;
  background: #ffffff3d;
  border: none;
  font-size: 0;
  border-radius: 8px;
}

.top-banner-content .slick-dots .slick-active button {
  background: #ffffffcf;
}

.top-banner-content-item-right {
  text-align: center;
  text-transform: uppercase;
}

.top-banner-content-item-right li {
  list-style: none;
}

.top-banner-content-item-right img {
  width: 182px;
}

.top-banner-content-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.top-banner-content-right-content p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: justify;
  line-height: 3.5rem;
  padding: 0 5px;
  text-shadow: 0 0 5px #024970, 0 0 3px #024970, 0 0 2px #024970;
}

.top-banner-content-item-right img {
  display: inline !important;
  margin-bottom: 4rem;
}

.top-banner-content-item-right h1 {
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
  margin-bottom: 2rem;
}

.top-banner-content-item-right li {
  margin: 20px 0;
  font-size: 2.6rem;
  line-height: 2rem;
  font-weight: bold;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0 5px #1bb6fe, 0 0 5px #1bb6fe, 0 0 2px #1bb6fe;
}

.pricing-list .price-title {
  text-align: center;
}

.pricing-list li img {
  display: inline;
}

.contact-tele {
  width: 100px;
  height: 100px;
  background-color: red;
}

.contact-tele {
  width: 70px;
  height: 70px;
  background-color: #0cb1e300;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  z-index: 1;
}

/* =============================================== */

@-webkit-keyframes at-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(9, 192, 247, 0.486),
      0 0 0 0 rgba(3, 169, 235, 0.199), 0 0 0 5px rgba(22, 141, 221, 0.603),
      0 0 0 10px rgba(9, 192, 247, 0.808);
  }
  100% {
    box-shadow: 0 4px 10px rgba(21, 180, 219, 0.815),
      0 0 0 5px rgba(16, 213, 219, 0.795), 0 0 0 10px rgba(16, 157, 212, 0.1),
      0 0 0 20px rgba(24, 224, 224, 0.671);
  }
}
@keyframes at-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(18, 129, 219, 0.1),
      0 0 0 0 rgba(22, 176, 214, 0.562), 0 0 0 5px rgba(102, 102, 102, 0.1),
      0 0 0 10px rgba(102, 102, 102, 0.1);
  }
  100% {
    box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1),
      0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1),
      0 0 0 20px rgba(102, 102, 102, 0);
  }
}

@-webkit-keyframes at-ripple-blue {
  0% {
    box-shadow: 0 4px 10px rgba(65, 185, 255, 0.1),
      0 0 0 0 rgba(65, 179, 255, 0.1), 0 0 0 5px rgba(65, 147, 255, 0.1),
      0 0 0 10px rgba(65, 195, 255, 0.1);
  }
  100% {
    box-shadow: 0 4px 10px rgba(65, 179, 255, 0.582),
      0 0 0 5px rgba(65, 170, 255, 0.274), 0 0 0 10px rgba(65, 185, 255, 0.205),
      0 0 0 20px rgba(65, 201, 255, 0.479);
  }
}
@keyframes at-ripple-blue {
  0% {
    box-shadow: 0 4px 10px rgba(111, 155, 180, 0.774),
      0 0 0 0 rgba(72, 126, 161, 0.644), 0 0 0 5px rgba(42, 94, 161, 0.788),
      0 0 0 10px rgba(47, 120, 153, 0.719);
  }
  100% {
    box-shadow: 0 4px 10px rgba(91, 162, 209, 0.192),
      0 0 0 5px rgba(80, 157, 219, 0.274), 0 0 0 10px hsla(202, 75%, 71%, 0.205),
      0 0 0 20px rgba(107, 203, 241, 0.192);
  }
}

.bdr-ripple-ani-btn {
  display: block;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  box-sizing: border-box;
  color: #666;
  animation: at-ripple 0.6s linear infinite;
  overflow: hidden;
}
.bdr-ripple-ani-btn {
  color: white;
  animation: at-ripple-blue 0.6s linear infinite;
}

.bdr-ripple-ani-btn i {
  transform: rotate(0deg);
  transition: 0.5s ease;
}
.bdr-ripple-ani-btn:hover i {
  transform: rotate(180deg);
}

#exampleModalCenter {
  color: #404040;
}

#exampleModalCenter .modal-title {
  font-size: 2.2rem;
}

#exampleModalCenter #modal-text {
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  padding: 0 20px;
}

#exampleModalCenter button {
  font-size: 1.4rem;
  padding: 5px 15px;
}

#exampleModalCenter img {
  display: inline-block;
  width: 235px;
  background: #10b4e6;
  padding: 10px 20px;
  border-radius: 8px;
}

#exampleModalCenter > div > div > div.modal-header > button {
  border: none;
}

#exampleModalCenter .modal-footer {
  padding-bottom: 20px;
  justify-content: center;
}

.tooltip-inner {
  padding: 5px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  font-size: 1.2rem;
}

#exampleModalCenter > div > div > a {
  text-align: center;
  padding-bottom: 30px;
}

#exampleModalCenter > div > div > div.modal-header > button {
  font-size: 30px;
}
