/*                                                                                      index                                                                                                 */


body{
    margin: 0px;
    background-color: #24211C;
}
★{
    margin: 0;
    padding: 0;
}
.header{
    position: relative;
    min-height: 80vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.199),rgba(0, 0, 0, 0.199)),url(images/MainPhoto.jpg);
    background-position: center;
    background-size: cover;
    animation: animate 20s infinite linear;

    background-repeat: no-repeat;
    background-attachment: fixed;
}
@keyframes animate{
    0%, 100%{background-image: linear-gradient(rgba(0, 0, 0, 0.199),rgba(0, 0, 0, 0.199)),url(images/MainPhoto.jpg)}
    25%{background-image: linear-gradient(rgba(0, 0, 0, 0.199),rgba(0, 0, 0, 0.199)),url(images/chleba.jpg)}
    50%{background-image: linear-gradient(rgba(0, 0, 0, 0.199),rgba(0, 0, 0, 0.199)),url(images/IMG_3193.jpg)}
    75%{background-image: linear-gradient(rgba(0, 0, 0, 0.199),rgba(0, 0, 0, 0.199)),url(images/priroda.jpg)}
}
@media(max-width: 700px){
    .header{
        min-height: 40vh;
    }
}

nav {
    display: flex;
    padding: 2% 2%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 150px;
    height: auto;
}
.nav-links{
    font-family: 'Poppins', sans-serif;
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    font-family: 'Merienda', cursive;
}

.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.nav-links ul .active a {
    color: #e4be78c0;
}

.header .toggle_btn{
    cursor: pointer;
    display: none;
    font-size: 25px;
    margin-left: auto;
}
.header2 .toggle_btn{
    cursor: pointer;
    display: none;
    font-size: 25px;
    margin-left: auto;
}

