* {
    font-family: 'Cabin Condensed', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: none;
}

body {
    font-size: 10px;
   
}
.logo {
    margin-top: -.5rem;
}
.logo img {
    width: 9.5rem;
    cursor: pointer;
    margin: 0 auto;
}
header {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    top: 0;
    position: sticky;
    background: white;
    z-index: 100;
    transition: all .4s ease-in-out;
    height: 130px;    
}
header.active {
    box-shadow: 0 0 0.9rem rgb(202, 202, 202);
    opacity: .85;
}



.menu {
    width: 60vw;
    height: 60vh;
    text-align: center;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    top: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
    opacity: .9;
    position: absolute;
    font-size: 1.7rem;
    font-weight: bold;
    transform: translateY(-100%);
    transition: all .4s ease-in-out;
    border: 1px solid silver;
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 1rem;
    opacity: 1;

}


.menu.active {
    transform: translateY(8.1rem);
}

.menu a {
    position: relative;
    align-items: center;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    color: rgb(0, 0, 0);
    transition: all .2s ease-in-out;
}

.menu a:hover {
    border-right: 3px solid silver;
    border-bottom: 3px solid silver;
    padding-right: .5rem;
    color:rgb(228, 122, 2);
}

.media {
    margin: .4rem .9rem 0 0; 
    text-align: center;
    align-items: center;
    padding: 0.5rem;
    
}
.media a {
   text-decoration: none;
}

.media img {
    width: 1.9rem;
    margin: 0 .2rem 0 .2rem;
    cursor: pointer;
}


.burger {
    width: 2.2rem;
    height: 2.2rem;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border: none;
    border-radius: .3rem;
    position: absolute;
    top: 4.5rem;
    right: 1.5rem;
    cursor: pointer;
}

.burger span {
    background-color: rgb(228, 122, 2);
    width: 100%;
    height: .25rem;
    transition: all .3s ease-in-out;
    border-radius: .5rem;;
    
}

.burger.active {
    z-index: 10;
    margin-right: .6rem;
    width: 2rem;
    border: none;

}

.burger.active > span {
    background-color: rgb(228, 122, 2);
}
.burger.active >span:nth-child(1) {
    transform: rotate(-47deg) translateY(.8rem);
    width: 70%;
    
}
.burger.active >span:nth-child(2) {
    display: none;
}
.burger.active >span:nth-child(3) {
    transform:rotate(47deg) translateY(-.8rem);
    width: 70%;
    
}



/*CENTER IMG*/

.w3-content img {
    width: 100vw;
    margin: 0 auto;
    
    
}

/*O NAS*/

.obraz {
    margin: 2rem;
}

