@font-face {
  font-family: "IRANSansWeb";
  src: local("IRANSansWeb"), url("./font/IRANSansWeb\(FaNum\).woff2");
}

@import url(../vendor/nice-select/css/nice-select.css);

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: IRANSansWeb;
}

main {
  background-color: #000;
  background-image: url(./image/v882-mind-04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  overflow: auto;
  scroll-behavior: smooth;
}

section {
  max-width: 1200px;
  margin: auto;
  padding: 30px;
}

.index {
  width: 100%;
  min-height: 100vh;
  direction: rtl;
  position: relative;
  background: radial-gradient(circle,
      rgba(0, 0, 0, 0.938813025210084) 0%,
      rgba(0, 0, 0, 0) 41%);
  /* background-color: #000000a4; */
}

.dropdown-menu {
  font-size: 12px;
}

.dropdown-item {
  padding: 5px 0;
  text-align: right;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

header ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  border-radius: 30px;
  background-color: rgb(0 0 0 / 33%);
  padding: 10px;
  border: 1px solid #004e64;
}

header li {
  margin: 0 15px;
}

.li-p {
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  background-color: #1fffa9;
  color: #000;
  overflow: hidden;
  margin: 2px;
}

.li-p i {
  font-size: 13px;
}

.li-p img {
  width: 100%;
  height: 100%;
}

header img {
  height: 20px;
}

.div-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  text-align: center;
  z-index: 1;
}

.button {
  background-color: #1fffa9;
  color: #000 !important;
  border-radius: 23px;
  border: 0;
  padding: 5px 23px;
  color: #fff;
  display: flex;
  align-items: center;
  margin: auto;
}

.button a {
  color: #000;
}

.bi-arrow-right-short {
  margin-top: 4px;
  margin-left: 10px;
}

.div-text p {
  margin-top: 20px;
  font-size: 14px;
}

.bottom-arr i {
  font-size: 30px;
}

.bottom-arr {
  margin-top: 90px;
  cursor: pointer;
  animation: moveDown 1s infinite alternate ease-in-out;
}

@keyframes moveDown {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(10px);
  }
}

.kharid {
  width: 400px;
  direction: rtl;
  border-radius: 10px;
  background-color: #0000007a;
  margin: auto;
  padding: 20px;
  border: 1px solid #1fffa973;
}

.btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-group button {
  display: flex;
  justify-content: center;
  width: 100%;
  border: none;
  padding: 5px;
}

.active {
  background-color: #1fffa9;
  color: #000;
}

.btn-group button:first-child {
  border-radius: 0 5px 5px 0;
}

.btn-group button:last-child {
  border-radius: 5px 0 0 5px;
}

.form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.form-group input {
  text-align: left;
}

.form-g {
  border: none;
  width: 100%;
  height: 40px;
  background-color: #000000;
  color: #fff;
  border: 1px solid #1fffa9;
}

.form-g:focus-visible {
  outline: none;
}

.form-group :first-child {
  border-radius: 0 5px 5px 0;
  border-left: none;
}

.form-group :last-child {
  border-radius: 5px 0 0 5px;
  border-right: none;
}

.div-arr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  font-size: 30px;
}

.price-input input {
  background-color: #000000;
  text-align: left;
  padding-left: 10px;
  border: none;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  border: 1px solid #1fffa9;
  color: #fff;
}

.text-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.text-input span {
  font-size: 12px;
}

.text-input p {
  font-size: 14px;
  color: #cdcdcd;
  margin: 0;
}

.btn-submit button {
  background-color: #1fffa959;
  color: #fff;
  width: 100%;
  border: none;
  border-radius: 5px;
  height: 40px;
  margin-top: 20px;
}

/* --------slider */

.slider {
  margin: 140px 0 100px 0;
}

.swiper-slide {
  width: 200px;
  border-radius: 5px;
  border: 1px solid #1fffa95c;
  background-color: #000000c7;
  padding: 20px;
}

