@import url("https://fonts.googleapis.com/css2?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");

/* ============================================
   Custom Bootstrap 5 Styles
   ============================================ */

:root {
  --primary-color: rgba(62, 180, 137, 1);
  --primary-gradient: linear-gradient(90deg, #3eb489 0%, #0e1f18 100%);
  --gray-gradient: linear-gradient(90deg, #ffffff 0%, #999999 100%);
  --gray-text: rgba(113, 113, 113, 1);
  --backdrop-blur: blur(20px);
  --text-white: rgba(255, 255, 255, 1);
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-26: 26px;
  --fs-32: 32px;
  --fs-60: 60px;
  --fs-70: 70px;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text-white);
  background-color: #000000;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
.container {
  max-width: 1200px;
}
h1 {
  font-size: var(--fs-70);
  font-weight: var(--fw-700);
  line-height: 90px;
}
h4 {
  font-size: var(--fs-60);
  font-weight: var(--fw-700);
  line-height: 100px;
}
h5 {
  font-size: var(--fs-32);
  font-weight: var(--fw-600);
  line-height: 36px;
}

p {
  font-size: var(--fs-26);
  font-weight: var(--fw-400);
  line-height: 32px;
}
p.small,
.small {
  font-size: var(--fs-20);
  font-weight: var(--fw-300);
  line-height: 24px;
}
.gray-gradient-text {
  background: var(--gray-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.primary-gradient-text {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============================================
   Navigation
   ============================================ */

.navbar {
  height: 84px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: var(--backdrop-blur);
  -webkit-backdrop-filter: var(--backdrop-blur);
}
.navbar .nav-link,
.navbar .nav-link.active {
  color: var(--text-white);
  font-size: var(--fs-16);
  font-weight: var(--fw-400);
}

/* ============================================
   Payment Card Section
   ============================================ */
.payment-section {
  overflow: hidden;
}
.payment-card-block {
  position: relative;
}

.gray-glass {
  position: absolute;
  top: 10%;
  right: -5%;
  width: 486px;
  height: 449px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(180px);
  -webkit-backdrop-filter: blur(180px);
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    black 40%,
    rgba(0, 0, 0, 0.6) 55%,
    transparent 75%
  );
  mask-image: radial-gradient(
    ellipse at center,
    black 40%,
    rgba(0, 0, 0, 0.6) 55%,
    transparent 75%
  );
  overflow: hidden;
  pointer-events: none;
}

.gray-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.05) 6%,
    rgba(255, 255, 255, 0.25) 12%
  );
  /* background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(153, 153, 153, 0.5) 74.52%,
    rgba(255, 255, 255, 0.5) 100%
  ); */
  background-size: 90% 100%;
  mix-blend-mode: overlay;
  opacity: 0.9;
}

.payment-card {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(153, 153, 153, 0.6);
  backdrop-filter: var(--backdrop-blur);
  -webkit-backdrop-filter: var(--backdrop-blur);
  border-radius: 30px;
  padding: 0 80px;
}

/* ============================================
   Who This Is For / Trust Engine Section
   ============================================ */

.who-section,
.trust-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 430px;
}
.who-section {
  background-image: url(../img/bg2.png);
}
.trust-section {
  background-image: url(../img/bg1.png);
}
.trust-section .icon-outer {
  min-height: 90px;
}
.w-block {
  position: relative;
  padding-left: 10px;
  padding-right: 30px;
  height: 155px;
}
.w-block p {
  max-width: 200px;
}

.w-block::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #d9d9d9 0%, #000000 100%);
}
.w-block:last-child {
  padding-right: 0;
}
.w-block:last-child::after {
  display: none;
}

/* ============================================
   Keyy Section
   ============================================ */

.key-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 450px;
  height: 100%;
  background: url("../img/circle.png") no-repeat center;
  background-size: contain;
  /* transform: translateY(10%); */
  pointer-events: none;
}

