html, body {
    font-family: Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    background-color: var(--btn-color) !important;
    border-color: var(--btn-color) !important;
    color: var(--btn-text-color) !important;
}

.btn-primary-outline {
    color: #fff;
    background-color: transparent !important;
    border-color: var(--btn-color) !important;
    color: var(--btn-text-color) !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #cc8f3a;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
    color: darkgoldenrod;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.top-bar {
    position: sticky !important;
    top: 0;
    z-index: 1;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

div, span, h1, h2, h3, h4, h5, a {
    font-family: 'BT Default';
    color: var(--text-color);
}

td {
    vertical-align: middle;
    text-align: center;
}

    td a, td input, td img {
        vertical-align: middle;
        display: inline-block;
    }

.borderless-table > tr > td {
    border: none;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}

.flex-r-100 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.flex-r {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flex-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-c-start {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.flex-c-sa {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.container-env {
    position: relative;
    text-align: center;
    color: black;
    margin-bottom: 2vh;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-centered {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom-mid-centered {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom-centered {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.btn-grad {
    background-image: linear-gradient(to right, #5C258D 0%, #4389A2 51%, #5C258D 100%);
    margin: 5px;
    padding: 8px 22px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 10px #eee;
    border-radius: 10px;
    display: block;
    height: fit-content;
}

    .btn-grad:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

.slide-right, .slide-left {
    overflow: hidden;
    display: flex;
}

    .slide-right * {
        animation: slide-hor 2s forwards;
        transform: translateX(-100%);
    }

    .slide-left * {
        animation: slide-hor 2s forwards;
        transform: translateX(100%);
    }

.slide-up {
    width: 50%;
    overflow: hidden;
    margin-bottom: 10em;
}

    .slide-up * {
        animation: slide-vert 2s forwards;
        transform: translateY(100%);
    }

.slide-down {
    width: 50%;
    overflow: hidden;
    margin-top: 10em;
}

    .slide-down * {
        animation: slide-vert 2s forwards;
        transform: translateY(-100%);
    }

@keyframes slide-hor {
    to {
        transform: translateX(0);
    }
}

@keyframes slide-vert {
    to {
        transform: translateY(0);
    }
}

.footer {
    margin-top: auto;
}

.fade-in {
    animation: fade-in 1s 1 linear;
    opacity: 1;
}

.first-dot {
    animation: fade-in 1s infinite linear;
    animation-direction: alternate;
    opacity: 0;
}

.second-dot {
    animation: fade-in 1s infinite linear;
    animation-direction: alternate;
    animation-delay: .5s;
    opacity: 0;
}

.third-dot {
    animation: fade-in 1s infinite linear;
    animation-direction: alternate;
    animation-delay: 1s;
    opacity: 0;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes starFlicker {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 0.2;
    }
}

a {
    text-decoration: none;
}

.main-page-main-text {
    align-items: start;
    width: fit-content;
}

.floating {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.main-img {
    width: fit-content;
}

.sel-span {
    padding: .5em;
    border-radius: 5px;
    background-color: white;
    color: black;
    cursor: pointer;
}

.unsel-span {
    padding: .5em;
    background-color: transparent;
    color: white;
    cursor: pointer;
}

.price-block {
    border: .125em solid silver;
    padding: 1em;
    margin: 1em;
    border-radius: .5em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.beautify {
    animation: box-pulse 2s infinite linear;
    animation-direction: alternate;
    border: .125em solid white;
}

body {
    background-color: #0b0b0b;
    color: #f5d06f;
    font-family: 'Segoe UI', sans-serif;
}

/* HERO */
.hero {
    text-align: center;
    padding: 5em 1.5em;
    background: radial-gradient(circle at top, #1a1a1a, #0b0b0b);
}

.logo {
    width: 15em;
    margin-bottom: 1em;
}

h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.tagline {
    color: #ddd;
    margin-bottom: 1em;
}

/* FEATURES */
.feature {
    max-width: 250px;
    text-align: center;
    margin: 1em;
}

/* HOW IT WORKS */
.how-it-works {
    text-align: center;
    padding: 4em 1em;
    color: white;
}

.steps {
    display: flex;
    justify-content: center;
    gap: 1.5em;
    margin-top: 1em;
}

.step span {
    display: block;
    margin-bottom: 1em;
}

.step p, .step hr, .step span {
    color: white;
}

/* CTA SECTION */
.cta-section {
    text-align: center;
    padding: 3.5em 1em;
}

@keyframes box-pulse {
    0% {
        box-shadow: none;
    }

    50% {
        box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 24px 0px, rgba(67, 183, 255, 0.2) 0px 0px 52.4756px 0px inset, rgba(67, 183, 255, 0.2) 0px 0px 40.1708px 0px inset, rgba(67, 183, 255, 0.2) 0px 0px 74px 0px;
    }

    100% {
        box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 24px 0px, rgba(67, 183, 255, 0.2) 0px 0px 52.4756px 0px inset, rgba(67, 183, 255, 0.2) 0px 0px 40.1708px 0px inset, rgba(67, 183, 255, 0.2) 0px 0px 74px 0px;
    }
}

@media (max-width: 640.98px) {
    .main-page-main-text {
        max-width: 95%;
        align-items: center;
    }

    .main-img {
        height: 10em;
    }

    .flexible-width {
        max-width: 95%;
    }

    .footer-company-holder {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .preview-goodie-invert {
        display: flex;
        flex-direction: column-reverse;
        height: fit-content;
        width: 98%;
        justify-content: space-evenly;
        margin-top: 2em;
        align-items: center;
        padding: 2em;
    }

    .preview-goodie {
        display: flex;
        flex-direction: column;
        height: fit-content;
        width: 98%;
        justify-content: space-evenly;
        margin-top: 2em;
        align-items: center;
        padding: 2em;
    }

    .preview-headers-invert, .preview-headers {
        text-align: center;
    }

    .preview-img {
        width: 50vw;
    }

    .preivew-text {
        height: fit-content;
        padding: 1em;
        width: 100%;
    }

    .switch-flex {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    .switch-flex-space {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .webpage-block {
        border-radius: 10px;
        border: solid silver 1px;
        padding: 1em;
        margin: 1em;
        background-color: #063558;
    }
}

@media (min-width: 641px) {

    .main-page-main-text {
        max-width: 50%;
    }

    .main-img {
        height: 20em;
    }

    .flexible-width {
        max-width: 30%;
    }

    .footer-company-holder {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .preview-goodie-invert, .preview-goodie {
        display: flex;
        flex-direction: row;
        height: fit-content;
        width: 98%;
        justify-content: space-evenly;
        margin-top: 2em;
        align-items: center;
        padding: 2em;
    }

    .preview-headers-invert {
        text-align: end;
    }

    .preview-headers {
        text-align: start;
    }

    .preview-img {
        width: 25vw;
    }

    .preivew-text {
        height: fit-content;
        padding: 1em;
        width: 50%;
    }

    .switch-flex {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .switch-flex-space {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        flex-wrap: wrap;
    }

    .webpage-block {
        border-radius: 10px;
        border: solid silver 1px;
        padding: 1em;
        margin: 1em;
        background-color: #063558;
    }

    .featured {
        width: 40%;
    }

    .unfeatured {
        width: 25%;
    }
}
