:root {
    --jasnyszary: #E6E5DF;
    --zolty: #FFBB00;
}

@font-face {
    font-family: 'Climate';
    src: url('/wp-content/themes/oceanwp-child/font/ClimateCrisis-Regular-VariableFont_YEAR.ttf') format('truetype');
}
*{
    color: white !important;
}
body{
    background-color: #000000 !important;
}
.baner {
    width: 100%;
    height: 90vh;
    position: relative;
    padding-top: 0vh;
}
.baner .tekst {
    width: 40%;
    padding: 50px;
    position: absolute;
    bottom: 0%;
    left: 2%;
    padding-left: 0px !important;
    color: black;
    font-size: 18px;
    font-weight: 600;
}
.baner .tekst h2{
    font-size: 52px;
    font-weight: bold;
    margin-top: 20px;
    color: black;
}
.baner .tekst .kreska{
    height: 20px;
    width: 20%;
    margin: 20px 0px;
    background-color: white;
}
.stopka .sekcja {
    width: 100%;
    padding: 50px;
    height: 200px;
}
.sekcja img {
    object-fit: contain;
    height: 100%;
}
a.przy {
    font-size: 20px;
    font-weight: bold;
    color: black !important;
    background-color: var(--zolty);
    padding: 10px 20px;
    border-radius: 30px;
}

.wpadnij {
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wpadnij .tekst {
    text-align: center;
    width: 35%;
    margin: auto;
    margin-bottom: 5vh;
    font-size: 18px;
    color: black;
    position: relative;
}
.wpadnij .tekst .tlo {
    position: absolute;
    width: 35%;
    height: 20%;
    top: 21%;
    left: 25%;
    background-color: var(--zolty);
    z-index: -10;
}
.wpadnij .tekst h2 {
    text-align: center;
    color: black;
    font-size: 36px;
    width: 100%;
    margin-left: auto;
}
.wpadnij .tekst p{
    font-size: 18px;
    font-weight: bold;
}
.kafle .row1, .kafle .row2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px;
}
.kafle .row1 .kafel,.kafle .row2 .kafel{
    width: 27%;
    font-size: 18px;
    color: black;
    font-weight: bold;
}
.kafle ul{
    list-style-type: none;
    margin: 0px !important;
    padding: 0px !important;

}
.kafle h2{
    font-size: 36px;
    color: black;
}
.kafle .row2{
    margin-top: 5vh;
}
.wpadnij .kafle{
    position: relative;
    width: 100%;
}
.wpadnij .kreska-poziom {
    width: 95%;
    height: 5vh;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zolty);
    left: 2.5%;
    transform: rotate(1deg);
    bottom: -10%;
    display: none;
}
.wpadnij .kreska-poziom span.kreskapoziom {
    width: 98%;
    height: 2px;
    background-color: black;
    z-index: 20;
    position: absolute;
}