.obraz h1 {
    text-align: center;
    font-size: 1.9rem;
    margin-bottom: 1rem;
    font-variant: small-caps;
    background: rgb(228,122,2);
    background: radial-gradient(circle, rgba(228,122,2,1) 0%, rgba(255,160,51,1) 52%, rgba(255,255,255,1) 91%, rgba(247,214,176,0.969625350140056) 92%, rgba(251,235,217,0) 100%);
    letter-spacing: .1rem;
    color: white;
    
}
.obraz h2 {
    text-align: center;
    font-size:3.2rem;
    color: rgb(126, 121, 116);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.about {
    margin: 1rem;
}

.obraz img {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 2rem;
    border-radius: 1rem;
    -webkit-box-shadow: 8px 8px 24px 0px rgba(239, 239, 239, 1);
-moz-box-shadow: 8px 8px 24px 0px rgba(239, 239, 239, 1);
box-shadow: 8px 8px 24px 0px rgba(239, 239, 239, 1);
}
.text button {
    margin: auto;
    display: flex;
    margin-top: 2rem;
    padding: .4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: rgb(33,33,33);
    background: linear-gradient(0deg, rgba(33,33,33,1) 0%, rgb(230, 230, 230) 100%);
    border-radius: .8rem;
    border: 1px solid rgb(228, 228, 228);
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all .3s ease-in-out;
    

}
.text button:hover {
    font-size: 1.6rem;
}
.text {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 3rem;
}
.text a {
    text-decoration: none;
}
.text p {
    text-align: justify;
    margin-bottom: .5rem;
    font-size: 1.3rem;

}

.galeria h2 {
    margin: 0 auto;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 2rem;
    font-variant: small-caps;
    background: rgb(228,122,2);
    background: radial-gradient(circle, rgba(228,122,2,1) 0%, rgba(255,160,51,1) 52%, rgba(255,255,255,1) 91%, rgba(247,214,176,0.969625350140056) 92%, rgba(251,235,217,0) 100%);
    letter-spacing: .3rem;
    color: white;
    width: 90%;
    border-radius: 5rem;
    
}
.galeria h3 {
    font-size: 1.3rem;
    color: rgb(0, 0, 0);
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    margin: 2rem;
   
}
.photo {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;

}
.photo img {
    width: 40%;
    margin: .7rem;
    cursor: pointer;
    border-radius: .5rem;
    -webkit-box-shadow: 8px 8px 24px 0px rgba(239, 239, 239, 1);
-moz-box-shadow: 8px 8px 24px 0px rgba(239, 239, 239, 1);
box-shadow: 8px 8px 24px 0px rgba(239, 239, 239, 1);
    
}

/*KONTAKT*/

.kontakt iframe {
    margin-top: 6rem;
    width: 100%;
    margin-bottom: 0;
    height: 50vh;
    

}

.kontakt h2 {
    margin: 0 auto;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-variant: small-caps;
    background: rgb(228,122,2);
background: radial-gradient(circle, rgba(228,122,2,1) 0%, rgba(255,160,51,1) 52%, rgba(255,255,255,1) 91%, rgba(247,214,176,0.969625350140056) 92%, rgba(251,235,217,0) 100%);
    letter-spacing: .3rem;
    color: white;
    width: 60%;
    border-radius: 5rem;

}
.kontakt h3 {
    font-size: 1.2rem;
    color: rgb(0, 0, 0);
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    
}

.danekontaktowe {
    width: 100%;
    height: 70vh;
    background-image:url(img/kontakt.jpg);
    background-position: center;
    margin-bottom: 13rem;
    clip-path: polygon(0 0, 100% 0, 100% 71%, 0% 100%);
}

.adress-icon {
    font-size: 1rem;
    margin-top: .4rem;
}

.media-kontakt img {
    width: 2rem;
}
.media-kontakt a {
    text-decoration: none;
    margin-right: .5rem;
}

.dane-kontaktowe {
    width: 60vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items:flex-end;
    margin-top: -16rem;
    margin-bottom: 3rem;

    
    


    
}
.adres {
   position: relative;
   
   margin-top: 1rem;
}

.adres li {
    list-style: none;
    align-items: center;
    margin: 0 auto;
    display: flex;
    font-size: .8rem;
}
.adres li img {
    background-color: rgb(228, 122, 2);
    border-radius: .5rem;
    padding: .3rem;
    margin: .1rem;
    text-decoration: none;
    
}
.adres-kontaktowy li {
    color: rgb(0, 0, 0);
    font-size: 1.2rem;
    
}
.text-adress {
    color: rgb(122, 122, 122);
    margin-left: .3rem;
    font-size: 1rem;
}

.godziny {
    margin-top: 2rem;
    color: rgb(0, 0, 0);
    font-size: 1.7rem; 
}

.godziny p {
    margin-left: .3rem;
}

/*footer*/



footer {
    text-align: center;
    width: 100%;
    height: 3rem;
    color: rgb(255, 255, 255);
    background-color: rgb(53, 53, 53);
    font-size: .7rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    letter-spacing: .05rem;
}

/*SLIDER*/

.slider {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  
  .slider__container {
    max-width: 700px;
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .slider__button {
    outline: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: rgb(228, 122, 2);
    color: #fff;
    border: none;
    position: absolute;
    transition: background-color 0.1s ease-in;
  }
  
  .slider__button:disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
  }
  
  .slider__button:hover {
    background-color: rgb(252, 161, 57);
  }
  
  .slider__button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #fff;
    border-bottom: 0;
    border-right: 0;
    height: 20px;
    width: 20px;
  }
  
  .slider__button--prev {
    left: 0;
  }
  .slider__button--prev::before {
    transform: translate(100%, 75%) rotate(-45deg);
  }
  .slider__button--next {
    right: 0;
  }
  .slider__button--next::before {
    transform: translate(50%, 75%) rotate(135deg);
  }
  
  .slide__image {
    height: auto;
    max-width: 100%;
  }
  
  .slide__caption {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }



@media only screen and (min-width: 960px) {
    .burger {
        display: none;
    }

    header {
        height: 130px;
    }
    .menu {
        border: none;
        padding-top: 0;
        position: unset;
        background: inherit;
        color: rgb(112, 112, 112);
        flex-direction: row;
        height: inherit;
        width: max-content;
        align-items: center;
        transform: translateY(0);
        gap: 3rem;
        font-size: 1.2rem;
        font-weight: 400;
        text-align: center;
    }
    .media img {
        margin-bottom: .5rem;
    }
    .media {
        align-items: center;
        width: max-content;
        margin-right: 3rem;
        
    }
    .logo {
        margin-left: 3rem;
    }
   
  
    .about {
        width: 80vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0 auto;
        margin-top: 3rem;
    }  
    .obraz img {
        width: 25vw;
    }
    .galeria {
        width: 90vw;
        margin: 0 auto;
    }
    
    .galeria h2 {
        width: 60%;
    }
    .galeria h3 {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }
    .dane-kontaktowe {
        width: 80vw;
        align-items: center;
        margin-top: -16rem;
       
    }
    .media-kontakt {
        
        display: flex;
        justify-content: flex-end;
        width: 80%;
    }

    .slider {
        margin-top: 3rem;
        width: 80vw;
    }
}
@media only screen and (min-width: 1300px) {
    .about {
        width: 70vw;
    }
    .obraz img {
        width: 15vw;
    }
    .galeria {
        margin: auto;
        width: 85vw;
    }
    
    .menu {
        gap: 7rem;
    }
    
}