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

/* @font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Black.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Light.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
} */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}

body {
  font-family: "Montserrat", sans-serif !important;
  background-image: url("Deposit%20Phase%20Interface.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden !important;
}
#root{
  --wcm-z-index:99999999999999999999999999999  
}

.container {
  max-width: 80% !important;
}
.landing {
  background: white;
}
.nav {
  padding: 20px 0px;
}

.btn-bg {
  background: linear-gradient(90deg, #ed7004 41.6%, #fcc38e 100%);
  box-shadow: -2px 1px 12px 6px #ed7004, 0 -4px 6px #ed7104b9, 4px 0 6px #ed7004,
    -4px 0 6px #ed7004;
  color: rgba(255, 255, 255, 1);

  font-size: 24px;
  font-weight: 700;
  line-height: 29.71px;

  border: none;
  padding: 25px 45px;

  border-radius: 5px;
}
.trans {
  gap: 50px;
}
.btn-outline {
  padding: 25px 45px;

  border-radius: 5px;
  background-color: transparent;
  border: 1px solid rgba(237, 112, 4, 1);
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.71px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-gradeint {
  background: linear-gradient(90deg, #ed7004 41.6%, #fcc38e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 48.76px;
}

.btn-colored {
  background: #ed7004 !important;
  color: white !important;
}

.btn-outline span {
  background: linear-gradient(90deg, #ed7004 41.6%, #fcc38e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.71px;
}

.btn-white {
  background: white;
  border: none;
  padding: 25px 45px;
  color: rgba(237, 112, 4, 1);
  border-radius: 60px;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 48.76px;
}

.btn-black {
  background: black;
  border: none;
  padding: 25px 45px;
  color: white;
  border-radius: 60px;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 48.76px;
}

.nav {
  background-color: black;
}

.title-bar {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  background-position: center;
}
.title-bar .inner-title-bar {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px !important;
  background-position: center;
}
.title-bar h1 {
  font-family: Montserrat;
  color: white;
  font-size: 40px;
  font-weight: 700;
  line-height: 48.76px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: linear-gradient(90deg, #ed7004 0%, #fcc38e 100%);

  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-bar p {
  color: white;

  font-family: Montserrat;
  font-size: 32px;
  font-weight: 500;
  line-height: 39.01px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.title-bar span {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 48.76px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.card h3 {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  line-height: 39.01px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
}

.card h1 {
  font-family: Montserrat;
  font-size: 56px;
  font-weight: 700;
  line-height: 68.26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.card span {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  line-height: 39.01px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(237, 112, 4, 1);
}

.card {
  border-radius: 30px !important;
  position: relative;
  z-index: 1;
  background-color: white;
  padding: 1rem;
  border: 1px solid #ed7004 !important;
  background: linear-gradient(
    92.81deg,
    rgba(255, 255, 255, 0.8) 2.34%,
    rgba(255, 247, 240, 0.8) 98.33%
  );
}

.card p {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 500;
  line-height: 35.69px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.claim-canvas {
  --bs-offcanvas-bg: black !important;
}

.modal-title {
  font-size: 56px !important;
  font-weight: 700 !important;
  line-height: 47.79px !important;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.modal h4 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 600;
  line-height: 47.79px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.modal h2 {
  font-family: Montserrat;
  font-size: 56px;
  font-weight: 700;
  line-height: 47.79px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.modal label {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 600;
  line-height: 47.79px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(22, 22, 22, 0.6);
}

.input-groups {
  background-color: rgba(237, 112, 4, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid #ed71047c;
  border-radius: 20px;
}

.input-groups input {
  all: unset;
  width: 90%;
  font-size: 32px;
  font-weight: 700;
}

.modal a {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  line-height: 39.01px;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: underline !important;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ed7004 !important;
}

.modal-header {
  padding: 30px !important;
}
#wcm-modal{
  z-index: 9999999999999999999999 !important;
}
.wcm-overlay .wcm-active{
  z-index: 9999999999999999999999 !important;

}
.modal p {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 400;
  line-height: 48.76px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.disabled {
  background: rgba(226, 226, 226, 1) !important;
  color: rgba(172, 172, 172, 1) !important;
  opacity: 0.4;
}

.modal-footer .btn-black {
  border-radius: 5px;
}

.modal-footer {
  flex-wrap: nowrap !important;
  padding: 30px !important;
  gap: 10px;
}

.modal-content {
  box-shadow: 0px 84px 100px 0px rgba(237, 112, 4, 0.24) !important;
  border: 1px solid #ed7004 !important;
  border-radius: 20px !important;
  background: linear-gradient(
    116.17deg,
    rgba(255, 255, 255, 0.456) 23.12%,
    rgba(255, 247, 240, 0.8) 85.13%
  );
}

.processing {
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: absolute;
 top: 0;
  width: 100%;
  z-index: 9999;
  background: radial-gradient(
      93.06% 261.87% at 6.87% 9.44%,
      #ffead9 0%,
      #ffdfc2 53.5%,
      #ffd5b0 100%
    );
  overflow: hidden !important;
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.modal-backdrop {
  background: radial-gradient(
    93.06% 261.87% at 6.87% 9.44%,
    #ffead9 0%,
    #ffdfc2 53.5%,
    #ffd5b0 100%
  ) !important;
  opacity: 1 !important;
}

.end-phase {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-position: center;
}

.end-phase h1 {
  font-family: Montserrat;
  font-size: 120px;
  font-weight: 700;
  line-height: 146.28px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.end-phase p {
  font-family: Montserrat;
  font-size: 44px;
  font-weight: 500;
  line-height: 53.64px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(103, 93, 135, 1);
}

.progress-bar {
  background-color: rgba(237, 112, 4, 1) !important;
}

.progress {
  background-color: rgba(22, 22, 22, 1) !important;
  height: 30px !important;
  border-radius: 20px !important;
}

.nav-landing {
  padding: 15px 0px;
  background-color: white;
}

.nav-landing ul {
  all: unset;
}

.nav-landing ul li {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 500;
  line-height: 48.76px;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}

.nav-landing ul li:hover {
  color: #ed7004;
}

.hero h1 {
  font-family: Montserrat;
  font-size: 120px;
  font-weight: 700;
  line-height: 146.28px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.hero p {
  font-family: Montserrat;
  font-size: 44px;
  font-weight: 500;
  line-height: 53.64px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(103, 93, 135, 1);
}

.main-hero {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  /* Ensures Hero takes up all available space */
  text-align: center;
  /* Center aligns text within Hero */
}

.hero span {
  box-shadow: 0px 9.29px 9.29px 0px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 92.88px;
  font-weight: 700;
  line-height: 113.22px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(22, 22, 22, 1);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}

.hero h3 {
  font-family: Montserrat;
  font-size: 44px;
  font-weight: 700;
  line-height: 53.64px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(22, 22, 22, 1);
}

.instruct h3 {
  font-family: Montserrat;
  font-size: 72px;
  font-weight: 700;
  line-height: 87.77px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.instruct h1 {
  font-family: Montserrat;
  font-size: 120px;
  font-weight: 700;
  line-height: 146.28px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.instruct p {
  font-family: Montserrat;
  font-size: 44px;
  font-weight: 400;
  line-height: 53.64px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(103, 93, 135, 1);
}

.footer p {
  font-family: Montserrat;
  font-size: 44px;
  font-weight: 600;
  line-height: 53.64px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(103, 93, 135, 1);
}

.footer label {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 48.76px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 30px;
}
.card-body {
  padding: 40px !important;
}
.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul li {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 500;
  line-height: 48.76px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  list-style-type: none;
  margin-bottom: 30px;
  cursor: pointer;
}

.footer a {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 600;
  line-height: 48.76px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
  text-decoration: none;
}

.nav-landing .offcanvas {
  background-color: white !important;
}

.offcanvas-body ul li {
  margin: 0px !important;
  padding: 0px !important;
  list-style-type: none !important;
}

.wallet-list {
  background-color: rgba(237, 112, 4, 0.05);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 15px;
  border: 1px solid rgba(22, 22, 22, 0.2);
}

.wallet-list h2 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 600;
  line-height: 37.29px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.icon-connect {
  width: 50px;
  height: 50px;
}
.gradient-btn {
  background: linear-gradient(90deg, #ed7004 41.6%, #fcc38e 100%) !important;
  color: white;
}
.gradient-btn.disabled {
  background: rgba(226, 226, 226, 1) !important;
  color: white;
}
.card-body img {
  width: 70px !important;
  height: 70px !important;
}
@media only screen and (max-width: 2578px) {
  .nav-landing ul li {
    padding: 15px 25px;
    font-size: 30px;
    line-height: 30.76px;
  }
}

@media only screen and (max-width: 2300px) {
  .card-body img {
    width: 40px !important;
    height: 40px !important;
  }
  .trans {
    gap: 20px !important;
  }
  .title-bar .inner-title-bar {
    padding: 20px !important;
  }
  .card-body {
    padding: 20px !important;
  }
  .title-bar h1 {
    font-size: 24px;
    line-height: 24.76px;
  }
  .inner-title-bar {
    padding: 1rem !important;
  }
  .card h1 {
    font-size: 28px;
    line-height: 28.76px;
  }

  .card span {
    font-size: 20px;
    line-height: 20.76px;
  }
  .time-label {
    font-size: 14px !important;
    line-height: normal;
  }
  .card {
    border-radius: 20px !important;
  }
  .title-bar {
    border-radius: 20px;
  }
  .title-bar span {
    font-size: 24px;
    line-height: 24.76px;
  }

  .card-body {
    padding: 20px !important;
  }

  .card h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .btn-outline span {
    font-size: 17px;
  }
  .card p {
    font-size: 18px;
    line-height: 20px;
  }

  .title-bar p {
    font-size: 18px;
    line-height: 18px;
  }

  .btn-bg {
    padding: 5px 20px;
    font-size: 17px;
  }

  .btn-white {
    padding: 5px 20px;
    font-size: 17px;
  }

  .btn-black {
    padding: 5px 20px;
    font-size: 17px;
  }

  .btn-outline {
    padding: 5px 20px;
    font-size: 17px;
  }

  .logo {
    width: 250px;
  }

  .modal-title {
    font-size: 25px !important;
    line-height: 30.79px !important;
  }
  .modal h4 {
    font-size: 22px;
    line-height: 22px;
  }

  .modal label {
    font-size: 20px;
    line-height: 20.79px;
  }
  .modal h2 {
    font-size: 20px;
  }

  .input-groups {
    padding: 20px;
  }

  .input-groups input {
    all: unset;
    width: 90%;
    font-size: 22px;
  }

  .modal a {
    font-size: 22px;

    line-height: 22.01px;
  }

  .modal-header {
    padding: 30px !important;
  }

  .modal p {
    font-size: 25px;

    line-height: 25px;
  }

  .end-phase h1 {
    font-size: 60px;

    line-height: 60.28px;
  }
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 700px !important;
  }
  .end-phase p {
    font-size: 25px;

    line-height: 25.64px;
  }
  .arrow {
    width: 40px;
  }
  .progress-bar {
    background-color: rgba(237, 112, 4, 1) !important;
  }

  .progress {
    background-color: rgba(22, 22, 22, 1) !important;
    height: 20px !important;
    border-radius: 20px !important;
  }

  .landing p {
    font-size: 18px;
    line-height: 32.64px;
  }

  .landing h1 {
    font-size: 55px;
    line-height: 60.28px;
  }

  .landing span {
    font-size: 33px;
    line-height: 36.28px;
  }
  .landing h3 {
    font-size: 30px;
    line-height: 35.28px;
  }
  .footer .brands img {
    width: 30px !important;
  }
  .footer label {
    font-size: 25px;
  }
  .footer a {
    font-size: 18px;
  }
  .landing li {
    font-size: 18px !important;
  }

  .footer ul li {
    margin-bottom: 5px;
    line-height: 30px;
  }

  .nav-landing .brands img {
    width: 25px !important;
  }
  /* .wallet-list {
    padding: 12px 20px;
  } */
  .icon-connect {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .nav-landing .brands img {
    display: none !important;
  }}
@media only screen and (max-width: 1199px) {
  .nav-landing .brands img {
    display: none !important;
  }
  .main-hero {
    height: auto;
  }
  .hero {
    padding: 100px 0px;
  }
  .title-bar {
    flex-direction: column;
    gap: 10px;
  }
  .inner-title-bar {
    background-image: none !important;
    gap: 20px;
  }
  .title-bar .d-inline-flex {
    flex-direction: column;
  }

  .end-phase h1 {
    font-size: 30px;

    line-height: 30.28px;
  }

  .end-phase p {
    font-size: 25px;

    line-height: 25.64px;
  }

  .end-phase {
    padding: 0px 20px;
  }

  .landing p {
    font-size: 20px;
    line-height: 35px;
  }

  .landing h1 {
    font-size: 50px;

    line-height: 56.28px;
  }

  .landing span {
    font-size: 40px;

    line-height: 46.28px;
  }

  .landing h3 {
    font-size: 30px;

    line-height: 36.28px;
  }

  .landing label {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 36.28px;
  }

  .landing a {
    font-size: 25px;

    line-height: 25.28px;
  }

  .landing li {
    font-size: 20px !important;
  }

  .footer ul li {
    margin-bottom: 10px;
  }
}
.inner-title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .trans {
    width: 100%;
  }
  .trans button {
    width: 100%;
  }
  .tx {
    width: 100%;
  }
  .tx .btn-black {
    width: 100% !important;
  }
}
@media only screen and (max-width: 992px) {
  .claim-canvas .btn-outline {
    justify-content: center !important;
  }
  .landing-canvas ul {
    margin: 0px !important;
    padding: 0px !important;
  }
  .landing-canvas ul li {
    margin-bottom: 10px !important;
  }
  .landing-canvas button {
    width: 100%;
  }
}
@media only screen and (max-width: 555px) {
  .inner-title-bar {
    justify-content: center;
    flex-direction: column;
  }
  .hero br {
    display: none;
  }

  .buttons {
    display: flex;
    flex-direction: column;
  }

  .buttons button {
    width: 100%;
  }

  .landing h1 {
    font-size: 35px;

    line-height: 35.28px;
  }

  .container {
    max-width: 95% !important;
  }
}

@media only screen and (max-width: 430px) {
  .container {
    max-width: 95% !important;
  }

  .title-bar h1 {
    font-size: 22px;
    line-height: 22.76px;
  }

  .card h1 {
    font-size: 22px;
    line-height: 22.76px;
  }

  .card span {
    font-size: 22px;
    line-height: 22.76px;
  }

  .title-bar span {
    font-size: 22px;
    line-height: 22.76px;
  }

  .card-body {
    padding: 20px !important;
  }

  .card h3 {
    font-size: 18px;

    line-height: 18px;
  }

  .card p {
    font-size: 18px;

    line-height: 18px;
  }

  .title-bar p {
    font-size: 18px;

    line-height: 18px;
  }

  .btn-bg {
    padding: 7px 15px;
    font-size: 18px;
  }

  .btn-white {
    padding: 7px 15px;
    font-size: 18px;
  }

  .btn-black {
    padding: 7px 15px;
    font-size: 18px;
  }

  .btn-outline {
    padding: 10px 20px;
    font-size: 20px;
  }
}
