@import url("../css2-1");

body {
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  min-width: 1300px;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}
.lastbox h2 {
color: #FFBB00;
font-size: 28px;
text-transform: uppercase;
text-align: center;
}
.lastbox ul li {
list-style: none;
width: 100%;
padding: 5px 20px;
background: #ffffff10;
color: #fff;
display: block;
height: 40px;
}
.lastbox ul {
padding: 0;
margin: 0;
}
.lastbox ul li h4 {
width: 280px;
font-size: 14px;
float: left;
margin-top: 9px;
}
.lastbox ul li h5 {
width: 120px;
font-size: 14px;
float: left;
margin-top: 9px;
}
.lastbox ul li img {
width: 25px;
float: right;
margin-top: 3px;
}
/* Header */
header {
  /* background: url(../img/header\ bg.png) no-repeat; */
  height: 100%;
  background-size: auto;
}
.container {
  min-width: 1200px !important;
  max-width: 1200px !important;
  margin: auto !important;
}
.header_nav .nav-link {
  font-size: 18px;
  font-weight: 300;
  margin-left: 20px;
  color: #fff !important;
  letter-spacing: 0px;
}
.header_nav .nav-link:hover {
  color: #FFBB00 !important;
  transition: 0.7s;
}
.header_nav ul {
  list-style: none;
}

.login {
  color: #000 !important;
  font-size: 14px;
  font-weight: 300;
  margin-right: 20px;
  position: relative;
  background: #ffbb00;
  width: 91px;
  height: 30px;
  border-radius: 0;
  padding-top: 3px;
  z-index: 1;
}

.signup {
  width: 91px;
  height: 30px;
  background: #fff700;
  border-radius: 0;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  padding-top: 4px;
  z-index: 1;
}

.hero {
  color: #fff;
}

.hero .row {
  margin-top: 18rem;
}

.hero_img {
  /* height: 550px;
  width: 760px; */
  z-index: 1;
  position: relative;
  margin-top: -5rem;
}

/* .hero h1 {
  font-size: 230px !important;
  font-family: "Cinzel", cursive !important;

  letter-spacing: 12px !important;
  margin: 50px 0 -320px 0 !important;
  opacity: 0.5 !important;
  mix-blend-mode: overlay !important;
  text-align: center;
} */

.hero h2 {
  font-size: 70px;
  font-family: "Cinzel", serif;
}

.hero h2 span {
  color: #fff700;
}

.hero p {
  font-size: 22px;
  font-weight: 300;
}

.hero i {
  font-size: 65px;
  opacity: 0.3;
  margin-left: -10px;
}

.hero h4 {
  font-size: 12px;
  margin-top: 20px;
}

.hero h4 span {
  font-size: 22px;
  font-weight: 700;
  color: #FFBB00;
}
/* !Header */

/* Plans */
.plans {
  position: relative;
  color: #fff;
  /* background: url(../img/plans.png); */
  height: 100%;
  background-size: 100% 100%;
  padding-top: 10px;
}

.plans h1 {
  font-size: 60px;
  position: relative;
  margin-right: 50px;
  font-family: "Cinzel", serif;
}

.plans h1 span {
  color: #fff700;
}

.plans p {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.45;
  margin-bottom: 3rem;
}

.plan_box {
  background: url(../img/plan_box.png) no-repeat;
  opacity: 1;
  padding-top: 1rem;
  background-size: 100% 100%;
  min-height: 339px;
}

.plan_box h2 {
  font-size: 80px;
  font-weight: 900;
  color: #000;
  font-family: "Cinzel", serif;
}

.plan_sub_box {
  background: #00000080;
  padding: 0;
  height: 98px;
  padding-top: 1rem;
}

.plan_sub_box h3 {
  font-size: 34px;
  font-family: "Cinzel", serif;
}

.plan_box p {
  opacity: 1;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}

.plan_box a {
  background: #ffbb00;
  color: #000;
  width: 251px;
  height: 29px;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 1rem;
  padding-top: 3px;
  font-size: 14px;
  font-family: "Cinzel", serif;
}

