@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

.header_nav {
  width: 100%;
  min-height: 80px;
  background: #ffffff !important;
  border-radius: 10px;
  padding-left: 2% !important;
  padding-right: 2% !important;
  margin-top: 30px;
  margin-bottom: 30px;
}

.navbar-brand {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #9073f1 !important;
}

.nav-link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #333333 !important;
  margin-right: 50px;
  position: relative;
  transition: all 0.5s;
}

.nav-link::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}

.nav-link:hover::before {
  transform: scale3d(1, 1, 1);
}

.nav-link::before {
  background: #9073f1;
  transform-origin: 100% 50%;
}

.nav-link:hover::before {
  transform-origin: 0 50%;
}

.custom_btn1,
.sbmt {
  padding: 10px 42px;
  background: linear-gradient(89.68deg,
      #8f77ef 0.35%,
      #7dbac6 99.82%) !important;
  border-radius: 35px;
  font-family: "Open Sans";
  border: 1px solid transparent !important;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff !important;
  transition: linear 0.3s;
}

.custom_btn1:hover,
.sbmt:hover {
  border: 1px solid #8f77ef !important;
  background: transparent !important;
  color: #333333 !important;
}

h1 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 62px;
  line-height: 87px;
  color: #333333;
  position: relative;
}

h1 span {
  color: #ffb220;
}

h1::before {
  content: url(../img/h1_before.png);
  display: block;
  position: absolute;
  left: -90px;
  top: -90px;
}

h2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  color: #333333;
}

p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #666666;
  margin-bottom: 0;
}

/* Home Page */

/* Hero */

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

.hero p {
  max-width: 583px;
}

.hero .custom_btn1 {
  margin-top: 60px;
}

.hero img {
  width: 821px;
  height: 648px;
}

/* !Hero */

/* Brand */

.brand {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: 183px auto 100px;
}

.brand img {
  opacity: 0.5;
  height: 66px !important;
  width: 184px !important;
}

/* !Brand */

/* Plan */

.plan h2 {
  margin-bottom: 57px;
  text-align: center;
}

.plan_box {
  background: url(../img/plan_box.png) no-repeat;
  background-size: 100% 100%;
  height: 418px;
  width: 402px;
  padding: 86px 100px 96px;
}

.plan_box h3 {
  text-align: center;
  margin: 3px 0 8px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  color: #ffffff;
}

.plan_box p {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}

.plan_box h5 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}

.plan_box a {
  padding: 6.4px 17.0667px;
  background: #ffffff !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 35.5556px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14.2222px;
  line-height: 19px;
  margin-top: 28px;
  color: #333333;
}

.plan_box h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 15.8788px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

/* !Plan */

/* About */

.about {
  padding-left: 20%;
  margin-top: 100px;
}

.about p {
  max-width: 500px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #4f4f4f;
  margin: 10px 0 60px;
}

/* !About */

/* Roadmap */

.roadmap {
  margin: 100px auto;
}

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

/* !Roadmap */

/* Investment */

.investment p {
  max-width: 628px;
  margin: 29px 0 56px;
}

.investment h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 17.8702px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.investment h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 57.1847px;
  line-height: 78px;
  text-align: center;
  color: #ffffff;
}

.nft_setion {
  position: absolute;
  top: 260px;
  left: 125px;
}

.trading {
  position: absolute;
  top: 107px;
  left: 326px;
}

.mining {
  position: absolute;
  top: 350px;
  left: 360px;
}

/* !Investment */

/* News Section */

.news_section {
  margin-top: 100px;
}

.news_section h2 {
  text-align: center;
  margin-bottom: 10px;
}

.news_card {
  border-radius: 10px;
  padding: 20px;
  border: none !important;
  background: #ffffff;
}

.news_card img {
  border-radius: 8px;
}

.news_card h5 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-transform: capitalize;
  color: #333333;
  margin: 23px 0 12px;
}

.news_card p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 12px;
}

.news_card h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #a3a3a3;
}

/* !News Section */

/* Transection */

.transection {
  margin-top: 82px;
}

.transection h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #333333;
  position: relative;
  margin-left: 41px;
  margin-bottom: 25px;
}

