@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400&display=swap');

:root{
    --green: #11341d;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Bahnschrift';
    font-weight: 200;
    scroll-behavior: smooth;
    text-decoration: none;
}

body{
    height: 100vh;
    background: url(img/salonbezcz14.png);
    background-size: cover;
    background-position: center;
  background-color: #006633;
    background-repeat: no-repeat;
    scroll-behavior: smooth;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    scroll-snap-align: start;
}
.nawigacja{
   

    justify-content: center;
    list-style: none;
}
.nawigacja ul {
    list-style: none;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    
}
.nawigacja ul li{
    padding: 8px 8px;
}
.nawigacja ul li a{
    display: inline-block;
    
    color: #fff;
    text-decoration: none;
    padding: 2px 12px;
}
.nawigacja ul li::after
{
    content: '';
    width: 20%;
    height: 1.5px;
    background: #1e7742	/*var(--green)*/;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nawigacja ul li:hover::after
{
    width: 100%;
   
}
.mainpage{
    
    justify-content: center;
    align-items: center;
    scroll-snap-type: y mandatory;
    
}
.tekst{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25%;
    margin-bottom: 25%;
    color: #fff;
    position: relative;
    
}
.tekst img{
    position: absolute;
    bottom: -210%;
    align-items: center;
    justify-content: center;
    width: 370px;
}
.opis{
    font-size: 18px;
    text-align: justify;
}
.mile{
    font-style: italic;
    font-size: 22px;
}

.mile h2{
    font-family: Bahnschrift;
    font-style: italic;
    margin-top: 250px;
}

.swipe img{
    position: absolute;
    width: 80px;
    left: auto;
    right: auto;
    align-items: center;
    top: 170px;
    justify-content: center;
    display: block;
    transform: translate(-220%, 50%);
    animation: swiper .3s infinite;
}
.swipe{
    justify-content: center;
    align-items: center;
    text-align: center;
}

h1{
    color: #fff;
    font-size: 100px;
    text-decoration: none;
}
p{
    color: #fff;
    font-size: 44px;
    text-decoration: none;
}
.oferta{
    width: 100%;
    
    background: url(img/w1s68.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.linia{
    width: 260px;
    height: 4px;
    background: #826040;
    margin: 10px auto;
    border-radius: 2px;
}
.tytul h1{
    text-align: center;
    justify-content: center;
    font-size: 38px;
    color: #cdc3b7;
    font-weight: 400;
    text-shadow: 2px 2px 2px #0a170d;
    letter-spacing: 4px;
    text-decoration-color: #837054;
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    
}
.ctn{
    padding: 10px 18px;
    width: 20%;
    text-align: center;
    background: linear-gradient( 90deg,rgba(130,96,64, .95), rgba(107,80,54, .95)) /*#6b5036*/;
    border-radius: 30px;
    color: #fff;
    text-shadow: 2px 2px 2px #0a170d;
}
.row{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.kolumna img{
    transition: .3s;
}
.kolumna img:hover{
    transform: scale(1.04);
}
.row .kolumna{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.oferta .row{
    margin-top: 200px;
}
.oferta h4{
    font-size: 30px;
    color: #cdc3b7;
    margin: 20px auto;
    text-shadow: 2px 2px 2px #0a170d;
    width: 50%;
    text-align: center;
    border-radius: 2px;
    font-weight: 400;
}

.oferta p{
    color: #fff;
    font-size: 18px;
    padding: 8px 40px;
    background: linear-gradient( 45deg,rgba(130,96,64, .95), rgba(107,80,54, .95)) /*rgba(130,96,64, .95)*/;
    text-shadow: 2px 2px 2px #0a170d;
    width: 50%;
    border-radius: 5px;
font-weight: 200;
}
.ctn{
    margin-top: 30px;
    transition: .3s ease-in-out;
    font-weight: 400;
}
.ctn:hover{
    transform: scale(1.04);
}
h2{
    font-family: Bahnschrift;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
.bottom ul {
    list-style: none;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: transparent;
}
.bottom ul li{
    padding: 8px 8px;
}
.bottom ul li a{
    display: inline-block;
    
    color: #fff;
    text-decoration: none;
    padding: 2px 12px;
}
.bottom ul li::after
{
    content: '';
    width: 20%;
    height: 1px;
    background: 	var(--green);
    display: block;
    margin: auto;
    transition: 0.5s;
}
.bottom ul li:hover::after
{
    width: 100%;
   
}








































@media(max-width:1590px){
    .row{
        display: block;
        justify-content: center;
      }
}



@media(min-width:1100px){
    
    .swipe img{
        top: 30px;
    }
   
    h2{
        font-size: 14px;
    }
    

    
      body{
        background-size: contain;
        background-repeat: no-repeat;
    }
    .oferta{
        background-repeat: repeat;
    }
}


@media(min-width:1000px) and (max-width: 1100px){
    
    body{
        background-size: contain;
        background-repeat: no-repeat;
    }
    .oferta{
        background-repeat: repeat;
    }
}
@media(max-width:1000px) and (min-width: 800px){
    body{
        
        background-position: center;
        background-color: #006633;
        background-size: cover;
        width: 90vw;
    }
    .mainpage{
        min-height: 105vh;
    }
    .card{
        width: 300px;
        height: 330px;
    }
    .bottom{
        background-color: #006633;
    }
    .oferta{
        background-repeat: repeat;
    }
    .card{
        width: 300px;
        height: 330px;
        display: inline-block;
        border-radius: 10px;
        display: block;
            margin-left: auto;
            right: 70px;
        box-sizing: border-box;
        cursor: pointer;
        
        background: url(img/domek1cz.png);
        background-position: center;
        background-size: cover;
        transition: transform .5s;
        display: flex;
        flex-direction: column;
        text-decoration: none;
        
    }
    
        .col{
            display: block;
            margin-left: auto;
            margin-right: auto;
            text-decoration: none;
            font-size: 14px;
            overflow-wrap: break-word;
        }
        .kon{
            position: relative;
            display: block;
            margin-bottom: 350%;
            margin-left: 130px;
            margin-right: auto;
            justify-content: center;
            align-items: center;
overflow-x: hidden;
        }
        .card{
            margin-left: -100px;
            overflow-x: hidden;
            position: relative;
        }
        .col img{
            width: 250px;
        }
        
        .tekst img{
            display: block;
            width: 330px;
            margin-left: auto;
            margin-right: auto;
            top: 0;
           justify-content: center;
           align-items: center;
        }
        .mile{
            font-size: 22px;
            margin-top: 70%;
            margin-bottom: auto;
            display: flex;
            position: absolute;
        }
        .swipe img{
            width: 90px;
            top: 520px;
            margin-bottom: auto;
            display: block;
            margin-left: 240%;
            margin-right: 0%;
            justify-content: center;
            align-items: center;
            position: relative;
        }
            .card{
                width: 400px;
                height: 430px;
                display: inline-block;
                border-radius: 10px;
                display: block;
                    margin-left: auto;
                    right: 150px;
                box-sizing: border-box;
                cursor: pointer;
                justify-content: center;
                align-items: center;
                background: url(img/domek1cz.png);
                background-position: center;
                background-size: cover;
                transition: transform .5s;
                display: flex;
                flex-direction: column;
                text-decoration: none;
                
            }
            
                .col{
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                    text-decoration: none;
                    font-size: 22px;
                    overflow-wrap: break-word;
                }
                .kon{
                    
                    display: block;
                    bottom: 550%;
                    margin-left: 180px;
                    margin-right: auto;
                    justify-content: center;
                    align-items: center;
                    font-size: 22px;
                    overflow-wrap: break-word;
overflow-x: hidden;
                }
                .row{
                    display: block;
                    justify-content: center;
                  }
}
@media(max-width:800px) and (min-width: 500px){
    body{
        
        background-position: center;
        background-color: #006633;
        background-size: cover;
        width: 90vw;
    }
    .mainpage{
        min-height: 105vh;
    }
    .card{
        width: 300px;
        height: 330px;
    }
    .bottom{
        background-color: #006633;
    }
    .card{
        width: 300px;
        height: 330px;
        display: inline-block;
        border-radius: 10px;
        display: block;
            margin-left: auto;
            right: 70px;
        box-sizing: border-box;
        cursor: pointer;
        
        background: url(img/domek1cz.png);
        background-position: center;
        background-size: cover;
        transition: transform .5s;
        display: flex;
        flex-direction: column;
        text-decoration: none;
        
    }
    
        .col{
            display: block;
            margin-left: auto;
            margin-right: auto;
            text-decoration: none;
            font-size: 14px;
            overflow-wrap: break-word;
        }
        .kon{
            position: relative;
            display: block;
            margin-bottom: 350%;
            margin-left: 130px;
            margin-right: auto;
            justify-content: center;
            align-items: center;
overflow-x: hidden;
        }
        .card{
            margin-left: -100px;
            overflow-x: hidden;
            position: relative;
        }
        .col img{
            width: 250px;
        }
        
        .tekst img{
            display: block;
            width: 330px;
            margin-left: auto;
            margin-right: auto;
            top: 0;
           justify-content: center;
           align-items: center;
        }
        .mile{
            font-size: 22px;
            margin-top: 70%;
            margin-bottom: auto;
            display: flex;
            position: absolute;
        }
        
            
            .kolumna p{
                width: 95%;
            }
                .col{
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                    text-decoration: none;
                    font-size: 22px;
                    overflow-wrap: break-word;
                }
                .kon{
                    
                    display: block;
                    bottom: 550%;
                    margin-left: 180px;
                    margin-right: auto;
                    justify-content: center;
                    align-items: center;
                    font-size: 22px;
                    overflow-wrap: break-word;
overflow-x: hidden;
                }
                .row{
                    display: block;
                    justify-content: center;
                  }
}

@media(max-width:640px) and (min-width:501px){
    body{
        
        background-position: center;
        background-color: #006633;
        background-size: cover;
        width: 100vw;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        min-height: 130vh;
    }
    .row{
        display: block;
        justify-content: center;
      }
    .nawigacja ul li a{
        display: block;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .mainpage{
        min-height: 155vh;
    }
    .card{
        width: 300px;
        height: 330px;
    }
    .bottom{
        background-color: #006633;
    }
    .card{
        width: 300px;
        height: 330px;
        display: inline-block;
        border-radius: 10px;
        display: block;
            margin-left: auto;
            right: 70px;
        box-sizing: border-box;
        cursor: pointer;
        
        background: url(img/domek1cz.png);
        background-position: center;
        background-size: cover;
        transition: transform .5s;
        display: flex;
        flex-direction: column;
        text-decoration: none;
        
    }
    
        .col{
            display: block;
            margin-left: auto;
            margin-right: auto;
            text-decoration: none;
            font-size: 20px;
            overflow-wrap: break-word;
            width: 100%;
        }
        .kon{
            position: relative;
            display: block;
            margin-bottom: 350%;
            margin-left: 100px;
            margin-right: auto;
            justify-content: center;
            align-items: center;
overflow-x: hidden;
width: 100%;
        }
        .card{
            
            
            position: relative;
        }
        .col img{
            width: 250px;
        }
        
        .tekst img{
            display: block;
            width: 330px;
            margin-left: auto;
            margin-right: auto;
            top: 0;
           justify-content: center;
           align-items: center;
        }
        .mile{
            font-size: 22px;
            margin-top: 70%;
            margin-bottom: auto;
            display: flex;
            position: absolute;
        }
        .swipe img{
            width: 90px;
            top: 320px;
            margin-bottom: auto;
            display: block;
            margin-left: 240%;
            margin-right: 0%;
            justify-content: center;
            align-items: center;
            position: relative;
        }
            .card{
                width: 350px;
                height: 380px;
                display: inline-block;
                border-radius: 10px;
                display: block;
                    margin-left: auto;
                    right: 280px;
                box-sizing: border-box;
                cursor: pointer;
                justify-content: center;
                align-items: center;
                background: url(img/domek1cz.png);
                background-position: center;
                background-size: cover;
                transition: transform .5s;
                display: flex;
                flex-direction: column;
                text-decoration: none;
                
            }
            
                .col{
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                    text-decoration: none;
                    font-size: 22px;
                    overflow-wrap: break-word;
                    width: 100%;
                }
                .kon{
                    
                    display: block;
                    bottom: 550%;
                    margin-left: 180px;
                    margin-right: auto;
                    justify-content: center;
                    align-items: center;
                    font-size: 22px;
                    overflow-wrap: break-word;
overflow-x: hidden;
                }
}

@media(max-width:500px){
    
        .mainpage{
    
            height: 100vh;
            
        }
        body{
           background: url(salonbezcz142.png);
           background-color: #006633;
            width: 100vw;
            overflow-x: hidden;
            background-position: center;
            background-repeat: no-repeat;
        }
        .kolumna p{
            width: 95%;
        }
        .ctn{
            width: 80%;
        }
        .tekst img{
            display: block;
            width: 330px;
            margin-left: auto;
            margin-right: auto;
            top: 0;
           justify-content: center;
           align-items: center;
        }
        .mile{
            font-size: 14px;
            margin-top: 50%;
            margin-bottom: auto;
            display: flex;
            position: absolute;
        }
        .swipe img{
            width: 60px;
            margin-top:500px;
            margin-bottom: auto;
            display: block;
            margin-left: 240%;
            margin-right: 0%;
            justify-content: center;
            align-items: center;
            position: relative;
        }
            .row .kolumna{
                display: flex;
                flex-direction: column;
                overflow-x: hidden;
            }
            .kolumna img{
                width: 500px;
                justify-content: center;
            }
                h2{
                    font-size: 14px;
                    top: 0;
                    position: relative;
                }
                
              .row{
                display: block;
                justify-content: center;
              }
                .nawigacja ul li a{
                    font-size: 12px;
                }
                .nawigacja img{
                    display: none;
                }
                .bottom ul li a{
                    font-size: 12px;
                }
                .bottom img{
                    display: none;
                }
                .tekst img{
                    width: 300px;
                }
                .swipe img{
                    width: 80px;
                    top: -60px;
                }
                .mile{
                    font-size: 20px;
                    font-style: italic;
                }
                body{
                background-size: cover;
            }
            }
            @media(min-width: 414px) and (max-width: 450px){
                .swipe img{
                    top: -160px;
                }
                
            }
        @media(max-width: 400px){
            .mainpage{
    
                min-height: 105vh;
                
            }
            body{
                min-height: 120vh;
            }
            .mile{
                margin-top: 200px;
                
            }
            
            
        }
        @media(max-width:380px){
            .swipe img{
                width: 80px;
                top: -160px;
            }
            .kolumna img{
                width: 450px;
            }
            .row{
                justify-content: center;
                align-items: center;
                width: 100%;
            }
            body{
                justify-content: center;
                align-items: center;
                margin-left: auto;
                margin-right: auto;
            }
        }
        @media(max-width: 330px){
            .tekst img{
                width: 300px;
                margin-right: auto;
                margin-left: 25px;
                display: block;
            }
            .swipe img{
                width: 80px;
                top: -60px;
                
                margin-left: 400px;
            }
            .oferta{
                overflow-x: hidden;
            }
        }
        @media(max-width: 320px) and (max-height: 568px){
            body{
                overflow-wrap: break-word;
            }
            .swipe img{
                width: 80px;
                top: -210px;
                
                margin-left: 360px;
            }
            .card{
                margin-left: -210px;
                width: 250px;
                height: 280px;
            }
            
        }
        @media(max-width: 290px){
            body{
                min-height: 123vh;
            }
            .row{
                width: 100%;
                justify-content: center;
            }
            .kolumna img{
                width: 400px;
            }
            .tekst img{
                width: 300px;
                margin-right: auto;
                margin-left: 55px;
                display: block;
            }
            .nawigacja ul{
                text-align: center;
                margin-left: 55px;
                margin-right: auto;
            }
            .card{
                width: 280px;
                height: 310px;
            }
            .swipe img{
                width: 80px;
                top: -160px;
                
                margin-left: 450px;
            }
        }