html {
    font-size: 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-color: var(--argo-biel);

}

@media (min-width: 325px) {
    html {
        font-size: 8px;
    }
}

@media (min-width: 435px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 580px)
{
    html {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 1000px) {
    html {
        font-size: 12px;
    }
}

@media(min-width: 1250px)
{
    html {
        font-size: 14px;
    }
}

@media(min-width: 1600px) {
    html {
        font-size: 16px;
    }
}

main {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    overflow: hidden;
}

section {
    flex: 0 0 auto;
}


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

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

a {
    all: unset;
    cursor: pointer;
}

p {
    all: unset;
    display: block;
    white-space: pre-line;
}

h1, h2, h3, h4, h5, h6 {
    all: unset;
    display: block;
}

a:hover {
}

button {
    all: unset;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    user-select: none;
    transition: 0.5s ease;
}


:root {
    --argo-biel: #FFFFFF;
    --argo-jasna-stal: #EDEDED;
    --argo-stal: #D0D2D3;
    --argo-błękit: #ACCFE1;
    --argo-morski: #58859D;
    --argo-granat: #0F273C; /*arrow color*/
    --argo-czarny: #000000;
    --argo-logo: #1d1d1b;
    --argo-braz: #E8A16B;
    --argo-zimno: #C9DBE7;
    --argo-cieplo: #E86969;
}

/*subheadings*/
@font-face {
    font-family: 'Archivo-SemiBold';
    src: url('../fonts/Archivo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/*headings*/
@font-face {
    font-family: 'Archivo-SemiExpanded-SemiBold';
    src: url('../fonts/Archivo_SemiExpanded-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/*body*/
@font-face {
    font-family: 'Archivo-Regular';
    src: url('../fonts/Archivo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

svg.flipped {
    transform: rotate(180deg);
}

.image-wrapper {
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



.motto {
    font-family: 'Archivo-SemiBold', sans-serif;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
}

.title {
    font-family: 'Archivo-SemiExpanded-SemiBold', sans-serif;
    font-size: 3.125rem;
    line-height: 3.75rem;
}

.subtitle {
    font-family: 'Archivo-SemiExpanded-SemiBold', sans-serif;
    font-size: 3.125rem;
    line-height: 3.75rem;
}

.text {
    font-family: 'Archivo-Regular', sans-serif;
    font-size: 1.875rem;
    line-height: 3rem;

}
.bold {
    font-family: 'Archivo-SemiBold', sans-serif;
}

.keyword {
    font-family: 'Archivo-SemiBold', sans-serif;
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
}

.parameter {
    font-family: 'Archivo-SemiBold', sans-serif;
}

.list-text {
    font-family: 'Archivo-Regular', sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
}

.button--variant_a {
    width: 100%;
    height: 5.625rem;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'Archivo-SemiExpanded-SemiBold', sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color: var(--argo-biel);
    background-color: var(--argo-granat);
}

.button--variant_b {
    width: 100%;
    height: 5.625rem;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'Archivo-SemiExpanded-SemiBold', sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color: var(--argo-biel);
    background-color: var(--argo-granat);
}

@media(min-width: 768px)
{
    .motto {
        font-size: 0.9375rem;
        line-height: 1rem;
        letter-spacing: 0.1875rem;
        text-transform: uppercase;
    }

    .title {
        font-size: 2.625rem;
        line-height: 3.25rem;
    }

    .subtitle {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .text {
        font-size: 1.1875rem;
        line-height: 1.875rem;
    }

    .keyword {
        font-size: 1.1875rem;
        line-height: 1.5625rem;
        letter-spacing: 0.059375rem;
    }
    .parameter {
        font-size: 0.9375rem;
        line-height: 1rem;
    }

    .list-text {
        font-size: 1.1875rem;
        line-height: 1.875rem;
    }

    .button--variant_a {
        width: 29.25rem;
        height: 3.125rem;
        display: flex;
        align-items: center;
        justify-content: center;

        font-family: 'Archivo-SemiExpanded-SemiBold', sans-serif;
        font-size: 0.9375rem;
        line-height: 1rem;
        letter-spacing: 0.09375rem;
        text-transform: uppercase;
        color: var(--argo-biel);
        background-color: var(--argo-granat);
    }

    .button--variant_b {
        width: 100%;
        height: 3.125rem;
        display: flex;
        align-items: center;
        justify-content: center;

        font-family: 'Archivo-SemiExpanded-SemiBold', sans-serif;
        font-size: 0.9375rem;
        line-height: 1rem;
        letter-spacing: 0.09375rem;
        text-transform: uppercase;
        color: var(--argo-biel);
        background-color: var(--argo-granat);
    }
}


.text-black {
    color: var(--argo-czarny);
}

.text-white {
    color: var(--argo-biel);
}



.highlight-blue {
    background-color: var(--argo-błękit);
    box-shadow:
            0.1em 0 0 0.05em var(--argo-błękit),
            -0.1em 0 0 0.05em var(--argo-błękit);
}

.highlight-white {
    background-color: var(--argo-biel);
    box-shadow:
            0.1em 0 0 0.05em var(--argo-biel),
            -0.1em 0 0 0.05em var(--argo-biel);
}
