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

.homebody {
  background: url(/fexkomin_theme/img/bg.png) fixed no-repeat;
  background-size: cover;
  background-position: 0 400px;
  background-color: #161515;
}

nav {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.navbar-brand img,
.footer_logo {
  height: auto;
  width: 210px;
}

.nav-link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 27px;
  margin-right: 60px;
  color: #cacaca !important;
}

.custom_btn1 {
  padding: 8px 21px;
  background: rgba(142, 22, 206, 0.22) !important;
  border: 1.5px solid rgba(142, 22, 206, 0.5) !important;
  border-radius: 35px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.1em;
  color: #ffffff !important;
  text-transform: capitalize;
}

.custom_btn2 {
  padding: 8px 16px;
  border: 1.5px solid rgba(142, 22, 206, 0.5) !important;
  border-radius: 35px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 180%;
  color: #ffffff !important;
}

.custom_btn3,
.sbmt {
  padding: 8px 21px;
  background: #8e16ce !important;
  border: 1.5px solid rgba(142, 22, 206, 0.5) !important;
  border-radius: 35px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.1em;
  color: #ffffff !important;
}

h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 93px;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 55.08%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
}

p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #dfdfdf;
}

/* Header */

.home_hero {
  margin-top: 200px;
  position: relative;
}

.home_hero h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.295em;
  color: #ffffff;
  margin-bottom: 25px;
}

.home_hero_text {
  font-family: "Poppins";
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin: auto;
  z-index: -1;
  font-style: normal;
  font-weight: 700;
  font-size: 364px;
  line-height: 546px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.4;
  color: black;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.home_hero .btn {
  position: relative;
  z-index: 10;
}

.earth1 {
  animation: earth1 60s infinite;
  padding: 0;
  height: auto;
}

.earth2 {
  position: absolute;
  left: 5%;
  right: 79.67%;
  top: 8.08%;
  z-index: -2;
  bottom: 89.64%;
  animation: earth2 60s infinite;
}

.earth3 {
  position: absolute;
  height: 79px;
  width: 79px;
  right: 9%;
  top: 22%;
  z-index: -2;
  bottom: 87.82%;
  animation: earth2 60s infinite;
}

@keyframes earth1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes earth2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* !Header */

/* About */

.about {
  text-align: center;
  margin-top: 92px;
}

.about p {
  margin: 13px auto 64px;
  max-width: 751px;
}

.about_box {
  background: url(../img/box3.png) no-repeat;
  background-size: 100% 100%;
  height: 249px;
  width: 241px;
  border-radius: 0px;
  padding-top: 95px;
}

.about_box h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.about_box_last {
  padding-top: 113px;
}

/* !About */

/* Statistics */

.statistics {
  margin-top: 120px;
  position: relative;
}

.statistics_box {
  max-width: 855px;
  /* height: 100%; */
  border: 1px solid #ffffff;
  border-radius: 94px;
  margin: auto;
  text-align: center;
  padding: 33px 77px;
}

.statistics_box h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
}

.statistics_box p {
  margin-bottom: 0;
}

.earth4 {
  position: absolute;
  animation: mover 1s infinite alternate;
  z-index: -1;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

/* !Statistics */

/* Plans */

.plans {
  margin-top: 120px;
}

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

.plan_box {
  width: 100%;
  height: 100%;
  border-top: none !important;
  border: 2px solid rgba(142, 22, 206, 0.5);
  border-radius: 40px 40px 100px 100px;
  text-align: center;
}

.plan_box_header {
  width: 100%;
  height: 55px;
  background: #540082;
  border-radius: 33px;
  margin-bottom: 33px;
}

.plan_box_header h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  padding-top: 10px;
}

.plan_box_body h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 30px !important;
}

.plan_box p {
  margin-bottom: 0;
}

.plan_box h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
}

.plan_box_footer {
  margin: 50px 0;
}

/* !Plans */

/* Bonuses */

