* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    width: 100%;
}
[class="row"] {
    height: auto;
}

.mobileOnlyConent {
    visibility: visible;
}

.desktopDisplayNone {
    display: inline;
}

.mobileDisplayNone {
    display: none;
}


.flexNotOnMobileDevices {
    display: inline;
    align-items: stretch;
    justify-content: flex-start;
}

@media only screen and (min-width: 700px) {

    .col-s-1 {width: 12.5%;}
    .col-s-2 {width: 25%;}
    .col-s-3 {width: 37.5%;}
    .col-s-4 {width: 50%;}
    .col-s-5 {width: 62.5%;}
    .col-s-6 {width: 75%;}
    .col-s-7 {width: 87.5%;}
    .col-s-8 {width: 100%;}
    .row {height: 90%;}
    .mobileOnlyConent {visibility: hidden;}
    .flexNotOnMobileDevices {display: flex; align-items: center; justify-content: center;}
    .desktopDisplayNone {display: none;}
    .mobileDisplayNone {display: inline;}
}

@media only screen and (min-width: 700px) {

    .col-1 {width: 12.5%;}
    .col-2 {width: 25%;}
    .col-3 {width: 37.5%;}
    .col-4 {width: 50%;}
    .col-5 {width: 62.5%;}
    .col-6 {width: 75%;}
    .col-7 {width: 87.5%;}
    .col-8 {width: 100%;}
    .row {height: 90%;}
    .mobileOnlyConent {visibility: hidden;}
    .flexNotOnMobileDevices {display: flex; align-items: center; justify-content: center;}
    .desktopDisplayNone {display: none;}
    .mobileDisplayNone {display: inline;}
}




html body {
    margin: 0;
    width: 100vw;
    background: rgb(250,250,250);;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
    color: black;
}

.noStyle {
    font-weight: 400;

}

[class*="imageAppear-"] {
    animation-name:img-ani;
    animation-duration: 2s;   
    animation-timing-function: ease-in-out;
}

.imageAppear-1 {animation-duration: 0.5s;}
.imageAppear-2 {animation-duration: 1s;}
.imageAppear-3 {animation-duration: 1.5s;}
.imageAppear-4 {animation-duration: 2s;}

@keyframes img-ani {
    from{opacity:0;}
    to{opacity: 1;}
}

.overflowHidden {

}

.header {
    z-index: 100;
    position: fixed;
    top: 0;
    height: 70px;
    padding: 5px 16px;
    width: 100%;

    background-color: rgba(253, 230, 19, 0.7);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    backdrop-filter: blur(4px);
    background-clip: padding-box;
    animation-name: '';
    animation-duration: .5s;   
    animation-timing-function: ease-in;
}

