
:root {
  --yellow:#FFB91C;
  --bg-dark: #0b0b0b;
  --card: rgba(255, 255, 255, 0.05);
  --text-muted: #fff;
}

 .yokey-header{
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
 }
#menu-main-navigation{
  list-style: none;
}
.onboarding-wrapper{
   height: 100vh;
   display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

/* Container */
.onboarding {
  width: 90%;
  max-width: 580px;
  text-align: center;
  position: relative;
      /*padding: 20px;
    background: rgba(255, 255, 255, 0.090);
   
    border-radius: 20px;*/

}

/* Steps */
.step {
  display: none;
  /*animation: fadeUp .6s ease forwards;*/
}
.step .step-inner {
  animation: fadeUp .6s ease forwards;
}
.step.active {
  display: block;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Progress */
.progress {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 30px;
}
.progress span {
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
}
.progress span.active {
  background: var(--yellow);
  width: 20px;
  border-radius: 20px;
}

/* Card */
.card {
	 
     background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
 border-radius: calc(1rem + 8px);
padding: 1.5rem;
  /*box-shadow: 0 0 40px rgba(255,217,0,.15);*/
}

/* Icon */
.icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: var(--yellow);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000;
}
.w-10 {
    width: 2.5rem;
}
.h-10
 {
    height: 2.5rem;
}
/* Headings */
h1 {
  margin: 0 0 10px;
  font-size: 2rem;
    font-weight: 800;
    font-family: "Red Hat Display", sans-serif;
    color: white;
    line-height: 1.2;
    margin-top: 10px;
}
h2 {
  margin: 0 0 10px;
  font-size: 2rem;
    font-weight: 800;
    font-family: "Red Hat Display", sans-serif;
    color: white;
    line-height: 1.2;
    margin-top: 10px;
}

p {
  margin: 0 0 20px;
  color: var(--text-muted);
  font-size: 20px;
}

/* Button */
.btn {
  background:#fff;
  color: #000;
  border: none;
  padding: 16px 26px;
  border-radius: 36px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.btn svg{
width: 18px;
height: 18px;
}
/* Genres */
.genres {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 25px;
}
.genre {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.genre.active {
  background: var(--yellow);
  color: #000;
}

/* Glow line */
.glow-line-wrapp{
	position: relative;
}
.glow-line-wrapp .glow-line {
  height: 60px;
  width: 80%;
  margin: 0 auto 20px;
  background: var(--yellow);
  filter: blur(30px);
  opacity: .6;
  border-radius: 999px;
}

.glow-line-wrapp .glow-line-c{
background: var(--yellow);
    filter: blur(0px);
    opacity: 1;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: absolute;
    top: -10px;
    left: 10px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.glow-line-wrapp .glow-line-cs{
background: var(--yellow);
    filter: blur(0px);
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    top: -10px;
    right: 20px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-level{
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: left;
}
 .card-level .card.text-center{
 	text-align: center;
 }
.card-level .card{
	cursor: pointer;
	    padding: 1rem;
	    border-radius: calc(1rem + 4px);
}
.card-level .card svg{
	stroke: var(--yellow);
	position:absolute;
	right:20px;
	top:25px;
	opacity: 0;
}
.card-level .card.active{
	border-color: var(--yellow);
	background: #ffb91c12;
}
.card-level .card.active svg{
	opacity:1;
}
.card-level .card small{
color: rgb(135 135 146);}

.onboarding-backgroud{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0px;
  left: 0px;

}

.onboarding-backgroud video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.onboarding-backgroud img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.onboarding-video-backgroud{
  width: 100%;
  height: 100%;
  position: relative;
}

.onboarding-video-backgroud:after{
  background: rgba(0, 0, 0, 0.90);
  content: '';
  position: absolute;
  z-index: 1;
  left: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.yokey-card-on-top img{
  width: 190px; 
}