/** @format */

@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Genos:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Saira:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Poppins", sans-serif;
  background-color: #030713;
}

h1 {
  font-family: "Genos", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
}

a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.wrapper {
  overflow: hidden;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44.96px;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
}

.cta-primary {
  border-radius: 12px;
  background: #bba490;
  backdrop-filter: blur(60px);
}

.cta-primary:hover {
  color: #000;
  background: #bba490;
  opacity: 0.8;
}

/* header */
header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  top: -30px;
}

header .navbar {
  padding: 0;
}

header .navbar-nav {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 20px;
  background: linear-gradient(
    124deg,
    rgba(255, 255, 255, 0) -22.38%,
    rgba(255, 255, 255, 0.04) 70.38%
  );
  backdrop-filter: blur(21px);
  max-width: 774px;
  width: 100%;
  padding: 50px 0 26px;
}

header .navbar-nav li a {
  color: #8c8c8c;
  padding: 0 40px !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link.active {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-main {
  min-height: 100vh;
  background: url(../images/heroBg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 260px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-text {
  text-align: center;
  max-width: 870px;
  margin: 0 auto;
}

.hero-text span.text {
  display: block;
  text-align: center;
  color: #8c8c8c;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 98px;
  text-transform: uppercase;
}

.hero-text h1 {
  color: #fff;
  text-align: center;
  font-family: "Genos", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  line-height: 98px;
  text-transform: uppercase;
  margin: 0 0 72px;
}

.hero-text h1 span {
  color: #bba490;
}

.hero-text p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}

.btnSec {
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    124deg,
    rgba(255, 255, 255, 0) -22.38%,
    rgba(255, 255, 255, 0.04) 70.38%
  );
  backdrop-filter: blur(21px);
  width: 502px;
  height: 99px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  text-transform: uppercase;
  position: absolute;
  transform: rotate(90deg) translate(0, -50%);
  top: 50%;
  z-index: 9;
}

.btnSec.btnLeft span {
  display: block;
  transform: rotate(180deg);
}

.btnRight {
  right: -160px;
}

.btnLeft {
  left: -260px;
}

.deposit {
  color: #fff;
  padding-bottom: 96px;
  position: relative;
}

.card-despsit {
  padding: 66px 90px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);

  background: linear-gradient(
    124deg,
    rgba(255, 255, 255, 0) -22.38%,
    rgba(255, 255, 255, 0.04) 70.38%
  );

  backdrop-filter: blur(21px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-despsit h2 {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.card-despsit h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 25px;
}

.card-despsit h3 span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  display: flex;
  line-height: 1;
  margin-left: 10px;
  margin-bottom: 8px;
}

.card-despsit p {
  color: #a0aec0;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  margin-bottom: 30px;
}

.card-despsit .form-control {
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    117deg,
    rgba(255, 255, 255, 0) -3.91%,
    rgba(255, 255, 255, 0.04) 75.27%
  );
  backdrop-filter: blur(21px);
  height: 50px;
  padding: 15px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  color: #fff;
}

.card-despsit .form-control::placeholder {
  color: #a0aec0;
}

.card-despsit .form-control:focus {
  box-shadow: none;
}

.card-despsit .btn {
  max-width: 350px;
  width: 100%;
  margin: 33px 0;
}

.card-despsit h5 {
  color: #a0aec0;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  margin-bottom: 18px;
}

.card-despsit ul li {
  color: #f0f0f0;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 18px;
  display: flex;
  gap: 8px;
}

.card-despsit ul li span {
  flex: 1;
}

.card-despsit ol li {
  display: flex;
  gap: 8px;
  color: #8c8c8c;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}

.card-despsit ol li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8c8c8c;
  position: relative;
  top: 8px;
}

.card-despsit ol li span {
  flex: 1;
}

.deposit .container {
  margin-top: -190px;
  position: relative;
  z-index: 5;
}

.deposit .shape {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 30%;
}

/*******/
.saints-organization {
  padding: 30px 0 63px;
  position: relative;
}

.saint-sacred {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.saint-group {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}

.saints-trx {
  background: url(../images/balance-card-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  filter: drop-shadow(0px 4px 23px #363636);
  border-radius: 23px;
  padding: 42px 57px 56px;
  max-width: 751px;
  width: 100%;
}

.saints-trx .text-box {
  max-width: 250px;
  width: 100%;
}

.saints-trx .text-box span {
  color: #a0aec0;
  font-weight: 900;
  line-height: 1;
  display: block;
  font-size: 16.36px;
}

.saints-trx .text-box h4 {
  color: #a0aec0;
  font-size: 28.047px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  margin: 44px 0 36px 0;
}

.saints-trx .text-box h5 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 34px;
  margin-bottom: 50px;
}

.saints-trx .text-box a {
  color: #fff;
  font-size: 18.698px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9.349px;
  border: 1.169px solid #fff;
  backdrop-filter: blur(26.29360580444336px);
  height: 58px;
  max-width: 224px;
  width: 100%;
}

.saints-mission {
  background: url(../images/mission-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  filter: drop-shadow(0px 4px 23px #363636);
  border-radius: 23px;
  padding: 58px 57px 50px;
  margin-top: 76px;
  max-width: 751px;
  width: 100%;
}

.saints-mission .text-box h3 {
  color: #a0aec0;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 1;
}

.user-box {
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;
}

.user-box span {
  display: block;
  max-width: 54px;
  width: 100%;
}

.user-text {
  width: 100%;
  flex: 1;
  padding-left: 20px;
}

.user-text h4 {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
}

.user-text p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  font-size: 12px;
  font-family: "Quicksand", sans-serif;
}

.saints-mission .media {
  display: flex;
  margin-bottom: 34px;
  margin-top: 40px;
  align-items: center;
}

.saints-mission .media .medialeft {
  margin-right: 36px;
}

.saints-mission .media .medialeft:last-child {
  margin: 0;
}

.saints-mission .media .medialeft h4 {
  color: #fff;
  font-size: 12px;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}

.saints-mission .media .medialeft ul li {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  margin: 0 0 15px 0;
}

.saints-mission .media .medialeft ul li:last-child {
  margin: 0;
}

.saints-mission .media .medialeft ul li img {
  margin-right: 15px;
}

.saints-mission .text-box a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 50px;
  max-width: 159px;
  width: 100%;
}

.saints-organization-right {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.organization-box {
  border-radius: 56px;
  background: rgba(73, 73, 73, 0.59);
  backdrop-filter: blur(23px);
  max-width: 515px;
  width: 100%;
  margin-left: auto;
  padding: 60px 40px 50px 40px;
}

.organization-box h2 {
  color: #bba490;
  font-size: 70px;
  font-family: "Genos", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
  margin-bottom: 115px;
  margin-right: 14px;
}

.organization-box h2 span {
  color: #fff;
}

.organization-box ul li {
  color: #a1a1a1;
  font-size: 27.6px;
  line-height: 150%;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 22px;
}

.organization-box ul li:last-child {
  margin: 0;
}

.organization-box ul li img {
  margin-right: 15px;
}

.saints-organization .copyright {
  margin: 134px 0 0 0;
}

.saints-organization .copyright p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

/* ORGANIZATION css */

.organization {
  position: relative;
  padding-bottom: 109px;
  margin-top: -140px;
}

.organization input {
  margin-bottom: 36px;
}

.organization .shape {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 30%;
  z-index: -1;
}

.organization .card-despsit .form-control {
  max-width: 457px;
}

.organization .card-despsit {
  padding-top: 161px;
  padding-bottom: 128px;
}

.organization h3 {
  font-size: 25.43px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  /* 35.602px */
}

.organ-top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.organ-right-content {
  border-radius: 28.256px;
  background: linear-gradient(127deg, #10232f 28.26%, #061622 91.2%);
  backdrop-filter: blur(84.76744079589844px);
  padding: 28px 43px 62px 63px;
}

.dots {
  border-radius: 16.953px;
  background: #26343e;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ref-text-box h4,
.ref-textbox-inner h4,
.ref-textbox-inner .out-text {
  font-size: 19.779px;
  color: #a0aec0;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  /* 19.779px */
  margin-bottom: 6px;
}

.ref-text-box h5 {
  font-size: 25.43px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
}

.ref-text-box {
  position: absolute;
  top: 28px;
  left: 33px;
}

.referal-inner {
  position: relative;
}

.organ-top-right {
  margin-bottom: 57px;
}

.ref-box1 {
  margin-bottom: 29px;
}

.num2 {
  font-size: 70px;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  /* 86.64px */
}

.num3 {
  color: rgba(255, 255, 255, 0.39);
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  font-size: 40px;
}

.num {
  font-size: 70px;
  color: rgba(255, 255, 255, 0.39);
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
}

.ref-textbox-inner .out-text {
  color: #a0aec0;
  text-align: end;
  margin-bottom: 0;
  margin-top: 6px;
  margin-right: 12px;
}

.ref-textbox-inner {
  max-width: 124px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ref-textbox {
  position: relative;
}

.ref-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.celes h4 {
  font-size: 60px;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 78px */
  text-transform: uppercase;
}

.celes h4 span {
  color: #bba490;
}

.celes .celes-top ul li {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 25.2px */
  list-style-type: disc;
}

.celes .celes-top ul {
  padding: 43px 0;
  max-width: 906px;
  margin: 0 auto;
  width: 100%;
}

.celes .celes-top ul li:first-child {
  max-width: 672px;
  margin: 0 auto;
}

.celes .celes-top {
  margin-bottom: 43px;
}

.celes {
  padding-bottom: 129px;
}

.saints-organization-ftr {
  background: url("../images/saints-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 74px;
}

.saint-img {
  position: absolute;
  top: 0;
  right: 0;
}

.saints-organization-ftr .organization-box {
  margin-left: 0;
}

.saints-organization-ftr .organization-box {
  background: transparent;
  backdrop-filter: inherit;
}

.saints-organization-ftr .organization-box ul li {
  justify-content: flex-start;
}

.saints-organization-ftr .copyright p {
  font-size: 18px;
  color: #fff;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
  text-transform: uppercase;
  opacity: 0.5;
}

.saints-organization-ftr .organization-box {
  padding: 80px 0px 90px 0px;
}

.saints-organization-ftr .organization-box h2 {
  text-align: start;
}

.saints-organization-ftr .organization-box h2 {
  margin-bottom: 90px;
}

.saints-organization-ftr .organization-box ul li a {
  color: #a1a1a1;
}

.withdrawl-left {
  position: relative;
  height: 100vh;
}

.withdrawl-left img {
  height: 100%;
}

.withdrawl-left .withdrawl-text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.withdrawl-left .withdrawl-text-box h4 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  /* 20px */
  letter-spacing: 3.6px;
  margin-bottom: 16px;
}

.withdrawl-left .withdrawl-text-box h5 {
  background: linear-gradient(95deg, #fff 79.99%, #21242f 102.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  /* 36px */
  letter-spacing: 6.48px;
  margin-bottom: 33px;
}

.withdrawl-left .withdrawl-text-box {
  max-width: 519px;
  width: 100%;
}

.withdrawl-left .withdrawl-text-box p {
  font-size: 20px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.withdrawl-wrap {
  overflow: hidden;
}

.withdrawl {
  height: 100vh;
}

.user-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  border: 2px solid #fff;
  background: linear-gradient(
    124deg,
    rgba(255, 255, 255, 0) -22.38%,
    rgba(255, 255, 255, 0.04) 70.38%
  );
  backdrop-filter: blur(21px);
  padding: 17px 19px;
}

.user-main ul {
  display: flex;
  align-items: center;
}

.user-main ul li {
  font-size: 10px;
  margin-right: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  /* 15px */
}

.user-main ul li a {
  color: #a1a1a1;
}

.user-main ul li a img {
  margin-right: 4px;
  width: 11px;
  height: 11px;
}

.user-main ul li:last-child {
  margin-right: 0;
}

.withdrawl-right {
  padding-top: 50px;
}

.user-main {
  margin-bottom: 67px;
  max-width: 730px;
  width: 100%;
}

.connect-btn {
  border-radius: 12px;
  background: #000;
  backdrop-filter: blur(60px);
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  /* 15px */
  max-width: 197px;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.connect-btn:hover {
  background: #fff;
}

.withdrawl-info h4 {
  font-size: 30px;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 39px */
  margin-bottom: 31px;
}

.withdrawl-info p {
  font-size: 40px;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 52px */
  margin-bottom: 18px;
}

.withdrawl-info small {
  color: #a0aec0;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  /* 19.6px */
  margin-bottom: 33px;
  display: block;
}

.withdrawl-info input::placeholder,
.withdrawl-info input {
  color: #a0aec0;
}

.withdrawl-info .form-control:focus {
  background-color: transparent;
}

.withdrawl-info {
  max-width: 655px;
  width: 100%;
}

.withdrawl-info input {
  max-width: 457px;
  width: 100%;
  margin-bottom: 33px;
}

.save-btn {
  font-size: 14px;
  color: #000;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  /* 21px */
  border-radius: 12px;
  border: 1px solid #000;
  background: #fff;
  backdrop-filter: blur(60px);
  max-width: 350px;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}

.save-btn:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

.deposit-div {
  max-width: 732px;
  width: 100%;
  margin-top: 53px;
}

.deposit-div ul li {
  font-size: 14px;
  color: #f0f0f0;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 18px;
  /* 19.6px */
}

.deposit-div ul li:last-child {
  margin-bottom: 0;
}

.deposit-div p {
  font-size: 14px;
  color: #a0aec0;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  /* 19.6px */
  margin-bottom: 18px;
}

.deposit-div ul {
  margin-bottom: 53px;
}

.deposit-div ol li {
  font-size: 14px;
  color: #8c8c8c;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
  list-style-type: disc;
}

.deposit-div ol {
  max-width: 692px;
  width: 100%;
  margin: 0 auto;
}

.deposit-div .last-p {
  font-size: 15px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 19.5px */
  text-transform: uppercase;
  opacity: 0.5;
  padding-top: 60px;
}

.withdrawl {
  position: relative;
}

.saints-text {
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
}

.trx-icon {
  position: absolute;
  bottom: 30px;
  right: 24px;
}

.deposit .withdrawl-info h4 span {
  color: #88837d;
}

.deposit .withdrawl-info h4 {
  max-width: 655px;
  text-transform: uppercase;
}

.deposit .save-btn {
  background: #000;
  color: #fff;
}

.deposit .deposit-div ul li {
  color: #f0f0f0;
}

.deposit .last-p {
  padding-top: 140px;
}

.deposit-bg {
  background: linear-gradient(
    159deg,
    #1d2533 14.25%,
    #141923 56.45%,
    #0d1015 86.14%
  );
}

.deposit-img {
  max-width: 960px;
  width: 100%;
}

.loading-bg {
  background: url("../images/loading-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.loading .load-top h5 {
  font-size: 30px;
  color: #fff;
  font-family: "Genos", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 98px;
  /* 326.667% */
  text-transform: uppercase;
  margin-bottom: 99px;
}

.loading .load-top h5 span {
  color: #bba490;
}

.loading .load-inner p {
  font-size: 100px;
  color: #fff;
  font-family: "Genos", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 98px;
  /* 98% */
  text-transform: uppercase;
}

.loading .load-inner p span {
  color: #a69b86;
}

.load-inner .load-span {
  font-size: 20px;
  color: #5d6e70;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 41px 0;
  display: block;
}

.load-inner small {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  display: block;
  margin-bottom: 41px;
}

.loading-img {
  position: absolute;
  bottom: -132px;
  right: 0;
}

.load-main {
  max-width: 700px;
  width: 100%;
  padding-left: 130px;
}

.loading {
  padding-top: 47px;
}

.sac-btn {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 260px;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sac-btn:hover {
  background: #fff;
  color: #000;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* ======== other-page-css  */

.hero-sec {
  position: relative;
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  width: 100%;
}

.main {
  padding: 258px 0rem 450px;
  text-align: center;
}

.main h6 {
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 60px;
  text-transform: uppercase;
}

.main h1 {
  color: #fff;
  text-align: center;
  font-size: 106px;
  font-weight: 800;
  line-height: 98px;
  text-transform: uppercase;
  font-family: "Genos", sans-serif;
  overflow: hidden;
}

.space {
  margin: 11px auto 23px !important;
}

.main p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: normal;
  max-width: 1191px;
  margin: 0 auto;
  text-transform: capitalize;
}

.sections span {
  position: absolute;
  top: 37%;
  height: 10rem;
  width: 25%;
  border-radius: 1rem;
  padding: 0.2rem 0rem 2rem 0rem;
  border: 2px solid #8c8c8c;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: end;
  transform: rotate(90deg);
  cursor: pointer;
}

.sections span:nth-of-type(1) {
  transform: rotate(-90deg);
}

.sections span a {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
}

.sections span:nth-of-type(1) {
  left: -13%;
}

.sections span:nth-of-type(2) {
  right: -13%;
}

.triangle--section {
  background-color: #030713;
  margin-top: -265px;
}

.triangle--text {
  margin-top: 20px;
}

.triangle-inner {
  background-color: #030713;
  padding: 1px;
  position: relative;
}

.triangle-media {
  padding: 66px 126px 28px;
  position: relative;
  z-index: 99;
  background-image: url(../images/triangle-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.triangle--title h2 {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  max-width: 668px;
  margin: 0 auto 34px;
  line-height: normal;
  text-transform: capitalize;
}

.triangle--img img {
  margin: auto;
  width: 100%;
}

.trx-sec {
  padding: 215px 0px 165px;
  position: relative;
  z-index: 9999;
}

.shadow {
  border-radius: 881px;
  opacity: 0.61;
  background: #003d85;
  filter: blur(463.6842041015625px);
  position: absolute;
  bottom: 0;
  width: 881px;
  height: 881px;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
}

.triangle--text h5 {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.triangle--text p {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-top: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.saints-sec .image-holder img {
  margin-top: -27px;
}

.saints-sec {
  position: relative;
  z-index: 1;
}

.saints-sec::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 356px;
  z-index: -1;
  background: linear-gradient(0deg, #030713 0%, rgba(3, 7, 19, 0) 100%);
}

.header .navbar-nav {
  background-image: url(../images/nav-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.trx-sec img:nth-of-type(1) {
  display: block;
}

.trx-sec img:nth-of-type(2) {
  display: none;
}

@media (max-width: 700px) {
  #wallet-address-navside {
    display: none;
  }

  #wallet-address-navbelow {
    font-size: 14px !important;
    padding: 5px 10px !important;
    margin-bottom: 10px;
  }
}
