@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Space Grotesk", sans-serif;
  background: #0D1018;
  padding: 0;
  margin: 0;
}

section {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.sbmt,
.sbmt2,
.sbmt3 {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1) !important;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 13px 30px;
  border: none;
}

.sbmt {
  border: 1px solid #7dbbff !important;
}

.sbmt3 {
  padding: 15px 30px;
  background: linear-gradient(96deg, #3375b6 5.84%, #91cfff 49.44%, #9998df 85.53%) !important;
}

.gradient {
  background: linear-gradient(96deg, #91cfff 5.84%, #91cfff 49.44%, #91cfff 85.53%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.navbar-nav {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 28px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.navbar-nav .nav-item {
  margin-right: 25px;
}
.navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: all 1s;
  letter-spacing: 3px;
}
.navbar-nav .nav-item .nav-link:hover {
  background: linear-gradient(96deg, #3375b6 5.84%, #91cfff 49.44%, #9998df 85.53%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar-nav .nav-item .active {
  background: linear-gradient(96deg, #91cfff 5.84%, #91cfff 49.44%, #91cfff 85.53%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 3.6px;
  text-transform: none;
  margin-bottom: 0;
}

h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  margin-bottom: 0;
}

p {
  color: #f9f9f9;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

/* Header */
header {
  position: relative;
  background: url(../images/header.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 15, 23, 0.3);
}

header video {
  max-width: 1360px;
  height: 100dvh;
  border: none !important;
  position: absolute;
  right: 0;
  top: 66px;
  z-index: -1;
  mix-blend-mode: lighten;
}
header nav {
  background: radial-gradient(67.25% 67.25% at 88.84% 110.45%, rgba(6, 21, 38, 0.3) 0%, rgba(0, 49, 123, 0) 100%) , radial-gradient(102.41% 137.86% at -6.77% -56.58%, #163D44 0%, rgba(22, 61, 68, 0) 100%) , linear-gradient(268.81deg, rgba(19, 24, 35, 0.8) 0.58%, rgba(14, 24, 32, 0.8) 98.82%);
  box-shadow: 0px 10px 200px rgba(0, 0, 0, 0.4);
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999;
  left: 0;
  padding-left: 5% !important;
  padding-right: 5% !important;
}
header .hero {
  padding-top: 160px;
  z-index: 2;
  position: relative;
}
header .hero h1 {
  margin: 22px 0;
  color: #fff;
}
header .hero p {
  margin-bottom: 45px;
  font-weight: 500;
  max-width: 657px;
}
header .hero h5 {
  color: rgba(242, 242, 242, 0.9);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 0;
  text-transform: none;
}
header .hero .play_btn {
  margin: 0 25px;
}
header .hero .play_btn p {
  font-weight: 400;
  margin-left: 15px;
}
header .hero_plan {
  background: url(https://hyipvisual.com/error.html) no-repeat;
  background-size: contain;
  max-width: 310px;
  height: 396px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
header .hero_plan p {
  margin-bottom: 0;
}
header .hero_plan h3 {
  text-align: center;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 14px 0;
}
header .hero_plan h3 small {
  font-size: 48px;
}
header .hero_plan h6 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  margin-bottom: 37px;
}
header .hero_plan .sbmt {
  padding: 10px 32px;
  background: rgba(255, 255, 255, 0.05);
}

.statistics {
  margin-top: 115px;
}
.statistics .statistics_box {
  width: 100%;
  height: auto;
  padding: 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(35.0929069519px);
          backdrop-filter: blur(35.0929069519px);
  text-align: center;
}
.statistics .statistics_box h6 {
  color: #979797;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}
.statistics .statistics_box h4 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}

/* !Header */
/* Plan */
.plan {
  margin-top: 178px;
}
.plan .plan_sect_header {
  margin-bottom: 90px;
}
.plan .plan_sect_header_content {
  max-width: 484px;
  border-radius: 24px;
  border: 1px dashed #7dbbff;
  padding: 25px 21px;
}
.plan .plan_sect_header_content h2 {
  margin-bottom: 13px;
}
.plan .plan_sect_header_content p strong {
  color: #7ac2ff;
  font-weight: 700;
}

.plan_box1 {
  margin-top: 150px !important;
}

.plan_box {
  border-radius: 30px;
  max-width: 358px;
  margin: auto;
  padding: 0 25px 44px;
  background: radial-gradient(67.25% 67.25% at 88.84% 110.45%, rgba(6, 21, 38, 0.3) 0%, rgba(0, 49, 123, 0) 100%), radial-gradient(102.41% 137.86% at -6.77% -56.58%, #163D44 0%, rgba(22, 61, 68, 0) 100%), linear-gradient(268.81deg, rgba(19, 24, 35, 0.8) 0.58%, rgba(14, 24, 32, 0.8) 98.82%);
  box-shadow: 0px 10px 200px rgba(0, 0, 0, 0.4);
  border: 4px solid #0E1E28;
  backdrop-filter: blur(100px);
}
.plan_box .plan_img {
  margin-top: -53px;
  margin-bottom: 30px;
}
.plan_box h4 {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.32px;
  margin-bottom: 0;
}
.plan_box h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  line-height: normal;
}
.plan_box h3 span small {
  font-size: 22px;
  font-weight: 500;
}
.plan_box p small {
  font-size: 16px;
  font-weight: 400;
  margin-left: 7px;
}
.plan_box .plan_details {
  margin: 22px 0 32px;
}
.plan_box h6 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.plan_box h6 span {
  font-weight: 500;
}
.plan_box hr {
  max-width: 295px;
  margin: 26px auto 15px;
  color: rgb(255, 255, 255);
}
.plan_box input {
  width: 100%;
  height: 40px;
  background: #16101c !important;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 5px;
  padding: 10px;
  color: #fff !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none !important;
  box-shadow: none !important;
  margin: 22px 0 26px;
}
.plan_box .btn_sect {
  margin-top: 30px;
}
.plan_box .sbmt {
  color: #fff;
  background: linear-gradient(92deg, rgb(143 205 254) 12.43%, rgba(252, 180, 47, 0) 95.84%) !important;
}
.plan_box .sbmt:hover {
  background: linear-gradient(96deg, #7dbbff 5.84%, #95aeec 49.44%, #9998df 85.53%) !important;
  color: #171717;
}

/* !Plan */
/* About */
.about {
  margin-top: 150px;
}
.about h2 {
  margin-bottom: 20px;
}
.about p {
  margin-bottom: 54px;
}
.about .sbmt3 {
  margin-right: 31px;
}
.about .sbmt {
  color: #fff;
}
.about .video_box {
  background: linear-gradient(96deg, #3375b6 5.84%, #91cfff 49.44%, #9998df 85.53%);
  padding: 1px;
  width: 100%;
  height: 621px;
  border-radius: 16px;
}
.about .video_box video {
  border-radius: 16px;
  width: 100%;
  margin-bottom: 0;
}

/* !About */
/* FAQ */
.faq {
  margin-top: 140px;
}
.faq h2 {
  text-align: center;
  margin-bottom: 54px;
}

.accordion-item {
  
  border: none !important;
  padding: 0 !important;
  margin-bottom: 30px;
  border-radius: 5px;
  background: linear-gradient(96deg, #3375b6 5.84%, #91cfff 49.44%, #9998df 85.53%) !important;
}
.accordion-item h3 {
  margin-bottom: 0;
}
.accordion-item .accordion-button {
  background: linear-gradient(96deg, #3375b6 5.84%, #91cfff 49.44%, #9998df 85.53%) !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: none;
}
.accordion-item .accordion-body {
  padding-top: 0;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.accordion-item .accordion-button::after {
  background-image: url(https://hyipvisual.com/error.html);
}

/* !FAQ */
/* Affiliate */
.affiliate {
  margin-top: 168px;
}
.affiliate h2 {
  margin-bottom: 11px;
}
.affiliate p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.1%;
  margin-bottom: 61px;
}
.affiliate p span {
  text-transform: none;
  font-weight: 700;
}
.affiliate .ref_sect {
  margin: 13px 0 54px;
}
.affiliate .ref_sect div {
  margin-right: 37px;
}
.affiliate .ref_sect div:last-child {
  margin-right: 0;
}
.affiliate .ref_sect h6 {
  color: #f9f9f9;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 0;
}
.affiliate .ref_sect h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 130%;
}
.affiliate .lt_box {
  background: linear-gradient(96deg, rgba(255, 167, 6, 0.1) 5.84%, rgba(255, 218, 141, 0.1) 49.44%, rgba(153, 152, 223, 0.1) 85.53%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 25px;
  border-radius: 10px;
}
.affiliate .lt_box h4 {
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: none;
  margin-bottom: 24px;
}
.affiliate .lt_box .lt_box_content {
  margin-bottom: 35px;
}
.affiliate .lt_box .lt_box_content:last-child {
  margin-bottom: 0;
}
.affiliate .lt_box img {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
.affiliate .lt_box p {
  font-size: 18px;
  margin-bottom: 7px;
}
.affiliate .lt_box h5 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.affiliate .lt_box h6 {
  color: #aec6d8;
  font-family: Space Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.affiliate .lt_box .date_box {
  padding: 7px 11px;
  padding-right: 20px;
  margin-top: 17px;
}
.affiliate .lt_box .date_box h6 {
  color: #c1c1c1;
  font-size: 16px;
  line-height: 1;
}
.affiliate .lt_box .date_box .col-8 {
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #7dbbff;
  padding: 7px;
}
.affiliate .lt_box .date_box .col-4 {
  border-radius: 0px 5px 5px 0px;
  padding: 7px;
  border: 1px solid #9998df;
}
.affiliate .ref_lvl {
  position: relative;
}
.affiliate .ref_lvl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 15, 23, 0.3);
}
.affiliate .ref_lvl .lvl1,
.affiliate .ref_lvl .lvl2,
.affiliate .ref_lvl .lvl3 {
  position: absolute;
}
.affiliate .ref_lvl .lvl1 {
  top: 20px;
  left: 25px;
}
.affiliate .ref_lvl .lvl2 {
  left: 0px;
  bottom: -40px;
}
.affiliate .ref_lvl .lvl3 {
  bottom: 75px;
  right: 90px;
}
.affiliate .ref_lvl h3 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2px;
  text-transform: none;
  text-align: center;
}
.affiliate .ref_lvl h6 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  text-transform: none;
  text-align: center;
}
.we-accept li {
  color: #fff;
}
.we-accept-item {
  border-radius: 30px;
  width: 140px;
  margin: auto;
  background: radial-gradient(67.25% 67.25% at 88.84% 110.45%, rgba(6, 21, 38, 0.3) 0%, rgba(0, 49, 123, 0) 100%), radial-gradient(102.41% 137.86% at -6.77% -56.58%, #163D44 0%, rgba(22, 61, 68, 0) 100%), linear-gradient(268.81deg, rgba(19, 24, 35, 0.8) 0.58%, rgba(14, 24, 32, 0.8) 98.82%);
  box-shadow: 0px 10px 200px rgba(0, 0, 0, 0.4);
  border: 4px solid #0E1E28;
  backdrop-filter: blur(100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 20px;
  color: #fff;
  margin: 5px;
}
.we-accept-item img {
  width: 42px;
}
/* !Affiliate */
/* Brnad */
.brnad {
  margin-top: 100px;
}
.brnad h2 {
  margin-bottom: 37px;
  text-align: center;
}
.brnad img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

/* !Brnad */
/* Footer */
footer {
  margin-top: 131px;
  background: radial-gradient(67.25% 67.25% at 88.84% 110.45%, rgba(6, 21, 38, 0.3) 0%, rgba(0, 49, 123, 0) 100%) , radial-gradient(102.41% 137.86% at -6.77% -56.58%, #163D44 0%, rgba(22, 61, 68, 0) 100%) , linear-gradient(268.81deg, rgba(19, 24, 35, 0.8) 0.58%, rgba(14, 24, 32, 0.8) 98.82%);
  box-shadow: 0px 10px 200px rgba(0, 0, 0, 0.4);
  border-top: 4px solid #12252C;
  backdrop-filter: blur(100px);
  padding: 40px 0 48px;
}
footer h6, footer a {
  color: #ddd;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
}
footer .logo {
  margin-bottom: 34px;
}
footer .info {
  margin-bottom: 16px;
}
footer .info h6 {
  margin-left: 23px;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer ul li {
  margin-bottom: 25px;
}
footer p {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}
footer .social a {
  margin-bottom: 20px;
}
footer .social a img {
  margin-right: 10px;
}
footer .copyright {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  margin: 0;
  color: #fff;
  font-size: 18px;
}

/* !Footer */
/* Laptop Screen */
@media screen and (max-width: 1700px) and (min-width: 1100px) {
  section {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .about .video_box {
    height: 492px;
  }
  .affiliate .ref_lvl .lvl3 {
    right: 0;
  }
}
/* !Laptop Screen */
/* Tab Screen */
@media screen and (max-width: 1099px) and (min-width: 992px) {
  section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .navbar-nav {
    padding: 8px 28px;
  }
  nav .sbmt2 {
    height: 53px;
    padding-top: 15px;
  }
  header {
    overflow-x: hidden;
  }
  header video {
    height: 100%;
    right: auto;
  }
  .about .video_box {
    height: 403px;
  }
  .affiliate .ref_lvl .lvl3 {
    right: 10px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  header {
    overflow-x: hidden;
  }
  header video {
    right: auto;
  }
  header .hero {
    margin-top: 100px;
  }
  .plan,
  .about,
  .affiliate,
  .faq,
  footer {
    margin-top: 100px;
  }
  .plan_box1 {
    margin-top: 0 !important;
  }
  .about .video_box {
    height: 100%;
    padding-top: 2px;
  }
  .affiliate .ref_lvl .lvl3 {
    right: 25px;
  }
}
/* !Tab Screen */
/* Mobile Screen */
@media screen and (max-width: 760px) {
  body {
    min-width: 360px !important;
  }
  section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 34px;
  }
  header {
    overflow-x: hidden;
  }
  header video {
    right: auto;
  }
  header .hero {
    margin-top: 100px;
  }
  header .hero .play_btn {
    margin-right: 0;
  }
  .statistics {
    margin-top: 35px;
  }
  .plan,
  .about,
  .affiliate,
  .faq,
  footer {
    margin-top: 100px;
  }
  .plan_box1 {
    margin-top: 0 !important;
  }
  .plan_box {
    margin-top: 50px !important;
  }
  .about .video_box {
    height: 100%;
    padding-top: 2px;
  }
  .about .sbmt3 {
    margin-right: 9px;
    padding: 15px;
  }
  .affiliate .ref_sect div {
    margin-right: 25px;
  }
  .affiliate .ref_lvl .lvl2 {
    left: 25px;
  }
  .affiliate .ref_lvl .lvl3 {
    right: 10px;
    bottom: 10px;
  }
}
/* !Mobile Screen *//*# sourceMappingURL=style.css.map */