.bonuses {
  margin-top: 152px;
  position: relative;
  background: url(../img/referralbg.png) no-repeat;
  background-size: cover;
  padding: 102px 0 251px;
}

.bonuses h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}

.bonuses h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  margin: 3px 0 31px;
}

.bonuses_box {
  max-width: 476px;
  height: 100px;
  border: 1px solid #8e16ce;
  border-radius: 62px;
  padding: 3px;
  margin-bottom: 63px;
}

.bonuses_box_body {
  margin: 30px 0;
}

.bonuses_box_header {
  width: 93px;
  height: 93px;
  background: #8e16ce;
  border-radius: 100px;
  text-align: center;
  padding-top: 20px;
  margin-right: 27px;
}

.bonuses_box_header h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 36px !important;
  line-height: 54px !important;
  color: #ffffff;
  margin-bottom: 0 !important;
}

.bonuses .custom_btn1 {
  margin-top: 63px;
}

.earth5 {
  position: absolute;
  top: -200px;
  right: 0;
  z-index: -1;
}

.bonuses h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 101.5%;
  color: #ffffff;
  margin-bottom: 25px;
}

.bonuses h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 84%;
  color: #ffffff;
}

/* !Bonuses */

/* Transactions */

.transactions {
  margin: 117px 0;
}

.transactions h2 {
  text-align: center;
  margin-bottom: 30px;
}

table th,
table td {
  color: #fff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  padding-top: 25px !important;
}

.table > thead {
  vertical-align: top;
}

.custom_table {
  width: 100%;
  height: 68px;
  border-radius: 5px;
  margin-bottom: 8px;
  border: 1px solid rgba(142, 22, 206, 0.5);
}

.custom_table_header {
  background: #8e16ce;
}

.transactions .nav_box {
  border: 1px solid #8e16ce;
  border-radius: 34px;
  padding: 4px !important;
  margin-bottom: 26px;
}

.transactions .nav_box .active {
  width: auto;
  height: 45px;
  background: #8e16ce;
  border-radius: 34px;
}

.transactions .nav_box .nav-link {
  width: 100%;
  text-align: center;
  height: 45px;
  border: none !important;
  border-radius: 34px;
  padding: 11px 20px !important;
}

/* !Transactions */

/* Get Started */

.get_started {
  background: url(../img/get_started.png) no-repeat;
  background-size: cover;
  max-width: 1083px;
  min-height: 216px;
  margin: auto;
  padding: 0 50px;
}

.get_started h2 {
  font-family: "Syncopate";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 37px;
  color: #ffffff;
}

/* !Get Started */

/* Brand */

.brand {
  margin-top: 65px;
  text-align: center;
}

.brand_img {
  margin-bottom: 32px;
}

.brand_img img {
  width: 85.28px;
  height: 85.28px;
  background: rgba(142, 22, 206, 0.07);
  border-radius: 44.818px;
  padding: 23px;
  margin-right: 35px;
}

/* !Brand */

/* Footer */

footer {
  margin: 101px 0 29px;
  background: #ffffff21;
}

footer .social {
  margin-top: 30px;
}

footer .social a {
  margin-right: 24px;
}

footer p {
  margin-bottom: 0;
}

/* !Footer */

/* Other Page */

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

/* About Page */

.about_page_content1 {
  margin-top: 223px;
}

.about_page_content1 h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #dfdfdf;
}

.about_page_content1 h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 72px;
  color: #ffffff;
}

.otherbody .statistics {
  margin-bottom: 120px;
}

.about_page_content2 {
  margin-bottom: 120px;
}

.comma {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  color: #8e16ce;
  margin-bottom: 0;
}

.about_page_content2 h4 {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #dfdfdf;
  max-width: 858px;
  margin: 0px auto 88px;
}

/* !About Page */

/* Documents Page */

.documents_page {
  margin: 208px 0 197px;
}

.documents_page h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.documents_page h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 12px;
}