.key-section::after {
  content: "";
  position: absolute;
  top: -15%;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/wave.png") no-repeat center;
  background-size: contain;
  /* transform: translateY(10%); */
  pointer-events: none;
  z-index: -1;
}
.keyy-list {
  list-style-type: none;
}
.keyy-list .block1,
.keyy-list .block2 {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: var(--backdrop-blur);
  -webkit-backdrop-filter: var(--backdrop-blur);
  border-radius: 30px;
}
.keyy-list .content {
  width: 40%;
}
.keyy-list .slider {
  width: 80%;
}
.keyy-list .fw-thin {
  font-weight: 100 !important;
  color: rgba(255, 255, 255, 0.75);
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border: 0px;
}
.vs {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: rgba(62, 180, 137, 1);
  top: -45px;
}

.timeline {
  padding-left: 80px;
}

.timeline-item {
  position: relative;
}

.timeline-step {
  position: absolute;
  left: -120px;
  top: 15px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 32px;
  color: rgba(113, 113, 113, 1);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: var(--gray-gradient);
}

.step-border::after {
  content: "";
  position: absolute;
  left: -80px;
  top: 44px;
  height: calc(100% - 44px);
  width: 1px;

  border-left: 1px solid;
  border-image-source: linear-gradient(180deg, #ffffff 0%, #000000 100%);
  border-image-slice: 1;
}

.step-border::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 44px;
  width: 1px;
  height: var(--fill-height, 0px);
  background: #fff;
  z-index: 2;
  pointer-events: none;
}

.timeline-item:last-child::after {
  display: none;
}

/* ============================================
   Membership Section
   ============================================ */

.membership-section .m-block {
  background-image: url(../img/m-block1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 600px;
  border-radius: 30px;
  backdrop-filter: var(--backdrop-blur);
  -webkit-backdrop-filter: var(--backdrop-blur);
}

.membership-section .m-block h2 {
  font-size: 200px;
  font-weight: 900;
}
.gray-glass2 {
  position: absolute;
  top: 60%;
  left: 0%;
  width: 330px;
  height: 345px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(180px);
  -webkit-backdrop-filter: blur(180px);
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    black 40%,
    rgba(0, 0, 0, 0.6) 55%,
    transparent 75%
  );
  mask-image: radial-gradient(
    ellipse at center,
    black 40%,
    rgba(0, 0, 0, 0.6) 55%,
    transparent 75%
  );
  overflow: hidden;
  pointer-events: none;
}

.gray-glass2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.05) 6%,
    rgba(255, 255, 255, 0.25) 12%
  );
  /* background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(153, 153, 153, 0.5) 74.52%,
    rgba(255, 255, 255, 0.5) 100%
  ); */
  background-size: 90% 100%;
  mix-blend-mode: overlay;
  opacity: 0.9;
}

/* ============================================
   Pay Bills Section
   ============================================ */

.bills-section .bill-scroll li {
  list-style-type: none;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: var(--backdrop-blur);
  -webkit-backdrop-filter: var(--backdrop-blur);
  border: 1px solid rgba(153, 153, 153, 0.6);
  border-radius: 30px;
  min-width: 400px;
}

.bills-section .bill-scroll img {
  width: 90px;
}
.bill-scroll-wrapper {
  overflow: hidden;
  width: 100%;
}

.bill-scroll {
  display: flex;
  width: max-content;
  list-style: none;
}

.bill-scroll li {
  white-space: nowrap;
}

/* ============================================
   Investment Section
   ============================================ */

.investment-section {
  background-image: url(../img/abstract-wave-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 5em !important;
}

/* ============================================
   Footer Section
   ============================================ */

.footer-section {
  background: linear-gradient(90deg, #3eb489 0%, #000000 100%);
  margin-top: 5em;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.footer-section > * {
  position: relative;
  z-index: 1;
}
.footer-section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  pointer-events: none;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(153, 153, 153, 0.5) 74.52%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background-size: 10% 100%;
  mix-blend-mode: overlay;
  backdrop-filter: blur(180px);
  -webkit-backdrop-filter: blur(180px);
}
.footer-section .container-fluid {
  padding: 0 10em;
}
.footer-section h3 {
  background: linear-gradient(102.29deg, #3eb489 -14.17%, #000000 76.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 160px;
  line-height: 120px;
}
.footer-section ul {
  list-style-type: none;
}

/* ============================================
   copyright Section
   ============================================ */

.copyright-section {
  height: 300px;
}

.copyright-section .gray-text {
  color: #717171 !important;
}
