@import url("https://fonts.googleapis.com/css2?family=Changa:wght@200..800&display=swap");

:root {
  --body-bg: #0f1924;
  --footer-bg: #152332;

  --font-primary: "Changa", sans-serif;

  --theme-btn-border: #0c5a4f;
  --stat-border-color: #85ffaf;
  --feature-card-border: #1e3248;

  --color-nav-links: #c8ffdb;
  --color-section-title: #d3f7e0;

  --card-bg-one: #152333;
  --card-bg-two: #142f34;
  --color-table: #1b2d41;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: clip;
  line-height: 1.2;
  background: var(--body-bg);
  font: 400 16px var(--font-primary);
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: normal;
}

img,
picture,
video,
canvas,
svg {
  height: auto;
  display: block;
  max-width: 100%;
}

button {
  all: unset;
  cursor: pointer;
}

section,
aside {
  overflow-x: clip;
}

/* ===========================================
                utility classes
=========================================== */
.mb-0 {
  margin-bottom: 0 !important;
}

.text-center {
  text-align: center;
}

.relative {
  position: relative;
}

.underline {
  text-decoration: underline;
}

.gap-1 {
  gap: 8px;
}

.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.container {
  width: 100%;
  padding: 0 20px;
  margin-inline: auto;
}

.btn-one {
  gap: 4px;
  width: 100%;
  display: flex;
  color: #0c141d;
  padding: 12px 0;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
  background: #00eb52;
  overflow: hidden;
  justify-content: center;
  text-transform: capitalize;
  border: 3px solid #99ffbd;
  font-size: calc(16px + 0.2vw);
  transition: background 200ms ease;
  cursor: pointer;
}

.btn-one.alt {
  color: #d3f7e0;
  background: #1b5f52;
  border-color: #247f6e;
}

.btn-one.outline {
  background: transparent;
}

.btn-one .btn-label {
  position: relative;
  z-index: 2;
}

.btn-one .circle-fill {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #a4ffc4;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  pointer-events: none;
}

.btn-one.alt .circle-fill {
  background: #2a8c7a;
}

.btn-icon img {
  width: 24px;
  z-index: 2;
  margin-top: -5px;
  position: relative;
}

.btn-icon.fire {
  margin-right: 2px;
}

.btn-icon.arrow {
  margin-top: 6px;
  margin-left: 4px;
}

.section-title {
  font-weight: 700;
  font-size: calc(32px + 1vw);
  color: var(--color-section-title);
}

.section-title.sm {
  font-size: calc(22px + 1vw);
}

/* ===========================================
                header top
=========================================== */
.header-top {
  height: 14svh;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  justify-content: space-between;
}

.logo {
  gap: 8px;
  display: flex;
  font-size: 34px;
  font-weight: 700;
  color: #c8ffdb;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.logo-highlight {
  color: #00eb52;
}

.logo-icon {
  margin-top: -3px;
}

.nav-toggle {
  height: 56px;
  display: none;
  font-size: 38px;
  transition: transform 200ms ease;
}

.nav-toggle:active {
  opacity: 0.65;
  transform: scale(0.9);
}

.nav-toggle i.bx-menu-select {
  color: #00eb52;
}

/* ===========================================
                nav links
=========================================== */
.nav-links {
  gap: 22px;
  font-weight: 500;
  font-size: calc(17px + 0.2vw);
  color: var(--color-nav-links);
  grid-template-columns: repeat(5, auto);
}

.nav-links.md {
  display: none;
}

/* ===========================================
                hero section
=========================================== */
#hero {
  margin-top: 28px;
  padding: 38px 0;
  position: relative;
  background: url("../img/hero-bg.png") center top no-repeat;
  background-size: 1510px;
}

.hero-content-wrap {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hero-subtitle {
  font-weight: 500;
  font-size: 52px;
  margin-top: 20px;
}

.dollar-gif {
  width: 63px;
  height: 63px;
  margin-top: 12px;
  margin-left: 4px;
  mix-blend-mode: darken;
}

.hero-title {
  font-size: 62px;
  font-weight: 700;
  margin-bottom: 28px;
}

.hero-desc {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
  color: hsla(212, 41%, 18%, 0.7);
}

.get-started-wrap {
  position: relative;
  margin-bottom: 125px;
}

.dashed-line {
  top: -94px;
  z-index: 1;
  width: 95%;
  left: 155px;
  height: auto;
  position: absolute;
}

.get-started {
  z-index: 2;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  color: hsla(212, 41%, 18%, 0.8);
}

.get-started::before {
  left: 2px;
  bottom: 0;
  content: "";
  height: 5px;
  width: 40%;
  position: absolute;
  border-radius: 99px;
  background: #1b5f52;
}

/* ----- hero  form ----- */
.hero-form-wrap {
  width: 85%;
  display: grid;
  height: 400px;
  color: #ffffff;
  margin-left: auto;
  place-items: center;
  transform: translate(70px, -140px);
}

.leaning-frog {
  top: -44px;
  left: -118px;
  position: absolute;
}

.hero-form-bg {
  top: 0;
  z-index: -1;
  width: 100%;
  height: 280px;
  aspect-ratio: auto;
  position: absolute;
}

.hero-form {
  margin-top: 80px;
  text-align: center;
}

.hero-form-title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: calc(22px + 0.4vw);
}