.transection .ldeposit::before {
  content: "";
  display: block;
  position: absolute;
  left: -41px;
  top: 5px;
  width: 28px;
  height: 28px;
  background: #9073f1;
  border-radius: 2px;
}

.transection .lwithdraw::before {
  content: "";
  display: block;
  position: absolute;
  left: -41px;
  top: 5px;
  width: 28px;
  height: 28px;
  background: #80afcd;
  border-radius: 2px;
}

.transection .lwithdraw {
  margin-top: 70px;
}

.transection_box {
  width: 100%;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 18px;
}

.transection_box img {
  height: 31px;
  width: 31px;
}

.transection_box h6 {
  margin-top: 14px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 0;
}

.transection_box p {
  margin-top: 2px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  color: #333333;
}

/* !Transection */

/* Footer */

footer {
  margin: 100px auto 30px;
}

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

footer hr {
  color: #cfcfcf;
}

footer p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}

footer .rules_btn {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  text-decoration: none;
  position: relative;
  transition: linear 0.3s;
}

footer .rules_btn::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}

footer .rules_btn:hover::before {
  transform: scale3d(1, 1, 1);
}

footer .rules_btn::before {
  background: #9073f1;
  transform-origin: 100% 50%;
}

footer .rules_btn:hover::before {
  transform-origin: 0 50%;
}

/* !Footer */

/* !Home Page */

/* Other Page */

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

/* News Page */

.page_title {
  font-weight: 600;
  font-size: 48px;
  line-height: 65px;
  margin-bottom: 32px;
  margin-top: 100px;
}

.news_page h6,
.single_news_page h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #9073f1;
  margin-bottom: 9px;
}

.news_page h3,
.single_news_page h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 32px !important;
  line-height: 44px;
  color: #333333;
}

.single_news_page img {
  border-radius: 20px;
  margin: 12px 0 50px;
}

.news_page p,
.single_news_page p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #5e5e5e;
}

.pagination .page-link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 21px !important;
}

.pagination .active {
  border-radius: 21px !important;
  border: 1px solid #8e79ed;
  color: #8e79ed;
}

/* !News Page */

/* Contact Page */

.contact_page {
  margin-top: 174px;
}

.contact_page h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #333333;
  margin-bottom: 0;
}

.contact_page .page_title,
.faq_page .page_title {
  margin: 0;
}

.contact_page p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}

.contact_page .form_box {
  border: 1px solid #8d80e9;
  border-radius: 20px;
  padding: 40px;
  min-height: 471px;
  margin-top: 110px;
}

.contact_page .form_box h6 {
  margin-bottom: 35px;
}

.contact_page .form_box .form-control {
  background: transparent !important;
  box-shadow: none !important;
  margin-bottom: 20px;
  border: none !important;
  border-bottom: 1px solid #acacac !important;
  border-radius: 0 !important;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #333 !important;
  padding-left: 0;
}

.contact_page .form_box textarea {
  margin-top: 100px;
}

.error {
  color: red !important;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}

/* !Contact Page */

/* Faq Page */

.faq_page {
  margin-top: 130px;
}

.faq_page .page_title {
  margin-bottom: 86px;
}

.faq_page h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 10px;
  color: #000000;
}

.faq_page .row {
  margin-bottom: 110px;
}

.accordion-item {
  border: none !important;
  background: transparent;
}

.accordion-button {
  box-shadow: none !important;
  background: transparent !important;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #333333 !important;
  margin-bottom: 0;
}

.accordion-body {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}

.accordion-button.collapsed::after {
  background: url("../img/plus.svg");
  background-size: contain;
}

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

.get_started_box {
  width: 100%;
  min-height: 113px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 50px;
}

.get_started_box h5 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #333333;
  margin-bottom: 0;
}

.get_started_box p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
  color: #5e5e5e;
}

/* !Faq Page */

/* About Page */

.about_page {
  margin-top: 120px;
}

.about_page h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #333333;
}

.about_page h2 {
  line-height: 1;
}

.about_page p {
  margin-top: 34px;
}

.about_page .custom_btn1 {
  margin-top: 34px;
}

.total_box_sec {
  margin: 150px 0 110px;
}

.total_box {
  width: 100%;
  height: auto;
  padding: 23px 59px;
  background: linear-gradient(180deg, #9073f1 0%, #83a4d4 100%);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 83px;
}

.total_box p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  margin-top: 0;
}

