@font-face {
    font-family: "Kanit-black";
    src:url("/css/font/Kanit/Kanit-Medium.ttf"); format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Kanit-light";
    src:url("/css/font/Kanit/Kanit-Light.ttf"); format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Oswald-bold";
    src:url("/css/font/Oswald/static/Oswald-Bold.ttf"); format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-regular";
    src:url("/css/font/Roboto/static/Roboto-Regular.ttf"); format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "normalidad";
    src:url("/css/font/normalidad/fonts/fonnts.com-Normalidad_UltraExtended_Black.otf"); format('truetype');
    font-weight: 500;
    font-style: normal;
}

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

:root {
    --background-bg: #fff;
    --font-fg: rgb(227, 226, 226);
    --border-radius: 1em;
    --cervena: #2b2b2b;;
    --mainColor: #d1d0d0;
    --dropdown-background: #fff;
    --dropdown-text-color: #000;
    --dropdown-hover-color: #eee;
    --dropdown-border-color: #caced1;
    --dropdown-border-radius: 0.25em;
    --dropdown-icon-color: #000;
    --size:  2em;
}

strong{ font-family: "Kanit-black", sans-serif;}

body{
    font-family: "Kanit-light", sans-serif;
    font-size: 110%;
    background: var(--background-bg);
}


a {
    text-decoration: none;
}


p{
    line-height: 1.5em;
    font-size: clamp(1rem, 3vw, 1.2rem);
    margin-bottom: 15px;
    margin-right: 15px;
    text-align: justify;
}

a {
    color: #e80d0d;
}

a:hover{
    color: rgba(232, 13, 13, 0.4);
}

h1,
h2,h3,h4,h5,h6 {

    font-size: clamp(1.4rem, 6vw, 2.0rem);
    text-align: left;
    margin: 25px 0;
    font-family: "Oswald-bold", sans-serif;
    color: #2b2b2b;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.uni{
    font-family: "normalidad", sans-serif;
    font-size: 0.90em;
 }



h2{
    font-weight: 500;
    font-family: "Oswald-bold", sans-serif;
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    color: #2a2a2a;
    margin: 20px 0 20px 0;
}

h3{
    font-family: "Oswald-bold", sans-serif;
    font-size: clamp(1.1rem, 4vw, 1.4rem);
    color: #2b2b2b;
}

.hlavni{
    margin: 0;
    font-size: clamp(2.6rem, 6vw, 2.2rem);
    font-family: "Oswald-bold", sans-serif;
    text-align: center;
   color: #0c0c0c;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

}

