@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
}

.hero_box {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(47px);
          backdrop-filter: blur(47px);
  padding: 13px;
  margin: 25px 0;
}

.hero_box .hero_subbox {
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.1);
  padding: 9px;
  padding-right: 28px;
  margin-bottom: 10px;
}

.hero_box .hero_subbox img {
  width: 26px;
  height: 26px;
  margin-right: 15px;
}

.hero_box .hero_subbox h6 {
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.hero_box .hero_subbox h6 strong {
  font-weight: 700;
}

section {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.navbar {
  position: relative;
  margin-top: 35px;
  margin-bottom: 100px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.navbar .nav_logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 7px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .nav_logo a {
  margin-right: 0;
}

.nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
  margin-right: 45px;
}

.sbmt {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1) !important;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 12px 22px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sbmt span {
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  background: linear-gradient(96deg, #f202f4 -5.14%, #ff7272 51.16%, #28b3ff 104.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sbmt:hover {
  background: rgba(255, 255, 255, 0.15) !important;
}

.sbmt2 {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1) !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  color: rgba(255, 255, 255, 0.8) !important;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  padding: 13px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sbmt2:hover {
  background: rgba(255, 255, 255, 0.15) !important;
}

header .sbmt2 {
  width: 199px;
  margin-right: -100px;
  text-align-last: left;
}

h1 {
  color: rgba(255, 255, 255, 0.9);
  font-family: Orbitron;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

h1 sup {
  font-size: 32px;
  line-height: 34px;
}

h1 span {
  font-size: 64px;
  font-weight: 700;
  background: linear-gradient(96deg, #f202f4 -5.14%, #ff7272 51.16%, #28b3ff 104.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  color: rgba(255, 255, 255, 0.8);
  font-family: Orbitron;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

p {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 148.1%;
  margin-bottom: 0;
}

.site_video {
  width: 100%;
  height: 100%;
  mix-blend-mode: plus-lighter;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

.divider {
  color: rgba(255, 255, 255, 0.5);
}

/* Hero */
#particles-js {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: auto;
}

.hero {
  margin-bottom: 63px;
  position: relative;
}

.hero p {
  max-width: 484px;
  margin: 1px 0 37px;
}

.hero .about_btn {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  margin-left: 25px;
  text-transform: uppercase;
}

.hero .play_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero .play_btn span {
  color: #8d8d8d;
  font-family: Orbitron;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 8px;
}

.hero h6 {
  color: #8d8d8d;
  font-family: Orbitron;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 11px 0 36px;
}

.solar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 673px;
  height: 673px;
  padding: 100px;
  overflow: hidden;
  margin: auto;
}

.solar img {
  width: 50px;
  height: 50px;
}

.solar .solar2 {
  border-radius: 100%;
  border: 0.624px solid rgba(255, 255, 255, 0.4);
  padding: 40px;
  position: absolute;
  width: 620px;
  height: 620px;
}

.solar .solar2 .solar_img1 {
  position: absolute;
  left: 30px;
  top: 100px;
}

.solar .solar2 .solar_img2 {
  position: absolute;
  right: 35px;
  top: 100px;
}

.solar .solar2 .solar_img3 {
  position: absolute;
  left: 80px;
  bottom: 50px;
}

.solar .solar1 {
  position: absolute;
  width: 536px;
  height: 536px;
  border-radius: 100%;
  border: 0.624px solid rgba(255, 255, 255, 0.2);
}

.solar .solar1 .solar_img4 {
  position: absolute;
  right: 60px;
  bottom: 50px;
}

@-webkit-keyframes spin-right {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin-right {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.solar .solar2 {
  -webkit-animation: spin-right 36.5s linear infinite;
          animation: spin-right 36.5s linear infinite;
}

.solar .solar1 {
  animation: spin-right 68.7s linear reverse;
}

/* !Hero */
/* Plan */
.plan {
  margin-top: 43px;
}

.plan_sec_header h6 {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.plan_sec_header .calculator {
  border-radius: 54px;
  border: 1px solid #301930;
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  height: 62px;
}

.plan_sec_header .calculator select {
  height: 62px;
  width: 100%;
  border-radius: 54px;
  background: #301930;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 10;
}

.plan_sec_header .calculator input {
  height: 62px;
  width: 100%;
  border-radius: 54px;
  border: 1px solid #301930;
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.plan_sec_header .calculator h6 {
  color: rgba(255, 255, 255, 0.6);
}

.plan_sec_header .calculator h6 strong {
  color: rgba(255, 255, 255, 0.8);
}

.plan_box {
  max-width: 404px;
  margin: auto;
  position: relative;
}

.plan_box .plan_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.plan_box .plan_header img {
  width: 100px;
  height: 100px;
}

.plan_box .plan_header .plan_num {
  color: rgba(255, 255, 255, 0.1);
  font-family: Poppins;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 148.1%;
}

.plan_box .plan_title {
  width: auto;
  height: 31px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin: 34px 0 20px;
  line-height: 25px;
}

.plan_box h3 {
  font-family: Orbitron;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 10px;
}

.plan_box h3 span {
  background: linear-gradient(96deg, #f202f4 -5.14%, #ff7272 51.16%, #28b3ff 104.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.plan_box h3 sub {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.plan_box .plan_dis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.plan_box .plan_dis img {
  margin-right: 25px;
}

.plan_box .plan_dis h6 {
  color: rgba(255, 255, 255, 0.7);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.plan_box .plan_dis h5 {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.plan_box::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 527px;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -50px;
}

.plan_box3::after {
  display: none;
}

/* !Plan */
/* About */
.about {
  margin-top: 130px;
}

.about p {
  margin: 16px 0 53px;
}

.about .about_box {
  width: 240px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 1px dashed rgba(255, 255, 255, 0.37);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.about img {
  max-width: 412px;
  max-height: 412px;
}

/* !About */
/* Choose Us */
.choose_us {
  margin-top: 130px;
}

.choose_us h2 {
  margin-bottom: 60px;
  text-align: center;
}

.choose_us .choose_us_box {
  background: url(../img/choose_us_box.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 203px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}

.choose_us .choose_us_box img {
  width: auto;
  height: auto;
  margin-right: 25px;
}

.choose_us .choose_us_box h4 {
  color: rgba(255, 255, 255, 0.9);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.choose_us .choose_us_box h6 {
  color: rgba(223, 223, 223, 0.8);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.choose_us .choose_us_img {
  position: relative;
  width: 363px;
  height: 363px;
}

.choose_us .choose_us_box2 {
  max-width: 445px;
  min-height: 205px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 30px;
  margin: auto;
  margin-top: -150px;
}

.choose_us .choose_us_box2 h5 {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.choose_us .choose_us_box2 h6 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.choose_us .choose_us_box2 h4 {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.7px;
  margin-bottom: 10px;
}

.choose_us .choose_us_box2 a {
  border-radius: 50px;
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.choose_us .choose_us_box2 a img {
  margin-left: 18px;
}

/* !Choose Us */
/* Statistics */
.statistics {
  margin-top: 105px;
}

.statistics h2 {
  margin-bottom: 45px;
}

.statistics h3 {
  color: rgba(111, 92, 224, 0.8);
  font-family: Orbitron;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 37px;
}

.statistics h3 span {
  color: rgba(190, 92, 224, 0.8);
}

.statistics h6 {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.414px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 5px;
}

.statistics .statistics_box {
  margin-bottom: 28px;
}

.statistics .statistics_box h5 {
  font-family: Orbitron;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 27.564px;
  text-transform: uppercase;
  margin-right: 8px;
}

.statistics .statistics_box h5 span {
  background: linear-gradient(96deg, #f202f4 -5.14%, #ff7272 51.16%, #28b3ff 104.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.statistics .depo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.statistics .depo_box img {
  width: 22px;
  height: 22px;
  margin-left: 10px;
}

.statistics .last_trans_sect {
  max-width: 354px;
  position: relative;
}

.statistics .last_trans_sect::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  position: absolute;
  top: 0;
  left: -80px;
}

/* !Statistics */
/* Referral */
.referral {
  margin-top: 118px;
}

.referral p {
  margin: 13px 0 40px;
}

.referral .referral_img {
  max-width: 451px;
  max-height: 451px;
}

.referral .custom_tabs .btn_sect {
  margin-right: 60px;
}

.referral .custom_tabs button {
  padding: 22px;
  padding-left: 87px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  margin-right: 0;
}

.referral .custom_tabs button .ref_active_btn {
  margin-right: 20px;
  display: none;
}

.referral .custom_tabs button .active_img {
  display: none;
}

.referral .custom_tabs button .notactive_img {
  display: block;
}

.referral .custom_tabs button h4 {
  width: 80px;
  color: rgba(255, 255, 255, 0.6);
  font-family: Orbitron;
  font-size: 24px;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 0;
  margin-right: 0;
}

.referral .custom_tabs button h6 {
  color: rgba(255, 255, 255, 0.3);
  font-family: Orbitron;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  margin-top: 6px;
}

.referral .custom_tabs button.active {
  padding-left: 0;
}

.referral .custom_tabs button.active .ref_active_btn {
  display: block;
}

.referral .custom_tabs button.active .active_img {
  display: block;
}

.referral .custom_tabs button.active .notactive_img {
  display: none;
}

.referral .custom_tabs button.active h4 {
  color: rgba(255, 255, 255, 0.9);
}

.referral .custom_tabs button.active h6 {
  color: rgba(255, 255, 255, 0.5);
}

.referral .custom_tabs .tab-pane h4 {
  color: rgba(255, 255, 255, 0.2);
  font-family: Orbitron;
  margin-bottom: 30px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.referral .custom_tabs .referral_box {
  margin-bottom: 36px;
}

.referral .custom_tabs .referral_box .lvl_box {
  width: 155px;
  height: 103px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.referral .custom_tabs .referral_box .lvl_box h3 {
  font-family: Orbitron;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 0;
}

.referral .custom_tabs .referral_box .lvl_box h3 span {
  background: linear-gradient(96deg, #f202f4 -5.14%, #ff7272 51.16%, #28b3ff 104.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.referral .custom_tabs .referral_box .lvl_box h3 sub {
  font-size: 20px;
  background: linear-gradient(96deg, #f202f4 -5.14%, #ff7272 51.16%, #28b3ff 104.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.referral .custom_tabs .referral_box .lvl_box h6 {
  color: rgba(255, 255, 255, 0.6);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.referral .custom_tabs .referral_box .det_box {
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.referral .custom_tabs .referral_box .det_box h5 {
  color: rgba(255, 255, 255, 0.9);
  font-family: Orbitron;
  margin-bottom: 25px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.referral .custom_tabs .referral_box .det_box h6 {
  color: rgba(255, 255, 255, 0.6);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* !Referral */
/* Footer */
footer {
  position: relative;
  margin-top: 150px;
  margin-bottom: 50px;
}

footer p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

footer .mob_logo {
  margin-right: 50px;
}

footer .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

footer h6 {
  color: rgba(255, 255, 255, 0.42);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 25px;
}

footer .rules {
  color: rgba(255, 255, 255, 0.42);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
}

/* !Footer */
/* FAQ */
.otherpage h2 {
  text-align: center;
  margin-bottom: 36px;
}

.accordion-item {
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border: none !important;
  margin-bottom: 30px;
}

.accordion-button {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding: 25px;
}

.accordion-body {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 25px;
  padding-top: 0;
}

.accordion-body a {
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow_down.svg);
}

.accordion-button::after {
  background-image: url(../img/arrow_down.svg);
}

/* !FAQ */
/* Support */
.support_box {
  height: 132px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.support_box h6 {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.support_box img {
  margin-right: 30px;
}

.support p {
  margin: 27px 0;
}

.support .form-control {
  height: 50px;
  border-radius: 5px;
  background: #fff2;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding-left: 20px;
  border: 1px solid #ff7272;
  color: white;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 188.5%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.support .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.81);
}

.support .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.81);
}

.support .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.81);
}

.support .form-control::placeholder {
  color: rgba(255, 255, 255, 0.81);
}

.support textarea.form-control {
  height: 310px;
}

/* !Support */
/* News */
.news_page {
  margin-bottom: 100px;
}

.news_page h2 {
  text-align: center;
  margin-bottom: 50px;
}

.news_page .card {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 10px;
  border-radius: 10px;
}

.news_page .card img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 10px;
}

.news_page .card h5 {
  color: #fff;
  font-family: Orbitron;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}

.news_page .card p {
  margin-bottom: 20px;
}

.news_page .card h6 {
  color: #c1c1c1;
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.news_page .single_news .card {
  padding: 20px;
}

.news_page .single_news .card img {
  height: 100%;
  width: 100%;
}

.pagination {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .page-link {
  width: auto;
  height: 40px;
  border-radius: 6px;
  border: 0.5px solid #fab13a30;
  background: #fab13a20;
  color: #fff;
  font-family: Orbitron;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  min-width: 40px;
}

.pagination .active .page-link {
  border: 1px solid #ff7272;
}

/* !News */
/* Login Page */
.login_page {
  margin-top: 80px;
  margin-bottom: 50px;
}

.login_box {
  border-radius: 12px;
  border: 2px solid #ff7272;
  background: #fff2;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 45px;
  margin-top: 60px;
}

.login_box h3 {
  color: rgba(255, 255, 255, 0.9);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.login_box h6 {
  color: rgba(255, 255, 255, 0.68);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 32px;
}

.login_box p {
  color: rgba(255, 255, 255, 0.62);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-top: 22px;
  text-align: center;
}

.login_box p a {
  background: linear-gradient(96deg, #f202f4 -5.14%, #ff7272 51.16%, #28b3ff 104.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login_box .form-control {
  border-radius: 45px;
  height: 50px;
  background: #fff2;
  padding-left: 26px;
  color: white;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: none !important;
  margin-bottom: 20px;
}

.login_box .sbmt {
  color: #fff;
}

.login_box .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.login_box .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.login_box .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.login_box .form-control::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.forgot_pas {
  margin: 7px 0 20px;
}

.forgot_pas a {
  color: #ff7272;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.login_box_title {
  width: 111px;
  height: 111px;
  background: #15032a;
  border: 2px solid #ff7272;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin: auto;
  margin-top: -100px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.login_box_title span {
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: #ff7272;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login_box label {
  color: rgba(255, 255, 255, 0.73);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-left: 7px;
}

.login_box label a {
  color: rgba(255, 255, 255, 0.73);
}

.login_box input[type="checkbox"] {
  display: none;
}

.login_box input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.login_box input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

.login_box input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.login_box input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.error {
  padding: 16px;
  background: #f8d7da;
  color: #58151c;
  border-radius: 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: Orbitron;
  font-size: 18px;
  margin-bottom: 25px;
}

.alert-success {
  text-transform: capitalize;
  font-weight: 600;
  font-family: Orbitron;
  font-size: 18px;
  margin-bottom: 25px;
}

/* !Login Page */
/* About Page */
.aboutpage {
  background: url(../img/About.png) no-repeat;
  background-size: cover;
}

.roadmap {
  margin-top: 125px;
}

.roadmap h2 {
  margin-bottom: 85px;
  text-align: center;
}

.roadmap_details {
  position: relative;
}

.roadmap_details::after {
  content: url(../img/roadmap_details_bg.png);
  display: block;
  position: absolute;
  top: 5%;
  left: 44%;
}

.roadmap_box {
  padding: 25px;
  width: 510px;
  height: 224px;
  margin: auto;
}

.roadmap_box_left,
.roadmap_box_right {
  position: relative;
  background: url(../img/roadmapbg1.png) no-repeat !important;
  background-size: 100% 100% !important;
}

.roadmap_box_left::after {
  content: url(../img/roadmap_box_left.png);
  display: block;
  position: absolute;
  right: -12px;
  top: -16px;
}

.roadmap_box_right {
  margin-top: 125px;
}

.roadmap_box_right::before {
  content: url(../img/roadmap_box_right.png);
  display: block;
  position: absolute;
  left: -12px;
  top: -16px;
}

.roadmap_box h5 {
  color: #fff;
  font-family: Orbitron;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.roadmap_box h4 {
  margin: 16px 0;
}

.roadmap_box h4 span {
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  background: linear-gradient(95deg, #24bbff 3.31%, #ae83e4 70.54%, #ab56ff 98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.roadmap_box h6 {
  color: #b4c5cb;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

/* !About Page */
/* Account */
.dashboard {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 50px;
}

.dashboard .sbmt {
  color: #fff;
}

.dashboard header {
  margin-bottom: 55px;
}

.sidebar {
  border-radius: 10px;
  border: 1px solid rgba(244, 21, 221, 0.5);
  background: #0a0122 !important;
  height: auto !important;
  padding: 19px !important;
}

.sidebar .logo {
  margin-bottom: 55px !important;
}

.sidebar .nav-link {
  width: 100%;
  height: 52px;
  margin: auto;
  color: #fff !important;
  margin-bottom: 22px;
  padding: 15px 39px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 6px;
}

.sidebar .nav-link:after {
  display: none;
}

.sidebar .nav-link svg {
  margin-right: 15px;
}

.sidebar .nav-item .active,
.sidebar .nav-item .nav-link:hover {
  color: #000 !important;
}

.sidebar .nav-item .active svg path,
.sidebar .nav-item .nav-link:hover svg path {
  fill: #000;
}

.sidebar .nav-item .active svg.extra_pain_svg path,
.sidebar .nav-item .nav-link:hover svg.extra_pain_svg path {
  fill: transparent;
  stroke: #000;
}

.sidebar .nav-item .active,
.sidebar .nav-item .nav-link:hover {
  background: linear-gradient(96deg, #f202f4 -5.14%, #ff7272 51.16%, #28b3ff 104.39%);
}

.acc_box {
  border-radius: 10px;
  background: #0a0122 !important;
  padding: 35px;
}

.account_header {
  margin-bottom: 40px;
}

.account_header img {
  margin-right: 22px;
}

.account_header h6 {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.account_header p {
  margin-bottom: 9px;
}

.account_header h5 {
  color: #fff;
  font-family: Orbitron;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.275px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid #f415dd;
  padding: 10px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  margin-top: 13px;
}

.ref_link h6 {
  color: rgba(255, 255, 255, 0.59);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.ref_link h6 span {
  color: #fff;
}

.ref_link .ref_box {
  margin-top: 17px;
  border-radius: 8px;
  border: 1px solid #f415dd;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 16px 11px;
}

.ref_link .ref_box h6 {
  color: rgba(255, 255, 255, 0.7);
  margin-left: 11px;
}

.acc_box hr {
  width: 100%;
  height: 1px;
  border: 1px solid #f415dd;
  background: #f415dd;
  margin: 33px 0 42px;
}

.acc_security p {
  font-size: 20px;
}

.acc_security h6 {
  color: rgba(255, 255, 255, 0.7);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 140px;
}

.acc_security img {
  margin-right: 17px;
}

.security_note {
  border-radius: 8px;
  background: linear-gradient(96deg, #f202f4 -5.14%, #ff7272 51.16%, #28b3ff 104.39%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  margin-top: 50px;
  padding: 30px;
}

.security_note h4 {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

.security_note h6 {
  max-width: 100%;
}

.acc_box .stastics p {
  font-size: 20px;
  margin-bottom: 10px;
}

.acc_box .stastics h6 {
  color: rgba(255, 255, 255, 0.9);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.acc_box .stastics img {
  margin-right: 15px;
}

.account h3 {
  margin-bottom: 16px;
  margin-top: 40px;
}

.account h3 span {
  background: linear-gradient(95deg, #24bbff 3.31%, #ae83e4 70.54%, #ab56ff 98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cur_box {
  border-radius: 8px;
  border: 1px solid #7f0b7f;
  background: rgba(10, 10, 10, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 40px;
  padding-bottom: 30px;
}

.cur_box img {
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

.cur_box p {
  font-weight: 400;
  font-family: Orbitron;
}

.cur_box h6 {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.217%;
  margin-bottom: 0;
  margin-top: 6px;
}

.cur_box .det_box,
.withdraw_box .det_box {
  width: 75px;
  border-radius: 50px;
  border: 0.5px solid #7f0b7f;
  text-align: center;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.217%;
  margin-bottom: 10px;
  text-align: center;
}

.cur_box h5 {
  color: rgba(255, 255, 255, 0.9);
  font-family: Poppins;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 124.217%;
  margin-bottom: 0;
}

/* !Account */
/* Deposit */
.deposit .plan_box {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  padding: 10px;
}

.deposit .plan_box::after {
  display: none;
}

.plabel {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.plabel input {
  position: absolute;
  display: none;
}

.Selected {
  display: none;
}

.plabel input:checked ~ .plan_box {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  border: 1px solid #7f0b7f;
  border-radius: 10px;
}

.plabel input:checked ~ .plan_box .Selected {
  display: block;
}

.plabel input:checked ~ .plan_box .Select {
  display: none;
}

.page_title {
  margin-bottom: 22px;
}

.page_title span {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(96deg, #f202f4 -5.14%, #ff7272 51.16%, #28b3ff 104.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page_subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 26px;
}

.currency_box {
  border-radius: 6px;
  background: #0a0122;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  width: 100%;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #7f0b7f;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.currency_box img {
  width: 20px;
  height: 20px;
  margin-right: 9px;
}

.currency_box h6 {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.217%;
  margin-bottom: 0;
}

.currency_box h6 span {
  color: rgba(255, 255, 255, 0.8);
}

.plabel input:checked ~ .currency_box {
  border: 1px solid #ff7272;
}

.border_box {
  border-radius: 10px;
  border: 1px solid #7f0b7f;
  padding: 20px;
  padding-bottom: 0;
}

.currency_title {
  width: 152px;
  height: 35px;
  text-align: center;
  padding-top: 8px;
  border-radius: 26px;
  border: 1px solid #7f0b7f;
  background: rgba(10, 10, 10, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  color: rgba(255, 255, 255, 0.9);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 124.217%;
  text-transform: uppercase;
  margin-top: -40px;
  margin-bottom: 20px;
}

.deposit .form-control,
.withdraw .form-control {
  border-radius: 50px;
  border: 1px solid #7f0b7f;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  width: 100%;
  height: 50px;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.85);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.275px;
  padding-left: 20px;
}

/* !Deposit */
/* Deposit List */
.deposit_list .total_box {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 21px;
  text-align: center;
}

.deposit_list .total_box p {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.deposit_list_box {
  border-radius: 8px;
  background: #0a0122;
  padding: 25px;
}

.deposit_list_box h3 {
  text-align: center;
  font-family: Orbitron;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.deposit_list_box h3 span {
  background: linear-gradient(96deg, #f202f4 -5.14%, #ff7272 51.16%, #28b3ff 104.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.deposit_list_subbox {
  border-radius: 4px;
  border: 1px solid #7f0b7f;
  -webkit-box-shadow: rgba(255, 255, 255, 0.15) 0px 5px 24px;
          box-shadow: rgba(255, 255, 255, 0.15) 0px 5px 24px;
  padding: 15px;
}

.deposit_list_subbox h4 {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: normal;
}

.dl_box {
  border-radius: 4px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  margin-bottom: 15px;
}

.dl_box p {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
}

.dl_box p span {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}

.dl_box img {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

/* !Deposit List */
/* Withdraw */
.withdraw h4 {
  color: rgba(255, 255, 255, 0.9);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 124.217%;
  margin: 56px 0 18px;
  text-transform: uppercase;
}

.withdraw_box {
  border-radius: 8px;
  border: 1px solid #7f0b7f;
  background: rgba(10, 10, 10, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 30px;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}

.withdraw_box img {
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

.withdraw_box h5 {
  color: #fff;
  font-family: Orbitron;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.217%;
  margin-bottom: 2px;
}

.withdraw_box h6 {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.217%;
  margin-bottom: 0;
}

.withdraw_box p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}

.withdraw_box .wallet p {
  color: rgba(255, 255, 255, 0.83);
  margin-bottom: 0;
}

.withdraw_box .wallet p a {
  color: rgba(255, 255, 255, 0.83);
  text-decoration: none;
  font-style: italic;
}

.plabel input:checked ~ .withdraw_box {
  border-color: #ff7272;
}

/* !Withdraw */
/* Banners */
.promo_page textarea.form-control {
  border-radius: 10px !important;
  height: 50px;
  background: #10082d;
  border: 1px solid #7f0b7f !important;
}

/* !Banners */
/* Settings */
.settings .page_title {
  margin-bottom: 35px;
}

.settings .page_subtitle {
  margin-bottom: 20px;
}

.settings_box {
  border: 1px solid #fff2;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 5px 24px;
          box-shadow: rgba(255, 255, 255, 0.1) 0px 5px 24px;
  border-radius: 14px;
  padding: 30px;
  padding-bottom: 15px;
}

.settings_box .form-control,
.promo_page textarea.form-control {
  border-radius: 50px;
  border: 1px solid #7f0b7f;
  background: #10082d;
  color: rgba(255, 255, 255, 0.5);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 188.5%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 15px;
}

.settings_box .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.settings_box .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.settings_box .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.settings_box .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.settings_box label {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.settings_box label img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

/* !Settings */
/* Referrals */
.refbox {
  border-radius: 8px;
  border: 1px solid #7f0b7f;
  background: rgba(10, 10, 10, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  text-align: center;
  padding: 30px;
  height: 198px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.refbox p {
  margin-bottom: 15px;
}

.refbox h3 {
  color: #fff;
  font-family: Orbitron;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.275px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* !Referrals */
/* Transaction */
.transaction .page_title {
  margin-bottom: 30px;
}

.transaction .page_subtitle {
  margin-bottom: 10px;
}

.transaction .custom_select {
  height: 46px;
  border: 1px solid #7f0b7f;
  background: #10082d;
  border-radius: 50px;
  width: 100%;
}

.transaction select {
  background: transparent !important;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.transaction select::after {
  content: "";
}

.transaction select option {
  background: #000;
}

table {
  --bs-table-bg: transparent !important;
}

tbody tr {
  border-radius: 3px;
  background: #180d3e;
  border-bottom: 5px solid #0a0122;
}

table td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

table td a {
  color: rgba(255, 255, 255, 0.9) !important;
}

table td img {
  width: 22.247px;
  height: 22.247px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}

thead td {
  font-weight: 600;
}

/* !Transaction */
/* Laptop Screen */
@media screen and (max-width: 1700px) and (min-width: 1100px) {
  section {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .nav-link {
    margin-right: 25px;
  }
  .solar {
    width: 500px;
    height: 500px;
  }
  .solar img {
    width: 40px;
    height: 40px;
  }
  .solar .solar2 {
    width: 480px;
    height: 480px;
  }
  .solar .solar2 .solar_img1 {
    left: 10px;
  }
  .solar .solar2 .solar_img2 {
    right: 10px;
  }
  .solar .solar2 .solar_img3 {
    left: 90px;
    bottom: 15px;
  }
  .solar .solar1 {
    width: 400px;
    height: 400px;
  }
  .solar .solar1 .solar_img4 {
    right: 60px;
    bottom: 20px;
  }
  .plan_box::after {
    display: none;
  }
  .referral .custom_tabs .btn_sect {
    margin-right: 45px;
  }
  .dashboard {
    padding-left: 12px;
    padding-right: 12px;
  }
  .sidebar .nav-link {
    padding: 10px;
  }
  .withdraw_box {
    padding: 20px;
  }
  .withdraw_box h5 {
    font-size: 20px;
  }
}

/* !Laptop Screen */
/* Tab Screen */
@media screen and (max-width: 1099px) and (min-width: 992px) {
  section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .nav-link {
    margin-right: 30px;
  }
  .solar {
    width: 450px;
    height: 450px;
  }
  .solar img {
    width: 40px;
    height: 40px;
  }
  .solar .solar2 {
    width: 420px;
    height: 420px;
  }
  .solar .solar2 .solar_img1 {
    left: 0;
  }
  .solar .solar2 .solar_img2 {
    right: 0;
  }
  .solar .solar2 .solar_img3 {
    left: 90px;
    bottom: 0;
  }
  .solar .solar1 {
    width: 350px;
    height: 350px;
  }
  .solar .solar1 .solar_img4 {
    right: 60px;
    bottom: 8px;
  }
  .plan_box::after {
    display: none;
  }
  .statistics .last_trans_sect::after {
    display: none;
  }
  .dashboard {
    padding-left: 12px;
    padding-right: 12px;
  }
  .cur_box {
    padding: 25px;
  }
  .cur_box img {
    margin-right: 10px;
  }
  .border_box {
    padding: 10px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .navbar {
    border-radius: 10px;
  }
  .plan_box::after {
    display: none;
  }
  .statistics .last_trans_sect::after {
    display: none;
  }
  .dashboard {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* !Tab Screen */
/* Mobile Screen */
@media screen and (max-width: 767px) {
  body {
    min-width: 375px !important;
  }
  section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .navbar {
    border-radius: 10px;
  }
  .solar {
    width: 340px;
    height: 340px;
    padding: 80px;
  }
  .solar img {
    width: 30px;
    height: 30px;
  }
  .solar .solar2 {
    width: 300px;
    height: 300px;
  }
  .solar .solar2 .solar_img1 {
    left: -10px;
  }
  .solar .solar2 .solar_img2 {
    right: -10px;
  }
  .solar .solar2 .solar_img3 {
    left: 90px;
    bottom: -10px;
  }
  .solar .solar1 {
    width: 240px;
    height: 240px;
  }
  .solar .solar1 .solar_img4 {
    right: 60px;
    bottom: -7px;
  }
  .plan_sec_header .calculator {
    border-radius: 10px;
    height: 100%;
  }
  .plan_box::after {
    display: none;
  }
  .about img {
    max-width: 100%;
    max-height: 100%;
  }
  .about .about_box {
    width: 100%;
  }
  .referral .referral_img {
    max-width: 100%;
    max-height: 100%;
  }
  .referral .custom_tabs .btn_sect {
    margin-right: 0px;
    width: 100%;
  }
  .dashboard {
    padding-left: 12px;
    padding-right: 12px;
  }
  .acc_box {
    padding: 20px;
  }
  .currency_box {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .currency_box img {
    width: 40px;
    height: 40px;
  }
  .settings_box {
    padding: 20px;
  }
}

/* !Mobile Screen */
/*# sourceMappingURL=style.css.map */