*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


body {
    scroll-behavior: smooth; /* Plynulé scrollování */
    font-family: "Poppins", Sans-serif;
}


.bg-nav{
    background-color: rgb(8 18 32);
}


#logo {
    cursor: pointer;
    opacity: 0.6;
    margin-left: 10px;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.45s;
}

#logo:hover{
    opacity: 1;
}


#logo img {
    width: 60px;
    height: 60px;
}
#logo div {
    color: white;
}
#logo h1 {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    color: white;
    font-size: 1.2em;
}
#logo span {
    font-weight: normal;
    text-transform: lowercase;
}
#logo small {
    display: block;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    font-weight: normal;
}


#logo a{
    text-decoration: none;
    color: white;
}



.nav-height{
    min-height: 80px;
    width: 100vw;
}

.navigace{
    margin-left: 50px!important;
}

.navigace li{
    margin-left: 10px;
    margin-right: 10px;
}

.navigace li a{
    font-size: 1.2em!important;

}

.for-nav{
    height: 80px;
}


.social {
    margin-right: 20px;
    margin-top: 15px;
    width: 270px;
}

.social a{
    transition: 0.45s;

    color: #FFFFFF8C;
}
.social a:hover{
    color: white;
}

.with-before{
    position: relative;  /* Důležité pro umístění ::before */
    z-index: 1;  /* Ujistíme se, že sekce je nad ostatními elementy */

}


#sekce1 {
    /* min-height: 100vh; */
    padding-top: 40px;
    color: white;
    background: url(../img/malir_pozadi.png) no-repeat center;
    background-size: cover;
}



/* Tmavý overlay pro pozadí */
.with-before::before {
    content: "";
    position: absolute;  /* Zajistíme, že overlay bude přes celé pozadí */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(8 18 32 / 90%);  /* Tmavý overlay s průhledností */
    z-index: -1;  /* Zajistíme, že overlay bude pod textem */
}

.main h1{
    font-size: 4em;
    letter-spacing: 5px;
    text-transform: uppercase;


}

.praxe{
    font-size: 2.5em;
}


.main ul {
    margin-right: 12px;
    list-style-position: inside;
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.main li {
    font-family: "Poppins", Sans-serif;
    padding-left: 0;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 2.8em;
    list-style-type: none;
    letter-spacing: 1px;
}

.main h2 a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 2em;
    letter-spacing: 4px;
}


.main span{
    font-size: 0.5em;
}


.main p{
    margin-bottom: 0;
}

.call{
    /* background-color: #070d23c1; */
    padding: 10px 5px 0px 5px;
}

.call a{
    text-transform: uppercase;
    font-size:1.4em;
     text-decoration: none;
    color: white;
    padding: 10px;
    margin: 20px 0 30px 0;
    background-color: #ee9937;
    transition: 0.45s;

}


.call a:hover{
    background-color: chocolate;
}


.more{
    margin-top: 50px;
    border-radius: 20px;
    background: rgb(8 18 32);
    width: 100px;
    padding: 5px 5px;
    transition: 0.45s;
        
}

.more a{
    text-decoration: none;
    color: white;
}

.more:hover{
    background: chocolate;
}



#sekce2 h2{
    margin-left: 5px;
    padding-top:20px;
    text-decoration-line: underline;
}

.product{
    width: 48%;
    color: black;
    background-color: beige;
    padding: 15px;
    margin:5px;
    border-radius: 10px;
}


.img-sekce{
    position: relative;  /* Důležité pro umístění ::before */
    float: left;

}

.img-sekce img{
    width: 200px;
    border-radius: 10px;
}
.img-sekce::before {
    content: "";
    position: absolute;  /* Zajistíme, že overlay bude přes celé pozadí */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);  /* Tmavý overlay s průhledností */
    z-index: 10;
}

#sekce3{
    min-height: 50vh;

    background: url(../img/kyble.png) no-repeat top center;
    background-size: cover;
    
    color: white;
    padding: 20px 0 20px 0;
}

#sekce3 h2{
    text-decoration-line: underline;
    text-align: left;
}

#sekce3 p{
    font-size: 1.2em;
}

.row img {
    cursor: pointer;
    width: 200px;
    height: 200px;

    border-radius: 10px;
}


.galerie img {
    cursor: pointer;
    width: auto;
    border-radius: 10px;
}

iframe{
    width: 100%;
}


#kontakt{
    position: relative;  /* Důležité pro umístění ::before */

    padding-bottom: 30px;
}

#kontakt::before {

    background-color: #F3F3F3!important;
}




#kontakt ul{
    padding-left:0;
    border-radius: 10px;
    margin-right: 10px;
}

#kontakt li{

    margin: 8px 0px 0px 0;
    font-size: 1.3em;
    list-style-type:none;
}

#kontakt li a{

    text-decoration: none;

}

#kontakt strong{
    font-size: 1em;
}

#contactForm input{
    width:100%;
}

#message{
    width: 100%;
    height: 190px;
}

#contactForm label {
    display: block;
}

.modal{
    --bs-modal-width: 850px!important;
}

.modal button{
    padding: 0px 4px 0px 4px;
    font-size: 1.4em;
    background: none;  
    background-color: rgba(0, 0, 0, 0.435);  
    border: none;      
    box-shadow: none;  
    text-decoration: none; 
    color: white;
    cursor: pointer;   
    border-radius: 50%;
}


textarea{
    padding-left: 2px;
}

#map {
    border-radius: 10px;
    width:400px;
    height:400px;
  }

.close-but{
    background-color: rgba(0, 0, 0, 0)!important;  

    position: absolute;
    padding: 2px 6px 1px 6px !important;
    top: 3%;
    right: 4%;  
}


.arrow-left{
    position: absolute;
    top: 50%;
    left: 4%;
}

.arrow-right{
    position: absolute;
    top: 50%;
    right: 4%;
}

footer{
    color: rgb(107, 100, 100);
    margin-top: 10px;
    padding: 5px 0 5px 0;
    background: rgb(8 18 32);
}

footer p{
    text-align: center;
    margin: 0;
    padding: 0;
}

footer a{
    text-decoration: none;
    color: rgb(107, 100, 100);
}