﻿:root {
--navbar-height: 75px;

}

body, html {
    width: 100%;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Extralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Medium_Italic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Light_Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Thin_Italic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Extrabold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Extralight_Italic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Extrabold_Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Demibold_Italic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Demibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Black_Italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Horizon';
    src: url('TypeFonts/Font_Horizon-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

#h {
    font-weight: 300;
    font-size: 3.8rem;
}

#t {
    font-weight: 600;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Horizon', sans-serif;
}

*::selection {
    background-color: #fdf8df;
    color: black;
}

dl,ol,ul {
    margin-bottom:0;
    list-style: none;
}

ol, ul {
    padding-left: 0;
}

h1 {
    font-size: 4rem;
}

h2 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.background-ai {
    background: url('assets/background.jpg') no-repeat center ;
    background-repeat:no-repeat;
}

.chat-form {
    position: fixed;
    bottom: 0px;
    left: 50%;
    width: 100%;
    margin-left: auto;
    translate: -50%;
    margin-right: auto;
    padding: 4rem 2rem 2rem;
    background: linear-gradient(0deg, black 45%, transparent 100%);
}

.chat-control {
    max-width: 40rem;
    width:100%;
}

.chat-input {
    background: linear-gradient(180deg, black, transparent 130%);
    color: whitesmoke;
    filter: contrast(0.7);
    border: 1px solid rgb(183 166 144 / 10%);
    display: flex;
    flex-grow: 1;
    padding: 0.375rem 1.35rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chat-response {
    padding: 0.9rem 2rem;
    font-weight: 200;
}

.chat-question {
    padding: 0.6rem 2rem;
    border-radius:999px;
    background-color: rgba(160,160,160,0.1);
    text-align:right;
    margin-left:auto;
    max-width: 420px;

}

.chat-submit-btn {
    color: black;
    border: 1px solid #5d5858;
    background: radial-gradient(ellipse at top, #efe7d5, transparent), radial-gradient(ellipse at bottom, #4f4d4a, transparent);
    font-size:
}

.chat-submit-btn:hover {
    color: black;
    border: 1px solid #5d5858;
    background-color: silver;
}

.nav-menu a.active {
    font-weight:800;
    text-decoration:underline;
    text-underline-offset: 7px;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(134deg, rgba(0,0,0,0.8), rgba(20,20,20,0.8));
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    user-select: none;
    height: var(--navbar-height);
    filter: drop-shadow(2px 4px 12px black);
}

    .nav .logo {
        color: white;
        font-size: 1.5rem;
        text-transform: uppercase;
        height: 100%;
        object-fit: contain;
    }

    .nav .logo img {
        height: 100%;
    }

    .nav ul {
        list-style: none;
        display: flex;
    }

        .nav ul li {
            margin: 0.4rem 2rem;
            transition: transform 0.5s cubic-bezier(0, 2.72, 0.76, 1.05)
        }

            .nav ul li a {
                color: white;
                text-decoration: none;
                font-size: 1.2rem;
            }

            .nav ul li:hover {
                transform: scale(1.1);
            }

.menu-toggle {
    display: none;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
}

@media (max-width: 768px) {
    .nav ul {
        display: none;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.90);
        position: absolute;
        top: var(--navbar-height);
        left: 0;
        width: 100%;
        padding-bottom: 1rem;
    }

    .nav ul a {
        display: block;
    }

    .nav ul.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }
    .nav ul li:hover {
        transform:translateX(0.3rem);
    }
}


.fireworks-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 1000;
}

#blazor-error-ui {
    display: none;
}