.documents_page p {
  margin-bottom: 99px;
}

.earth6 {
  position: absolute;
  right: -200px;
  z-index: -1;
  top: -65px;
}

/* !Documents Page */

/* News Page */

.news_page {
  margin: 158px 0 120px;
}

.news_page h2 {
  font-weight: 500;
  font-size: 64px;
  text-align: center;
  line-height: 96px;
  margin-bottom: 40px;
}

.news_box {
  width: 100%;
  min-height: 238px;
  background: linear-gradient(
    90deg,
    #311142 0.91%,
    rgba(142, 22, 206, 0.47) 100%
  );
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 40px;
}

.news_box h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
}

.news_box_img {
  border-radius: 10px;
  width: 322px !important;
  height: 184px !important;
  object-fit: cover;
}

.news_text {
  max-width: 373px;
  /* margin-bottom: 60px; */
}

.news_box .custom_btn1 {
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.15);
}

.pagination {
  margin-top: 35px;
}

.page-link {
  background: transparent !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #bdbdbd !important;
  width: 46.48px;
  height: 46.48px;
  border: 1.5px solid rgba(142, 22, 206, 0.5);
  border-radius: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.pagination li.active .page-link {
  background-color: rgba(142, 22, 206, 0.22) !important;
  border: none !important;
  color: #fff !important;
}

.page-link:hover {
  color: #fff;
  background-color: rgba(142, 22, 206, 0.22) !important;
}

.single_news_page {
  margin: 154px 0 120px;
}

.single_news_page h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 14px;
  color: #ffffff;
}

.single_news_page h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #dfdfdf;
}

.single_news_page img {
  margin: 14px 0 29px;
}

.single_news_page h4 {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #dfdfdf;
  max-width: 858px;
  margin: 0px auto 88px;
}

/* !News Page */

/* Faq Page */

.faq_page {
  margin: 171px 0 120px;
}

.faq_page h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 96px;
  text-align: center;
  margin-bottom: 42px;
}

.accordion-item {
  width: 100%;
  margin: auto;
  background: transparent !important;
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9 !important;
  border-radius: 6px;
  /* padding: 21px; */
}

.accordion-header {
  width: 100%;
  /* height: 31px; */
  background: transparent !important;
  margin-bottom: 0px !important;
}

.accordion-button {
  background: transparent !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  box-shadow: none !important;
  color: #ffffff !important;
}

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

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

.accordion-body {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #dfdfdf;
}

/* !Faq Page */

/* Contact Page */

.contact_page {
  margin-top: 138px;
}

.contact_page h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 96px;
  text-align: center;
  margin-bottom: 75px;
}

.contact_box {
  height: 100%;
  width: 100%;
  border: 1px solid rgba(255, 58, 247, 0.5);
  border-radius: 20px;
  padding: 65px;
}

.contact_box h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 10px;
}

.contact_box h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

.contact_box p {
  margin-bottom: 0;
}

.contact_subbox {
  border: 1px solid rgba(142, 22, 206, 0.5);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 38px;
}

.contact_subbox input {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #acacac;
  background: transparent;
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #acacac !important;
  border-radius: 0 !important;
  margin-bottom: 20px;
}

.contact_subbox textarea {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #acacac;
  background: transparent;
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #acacac !important;
  border-radius: 0 !important;
  height: 110px;
  margin-bottom: 44px;
}

.contact_subbox p {
  margin-bottom: 34px;
}

.contact_box .custom_btn3 {
  border-radius: 4px;
}

.contact_icon {
  margin-top: 87px;
  border: 1px solid #8e16ce;
  border-radius: 18px;
  height: 56px;
  width: 193px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
}

/* !Contact Page */

/* Login Page */

.error {
  color: #ff0000 !important;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  font-family: "Poppins";
}

.login_page {
  margin-top: 167px;
  margin-bottom: 100px;
}

