@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");

* {
  font-family: "Montserrat", sans-serif;
}
body {
  /* background: linear-gradient(180deg, rgba(25,2,68,1) 0%, rgba(22,3,74,1) 63%, rgba(61,6,95,1) 100%); */
  background: linear-gradient(
    180deg,
    rgba(25, 2, 68, 1) 0%,
    rgba(22, 3, 74, 1) 74%,
    rgba(22, 3, 74, 1) 100%
  );
}

a {
  text-decoration: none;
}
/* @media (min-width: 576px){
    .container, .container-sm {
        max-width: 660px;
    }
}

@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1100px;
    }
} */

.blueBg {
  background: linear-gradient(
    262deg,
    rgba(2, 172, 224, 1) 0%,
    rgba(2, 172, 224, 1) 85%,
    rgba(2, 135, 236, 1) 100%
  ) !important;
}

.navTop {
  border-bottom: 1px solid #ffffff5e;
}
.allNavTop {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.menuNavtop {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
}

.menuNavtop li {
  border: 1px solid #ffffff5e;
  border-top: none;
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
}

.menuNavtop li:first-child {
  border: none;
  border-left: 1px solid #ffffff5e;
}
.menuNavtop li:last-child {
  border: none;
  border-right: 1px solid #ffffff5e;
}

.menuNavtop li a {
  color: #fff;
}
.menuNavtop li a i {
  font-size: 15px;
}

/* /////////////////menuNavbar////////// */

.navTop {
  /* position: absolute; */
  width: 100%;
  z-index: 1;
  background-color: transparent;
}

.navbar {
  /* position: absolute; */
  width: 100%;
  background-color: transparent;
}

.allNavbar {
  display: flex;
  align-items: center !important;
  position: relative;
  z-index: 1;
}

.menuNavbar {
  display: flex;
  gap: 25px;
  color: #fff;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.menuNavbar li {
  padding: 8px 10px;
  border-radius: 30px;
}
.menuNavbar li.active {
  padding: 8px 10px;
  border-radius: 30px;
  background-color: #ffffff49;
}
.menuNavbar li a {
  color: #fff;
}

.btnsNav {
  display: flex;
  gap: 10px;
}

.btnNav {
  padding: 8px 15px;
  border-radius: 30px;
  background: linear-gradient(
    262deg,
    rgba(254, 97, 64, 1) 0%,
    rgba(255, 84, 97, 1) 79%,
    rgba(255, 84, 97, 1) 100%
  );
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.6s ease;
}
.btnNB {
  background: linear-gradient(
    262deg,
    rgba(2, 172, 224, 1) 0%,
    rgba(2, 172, 224, 1) 85%,
    rgba(2, 135, 236, 1) 100%
  );
}

.btnNav:hover {
  background: linear-gradient(
    262deg,
    rgba(102, 68, 196, 1) 0%,
    rgba(102, 68, 196, 1) 5%,
    rgba(47, 5, 123, 1) 100%
  );
}

.logo img {
  width: 145px;
  position: relative;
}

.btnMenu {
  width: 40px;
  height: 40px;
  background-color: #ffffff3f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  display: none;
}

.btnMenu img {
  width: 24px;
}

/* /////////////////////// */

.menuNavbar li a {
  position: relative;
}

.menuNavbar li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background: linear-gradient(
    262deg,
    rgba(254, 97, 64, 1) 0%,
    rgba(255, 84, 97, 1) 79%,
    rgba(255, 84, 97, 1) 100%
  );
  bottom: -10px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s ease-in-out;
}

.menuNavbar li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.menuNavbar li.active a::before {
  background: none;
}

