@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body, html {
    font-family: "Kanit";
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: rgb(24, 24, 24);
}

/* Desing Scrollbar */

::-webkit-scrollbar{
    width: 9px;
}

::-webkit-scrollbar-thumb{
    background-color: rgb(33, 33, 33);
    border-radius: 5px;
}

/* Sekce Header */

.header {
    z-index: 1000;
    position: fixed;
    box-shadow: 0 2px 5px rgba(0,0,0,0.6);
    background-color: #2d2d2d;
    padding: 1%;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 55px;
}

.logo img{
    min-height: 80px;
    min-width: 339.52px;
    width: 25%;
}

.menu nav ul {
    display: flex;
    list-style-type: none;
    gap: 20px;
}

.menu nav ul li a {
    margin-right: 40px;
    white-space: nowrap;
    color: white;
    font-size: larger;
    text-decoration: none;
}

.menu nav ul li a.zbyleOdkazy:hover {
    text-decoration: underline #307f37 3px;
}

.menu nav ul li a.zbyleOdkazyuvod:hover {
    text-decoration: underline #307f37 3px;
}

.menu nav ul li a.registrace{
    background-color: rgb(0, 217, 7);
    color: rgb(34, 34, 34);
    padding: 6px;
    border-radius: 3px;
    transition: 0.3s ease;
}

.menu nav ul li a.registrace:hover{
    font-size: 130%;
}


/* Sekce Úvod */

.uvodni{
    background: url('images/banner.jpg') no-repeat center/cover;
    position: relative;
    z-index: 998;
    height: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 8px 12px rgba(0,0,0,0.5);
}

.uvodni a{
    text-decoration: none;
}

.uvodniText {
    background: rgba(0, 0, 0, 0.7);
    padding: 25px;
    border-radius: 30px;
    font-weight: bold;
    color: #78ff01;
    font-size: 60px;
    margin: 0% 10px;
    transition: 0.3s ease;
}

.uvodniText:hover {
    transform: scale(1.10);
}

.uvodniText p {
    font-weight: normal;
    color: white;
    font-size: 20px;
}




/* Sekce O nás */

.onas-nadpisZbytek{
    width: 100%;
    padding: 0% 2%;
    background-color: rgb(31, 31, 31);
}   

.onas {
    position: relative;
    z-index: 997;
    padding-top: 0px;
}

