body {
  background: #000218 !important;
  overflow-x: hidden !important;
}

.mainBody p {
  color: #d3d3d3;
}

section {
  padding: 60px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*  */
  font-weight: 600;
}

.mainBody th {
  font-weight: 500;
}

.text-blue {
  color: #bdf3ff;
}

.text-grey {
  color: #d3d3d3;
}

.mh-auto {
  min-height: auto !important;
}

.text-right {
  text-align: right;
}

.mainBody .btn-success {
  background-color: #06a316;
}

.mainBody .btn-success:hover {
  background-color: #06a316;
  border-color: #06a316;
}

ol {
  list-style-type: none;
  /* Remove the default list item markers (numbers) */
}

li::marker {
  color: rgb(255, 255, 255);
  /* Change the color of the list item markers (bullets or numbers) */
}

.custom-width {
  width: 50%;
}

@media (max-width: 768px) {
  .custom-width {
    width: 100%;
  }
}

.text-gradient {
  display: inline-block;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  /* background: linear-gradient(
    100deg,
    rgb(64.81, 210.25, 255) 0%,
    rgb(126.39, 65.87, 255) 13.4%,
    rgb(221.35, 62.69, 255) 79.19%
  ); */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #41D2FF;
  color: transparent;
}

.text-light-grey {
  color: #D1D1D1 !important;
}

.text-right {
  text-align: right !important;
}

.font-inherit {
  font-family: inherit !important;
}

/* ----------------- */
.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 1rem !important;
}

.rounded-2 {
  border-radius: 2rem !important;
}

.rounded-3 {
  border-radius: 3rem !important;
}

.rounded-4 {
  border-radius: 4rem !important;
}