.bila-text{color:#FFFFFF;}

.mensi{
    font-size: 1.1em;
    color: #FFFFFF;
}

.text-stred{
    display: flex; justify-content: center; align-items: center;
}

.container
{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.base-template {
    padding: 60px 0 0 0;
    text-align: center;
    background: rgba(165, 160, 160, 0.27);
    color: #faf8f8;
}

.container-svetla {
    padding: 60px 0;
    text-align: left;
    background: rgb(255, 255, 255);
}

.container-foto {
    background: #020024;
    background: linear-gradient(90deg, rgb(107, 114, 120) 0%, rgb(58, 63, 69) 35%, rgb(250, 243, 104) 100%);
}


.content {
    padding: 60px 0;
    position: relative;
    background: rgba(35, 66, 74, 0.15) url(/image/pozadi_barva.jpg) no-repeat center center fixed;
    background-size: cover;
}

.container-tmava {
    padding: 60px 0;
    background-color: #fff;

}

.container-cerna {
    padding: 60px 0;
    text-align: left;
    background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
    color: #000000;
    box-shadow: 1px 1px 9px rgb(43, 43, 43);

}

.container-modra {
    padding: 60px 0;
    text-align: left;
    background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
    color: #000000;

}

.container-konec {
    padding: 60px 0;
    text-align: center;
    background: rgb(32, 29, 29);
    color: #faf8f8;
    border-top: 4px solid rgb(85, 87, 86);
    font-size: 0.90em;
}


@media (min-width: 970px) {
    .rowe {
        display: flex;
    }

    .cols{
        width: 100%;
    }

    .cols + .cols{
        margin-left: 5em;
    }

    .rowitem {
        display: flex;
        gap: 1rem;
    }

    .col-1 {
        flex: 1;
    }

    .col-2 {
        flex: 3;
    }
    .col-1 +  .col-2{
        margin-left: 15px;
    }
}

@media screen and (max-width: 970px){

    .skryt{
        display: none;
    }

}

.foto{
    width: 100%;
    /*border-radius: var(--border-radius);*/
    box-shadow: 1px 1px 6px 1px rgba(43, 43, 43, 0.55);
}

.fotoprodukt{
    width: 100%;
    box-shadow: 1px 1px 6px 1px rgba(43, 43, 43, 0.55);
}

.video{
    filter: brightness(150%) !important;
    width: 100%;
    /*border-radius: var(--border-radius);*/
    box-shadow: 1px 1px 6px 1px rgba(43, 43, 43, 0.55);
}

.dolu{
    margin-bottom: 10px;
}

.foto:hover {
    filter: grayscale(60%);
    transition: all 0.5s ease-out;
}

.button-produkt{
    display: inline-block;
    width: 100%;
    margin: 8px 5px 8px 0;
    padding: 6px 25px;
    color: #FFF;
    font-weight: 300;
    background-color: transparent;
    /*border-radius: var(--border-radius);*/
    text-align: center;
    transition: all 0.1s ease;
    background:var(--cervena);
    box-shadow: 1px 1px 6px 1px rgba(43, 43, 43, 0.55);
    text-decoration: none;
}

.button-produkt:hover {
    transition: all 0.5s ease-out;
    background: rgba(0, 0, 0, 0.11);
    color: #000;
}

.button{
    display: inline-block;
    max-width: 250px;
    margin: 8px 5px 8px 0;
    padding: 6px 25px;
    color: #FFF;
    font-weight: 300;
    background-color: transparent;
    border-radius: 100px;
    text-align: center;
    transition: all 0.1s ease;
    background:var(--cervena);
    box-shadow: 1px 1px 6px 1px rgba(43, 43, 43, 0.55);
    text-decoration: none;
}

.button:hover {
    transition: all 0.5s ease-out;
    background: rgba(248, 245, 245, 0.65);
    color: #000;
}

.button_bila{
    display: inline-block;
    max-width: 250px;
    margin: 8px 5px 8px 0;
    padding: 6px 25px;
    color: #2b2b2b;
    font-weight: 300;
    border-radius: 100px;
    text-align: center;
    transition: all 0.1s ease;
    background:#FFFFFF;
    box-shadow: 1px 1px 6px 1px rgba(43, 43, 43, 0.55);
    text-decoration: none;
}

.button_bila:hover {
    transition: all 0.5s ease-out;
    background: rgba(248, 245, 245, 0.65);
    color: #000;
}

.float-right{
    float: right;
}

.float-left{
    float: left;
}

.ikona{
    float: left;
    margin: 18px 5px  0 5px;
}
.ikona:hover{
    transition: all 0.5s ease-out;
    filter: grayscale(100%);
    transform: scale(1.5);
}
.clearfix{
    clear: both;
}
.odkaz_bila{
    color: #f8f5f5;
}

.odkaz_bila:hover{
    color: #eccd05;
}

.odkaz_modra{
    color: #4267B2;
}

.odkaz_modra:hover {
    color: rgb(168, 192, 239);
}

.odraz{
    margin-top: 80px;
}

.kontakt{
    background-color: rgba(250, 248, 248, 0.7);
    text-align: left;
    border-radius: var(--border-radius);
    padding: 15px;
    line-height: 1.8em;
    font-size: 0.95em;
}

.odkaz_cervena  {
    color: #000000;
    text-decoration: none;
    padding-bottom: 1px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100%;
    background-image: linear-gradient(
            transparent calc(100% - 1px),
            var(--cervena) 1px
    );

    transition: background-size .3s ease-in-out;

    &:hover {
        background-size: 0 100%;
        color: var(--cervena);
    }
}


.just{
    text-align: justify;
    margin: 0 20px;
}

ul.seznam{
    margin: 15px;
    padding-left: 2rem;
    list-style: url("/image/check.svg") inside;
    text-align: left;
}



ul.seznamlist {
    margin: 15px;
    padding-left: 2rem;
    list-style: url("/image/lgo_bez_textu.svg") outside;
    text-align: left;

}

ul.seznamlist  li{
    margin: 10px;

}
ul.icon-list span {
    display: block;
    text-align: left;
}
ul.icon-list {
    margin: 0 55px;
    list-style: none;
    padding: 0;
}

ul.icon-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.0em;
    gap: 0.75rem;
}

ul.icon-list img {
    width: 28px;   /* 🔧 Icon size */
    height: 28px;
    object-fit: contain;
}

/* Optional: bigger icon example */
ul.icon-list li.large img {
    width: 40px;
    height: 40px;
}
.tucne{
    font-weight: 800;
}
.cervenanadpis{
    color: #2b2b2b;
    font-family: "Oswald-bold", sans-serif;
}

.bg-success{
    background: #04AA6D;
    color: #FFFFFF;
}

.seda{
    background: rgba(0, 0, 0, 0.09);
    color: #2b2b2b;
}

#cookies tr:nth-child(even), .table tr:nth-child(even)
{ background-color: rgba(246, 234, 182, 0.73);}

#cookies tr:hover, .table tr:hover
{background-color: rgba(187, 199, 241, 0.5);}

#cookies th, .table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #e80d0d;
    color: white;
}

