:root {
    --primary-color: #1b7a2c;
    --primary-hover: #ffffff;
    --background: #ffffff;
    --card-bg: #ffffff;
    --text-heading: #1b7a2c;
    --text-primary: #363636;
    --text-secondary: #334155;
    --border-color: #334155;
    --success-color: #22c55e;
    --warning-color: #f59e0b;
    --error-color: #ef4444;
}

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

html {
    min-height: 100dvh;
    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        sans-serif;
    background-color: var(--background);
    color: var(--text-primary);
    line-height: 1.6;
    scroll-behavior: smooth;
}

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

header {
    /*background: #040404;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    vertical-align: middle;*/
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
}

body {
    position: absolute;
    min-height: 100%;
    width: 100%;
    /*display: flex;
    flex-direction: column;*/
}

footer {
    background: #040404;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

.content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
    /*background-image: url("10-fengsui-patarimu-jusu-namu-interjerui.jpg");
    background-size: cover;*/
}

.header {
    padding: 1rem;
    vertical-align: middle;
    text-align: center;
}

.blurred {
    position: absolute;
    width: 100%;
    filter: blur(20px);
    transform: scale(1.1);
    background-color: #000000;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

.blurredImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.unblurred {
    width: 1200px;
    object-fit: contain;
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
}

.text {
    padding: 3vw;
    max-width: 1200px;
}

/*img {
    width: 1200px;
    object-fit: cover;
}*/

.card {
    background: var(--card-bg);
    opacity: 0.3;
    border-radius: 1rem;
    padding: min(2rem, 4vw);
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

h1 {
    color: #FFF55F;
    font-size: clamp(3rem, 2vw + 1rem, 6rem);
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
    font-family: "Metamorphous";
}

h2 {
    color: var(--text-heading);
    font-size: clamp(1.5rem, 0.5vw + 1rem, 2.4rem);
    margin-bottom: 1vw;
}

p {
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
}


ul {
    margin: 1vw 0 1vw 1vw;
}

li {
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
}

/*
- outline for the text
- button for English language
- "skanavimo lenteles" puslapis

*/


/*
- Sporta veikals
- 5 apavu paari
- Chat bot


*/