.rounded-5 {
  border-radius: 5rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-6 {
  border-radius: 6rem !important;
}

.rounded-7 {
  border-radius: 7rem !important;
}

.rounded-8 {
  border-radius: 8rem !important;
}

.rounded-9 {
  border-radius: 9rem !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-30 {
  border-radius: 30px !important;
}

/* -----------Btn---------- */

.mainBody .btn-main1 {
  border-radius: 10px;
  background: linear-gradient(90deg,
      rgba(65, 210, 255, 0.1) 0%,
      rgba(126, 66, 255, 0.1) 47.4%,
      rgba(221, 63, 255, 0.1) 96.19%);
  color: #fff;
  height: 45px;
  position: relative;
}

.mainBody .btn-main1::before {
  content: "";
  background-image: url(../images/border-line.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.wallet.btn-main2 {

  border: 1px solid rgba(255, 255, 255, 0.305) !important;
  background: linear-gradient(90deg, rgba(5, 213, 217, 0.151) 0.3%, rgba(248, 7, 252, 0.173) 99.65%) !important;

}

.mainBody .btn-main2 {
  border-radius: 5px;
  background: linear-gradient(133deg,
      #41d2ff 0%,
      #7e42ff 47.4%,
      #dd3fff 96.19%);
  color: #fff;
font-family: "SofiaSans-Regular";
  border: none;

  min-height: 34px;
}

.react-tel-input .form-control {
  border: 1px solid #828282 !important;
}

.main2 {
  border-radius: 10px;
  background: linear-gradient(133deg,
      #41d2ff 0%,
      #7e42ff 47.4%,
      #dd3fff 96.19%);
  color: #fff;

  border: none;

  min-height: 40px;
}

.custom-a {
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
}

.custom-a:hover {
  color: rgb(0, 119, 255);
  text-decoration: underline;
}

.mainBody .maxfield button {
  position: absolute;
  right: 6px;
  top: 6px;
  border-radius: 3px;
}

.maxfield input {
  padding-right: 70px;
}

.mxbtn .maxamount {
  position: absolute;
  right: 8px;
  bottom: 9px;
}

.mxbtn input {
  padding-right: 100px;
}

.mxbtn .maxamount2 {
  position: absolute;
  right: 5px;
  top: 4px;
  padding: 6px;
  min-height: 30px;
}

.mainBody .btn-main2:hover {
  background: linear-gradient(133deg,
      #dd3fff 0%,
      #7e42ff 47.4%,
      #41d2ff 96.19%);
  transition: 1.5s;
}

.main2:hover {
  background: linear-gradient(133deg,
      #dd3fff 0%,
      #7e42ff 47.4%,
      #41d2ff 96.19%);
  transition: 1.5s;
}

.mainBody .btn-custom {
  background: url(../images/border-line.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 45px;
}

.btn-custom:hover {
  border: 1px solid transparent;
  background: linear-gradient(133deg,
      #41d2ff 0%,
      #7e42ff 47.4%,
      #dd3fff 96.19%);
  transition: 1.4s;
}

/* -----------Header Css----------- */
header {
  position: relative;
  z-index: 1;
  /* border-bottom: 1px solid rgba(244, 244, 244, 0.20); */
  /* background: linear-gradient(90deg, rgba(65, 210, 255, 0.20) 0%, rgba(126, 66, 255, 0.20) 47.40%, rgba(221, 63, 255, 0.20) 96.19%); */
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(1, 16, 70, 0.24);
}

header .nav-link {
  color: #141315;
  margin: 0 15px;
  border-bottom: 2px solid transparent;
}

header .nav-link:focus,
header .nav-link:hover {
  color: #141315;

}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show {
  color: #141315;
  font-weight: 600;
  /* border-bottom: 2px solid transparent;
  border-image-slice: 1; */
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(100deg,
      rgb(64.81, 210.25, 255) 0%,
      rgb(126.39, 65.87, 255) 13.4%,
      rgb(221.35, 62.69, 255) 79.19%);
  border-image-slice: 1;
}

/* -----------Navbar Css---------- */
.mainBody .nav-link {
  color: white;
}

.mainBody .offcanvas {
  background: rgba(255, 255, 255, 0.10);
  /* backdrop-filter: blur(33.5px); */
  color: white;
}
@media (max-width:1200px){
  .mainBody .offcanvas {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(33.5px);
    color: white;
  }
}

.mainBody .darktheme .offcanvas {
  background-color: #fff;
}

.mainBody .darktheme .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.mainBody .darktheme .navbar-toggler {
  border: 1px solid #fff;
  box-shadow: none !important;
}

/* -------------Partners css----------------- */
.partners {
  margin-top: -53px;
}

.partners .partners-list {
  background: url(../images/partners.png);
  background-repeat: no-repeat;
  padding: 40px 0px;
  background-size: cover;
}

.partners-list img {
  height: 40px;
  object-fit: contain;
}

/* ------------- About Css----------------- */
.aboutus {
  position: relative;
  padding: 140px 0px;
  min-height: 500px;
}

.aboutus::before {
  content: "";
  position: absolute;
  background-image: url(../images/bg-right.png);
  height: 500px;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 80%;
  top: 30px;
}

.leftstar {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 54px;
}

.leftstar img {
  width: 240px;
  object-fit: contain;
}

.boxlist ul {
  list-style: none;
  padding-left: 0px;
}

.boxlist ul li {
  display: inline-block;
  margin: 0 8px;
  text-align: center;
  width: 35%;
}

.mainBody .boxlist ul li p {
  font-size: 14px;
  margin-bottom: 0px;

  color: #bdf3ff !important;
}

.box .rectangle-wrapper {
  -webkit-backdrop-filter: blur(50px) brightness(100%);
  backdrop-filter: blur(25px) brightness(100%);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.03) 0%,
      rgba(255, 255, 255, 0) 100%);
  padding: 24px 32px;
  min-height: 140px;
  border: 1px solid #ffffff5e;
  border-radius: 15px !important;
}

.box .box_card {
  background: linear-gradient(90deg,
      rgba(65, 210, 255, 0.1) 0%,
      rgba(126, 66, 255, 0.1) 47.4%,
      rgba(221, 63, 255, 0.1) 96.19%);
  backdrop-filter: blur(25px);
  padding: 24px 32px;
  min-height: 140px;
  border: 1px solid #ffffff5e;
  border-radius: 15px !important;
}

.box_list .box .box_card {
  min-height: 300px;
  padding-top: 100px;
}

.box .box_card img {
  width: 70px;
}

.box .rectangle-wrapper img {
  width: 40px;
}

.boxlist ul li:nth-child(1) {
  position: relative;
  top: -50px;
}

.boxlist ul li:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -66px;
  bottom: 0;
  left: -35px;
  height: 186px;
  right: 0px;
  background: url(../images/greenshadow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.boxlist ul li:nth-child(2) {
  position: relative;
  top: 0px;
  z-index: 1;
}

.boxlist ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -66px;
  bottom: 0;
  left: 35px;
  height: 170px;
  right: 0px;
  background: url(../images/pinkshadow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.boxlist ul li:nth-child(3) {
  position: relative;
  top: -40px;
  left: 50px;
}

.boxlist ul li:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -66px;
  bottom: 0;
  left: -35px;
  height: 170px;
  right: 0px;
  background: url(../images/blueshadow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.boxlist ul li:nth-child(4) {
  position: relative;
  top: 16px;
  left: 50px;
}

.boxlist ul li:nth-child(4)::before {
  content: "";
  position: absolute;
  top: -66px;
  bottom: 0;
  left: 35px;
  height: 170px;
  right: 0px;
  background: url(../images/whiteshadow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ------------------------ */
.greenshadow::before {
  content: "";
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 24%;
  height: 300px;
  opacity: 0.6;
  z-index: -1;
  right: 0px;
  background: url(../images/greenshadow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.pinkshadow::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  bottom: 0;
  left: 24%;
  height: 300px;
  opacity: 0.6;
  right: 0px;
  background: url(../images/pinkshadow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.blueshadow::before {
  content: "";
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 24%;
  z-index: -1;
  height: 300px;
  opacity: 0.6;
  right: 0px;
  background: url(../images/blueshadow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.whiteshadow::before {
  content: "";
  position: absolute;
  top: 0%;
  z-index: -1;
  bottom: 0;
  left: 24%;
  height: 300px;
  opacity: 0.6;
  right: 0px;
  background: url(../images/whiteshadow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ------------Getting started Css------------------ */
.gettingstarted {
  position: relative;
  padding: 140px 0px;
  min-height: 500px;
}

.gettingstarted::before {
  content: "";
  position: absolute;
  background-image: url(../images/bg-left.png);
  height: 500px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 80%;
  top: 30px;
}

.rightstar {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 54px;
}

.rightstar img {
  width: 270px;
  object-fit: contain;
}

.box-right .boxlist ul li:nth-child(1) {
  position: relative;
  top: 0px;
  z-index: 1;
}

.box-right .boxlist ul li:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -66px;
  bottom: 0;
  left: 35px;
  height: 170px;
  right: 0px;
  background: url(../images/pinkshadow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.box-right .boxlist ul li:nth-child(2) {
  position: relative;
  top: -50px;
  z-index: 1;
}

.box-right .boxlist ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -66px;
  bottom: 0;
  left: 35px;
  height: 170px;
  right: 0px;
  background: url(../images/greenshadow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.box-right .boxlist ul li:nth-child(3) {
  position: relative;
  top: 12px;
  left: -50px;
}

.box-right .boxlist ul li:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -66px;
  bottom: 0;
  left: -35px;
  height: 170px;
  right: 0px;
  background: url(../images/blueshadow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.box-right .boxlist ul li:nth-child(4) {
  position: relative;
  top: -50px;
  left: -50px;
}

.box-right .boxlist ul li:nth-child(4)::before {
  content: "";
  position: absolute;
  top: -66px;
  bottom: 0;
  left: 35px;
  height: 170px;
  right: 0px;
  background: url(../images/whiteshadow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* -------------Stake Nft Css------------ */
.mainBody .nav-pills .nav-link {
  padding: 15px 30px;
}

.mainBody .nav-pills .nav-link {
  padding: 9px 10px;
  /* font-size: 16px; */
  border: 1px solid #999999c4;
  color: #fff;
}

.mainBody .nav-pills .nav-link:hover {
  /* border-bottom: 1px solid transparent;
  border-image: linear-gradient(
    100deg,
    rgb(64.81, 210.25, 255) 0%,
    rgb(126.39, 65.87, 255) 13.4%,
    rgb(221.35, 62.69, 255) 79.19%
  );
  border-image-slice: 1; */
  background: linear-gradient(133deg,
      #41d2ff 0%,
      #7e42ff 47.4%,
      #dd3fff 96.19%);

}

.mainBody .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: linear-gradient(133deg,
      #41d2ff 0%,
      #7e42ff 47.4%,
      #dd3fff 96.19%);

}

.nav-link .nav-item {
  background-color: #06a316;
}

/* --------------- */
.cardList .card {
  background: linear-gradient(180deg,
      rgb(27.51, 0.17, 40.37) 18.66%,
      rgb(0, 28.05, 31.88) 100%);
  border: 1px solid;
  border-color: #f4f4f433;
  border-radius: 20px;
  overflow: hidden;
}

.cardList .card .card-img-top {
  border-radius: 20px;
}

.cardList .card .card-img-top:hover {
  transform: scale(1.2);
  transition: 1.2s;
  cursor: all-scroll;
}

/* -------------------- */
.starcoin img {
  height: 321px;
  background-image: url(../images/starborder.png);
  padding: 7px 7px;
  background-size: 100%;
}

/* -----------Staking Css----------------- */
.staking {
  position: relative;
  overflow-x: hidden;
}

.shape {
  position: absolute;
  bottom: 0;
}

.shape1 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
}

.shape_bg img {
  width: 340px;
  position: absolute;
  z-index: -1;
}

.shape2 {
  position: absolute;
  right: 50%;
  top: 0;
  left: 31%;
  width: 100%;
}

.leftshadow img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
}

/* .shape4 {
  right: 0;
  bottom: 0;
  width: 100%;
}
.shape3 {
  left: 0;
  bottom: 0;
  width: 100%;
} */

/* -------------About us page--------------------- */
.box_list .box .rectangle-wrapper {
  min-height: 300px;
  padding-top: 100px;
}

.box_list .box .rectangle-wrapper img {
  width: 60px;
}

.box_list .box .rectangle-wrapper img::before {
  content: "";
  position: absolute;
  top: -66px;
  bottom: 0;
  left: -35px;
  height: 186px;
  right: 0px;
  background: url(../images/greenshadow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* --------------Meet Our team---------------- */
.cardList .card {
  border-radius: 20px;
  background: linear-gradient(0deg,
      rgba(65, 210, 255, 0.1) 0%,
      rgba(126, 66, 255, 0.1) 47.4%,
      rgba(221, 63, 255, 0.1) 96.19%);
  backdrop-filter: blur(25px);
  border: 1px solid;
  border-color: #f4f4f433;
  border-radius: 20px;
  min-height: 360px;
  overflow: hidden;
}

.our_vision p,
.our_mission p {
  font-size: 20px;
}

.vision_img img {
  height: 330px;
  /* animation: vertical-shaking 1.8s linear infinite; */
}

.mission_img img {
  height: 330px;
  /* animation: vertical-shaking1 3s linear infinite; */
}

@keyframes vertical-shaking {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(12px);
  }

  50% {
    transform: translateY(-12px);
  }

  75% {
    transform: translateY(12px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes vertical-shaking1 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(12px);
  }

  50% {
    transform: translateY(-12px);
  }

  75% {
    transform: translateY(12px);
  }

  100% {
    transform: translateY(0);
  }
}

/* ---------Faq page css------------------ */
.pagination-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  /* Adjust as needed */
}

.questions .accordion-item {
  background-color: transparent;
  border-color: #212529;
  margin-bottom: 32px;
  border-radius: 0.375rem;
  border-top: 1px solid;
}

.questions .accordion-button:not(.collapsed),
.questions .accordion-button {
  padding: 20px;
  background: transparent;
  box-shadow: inset 0px 0px 0px #212529;
}

.questions .accordion-item:not(:first-of-type) {
  border-top: 1px solid;
}

.questions .accordion-button:focus {
  box-shadow: none;
}

.questions .accordion-button::after {
  background-image: url(../images/downarrow.png);
  background-size: contain;
  height: 16px;
  width: 16px;
}

.dropdown-toggle::after {
  content: "";
  background-image: url(../images/downarrow.png);
  background-size: contain;
  height: 22px;
  color: transparent;
  background-repeat: no-repeat;
  width: 22px;
  position: absolute;
  top: 30%;
}

.questions .accordion-button:not(.collapsed)::after {
  background-image: url(../images/downarrow.png);
  margin-top: -16px;
}

.questions .accordion-item button h5 {
  font-weight: 600;
}

/* ------------StakeNft Page css--------------- */
.box-heading {
  align-items: center;
  background: linear-gradient(174deg,
      rgba(64.81, 210.25, 255, 0.2) 0%,
      rgba(126.39, 65.87, 255, 0.2) 47.4%,
      rgba(221.35, 62.69, 255, 0.2) 96.19%);
  border-radius: 4px;
  height: 62px;
  text-align: center;
  color: #fff;
  padding: 15px 0px;
}

/* --------Signup page Css------------ */
.mainBody .connectwalletbtn {
  border-radius: 10px;
  height: 45px;
  background-image: linear-gradient(90deg,
      #40caf7 0%,
      #696efb 50%,
      #c438e4 80%);
  background-origin: border-box;
  box-shadow: inset 0 1000px #1a0f3d;

  border: 1px solid transparent;
}

/* .mainBody .listbox {
  border-radius: 8px;
  min-height: 45px;
  background-image: linear-gradient(90deg,
      #40caf759 0%,
      #696efb61 50%,
      #c438e466 80%);
  background-origin: border-box;
  box-shadow: inset 0 1000px #0d0d0e;
  padding: 29px;
  border: 2px solid transparent;
} */

/* ================================ &&&&&&&&&&&&&&&& */

.mainBody .listbox {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  background: transparent;
  overflow: hidden;
  z-index: 0;

  border-radius: 8px;
  min-height: 45px;
  background-origin: border-box;
  box-shadow: inset 0 1000px #0d0d0e;
  padding: 29px;
  border: 2px solid transparent;
}

.mainBody .listbox::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 8px;
  background: linear-gradient(98.84deg, #53CFD2 1.29%, #5C65E1 49.43%, #C8219C 107.93%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.mainBody .listbox::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 8px;
  background: linear-gradient(98.84deg, rgba(83, 207, 210, 0.2) 1.29%, rgba(92, 101, 225, 0.2) 49.43%, rgba(200, 33, 156, 0.2) 107.93%);
  z-index: -1;
  backdrop-filter: brightness(0.4);
}

/* .mainBody .listbox:hover::after {
  background: linear-gradient(90deg, #05d6d9, #f907fc);
  opacity: 1;
} */

/* ================================ &&&&&&&&&&&&&&&& */

.mainBody .connectwalletbtn:hover {
  box-shadow: inset 0 1000px #1a0f3d00;
}

.signup {
  /* background-image: url(../images/signup_bg.png); */
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 650px;
  display: flex;
  align-items: center;
}

.signup_form p {
  font-size: 15px;
  font-weight: 500;
}

.signup_form span,
.signup_form a {
  font-size: 15px;
  color: #fff;
}

.signup_form span.validationError {
  color: red;
}

.signup_form {
  background: linear-gradient(90deg,
      rgba(64.81, 210.25, 255, 0.2) 0%,
      rgba(126.39, 65.87, 255, 0.2) 47.4%,
      rgba(221.35, 62.69, 255, 0.2) 96.19%);
  border-radius: 20px;
  padding: 30px 15px 15px 15px;
  border: 1px solid;
  border-color: rgba(211, 211, 211, 0.5);
}

.mainBody input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 834px #230e3d inset !important;
  -webkit-text-fill-color: #d3d3d3;
  caret-color: white;
}

.mainBody .form-label {
  color: #a7a7a7;
  margin-bottom: 0.2rem;
  font-size: 15px;
}

.mainBody .form-control {
  height: 45px;
  /* width: 45px; */
  background-color: transparent;
  border-color: #757588;
  color: #d3d3d3;
}
.mainBody .form-control.otp-text {
  height: 45px;
  width: 45px;
  background-color: transparent;
  border-color: #757588;
  color: #d3d3d3;
}

.mainBody .form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #d3d3d3;
  outline: 0;
  box-shadow: none;
}

.mainBody input::placeholder {
  color: rgba(167, 167, 167, 0.5);
  opacity: 1;
  /* Firefox */
  font-weight: 500;
}

.mainBody textarea::placeholder {
  color: rgba(167, 167, 167, 0.5);
  opacity: 1;
  /* Firefox */
  font-weight: 500;
}

.mainBody textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(167, 167, 167, 0.5);
  font-weight: 500;
}

.mainBody textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(167, 167, 167, 0.5);
  font-weight: 500;
}

.mainBody input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(167, 167, 167, 0.5);
  font-weight: 500;
}

.mainBody input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(167, 167, 167, 0.5);
  font-weight: 500;
}

/* ------------checkbox------------- */
/* The container */
.container_checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 0px;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #d5d5d5;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.container_checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  background-image: linear-gradient(122deg,
      #40caf7 0%,
      #696efb 50%,
      #c438e4 80%);
  background-origin: border-box;
  box-shadow: inset 0 1000px #0e2a3d;
  width: 16px;
  background-color: #eee;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked~.checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* --------Contact us page-------------- */

.contactus_banner {
  background-image: url(../images/contact_outline.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 35px;
  height: 400px;
}

.contactus_form {
  border-radius: 20px;
  padding: 50px 30px 30px 30px;
}

.mainBody .css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root {
  color: #d3d3d3;
}

.mainBody .css-9ddj71-MuiInputBase-root-MuiOutlinedInput-root {
  color: #fff;
}

.mainBody .css-1d3z3hw-MuiOutlinedInput-notchedOutline {
  border-color: #d3d3d3;
  opacity: 0.5;
}

.mainBody .css-1jy569b-MuiFormLabel-root-MuiInputLabel-root.Mui-focused {
  color: #d3d3d3;
}

.mainBody .css-9ddj71-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #d3d3d3;
  border-width: 1px;
}

.mainBody .css-9ddj71-MuiInputBase-root-MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: #d3d3d3;
  border-width: 1px;
}

.mainBody .css-dpjnhs-MuiInputBase-root-MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: #d3d3d3 !important;
  border-width: 1px;
}

.mainBody .css-1jy569b-MuiFormLabel-root-MuiInputLabel-root {
  color: #fff;
  font-family: "quicksand";
}

.mainBody .css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
  font-family: "Quicksand";
}

.mainBody .css-dpjnhs-MuiInputBase-root-MuiOutlinedInput-root {
  color: #fff;
}

.mainBody .Mui-focused {
  border-color: #d3d3d3 !important;
}

.mainBody .css-dpjnhs-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #d3d3d3;
  border-width: 1px;
}

.mainBody .css-j204z7-MuiFormControlLabel-root .MuiFormControlLabel-label {
  color: #fff;
  font-size: 15px;
}

.mainBody .css-1hof3tc {
  color: #d3d3d3;
}

/* ----------------------- */
.mainBody .css-igs3ac {
  border-color: #d3d3d3;
  opacity: 0.5;
}

.mainBody .css-1ald77x {
  color: #d3d3d3;
}

.mainBody .css-1v4ccyo {
  color: #fff;
  border-color: #d3d3d3;
}

.mainBody .css-1v4ccyo:hover .MuiOutlinedInput-notchedOutline {
  border-color: #d3d3d3;
  border-width: 1px;
}

.mainBody .css-1ald77x.Mui-focused {
  color: #fff;
}

.mainBody .css-1v4ccyo.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #d3d3d3;
  border-width: 1px;
}

.mainBody .css-1hof3tc:hover .MuiOutlinedInput-notchedOutline {
  border-color: #d3d3d3;
  border-width: 1px;
}

.mainBody .css-1hof3tc.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #d3d3d3;
  border-width: 1px;
}

.mainBody .css-zun73v.Mui-checked,
.css-zun73v.MuiCheckbox-indeterminate {
  color: #fff;
}

.mainBody .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked,
.mainBody .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
  color: #fff;
}

.mainBody .css-i4bv87-MuiSvgIcon-root {
  fill: #a041ff;
}

/* ------------------------- */

.banner-img {
  border-radius: 0px 80px 0px 80px;
  overflow: hidden !important;
  height: 100%;
  display: flex;
  background-size: 100% 100%;
  background-image: url(../images/contactus_banner.jpg);
  align-items: center;
  justify-content: end;
}

.banner-img img {
  height: 100%;
}

.banner-img h2 {
  color: #fff;
  padding-right: 40px;
  font-weight: 500;
}

/* ---------------------- */

.bg_mv {
  background-image: url(../images/bg-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* ----------Dashboard Page Css------------- */
.mainBody .adv-banner .custom_field {
  height: 50px;
  border-radius: 12px;
}

.free-nft li::marker {
  color: rgba(255, 255, 255, 0.521)
}

.mainBody .adv-banner .btn-main2 {
  font-weight: 500;
  height: 25px;
  min-height: 35px;
  padding: 0px 20px;
  top: 7px;
  position: absolute;
  right: 6px;
  border-radius: 6px;
  z-index: 1;
}

.random-bn {
  position: absolute;
  background-color: #EAEAEA;
  width: 45px;
  right: 46px;
  height: 35px;
  border-radius: 10px;

}


.adv-banner .card::before {
  background: url(../images/bg_layer.png);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
}

.girl_horn {
  min-height: 164px;
}

.girl_horn img {
  position: absolute;
  top: -35px;
  height: 254px;
  right: 20px;
  bottom: 0;
}

.gold_carry {
  margin-top: 30px;
}

/* ------------Announcement ------------- */
.mainBody .tr_list {
  text-align: center;
  padding: 5px 0px;
  border: 1px solid rgba(167, 167, 167, 0.15);
  /* margin-bottom: 33px; */
  background: transparent;
  border-radius: 6px;
}

.tr_list a {
  text-decoration: none;
}

.tr_list ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.tr_list ul li {
  display: inline-block;
  width: 14%;
  /* margin-bottom: 0px; */
  white-space: nowrap;
  text-align: center;
}

.tr_list .btn {
  height: 35px;
  font-size: 14px;
  width: 109px;
  border-radius: 6px;
}

/* -------------Footer Css--------------- */
footer {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 16px 0px rgba(229, 229, 229, 0.25);
  padding: 60px 0px 10px 0px;
}

.footer-block h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}

.footer-widget ul {
  list-style: none;
  padding-left: 0px;
}

.footer-widget ul li {
  display: inline-block;
  margin: 0px 20px;
}

.footer-widget ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

/* ------------- */
.copyright a {
  text-decoration: none;
}

.social-icon {
  color: #fff;
}

.social-icon a {
  margin-right: 12px;
}

.social-icon svg {
  background: linear-gradient(98.84deg,
      #53cfd2 1.29%,
      #5c65e1 49.43%,
      #c8219c 107.93%);
  border-radius: 8px;
}

.f-ic {
  background: linear-gradient(98.84deg,
      #53cfd2 1.29%,
      #5c65e1 49.43%,
      #c8219c 107.93%);
  border-radius: 8px;
}

.social-icon a:hover svg {
  margin-top: -8px;
}

.social-icon div:hover {
  margin-top: -8px;
}

.f-list {
  text-align: right;
}

.f-list ul li a {
  color: #a3a3a3;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
}

/* ------------ Referral Css start--------- */

.mr-referral-block .mr-referral-item {
  position: relative;
  /* padding: 12px 12px; */
}

.mr-referral-block .mr-referral-item .mr-contant-block {
  margin: 0;
}

.mr-referral-block .mr-referral-item .mr-contant-block h4 {
  font-size: 24px;
  font-weight: 500;

  text-transform: capitalize;
  margin: 0 0 40px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.mr-referral-block .mr-referral-item .mr-contant-block p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 14px 0 0;
}

.mr-referral-block .mr-referral-item .mr-referralsteps {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 12px 0 0;
  position: relative;
  padding-top: 12px;
  /* padding-bottom: 26px; */
}

.mr-referral-block .mr-referral-item .mr-referralsteps .mr-referralsteps-item {
  margin: 20px 0 0;
  position: relative;
  left: 0;
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mr-referral-block .mr-referral-item .mr-referralsteps .mr-stepsinfo {
  border: 0px dashed #191c24;
  border-radius: 1px;
  transition: 0.5s;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* width: 110px; */
  /* height: 110px; */
  border: 0px solid;
  padding: 0px 2px;
}

.mr-referral-block .mr-referral-item .mr-referralsteps .mr-stepsinfo .mr-inner-stepinfo {
  text-align: center;
  position: relative;
  margin-top: 0px;
}

.mr-referral-block .mr-referral-item .mr-referralsteps .mr-stepsinfo .mr-inner-stepinfo .mr-iconbox {
  font-size: 28px;
  line-height: 10px;
  margin: 0 0 8px;
}

.mr-iconbox svg {
  width: 30px;
}

.mr-referral-block .mr-referral-item .mr-referralsteps .mr-stepsinfo .mr-inner-stepinfo h4 {
  font-size: 14px;
  text-transform: capitalize;
  word-break: break-word;
  color: #fff;
  text-align: center;
  line-height: 18px;
  margin: 0 0 4px;
}

/* .mr-referral-block .mr-referral-item .mr-referralsteps .mr-stepsinfo:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -13px;
  bottom: 0;
  width: 120px;
  opacity: 0.2;
  height: 120px;
  background: url(../images/reffer_box.png);
} */

.mr-referral-block .mr-referral-item .mr-referralsteps .mr-stepsinfo .mr-step-counter {
  background: #191c24;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transform: rotate(45deg);
  position: absolute;
  /* bottom: 0; */
  top: -45px;
  border: 1px solid #fff;
  /* background: linear-gradient(90deg,
      rgb(65 210 255) 0%,
      rgb(126 66 255) 47.4%,
      rgb(221 63 255) 96.19%); */
  background: rgb(40 69 74);
  border: 1px solid rgba(86, 227, 255, 0.4);
  border-radius: 100px;
}

.mr-referral-block .mr-referral-item .mr-referralsteps .mr-stepsinfo .mr-step-counter .mr-step-counter-inner {
  color: #fff;
  transition: 0.5s;
  transform: rotate(-45deg);
}

/* .mr-referral-block .mr-referral-item .mr-referralsteps .mr-referralsteps-item:before {
  content: "";
  border-left: 2px dashed #191c24;
  width: 0px;
  height: 26px;
  position: absolute;
  left: 50%;
  bottom: 120%;
  transition: 0.5s;
  border-color: #7eccff;
  z-index: -1;
} */

.mr-referral-block .mr-referral-item .mr-referralsteps:before {
  content: "";
  border-top: 2px dashed #7cdcff;
  width: 63%;
  position: absolute;
  left: 20.7%;
  top: 0;
  transition: 0.5s;
  border-color: #7cdcff;
  z-index: -1;
}

.mr-referral-block .mr-referralref-item .mr-contant-block h4 {
  font-size: 18px;
  color: #d3d3d3;
  padding: 14px 14px;
  border-radius: 6px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(90deg,
      rgba(65, 210, 255, 0.2) 0%,
      rgba(126, 66, 255, 0.2) 47.4%,
      rgba(221, 63, 255, 0.2) 96.19%);
  font-family: inherit;
  margin: 0px 0 20px;
  /* line-height: 28px; */
}

.mr-referral-block .mr-referralref-item .mr-contant-block h4 .seprator {
  padding: 0 10px;
  color: #fff;
}

.mr-referral-block .mr-referralref-item .mr-contant-block h4 .text {
  font-weight: 500;
  color: #fff;
  /* font-size: 20px; */
}

.mr-referral-block .mr-referralref-item .mr-contant-block .form-group {
  margin: 15px 0 0;
  position: relative;
}

.mr-referral-block .mr-referralref-item .mr-contant-block .form-group .form-label {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 12px;
}

/* --------------Profile page css---------------- */
.profile {
  /* border: 1px solid #e1e2e81f; */
  padding: 0px 0px 15px 0px;
  text-align: center;
  background: linear-gradient(99deg,
      rgba(83, 207, 210, 0.1) 1.29%,
      rgba(92, 101, 225, 0.1) 49.43%,
      rgba(200, 33, 156, 0.1) 107.93%);
  border-radius: 20px;
  overflow: hidden;
}

.profile img {
  width: 190px;
  border-radius: 27px;
  margin: 0 auto;
}

.profile h4 {
  font-size: 20px;
  background: linear-gradient(99deg,
      rgba(83, 207, 210, 0.1) 1.29%,
      rgba(92, 101, 225, 0.1) 49.43%,
      rgba(200, 33, 156, 0.1) 107.93%);
  padding: 10px 0px;
  /* padding-bottom: 10px; */
}

.form-control:disabled {
  /* background-color: #1a456b !important; */
  opacity: 1;
}

/* --------------- */
/* --------------- */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c538e5;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c538e5;
  opacity: 0.8;
}

/* ----------Signup css----------- */
.login-form .login-welcome {
  font-size: 26px;
  line-height: 24px;
  text-align: center;
  margin: 0 0 30px 0;
}

body .form-check .form-check-input {
  float: none;
  margin-left: 0;
  display: none;
}

/* -------Stepmint tooltip------------- */
.stepmint_tooltip {
  position: absolute;
  background: url(../images/stepminttooltip.svg);
  top: 0;
  height: 103px;
  left: 212px;
  background-size: 100% 100%;
  padding: 9px 22px;
  width: 191px;
  text-align: center;
}

.stepmint_tooltip span {
  font-size: 14px;
}


.transactionDialog {
  overflow-x: auto;
}

.jovitClass {
  background-color: black;
}

.jovitClass p {
  background-color: black;
  color: white;
}

.jovitClass p span {
  background-color: black !important;
  color: white !important;
}

.jovitClass span {
  background-color: black !important;
  color: white !important;
}





ul.pagination li {
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #2f2a23;
}

ul.pagination li:first-child {
  margin: 0px;
}

ul.pagination li.active {
  color: #fff;
  background: linear-gradient(133deg, #41d2ff 0%, #7e42ff 47.4%, #dd3fff 96.19%);
}


ul.pagination li:last-child {
  margin: 0px;
}


.css-5ryogn-MuiButtonBase-root-MuiSwitch-switchBase.Mui-checked {
  color: #dd3fff !important;
}

/* css for notification ----------------------- */

.notification-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.bell-icon {
  font-size: 24px;
  position: relative;
  animation: ring 2s infinite;
}

.bell-icon .ring-animation {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 18px;
  height: 18px;
  background-color: red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* animation: pulse 1.5s infinite; */
  font-size: 10px;
  color: white;
}

.notification-dropdown {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #313656;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 300px;
  z-index: 1000;

 
  overflow-y: scroll;
}

.notification-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 13px 3px;
}

.notification-dropdown li {
  padding: 8px;
  font-size: 14px;
  color: white ;
  border-bottom: 1px solid #00000010;

}

.notification-dropdown li:last-child {
  border-bottom: none;
}

.notification-dropdown li:hover {
  background: linear-gradient(99deg,
  rgba(83, 208, 210, 0.281) 1.29%,
  rgba(92, 101, 225, 0.281) 49.43%,
  rgba(200, 33, 156, 0.281) 107.93%);
  color: black !important;
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  75% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}


@media (max-width:1200px) {
  .notification-dropdown {
    left: 0px;

  }

  .notification-container {
    margin: 20px 0px;
  }
}

.notification-row {
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(65, 210, 255, 0.10) 0%, rgba(126, 66, 255, 0.10) 47.40%, rgba(221, 63, 255, 0.10) 96.19%)
}

.notification-read {
  box-shadow: rgba(0, 0, 0, 0.253) 0px 0px 0px, rgba(41, 41, 41, 0.315) 0px 0px 3px 0px;
}

/* ====================== */
.css-9ddj71-MuiInputBase-root-MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline {
  border-color: #d3d3d3 !important;
}

.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input.Mui-disabled {
  opacity: 1;
  -webkit-text-fill-color: white !important;
}
.footercp4 {
  content: "";
  filter: blur(250px);
  height: 300px;
  right: 0%;
  position: absolute;
  top: 15%;
  width: 300px;
  background: #2ed5d857;
  z-index: -1;
}

.footercp1 {
  content: "";
  filter: blur(300px);
  height: 200px;
  left: 5%;
  position: absolute;
  top: 0%;

  width: 300px;
  background: #b927a8;
  z-index: -1;
}