hr.hr1{
    margin: 15px 0;
    border: 1px solid rgba(0, 0, 0, 0.11);
}
.hr1bila{
    margin: 15px 0;
    border: 1px solid rgba(248, 245, 245, 0.31);
}
/* Full-width input fields */
input[type=text], input[type=password],textarea {
    font-family: "Inter", sans-serif;
    width: 100%;
    padding: 10px;
    margin: 5px 0 22px 0;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #0d95e8;
    border-radius: var(--border-radius);
}

input[type=text]:focus, input[type=password]:focus,textarea:focus {
    background-color: rgb(187, 199, 241);
}

input[type=text]:hover, input[type=password]:hover,textarea:hover {
    background-color: rgba(187, 199, 241, 0.52);
    border: 1px solid #055180;
}

input:invalid,textarea:invalid {
    border: 1px solid red;
}

input:invalid:required, textarea:invalid:required {
    background: rgba(248, 245, 245, 0.11);
}

input:valid,textarea:valid {
    border: 1px solid #059d54;
}

textarea {
    width: 100%;
    height: 48%;
    padding: 12px;
    box-sizing: border-box;
    resize: none;
    margin-bottom: 20px;
    border-radius: var(--border-radius);
}

.alert{
    color: red;
    margin: 20px 0;
}

.cervena{
    color: var(--cervena);
}
.custom-select select {
    /* ... */
    background-color: var(--dropdown-background);
    border-radius: var(--dropdown-border-radius);
    color: var(--dropdown-text-color);
    border: 1px solid var(--dropdown-border-color);
    padding: 10px;
    margin: 10px;
}

.custom-select select:hover {
    background-color: var(--dropdown-hover-color);
}

.custom-select::before {
    /* ... */
    border-bottom: var(--size) solid var(--dropdown-icon-color)
}

.custom-select::after {
    /* ... */
    border-top: var(--size) solid var(--dropdown-icon-color);
}


.custom-counter {
    margin: 10px;
    padding: 15px;
    list-style-type: none;
    font-size: 1.2em;

}
.custom-counter li {
    counter-increment: step-counter;
    margin-bottom: 15px;
    list-style-position: outside;
}
.custom-counter li::before {
    content: counter(step-counter);
    margin-right: 20px;
    font-size: 80%;
    background-color: rgb(151, 149, 149);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 10px 100px / 120px;
    box-shadow: 1px 1px 6px 1px rgba(43, 43, 43, 0.55);
}

.technologie_foto_prava{
    width:190px;
    float:right;
    margin-left: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 6px 1px rgba(43, 43, 43, 0.55);
}

.technologie_foto_leva{
    width:190px;
    float:left;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 6px 1px rgba(43, 43, 43, 0.55);
}

.technologie_podklad{
    background-image: linear-gradient(to top, rgba(248, 245, 245, 0.11) 0%, #e7f0fd 100%);
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 20px;
}


.hover-rotate img {
    transition: all 0.3s;
    cursor: pointer;
}

.hover-rotate:hover img {
    transform: scale(0.9);
}

.ikonka{
    height:16px;
}

.note{
    display: inline-block;
    background: rgba(0, 0, 0, 0.12);
    padding: 20px;
    border-radius: 0.45em;
    border: 1px solid #0c0c0c;
}

#cookies {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
}

#cookies td, #cookies th {
    border: 1px solid rgb(114, 139, 238);
    padding: 8px;
}

#cookies tr:nth-child(even){background-color: rgba(242, 242, 242, 0.63);}

#cookies tr:hover {background-color: rgba(187, 199, 241, 0.5);}

#cookies th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #a3d9fa;
    color: white;
}

.note-info{
    background: rgba(0, 0, 0, 0.09);
    border: 1px solid #b6b4b3;
    margin:20px 0;
}