.onasObsah {
    width: 90%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.onas-text {
    flex: 2;
    min-width: 300px;
}

.onas-text .onasNadpis{
    font-weight: bold;
    text-align: center;
    font-size: 47px;
    margin-bottom: 0;
    color: #78ff01;
}


.onas-text p {
    font-size: 20px;
    line-height: 1.7;
    color: #f0f0f0;
    margin-bottom: 2%;
    text-align: center;
    font-weight: 350;
}

.map{
    flex: 1;
    min-width: 40%;
}

.map iframe{
    width: 100%;
    padding: 11%;
    height: 350px;
    filter: invert(90%) hue-rotate(180deg);
}




/* Sekce Galerie */

.galerieSekce {
    padding: 3% 4%;
    width: 100%;
    display: flex;
    justify-content: baseline;
    align-items: center;
    flex-wrap: wrap;
}

.galerieText {
    margin-right: 6%;
    margin-left: 0.1%;
    width: 20%;
}

.galerieText p{
    font-size: 20px;
    line-height: 1.7;
    color: #f0f0f0;
    margin-bottom: 3%;
    text-align: left;
    font-weight: 350;
}

.galerieText .galerieNadpis{
    font-weight: bold;
    text-align: left;
    font-size: 44px;
    margin-bottom: 0;
    color: #78ff01;
}

.galerie {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 65%;
}

.obrazek {
    max-width: fit-content;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0px 5px 3px rgba(26, 26, 26, 0.7);
}

.obrazek img {
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 300px;
    display: block;
    transition: transform 0.2s ease-in-out;
    object-fit: cover;
}

.obrazek:hover img {
    transform: scale(1.05);
}



/* Sekce Ceník */

.nadpisAZbytek{
    text-align: center;
    background-color: rgb(31, 31, 31);
    padding-top: 1%;
    padding-bottom: 1%;
}

.nadpisAZbytek h1{
    color: #78ff01;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 20px;
}

.cenik{
    padding: 0 7%;
    justify-content: space-between;
}

.cenikNahore, .cenikDole{
    display: flex;
    flex-wrap: wrap;
}

.cenikvlevo, .cenikvpravo {
    flex: 1;
    min-width: 280px;
    margin: 2%;
}

.cenikvlevo h2, .cenikvpravo h2 {
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 0px;
    color: rgb(29, 29, 29);
    text-align: center;
    font-weight: 400;
    background-color: #78ff01;
    border-radius: 10px;
    box-shadow: 0 1px 3px #78ff01;
}

.cenikRadek {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
}

.cenikPole {
    background: linear-gradient(to right, #2c2c2c, #373737);
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin-top: 1%;
    margin-bottom: 1%;
    flex: 1;
    min-width: 150px;
    max-width: 220px;
    height: 200px;
    text-align: center;
    color: white;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.cenikPole:hover {
    transform: scale(1.04);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

.cenikPole h3 {
    font-size: 27px;
    font-weight: 300;
}

.cenikPole .cena {
    color: rgb(242, 242, 242);
    font-size: 25px;
    font-weight: 500;
}





/* Sekce Formulář a Kontakty */
.formularSekce {
    padding: 3% 20px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.formularObsah {
    width: 35%;
}


.formularTextNadpis, .kontaktyNadpis {
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 4%;
    color: #78ff01;
}

.kontaktyNadpis{
    text-align: right;
}

.formularPole{
    margin-bottom: 2.5%;
}

.formularPole label{
    font-size: 20px;
    font-weight: 350;
    color: #f0f0f0;
    display: block;
    padding-bottom: 8px;
}

.formularPole input, .formularPole textarea {
    font-family: Arial;
    width: 100%;
    padding: 10px;
    font-size: 17px;
    font-weight: 350;
    color: black;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: rgb(219, 219, 219);
}

.formularPole textarea{
    font-size: 18px;
}

.formularPole input:focus, .formularPole textarea:focus {
    outline: none;
}

textarea {
    min-height: 100px;
    max-height: 400px;
}

textarea[resizable="vertical"] {
    resize: vertical;
}

.formularTlacitko {
    background-color: #78ff01e7;
    color: black;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.formularTlacitko:hover {
    transform: scale(1.05);
}

.kontakty{
    font-size: 23px;
    font-weight: 350;
    color: #f0f0f0;
    display: block;
    padding-bottom: 8px;
    text-align: center;
}

.kontaktyNadpis{
    text-align: center;
}

.kontakty p {
    line-height: 1.3;
}

.kontakty a {
    color: #0066cc;
    text-decoration: none;
}

.kontakty strong{
    font-weight: 525;
}



/* Sekce footer */    

footer {
    background-color: rgb(31, 31, 31);
    color: white;
    text-align: center;
    font-weight: 200;
    padding: 16px;
    position: relative;
    bottom: 0;
    width: 100%;
    font-size: 18px;
}





/* Sekce @Media */


/* 4K obrazovky*/
@media (min-width: 2000px) 
{
    .galerie{
        width: 55%;
      }

      .galerieText{
        margin-left: 4%;
      }
}


/* Zmenšování stránky */

@media (max-width: 1320px) 
{
    .uvodniText{
        margin: 0% 10%;
        font-size: 46px;
    }

    .uvodniText p{
        font-size: 19px;
    }

    .onas-nadpisZbytek{
        padding: 1% 2%;   
    }

    .galerieSekce{
        text-align: center;
        justify-content: center;
    }

    .galerie {
        grid-template-columns: repeat(2, 1fr);
    }
    .galerieText {
        width: 80%;
    }

    .galerieText p{
        text-align: center;
    }
    
    .galerieText .galerieNadpis{
        text-align: center;
    }

    .onas-text p{
        font-size: 18px;
    }

    .galerieText p{
        font-size: 19px;
    }
}



/* Zmenšování stránky */

@media (max-width: 950px) 
{
    .logo img{
        min-height: 64px;
        min-width: 271.62px;
        width: 20%;
    }

    .menu nav ul {
        gap: 8px;
    }
    
    .menu nav ul li a {
        margin-right: 15px;
        font-size: medium;
    }

    .onas-nadpisZbytek{
        padding: 3% 2%;   
    }

    .formularSekce{
        display: grid;
        justify-content: center;
    }

    .formularObsah{
        width: 100%;
        margin: 5% auto 15%;
    }

    .kontakty{
        margin-bottom: 2%;
    }

    .onasObsah{
        display: grid;
        justify-content: center;
        margin: 0% 3%;
        padding-top: 1%;
        padding-bottom: 2%;
    }

    .map iframe{
        padding: 0%;
    }
}


@media (max-width: 700px) 
{
 .header{
    align-items: center;
 }

.zbyleOdkazyuvod{
    display: none;
}

 .menu nav ul li a {
    font-size: small;
}
 
.logo{
    margin-top: 1%;
    width: 21%;
}

 .logo img{
    min-height: 48px;
    min-width: 203.715px;
    width: 15%;
}

.menu nav ul li a.registrace:hover{
    font-size: 101%;
}
}


/* Zmenšování stránky */
@media (max-width: 650px) 
{
    .galerie {
        grid-template-columns: 1fr;
    }

    .galerieText {
        width: 100%;
        text-align: center;
    }

}

@media (max-width: 550px) 
{
    .menu{
        display: none;
    }

    .header {
        align-items: center;
    }

    .logo{
        width: 100%;
    }

    .logo img{
        padding: 0% 28%;
    }

}