.plan_box2 {
  width: 100%;
  min-height: 95px;
  background: #000;
  border: 1px solid #fff700;
  padding: 2rem;
  padding-bottom: 0;
}

.plan_box2 input {
  height: 38px;
  width: 100%;
  background: #fff70050;
  border: 0;
  color: #fff;
  padding-left: 20px;
}

.plan_box2 input::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.plan_box2 select {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 38px;
  background: #fff70050;
  color: #fff;
  padding-left: 20px;
  border: 0;
  border-radius: 0;
}

.plan_box2 select:focus {
  border: none;
}

.plan_box2 select::-ms-expand {
  display: none;
}

.plan_box2 option {
  background: transparent !important;
}

.plan_box2 h1 {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}

.plan_box2 h1 span {
  font-size: 24px !important;
  font-weight: 700;
}

.plan_box2 img {
  margin-top: -4rem;
  margin-bottom: 0;
}

.plabel {
  display: block;
  width: 100% !important;
  height: auto;
  border-radius: 0px;
  margin: 10px 0;
}
.plabel input {
  visibility: hidden;
  position: absolute;
}

.pbox {
  width: 100% !important;
  height: auto;
  background: rgba(219, 219, 219, 0.1);
  border-radius: 0px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  filter: grayscale(100%);
  transition: 0.3s;
  box-sizing: border-box;
  overflow: hidden;
  transition: linear 0.3s;
}
.pbox:hover {
  background: #ffffff25;
  filter: grayscale(0%);
}
.plabel input:checked ~ .pbox {
  background: #ffffff25;
  filter: grayscale(0%);
  border: 1px solid #3cc1c5;
}
.pbox img {
  float: left;
  padding: 0;
  margin: 0;
  width: 25px;
}
.pbox h5 {
  padding: 0 5px 0 0;
  margin: 0;
  float: right;
  width: 70%;
  text-align: right;
  font-size: 10px !important;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.pbox h5 span {
  font-size: 10px !important;
  display: block;
}
.depplan {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.depplan input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
.depplan input:checked ~ .box1 {
  background: #FFBB0020;
  filter: grayscale(0%);
}
.box1 {
  background: #01081650;
  font-family: "Cinzel", cursive;
  min-height: 194px;
  padding-top: 2.5rem;
}

.box1 h1 {
  font-size: 100px !important;
  color: #FFBB00;
  font-weight: 400;
  margin: auto;
}

.box1 h1 span {
  font-size: 60px;
  color: #fff;
}

.box1 h1::after {
  display: none;
}

.box1 h2 {
  margin: auto;
  margin-left: 10px;
  font-size: 38px;
  color: #fff;
}

.box1 h2 span {
  color: #FFBB00;
}

.box1 p {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  margin-right: 0;
}

.box1 h6 {
  font-size: 18px;
  color: #FFBB00;
}

.invest {
  width: 105px;
  height: 105px;
  background: #FFBB0020;
  text-align: center;
  display: block;
  transition: 0.7s;
  text-decoration: none !important;
}
.invest:hover {
  background: #FFBB0050;
}
.invest p {
  font-size: 18px;
  color: #FFBB00;
  margin: auto;
  padding-top: 25px;
}

.box1 .right::before {
  content: "";
  border-top: 1px solid #ffffff26;
  display: block;
  margin-bottom: 10px;
}

.box1 .left::after {
  content: "";
  border-top: 1px solid #ffffff26;
  display: block;
  margin-bottom: 10px;
}

.box2 {
  background: #010816;
  height: 642px;
  padding: 50px 40px;
  font-family: "Cinzel", cursive;
}

.box2 h3 {
  font-size: 32px;
  color: #ffffff20;
  text-align: right;
}

.box2 p {
  font-size: 12px;
  margin-bottom: 5px;
}

.box2 input {
  width: 100%;
  height: 42px;
  background: #ffffff22;
  border: 0;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.box2 i {
  font-size: 30px;
  color: #ffffff20;
}

.box2 h5 {
  font-size: 12px;
  color: #fff;
}

.box2 h5 span {
  font-size: 22px;
  color: #FFBB00;
}

.box2_footer {
  font-size: 10px;
  font-weight: 300;
  font-style: italic;
  margin-top: 4rem;
  width: 100%;
  text-align: justify;
}
/* !Plans */

/* About */
.about {
  position: relative;
  padding: 5rem 0 !important;
  color: #fff;
  height: 100%;
  /* background: url(../img/about\ bg.png) no-repeat; */
  background-size: 100% 100%;
}

.about h1 {
  font-size: 60px;
  position: relative;
  margin-right: 50px;
  font-family: "Cinzel", serif;
}

.about h1 span {
  color: #fff700;
}

.about p {
  font-size: 16px;
  font-weight: 300;
  margin-right: 50px;
  opacity: 0.45;
  margin-bottom: 3rem;
}

.about .card {
  background: transparent;
  margin-bottom: 1rem;
  border-radius: 0;
}

.about .card-header {
  border-radius: 0;
  padding: 0;
  background: #ffffff25 !important;
}

.about .card-header .collapsed {
  color: #fff !important;
  background: #ffffff25 !important;
}

.about .card-header button {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 16px;
  border-radius: 0 !important;
  background: #FFBB00;
  height: 43px;
}

.about .card-body {
  background: #ffffff10;
  font-size: 12px;
  font-weight: 300;
}

.about .left p {
  font-size: 16px;
  font-weight: 300;
  opacity: 1;
}

/* About */

/* Referral */
.referral {
  padding: 0 40px;
  margin: 0;
  background-size: cover;
  margin-top: 5rem;
  margin-bottom: 5rem !important;
}

.referral_logo {
  margin-top: -6rem;
  opacity: 1;
  mix-blend-mode: overlay;
}

.referral h1 {
  font-size: 36px;
  font-family: "Cinzel", serif;
  color: #fff;
  margin-bottom: 10px;
}

.referral h1 span {
  color: #fff700;
}

.referral p {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.45;
  color: #ffffff;
}

.referral .box4 {
  height: 288px;
  background: #ffbb00;
  text-align: center;
  padding-top: 2rem;
}

.referral .box5 {
  height: 288px;
  background: #fff700;
  text-align: center;
  padding-top: 2rem;
}

.referral .left h2 {
  font-size: 110px;
  font-weight: 900;
  font-family: "Cinzel", serif;
}

.referral .left h6 {
  font-size: 28px;
  font-family: "Cinzel", serif;
}

.referral .right {
  position: relative;
  color: #fff;
}

.referral .right img {
  margin-right: -40px;
}

.referral .right h2 {
  font-size: 40px;
  font-weight: 900;
  margin-top: -7rem;
  text-decoration: underline;
}

.referral .right h4 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Cinzel", serif;
  color: #fff700;
}

.referral .right p {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.6;
}
/* !Referral */

/* Totals */
.totals {
  text-align: right;
  margin-top: 100px;
  margin-bottom: 3rem !important;
}
.totals i {
  font-size: 100px;
  color: #ffffff10;
  margin-top: -25px;
  margin-right: 0;
}

.totals h1 {
  color: #fff;
  font-family: "Cinzel", serif;
  margin-left: -10px;
}

.totals p {
  color: #fff;
  font-size: 18px;
  margin-left: -10px;
  font-family: "Cinzel", serif;
}
/* !Totals */

/* Brand */
.brand {
  margin-bottom: 3rem !important;
}
/* !Brand */

/* Footer */
footer {
  color: #fff;
}

footer p {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff65;
  margin-bottom: 5rem;
}

.copyright {
  margin-bottom: 0;
}
/* !Footer */

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

/* !Header */

.dashboard header {
  height: 100%;
  background-size: auto;
}

.dashboard .login {
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
  margin-right: 20px;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}



.dashboard .signup {
  width: 115px;
  height: 30px;
  background: #FFBB00;
  border-radius: 0;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  padding-top: 4px;
  z-index: 1;
}

/* !Header */

/* Page Title */

.dashboard .title {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff30;
  width: 517px;
  height: 94px;
  background: #ffffff20;
  margin-top: 3rem;
  color: #FFBB00;
  padding-top: 25px;
  padding-left: 30px;
  font-family: "Cinzel";
}

.dashboard .title h1 {
  font-size: 40px;
}

/* !Page Title */

/* Body Navbar */

.dashboard .body_navbar {
  height: 65px;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin-top: 1rem;
  background: #ffffff30;
}

.body_navbar ul {
  list-style: none;
}

.dashboard .body_navbar .nav-link {
  font-size: 12px !important;
  margin-right: 0;
  margin-left: 0;
  letter-spacing: normal;
  font-family: "Cinzel", cursive;
  color: #fff !important;
}

.dashboard .body_navbar .active a {
  color: #FFBB00 !important;
  position: relative;
}

.dashboard .body_navbar .active a::after {
  content: "";
  height: 15px;
  border: 1px solid #FFBB00;
  display: block;
  width: 0px;
  position: absolute;
  left: 70%;
}

.dashboard .body_navbar a:hover {
  color: #FFBB00 !important;
}

/* Body Navbar */

/* Body */

.dashboard .body {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 20px 30px;
  margin-top: 3rem;
  color: #fff;
  background: #ffffff30;
}

.dashboard .body h2 {
  font-size: 30px;
  font-family: "Cinzel", cursive;
  color: #FFBB00;
  letter-spacing: 5px;
  margin-bottom: 1rem;
}

/* Heading */

.dashboard .heading h6 {
  font-size: 14px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.dashboard .heading p {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  width: 95%;
  margin-left: 15px;
  position: relative;
}

.dashboard .heading p::before {
  content: "";
  width: 126px;
  border: 1px solid #FFBB00;
  display: block;
  position: absolute;
  transform: rotate(90deg);
  border-radius: 30px;
  margin-left: -4.7rem;
  bottom: 50%;
}

/* Heading */

/* Frequent */

.dashboard .frequent .card {
  min-height: 254px;
  background: #ffffff15;
  padding: 10px;
  border: 0;
  border-radius: 0;
}

.dashboard .frequent .card hr {
  width: 90%;
  margin: auto;
  background: #ffffff50;
}

.dashboard .frequent .card-header {
  font-size: 16px;
  color: #FFBB00;
  font-family: "Cinzel", cursive;
  border: 0;
  background: transparent;
}

.dashboard .frequent .card-text {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

/* Frequent */

/* News */

.dashboard .news .card {
  min-height: 254px;
  background: #ffffff15;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #ffffff05;
  transition: 0.7s;
  cursor: pointer;
}

.dashboard .news .card hr {
  width: 90%;
  margin: auto;
  background: #ffffff;
}

.dashboard .news .card-header {
  font-size: 16px;
  color: #FFBB00;
  font-family: "Cinzel", cursive;
  border: 0;
  background: transparent;
}

.dashboard .news .card-text {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.dashboard .news h6 {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 10px;
}

.dashboard .news .card-footer {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.dashboard .news .card:hover {
  border: 1px solid #FFBB00;
}

.dashboard .news .card:hover .card-footer {
  color: #FFBB00;
}

/* !News */

/* Affiliate */
.dashboard .affiliate {
  background: url(../img/Group.html\ 139.png) no-repeat;
  background-size: 100% 100%;
  height: 492px;
  padding-left: 15px;
}

.dashboard .affiliate .box {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  height: 120px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    236deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background: -webkit-linear-gradient(
    236deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background: linear-gradient(
    236deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.dashboard .affiliate h6 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.dashboard .affiliate h3 {
  color: #FFBB00;
}

.dashboard .affiliate .sub_box {
  height: 34px;
  background: #ffffff50;
  margin-bottom: 20px;
  padding-top: 7px;
}

.dashboard .affiliate p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.dashboard .welcome i {
  font-size: 66px;
  opacity: 0.1;
}

.dashboard .welcome:hover i {
  opacity: 0.6;
}

.dashboard .deposit i {
  opacity: 0.1;
  font-size: 38px;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}

.dashboard .deposit h6 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.dashboard .deposit .left:hover i {
  opacity: 0.6;
}

.dashboard .deposit .right:hover i {
  opacity: 0.6;
}

.dashboard .deposit .left:hover h6 {
  color: #FFBB00;
}

.dashboard .deposit .right:hover h6 {
  color: #FFBB00;
}

.dashboard .wallet i {
  font-size: 50px;
  opacity: 0.1;
}

.dashboard .one:hover i {
  opacity: 0.6;
}

.dashboard .two:hover i {
  opacity: 0.6;
}

.dashboard .three:hover i {
  opacity: 0.6;
}

.dashboard .four:hover i {
  opacity: 0.6;
}
/* !Affiliate */

/* Deposit */
.dashboard .deposit .box1 {
  background: #010816;
  font-family: "Cinzel", cursive;
  min-height: 194px;
  padding-top: 2.5rem !important;
  border: 0;
}

.dashboard .deposit .box1 h1 {
  font-size: 100px !important;
  color: #FFBB00;
  font-weight: 400;
  margin: auto;
  margin-left: 20px;
}

.dashboard .deposit .box1 h1 span {
  font-size: 60px;
  color: #fff;
}

.dashboard .deposit .box1 h1::after {
  display: none;
}

.dashboard .deposit .box1 h2 {
  margin: auto;
  margin-left: 10px;
  font-size: 38px;
  color: #fff;
}

.dashboard .deposit .box1 h2 span {
  color: #FFBB00;
}

.dashboard .deposit .box1 p {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  margin-right: 0;
}

.dashboard .deposit .box1 h6 {
  font-size: 18px;
  color: #FFBB00;
}

.dashboard .deposit .box1 .left::after {
  content: "";
  border-top: 1px solid #ffffff26;
  display: block;
  margin-bottom: 10px;
}

.dashboard .deposit label {
  width: 100%;
}

.dashboard .deposit .box2 {
  background: #010816;
  height: 642px;
  padding: 50px 40px;
  font-family: "Cinzel", cursive;
}

.dashboard .deposit .box2 h3 {
  font-size: 32px;
  color: #ffffff20;
  text-align: right;
}

.dashboard .deposit .box2 p {
  font-size: 12px;
  margin-bottom: 5px;
  color: #FFBB00;
  font-family: "Cinzel", cursive;
}

.dashboard .deposit .box2 input {
  width: 100%;
  height: 42px;
  background: #ffffff22;
  border: 0;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.dashboard .deposit .box2 textarea {
  width: 100%;
  height: 150px;
  background: #ffffff22;
  border: 0;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.dashboard .deposit .box3 {
  height: 50px;
  width: 80px;
  background: #ffffff15;
  margin: 5px;
  padding-top: 13px;
  text-align: center;
}

.dashboard .deposit a {
  height: 50px;
  background: #FFBB00;
  width: 100%;
  border-radius: 0;
  padding-top: 10px;
  margin-top: 4.5rem;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: normal;
}
.deposit .box a {
  background: none;
  color: inherit;
  letter-spacing: 0;
  transition: 0.7s;
  text-decoration: none;
}
.deposit .box a:hover {
  color: #FFBB00;
}
/* !Deposit */

/* Login */

.dashboard .login_account .card {
  background: transparent;
  margin-bottom: 1rem;
  border-radius: 0;
}

.dashboard .login_account .card-header {
  border-radius: 0;
  padding: 0;
  background: #ffffff25 !important;
}

.dashboard .login_account .card-header .collapsed {
  color: #fff !important;
  background: #ffffff25 !important;
}

.dashboard .login_account .card-header button {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 16px;
  border-radius: 0 !important;
  background: #FFBB00;
  height: 43px;
}

.dashboard .login_account .card-body {
  background: #ffffff10;
  font-size: 12px;
  font-weight: 300;
}

.dashboard .login_account h1 {
  font-size: 66px;
  font-family: " ", cursive;
  text-align: right;
  margin-bottom: -2px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff35;
}

.dashboard .login_account .box1 {
  background: #00000044;
  padding: 80px 30px;
  padding-bottom: 40px;
}

.dashboard .login_account input {
  height: 50px;
  border-radius: 0;
  color: #000;
  text-align: center;
  outline: none;
}
.dashboard .login_account textarea {
  height: 150px;
  margin: 15px 0;
  border-radius: 0;
  color: #000;
  text-align: center;
  outline: none;
}

.dashboard .login_account button {
  height: 50px;
  background: #FFBB00;
  width: 100%;
  border-radius: 0;
  padding-top: 8px;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: normal;
  color: #000;
}

.dashboard .login_account a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #fff !important;
  text-decoration: underline;
  letter-spacing: 2px;
}

.dashboard ::-webkit-input-placeholder {
  text-align: center;
  font-size: 16px;
  color: #00000080 !important;
}

.dashboard :-moz-placeholder {
  text-align: center;
  font-size: 16px;
  color: #00000080 !important;
}

.dashboard ::-moz-placeholder {
  text-align: center;
  font-size: 16px;
  color: #00000080 !important;
}

.dashboard :-ms-input-placeholder {
  text-align: center;
  font-size: 16px;
  color: #00000080 !important;
}

/* Login */

/* Register */
.dashboard .register .card {
  background: transparent;
  margin-bottom: 1rem;
  border-radius: 0;
}

.dashboard .register .card-header {
  border-radius: 0;
  padding: 0;
  background: #ffffff25 !important;
}

.dashboard .register .card-header .collapsed {
  color: #fff !important;
  background: #ffffff25 !important;
}

.dashboard .register .card-header button {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 16px;
  border-radius: 0 !important;
  background: #FFBB00;
  height: 43px;
}

.dashboard .register .card-body {
  background: #ffffff10;
  font-size: 12px;
  font-weight: 300;
}

.dashboard .register h1 {
  font-size: 66px;
  font-family: "Cinzel", cursive;
  text-align: right;
  margin-bottom: -2px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff35;
}

.dashboard .register .box1 {
  background: #00000044;
  padding: 80px 30px;
  padding-bottom: 40px;
}

.dashboard .register input {
  height: 50px;
  border-radius: 0;
  outline: none;
  text-align: center;
}
.inpts {
  width: 100%;
  padding: 5px 20px;
  background: #ffffff30;
  border: 1px solid #ffffff00;
  outline: none;
  color: #fff;
  transition: 0.7s;
}
.inpts:hover,
.inpts:focus {
  border: 1px solid #FFBB00;
}
.inpts2 {
  width: 120px;
  padding: 1px 2px;
  background: #ffffff30;
  border: 1px solid #ffffff00;
  outline: none;
  color: #fff;
  font-size: 12px;
  transition: 0.7s;
}
.inpts2:hover,
.inpts2:focus {
  border: 1px solid #FFBB00;
}
.sbmt {
  width: 100%;
  padding: 5px 20px;
  background: #FFBB00;
  border: 1px solid #FFBB00;
  outline: none;
  color: #000;
  transition: 0.7s;
}
.sbmt:hover {
  background: #ffffff;
}
.dashboard .register button {
  height: 50px;
  background: #FFBB00;
  width: 100%;
  border-radius: 0;
  padding-top: 8px;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: normal;
  color: #000;
}

.dashboard .register a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #fff !important;
  text-decoration: underline;
  letter-spacing: 2px;
}

.dashboard .register p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.dashboard .register p span {
  text-decoration: underline;
}

/* !Register */

/* !Body */

/* Footer */
.footer_nav .nav-link {
  color: #fff !important;
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.footer_nav ul {
  list-style: none;
}

.dashboard footer {
  color: #fff;
}

.dashboard footer p {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff65;
  margin-bottom: 5rem;
}

.dashboard .copyright {
  margin-bottom: 0;
}
/* !Footer */

/* !Extra Page */