@keyframes header-radius-in {
    from{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    } to {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

@keyframes header-radius-out {
    from{
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;        
    } to {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.headerImg {
    margin-top: -3px;
    left: 0;
    position: relative;
}

.headerButtons {
    float: right;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.headerButton {
    padding: 10px 10px;
    margin: 0 15px;
    float: left;
    border-bottom: 1px solid #000;
    animation-duration: 1s;
    transition: padding 400ms, margin 400ms;
    cursor: pointer;
    font-size: min(16px, 1.35vw);
}

.headerButton:hover {
    padding: 10px 20px;
    margin: 0 5px;
}

@media only screen and (max-width: 800px) {
    .headerButton {
        padding: 10px 10px;
        margin: 0 15px;
        animation-duration: 0s;
        transition: none;
    }
}

.headerBurgerMenu {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerBurgerIcon div {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}

.headerBurgerMenu {
    position: relative;
    float: right;
    height: 100%;
    z-index: 150;
}

.headerBurgerButtons {
    width: 100%;
    height: calc(100vh - 70px);
    max-height: 0;
    overflow: hidden;
    transition: max-height .7s ease-in-out;
    position: fixed;
    left: 0;
    top: 70px;
    color: rgb(250,250,250);
    backdrop-filter: blur(2px);
    background-color: rgba(80,85,92, .9);
    z-index: 150;
}

.headerBurgerButton {
    width: 100%;
    height: calc((100vh - 70px)/7);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(250,250,250);
    font-size: 26px;
    border-bottom: solid 5px rgba(80,85,92, .2);
}

@media only screen and (min-width: 800px) {
    .headerBurgerButtons {
        display: none;
    }
}

@media only screen and (min-width: 800px) {
    .headerButtons {
        display: flex;
    }
    .headerBurgerMenu {
        display: none;
    }
}

.content {
    margin: 0;
}

.sectionOne {
    height: min(100vh, 1080px);
    position: relative;
}


.noScrollImage {
    opacity: 0;
    display: flex;
    height: min(100vh, 1080px);
    background-image: url('../img/espace/espace_przyciety_zeskalowany.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

.noScrollImageTextHolder {
    margin-top: max(-5vw,-200px);
    color: rgb(250,250,250);
    backdrop-filter: blur(4px);
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}

.noScrollImageTextHeader {
    text-align: center; 
    font-size: min(80px, max(4.5vw, 35px));
}

.noScrollImageTextLine {
    height: 5px;
    border-radius: 2px;
    background-color: rgb(250,250,250);
    border: 0;
    margin: 3px auto;
    width: max(150px, min(20vw, 350px));
}

.noScrollImageTextContent {
    text-align: center;
    font-size: min(35px, max(3vw, 25px));
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectoinOneCallButton {

    background-color: rgba(253, 230, 19, 0.8);

    padding: 15px 30px;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
    font-weight: 400;
}

.sectionOneCallButtonText {
    color: black;
}

.sectionAppearOnScrollAnimation {
    opacity: 0;
    animation-duration: 1000ms;
    animation-timing-function: ease-in-out;
}

@keyframes sectionAppearOnScroll {
    from{opacity: 0;}
    to{opacity: 1;}
}


.sectionTwoTextHolder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: max(50px, 5vw);
}

.sectionTwoTextRectOne {
    position: relative;
    height: max(400px, min(40vw, 600px));
    width: max(300px, min(30vw, 500px));
    background-color: rgb(253,230,19);
    background: repeating-linear-gradient(
        45deg,
        rgb(80,85,92),
        rgb(80,85,92) 20px,
        #FFFFFF 20px,
        #FFFFFF 40px
    );
    bottom: min(-25px, -2.5vw);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    border-radius: 3%;
}

.sectionTwoTextRectTwo {
    position: absolute;
    height: 100%;
    width: 100%;
    left: min(-40px, -4vw);
    top: min(-25px, -2.5vw);
    background-color: rgb(235,179,43);
    background-image: radial-gradient(
        #FFFFFF 25%, transparent 25%),
        radial-gradient(#FFFFFF 25%, transparent 25%
    );
    background-position: 0 0, 50px 50px;
    background-size: 100px 100px;
    border-radius: 7%;
    -webkit-animation-duration: 1.75s;
    animation-duration: 1.75s;
}

.sectionTwoTextRectThree {
    position: absolute;
    height: 100%;
    width: 100%;
    left: min(120px, 12vw);
    top: min(-25px, -2.5vw);
    background-color: rgb(253,230,19);
    border-radius: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: rgba(253,230,19,.1) outset 5px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.rectSlideIn {
    left: -1000px;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: .2s;
    animation-timing-function: ease-out;
}

@-webkit-keyframes rectOneSlide {
    100% { left: 0; }
}

@keyframes rectOneSlide {
    100% { left: 0; }
}

@-webkit-keyframes rectTwoSlide {
    100% { left: min(-40px, -4vw); }
}

@keyframes rectTwoSlide {
    100% { left: min(-40px, -4vw); }
}

@-webkit-keyframes rectThreeSlide {
    100% { left: min(120px, 12vw); }
}

@keyframes rectThreeSlide {
    100% { left: min(120px, 12vw); }
}

.sectionTwoText {
    padding: max(25px, 2.5vw);
    font-size: max(1.9em, min(3em, 3vw));
    text-align: center;

}

.clockIconHolder {

    display: flex;
    align-items: center;
    justify-content: center;
}

.clockIcon {
    width: max(300px, min(30vw, 500px));
    height: auto;
}

.sectionThree {
    position: relative;
    padding: max(100px, min(210px, 12vw)) 0;
    background-color: #50555c;
    color: rgb(250,250,250);

}

.sectionThree::after,
.sectionThree::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    background: #50555c;
    bottom: -1em;
}

.sectionThree::before {
    right: 50%;
    transform: skew(0, 20deg);
}

.sectionThree::after {
    left: 50%;
    transform: skew(0, -20deg);
}

.sectionThreeHeader {
    flex-basis: 100%;
    width: 100%;
    height: 200px;
}

.animalFriendlyTextHolder {
    height: max(300px, min(30vw, 500px));
    display: flex;
    align-items: center;
    justify-content: center;
}

.animalFriendlyText {
    font-size: min(max(1.5em ,2.8vw), 3em);
    padding: max(30px, 3.5vw);
    z-index: 2;
}

.animalFriendlyImage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.animalFriendly {
    width: max(300px, min(30vw, 500px));
    height: auto;
    z-index: 2;
}

.sectionFour {
    background-color: rgb(250,250,250);
    color: black;
    padding: 0;
    padding-top: 100px;
}

.sectionFourHeader {
    text-align: center;
    font-size: 5rem;
    color: rgb(78,83,90);
    margin-bottom: 30px;
}

.sectionFourColumns {
    width: 90vw;
    margin: 0 5%;
    display: grid;
    grid-auto-flow: row;
    gap: 2em;
}
  
@media (min-width: 55em) {
    .sectionFourColumns {
        grid-auto-flow: column;
    }
}

.sectionFourCard {
    background: rgb(80,85,92);
    padding: max(20px, 2.5vw);
    color: rgb(250,250,250);
    border-radius: 3vw;
    width: 21vw;
    height: max(35vw, 350px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sectionFourCardImage {
    width: 15vw;
}

@media (max-width: 55em) {
    .sectionFourCard {
        margin: 0 auto;
        width: 70vw;
        height: auto;
        font-size: max(1.5em, 3vw);
        text-align: center;
    }
    .sectionFourCardImage {
        width: 30vw;
    }
}

.sectionFourCardText {
    font-size: max(1em, 1.35vw);
    overflow: hidden; 

}

.sectionFourMoreButtonHolder {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: max(5vw,50px);
}

.sectionFourMoreButton {
    cursor: pointer;
    background: rgb(250,250,250);
    padding: max(30px);
    color: rgb(80,85,92);
    border-bottom: solid 10px rgb(80,85,92);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: padding 400ms, margin 400ms;
}

.sectionFourMoreButton:hover {

    padding: 30px 50px;
}

.sectionFourMore {
    overflow: hidden;
    max-height: 0;
    transition: max-height .7s ease-in-out;
}

.sectionFourMoreColumns {
    width: 90vw;
    margin: 5vw;    
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
}

@media (max-width: 700px) {
    .sectionFourMoreColumns {
        grid-template-columns: repeat(2, 1fr);
    }
    .sectionFourMoreColHolder {
        margin-bottom: 20px;
    }
}

.sectionFourMoreColHolder {

    height: 100%;
    margin-bottom: 0;
}

.sectionFourMoreCol {
    background: rgb(250,250,250);

    padding: max(10px, 1.5vw);
    color: rgb(80,85,92);
    border-radius: 3vw;
    height: max(15vw, 150px);
    font-size: max(1.2em, 2vw);
    text-align: center;
    display: grid;
    grid-template: 
    "a" auto
    "b" auto;
    grid-auto-rows: 50%;
}

.sectionForuMoreColImageHolder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionFourMoreColImage {
    width: max(5vw,60px);
}

.sectionFourMoreColText {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5em;
}

.displayFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionFive {
    padding: 0;
    padding-top: min(15vw, 150px);
    background-color: rgb(250,250,250);
    color: rgb(78,83,90);
}

.sectionFiveTextHolder {
    width: 85%;
    padding: 3%;
    border: dashed 3px rgb(80,85,92);
    border-radius: 2vw;
}

@media (min-width: 700px) {
    .sectionFiveTextHolder {
        width: 70%;
    }
}

.sectionFiveHeader {
    font-size: max(4vw, 50px);
    padding: 5px;
}

.sectionFiveText {
    font-size: max(2vw, 25px);
    padding: 5px;
}

.sectionSix {
    padding: min(10vw, 50px);
    background-color: rgb(250,250,250);
    color: black;
}

.sectionSixTextHolder {
    padding: max(30px, 3.5vw);
}

.sectionSixText {
    font-size: max(1.3em, 2vw);
}

.sectionSixCallButtonHolder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sectionSixCallButton {
    background-color:rgb(253, 230, 19);
    font-size: max(50px, 3vw);
    padding: min(30px, 4vw);
    width: 70vw;
    text-align: center;
    border-radius: 4vw;
    cursor: pointer;
}

.sectionSixPhoneIconHolder {

}

.sectionSixPhoneIcon {
    width: max(300px, min(30vw, 500px));
}

.sectionSixPhoneNumber {
    text-align: center;
    font-size: max(3em, 4.5vw);
    color: rgb(235,179,43);
    font-weight: 600;
}



footer {
    width: 100vw;
    bottom: 0;
    overflow: hidden;
}