.hero-form-title ~ p {
  margin-bottom: 20px;
}

.form-input {
  outline: 0;
  width: 340px;
  height: 48px;
  color: #dedede;
  border-radius: 8px;
  padding-left: 48px;
  background: transparent;
  transition: border-color 300ms ease;
  border: 2px solid hsla(141, 100%, 46%, 0.7);
}
.form-input:focus {
  border-color: #00eb52;
}

.email-icon {
  top: 50%;
  left: 12px;
  position: absolute;
  transform: translateY(-50%);
}

.captcha-box {
  margin: 20px auto;
}

/* ===========================================
                stats section
=========================================== */
#stats {
  margin-bottom: 60px;
}

.stat-main-wrap {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}

.live-icon-wrap {
  gap: 22px;
  display: flex;
  align-items: center;
}

.live-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  outline-offset: 6px;
  position: relative;
  background: #8bf9b1;
  outline: 3px solid #00cf45;
}

.stat-card-wrap {
  gap: 90px;
  display: flex;
}

.stat-card {
  position: relative;
  width: max-content;
}

.stat-subtitle {
  color: #c8ffdb;
  font-size: 18px;
}

.stat-title {
  width: 6ch;
  font-weight: 700;
  color: #00eb52;
  margin-bottom: 8px;
  display: inline-block;
  font-size: calc(30px + 1vw);
}

/* ===========================================
                advertise
=========================================== */
.ad-wrap {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  justify-content: center;
}

.ad-box {
  width: 300px;
  height: 250px;
  color: #fff;
  display: grid;
  text-align: center;
  border-radius: 8px;
  place-content: center;
  background: var(--card-bg-one);
}

/* ===========================================
              features section
=========================================== */
#features {
  margin-bottom: 80px;
}

.feature-card-wrap {
  gap: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.feature-card-col {
  gap: 28px;
  display: flex;
  flex-direction: column;
}

.feature-card-lg,
.feature-card-md,
.feature-card-sm {
  gap: 20px;
  display: flex;
  padding: 20px;
  height: 105px;
  overflow: hidden;
  padding-left: 28px;
  position: relative;
  align-items: center;
  border-radius: 12px;
  background: var(--card-bg-one);
  border: 3px solid var(--feature-card-border);
}

.feature-card-sm.left {
  margin-left: auto;
}

.feature-card-sm {
  width: 250px;
}

.feature-card-sm .icon {
  max-width: 38px;
}

[class*="feature-card"] .title {
  font-size: 26px;
  font-weight: 500;
}

.feature-card-sm .faucet {
  color: #dce1ff;
}

.feature-card-sm .links {
  color: #9effbe;
}

.feature-card-md .refer {
  color: #a3cbff;
}

.feature-card-md .cupon {
  color: #fbdd6b;
}

.feature-card-md {
  width: 360px;
}

.feature-card-md .icon {
  width: 105px;
  right: -15px;
  bottom: -25px;
  position: absolute;
}

.feature-card-md .icon.cupon {
  width: 150px;
  right: -35px;
  bottom: -45px;
}

.feature-card-lg {
  width: 300px;
  height: 238px;
  flex-direction: column;
}

.feature-card-lg .title {
  color: #d3f7e0;
}

.feature-card-lg .icon {
  max-width: 136px;
}

/* ===========================================
                why us section
=========================================== */
#why-us {
  margin-bottom: 80px;
}

#why-us .section-title {
  margin-bottom: 40px;
}

.why-card-wrap {
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.why-card h2 {
  font-weight: 500;
  color: #a7f8ca;
  width: max-content;
  position: relative;
  margin-bottom: 28px;
  padding-left: 32px;
}

.why-card h2::before {
  top: 47%;
  left: -10px;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  transform: translateY(-50%);
  background: url("../img/diamond-icon.png") center no-repeat;
  background-size: 100%;
}

.why-card h2::after {
  content: "";
  left: 32px;
  width: 60%;
  height: 2px;
  bottom: -8px;
  position: absolute;
  background: #1b5f52;
}

.why-card p {
  color: #d9d9d9;
  max-width: 360px;
  padding: 16px 26px;
  border-radius: 8px;
  background: var(--card-bg-two);
}

/* ===========================================
                get started
=========================================== */
#get-started {
  display: grid;
  min-height: 500px;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 80px;
  place-content: center;
  background: url("../img/section-bg.png") center top no-repeat;
  background-size: 1510px;
}

.get-started-desc {
  color: #d9d9d9;
  margin: 30px auto;
  font-size: calc(18px + 0.2vw);
}

