* {
    margin: 0 auto;
    font-family: 'Cabin Condensed', sans-serif;
    padding: 0;
    box-sizing: border-box;
    
}

header {
    
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem;
    top: 0;
    position: sticky;
    background: rgb(228,228,228);
    background: white;
    z-index: 100;
    transition: all .4s ease-in-out;
    
    
}
body {
    overflow-x: hidden;
}

.logo img {
    height: 4.5rem;
    margin-top: .5rem
}


.menu-link {
    position: relative;
    cursor: pointer;
    color: white;
    
  }
.media a {
    text-decoration: none;
    margin: .3rem;
}
.media img {
    width: 2.5rem;
    margin-top: 1.7rem;
}
header.active {
    box-shadow: 0 0 0.9rem rgb(202, 202, 202);
    opacity: .9;
}




.menu {
    font-size: 1.8rem;
    width: 100vw;
    height: 35vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: rgb(228,228,228);
    background: linear-gradient(0deg, rgb(128, 128, 128) 0%, rgba(41,41,41,1) 6%, rgba(41,41,41,1) 95%, rgb(107, 107, 107) 100%);
    top: 144px;
    left: 0;
    position: absolute;
    letter-spacing: .3rem;
    transform: translateY(-170%);
    transition: all .5s ease-in-out;
    position: absolute;
    opacity: .9;
}


.menu.active {
    transform: translateY(-1.70rem);
}

.menu li {
    position: relative;
    align-items: center;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    color: rgb(255, 255, 255);
    list-style: none;
    margin: 1rem;
    transition: all .3s ease-in-out;
}

.menu li:hover {
    font-size: 1.85rem;
    color: rgb(239, 108, 38);
    
}


.burger {
    margin: 0;
    margin-top: 1.7rem;
    margin-left: 1rem;
    align-items: center;
    width: 2.6rem;
    height: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: transparent;
    border: none;
    cursor: pointer;
    

}

.burger span {
    width: 100%;
    background: rgb(239, 108, 38);
    height: .3rem;
    transition: all .3s ease-in-out;
    border-radius: 1rem;
}
.burger span:nth-child(2) {
    background: rgb(239, 108, 38);
    width: 90%;
}

.burger.active {
    z-index: 10;
    margin-right: 0.5rem;
}

.burger.active > span {
    background: rgb(239, 108, 38);
    margin-right: 1.4rem;
}
.burger.active >span:nth-child(1) {
    transform: rotate(-45deg) translateY(13px);
    width: 60%;
   
    
}
.burger.active >span:nth-child(2) {
    display: none;
}
.burger.active >span:nth-child(3) {
    transform:rotate(45deg) translateY(-14px);
    width: 60%;
   
  
    
}

.w3-content img {
  
    width: 100vw;
    margin: 0 auto;
    margin-top: 2.5rem;
    
        
}

/*CENTER*/

.about h1 {
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    width: max-content;
    margin-top: 3rem;
    margin-bottom: 2rem;
    color: rgb(14, 14, 14);
    letter-spacing: .1rem;
    border-bottom-left-radius: 1rem;
    font-weight: bolder;
    border-bottom: 3px solid rgb(239, 108, 38);
}

.about p {
    margin: 2rem;
    text-align: justify;
    font-size: 1.6rem;
}

.contact a {
    text-decoration: none;
}

.contact {
    background-color: rgb(245, 245, 245);
    padding-top: .1rem;
    padding-bottom: 1rem;
}
.contact p {
    text-align: center;
    margin: 2rem 0 1rem 0;
    font-size: 1.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.contact button {
    background-color: rgb(239, 108, 38);
    border: 1px solid rgb(239, 108, 38);
    color: white;
    margin: 0 auto;
    align-items: center;
    display: flex;
    padding: .6rem 1.3rem;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    transition: all .3s ease-in-out;
    cursor: pointer;
    
}
.contact button:hover {
    font-size: 1.5rem;
}

.aboutme p {
    margin: 2rem;
    text-align: center;
    font-size: 1.3rem;
    color: rgb(116, 116, 116);
 
}

.center h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    width: max-content;
    margin-top: 6rem;
    margin-bottom: 2rem;
    color: rgb(14, 14, 14);
    letter-spacing: .1rem;
    border-bottom-left-radius: 1rem;
    font-weight: bolder;
    border-bottom: 3px solid rgb(239, 108, 38);
}

.aboutme img {
    width: 10rem;
    height: 10rem;
    border: 6px solid rgb(239, 108, 38);
    padding: 1rem;
    border-radius: 2rem;
    margin-bottom: 1rem;;
    
}