.login_page h2 {
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  line-height: 72px;
}

.login_page p {
  max-width: 512px;
  margin: 3px auto 87px;
}

.login_page .input-group {
  width: 100%;
  height: 60px;
  background: #ffffff;
  border-radius: 40px !important;
  margin-bottom: 20px;
  padding-left: 12px;
}

.login_page .input-group-text {
  background: transparent !important;
  border: none;
  border-right: 1px solid #d8d8d8;
}

.login_page .input-group input {
  border-radius: 40px !important;
  height: auto;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  /* margin-left: 12px !important; */
}

.login_page .diverder {
  font-family: "Exo";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  color: #ffffff;
}

.login_page .diverder p {
  margin-bottom: 0;
}

.login_page .custom_btn2 {
  margin-bottom: 20px;
  text-align: left;
}

.login_page .custom_btn2 img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 40px;
}

.fpassword {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-decoration-line: underline;
  color: #8e16ce !important;
}

/* !Login Page */

/* !Other Page */

/* Admin page */

.adminbody {
  background: linear-gradient(
    89.08deg,
    #0f081c 1.46%,
    #1e0a28 52.16%,
    #0e0525 97.67%
  );
}

.adminbody footer {
  background: linear-gradient(180deg, #2b022e 0%, rgba(0, 0, 0, 0.41) 100%);
  padding: 100px 5%;
  margin-bottom: 0;
}

.adminbody .hero {
  padding-left: 5%;
  padding-right: 5%;
}

.page_title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #ffffff;
  margin: 62px 0 31px;
}

.dashboard {
  padding-left: 5%;
  padding-right: 5%;
}

/* Dashboard */

.acc_box1 {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(142, 22, 206, 0.8);
  border-radius: 5px;
  text-align: center;
  padding: 34px 0 40px;
}

.acc_box1 p {
  margin-bottom: 0;
}

.acc_box1 h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  color: #e9e9e9;
  margin: 7px 0 36px;
}

.acc_box1 img {
  margin-bottom: 26px;
  width: 68px;
  height: 68px;
}

.acc_box2 {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(142, 22, 206, 0.8);
  border-radius: 5px;
  padding: 40px 66px;
}

.acc_box2 h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.acc_box2 p {
  margin-bottom: 0;
}

.acc_box2 h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #8e16ce;
}

.adminbody .get_started2 {
  padding: 45px 66px;
  background: url(../img/get_started2.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  text-align: center;
}

.adminbody .get_started2 h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 0;
}

.adminbody .get_started2 .link_box {
  margin: auto;
  max-width: 459px;
}

.adminbody .get_started2 .input-group {
  background: #ffffff;
  height: 40px;
  border-radius: 4px;
  padding: 3px;
}

.adminbody .get_started2 .input-group img {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.adminbody .get_started2 .input-group input {
  background: transparent;
  border: none !important;
  box-shadow: none !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #404040;
}

.adminbody .get_started2 button {
  width: 44px !important;
  height: 40px !important;
}

.currency_sec {
  margin: 62px 0 86px;
}

.currency_sec .owl-theme .owl-dots .owl-dot span {
  width: 13px !important;
  height: 13px !important;
  background: #d9d9d9 !important;
}

.currency_sec .owl-theme .owl-dots .active span {
  background: #8e16ce !important;
  width: 13px !important;
  height: 13px !important;
}

.pp_box {
  width: 195px;
  height: 113px;
  background: rgba(142, 22, 206, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 18px;
  text-align: center;
}

.pp_box img {
  height: 27px !important;
  width: 27px !important;
}

.pp_box h5 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
  margin-top: 12px;
}

/* !Dashboard */

/* Deposits Page */

.page_subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 17px;
}

.page_subtitle small {
  font-size: 16px;
}

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

.p_label input {
  position: absolute;
  visibility: hidden;
}

.p_label .plan_box {
  transition: linear 0.3s;
  padding-bottom: 25px;
  height: 400px;
}

