@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Summary/ListSummary.razor.rz.scp.css */
.item-description[b-vilxzd0l58] {
    color: grey;
}

.card-header[b-vilxzd0l58] {
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--bs-card-color);
    border-bottom: none;
}

.room-section[b-vilxzd0l58] {
    /*noinspection CssUnresolvedCustomProperty*/
    border-bottom: 1px solid var(--bs-card-color);
}
/* /Layout/MainLayout.razor.rz.scp.css */
article[b-zdg0btlldq] {
    padding: 0 !important;
}

.navigation-bar[b-zdg0btlldq] {
    border-bottom: 1px solid lightgray;
    background-color: white;
    display: flex;
    min-height: 3.25rem;
    position: relative;
    z-index: 5;

    .navigation-bar-brand {
        display: flex;
        flex-shrink: 0;
        min-height: 3.25rem;
    }

    .navigation-bar-item[b-zdg0btlldq] {
        cursor: pointer;
        align-items: center;
        display: flex;
        padding: .5rem .75rem;
    }

    .navigation-bar-item img[b-zdg0btlldq] {
        height: 64px;
        max-height: 64px;
    }

    .navigation-bar-menu[b-zdg0btlldq] {
        flex-grow: 1;
        flex-shrink: 0;
        display: flex;
    }

    .navigation-bar-end[b-zdg0btlldq] {
        justify-content: flex-end;
        margin-left: auto;
        display: flex;
    }

    .icon-text[b-zdg0btlldq] {
        display: inline-flex;
        line-height: 1.5rem;
        vertical-align: top;
        padding-right: 3rem;

        .icon {
            margin-right: .75rem;
            display: inline-flex;
            justify-content: center;
            height: 1.5rem;
            width: 1.5rem;
        }

        a[b-zdg0btlldq] {
            color: #0a0a0a;
        }
    }
}

.footer[b-zdg0btlldq] {
    padding: 1.25rem;
}
/* /Pages/LandingPage.razor.rz.scp.css */
.section[b-bmyqrl0ep1] {
    padding: 8rem;
}

.landing-page-hero[b-bmyqrl0ep1] {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)),
    url(assets/robot.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: calc(100vh - 9rem);

    .text {
        max-width: 62%;
    }

    .price_tag[b-bmyqrl0ep1] {
        position: absolute;
        top: -50px;
        right: 15%;

        .price-tag_img {
            height: 400px;
        }

        .price-tag_text[b-bmyqrl0ep1],
        .price-tag_fee[b-bmyqrl0ep1],
        .price-tag_desc[b-bmyqrl0ep1] {
            position: absolute;
            color: white;
            transform: rotate(6deg);
        }

        .price-tag_text[b-bmyqrl0ep1] {
            right: 35%;
            top: 225px;
        }

        .price-tag_fee[b-bmyqrl0ep1] {
            top: 200px;
            font-size: 1.5rem;
            right: 25%;


            .protection_fee {
                font-size: 4rem;
                font-weight: bold;
            }

            .euro[b-bmyqrl0ep1] {
                background-color: white;
                color: #D2232B;
                font-weight: bold;
                border-radius: 5px;
            }
        }

        .price-tag_desc[b-bmyqrl0ep1] {
            text-align: center;
            top: 290px;
            right: 27%;
            font-size: 0.9rem;
        }
    }

    .steps[b-bmyqrl0ep1] {
        display: flex;
        align-items: center;
        max-width: 62%;

        .step-icon {
            font-size: 5rem;
            display: flex;
        }
    }
}

.steps-container[b-bmyqrl0ep1] {
    a:hover {
        text-decoration: none;
    }
}

.icon.is-large[b-bmyqrl0ep1] {
    height: 5rem;
    width: 5rem;
}

ul[b-bmyqrl0ep1] {
    margin-left: 1.5rem
}

@media (max-width: 1200px) {
    .landing-page-hero[b-bmyqrl0ep1] {
        padding-top: 12rem;

        .title {
            width: 80%
        }

        .price_tag[b-bmyqrl0ep1] {
            right: 0;
            top: -40px;
        }

        .text[b-bmyqrl0ep1],
        .steps[b-bmyqrl0ep1] {
            max-width: 100%;
        }
    }
}

@media (max-width: 650px) {
    .icon.is-large[b-bmyqrl0ep1] {
        height: 3rem;
        width: 3rem;
    }

    .landing-page-hero[b-bmyqrl0ep1] {
        padding-top: 15rem;

        .steps {
            .step-icon {
                font-size: 3rem
            }
        }
    }
}
