:root {
    --main-bg-color: #08001c;
}


body {
    background-color: var(--main-bg-color);
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 30px 0px;
    text-align: center;
}

.top-bar img {max-width: 200px;}


.hero-circle {
    width: 1200px;
    height: 1200px;
    left:0;
    right:0;
    top:-20px;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-variation-settings: normal;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    font-family: Poppins, sans-serif;
    font-feature-settings: "clig" off, "liga" off;
    color: rgb(255 255 255/var(--tw-text-opacity));
    box-sizing: border-box;
    border: 0 solid;
    position: absolute;
    transform: rotate(180deg);
    z-index: -1;
    flex-shrink: 0;
    border-radius: 100%;
    opacity: 0.4;
    mix-blend-mode: luminosity;
    rotate: 180deg;
    background: radial-gradient(60.42% 60.42% at 50.02% 60.42%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 69.42%, rgba(255, 255, 255, 0.08) 75.33%, rgba(255, 255, 255, 0.13) 80.42%, rgba(255, 255, 255, 0.31) 86.39%, rgba(255, 255, 255, 0.57) 92.19%, #FFF 100%);
    box-shadow: 0px -20px 40px 0px rgba(255, 255, 255, 0.60);
}

.hero {
    max-width: 800px;
    margin-top: 200px;
    text-align: center;
    color: #fff;
}

.hero h1 {
mask-image: linear-gradient(115deg, #fff 44.32%, hsla(0, 0%, 100%, 0) 95.17%);
-webkit-mask-image: linear-gradient(115deg, #fff 44.32%, hsla(0, 0%, 100%, 0) 95.17%);
}

.hero p {
    font-size: 20px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}


@keyframes rotate {
    0% {
        transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
    }

    100% {
        transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
    }
}

.stars-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.stars {
    transform: perspective(500px);
    transform-style: preserve-3d;
    position: absolute;
    bottom: 0;
    perspective-origin: 50% 100%;
    left: 50%;
    animation: rotate 240s infinite linear;
    z-index: -1;
}

.star {
    width: 1px;
    height: 1px;
    background: #F7F7B6;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0 -300px;
    transform: translate3d(0, 0, -300px);
    backface-visibility: hidden;
}


.cards {
    text-align: center;
}
.cards .single-card {
    display: inline-block;
    padding: 5px;
}
.cards .single-card img{
    border-radius: 10px;
    border:3px solid rgba(255, 255, 255, 0.08);
    max-width: 200px;
    transition: all 0.7s;
    cursor: pointer;
}

.cards .single-card img:hover {
    border: 3px solid rgba(255, 255, 255, 1);
    transform: scale(1.05);
}


@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(0px, 0px) rotate(0deg); }
}

.shake {
    display: inline-block;
    padding: 20px;
    margin: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    animation: shake 1.2s infinite;
}

.buttons {
    text-align: center;
    margin-top: 20px;
    display: none;
}

.continue-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
    z-index: 997;
    display: none;
}


.continue-button {
    margin: auto;
    background-color: #754ffe;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
    width: 220px;
    height: 60px;
    text-align: center;
    z-index: 998;
    box-shadow: 0px 0px 100px 5px hsla(0, 0%, 0%, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
}

.reset-button {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
    cursor: pointer;
}



.tarot-form {
    position: absolute;
    display: none;
    width: 400px;
    height: min-content;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 28px;
    background: linear-gradient(345deg, rgb(34, 34, 34) 0%, rgba(34, 34, 34, 1) 100%);
    border-radius: 16px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset;
}

.form-control {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-bottom: 16px;
    font-size: 1.3rem;
    max-width: 376px;
    border: none;
    padding: 10px 12px;
    border-radius: 8px;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.btn-submit {
    background-color: #754ffe;
    color: #fff;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    height: 60px;
    border: none;
}

.btn-submit:hover {
    color: #fff;
    outline: none;
    transform: scale(1.05);
}


.loading-pulse {
    position: relative;
    width: 6px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: pulse 750ms infinite;
    animation: pulse 750ms infinite;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.loading-pulse:before,
.loading-pulse:after {
    content: "";
    position: absolute;
    display: block;
    height: 16px;
    width: 6px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    border-radius: 10px;
    transform: translateY(-50%);
    -webkit-animation: pulse 750ms infinite;
    animation: pulse 750ms infinite;
}

.loading-pulse:before {
    left: -12px;
}

.loading-pulse:after {
    left: 12px;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.form-loading {
    display: none;
    width: 100%;
    height: 100%;
    padding: 100px 20px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 300px;
}

.form-loading p {
    margin-top: 20px;
    font-size: 2rem;
}

.form-loading p span {
    display: block;
    font-size: 1.4rem;
    opacity: 0.5;
}

.container.context {
    max-width: 700px;
    margin-top: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container.context p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8)  
}
.container.context h2 {
  font-size: 20px;
  margin-top: 20px;  
  font-weight: 600;
}
.container.context h3 {
  font-size: 16px;  
  font-weight: 600;
}

@-webkit-keyframes pulse {
    50% {
        background: white;
    }
}

@keyframes pulse {
    50% {
        background: white;
    }
}

@media screen and (max-width: 600px) {
    .hero-circle {
        width: 320px;
        height: 320px;
    }

    .cards .single-card img {
        max-width: 120px;
    }

    .hero {
        margin-top: 100px;
    }

    .hero h1 {
        font-size: 26px;
    }

    .hero p {
        font-size: 17px;
    }
}