#get-started .btn-one {
  width: max-content;
  margin-inline: auto;
  padding-inline: 60px;
}

/* ===========================================
                payouts table
=========================================== */
#payouts .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.data-table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 12px;
  border: 3px solid var(--color-table);
}

.data-table {
  width: 100%;
  color: #fff;
  text-align: left;
  border-collapse: collapse;
  text-transform: capitalize;
}

.data-table thead {
  color: #d3f7e0;
  font-size: 20px;
  background: var(--color-table);
}

.data-table th:first-child,
.data-table td:first-child {
  padding-left: 40px;
  min-width: 250px;
}

.data-table th {
  padding: 20px 0;
}

.data-table tr:not(:last-child) {
  border-bottom: 3px solid var(--color-table);
}

.data-table td {
  padding: 16px 0;
  font-weight: 500;
  min-width: 140px;
  background: transparent;
}

.data-table td:nth-child(2) {
  color: #85ffaf;
  display: flex;
  gap: 4px;
}

/* ===========================================
              footer icon
=========================================== */
#footer {
  color: #fff;
  margin-top: 60px;
  padding: 28px 0;
  background: var(--card-bg-one);
}

.footer-wrap {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.copyright {
  font-size: 18px;
}

.footer-links {
  gap: 20px;
  display: flex;
  align-items: center;
}

.made-by {
  font-size: 18px;
}

.made-by .highlight {
  color: #85ffaf;
  font-weight: 600;
}

/* ===========================================
              extra hero - page
=========================================== */
#extra-hero {
  margin-top: 60px;
}

.extra-hero-desc {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 28px;
  font-size: calc(18px + 0.2vw);
}

/* ===========================================
              top list section
=========================================== */
.top-list-wrap {
  padding: 40px 28px;
  border-radius: 10px;
  background: #1b2d41;
}

.top-list-wrap .btn-one {
  width: max-content;
  margin-inline: auto;
  padding-inline: 60px;
}

.top-list-desc {
  color: #fff;
  margin: 20px 0;
  text-align: center;
  font-size: calc(16px + 0.2vw);
}

/* ===========================================
              sign up section
=========================================== */
#slice-sign-up {
  margin: 40px 0;
}

.slice-sign-wrap {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  padding: 28px 38px;
  border-radius: 8px;
  align-items: center;
  background: #142f34;
}

.slice-logo {
  width: 100px;
  height: 40px;
  background: url("../img/slice-logo.png") center no-repeat;
  background-size: contain;
}

.slice-sign-wrap .title {
  margin-top: 5px;
  color: #d3f7e0;
  font-size: calc(18px + 0.2vw);
}

.slice-sign-wrap .btn-one {
  margin-bottom: 0;
  width: max-content;
  margin-left: auto;
  padding: 6px 48px;
}

/* ===========================================
                  earn cards
=========================================== */
.card-group-wrap {
  gap: 20px;
  display: grid;
  margin-bottom: 40px;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.earn-card {
  flex-grow: 1;
  padding: 20px;
  color: #f1f1f1;
  min-height: 300px;
  border-radius: 12px;
  background: #1b2d41;
}

.earn-card .site-logo {
  gap: 12px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
}

.earn-card .site-logo img {
  max-width: 38px;
}

.earn-card .pill-wrap {
  gap: 12px;
  display: flex;
  margin: 20px 0;
  align-items: center;
}

.earn-card .pill {
  color: #acddc7;
  border-radius: 4px;
  padding: 0px 24px;
  font-weight: 500;
  background: #0c5a4f;
}

.earn-card-list {
  margin-bottom: 20px;
}

.earn-card-list li {
  position: relative;
  padding-left: 28px;
}

.earn-card-list li::before {
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background: url("../img/check-mark.png") no-repeat center;
  background-size: contain;
}

.earn-card .sub-title {
  margin-bottom: 24px;
}

.earn-card .btn-one {
  padding: 8px 0;
}

/* ===========================================
                affiliate section
=========================================== */
#temu-affiliate {
  display: grid;
  color: #d9d9d9;
  min-height: 500px;
  padding: 40px 20px;
  margin-bottom: 80px;
  text-align: center;
  place-content: center;
  margin-bottom: 60px;
  background: url(../img/section-bg.png) center top no-repeat;
  background-size: 1510px;
}

#temu-affiliate .section-title {
  margin-bottom: 28px;
}

.affiliate-desc {
  margin: 20px 0;
  font-size: calc(16px + 0.2vw);
}

.affiliate-sub {
  font-size: calc(18px + 0.2vw);
}

#temu-affiliate .btn-one {
  width: max-content;
  margin-inline: auto;
  padding-inline: 60px;
}

/* ===========================================
              unlock section
=========================================== */
.unlock-desc {
  margin: 16px 0;
  color: #dedede;
  text-align: center;
  font-size: calc(18px + 0.2vw);
}

#unlock .btn-one {
  width: max-content;
  margin-inline: auto;
  padding-inline: 60px;
}