.aboutme li {
    align-items: center;
    margin: 0 auto;
    list-style: none;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.aboutme ul {
    display: flex;
    flex-direction: column;
}
.aboutme h3 {
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: bolder;
    color: rgb(196, 88, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
}


/*OFFER*/

.offer h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    width: max-content;
    margin-top: 6rem;
    margin-bottom: 1rem;
    color: rgb(14, 14, 14);
    letter-spacing: .1rem;
    border-bottom-left-radius: 1rem;
    font-weight: bolder;
    border-bottom: 3px solid rgb(239, 108, 38);
}


.offer ul {
    width: 80vw;
}
.offer ul li {
    list-style: none;
    border: 2px solid silver;
    margin-top: 1rem;
    margin-bottom: 1rem;


}
.offer ul li h3 {
    background-color: rgb(161, 97, 24);
    color: white;
    padding: .5rem;
    font-size: 1.5rem;
    font-weight: 500;

}
.offer ul li p {
    padding: 1rem;
    text-align: justify;
    font-size: 1.2rem;
    color: black;
}

.offer h4 {
    margin: 0 auto;
    text-align: center;
    font-size: 1.3rem;
    color: rgb(116, 116, 116);
    font-weight: 300;
    margin-bottom: 3rem;
}
.offer img {
    height: 9rem;
    margin: 0 auto;
    align-items: center;
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.ebike {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background-color: rgb(245, 245, 245);
}

.ebike h3{
    text-align: center;
    margin: 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    
    
}

.ebike button {
    background-color: rgb(239, 108, 38);
    border: 1px solid rgb(239, 108, 38);
    color: white;
    margin: 0 auto;
    align-items: center;
    display: flex;
    padding: .6rem 1.3rem;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    margin-top:2rem;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.ebike img {
    width: 25rem;
    margin-bottom: -3rem;
}
.ebike a {
    text-decoration: none;
}
.ebike button:hover {
    font-size: 1.5rem;
    
}

/*OPINIE*/


.opinions h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    width: max-content;
    margin-top: 6rem;
    margin-bottom: 4rem;
    color: rgb(14, 14, 14);
    letter-spacing: .1rem;
    border-bottom-left-radius: 1rem;
    font-weight: bolder;
    border-bottom: 3px solid rgb(239, 108, 38);
}

.opinions ul {
    margin: 2rem;
    list-style: none;
}

.opinions li {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 1.2rem;
}

.opinions p {
    font-size: 1.2rem;
}


/*KONTAKT*/

.kontakt iframe {
    margin-top: .1rem;
    width: 100%;
    margin-bottom: 0;
    height: 50vh;
}

.kontakt h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    width: max-content;
    margin-top: 6rem;
    margin-bottom: 1rem;
    color: rgb(14, 14, 14);
    letter-spacing: .1rem;
    border-bottom-left-radius: 1rem;
    font-weight: bolder;
    border-bottom: 3px solid rgb(239, 108, 38);

}
.kontakt h3 {
    margin: 0 auto;
    text-align: center;
    font-size: 1.3rem;
    color: rgb(116, 116, 116);
    font-weight: 300;
    margin-bottom: 3rem;
    
}

.danekontaktowe {
    width: 100%;
    height: 40vh;
    background-image:url(img/kontakt.jpg);
    background-position: center;
    margin-bottom: 17rem;
    clip-path: polygon(0 0, 100% 0, 100% 71%, 0% 100%);
}

.adress-icon {
    font-size: 1rem;
    margin-top: .4rem;
}

.media-kontakt img {
    width: 4rem;
    margin: .2rem;
    margin-bottom: 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;
    font-size: .8rem;
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.adres li img {
    width: 2rem;
    background-color: rgb(228, 122, 2);
    border-radius: .5rem;
    padding: .4rem;
    margin: .1rem;
    text-decoration: none;
    
}
.adres-kontaktowy li {
    color: rgb(0, 0, 0);
    font-size: 1.2rem;
    
}
.text-adress {
    color: rgb(122, 122, 122);
    font-size: 1.4rem;
    margin: .5rem;
    text-align: center;
}

.godziny {
    margin-top: 2rem;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 1.7rem; 
    
}
.godziny b {
    font-size: 1.1rem;
}

.godziny p {
    font-size: 1.4rem;
    margin-bottom: .5rem;
}

.godziny h4 {
    margin-bottom: .3rem;
}

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;
    margin-top: 5rem;
}





@media only screen and (min-width: 960px) {
.burger {
    display: none;
}
.logo img {
    height: 5.5rem;
}
.menu {
    
    margin: 0 auto;
    width: 70%;
    padding-top: 1rem;
    position: unset;
    background: none;
    display: flex;
    flex-direction: row;
    height: inherit;
    align-items: center;
    transform: translateY(0);
    gap: 1.5rem;
    font-size: 1.4rem;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.1rem;
    
}

.menu li {
    display: flex;
    color: black;
}
.menu li:hover {
    font-size: 1.6rem;
    font-weight: bolder;
    color: rgb(239, 108, 38);
    
    
}
.about p {
    width: 60vw;
    margin: 0 auto;
    font-size: 1.9rem;
}


.aboutme p {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 3rem;
}



.aboutme ul {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    width: 80vw;
    

}
.aboutme ul li {
    width: 33vw;
    
        
}

.aboutme ul li h3 {
    width: 100%;
}
.offer p {
    margin: 0 auto;
    text-align: center;
    font-size: 1.3rem;
    color: rgb(116, 116, 116);
}
.offer ul {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    justify-content: center;

}
.offer li {
    width: 30%;
    margin: 1rem;
}


.opinions ul {
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.opinions li {
    width: 33%;
    padding: 1.5rem;
}

.ebike h3 {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
    

}


}

@media only screen and (min-width: 1300px) {
    .menu {
        gap: 6rem;
    }
    .offer ul {
        width: 80vw;
    }
    .offer li {
        margin: 1.5rem;
    }
    
}