.total_box h5 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
}

.features_box {
  text-align: center;
}

.features_box h6 {
  margin: 22px 0 11px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #333333;
}

.features_box p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-top: 0;
}

.about_page_subtitle {
  margin-bottom: 25px;
  text-align: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  color: #333333;
}

.features_box_sec {
  margin-bottom: 110px;
}

.roadmap_box {
  text-align: center;
}

.roadmap_box h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
}

.roadmap__box_img {
  margin-top: -10px;
}

.roadmap__box_img2 {
  margin-bottom: -30px;
}

.roadmap_bar {
  margin: 20px 0;
}

.roadmap_box1 h6 {
  color: #05bcc1;
}

.roadmap_box2 h6 {
  color: #59696e;
}

.roadmap_box3 h6 {
  color: #f1a229;
}

.roadmap_box4 h6 {
  color: #a3ce37;
}

.roadmap_box5 h6 {
  color: #f7615a;
}

.roadmap_box6 h6 {
  color: #8f4881;
}

.roadmap_box p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #5e5e5e;
  margin-top: 9px;
}

.investing_sec {
  margin-top: 110px;
  text-align: center;
}

.investing_sec p {
  margin: 14px auto 27px;
  max-width: 991px;
}

.investing_sec .custom_btn1 {
  margin-top: 0;
}

/* !About Page */

/* Login Page */

.login_page {
  margin: 100px 0;
}

.login_page p {
  margin-bottom: 44px;
}

.login_page .form_box {
  max-width: 526px;
}

.form-control {
  height: 48px;
  border-radius: 45px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 45px;
  padding-left: 28px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  box-shadow: none !important;
  color: #333 !important;
  margin-bottom: 28px;
}

.form-control::placeholder {
  color: #b8b8b8 !important;
}

.login_page a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #8e79ed;
  text-decoration: none;
}

.login_page .custom_btn1 {
  margin: 17px 0;
}

.login_page h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #64748b;
}

.login_page h6 a {
  font-size: 16px;
}

/* !Login Page */

/* !Other Page */

/* Dashboard */

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

.dashboard_body header {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 30px;
}

.top_bar {
  background: #ffffff;
  border-radius: 10px;
  height: 80px;
  width: 100%;
  padding: 23px 62px;
}

.top_bar p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #787878;
}

.top_bar h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #5a5a5a;
}

.custom_nav {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  margin: 39px 0 42px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.custom_nav::-webkit-scrollbar {
  display: none;
}

.custom_nav_link {
  height: 92px;
  width: 131px;
  background: #ede6ff;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  position: relative;
}

.custom_nav_link a {
  text-decoration: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #4b4b4b;
}

.custom_nav_link img {
  width: 34px !important;
  height: 34px !important;
  margin-bottom: 8px;
}

.page_title2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #333333;
  margin-bottom: 30px;
}

/* Account Page */

.acc_box {
  height: auto;
  width: 100%;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: center;
  padding: 20px;
}

.acc_box1 {
  background: #dacef5;
}

.acc_box2 {
  background: #fff1db;
}

.acc_box3 {
  background: rgba(26, 206, 140, 0.2);
}

.acc_box4 {
  background: #f5d1d3;
}

.acc_box p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}

.acc_box h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 28px;
  margin: 22px 0 34px;
  color: #333333;
}

.acc_box_btn1 {
  filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.15));
  background: linear-gradient(90deg, #9073f1 5.45%, #7db9c6 104.09%) !important;
  border-radius: 27px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  border: none !important;
  line-height: 22px;
  color: #ffffff !important;
  width: 110px;
  height: 33px;
}

.acc_box_btn2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  border: 1px solid #9073f1 !important;
  border-radius: 27px;
  width: 110px;
  height: 33px;
}

.ref_box {
  background: url(../img/ref_box.png) no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  padding: 122px 58px;
}

.ref_box h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  color: #ffffff;
}

.ref_box p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin: 6px 0 20px;
}

.ref_box h5 {
  padding: 13px 50px;
  background: #ffffff;
  border-radius: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  margin-bottom: 0;
}

.currency_box {
  height: auto;
  width: auto;
  border: 1px solid #e4d8ff;
  border-radius: 10px;
  text-align: center;
  padding: 20px 30px;
}