@media (max-width: 1200px) {
  .logo img {
    width: 120px;
  }
  .menuNavbar {
    gap: 15px;
  }
  .menuNavbar li a {
    font-size: 14px;
  }
  .btnNav {
    font-size: 13px;
    padding: 8px 10px;
  }
  .menuNavtop {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .menuNavbar {
    display: none;
  }
  .navbar {
    margin-top: 0px;
    top: 5px;
  }
  .navTop {
    display: none;
  }
  .btnsNav {
    display: none;
  }
  .btnMenu {
    display: flex;
  }
}

/* //////////////////////////offcanvas///////////////////// */

.offcanvas {
  background-color: #5844af67;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  --bs-offcanvas-width: 420px;
}

.offcanvas-header .btnMenu {
  margin-left: auto;
}
.offcanvas-body {
  padding-top: 0;
}
.imgLogoO {
  width: 180px;
  display: flex;
  margin: auto;
}

.menuNavbarM {
  margin-top: 25px;
  list-style: none;
  padding: 5px;
}
.menuNavbarM li {
  margin-bottom: 6px;
  padding: 10px 20px;
  border-bottom: 1px solid #ffffff2a;
}
.menuNavbarM li a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menuNavbarM li.active {
  background-color: #ffffff3d;
  border-radius: 30px;
  border-bottom: none;
}

.iconNavMob {
  width: 25px;
  height: 25px;
  background-color: #ffffff3d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}

.btnsNavM {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.btnsNavM .btnNav {
  width: 100%;
  max-width: 250px;
  text-align: center;
  justify-content: center;
  display: flex;
  margin: auto;
}

/* ///////////////////////// Header ////////////////////// */

.header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .backVideo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
}

.imgbgSha {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.allHeader {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 120px);
}
.headerPage .allHeader {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(90vh - 217px);
}

.bodymoneyTransfer {
  width: 100%;
  max-width: 680px;
  margin: auto;
  margin-top: 100px;
  /* position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.titleHeaderH h1 {
  color: #fff;
  font-size: 32px;
  line-height: 155%;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}
.titleHeaderH h1 span {
  color: #fff;
  display: block;
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
}
.moneyTransfer {
  color: #fff;
  background-color: #5c589773;
  padding: 35px;
  border-radius: 20px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.allmoneyTransfer {
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.btnOrder {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.allbtnOrder {
  background: linear-gradient(
    262deg,
    rgba(254, 97, 64, 1) 0%,
    rgba(255, 84, 97, 1) 79%,
    rgba(255, 84, 97, 1) 100%
  );
  width: max-content;
  padding: 10px 25px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  gap: 6px;
  justify-content: center;
  min-width: 150px;
  color: #fff !important;
}

.bgcolorheader {
  background: linear-gradient(
    180deg,
    rgba(47, 5, 123, 0.6054796918767507) 0%,
    rgba(102, 68, 196, 0) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.modal-backdrop.show {
  opacity: 0 !important;
}

.spendMoney {
  width: 50%;
}
.receiveMoney {
  width: 50%;
}

.titleSM {
  display: flex;
  align-items: center;
  gap: 7px;
}

.arrowTransfer {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    262deg,
    rgba(254, 97, 64, 1) 0%,
    rgba(255, 84, 97, 1) 79%,
    rgba(255, 84, 97, 1) 100%
  );
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 20px;
  margin-left: 20px;
}

.arrowTransfer.arrowDown {
  background: linear-gradient(
    262deg,
    rgba(2, 172, 224, 1) 0%,
    rgba(2, 172, 224, 1) 85%,
    rgba(2, 135, 236, 1) 100%
  );
}

.btnTransfer {
  margin-top: 13px;
  background: linear-gradient(
    262deg,
    rgba(254, 97, 64, 1) 0%,
    rgba(255, 84, 97, 1) 79%,
    rgba(255, 84, 97, 1) 100%
  );
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
  text-align: center;
  justify-content: center;
  min-width: 250px;
  height: 45px;
}

.btnTransfer:hover {
  background: linear-gradient(
    262deg,
    rgba(102, 68, 196, 1) 0%,
    rgba(102, 68, 196, 1) 5%,
    rgba(47, 5, 123, 1) 100%
  ) !important;
}

.btnSource.active {
  background: linear-gradient(
    262deg,
    rgba(102, 68, 196, 1) 0%,
    rgba(102, 68, 196, 1) 5%,
    rgba(47, 5, 123, 1) 100%
  ) !important;
}
.btnReceive.active {
  background: linear-gradient(
    262deg,
    rgba(102, 68, 196, 1) 0%,
    rgba(102, 68, 196, 1) 5%,
    rgba(47, 5, 123, 1) 100%
  ) !important;
}

.btnTransfer i {
  font-size: 20px;
}

.inputCr {
  display: flex;
  gap: 10px;
}

.inputcrypto input {
  width: 65%;
  padding: 8px;
  border-radius: 30px;
  border: none;
  outline: none;
  background-color: #ffffff4f;
  text-align: center;
  color: #fff;
}
.inputcrypto select {
  width: 65%;
  padding: 8px;
  border-radius: 30px;
  border: none;
  outline: none;
  background-color: #ffffff4f;
  text-align: center;
  color: #fff;
}
.inputcrypto .inputChack {
  width: 20px;
  height: 20px;
  padding: 8px;
  border-radius: 4px;
  border: none;
  outline: none;
  background-color: #ffffff4f;
  text-align: center;
  color: #fff;
}
.inputcrypto .inputChack:focus {
  outline: none;
  box-shadow: none;
}
.inputcrypto select:focus {
  outline: none;
  box-shadow: none;
}
.inputcrypto select option {
  background-color: #ffffff21;
  color: #000;
}

.inputcrypto input::placeholder {
  color: #fff;
}

.accountNoDev {
  width: 100%;
}
.accountNoDev p {
  margin-bottom: 3px;
  font-size: 15px;
  margin: 0 15px;
}
.accountNoDev .form-check {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 5px;
}
.accountNoDev .form-check label {
  display: block;
  margin-bottom: -5px;
  font-size: 15px;
}

.accountNoDev input {
  width: 100%;
  text-align: start;
  padding-left: 20px;
}

.inputCrS {
  max-width: 100px;
}

.form-select {
  background-image: url("/front-assets/images/ionic-ios-arrow-down.svg");
  background-size: 11px;
  background-position: right 15px center;
  color: #fff;
}

.tablePaymentSP {
  margin: auto;
}
.tablePaymentSP td {
  border: 1px solid #fff;
  width: max-content;
  padding: 10px;
}
.tablePaymentSP td div {
  width: max-content;
}
.tablePaymentSP .cryptoRow {
  margin-bottom: 0;
}
.tablePaymentSP .cryptoRow img {
  width: 30px;
  height: 30px;
}
.tablePaymentSP .cryptoRow:hover span {
  transform: none;
}

.titlePaymentS {
  text-align: center;
  width: 100%;
}
.titlePaymentS span {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 1500px) {
  .menuNavbar {
    gap: 15px;
  }
  .titleHeaderH h1 {
    font-size: 28px;
  }
  .titleHeaderH h1 span {
    font-size: 54px;
  }
}
@media (max-width: 1200px) {
  .menuNavbar li {
    padding: 8px 9px;
  }
  .menuNavbar {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .titleHeaderH h1 {
    font-size: 26px;
  }
  .titleHeaderH h1 span {
    font-size: 40px;
  }
  .moneyTransfer {
    flex-direction: column;
    gap: 30px;
  }
  .bodymoneyTransfer {
    margin-top: 80px;
  }
  .spendMoney {
    width: 100%;
  }
  .receiveMoney {
    width: 100%;
  }
  .inputcrypto input {
    width: 76%;
  }
  .moneyTransfer {
    padding: 40px 15px;
    padding-bottom: 15px;
  }
  .headerPage .allHeader {
    min-height: calc(100vh - 270px);
  }
  .allmoneyTransfer {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 500px) {
  .titleHeaderH h1 {
    font-size: 24px;
  }
  .titleHeaderH h1 span {
    font-size: 34px;
  }
}

/* //////////sliderWallets///////// */

.sliderWallets {
  color: #fff;
  margin-top: auto;
  margin-bottom: 30px;
  margin-top: 60px;
}

.sliderWallets .swiper-slide {
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sliderWallets .swiper {
  width: 95%;
}

.sliderWallets .swiper-slide img {
  width: 140px;
  height: 40px;
  object-fit: contain;
}
.sliderWallets .swiper-slide p {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}
.sliderWallets {
  position: relative;
}

.allsliderWallets {
  position: relative;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -40px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -40px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #ffffff42;
  border: 1px solid #fff;
  border-radius: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
}

.allsliderCards .swiper-button-next,
.allsliderCards .swiper-button-prev {
  top: 40%;
}

@media (max-width: 1300px) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -30px;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -30px;
  }
}
@media (max-width: 760px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 33px;
    height: 33px;
  }
  .sliderWallets .swiper {
    width: 85%;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -10px;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -10px;
  }
}
@media (max-width: 500px) {
  .sliderWallets .swiper {
    width: 70%;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0px;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0px;
  }
}

/* ///////////////////////////////////////////////////////// */

.cardsPSec {
  /* min-height: 400px; */
}

.allCardsPSec {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.cardPSec {
  display: flex;
  gap: 25px;
  align-items: center;
  color: #000;
  width: 34%;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  min-height: 200px;
  width: 32%;
  transition: all 0.6s ease;
}
.cardPSec h5 {
  font-weight: bold;
}
.cardPSec i {
  color: #2696eb;
  font-size: 50px;
}

.cardPSec:hover {
  color: #fff;
  /* background-color: #45108A; */
  background: linear-gradient(
    262deg,
    rgba(102, 68, 196, 1) 0%,
    rgba(102, 68, 196, 1) 5%,
    rgba(47, 5, 123, 1) 100%
  ) !important;
}
.cardPSec:hover i {
  color: #fff;
}

@media (max-width: 1400px) {
  .cardPSec {
    width: 31%;
  }
}
@media (max-width: 1200px) {
  .cardPSec {
    flex-direction: column;
  }
}

/* //////////securePlatformSec/////////////////// */

.flexImgSec {
  color: #fff;
  margin-top: 100px;
  margin-bottom: 100px;
}

.textflexImgSec h1 {
  font-weight: bold;
  color: #02ace0;
  font-size: 50px;
  margin-bottom: 50px;
}

.allflexImgSec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.textflexImgSec {
  width: 50%;
}
.imgflexImgSec {
  width: 45%;
  height: 510px;
}
.imgflexImgSec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.imgflexImgSec .imgShadow {
  box-shadow: rgba(10, 10, 10, 0.2) 0px 3px 20px 0px;
}

.btnSec {
  width: 100%;
  max-width: 250px;
  padding: 10px 40px;
  margin-top: 25px;
  background: linear-gradient(
    262deg,
    rgba(2, 172, 224, 1) 0%,
    rgba(2, 172, 224, 1) 85%,
    rgba(2, 135, 236, 1) 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  cursor: pointer;
  color: #fff !important;
  position: relative;
  border: none;
}

.btnSec .arrowTransfer {
  position: absolute;
  transform: translateX(-50px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

.btnSec span {
  transition: all 0.3s ease;
}
.btnSec:hover span {
  transform: translateX(-30px);
}
.btnSec:hover .arrowTransfer {
  transform: translateX(70px);
  visibility: visible;
  opacity: 1;
}

.btnSec:hover {
  background: linear-gradient(
    262deg,
    rgba(102, 68, 196, 1) 0%,
    rgba(102, 68, 196, 1) 5%,
    rgba(47, 5, 123, 1) 100%
  ) !important;
}

.allflexImgRevSec {
  flex-direction: row-reverse;
}

.orangeFSec .btnSec {
  background: linear-gradient(
    262deg,
    rgba(254, 97, 64, 1) 0%,
    rgba(255, 84, 97, 1) 79%,
    rgba(255, 84, 97, 1) 100%
  );
}

.orangeFSec h1 {
  color: #fe6140;
}

.sliderCards .swiper-slide {
  padding: 0;
  background-color: transparent;
}
.sliderCards .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: rgba(10, 10, 10, 0.2) 0px 3px 20px 0px;
}

@media (max-width: 991px) {
  .allflexImgSec {
    flex-direction: column;
  }
  .textflexImgSec {
    width: 100%;
  }
  .imgflexImgSec {
    width: 100%;
  }
  .allCardsPSec {
    gap: 30px;
  }
  .cardPSec {
    width: 100%;
  }
  .imgflexImgSec {
    margin: auto;
    display: flex;
    height: 350px;
  }
  .imgflexImgSec img {
    max-width: 450px;
    margin: auto;
  }

  .textflexImgSec h1 {
    font-size: 30px;
  }
  .flexImgSec {
    margin-top: 40px;
  }
}

@media (max-width: 450px) {
  .cardPSec {
    flex-direction: column;
    padding: 20px;
  }
  .imgflexImgSec {
    height: 260px;
  }
}

/* ////////////////////////footer////////////////////////////// */

.footer {
  margin-top: 100px;
  color: #fff;
}

.allFooter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footerbar {
  height: 43px;
  box-shadow: rgba(10, 10, 10, 0.2) 0px 3px 20px 0px;
  background: linear-gradient(
    262deg,
    rgba(102, 68, 196, 1) 0%,
    rgba(102, 68, 196, 1) 5%,
    rgba(47, 5, 123, 1) 100%
  ) !important;
}

.LogoFooter {
  margin-top: -24px;
}

.menuFooter {
  display: flex;
  list-style: none;
  margin-bottom: auto;
  margin-top: auto;
  gap: 25px;
}
.menuFooterIcon {
  display: flex;
  list-style: none;
  gap: 10px;
  margin-bottom: auto;
  margin-top: auto;
}

.allFooter a {
  color: #fff;
}

.footerDown {
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
}

@media (max-width: 991px) {
  .menuFooter {
    display: none;
  }
}

/* /////////////////////////////////////////////////////// */

.modal {
  --bs-modal-width: 650px;
  background-color: transparent;
}

.paymentStepsModel {
  --bs-modal-width: 850px;
}

.modal-content {
  background-color: transparent;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
}

.headerModelSp {
  display: flex;
  justify-content: center;
  gap: 5px;
  background: linear-gradient(
    262deg,
    rgba(254, 97, 64, 1) 0%,
    rgba(255, 84, 97, 1) 79%,
    rgba(255, 84, 97, 1) 100%
  );
  padding: 20px;
  color: #fff;
  box-shadow: rgba(10, 10, 10, 0.2) 0px 3px 20px 0px;
}

.headerModelSp i {
  color: #fff;
}

.bodyModelSp {
  padding: 40px 50px;
  background-color: #5c58974d;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bodyModelSpTable {
  padding: 40px 50px;
  background-color: #5c58974d;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}

.tablesPayment {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}

.tablerightP {
  width: 50%;
}
.tableleftP {
  width: 50%;
  border: 1px solid #fff;
  padding: 10px;
}

.tablerightP tr {
  border: 1px solid #fff;
}
.tablerightP tr td {
  padding: 10px;
}

.tableleftP p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.tableleftP span {
  font-size: 14px;
}

.flexbtnPa {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.flexbtnPa label {
  transform: translateY(3px);
}

.copy-link-inner input {
  background-color: transparent;
  border: none;
  width: 100%;
  color: #fff;
}
.copy-link-inner input:focus {
  outline: none;
}
.copy-link-inner form {
  display: flex;
  padding: 8px;
  padding-right: 0px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.btnCopyS {
  width: 40px !important;
  background-color: transparent;
  border: none;
}

.QR_img {
  width: 100%;
  max-width: 200px;
  height: 200px;
  margin: 20px;
}

.boxOrder {
  padding: 20px;
  border: 1px solid #fff;
}
.boxOrder h5 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.boxOrder p span {
  font-weight: 600;
}

.btnOrderB {
  background: linear-gradient(
    262deg,
    rgba(2, 172, 224, 1) 0%,
    rgba(2, 172, 224, 1) 85%,
    rgba(2, 135, 236, 1) 100%
  );
}
.cryptoRow {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 48%;
  margin-bottom: 20px;
  cursor: pointer;
}
.cryptoRow img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.cryptoRowInput {
  width: max-content;
}
.cryptoRowInput img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.cryptoRow span {
  transition: all 0.4s ease;
  width: max-content;
}
.cryptoRow:hover span {
  transform: translateX(5px);
}

.headerModelSource {
  background: linear-gradient(
    262deg,
    rgba(2, 172, 224, 1) 0%,
    rgba(2, 172, 224, 1) 85%,
    rgba(2, 135, 236, 1) 100%
  );
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 600px) {
  .bodyModelSp {
    padding: 40px 18px;
    gap: 10px;
  }
}

/* ///////////////////////// */

.menuNavtop li.whatsappNav {
  background: linear-gradient(0deg, #12b100, #12b100) no-repeat right bottom / 0
    var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 100%;
  cursor: pointer;
}
.menuNavtop li.whatsappNav:where(:hover, :focus-visible) {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}

.menuNavtop li.whatsappNav a {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 0;
}
.menuNavtop li.whatsappNav i {
  font-size: 22px;
  margin-bottom: 0;
}

/* ///////////////// */

.searchNav {
  position: relative;
}

.searchbox {
  position: absolute;
  width: max-content;
  right: 0;
  top: 37px;
  background-color: #02ace0;
}

/* ////////////////////////OUR SERVICES/////////////////////// */

.imgPage {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.imgPage img {
  width: 100%;
  max-width: 500px;
}

@media (max-width: 1400px) {
  .imgPage img {
    max-width: 400px;
  }
}

/* /////////////////////////// FEEDBACK ////////////////////////////// */

.cardSliderF {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

.titleNameFeed {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.titleNameFeed img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.sliderFeedback .swiper {
  padding-bottom: 45px;
}

.swiper-pagination-bullet {
  background-color: #fff;
  width: 13px;
  height: 13px;
}

.accordion {
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: 0;
  border-radius: 20px;
  overflow: hidden;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-item {
  background-color: #6e60a31e;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #fff !important;
}

.accordion-button {
  background-color: #6f60a31e;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #fff !important;
  padding: 20px 30px;
}

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

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

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

/* ///////////////formContactUs/////////////////// */

.formContactUs {
  margin: auto;
  margin-top: 0;
}

.inputlabel {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
  gap: 2px;
}

.formContactUs {
  width: 100%;
  max-width: 600px;
  background: #32317494;
  padding: 20px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.inputFormContactUs {
  width: 100%;
}
.inputlabel label {
  margin-left: 13px;
}
.inputlabel input,
.inputlabel textarea {
  background-color: #58579ad3;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  border-radius: 20px;
  width: 100%;
  padding: 10px;
  outline: none;
  color: #fff;
}

.inputFormContactUs {
  display: flex;
  align-items: end;
  gap: 20px;
  width: 100%;
}

@media (max-width: 500px) {
  .inputFormContactUs {
    flex-direction: column;
    gap: 0;
  }
}

/* ///////////////////////////////////////// */

.texterrorP p {
  color: #fff;
  font-size: 53px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 110%;
}
.texterrorP h1 {
  color: #fff;
  font-size: 33px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .texterrorP p {
    font-size: 45px;
  }
  .texterrorP h1 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .headerPage .allHeader.allHeaderErrorPage {
    min-height: calc(100vh - 120px);
    align-items: center;
    justify-content: center;
  }
  .flexImgSecError .allflexImgSec {
    gap: 0px;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .flexImgSecError .btnSec {
    margin: auto;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .texterrorP p {
    font-size: 32px;
  }
  .texterrorP h1 {
    font-size: 18px;
  }
}

/* ///////////////////////////////// */

.allBodyLoginPage {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: calc(100vh - 317px);
}

.rightBodyLoginPage h3 {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 32px;
}
.rightBodyLoginPage h1 {
  font-weight: 400;
  font-size: 50px;
}

.rightBodyLoginPage {
  width: 50%;
}
.leftBodyLoginPage {
  width: 50%;
}

.formLogin .inputcrypto label {
  transform: translateY(3px);
}
.formLogin {
  width: 100%;
  max-width: 440px;
  background: #32317494;
  padding: 30px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-left: auto;
  margin-top: 70px;
}

.formLogin a {
  text-align: center;
  color: #fff;
  display: block;
  margin-top: 20px;
}
.formLogin .btnSec {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .rightBodyLoginPage h3 {
    font-size: 28px;
  }
  .rightBodyLoginPage h1 {
    font-size: 33px;
  }
}

@media (max-width: 770px) {
  .rightBodyLoginPage {
    width: 100%;
  }
  .leftBodyLoginPage {
    width: 100%;
  }
  .allBodyLoginPage {
    flex-direction: column;
    margin-top: 100px;
    gap: 20px;
    min-height: unset;
  }

  .formLogin {
    max-width: 100%;
    margin-top: 0px;
  }
}

.eyeForm {
  margin-left: -33px;
  cursor: pointer;
  z-index: 99;
}
.eyeForm2 {
  margin-left: -33px;
  cursor: pointer;
  z-index: 99;
}

.formSummary {
  color: #fff;
}

.formSummary {
  display: flex;
  padding: 40px;
  gap: 20px;
  width: 100%;
  max-width: 900px;
  background: #32317494;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin: auto;
  margin-top: 0;
}

.headerPageS .allHeader {
  min-height: calc(80vh - 120px) !important;
}

.leftTableS {
  width: 50%;
}
.rightTableS {
  width: 50%;
}
.leftTableS .tablerightP {
  width: 100%;
}
.rightTableS .tablerightP {
  width: 100%;
}

.btnFileUpload {
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
  padding: 10px;
  height: 45px;
  overflow: hidden;
}

.btnFileUpload input {
  opacity: 0;
  width: 100%;
  cursor: pointer;
}

.valueInput {
  position: absolute;
  left: 10px;
}
.btnFileUpload span {
  display: flex;
  gap: 4px;
  align-items: center;
  position: absolute;
  right: 10px;
  z-index: -1;
  cursor: pointer;
}

.btnFileUpload input::-webkit-file-upload-button {
  visibility: hidden;
}

.hintText {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: start;
  margin: 10px 0;
}

.hint {
  width: 18px;
  height: 18px;
  padding: 10px;
  background-color: #ff5461;
  border-radius: 50%;
  display: flex;
}

.hintText span {
  font-size: 15px;
}

@media (max-width: 991px) {
  .leftTableS {
    width: 100%;
  }
  .rightTableS {
    width: 100%;
  }
  .formSummary {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .formSummary {
    flex-direction: column;
    gap: 10px;
    padding: 30px 20px;
  }
}

.whatsappNav span {
  width: max-content;
}

.bodyCardsStore {
  width: 100%;
  max-width: 100%;
}

.cardsStore {
  margin-top: 50px;
  color: #fff;
  text-align: center;
}

.btnNav.active {
  background: linear-gradient(
    262deg,
    rgba(102, 68, 196, 1) 0%,
    rgba(102, 68, 196, 1) 5%,
    rgba(47, 5, 123, 1) 100%
  );
}

.cardStore {
  color: #fff;
  margin-bottom: 20px;
  /* max-width: 280px;
  margin-left: auto;
  margin-right: auto; */
  cursor: pointer;
  max-width: 250px;
  text-align: center;
  position: relative;
}

#modalCardsStore .modal-dialog {
  max-width: 900px;
}

#modalCardsStore .bodyModelSp {
  min-height: 450px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}

.imgCardStore {
  margin-bottom: 10px;
  height: 140px;
  overflow: hidden;
  border-radius: 25px;
}

.imgCardStore img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.cardsSModal {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

/* .cardsSModal .cardStore{
  margin-right: auto;
  margin-left: auto;
} */

.checkIcon {
  width: 23px;
  height: 23px;
  background-color: #fff;
  color: transparent;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 7px;
}
.checkIcon i {
  color: #313131;
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 991px) {
  #modalCardsStore .modal-dialog {
    max-width: 90%;
  }
  .cardsSModal .cardStore {
    max-width: 230px;
  }
}
@media (max-width: 800px) {
  #modalCardsStore .modal-dialog {
    max-width: 100%;
  }
  #modalCardsStore .cardStore {
    max-width: 48%;
  }
}
@media (max-width: 450px) {
  .imgCardStore {
    height: 100px;
  }
  #modalCardsStore .cardStore {
    max-width: 47%;
  }
  .cardStore h5 {
    font-size: 16px;
  }
}

.cardStore .checkIcon {
  display: none;
}
.cardStore.active .checkIcon {
  display: block;
}

.formPaymentM {
  max-width: 800px;
  padding: 30px 50px;
  color: #fff;
}

.formPaymentM .inputlabel {
  width: 50%;
  margin-bottom: 10px;
}

.flexButP {
  display: flex;
  gap: 10px;
  width: 50%;
}

.flexButP .inputlabel {
  width: 30%;
}

.flexButP .inputlabelFP {
  width: 80%;
}

.btnFMP {
  color: #fff !important;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.btnFMP .allbtnOrder {
  border: 1px solid transparent;
}

.allbtnOrderClose {
  background-color: transparent;
  width: max-content;
  padding: 10px 25px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  gap: 6px;
  justify-content: center;
  min-width: 150px;
  border: 1px solid #707070;
  transition: all 0.5s ease;
}

.allbtnOrderClose:hover {
  color: #fff;
  border: 1px solid #fe6140;
}

.btnSourceC {
  background: linear-gradient(
    262deg,
    rgba(102, 68, 196, 1) 0%,
    rgba(102, 68, 196, 1) 5%,
    rgba(47, 5, 123, 1) 100%
  ) !important;
}

.formPaymentM label {
  margin-top: 2px;
}

.formPaymentM .inputcrypto {
  display: flex;
  gap: 7px;
}

.fb {
  font-weight: bold;
}

.buyProcessF {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.buyProcessF .inputlabel {
  max-width: 200px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .formPaymentM .inputFormContactUs {
    flex-direction: column;
  }
  .formPaymentM .inputlabel {
    width: 100%;
  }
  .flexButP {
    width: 100%;
  }
  .formPaymentM {
    padding: 20px 20px;
  }
}

@media (max-width: 380px) {
  .btnFMP {
    flex-direction: column-reverse;
  }
  .btnFMP .allbtnOrder {
    width: 100%;
  }
  .allbtnOrderClose {
    width: 100%;
  }
}

.awaitingP {
  color: #fff;
  max-width: 1000px;
  padding: 30px 40px;
}

.topBt {
  border: 1px solid #fff;
  padding: 10px;
  border-bottom: none;
  flex-wrap: wrap;
}

.downBt {
  border: 1px solid #fff;
  padding: 10px;
}

.downBt span {
  display: block;
}

.downBt a {
  color: #fff;
  text-decoration: underline;
  display: block;
}

.awaitingP .btnFileUpload {
  max-width: 400px;
}

.textS {
  font-size: 14px;
}

.textAlabel textarea {
  border-radius: 0 !important;
  background-color: transparent;
  border: 1px solid #fff;
}

.flexImgQr {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.awaitingP .btnSec {
  background: linear-gradient(
    262deg,
    rgba(254, 97, 64, 1) 0%,
    rgba(255, 84, 97, 1) 79%,
    rgba(255, 84, 97, 1) 100%
  );
}

@media (max-width: 768px) {
  .awaitingP {
    padding: 20px 20px;
  }
  .flexImgQr {
    flex-direction: column;
    align-items: center;
  }
}

/* //////////////////////////////////////////////// */

.sliderCards .swiper-slide img {
  height: 130px;
}

.cardStore {
  width: 100%;
}

@media (max-width: 1400px) {
  .sliderCards .swiper-slide img {
    height: 120px;
  }
}
@media (max-width: 912px) {
  .cardsSModal .cardStore {
    max-width: 30%;
  }
}

@media (max-width: 767px) {
  .sliderCards .swiper-slide img {
    height: 100px;
  }
}

/* //////////////////////////////////// */

.titleHeaderHS {
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
}
.titleHeaderHS h1 {
  text-align: center;
  margin: auto;
}
.searchCard {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
}

.searchCardFlex {
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: none;
  outline: none;
  background-color: #ffffff4f;
  text-align: center;
  color: #fff;
  padding: 0 10px;
}
.searchCardFlex input {
  padding: 8px 6px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  width: 100%;
}
.searchCardFlex input::placeholder {
  color: #fff;
  opacity: 1;
}
.searchCardFlex i {
  color: #fff;
  font-size: 21px;
}

.searchCardFlex button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination {
  align-items: center;
  color: #fff;
}
.page-link {
  color: #ffffffa6 !important;
  outline: none !important;
  box-shadow: none !important;
}
.page-link:hover {
  color: #a7a7a7;
}
.iconPage {
  width: 35px;
  height: 35px;
  background-color: #ffffff42;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-item.active .page-link {
  color: #fff !important;
  text-decoration: underline;
}
.iconPage:after {
  content: "prev";
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 13px;
  color: #fff;
}

.iconPagePrev:after {
  content: "next";
}

.page-link {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.navigationPage {
  margin-bottom: -60px;
}
.allbtnOrderF {
  margin-bottom: -30px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .searchCardFlex {
    width: 195px;
  }
}
@media (max-width: 767px) {
  .titleHeaderHS {
    padding-bottom: 40px;
  }
  .searchCardFlex {
    width: 100%;
  }
  .searchCard {
    width: 100%;
    max-width: 300px;
    transform: unset;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
  }
}
