@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
:root {
    --yel: #ffe079;
    --gre: #121211;
    --lgr: #636572;
}
* {
     transition: 0.3s all ease-in-out;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'PT Sans', sans-serif;
    margin: 0;
    background: #fff;
   
}

a {
    text-decoration: none;
    color: var(--gre);
}
h2 {
    font-size: 35px;
}
.kontener {
    max-width: 1500px;
    margin: auto;
    }
.sekcja {
    padding: 100px 110px;
    }
.primary-btn {
    display: inline-block;
    padding: 20px 60px;
    background: var(--yel);
    color: var(--gre);
    font-size: 22px;
}
.primary-btn:hover {
    background: var(--gre);
    color: var(--yel);
}
.secondary-btn {
    display: inline-block;
    padding: 19px 60px;
    border: 1px solid var(--gre);
    color: var(--gre);
    font-size: 22px;
}
.secondary-btn:hover {
    background: var(--gre);
    color: var(--yel);
}


.menu-bar {
    max-width: 90%;
    margin: auto;
    display: flex;
}

.menu-logo {
    display: block;
    width: 155px;
    height: 104px;
  }
#menu {
    width: 100%;
}
#menu ul {
    display: flex;
    justify-content: flex-end;
    
}
#menu li {
    display: block;
    list-style-type: none;
    padding: 20px;
    margin-left: 40px;
    }
.menu-cta {
    padding: 20px 60px !important;
    border: 1px solid;
    border-color: var(--gre);
    text-transform: uppercase;
    }
.menu-cta:hover {
    background: var(--gre);
 }
.menu-cta:hover a {
    color: #fff;
}
.menu-bar-mobile {
    display: none;
}

#menu-mobile {
    display:none;
}

.hero {
    height:400px;
    background: url("/img/protezy-inowroclaw-00004.jpg") no-repeat;
}
.hero .kolumna {
    width: 500px;
}
.hero h1 {
    display: inline-block;
    font-size: 47px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.hero h2 {
    font-size: 37px;
    line-height: 40px;
    margin-top: 0;
}
.hero p {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 20px;
}
#dlaczego-my {
    padding-top: 0;
}
.dlaczego-karty {
    display: flex;
    justify-content: space-between;
}
.dlaczego-karta {
    display: block;
    width: 210px;
    height: 145px;
}
.dlaczego-karta h3 {
    margin-top: 5px;
 }

.dlaczego-karta:before, .dlaczego-karta:after {
    content:'';
    display: block;
    width: 210px;
    height: 20px;
    border: 2px solid var(--yel);
}
.dlaczego-karta:before {
    border-bottom: none;
}
.dlaczego-karta:after {
    border-top: none;
    position:relative;
    
}
.dlaczego-karta p {
    font-size: 14px;
}
#oferta {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url('/img/protezy-inowroclaw-00016.jpg') bottom no-repeat;
}
#oferta h2 {
    width: 100%;
}
#oferta ul li, .dla-gabinetow ul li, .sklep ul li {
    list-style-type: none;
    font-size: 22px;
    line-height: 28px;
    padding-left: 40px;
    background: url('/img/ikona-listy.svg') no-repeat;
    background-position: 0 0;
    background-size: 22px;
    margin-bottom: 15px;
}
.naprawa, .czyszczenie {
    width: 534px;
    height: 350px;
    padding-top: 200px;
}
.naprawa h3, .czyszczenie h3 {
    font-size: 35px;
    display: inline-block;
    padding-left: 20px;
    margin: 20px 0 10px;
}
.naprawa {
    background: url('/img/protezy-inowroclaw-00012.jpg') no-repeat top;
}
.czyszczenie {
    background: url('/img/protezy-inowroclaw-00011.jpg') no-repeat top;
}
.naprawa:after, .czyszczenie:after {
    content:'';
    display: block;
    height: 25px;
    border: 2px solid var(--yel);
    border-top: none;
}

.pogotowie {
    width: 100%;
    margin-top: 20px;
    border: 2px solid var(--yel);
    padding: 40px 415px 80px 80px;
    background: url('/img/protezy-inowroclaw-00009.png') no-repeat 850px;
}
.pogotowie ul {
    padding-bottom: 20px;
}

.umow {
    padding-top: 60px;
    background: url('/img/protezy-inowroclaw-00014.jpg') no-repeat right;
    background-size: cover;
}
.umow .kolumna {
    width: 500px;
}
.umow p {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
}
.dla-gabinetow {
    padding-top: 50px;
    background: url('/img/protezy-inowroclaw-00013.jpg') no-repeat;
}