.currency_box img {
  height: 23px;
  width: 23px;
}

.currency_box p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-left: 7px;
}

.currency_box h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-top: 6px;
  color: #333333;
}

.loperations {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  margin: 60px 0 20px;
  color: #333333;
}

table {
  background: #fff;
  text-align: center;
}

table thead {
  background: #8e79ed !important;
}

table th {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

table td {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 25px;
  color: #333333;
}

table img {
  height: 22px;
  width: 22px;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  background: transparent !important;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
  background: #ede5ff;
}

/* !Account Page */

/* Deposit Page */

.page_subtitle {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #333333;
  margin-bottom: 20px;
}

.page_subtitle small {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.plabel {
  cursor: pointer;
}

.plan_box2 {
  width: 100%;
  height: auto;
  border: 1px solid #e4d8ff;
  border-radius: 20px;
  padding: 30px;
  transition: linear 0.3s;
}

.plan_box2 p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #9073f1;
  margin-bottom: 3px;
}

.plan_box2 h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  color: #9073f1;
}

.plan_box2 h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #787878;
  margin-bottom: 0;
}

.plan_box2 h5 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}

.plabel input:checked~.plan_box2 {
  border: 1px solid transparent;
  background: linear-gradient(180deg, #8e7bed 0%, #7db6c7 100%);
}

.plabel input:checked~.plan_box2 p,
.plabel input:checked~.plan_box2 h4,
.plabel input:checked~.plan_box2 h5,
.plabel input:checked~.currency_box h6,
.plabel input:checked~.currency_box p,
.plabel input:checked~.plan_box2 h6 {
  color: #fff;
}

.plabel .currency_box h6 {
  margin-bottom: 0;
}

.deposit_page .currency_box {
  width: 100%;
  padding: 13px 28px;
}

.deposit_page .currency_box1 {
  padding-top: 33px;
  padding-bottom: 33px;
}

.plabel input:checked~.currency_box {
  border: 1px solid transparent !important;
  background: linear-gradient(180deg, #8e7bed 0%, #7db6c7 100%);
}

.plabel input:checked~.currency_box a {
  color: #fff;
}

/* !Deposit Page */

/* Settings Page */

.settings_page label {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 5px;
}

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

.settings_page .form-control {
  height: 46px;
  border: 1px solid #8e79ed;
  background: transparent;
  border-radius: 10px;
  margin-bottom: 0;
}

.settings_page .form_group {
  border: 1px solid #c0b5f0;
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 0;
}

/* !Settings Page */

/* Earnings Page */

.earnings_page form {
  border: 1px solid rgba(151, 105, 255, 0.5);
  border-radius: 10px;
  padding: 20px 34px;
  margin-bottom: 25px;
}

.earnings_page label {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 7px;
}

.earnings_page .form-select {
  width: 100%;
  padding: 10px;
  background: transparent;
  height: 46px;
  border: 1px solid #9073f1;
  border-radius: 4px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

/* !Earnings Page */

/* Security Page */

.security_box1 {
  width: 100%;
  height: auto;
  padding: 35px 10px;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 8px;
}

.security_box1 h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #333333;
}

.security_box1 p {
  max-width: 300px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin: auto;
}

.security_box2 {
  width: 100%;
  height: auto;
  padding: 30px 10px;
  background: linear-gradient(180deg,
      rgba(141, 128, 238, 0.7) 0%,
      rgba(136, 169, 243, 0.7) 100%);
  text-align: center;
  border-radius: 10px;
  margin-top: 52px;
}

.security_box2 h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 4px;
}

.security_box2 p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 14px;
}

.security_box2 .input-group {
  max-width: 526px;
  height: auto;
  background: #ffffff;
  margin: auto;
  border-radius: 28px;
  padding: 5px 10px;
}

.security_box2 .input-group input {
  border: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #333333 !important;
  margin-bottom: 0;
}

.security_box2 .input-group .custom_btn1 {
  border-radius: 35px !important;
}

.qr_sec h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 11px;
  color: #333333;
}

.qr_sec p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 17px;
  color: #333333;
}

.qr_sec .input-group {
  width: 257px;
  height: 44px;
  background: #ede5ff;
  padding: 3px;
  margin-top: 21px;
  border-radius: 5px;
}