.dropdown_menu{
    display: none;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    right: 2rem;
    top: 60px;
    height: 0;
    width: 300px;
    background: #24211cf6;
    border-radius: 15px;
    overflow:hidden;
    padding: 0px;
    transition: height .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dropdown_menu.open{
    height: 220px;
}
.dropdown_menu ul {
    padding: 0px;
}
.dropdown_menu li{
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .dropdown_menu ul li a{
    color: #e4be78c0;
    text-decoration: none;
    font-size: 20px;
}
.header2 .dropdown_menu ul li a{
    color: #e4be78c0;
    text-decoration: none;
    font-size: 20px;
}

.text-box{
    width: 100%;
    color: #fff;
    position: relative;
    bottom: 40px;
    text-align: center;
}
.text-box h1{
    font-family: 'Merienda', cursive;
    font-size: 100px;
    font-weight: 600;
    color: #e4be78d7;
}
.text-box2{
    width: 100%;
    color: #fff;
    position: relative;
    bottom: 110px;
    text-align: center;
}
.text-box2 h1{
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 300;

}

nav .fa{
    display: none;
}

@media(max-width: 700px){
    .text-box{
        position: relative;
        top: 20px;
    }
    .text-box2{
        position: relative;
    
        bottom: 20px;
    }
    .text-box h1{
        font-size: 60px;
    }

    .nav-links{
        display: none;
    }
    .header .toggle_btn{
        display: block;
    }
    .header2 .toggle_btn{
        display: block;
    }
    .dropdown_menu{
        display: block;
    }
}
@media(max-width: 550px){
    .dropdown_menu{
        left: 2rem;
        width: unset;
    }
}











/* Tvorba */











.Tvorba{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}
.Tvorba h1{
    font-family: 'Merienda', cursive;
    font-size: 36px;
    font-weight: 400;
    color: #e4be78c0;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.tvorba-col{
    flex-basis: 31%;
    margin-bottom: 5%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.tvorba-col img{
    width: 100%;
    display: block;
    user-select: none;
}
.tvorba-col h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
@media(max-width:1400px){
    .row{
        flex-direction: column;
    }
    .Tvorba{
        width: 60%;
    }
}
@media(max-width:1000px){
    .Tvorba{
        width: 80%;
    }
}
.layer, .layer_, .layer__ {
    background: rgba(0, 0, 0, 0.356);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.layer.closed, .layer_.closed, .layer__.closed{
    background: transparent;
}
.layer h3, .layer_ h3, .layer__ h3, .layer4.open h3{
    position: absolute;
    top: 35%;
    width: 100%;
    height: 25px;
    font-weight: 400;
    color: #fff;
    font-size: 26px;
    user-select: none;
}
.layer.closed h3, .layer_.closed h3, .layer__.closed h3{
    display: none;
    user-select: none;
}

@media(max-width:1400px){
    .layer h3, .layer_ h3, .layer__ h3, .layer4.open h3{
        font-size: 30px;
    }
}
@media(max-width:1000px){
    .layer h3, .layer_ h3, .layer__ h3, .layer4.open h3{
        font-size: 30px;
    }
}
@media(max-width:700px){
    .layer h3, .layer_ h3, .layer__ h3, .layer4.open h3{
        font-size: 23px;
    }
}

.layer2, .layer3, .layer4{
    display: none;
    background: rgba(0, 0, 0, 0.356);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.layer2.open, .layer3.open, .layer4.open{
    display: block;

}
.layer2.open h3, .layer3.open h3{
    position: relative;
    top: 25%;
    width: 100%;
    height: 25px;
    font-weight: 400;
    color: #fff;
    font-size: 26px;
    user-select: none;
    text-align: center;
}
.layerText{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 100%;
}

@media(max-width:1700px){
    .layer2.open h3, .layer3.open h3{
        top: 18%;
        font-size: 26px;
    }
}
@media(max-width:1400px){
    .layer2.open h3, .layer3.open h3{
        top: 35%;
        font-size: 30px;
    }
    .layerText{
        width: 70%;
    }
}
@media(max-width:1100px){
    .layer2.open h3, .layer3.open h3{
        top: 35%;
        font-size: 26px;
    }
    .layerText{
        width: 60%;
    }
}
@media(max-width:900px){
    .layer2.open h3, .layer3.open h3{
        top: 30%;
        font-size: 26px;
    }
    .layerText{
        width: 80%;
    }
}
@media(max-width:700px){
    .layer2.open h3, .layer3.open h3{
        top: 30%;
        font-size: 23px;
    }
    .layerText{
        width: 80%;
    }
}
@media(max-width:550px){
    .layer2.open h3, .layer3.open h3{
        top: 23%;
        font-size: 22px;
    }
    .layerText{
        width: 80%;
    }
}




/* kontaktujte mě */












.kontakt2{
    margin: 50px auto;
    margin-top: 30px;
    width: 80%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.356),rgba(0,0,0,0.4)),url(images/kontakt.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    text-align: center;
    padding: 100px 0;
    overflow: hidden;
    user-select: none;
}
@media(max-width:1400px){
    .kontakt2{
        width: 60%;
    }
}
@media(max-width:1300px){
    .kontakt2{
        width: 60%;
        padding: 60px 0;
    }
}
@media(max-width:1000px){
    .kontakt2{
        width: 80%;
        padding: 60px 0;
        margin: 20px auto;
    }
}
@media(max-width:700px){
    .kontakt2{
        width: 80%;
        padding: 30px 0;
        margin: 10px auto;
    }
}
.kontakt2-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 12px 34px;
    font-size: 30px;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}
.kontakt2-btn:hover{
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.178);
    backdrop-filter: blur(1.5px);
    
    
}
.kontakt2 a{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
@media(max-width:1300px){
    .kontakt2-btn{
        padding: 8px 28px;
        font-size: 30px;
    }
}
@media(max-width:1100px){
    .kontakt2-btn{
        font-size: 26px;
    }
}
@media(max-width:1000px){
    .kontakt2-btn{
        padding: 8px 28px;
        font-size: 26px;
    }
}
@media(max-width:900px){
    .kontakt2-btn{
        font-size: 26px;
    }
}
@media(max-width:700px){
    .kontakt2-btn{
        font-size: 23px;
    }
}
@media(max-width:550px){
    .kontakt2-btn{
        font-size: 22px;
    }
}







/* footer */





.footer {
    width: 100%;
    text-align: center;
}
.footer p{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 300;
    width: 80%;
    text-align: center;
}
.footer-text{
    font-size: 15px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
@media(max-width:1400px){
    .footer-text{
        width: 60%;
        padding: 0px 0;
    }
}
@media(max-width:1000px){
    .footer-text{
        width: 80%;
        padding: 20px 0;
    }
}
@media(max-width:700px){
    .footer-text{
        width: 80%;
        padding: 10px 0;
    }
}
.footer-text p{
    color: #e4be78c0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
}
.nav-links2{
    font-family: 'Poppins', sans-serif;
    flex: 1;
    text-align: center;
}
.nav-links2 ul{
    padding-left: 0px;
}
.nav-links2 ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links2 ul li a{
    font-family: 'Roboto', sans-serif;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    color: #e4be78c0;
}




















/*                                                                                      kontakt                                                                                                 */






























.header2{
    min-height: 55vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.199),rgba(0, 0, 0, 0.199)),url(images/kontakt.jpg);
    background-position: center;
    background-size: cover;
    position: relative;

    background-repeat: no-repeat;
    background-attachment: fixed;
}
@media(max-width: 700px){
    .header2{
        min-height: 40vh;
    }
}

.kontakt{
    width: 80%;
    margin: auto;
    margin: 0;
}
.row{
    margin-top: 0px;
}
.contact-col{
    width: 50%;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    background: #ffffff11;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact-col div .fa-sharp{
    font-size: 28px;
    color: #e4be78c0;
    margin: 10px;
    margin-right: 15px;
}
.contact-col div .fa-brands{
    font-size: 32px;
    color: #e4be78c0;
    margin: 10px;
    margin-right: 15px;
}
.contact-col div h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    color: #e4be78c0;
}
.nameKontakt h2{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 15px;
    color: white;
    text-decoration: none;
}
.contact-col div h3{
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: white;
    margin-left: auto;
    margin-right: auto;
}
.contact-col div a{
    text-decoration: none;
}
.contact-col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    margin-left: 0px;
    margin-right: 0px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.445); 
    resize: none;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 0px #252424;
    transition: 0.2s;
    background: #24211C;
}
.contact-col input, .contact-col textarea{
    color: white;
}
.kontakt-btn2 p{
    color: rgb(255, 255, 255);
}
::placeholder{
    color: white;
    opacity: 1;
}
.kontakt-btn2{
    display: inline-block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0, 0.445);
    border-radius: 6px;
    padding: 6px 15px;
    font-size: 15px;
    background: #24211C;
    position:relative;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 0px 0px 0px 0px #252424;
    left: 50%;
    transform: translateX(-50%);
}