.dla-gabinetow .kolumna {
    padding:
}
.info-bar {
    margin-top: 80px;
    border-top: 1px solid var(--gre);
    padding-top: 20px;
}
.inf-2 {
    display: block;
    margin-top: 10px;
    font-size: 22px;
    text-align: center;
}
.inf-2 a {
    text-decoration: underline;
}
.inf-2 a:hover {
    color: var(--yel);
}
.info-bar .info {
    display: block;
    font-size:32px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.sklep {
    padding-top: 50px;
    background: url('/img/protezy-inowroclaw-00008.jpg') no-repeat;
    background-size: cover;
}
.kontakt-bar {
    display: flex;
    margin-top: 50px;
}
.adres {
    padding-left: 30px;
    background: url('/img/adres.svg') no-repeat 0 3px;
    margin-right: 60px;
}
.o-nas {
    padding-top: 50px;
    display: flex;
    justify-content: flex-end;
    background: url('/img/protezy-inowroclaw-00007.jpg') no-repeat 0 80px;
}
.o-nas .kolumna {
    width: 500px;

}
.o-nas p {
    font-size: 18px;
    line-height: 26px;
}
.podpis {
    text-align: right;
}
.gabinet-to {
    padding: 50px 100px;
    margin: 0 auto;
    border: 1px solid var(--yel);
    border-left: none;
    border-right: none;
}
.obrazki {
    display: flex;
    justify-content: space-between;
}
.testimonials {
    padding: 50px 110px;
}
.testimonials-cards {
    display: flex;
    justify-content: space-between;
}
.testimonial-card {
    padding: 105px 40px;
    width: 315px;
    border: 1px solid var(--lgr);
    font-size: 14px;
    line-height: 26px;
    background: url('/img/protezy-inowroclaw-00001.png') no-repeat 40px 50px;
}
.testimonial-card .podpis {
    display: block;
    margin-top: 15px;
    font-weight: bold;
    text-align: left;
}
.wiecej-opinii {
    display: inline-block;
    width: auto;
    margin: 40px 0 40px 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid var(--gre); 
}
.wiecej-opinii:hover a{
    color: var(--yel);
}
.wiecej-opinii:hover {
    border-bottom: 1px solid var(--yel);
}
.skontaktuj-sie {
    padding-top: 50px;
    background: url('/img/protezy-inowroclaw-00015.jpg') no-repeat;
    background-size: cover;
}
.skontaktuj-sie .kolumna {
    width: 500px;
    font-size: 18px;
    line-height: 26px;
}
.button-bar {
    margin-top: 40px;
}
.button-bar .secondary-btn {
    margin-left: 20px;
}
footer {
    width: 100%;
    overflow: hidden;
}
footer .kolumna {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 110px;
}

.col-1, .col-2, .col-3, .col-4 {
    width: 255px;
}
.col-2, .col-3, .col-4 {
    padding: 0 15px;
}
.col-1 p {
    font-size: 16px;
}
.fb-icon {
    display: block;
    width: 30px;
    height: 30px;
    background:url("/img/fb.svg");
    
}
.fb-icon:hover {
    filter: saturate(1%)  brightness(40%);
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    list-style-type: none;
    padding-left: 40px;
    background: url('/img/ikona-listy.svg') no-repeat;
    background-size: 20px;
    margin-bottom: 10px;
}
footer .adres, footer .telefon, footer .mail {
    display: block;
    padding-left: 30px;
    margin-bottom: 20px;
}
.telefon {
    background: url('/img/tel.svg') no-repeat;
}
.mail {
    background: url('/img/mail.svg') no-repeat;
}
.col-4 a:hover {
    color: var(--yel);
}


.credits {
    display: block;
    background: var(--lgr);
    color: #fff;
    padding: 20px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
}
.credits p {
    margin: 5px;
}
.credits .wykonal {
    font-size: 14px;
}
.wykonal a {
    color: var(--yel);
    padding: 0 5px;
}
.wykonal a:hover {
    background: var(--gre);
}
/*==================================mobile==================================*/
@media screen and (max-width:450px) {
    .kontener {
        max-width: 450px;
        overflow: hidden;
    }
  
    h2, .naprawa h3, .czyszczenie h3 {
        font-size: 28px;
        line-height: 32px
    }
    .primary-btn, .secondary-btn {
        width: 90%;
        text-align: center;
        padding: 20px;
        margin: auto;
    }
    .menu-bar {
        display: none;
    }
    .menu-bar-mobile {
        display: flex;
        justify-content: space-between;
        background-size: contain;
        margin-top: 20px;
        flex-wrap:wrap;
        width: 100%;
        }
    .logo-img-mobile {
        padding-left: 20px;
    }
    #menu-mobile {
        display: none;
        z-index: 9999;
        border: 1px solid var(--yel);
        background: #fafafa;
        position: absolute;
        top: 150px;
        padding: 20px;
        right: 0;
        -webkit-box-shadow: -9px 8px 40px 11px rgba(0, 0, 0, 0.33);
        -moz-box-shadow: -9px 8px 40px 11px rgba(0, 0, 0, 0.33);
        box-shadow: -9px 8px 40px 11px rgba(0, 0, 0, 0.33);
        }
    #menu-mobile ul {
        padding: 0;
    }
    #menu-mobile ul li {
        list-style-type: none;
        font-size: 18px;
        padding: 15px;
        border-bottom: 1px solid var(--yel);
    }
    #menu-mobile ul li:last-child {
        border-bottom: none;
    }
    #menu-mobile .menu-cta {
        background: var(--yel);
        border: none;
    }
    .hamburger {
    display: block;
    float: right;
    padding: 20px;
    }
    .i.fa.fa-bars {
        position: absolute;
        right: 0;
    }
    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    font-size: 40px;
    color: var(--lgr);
    }
    .sekcja {
    padding: 50px 20px;
    }
    
    .hero {
    padding-top: 470px;
    background: url("/img/protetyk-inowroclaw-m00004.jpg") no-repeat top;
    }
    .hero .kolumna {
        width: 100%;
    }
    .hero h1 {
        display: inline-block;
        font-size: 32px;
        line-height: 30px;
    }
    .hero h2 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 0;
    }
    .hero p {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .dlaczego-karty {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .dlaczego-karta {
        height: auto;
        width: 100%;
    }
    .dlaczego-karta:before, .dlaczego-karta:after {
        width: 100%;
    }
    #oferta ul, .dla-gabinetow ul, .sklep ul {
        padding-left: 20px;
    }
    #oferta ul li, .dla-gabinetow ul li, .sklep ul li {
        font-size:18px;
        line-height: 24px;
    }
    .naprawa {
        background: url('/img/protetyk-inowroclaw-m00001.jpg') no-repeat top;
        background-size: contain;
    }
    .czyszczenie {
        background: url('/img/protetyk-inowroclaw-m00002.jpg') no-repeat top;
        background-size: contain;
    }
    .pogotowie {
        padding: 50px 20px;
        border-left: none;
        border-right: none;
    }
    .pogotowie ul {
        padding-left: 0 !important;
    }
    .umow {
        background: url('/img/protetyk-inowroclaw-m00003.jpg') no-repeat bottom;
        padding-bottom: 450px;
    }
    .umow .kolumna {
        width: 100%;
    }
    .dla-gabinetow {
        background: url('/img/protetyk-inowroclaw-m00007.jpg') no-repeat bottom;
        padding-bottom: 500px;
    }
    .dla-gabinetow ul {
        padding-left: 0;
    }
    .sklep {
        background: url('/img/protetyk-inowroclaw-m00009.jpg') no-repeat bottom;
        padding-bottom: 400px;
    }
    .info {
        font-size: 24px;
        line-height: 32px;
    }
    .inf-2 a {
        display: block;
    }
    .kontakt-bar {
        flex-wrap: wrap;
    }
    .kontakt-bar .adres {
        font-size: 18px;
        margin: auto;
    }
    .kontakt-bar .primary-btn {
        margin-top: 20px;
    }
    .o-nas {
        background: url('/img/protetyk-inowroclaw-m00008.jpg') no-repeat 0 50px;
        padding-top: 250px;
    }
    .gabinet-to {
        margin: 0;
    }
    .obrazki {
        flex-wrap: wrap;
    }
    .obrazki img {
        display: block;
        margin-top: 20px;
        }
    .niepelnosprawni {
        width: 346px;
        height: 83px;
    }
    .klima {
        width: 299px;
        height: 78px;
    }
    .karta-seniora {
        width: 223px;
        height: 53px;
    }
    .testimonials-cards {
        flex-wrap: wrap;
    }
    .testimonial-card {
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
    .skontaktuj-sie {
        background: url('/img/protetyk-inowroclaw-m00005.jpg') no-repeat bottom;
        padding-bottom: 350px;
    }
    .skontaktuj-sie .kolumna {
        width: 100%;
    }
    .skontaktuj-sie .secondary-btn {
        margin: 20px auto;
    }
    footer .kolumna {
        padding: 20px;
    }
    .col-1, .col-2, .col-3, .col-4 {
        padding: 40px 0;
        width: 100%;
    }
    .col-1, .col-2, .col-3 {
        border-bottom: 1px solid var(--lgr);
    }

}
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}