.qr_sec .input-group input {
  padding-left: 6px;
  height: 100% !important;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  background: transparent !important;
  color: #222222 !important;
  margin-bottom: 0 !important;
  border: none !important;
}

.qr_sec .scode button {
  background: transparent;
  width: 44px;
  clip-path: none !important;
  height: 44px;
  margin-left: 10px;
}

.qr_code {
  width: 101px;
  height: 101px;
}

/* !Security Page */

/* Referral Page */

.referral_box {
  background: #8e79ed;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  padding: 50px 10px;
  text-align: center;
}

.referral_box p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #ffffff;
}

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

.referral_box2 {
  background: #8e79ed;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  padding: 45px;
  margin-bottom: 50px;
}

.referral_box2 p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 17px;
  color: #ffffff;
}

.referral_box2 input {
  background: #ffffff;
  border-radius: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #333333 !important;
  margin-bottom: 0;
}

/* !Referral Page */

/* Withdraw Page */

.withdraw_page h5 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 22px;
}

.withdraw_box {
  width: 100%;
  height: auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 60px;
  padding-top: 35px;
}

.withdraw_box h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #333333;
}

.withdraw_box p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0 14px;
  color: #333333;
}

.withdraw_box label {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 18px;
  color: #333333;
}

.withdraw_box input {
  background: #f2f2f3 !important;
  border-radius: 34px;
  border: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #333333 !important;
}

/* !Withdraw Page */

/* Banner Page */

.banner_page .nav-link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  border: 1px solid #bea1ff;
  border-radius: 100px;
  transition: linear 0.3s;
}

.banner_page .nav-link:hover {
  background: #9073f1 !important;
  border: 1px solid transparent;
  color: #ffffff !important;
}

.banner_page .nav-link::before {
  display: none;
}

.banner_page .nav-pills .active {
  background: #9073f1 !important;
  font-family: "Open Sans";
  font-style: normal;
  border: 1px solid transparent;
  color: #ffffff !important;
}

.banner_page .tab-pane {
  background: #ffffff;
  border-radius: 10px;
  padding: 50px 100px;
  text-align: center;
  margin-top: 43px;
}

.banner_page .tab-pane h5 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #333333;
}

.banner_page .tab-pane .banner_img {
  margin: 60px 0;
}

.banner_page .tab-pane .input-group {
  background: #f2f2f3;
  border-radius: 10px;
  height: 100%;
}

.banner_page .tab-pane .input-group .form-control {
  margin-bottom: 0;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  height: 100%;
  line-height: 22px;
  background: transparent !important;
  border: none !important;
  padding-top: 19px;
  color: #000000 !important;
}

/* !Banner Page */

/* !Dashboard */

/* Laptop Screen */