.p_label .pp_box {
  border: 1px solid rgba(142, 22, 206, 0.5);
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  background: transparent;
  transition: linear 0.3s;
  width: 100%;
}

.p_label .pp_box2 {
  padding-top: 42px;
}

.p_label input:checked ~ .plan_box {
  background: rgba(142, 22, 206, 0.5);
  border: 1px solid transparent;
}

.p_label input:checked ~ .plan_box .plan_box_header {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.p_label input:checked ~ .pp_box {
  background: rgba(142, 22, 206, 0.5);
}

.deposits_page .form-control {
  width: 420px;
  height: 56px;
  border: 1px solid #ffffff !important;
  border-radius: 4px;
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #c1c1c1 !important;
  margin-bottom: 35px;
}

.deposits_page .custom_btn3 {
  padding: 16px 64px;
}

/* !Deposits Page */

/* Referals Page */

.referals_box {
  width: 100%;
  height: 100%;
  border: 1px solid #8e16ce;
  border-radius: 5px;
  text-align: center;
  padding: 72px 0;
}

.referals_box p {
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.referals_box h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 28px;
  color: #ffffff;
}

.referals_page .table-responsive {
  margin-top: 54px !important;
}

.table-responsive {
  border: 1px solid rgba(142, 22, 206, 0.5);
  border-radius: 4px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: rgba(142, 22, 206, 0.2);
}

table th {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

table td {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* !Referals Page */

/* Settings Page */

.settings_page label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 6px;
}

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

.settings_page input {
  width: 100%;
  height: 46px;
  border: 1px solid #787878 !important;
  border-radius: 2px;
  margin-bottom: 16px;
  padding-left: 15px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  background: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.settings_page .custom_btn3 {
  padding: 13px 64px;
}

/* !Settings Page */

/* Security Page */

.security_box {
  width: 100%;
  min-height: 128px;
  border: 1px solid #8e16ce;
  text-align: center;
  border-radius: 4px;
  padding: 22px 10px;
  margin-bottom: 25px;
}

.security_box h5,
.fa_box h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 6px;
}

.security_box p,
.fa_box p {
  margin-bottom: 0;
}

.fa_box {
  width: 100%;
  min-height: 141px;
  background: linear-gradient(180deg, #7316a5 0%, #461461 100%);
  border-radius: 4px;
  padding: 17px 10px;
}

.fa_box .input-group {
  margin-top: 11px !important;
  max-width: 359px;
  height: 37px;
  margin: auto;
  background: #fff;
  border-radius: 5px;
  padding: 2px;
}

.fa_box .input-group input {
  background: transparent;
  border: none !important;
  box-shadow: none !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

.fa_box .input-group button {
  width: 95px;
  height: 33px;
  background: #8e16ce !important;
  border-radius: 5px !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff !important;
  padding-top: 5px;
}

.qr_box {
  margin-top: 31px;
}

.qr_box .code_img {
  width: 101px !important;
  height: 101px !important;
}

.qr_box .input-group {
  width: 257px;
  height: 44px;
  background: #ffffff;
  border-radius: 4px;
  margin-right: 12px;
  padding: 3px;
}

.qr_box .input-group input {
  border: none !important;
  box-shadow: none !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #999999;
}

/* !Security Page */

/* !Admin page */

/* Laptop Screen */

@media screen and (max-width: 1700px) and (min-width: 1200px) {
  .adminbody .nav-link {
    margin-right: 20px;
  }

  .home_hero_text {
    font-size: 300px;
  }

  .earth6 {
    position: absolute;
    right: 0px;
  }
}

@media screen and (width: 1366px) {
  .earth6 {
    top: -20px;
  }
}

/* !Laptop Screen */

/* iPad Screen */

@media screen and (width: 1024px) {
  .nav-link {
    margin-right: 20px;
  }

  .adminbody .nav-link {
    font-size: 14px;
    margin-right: 0px;
  }

  .home_hero_text {
    font-size: 230px;
  }

  .earth1 {
    width: 70%;
  }

  .earth6 {
    top: 0px;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .pp_box h5 {
    font-size: 18px;
    margin-top: 0;
  }
}

@media screen and (width: 768px) {
  .home_hero_text {
    font-size: 180px;
  }

  .earth1 {
    width: 70%;
  }

  .earth6 {
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .acc_box2 {
    padding: 40px;
  }
}

/* !iPad Screen */

/* Mobile Screen */

@media screen and (max-width: 760px) {
  body {
    min-width: 360px !important;
  }

  nav {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }

  h1 {
    line-height: 1;
    font-size: 30px;
  }

  .home_hero {
    margin-top: 50px;
    position: relative;
  }

  .home_hero_text {
    font-size: 80px;
    position: relative;
    line-height: 1;
  }

  .earth1 {
    width: 70%;
  }

  .bonuses h6 {
    font-size: 20px;
  }

  .earth6 {
    display: none;
  }

  .news_page h2,
  .contact_page h2,
  .faq_page h2 {
    font-size: 35px;
    line-height: 1;
  }

  .contact_box {
    padding: 15px;
  }

  .contact_subbox {
    padding: 15px;
  }

  .contact_subbox .custom_btn3 {
    width: 100%;
  }

  .contact_box h3 {
    font-size: 28px;
  }

  .p_label .pp_box {
    padding: 10px;
    height: auto;
  }

  .deposits_page .form-control {
    width: 100%;
  }
}

/* !Mobile Screen */

.section-header {
    position: relative;
    margin-bottom: 50px;
}
.section-center {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px;
}
.section-header .section-cete {
    margin-bottom: 25px;
    color: white;
}
.section-header .section-title {
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}
.section-header p {
    font-size: 18px;
    max-width: 600px;
    color: grey;
}
.service-section .process-items {
    border: 1px solid rgb(237, 221, 255);
    border-radius: 20px;
    background-color: rgb(22 21 21);
    box-shadow: 0px 8px 18px 0px rgb(48 5 108 / 5%);
    transition: all 0.4s;
}
.process-items {
    border-radius: 20px;
    padding: 30px 30px;
    border: 1px solid var(--border-three);
    transition: 0.8s;
    background-color: var(--white-color);
    text-align: center;
    position: relative;
}
.process-items .thumb {
    width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 2s;
    background-color: #8e16ce;
}
.process-items .thumb img {
    width: 90px;
    height: 72px;
    object-fit: contain;
}
.process-items .process-content {
    padding: 30px 0 0;
}
.process-content a {
    font-weight: 600;
    margin-bottom: 5px;
    color: white;
    text-decoration: none;
}
.process-items .process-content p {
    color: ;
}
.referral-box{
  background: #8e16ce;
  padding: 40px;
  border-radius: 40px
}

.bg-primary-dark {
    --bs-bg-opacity: 1;
    background-color: #161515 !important;
}

.content-space-2 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
@media (min-width: 992px)
.align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.position-relative {
    position: relative !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
@media (min-width: 992px)
.pe-lg-3 {
    padding-right: 1rem !important;
}
.mb-7 {
    margin-bottom: 3rem !important;
}
@media (min-width: 768px)
.mb-md-5 {
    margin-bottom: 2rem !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.typed-cursor.typed-cursor--blink {
    animation: typedjsBlink 0.7s infinite;
    -webkit-animation: typedjsBlink 0.7s infinite;
    animation: typedjsBlink 0.7s infinite;
}
.typed-cursor {
    opacity: 1;
}
.typed-cursor.typed-cursor--blink {
    animation: typedjsBlink 0.7s infinite;
    -webkit-animation: typedjsBlink 0.7s infinite;
    animation: typedjsBlink 0.7s infinite;
}
.typed-cursor {
    opacity: 1;
}