.box-crypto {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img-slider {
  display: flex;
  align-items: center;
}

.img-slider img {
  width: 30px;
  height: 30px;
}

.img-slider p {
  margin: 0;
  margin-right: 5px;
  font-weight: 100;
}

.box-crypto span {
  font-size: 10px;
  color: #cdcdcd;
}

.text-slider {
  text-align: right;
  margin-top: 17px;
}

.text-slider p {
  margin: 0;
  font-size: 13px;
}

.text-slider span {
  width: 40px;
  display: inline-block;
}

.red {
  color: #e43f42;
}

.green {
  color: #1fffa9;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
}

.info {
  width: 550px;
  background-color: #000000d2;
  margin: auto;
  padding: 10px;
  border: 1px solid #1fffa973;
  margin-top: 20px;
  border-radius: 10px;
  direction: rtl;
  display: flex;
  justify-content: space-between;
}

.info-0 .item-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.info-1 .item-info {
  border-left: 1px solid #1fffa941;
  padding: 20px;
}

.info-1 .item-info:last-child {
  border: none;
}

.item-info i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #1fffa9;
  background-color: #1fffa933;
  border-radius: 100%;
  text-align: center;
}

.item-info p {
  margin: 10px 0 0 0;
}

.mt-5 {
  margin-top: 100px !important;
}

.mt-6 {
  margin-top: 150px !important;
}

.text-p {
  font-size: 11px;
  color: #cdcdcd;
}

.info-1 {
  width: 80%;
}

.bottom-logo {}

.bottom-logo img {
  height: 40px;
}

footer {
  margin-top: 100px;
  background-color: #000000eb;
  text-align: center;
}

.bottom-logo {
  padding: 60px 30px;
}

.copy-r {
  padding: 20px 10px;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #1fffa9;
}

.copy-r span {
  color: #1fffa9;
}

/* -----------------login */
.login-dark {
  position: relative;
}

.home-icon {
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px;
  font-size: 15px;
  font-size: 20px;
}

.login-dark form {
  width: 340px;
  background-color: #0000007a;
  border: 1px solid #1fffa9;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
}

@media (max-width: 400px) {
  .login-dark form {
    width: 100%;
  }

  .login-dark {
    width: 100%;
  }
}

.login-dark input {
  text-align: right;
  direction: rtl;
  height: 40px;
}

.login-dark button {
  background-color: #1fffa959;
  color: #fff;
  width: 100%;
  border: none;
  border-radius: 5px;
  height: 40px;
  margin-top: 20px;
}

.login-dark .illustration {
  text-align: center;
  padding: 15px 0 20px;
  font-size: 50px;
  color: #1fffa9;
}

.login-dark form .form-control {
  background: #000;
  border: 1px solid #1fffa9;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  color: #fff;
}

.login-dark input::placeholder {
  color: #fff;
}