@media screen and (max-width: 1600px) and (min-width: 1200px) {
  .hero {
    padding-left: 105px;
    padding-right: 105px;
    margin-top: 100px;
  }

  .hero img {
    width: 100%;
    height: 100%;
  }

  .about {
    padding-left: 105px;
  }

  .nft_setion {
    top: 240px;
  }

  .trading {
    top: 100px;
  }

  .mining {
    top: 320px;
    left: 350px;
  }

  .total_box p {
    font-size: 18px;
  }

  .dashboard_body header {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (width: 1366px) {
  .dashboard_body header {
    padding-left: 9%;
    padding-right: 9%;
  }

  .custom_nav_link {
    width: 131px;
    padding: 12px;
    margin-right: 10px;
  }

  .custom_nav_link a {
    font-size: 12px;
  }

  .acc_box_btn1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .acc_box_btn2 {
    width: 100%;
  }

  .currency_box {
    padding: 20px;
  }

  .currency_box p {
    font-size: 14px;
  }

  .currency_box h6 {
    font-size: 22px;
  }

  .plan_box2 h4 {
    font-size: 44px;
  }

  .banner_page .nav-link {
    font-size: 18px;
  }

  .banner_page .tab-pane {
    padding: 50px 80px;
  }
}

/* !Laptop Screen */

/* iPad Screen */

@media screen and (width: 1024px) {
  .hero {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero img {
    width: 100%;
    height: 100%;
  }

  .plan_box {
    height: 100%;
    width: 100%;
    padding: 60px;
  }

  .about {
    padding-left: 32px;
  }

  .nft_setion {
    top: 200px;
    left: 100px;
  }

  .trading {
    top: 80px;
    left: 260px;
  }

  .mining {
    top: 250px;
    left: 280px;
  }

  .total_box p {
    font-size: 12px;
  }

  .total_box h5 {
    font-size: 30px;
  }

  .dashboard_body header {
    padding-left: 5%;
    padding-right: 5%;
  }

  .custom_nav_link {
    width: auto;
    padding: 10px;
    margin-right: 10px;
  }

  .custom_nav_link a {
    font-size: 13px;
  }

  .acc_box_btn1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .acc_box_btn2 {
    width: 100%;
  }

  .currency_box {
    padding: 20px;
  }

  .currency_box p {
    font-size: 14px;
  }

  .currency_box h6 {
    font-size: 22px;
  }

  .ref_box {
    padding: 40px;
    height: auto;
  }

  .ref_box h4 {
    font-size: 30px;
  }

  .ref_box p {
    font-size: 16px;
  }

  .ref_box h5 {
    font-size: 18px;
  }

  .banner_page .nav-link {
    font-size: 13px;
  }

  .banner_page .tab-pane {
    padding: 50px;
  }

  .banner_page .tab-pane .banner_img {
    margin: 30px 0;
  }
}

@media screen and (width: 768px) {
  .hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero img {
    width: 100%;
    height: 100%;
  }

  .about {
    padding-left: 24px;
  }

  .plan_box {
    height: 100%;
    width: 100%;
    padding: 60px;
  }

  .total_box p {
    font-size: 12px;
  }

  .total_box h5 {
    font-size: 30px;
  }

  .dashboard_body header {
    padding-left: 5%;
    padding-right: 5%;
  }

  .custom_nav_link {
    margin-right: 15px;
  }

  .plan_box2 h4 {
    font-size: 40px;
  }

  .plan_box2 h6 {
    font-size: 12px;
  }

  .banner_page .nav-link {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .banner_page .tab-pane {
    padding: 40px;
  }

  .banner_page .tab-pane .banner_img {
    margin: 30px 0;
  }
}

/* !iPad Screen */

/* Mobile Screen */

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

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

  h1::before {
    display: none;
  }

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

  .hero {
    padding-left: 0px;
    padding-right: 0px;
  }

  .hero img {
    width: 100%;
    height: 100%;
  }

  .brand {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 100px auto 100px;
  }

  .plan_box {
    height: 100%;
    width: 100%;
    padding: 60px;
  }

  .about {
    padding-left: 0px;
  }

  .investment h6 {
    font-size: 14px;
    line-height: 1;
  }

  .investment h3 {
    line-height: 1;
    font-size: 40px;
  }

  .nft_setion {
    top: 150px;
    left: 80px;
  }

  .trading {
    top: 60px;
    left: 200px;
  }

  .mining {
    top: 200px;
    left: 220px;
  }

  .dashboard_body header {
    padding-left: 4%;
    padding-right: 4%;
  }

  .top_bar {
    padding: 23px;
  }

  .custom_nav_link {
    margin-right: 15px;
  }

  .ref_box {
    height: 100%;
    padding: 20px;
  }

  .ref_box h4 {
    font-size: 25px;
    line-height: 1;
  }

  .ref_box p {
    font-size: 16px;
  }

  .ref_box h5 {
    font-size: 18px;
    overflow-wrap: break-word;
  }

  .currency_box {
    padding: 15px;
  }

  .currency_box p {
    font-size: 12px;
  }

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

  table th {
    font-size: 14px;
  }

  table td {
    font-size: 14px !important;
  }

  .plan_box2 h4 {
    font-size: 40px;
  }

  .plan_box2 h6 {
    font-size: 12px;
  }

  .deposit_page .currency_box {
    padding: 10px;
  }

  .banner_page .tab-pane .banner_img {
    margin: 30px 0;
  }

  .banner_page .nav-link {
    font-size: 10px;
    margin-bottom: 15px;
  }

  .banner_page .tab-pane {
    padding: 30px;
  }

  .banner_page .tab-pane .input-group .form-control {
    font-size: 12px;
    padding-top: 10px;
  }
}

/* !Mobile Screen */