* {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  color: rgba(255, 255, 255, 0.722);
  background: linear-gradient(180deg, #050505 0%, #000000 100%);
  scrollbar-width: none;
  overflow-x: hidden;
  position: relative;
}

::selection {
  color: #ffffff;
  background-color: #038ff4;
}

a,
li {
  text-decoration: none;
  list-style-type: none;
}

a:hover,
li:hover {
  text-decoration: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  outline: none;
}

button {
  border: none;
  outline: 0;
  box-shadow: none;
}

p {
  line-height: 1.6;
}

/* Navbar */

/* .navbar {
  position: relative;
  z-index: 10;
} */

.header {
  padding: 20px 0;
  background: transparent;
  border-bottom: 1px solid #000000;
}

.header.inner-page {
  background: #000000;
}

.header.fixed-top {
  backdrop-filter: blur(20px);
  padding: 15px 0;
}

.nav-link {
  color: rgba(255, 255, 255, 0.722);
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.nav-item .nav-link.active,
.nav-item .nav-link:hover,
.nav-item .nav-link:focus {
  color: rgb(255, 255, 255) !important;
}

.nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(90.65deg, #f7ed43 0%, #e09c28 100%);
  /* Animation */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.nav-item .nav-link:hover::before,
.nav-item .nav-link.active::before {
  transform: scaleX(1);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1.15rem;
  height: 42px;
  font-size: 13.8px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline {
  background: rgba(255, 255, 255, 0.04); /* #FFFFFF0B */
  border: 1px solid rgba(255, 255, 255, 0.08); /* #FFFFFF14 */
  border-radius: 11px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #f5e9ff;
}

.btn-outline:hover {
  border-color: #7b00e9;
  transform: translateY(-2px);
  color: inherit;
}

.btn-gradient {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8.5px 14px 9.5px;
  border-radius: 0;
  color: #1a1400;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(
    197.53deg,
    #f7ed43 13.03%,
    #f7c843 53.92%,
    #e7aa30 84.59%,
    #e19f2a 111.42%,
    #e09c28 145.93%
  );
  /* border: 5px solid #000; */
  box-shadow:
    1px 1px 0 #d6932e,
    2px 2px 0 #cb8127,
    3px 3px 0 #e07828,
    4px 4px 0 #e07828,
    5px 5px 0 #b35d1a;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.btn-gradient:hover {
  background: linear-gradient(
    197.53deg,
    #f7ed43 13.03%,
    #f7c843 53.92%,
    #f7c843 84.59%,
    #e19f2a 111.42%,
    #e09c28 145.93%
  );
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    flex-basis: 100%;
    flex-grow: unset;
    justify-content: center;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

/* Navbar Toggler */
.navbar-toggler.collapsed .menu-line,
.navbar-toggler .menu-line {
  background: #ffffff;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.3s ease-out;
  width: 30px;
  margin-bottom: 2px;
}

.navbar-toggler .menu-line {
  display: block;
  position: relative;
  width: 30px;
  height: 3px;
}

.navbar-toggler.collapsed .menu-line::before,
.navbar-toggler.collapsed .menu-line::after,
.navbar-toggler .menu-line::before,
.navbar-toggler .menu-line::after {
  background: #ffffff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 100%;
}

.navbar-toggler.collapsed .menu-line::before {
  top: 7px;
  transform: rotate(0);
}

.navbar-toggler.collapsed .menu-line::after {
  top: -7px;
  transform: rotate(0);
}

.navbar-toggler .menu-line {
  background: transparent;
}

.navbar-toggler .menu-line::before {
  top: 0;
  transform: rotate(-45deg);
}

.navbar-toggler .menu-line::after {
  top: 0;
  transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
  .header-container .navbar-collapse {
    display: block;
    position: absolute;
    left: -100%;
    top: 48px;
    width: 100%;
    height: 100vh;
    padding: 15px 15px 0 15px;
    background: #000000;
    backdrop-filter: blur(20px);
    z-index: 2;
    opacity: 0;
    transition: 0.5s ease;
  }

  .header-container .navbar-collapse.show {
    left: 0;
    opacity: 1;
    transition: 0.3s ease;
  }
  .nav-link {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* Hero */
.hero {
  padding: 130px 0 110px;
  background: url("../images/hero-bg.png") no-repeat;
  background-position: center center;
  background-size: 100%;
}

.blob {
  position: absolute;
  width: auto;
}
.left {
  left: 0;
  top: 0;
}

.right {
  right: 0;
  bottom: 0;
}
/* Grid Pattern */
.pattern-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #70cfff 0%, #131415 100%);
  backdrop-filter: blur(14.5px);
  background-position: top center;
  width: 100%;
  height: 800px;
  display: block;
  top: 0;
  opacity: 0.12;
  pointer-events: none;
}

.heading-area {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.212);
  backdrop-filter: blur(8.5px);
  border: 1px solid rgba(255, 255, 255, 0.122);
  background: linear-gradient(90deg, #f7ed43 0%, #e09c28 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-title {
  margin-top: 25px;
  font-weight: 600;
  font-size: 60px;
  letter-spacing: -0.99px;
}

.main-title .title-light {
  display: block;
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.main-title .text-gradient .one {
  background: linear-gradient(93.81deg, #f7ed43 0%, #e09c28 47.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.main-title .text-gradient .two {
  background: linear-gradient(94.41deg, #70cfff 60.58%, #6d3bff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  color: rgba(255, 255, 255, 0.722);
  /* margin: 0 auto; */
}

.hero-btns p {
  color: #ffffff4d;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.btn-gplay img {
  width: 132px;
}
.hero-img {
  position: relative;
  background: url("../images/hero-ring-bg.png") no-repeat;
  background-position: center center;
  height: 500px;
}

.hero-img .main-hero {
  width: 400px;
  position: absolute;
  left: 50%;
  top: 45px;
  animation: float 5s ease-in-out infinite;
}

.hero .chips {
  width: min-content;
  height: 38px;
}

.hero-img .chip-text {
  font-size: 12px;
}

.hero-img .chip-img {
  transform: none;
  position: initial;
}

.hero .chips.one,
.hero .chips.two,
.hero .chips.three,
.hero .chips.four {
  width: min-content;
}

.hero .chips.one {
  left: 4%;
}

.hero .chips.two {
  top: 30%;
  right: -11%;
}

.hero .chips.three {
  top: auto;
  bottom: 4%;
  left: 2%;
}
.hero .chips.four {
  top: auto;
  bottom: 0%;
  right: 0;
}

/* Features */
section {
  padding: 40px 0;
}

.sub-heading-area .main-title {
  font-size: 48px;
}

.sub-heading-area .main-title .title-light {
  display: inline;
  color: #f0f0f0;
}

section h5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  color: #f0f0f0;
}

section .sub-text {
  font-size: 15px;
  padding-right: 30px;
}

.checked-bg {
  position: absolute;
  inset: -100px;
  width: 45%;
  height: auto;
  background: url(../images/checked-bg.png) no-repeat;
  background-position: center center;
  /* background-size: contain; */
  /* display: block;
  float: left; */
  left: 0;
}

.phone-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.phone {
  position: relative;
  width: 306px;
  z-index: 5;
  margin-right: 20%;
  height: 600px;
}

.glow {
  position: absolute;
  /* border-radius: 50%;
  filter: blur(70px); */
  animation: floatGlow 5s ease-in-out infinite;
}

.glow-blue {
  /* width: 230px;
  height: 230px; */
  left: -20px;
  top: 45%;
  transform: translateY(-50%);
  /* background: #27b8ff; */
  /* opacity: 0.9; */
}

.glow-orange {
  /* width: 230px;
  height: 230px; */
  right: 85px;
  top: 65%;
  transform: translateY(-50%);
  /* background: #ff9a00; */
  /* opacity: 0.85; */
  animation-delay: 2.5s;
}

@keyframes floatGlow {
  0% {
    transform: translateY(-50%) translateY(0px);
  }

  50% {
    transform: translateY(-50%) translateY(-60px);
  }

  100% {
    transform: translateY(-50%) translateY(0px);
  }
}

/* Rewards */
.rewards .checked-bg {
  left: auto;
  right: 0;
}

.rewards .phone {
  margin-right: 0;
  margin-left: 20%;
}

.rewards .glow-blue {
  left: 80px;
}

.rewards .glow-orange {
  right: -30px;
}

/* Slider */
.trust-slider {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 24px;
}

.item {
  flex-shrink: 0;
  /* padding: 14px 28px; */
  font-size: 35px;
  font-weight: 400;
  color: #f0f0f04d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 20px 0;
  transition:
    transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
    border-color 0.4s ease;
}
.item::before {
  content: "";
  background: #f0f0f04d;
  width: 5px;
  height: 5px;
  border-radius: 30px;
  margin: 0 10px;
  display: block;
}
.item:hover {
  transform: translateY(-8px) scale(1.02);
}
/* Left */
.marquee-left .marquee-track {
  animation: marqueeLeft 30s linear infinite;
}

/* Right */
.marquee-right .marquee-track {
  animation: marqueeRight 30s linear infinite;
}

@keyframes marqueeLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes marqueeRight {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

.marquee:nth-child(1) .marquee-track {
  animation-duration: 28s;
}

.marquee:nth-child(2) .marquee-track {
  animation-duration: 22s;
}

.marquee:nth-child(3) .marquee-track {
  animation-duration: 30s;
}

.trust-slider::before,
.trust-slider::after {
  content: "";
  background-size: contain;
  position: absolute;
  width: 220px;
  height: 230px;
  z-index: 1;
}

.trust-slider::before {
  background: url(../images/mask-left.png) no-repeat;
  left: 0;
}

.trust-slider::after {
  background: url(../images/mask-right.png) no-repeat;
  right: 0;
}

.cta-journey-row {
  padding: 50px 0 50px 25px;
  position: relative;
  max-width: 980px;
  margin: 0 auto 100px;
  background: linear-gradient(180deg, rgba(6, 6, 6, 0) 0%, #0e0e0e 100%);
  border-radius: 16px;
  border: 1px solid #ffffff1a;
  overflow: hidden;
  z-index: 3;
}

.journey-bg {
  position: absolute;
  inset: -100px;
  width: 40%;
  height: auto;
  background: url("../images/checked-bg.png") no-repeat;
  background-position: center center;
  left: 50%;
  transform: translateX(-50%);
  top: 65%;
  height: 250px;
  z-index: -1;
}
span.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  animation: none;
  z-index: -1;
}

span.glow-blue {
  width: 102px;
  height: 180px;
  top: 100%;
  left: 40%;
  transform: translateY(-50%);
  background: #27b8ff;
  opacity: 0.9;
}

span.glow-orange {
  width: 102px;
  height: 180px;
  right: 40%;
  top: 100%;
  transform: translateY(-50%);
  background: #ff9a00;
  opacity: 0.85;
  animation-delay: 2.5s;
}

.cta-journey-row .hero-desc {
  font-size: 15px;
}

.journey-hero-bg {
  position: relative;
  background: url("../images/journey-hero-bg.png") no-repeat;
  background-position: center center;
  height: 650px;
}

.journeymain-hero {
  width: 470px;
  position: absolute;
  left: 50%;
  /* transform: translateX(-50%); */
  top: 45px;
  animation: float 5s ease-in-out infinite;
}

.chips {
  width: 150px;
  height: 50px;
  padding: 7px 14px;
  background: #ffffff0b;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(18px);
  border-radius: 100px;
  position: absolute;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-align: end;
  animation: float 5s ease-in-out infinite;
}

.chips.one {
  top: 15%;
  left: 30%;
  width: 140px;
}

.chips.two {
  top: 15%;
  right: 15%;
}

.chips.three {
  top: 50%;
  left: 20%;
  width: 200px;
}

.chips.four {
  top: 50%;
  right: 0%;
  width: 185px;
}

.chip-img {
  transform: rotate(-10deg);
  position: absolute;
  left: -25px;
}

.chip-text {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

@keyframes float {
  0% {
    transform: translate(-50%) translateY(0);
  }

  50% {
    transform: translate(-50%) translateY(-18px);
  }

  100% {
    transform: translate(-50%) translateY(0);
  }
}

/* FAQs */
.faq .accordion-item {
  background: #ffffff0b;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(18px);
  border-radius: 24px;
  margin-bottom: 12px;
}

.faq .accordion-button {
  background: transparent;
  padding: 23px 26px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.faq .accordion-button::after {
  background-image: url("../images/svg/plus.svg");
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url("../images/svg/plus.svg");
  transform: rotate(-45deg);
  opacity: 0.95;
}

.faq .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.faq .pill {
  background: #ffffff0b;
  border: 1px solid #ffffff1a;
  padding: 10px 17px;
  backdrop-filter: blur(18px);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 400;
}

/* Cta */
.cta-row {
  background: linear-gradient(180deg, #050505 0%, #000000 100%);
  border: 1px solid #ffffff4d;
  border-radius: 16px;
  padding: 60px 50px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.cta-row::before {
  content: "";
  background-image: url("../images/cta-bg.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.cta-row .main-title {
  font-size: 40px;
}

.glow1-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 304px;
  height: 304px;
  z-index: -1;
  bottom: -25px;
  left: -45px;
  opacity: 0.85;
}

.glow2-cta {
  position: absolute;
  width: 50%;
  height: 280px;
  z-index: -1;
  bottom: -72px;
  right: 34px;
  transform: rotate(180deg);
}
.cta-bg-img {
  position: relative;
}

.cta-dotted {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 1;
  width: 50%;
}

/* .cta-bg-img {
  background: url("../images/dotted-bg.png") no-repeat;
  background-size: contain;
  background-position: right;
} */

.cta-image {
  animation: float-up 5s ease-in-out infinite;
}

@keyframes float-up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Partners */
.partners-slider .item {
  background: #ffffff0b;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(18px);
  padding: 16px 16px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  min-width: 220px;
  cursor: pointer;
}

.partners-slider .item::before {
  display: none;
}

.partners-slider .item:hover {
  border: 1px solid #70cfff4d;
}

.partners-slider .item img {
  box-shadow: 0px 14px 30px -10px #00000099;
  margin-bottom: 15px;
}
.partners-slider .item h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.partners-slider .item p {
  color: #ffffff4d;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0;
}

/* Footer */
.footer {
  margin-top: 60px;
  background: linear-gradient(
    180deg,
    rgba(112, 207, 255, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  border-top: 1px solid #ffffff4d;
  border-radius: 60px 60px 0 0;
  padding-top: 40px;
}
.footer-top {
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff1a;
}

.footer-row {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.8fr 1fr;
  gap: 20px;
}

.footer p,
.footer a {
  font-size: 14.4px;
  font-weight: 400;
}

.footer h6 {
  margin-bottom: 16px;
  color: #ffffff4d;
  text-transform: uppercase;
  letter-spacing: 1.38px;
  font-size: 11px;
  font-weight: 500;
}

.footer ul {
  list-style: none;
  padding: 0;
  column-count: 2;
  -webkit-column-count: 2;
  column-gap: 30px;
}

.footer-top ul li {
  margin-bottom: 11px;
  break-inside: avoid;
}

.footer p {
  color: #8a95ac;
  line-height: 23px;
}
.footer ul li a {
  color: #ffffffb8;
  font-size: 14px;
  font-weight: 400;
}
.footer ul li a:hover {
  color: #f7ed43;
}

.qr {
  background: #ffffff;
  padding: 2px 2px 6px;
  border-radius: 6px;
  width: max-content;
  text-align: center;
}

.qr-img {
  width: 95px;
}

.qr p {
  color: #000000;
  font-size: 10px;
  font-weight: 600;
}

.footer-bottom {
  margin-top: 25px;
  padding-bottom: 25px;
}

.footer-bottom p {
  color: #ffffff4d;
  font-size: 12.5px;
  font-weight: 400;
  margin-bottom: 0;
}

.social-links li a {
  border: 1px solid #ffffff1a;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
  display: block;
}

.social-links li a:hover {
  border-color: #ffffff63;
}
/* Inner page */
.hero.inner-page {
  background: none;
}
.hero.inner-page::before {
  content: "";
  background: linear-gradient(180deg, #70cfff 0%, #000000 100%);
  opacity: 0.15;
}
.form-card,
.card {
  background: #111006b2;
  border: 0.8px solid #ffffff14;
  border-radius: 16px;
  padding: 32px 32px 40px;
  margin-top: 40px;
}

.form .form-label {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  /* margin-bottom: 5px; */
  text-transform: capitalize;
}

.form .form-control,
.form .form-select {
  border: 0.8px solid #ffffff14;
  background-color: #ffffff0a;
  padding: 12px 16px;
  border-radius: 11px;
  color: #ffffffe4;
  font-size: 14px;
}

.form .form-select {
  background-image: url("../images/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
  /* Keep space for arrow */
  padding-right: 45px;
}

.form .form-control:focus,
.form .form-select:focus {
  box-shadow: none;
  outline: 0;
  border-color: #f7ed43;
  background-color: inherit;
}

.form-select option {
  background-color: #191c19;
  color: #d5d5d5;
  padding: 15px;
}

.form-select option:hover {
  background-color: 333333 !important;
}

/* Arrow */
/* .form .select2-container .select2-selection {
  display: none;
} */

/* .form select {
  background-color: rgba(255, 255, 255, 0.039) !important;
} */

.form select option {
  color: #d5d5d5;
  /* border: 0.8px solid #ffffff14;
  border-radius: 11px;
  font-size: 14px; */
}

.coin {
  position: absolute;
  width: 130px;
  animation: float 5s ease-in-out infinite;
}

.coin.coin-1 {
  top: 20%;
  right: 0;
}

.coin.coin-2 {
  bottom: 5%;
  left: 15%;
}

.coin.coin-3 {
  right: 5%;
  bottom: 0;
}

.asterisk {
  color: #f7c843;
  font-size: 13px;
}

.form-heading,
.card-heading {
  display: flex;
  align-items: center;
  width: 100%;
}

.form-heading::before,
.form-heading::after,
.card-heading::before,
.card-heading::after {
  content: "";
  height: 1px;
  flex: 1;
}

.form-heading::before,
.card-heading::before {
  background: linear-gradient(
    90deg,
    rgba(247, 200, 67, 0.4) 0%,
    rgba(247, 200, 67, 0) 100%
  );
}

.form-heading::after,
.card-heading::after {
  background: linear-gradient(
    270deg,
    rgba(247, 200, 67, 0.4) 0%,
    rgba(247, 200, 67, 0) 100%
  );
}

.form-heading span,
.card-heading span {
  margin: 0 18px;
  color: rgba(247, 200, 67, 0.7);
  font-size: 11px;
  font-weight: 500;
  line-height: 16.5px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  white-space: nowrap;
}

.currency {
  position: absolute;
  color: #ffffff4d;
  font-size: 14px;
  left: 16px;
  top: 14px;
}

.ps-40 {
  padding-left: 40px !important;
}

/* =========================================
   CUSTOM BUDGET RADIO
   ========================================= */

.form .budgetRadios {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
}

.form .budgetRadios .form-check {
  position: relative;
  padding-left: 0;
  width: 25%;
}

/* Hide ONLY budget radios */
.form .budgetRadios input.form-check-input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

/* Custom radio button */
.form .budgetRadios .form-check-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: #ffffff80;
  background-color: #ffffff08;
  border: 0.8px solid #ffffff1a;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

.form
  .budgetRadios
  input.form-check-input[type="radio"]:checked
  + .form-check-label {
  color: #ffffff;
  border-color: #f7ed43;
}

/* BUDGET CHECK ICON */

.form .budgetRadios .form-check-icon {
  position: absolute;
  top: -5px;
  right: 0;
  color: #f7ed43;
}

/* =========================================
   COMMON CHECKBOX
   ========================================= */

.form input.form-check-input[type="checkbox"] {
  background-color: #ffffff0a;
  border: 0.8px solid #ffffff33;
  border-radius: 4px;
  box-shadow: none;
}

.form input.form-check-input[type="checkbox"]:focus,
.form input.form-check-input[type="radio"]:focus {
  box-shadow: none;
  outline: none;
}

.form .form-check .form-check-label,
.tc-label {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff99;
}

.form input.form-check-input[type="checkbox"]:checked {
  background-image:
    url("../images/svg/check-black.svg"),
    linear-gradient(183deg, #f7ed43 14.75%, #f7c843 53.81%, #e7aa30 83.35%);
  background-position: center, center;
  background-size:
    11px 11px,
    cover;
  background-repeat: no-repeat, no-repeat;
  border-color: #f7c843;
}

.form .custom-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0;
  margin: 0;
}

.form .custom-radio .form-check-input {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff0a;
  border: 1px solid #ffffff33;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
}

/* Remove Bootstrap default radio icon */
.form .custom-radio .form-check-input {
  background-image: none;
}

/* Hover */
.form .custom-radio .form-check-input:hover {
  border-color: #ffffff66;
}

/* Focus */
.form .custom-radio .form-check-input:focus {
  border-color: #ffffff33;
  box-shadow: none;
  outline: none;
}

/* Checked radio */
.form .custom-radio .form-check-input:checked {
  background-color: #ffffff0a;
  border-color: #f7c843;
  background-image: none;
}

/* Inner circle */
.form .custom-radio .form-check-input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  background: linear-gradient(183deg, #f7ed43 14.75%, #e7aa30 83.35%);
  border-radius: 50%;
}

/* Selected label */
.form .custom-radio .form-check-input:checked + .form-check-label {
  /* color: #ffffff; */
}

.text-yellow {
  color: #f7c843cc;
}

/* Content page */
.content-page p,
.content-page .card p {
  font-size: 13px;
  font-weight: 400;
}

.content-badge {
  background: #f7c8430f;
  border: 0.8px solid #f7c84326;
  padding: 16px 16px;
  border-radius: 8px;
}

.content-page ol li {
  list-style-type: decimal;
  color: #ffffff;
}

.content-page ul li {
  list-style-type: disc;
}

.content-page li h6 {
  font-size: 13px;
}

.content-page li h6,
.content-page ol li p,
.content-page ul li p {
  color: rgba(255, 255, 255, 0.722);
}

.content-page ul li::marker {
  color: #f7ed43;
}

.font-600 {
  font-weight: 600;
}

.content-card-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.content-card-wrap .content-badge {
  background: #ffffff08;
  border: 0.8px solid #ffffff14;
}

.content-page .content-card-wrap h6 {
  color: #ffffff4d;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

.content-card-wrap > div {
  width: 48%;
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.85s ease,
    transform 0.85s cubic-bezier(0.16, 0.84, 0.3, 1);
}

.reveal.fu {
  opacity: 1;
  transform: none;
}
