@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --color-theme: #be1e2d;
  --color-white: #fff;
  --color-black: #000;
  --color-border: #d9d9d9;
  --color-heading: #231f20;
  --color-secondaryWhite: #fafafa;
  --color-qr: #1c1c1c;

  /* Shadow */
  --input-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 991px;
  margin: 0 auto;
  padding: 20px;
}

.wrapper {
  width: 100%;
  max-width: 991px;
  margin: 0 auto;
}

.text-uppercase {
  text-transform: uppercase;
}

/*
================================================
Signup Page CSS
================================================
*/

.logo-box {
  padding-top: 60px;
}

.login-signup-btns {
  width: 100%;
  max-width: 220px;
  border: 1px solid var(--color-theme);
  border-radius: 999px;
  margin: 36px auto 30px auto;
}

.login-signup-btns a {
  width: 100%;
  height: 32px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.login-signup-btns a.active {
  color: var(--color-white);
  background: var(--color-theme);
  border-radius: inherit;
}

.google-btn {
  width: 100%;
  max-width: 306px;
  height: 56px;
  background: var(--color-black);
  margin: 0 auto;
  border: 1px solid var(--color-black);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--color-white);
  font-size: 15px;
  font-weight: 700;
}

.email-heading {
  margin-top: 26px;
}

.email-heading-text {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-black);
  text-align: center;
  min-width: max-content;
}

.signup-form {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.signup-input {
  width: 100%;
  max-width: 306px;
  min-width: 270px;
  margin: 0 auto;
  height: 37px;
  border: 1px solid var(--color-border);
  box-shadow: var(--input-shadow);
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-black);
  outline: none;
}

.signup-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.policy-agree {
  width: 100%;
  max-width: 306px;
  gap: 16px;
}

.policy-agree input[type="checkbox"] {
  accent-color: var(--color-black);
  scale: 1.3;
}

.policy-agree label {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-black);
}

.form-submit-btn {
  background-color: var(--color-black);
  color: var(--color-white);
  width: max-content;
  margin: 0 auto;
  padding: 15px 32px;
  border-radius: 999px;
  border: 1px solid var(--color-black);
  font-size: 15px;
  font-weight: 700;
}

.already-account-box {
  margin-top: 10px;
  text-align: center;
  padding-bottom: 32px;
}

.already-account-box p {
  color: var(--color-black);
  font-weight: 700;
  font-size: 15px;
}

.already-account-box a {
  color: var(--color-theme);
  font-weight: 700;
  font-size: 15px;
}

/*
================================================
Login Page CSS
================================================
*/

.login-signup-btns.login-page {
  margin: 36px auto 65px auto;
}

.login-form {
  width: 100%;
  max-width: 306px;
  margin: 0 auto;
  margin-top: 51px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.login-form-label {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  width: 100%;
  max-width: 306px;
  margin-bottom: 6px;
}

.login-input {
  width: 100%;
  max-width: 306px;
  margin: 0 auto;
  height: 49px;
  border: 1px solid var(--color-border);
  box-shadow: var(--input-shadow);
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-black);
  outline: none;
}

.forgot-password {
  color: var(--color-black);
  font-weight: 300;
  font-size: 15px;
}

/*
================================================
Home Page CSS
================================================
*/
.welcome-text {
  font-size: 32px;
  color: var(--color-heading);
  text-align: center;
  font-weight: 700;
}

.welcome-desc {
  font-size: 13px;
  color: var(--color-heading);
  text-align: center;
  margin-top: 8px;
}

.checkout-card {
  background-color: var(--color-theme);
  border-radius: 16px;
  margin-top: 40px;
  margin-bottom: 10vh;
}

.checkbout-balance {
  padding: 28px 21px;
  border-bottom: 1px solid var(--color-white);
}

.cb__text {
  font-size: 32px;
  color: var(--color-white);
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.checkout-bonus {
  padding: 14px 21px;
}

.cb__title,
.cb__desc {
  font-size: 13px;
  color: var(--color-white);
  font-weight: 500;
}

.bottom_menu {
  width: 100%;
  max-width: 981px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  isolation: isolate;
  height: 75px;
  padding: 7px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99999;
}

.bm__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -10;
}

.bm__overlay img {
  width: 100%;
  height: 100%;
}

.menu_single__link {
  height: 100%;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-secondaryWhite);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 5px 10px;
  width: 58px;
}

.bm_left,
.bm_right {
  display: flex;
  gap: 0;
}

