@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    letter-spacing: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

html {
    font-family: "Prompt", system-ui, sans-serif;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    /*--tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;*/
    --tw-scroll-snap-strictness: proximity;
    /*--tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;*/
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    /* --tw-blur: ;
     --tw-brightness: ;
     --tw-contrast: ;
     --tw-grayscale: ;
     --tw-hue-rotate: ;
     --tw-invert: ;
     --tw-saturate: ;
     --tw-sepia: ;
     --tw-drop-shadow: ;
     --tw-backdrop-blur: ;
     --tw-backdrop-brightness: ;
     --tw-backdrop-contrast: ;
     --tw-backdrop-grayscale: ;
     --tw-backdrop-hue-rotate: ;
     --tw-backdrop-invert: ;
     --tw-backdrop-opacity: ;
     --tw-backdrop-saturate: ;
     --tw-backdrop-sepia: ;
     --tw-contain-size: ;
     --tw-contain-layout: ;
     --tw-contain-paint: ;
     --tw-contain-style: ;*/
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    /* --tw-pan-x: ;
     --tw-pan-y: ;
     --tw-pinch-zoom: ;*/
    --tw-scroll-snap-strictness: proximity;
    /*--tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;*/
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    /*--tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;*/
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.left-\[-30px\] {
    left: -30px;
}

.top-0 {
    top: 0px;
}

.top-\[-60px\] {
    top: -60px;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.col-start-1 {
    grid-column-start: 1;
}

.col-end-3 {
    grid-column-end: 3;
}

.m-auto {
    margin: auto;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.ml-0 {
    margin-left: 0px;
}

.ml-auto {
    margin-left: auto;
}

.mr-2 {
    margin-right: 0.5rem;
}
.mr-3 {
    margin-right: 0.75rem;
}

.mr-auto {
    margin-right: auto;
}

.mt-4 {
    margin-top: 1rem;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-1 {
    height: 0.25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-16 {
    height: 4rem;
}

.h-20 {
    height: 5rem;
}

.h-4 {
    height: 1rem;
}

.h-6 {
    height: 1.5rem;
}
.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-\[165px\] {
    height: 165px;
}

.h-\[66px\] {
    height: 66px;
}

.h-fit {
    /*height: -moz-fit-content;*/
    height: fit-content;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.min-h-22 {
    min-height: 5rem;
}

.min-h-24 {
    min-height: 6rem;
}

.w-12 {
    width: 3rem;
}

.w-16 {
    width: 4rem;
}

.w-20 {
    width: 5rem;
}

.w-25 {
    width: 6rem;
}

.w-28 {
    width: 7rem;
}

.w-30 {
    width: 7.5rem;
}
.w-32 {
    width: 8rem;
}

.w-4 {
    width: 1rem;
}

.w-6 {
    width: 1.5rem;
}
.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

.w-\[120px\] {
    width: 130px;
}

.w-\[170px\] {
    width: 170px;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.min-w-4 {
    min-width: 1rem;
}
.min-w-8 {
    min-width: 2rem;
}

.min-w-80 {
    min-width: 20rem;
}

.min-w-full {
    min-width: 100%;
}

.max-w-6xl {
    max-width: 72rem;
}

.max-w-\[338px\] {
    max-width: 338px;
}

.max-w-\[550px\] {
    max-width: 550px;
}

.max-w-lg {
    max-width: 32rem;
}

.flex-1 {
    flex: 1 1 0%;
}

.-translate-y-2 {
    --tw-translate-y: -0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-\[6px\] {
    gap: 6px;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-scroll {
    overflow: scroll;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-\[100vh\] {
    border-radius: 100vh;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.border {
    border-width: 1px;
}

.border-t-4 {
    border-top-width: 4px;
}

.border-\[\#caa835\] {
    --tw-border-opacity: 1;
    border-color: rgb(202 168 53 / var(--tw-border-opacity));
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-main {
    background-image: url('img/mainbg.jpg');
}

.bg-cover {
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.object-left {
    -o-object-position: left;
    object-position: left;
}

.p-1 {
    padding: 0.25rem;
}
.p-2 {
    padding: 0.5rem;
}

.p-2\.5 {
    padding: 0.625rem;
}

.p-3 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-\[2px\] {
    padding: 2px;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-2\.5 {
    padding-bottom: 0.625rem;
}

.pb-28 {
    padding-bottom: 7rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-2\.5 {
    padding-top: 0.625rem;
}

.pt-10 {
    padding-top: 3rem;
}

.pt-20 {
    padding-top: 5rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.text-\[\#caa835\] {
    --tw-text-opacity: 1;
    color: rgb(202 168 53 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.caret-\[\#caa835\] {
    caret-color: #caa835;
}

.drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.gradiant_header {
    background-image: linear-gradient(182deg, #6831ab, #1f0e41);
}

.shadow_header {
    box-shadow: 0 0 10px #000;
}

.lightning_animation {
    animation: lightning 5s ease 0s infinite normal none;
}

.lightning_animation_delayed {
    animation: lightning 5s ease 3s infinite normal none;
}

@keyframes lightning {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

    20.4% {
        opacity: 0;
    }

    21% {
        opacity: 1;
    }

    22% {
        opacity: 0;
    }

    23% {
        opacity: 1;
    }

    50.4% {
        opacity: 0;
    }

    53.3% {
        opacity: 0;
    }

    56.9% {
        opacity: 0.5;
    }

    57% {
        opacity: 0;
    }

    59% {
        opacity: 0.5;
    }
}

.hamburger_animation_1 {
    background-color: #b182ef;
    animation: width1 2s ease infinite;
}

@keyframes width1 {
    0% {
        width: 25px;
    }

    25% {
        width: 15px;
    }

    50% {
        width: 20px;
    }

    75% {
        width: 25px;
    }

    100% {
        width: 30px;
    }
}

.hamburger_animation_2 {
    background-color: #b182ef;
    animation: width2 2s ease infinite;
}

@keyframes width2 {
    0% {
        width: 30px;
    }

    25% {
        width: 20px;
    }

    50% {
        width: 25px;
    }

    75% {
        width: 15px;
    }

    100% {
        width: 25px;
    }
}

.hamburger_animation_3 {
    background-color: #b182ef;
    animation: width3 2s ease infinite;
}

@keyframes width3 {
    0% {
        width: 25px;
    }

    25% {
        width: 10px;
    }

    50% {
        width: 20px;
    }

    75% {
        width: 15px;
    }

    100% {
        width: 20px;
    }
}

.btn_header {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(180deg, #3a3a3a, #101010),
    linear-gradient(125deg, #ffeed0, #a6761e 31.53%, #fff0d4 64.87%, #ffd382);
}

.btn_header:hover {
    background-image: linear-gradient(180deg, #3a3a3a, #101010),
    linear-gradient(125deg, #55278f, #4e2585 31.53%, #8b4bdd 64.87%, #e0c7ff);
/*span {
    text-shadow: 0px 0px 5px white;
}*/
}

.btn_gradient_header {
    background-image: radial-gradient(
            100% 100% at 50% 0,
            #c69dff 0,
            #6b29bc 44%,
            #34185f 100%
    ),
    linear-gradient(180deg, #fbb21f, #ffc107);
}

.header_card_bg {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(180deg, #3a3a3a, #101010);
    position: relative;
}

.header_card_bg::after {
    background-image: linear-gradient(45deg, transparent 5%, #cba2ff 95%);
    width: 2px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    content: "";
}

.header_card_bg::before {
    background-image: linear-gradient(45deg, transparent 5%, #cba2ff 95%);
    width: 2px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    content: "";
}

.header_card_bg:hover {
    background-image: radial-gradient(
            100% 100% at 50% 0,
            #c69dff 0,
            #6b29bc 44%,
            #34185f 100%
    );
}

.nav_bg {
    background-image: linear-gradient(93deg, #03023214, #02011f36);
    position: relative;
}

.nav_bg::before {
    background-image: linear-gradient(
            45deg,
            transparent 0%,
            #cba2ff 50%,
            transparent 100%
    );
    width: 2.5px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    content: "";
}

@media (max-width: 1024px) {
    .nav_bg {
        background-image: none;
    }

    .nav_bg::before {
        display: none;
    }
}

.nav_card_bg {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(180deg, #3a3a3a, #101010);
    position: relative;
}

.nav_card_bg::before {
    content: "";
    height: 60%;
    width: 3px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav_card_bg:hover {
    background-image: radial-gradient(
            100% 100% at 50% 0,
            #c69dff 0,
            #6b29bc 44%,
            #34185f 100%
    );
}

.nav_card_active {
    background-image: radial-gradient(
            100% 100% at 50% 0,
            #c69dff 0,
            #6b29bc 44%,
            #34185f 100%
    );
}

.nav_card_active::before {
    content: "";
    height: 60%;
    width: 3px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.logo_animation {
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }

    10% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }

    17% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }

    33% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }

    45% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}

.main_bg_gradient {
    background-image: linear-gradient(93deg, #030232a8, #02011f73) !important;
}

.main_card_bg_shadow {
    background-image: linear-gradient(180deg, #383838 0%, #030303 100%);
    box-shadow: inset 0 0 48px 6px rgb(72 34 124);
}

.scroller_outer {
    -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller_inner {
    animation: scroller 15s linear infinite;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
}

@keyframes scroller {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

.notification_bar {
    background-color: #22164e;
    position: relative;
}

.notification_bar::before {
    background-image: linear-gradient(
            45deg,
            transparent 0%,
            #cba2ff 50%,
            transparent 100%
    );
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    transform: translateX(-50%);
    content: "";
}

.dark_bg {
    background-image: linear-gradient(93deg, #03023214, #02011f36);
}

.btn_red {
    background-image: linear-gradient(
            180deg,
            rgba(249, 136, 136, 1) 0%,
            rgba(215, 0, 0, 1) 8%,
            rgba(130, 0, 0, 1) 51%,
            rgba(130, 0, 0, 1) 58%,
            rgba(213, 0, 0, 1) 83%,
            rgba(235, 92, 92, 1) 97%,
            rgba(248, 48, 48, 1) 100%
    ) !important;
}

.btn_orange {
    background-image: linear-gradient(
            180deg,
            rgba(255, 209, 87, 1) 0%,
            rgba(248, 148, 7, 1) 19%,
            rgba(254, 184, 0, 1) 78%,
            rgba(255, 220, 128, 1) 97%,
            rgba(254, 184, 0, 1) 100%
    ) !important;
}

.btn_green {
    background-image: linear-gradient(
            180deg,
            rgba(187, 255, 137, 1) 0%,
            rgba(127, 248, 55, 1) 6%,
            rgba(0, 183, 13, 1) 52%,
            rgba(0, 183, 13, 1) 58%,
            rgba(36, 224, 49, 1) 90%,
            rgba(184, 255, 131, 1) 97%,
            rgba(0, 183, 13, 1) 100%
    ) !important;
}

.menu_shadow {
    box-shadow: inset 0 4px 10px #ffffffbf;
}

.fullscreen_bg {
    background-image: linear-gradient(180deg, #6b29bc, #000000e8) !important;
    background-size: cover;
}

.placeholder\:text-\[\#caa835\]::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(202 168 53 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#caa835\]::placeholder {
    --tw-text-opacity: 1;
    color: rgb(202 168 53 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

@media (min-width: 768px) {
    .md\:h-11 {
        height: 2.75rem;
    }

    .md\:w-11 {
        width: 2.75rem;
    }

    .md\:min-w-80 {
        min-width: 20rem;
    }

    .md\:gap-10 {
        gap: 2.5rem;
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .lg\:fixed {
        position: fixed;
    }

    .lg\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .lg\:ml-32 {
        margin-left: 8rem;
    }

    .lg\:ml-6 {
        margin-left: 1.5rem;
    }

    .lg\:mr-3 {
        margin-right: 0.75rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-screen {
        height: 100vh;
    }

    .lg\:w-32 {
        width: 8rem;
    }

    .lg\:w-34 {
        width: 9rem;
    }

    .lg\:w-full {
        width: 100%;
    }

    .lg\:gap-5 {
        gap: 1.25rem;
    }

    .lg\:gap-8 {
        gap: 2rem;
    }

    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .lg\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .lg\:pt-6 {
        padding-top: 1.5rem;
    }

    .lg\:pt-\[90px\] {
        padding-top: 90px;
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .lg\:h-50p {
        height: 50%;
    }

    .lg\:h-300 {
        height: 300px;
    }
}