.contact-col input:hover{
    border: 1px solid rgb(0, 0, 0, 0.445);
    background: #24211c8c;
    box-shadow: 0px 0px 5px 1px #252424;
}

.contact-col textarea:hover{
    border: 1px solid rgb(0, 0, 0, 0.445);
    background: #24211c8c;
    box-shadow: 0px 0px 5px 1px #252424;
}

.kontakt-btn2:hover{
    border: 1px solid rgb(0, 0, 0, 0.445);
    background: #24211c8c;
    box-shadow: 0px 0px 5px 1px #252424;
}
@media(max-width: 700px){
    .contact-col{
        width: 80%;
        margin-bottom: 30px;
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 10px;
        padding: 20px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.g-recaptcha {
    width: 304px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    padding: 0;
    height: 50px;

}














/*                                                                                      galerie                                                                                                 */











/* header3 */

.header3{
    min-height: 55vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.199),rgba(0, 0, 0, 0.199)),url(images/galerieMain.jpg);
    background-position: center;
    background-size: cover;
    position: relative;

    background-repeat: no-repeat;
    background-attachment: fixed;
}
.header3 .toggle_btn{
    cursor: pointer;
    display: none;
    font-size: 25px;
    margin-left: auto;
}
.header3 .dropdown_menu ul li a{
    color: #e4be78c0;
    text-decoration: none;
    font-size: 20px;
}
@media(max-width: 700px){
    .header3 .toggle_btn{
        display: block;
    }
    .header3{
        min-height: 40vh;
    }
}

/* galerie */
.galerie{
    width: 100%;
}
.container{
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 8%;
}
.galerieObrazky{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 30px;
}
.galerieObrazky img{
    width: 100%;
}
.galerie h1 {
    color: #e4be78c0;
    text-align: center;
    font-family: 'Merienda', cursive;
    font-size: 50px;
}