.menu_single__link.active {
  color: var(--color-theme);
}

.menu_single__link.active.home svg path {
  stroke: var(--color-theme);
  fill: transparent;
}

.menu_single__link.active svg path {
  fill: var(--color-theme);
}

.qr-link {
  width: 66px;
  height: 66px;
  background-color: var(--color-qr);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50%));
  bottom: 42px;
}

.qr-link.active svg path {
  fill: var(--color-theme);
}

.qr-text {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-secondaryWhite);
  padding-top: 35px;
}

.main_overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.74);
  z-index: 999999;
}

.overlay_content {
  width: 100%;
  max-width: 285px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 100px));
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  background-color: var(--color-theme, #1c1c1c);
  z-index: -1;
  border-radius: 16px;
  padding: 14px;
}

.overlay_content {

}

.oc__logo {
  width: 71px;
  height: 71px;
  margin: -50px auto 0 auto;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: var(--color-white, #fff);
  border-radius: 100%;
}

.oc__title {
  font-size: 10px;
  font-weight: 700;
  color: var(--color-white, #fff);
  text-align: center;
  margin-top: 10px;
}

.oc__desc {
  font-size: 10px;
  color: var(--color-white, #fff);
  text-align: center;
  margin-top: 10px;
}

.oc__btn {
  padding: 7px 12px;
  background-color: var(--color-white, #fff);
  border-radius: 30px;
  font-size: 12px;
  color: var(--color-black, #000);
  font-weight: 500;
  cursor: pointer;
}

/*
================================================
QR Page CSS
================================================
*/
.qr_scanner {
  width: 304px;
  margin: 0 auto;
  height: 350px;
  background-color: var(--color-theme);
  border-radius: 30px;
}

.qrs_text {
  font-size: 12px;
  color: var(--color-white);
  font-weight: 700;
}

.qr-action-btn {
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-white);
  padding: 18px;
  border-radius: 30px;
  text-align: center;
}

.qr-action-btn.ap {
  background-color: var(--color-qr);
}

.qr-action-btn.up {
  background-color: var(--color-theme);
}

/*
================================================
News Page CSS
================================================
*/

.news-container {
  margin-top: 45px;
}

.news_title {
  font-size: 20px;
  color: var(--color-heading);
  font-weight: 700;
  text-align: center;
}

.news_card__container {
  margin-top: 10px;
}

.nc_overlay {
  width: 100%;
  height: 32px;
  background-color: var(--color-theme);
  border-radius: 0px 0px 16px 16px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-top: 1px solid var(--color-white);
}

.text-overlay {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white);
  position: absolute;
  bottom: 37px;
  left: 14px;
  border-radius: inherit;
}

/*
================================================
Profile Page CSS
================================================
*/

.profile-container {
  margin-top: 28px;
}

.profile-subheading {
  font-size: 24px;
  font-weight: 400;
  color: var(--color-heading);
  text-align: center;
}

.profile-card {
  background-color: var(--color-theme);
  border-radius: 16px;
  padding: 15px 0;
}

.pc__content {
  padding: 0 14px 5px 14px;
  border-bottom: 1px solid var(--color-white);
}

.pc__title {
  color: var(--color-white);
  font-size: 10px;
}

.pc__value {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-white);
  margin-top: 8px;
}

.profile-links {
  margin-top: 25px;
  margin-bottom: 40px;
  padding: 0 12px;
  gap: 6px;
}

.single-profile-link {
  color: var(--color-heading);
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.social-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.single_social__item {
  width: 100%;
  max-width: 166px;
  margin: 0 auto;
  padding: 7px;
  gap: 10px;
  background: var(--color-black);
  border-radius: 10px;
  color: var(--color-white);
  font-size: 10px;
}

.privacy-text {
  margin-top: 12px;
  color: var(--color-black);
  font-size: 10px;
  text-align: center;
}

.delete-button {
  margin-top: 5px;
  color: var(--color-theme);
  font-size: 10px;
  text-align: center;
}

.logout-btn {
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  color: var(--color-black);
  width: max-content;
}

/*
================================================
Responsive Classes
================================================
*/

@media screen and (max-width: 370px) {
  .bottom_menu {
    padding: 7px 8px;
  }
  .qr-link {
    width: 63px;
    height: 63px;
    bottom: 41px;
  }
}

@media screen and (min-width: 450px) {
  .bottom_menu {
    width: 400px;
  }
}