.kreskapoziomtlo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5vh;
    z-index: 20;
}
.kreskapiontlo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 5vw;
    background-color: var(--zolty);
    transform: rotate(5deg);
}
.kreska-pion1{
    height: 100%;
    width: 3vw;
    position: absolute;
    left: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kreska-pion2 {
    height: 100%;
    width: 3vw;
    position: absolute;
    left: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kreskapion{
    width: 2px;
    height: 95%;
    background-color: black;
}
a.przy2 {
    color: black !important;
    background-color: var(--zolty);
    padding: 15px 20px;
    transform: rotate(-6deg);
    margin-top: 5vh;
    font-size: 18px;
    font-weight: bold;
}
.omnie {
    width: 85%;
    margin: auto;
    margin-top: 5vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 70vh;
    margin-bottom: 60px;
}
.omnie h2{
    font-size: 36px;
    color: white;
    font-weight: bold;
}
.omnie p {
    font-size: 14px;
    font-weight: normal;
    color: black;
}
.zdjomnie{
    height: 100%;
}
.zdjomnie img{
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}
.tekstomnie, .zdjomnie{
    width: 50%;
}
.warto {
    width: 95%;
    margin: auto !important;
    text-align: center;
    margin: 20px 0px;
    margin-top: 100px !important;
}
.kafle-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.kafel-warto {
    width: 24%;
    padding: 25px;
    color: black !important;
}
.warto h2{
    text-align: center;
    color: black;
    font-size: 36px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 30px;
}
.kafel-warto p {
    font-size: 14px;
    font-weight: normal;
}
.ikona-warto i {
    font-size: 40px !important;
    color: white;
    padding: 15px;
    border-radius: 50%;
    background-color: var(--zolty);
    margin-bottom: 20px;
}
.przerywnik {
    height: 70vh; 
    width: 100%;
    position: relative;
    margin-top: 5vh;
    margin-bottom: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.przerywnik img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.przerywnik .tekst {
    position: absolute;
    width: 45%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tloprzerywnik {
    background-color: var(--zolty);
    width: 60%;
    height: 60%;
    transform: rotate(5deg);
    position: absolute;
    z-index: 8;
}
.przerywnik .farsz {
    z-index: 10;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.przerywnik .farsz h2 {
    font-size: 105px;
    font-weight: bold;
    margin: -10px !important;
    color: black !important;
    margin-top: 10px !important;
}
.przerywnik .farsz p {
    font-size: 24px;
    margin: -25px !important;
    text-align: left;
    width: 100%;
    color: black !important;
    margin-top: -65px !important;
    font-weight: bold;
}
a.przy3 { 
    background-color: white;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: -10vh;
    color: black !important;
    border: none !important;
}

.zdjecie {
    width: 50%;
    right: 0px;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rel{
    width: 100%;
    height: 100%;
    position: relative;
}

.kreska-aniamtion{
    width: 100%;
    height: 100%;
}


 @-webkit-keyframes animate-svg-stroke-1 {
    0% {
      stroke-dashoffset: 3664px;
      stroke-dasharray: 3664px;
    }
  
    100% {
      stroke-dashoffset: 7328px;
      stroke-dasharray: 3664px;
    }
  }
  
  @keyframes animate-svg-stroke-1 {
    0% {
      stroke-dashoffset: 3664px;
      stroke-dasharray: 3664px;
    }
  
    100% {
      stroke-dashoffset: 7328px;
      stroke-dasharray: 3664px;
    }
  }
  
  .svg-elem-1 {
    -webkit-animation: animate-svg-stroke-1 4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 2s both;
            animation: animate-svg-stroke-1 4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 2s both;
  }
  
  @-webkit-keyframes animate-svg-stroke-2 {
    0% {
      stroke-dashoffset: 2583.4599609375px;
      stroke-dasharray: 2583.4599609375px;
    }
  
    100% {
      stroke-dashoffset: 5166.919921875px;
      stroke-dasharray: 2583.4599609375px;
    }
  }
  
  @keyframes animate-svg-stroke-2 {
    0% {
      stroke-dashoffset: 2583.4599609375px;
      stroke-dasharray: 2583.4599609375px;
    }
  
    100% {
      stroke-dashoffset: 5166.919921875px;
      stroke-dasharray: 2583.4599609375px;
    }
  }
  
  .svg-elem-2 {
    -webkit-animation: animate-svg-stroke-2 4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 2.12s both;
            animation: animate-svg-stroke-2 4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 2.12s both;
  }
  

.rel svg {
    position: absolute;
}

.tlo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.aleks {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: -8%;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}
.osob {
    height: 75%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.przycisk {
    width: 100%;
    height: 8%;
    text-align: center;
}

.osob img {
    height: 100%;
    object-fit: contain;
}

.przycisks {
    background-color: white;
    color: black !important;
    font-size: 30px;
    padding: 10px 20px;
    width: 60% !important;
    display: block;
    margin: auto;
    margin-top: -50px;
    transform: rotate(-5deg);
}

.aleksw{
    animation: 15s przycisks infinite;

}


.przerywnik .farsz .przy3:hover + h2{
    transform: rotate(-2deg) !important;
}

.przy3:hover{
    scale: 0.9;
    transform: rotate(-2deg);
}

.stopka h2{
    font-size: 5vh;
    color: black;
    text-align: center;
}





































@keyframes przycisks {
    0%{
        margin-top: -40px;
    }

    40%{
        margin-top: -90px;

    }


   100%{
    margin-top: -40px;

    }
}   

a.przycisks.potrenujmy {
    font-size: 20px;
    transform: rotate(2deg);
    margin-top: 0px;
    width: 40% !important;
}


.osob img {
    height: 100%;
    object-fit: contain;
    margin-bottom: -125px;
    animation: aleks 10s infinite;
}


@keyframes aleks {
    0%{
        margin-bottom: -125px;

    }

    50%{
        margin-bottom: -0px;

    }


   100%{
    margin-bottom: -125px;

    }
}   




img.hantel {
    width: 180px;
    top: 50%;
    position: absolute;
    left: 10%;
    z-index: 1000;
    animation: hantel 17s infinite;
}



@keyframes hantel {
    0%{
        top: 40%;

    }

    50%{
        top: 50%;

    }


   100%{
    top: 40%;

    }
}   

.kontakt{
    display: flex;
    flex-direction: row;
    margin-bottom: 5vh;
}
.kontakt .tekst {
    width: 50%;
    padding: 0% 10%;
    color: black;
    position: relative;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kontakt .tekst .tlo{
    position: absolute;
    top: 5%;
    left: 15%;
    width: 35%;
    height: 20%;
    background-color: var(--zolty);
    z-index: -10;
}
.kontakt .tekst ul{
    list-style-type: none;
    margin: 0px !important;
    padding: 0px !important;
}
.kontakt .formularz{
    width: 50%;
    padding: 0% 10%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: var(--zolty);
    border: none !important;
    color: black !important;
    font-weight: bold;
    font-size: 18px;
}
.kontakt .tekst h2{
    font-size: 36px;
    color: white;
}
.kontakt .formularz input{
    border: none;
    border-bottom: solid white 3px !important;
}
.kontakt .formularz input::placeholder{
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
.kontakt .formularz textarea{
    border: solid white 3px;
}
.kontakt .formularz textarea::placeholder{
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.stopka {
    width: 100%;
    background-color: var(--zolty);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.content-stopka a {
    color: black !important;
}

.content-stopka {
    text-align: center;
    background: var(--zolty);
}
.stopka .sekcja {
    width: 100%;
    padding: 30px;
    text-align: center;
}
.stopka .sekcja ul{
    list-style-type: none;
    margin: 0px !important;
    padding: 0px !important;
}
#poziom2,#poziom3,#poziom4,#poziom5,#poziom6{
    display: none;
}
.page-template-cennik .warto {
    margin-top: 0px !important;
}
#przercert .tloprzerywnik {
    background-color: var(--zolty);
    width: 100% !important;
    height: 75% !important;
    transform: rotate(5deg);
    position: absolute;
    z-index: 8;
}
#site-header.transparent-header{
    position: inherit !important;
}
@media screen and (max-width: 911px){
    #mobile-dropdown {
    
        background-color: black !important;
 
    }
    .kafle-box {
        flex-direction: column;
    }
    .kafel-warto{
        width: 100%;
    }
    .omnie{
        height: auto;
        flex-direction: column-reverse;
    }
    .tekstomnie, .zdjomnie {
        width: 100%;
    }
    .tekstomnie{
        margin-top: 30px;
    }
    .tekst {
        width: 100% !important;
        top: 37px;
        bottom: inherit;
        position: inherit !important;
        left: 4% !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    #poziom2,#poziom3,#poziom4,#poziom5,#poziom6{
        display: flex !important;
    }
    #poziom2 .kreskapoziomtlo,#poziom3 .kreskapoziomtlo,#poziom4 .kreskapoziomtlo,#poziom5 .kreskapoziomtlo,#poziom6 .kreskapoziomtlo{
        display: inherit !important;
    }
    div#poziom2 {
        top: 17.5%;
        display: none !important;
    }
    div#poziom3{
        top: 30.5%;
    }
    .bez{
        position: unset !important;
    }
    div#poziom4{
        top: 51%;
        display: none !important;
    }
    div#poziom5{
        top: 67.5%;
        display: none !important;
    }
    div#poziom6{
        top: 62.5%;
    }

    .zdjecie {
        width: 100%;
        right: 0px;
        position: absolute;
        height: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: auto !important;
    }
    .baner {
        min-height: 90vh !important;
        margin-bottom: 5vh !important;
    }
    .baner .tekst h2 {
        font-size: 32px;
        font-weight: bold;
        margin-top: 20px;
    }


    .baner .tekst .kreska {
    width: 40%;
    padding: 50px;
    position: absolute;
    bottom: 0%;
    left: 2%;
    padding-left: 0px !important;
    top: 40px;
    display: none  !important;
}

p.przycisks.aleksw {
    font-size: 20px;
}

.rel svg {
    position: absolute;
    height: 100%;
}

img.hantel {
    width: 80px;
    top: 50%;
    position: absolute;
    left: 10%;
    z-index: 1000;
    animation: hantel 17s infinite;
}
.kontakt{
    flex-direction: column;
}
.kontakt .tekst{
    width: 100%;
}
.kontakt .formularz{
    width: 100%;
    margin-top: 10vh;
}
.przerywnik .tekst {
    position: absolute !important;
    width: 70% !important;
    height: 40% !important;
    z-index: 10 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    left: auto !important;
    bottom: 0px !important;
    top: auto !important;
}
.przerywnik .tekst h2{
    font-size: 60px;
}
.przerywnik .farsz p {
    font-size: 16px;
    margin: -10px !important;
    margin-top: -55px !important;
}
a.przy3 {
    font-size: 14px !important;
}
.tloprzerywnik {
    height: 55% !important;
}
.kontakt{
    margin-top: 5vh;
}

/* KRESKI TABLEA */
.kreska-poziom {
    display: none !important;
}
.kreska-pion1 {
    display: none !important;
}
.kreska-pion2 {
    display: none !important;
}
span.kreskapoziomtlo {
    display: none !important;
}
span.kreskapiontlo {
    display: none !important;
}

.wpadnij{
    width: 95%;
    margin: auto;
    text-align: center;
    font-size: 14px;
}
.kafle .row1, .kafle .row2 {
    flex-direction: column !important;
    padding: 0px !important;
}
.kafel {
    width: 100% !important;
    margin-top: 5vh !important;
    margin-bottom: 5vh !important;
}

.kafel h2{
    font-size: 26px;
}
.kafel p{
    font-size: 14px;
}
.kafle .row2 {
    margin-top: 0vh !important;
}
.wpadnij .tekst {
    position: relative !important;
    left: auto !important;
}
.wpadnij .tekst h2{
    font-size: 26px;
}
.wpadnij .tekst .tlo {
    width: 45%;
    height: 25%;
    top: -2%;
    left: 15%;
}
.baner{
    width: 95%;
    margin: auto;
}
.baner .tekst{
    width: 100% !important;
    height: 50% !important;
    font-size: 14px !important;
    position: relative !important;
    padding: 0px !important;
    padding-top: 10vh !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
}
.baner .tekst h2{
    font-size: 36px;
}
.baner .zdjecie{
    width: 100% !important;
    height: 50% !important;
}
a.przy {
    font-size: 16px;
}
.kontakt .tekst{
    position: relative !important;
    left: auto !important;
}
.kontakt .tekst .tlo {
    position: absolute;
    top: 17%;
    left: 6%;
    width: 43%;
    height: 20%;
}
a.przycisks.potrenujmy {
    font-size: 18px;
}
.stopka{
    flex-direction: column;
}
.stopka .sekcja{
    width: 100%;
    text-align: center;
}
}   
@media screen and (max-width: 1460px){
    .przerywnik .farsz h2 {
        font-size: 10vh !important;
        font-weight: bold;
        margin: 0px !important;
        color: black;
    }
    .tloprzerywnik {
        background-color: var(--zolty);
        width: 100%;
        height: 55% !important;
        transform: rotate(5deg);
        position: absolute;
        z-index: 8;
    }
    
    
}
@media screen and (max-width: 1460px){
    .przerywnik .farsz h2 {
        font-size: 80px !important;
    }
    .przerywnik .farsz p {
        font-size: 2vh !important;
        margin: -15px !important;
        margin-top: -50px !important;
    }
    a.przy3 {
        font-size: 1.5vh !important;
        margin-top: -10px !important;
    }
}