.section-login {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zipar {
  margin-top: 150px;
}

.f-zipar {
  margin-top: 0;
}

.coins {
  width: 90%;
  margin: 10px auto;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.coins .box-crypto {
  direction: ltr;
}

.coins .swiper-slide {
  direction: ltr;
  flex: auto;
}

/* -------------- */
@media (max-width: 800px) {
  header ul {
    position: fixed;
    bottom: 20px;
    left: 0;
    background-color: #000;
    margin: 0 15px;
    width: calc(100% - 30px);
    z-index: 10;
    justify-content: space-between;
    display: flex;
    font-size: 9px;
  }

  .div-text {
    width: 100%;
  }

  main {
    background-position: left;
  }

  .kharid {
    width: 100%;
  }

  .info {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }

  .title {
    text-align: center;
    line-height: 2;
  }

  .info-1 .item-info {
    border-left: 0;
  }

  .copy-r {
    padding-bottom: 80px;
  }
}

.card {
  background-color: #000;
  color: #fff;
}

.text-muted {
  color: #1fffa9 !important;
}

.about {
  width: 70%;

  margin: auto;
}

p {
  line-height: 2;
}

@media (max-width: 800px) {
  .about {
    width: 100%;
  }

  .dropdown-menu {
    position: absolute !important;
    inset: auto auto 0px 0px !important;
    margin: 0px !important;
    transform: translate3d(0px, -16px, 0px) !important;
  }
}

/* ------order */
.orders-table-card {
  height: 206px;
  margin-bottom: 12px;
  padding: 0;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  box-shadow: #1fffa9 0px 0px 4px;
  background-image: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}

.orders-table-item {
  height: 218px;
  width: 100%;
}

.orders-table-card-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 16px;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  color: inherit;
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-decoration: none;
  min-width: 0px;
  box-sizing: border-box;
  text-align: right;
  padding: 8px 16px;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.orders-table-top {
  display: flex;
  align-items: center;
  width: 100%;
}

.orders-table-from {
  flex: 1 1 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.orders-table p {
  font-size: 12px;
  margin-bottom: 1px;
}

.orders-table-card p {
  margin-bottom: 1px;
}

.orders-table-two-p {
  font-size: 0.658rem !important;
  color: gray;
  margin: 0;
}

.orders-table-between {
  font-size: 30px;
  opacity: 0.5;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: #fff;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.orders-table-to {
  flex: 1 1 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.orders-table-info {
  flex: 1 1 50%;
}

.orders-table-bottom {
  display: flex;
  flex-grow: 1;
  width: 100%;
}

.orders-table-svg {
  user-select: none;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  fill: currentColor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.2857142857142856rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.orders-table-hr {
  margin: 10px 0;
  flex-shrink: 0;
  border-width: 0px 0px thin !important;
  border-style: solid !important;
  border-color: rgb(224, 224, 224) !important;
  width: 100%;
}

.orders-table-info span {
  font-size: 12px;
}

.dashboard {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.item-dashboard {
  border: 1px solid #1fffa9;
  border-radius: 5px;
  width: 150px;
  height: 150px;
  padding: 10px;
  display: flex;
  flex: auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #0000009b;
}

.item-dashboard img {
  width: 90px;
}

/* ---------p2p */
.content {
  display: none;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #1fffa9;
  border-radius: 5px;
  background-color: #000000ba;
}

.btn-group {
  padding: 5px;
  border-radius: 10px;
  background-color: #000000ba;
  border: 1px solid #1fffa9;
}

.btn-g {
  color: #fff;
  border-radius: 5px !important;
  background-color: transparent;
  font-size: 12px;
}

.btn-g:hover {
  cursor: pointer;
}

.active-btn {
  background-color: #1fffa9;
  color: #000;
}

/* ----------- */
.wallet_div label {
  margin-bottom: 10px;
}

.wallet_div .form-group {
  flex-direction: column;
  align-items: unset;
}

.wallet_div select {
  text-align: right;
  direction: rtl;
  height: 40px;
  background: #000;
  border: 1px solid #1fffa9;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  color: #fff;
}

.wallet_div .form-control {
  text-align: right;
  direction: rtl;
  height: 40px;
  background: #000;
  border: 1px solid #1fffa9;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  color: #fff;
}

.table> :not(caption)>*>* {
  color: #fff;
  background-color: #000;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #1fffa9;
  border-style: solid;
  border-width: 0;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

.table-reponsive {
  overflow: auto;
}

/* ---------------- */
.buy-pays {
  margin: 10px 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #1fffa9;
  color: rgb(33, 33, 33);
  background-image: none;
  position: relative;
  transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  overflow-anchor: none;
}

.buy-pays-inside {
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  color: inherit;
  display: flex;
  min-height: 48px;
  padding: 0px 16px;
  transition: min-height 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.buy-pays-text {
  display: flex;
  flex-grow: 1;
  margin: 12px 0px;
  transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: small;
}

.color-w {
  color: #fff;
}

.color-w::placeholder {
  color: #fff;
}

/* ---- */
.cards .form-group {
  display: block;
}

.cards select {
  text-align: right;
  direction: rtl;
  height: 40px;
  background: #000;
  border: 1px solid #1fffa9;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  color: #fff;
}

.cards .form-control {
  text-align: right;
  direction: rtl;
  height: 40px;
  background: #000;
  border: 1px solid #1fffa9;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  color: #fff;
}

.cards .form-control::placeholder {
  color: #fff;
}

.borderd-5 {
  border-radius: 5px !important;
}

.btn-auth {
  background-color: #1fffa9;
  color: #000 !important;
  border-radius: 30px;
  border: 0;
  padding: 10px;
  color: #fff;
}

.nice-select {
  display: flex;
  align-items: center;
}

.nice-select ul {
  width: 100% !important;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #eef2fe;
  color: #1652F0;
}

.nice-select {
  float: right;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal-content {
  background-color: #000000dd;
  border: 1px solid #1fffa9;
  direction: ltr;
}
.modal-header {
  flex-direction: row-reverse;
}
.modal-body {
  direction: rtl;
  font-size: 13px;
}
.modal-header .btn-close {
  margin: 0;
  background-color: #fff;
  display: none;
}