@font-face {
  font-family: 'CanelaIt';
  font-style: normal;
  font-weight: 400;
  src: url(/static/sources/www/fonts/Canela-RegularItalic.ttf);
}@font-face {
  font-family: 'Canela';
  font-style: normal;
  font-weight: 400;
  src: url(/static/sources/www/fonts/Canela-Regular.otf);
}

h2{
  text-transform: none;
}

.gap10{
  gap:10px;
}

#section1{
  transition: 2s;
}

#section2{
  background-image: url(https://tatuumtest.dsdevphp3.m4u.pl/media/pub/TAKEABREATH_landing/head.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
}

#section3{
  background-image: url(https://tatuumtest.dsdevphp3.m4u.pl/media/pub/TAKEABREATH_landing/island.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

#section5{
  background-image: url(https://tatuumtest.dsdevphp3.m4u.pl/media/pub/TAKEABREATH_landing/granica2v2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#section7{
  background-image: url(https://tatuumtest.dsdevphp3.m4u.pl/media/pub/TAKEABREATH_landing/fale.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#section8{
  background-image: url(https://tatuumtest.dsdevphp3.m4u.pl/media/pub/TAKEABREATH_landing/granica2v2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#section9{
  background-image: url(https://tatuumtest.dsdevphp3.m4u.pl/media/pub/TAKEABREATH_landing/granica3.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.stickymenu {
  width: 100%;
  margin-top: 54px;
  position: fixed;
  top: 0;
  left: 0;
  padding-bottom: 10px !important;
  z-index:10;
}

main {
  width: 100%;
  height: 100%;
  color: #ECE5D7;
}

.fullwidth {
  width: 100%;
}
.scalewidth {
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
}
.smallwidth {
  width: 100%;
  padding-left: 30vw;
  padding-right: 30vw;
}
.backgroundbrown {
  background-color: #6E3325;
  color: #ECE5D7;
}
.backgroundcream {
  background-color: #ECE5D7;
  color: #20201F;
}
.backgroundcyan {
  background-color: #73BCC3;
  color: #ECE5D7;
}
.backgroundnavy {
  background-color: #435770;
  color: #9EABBB;
}
.yellowtext {
  color: #F2F30C;
}
.darktext{
  color: #20201F;
}

.cremetext{
  color: #ECE5D7;;
}

.yellowtext:hover {
  color: #F2F30C;
}
.darktext:hover{
  color: #20201F;
}

.cremetext:hover{
  color: #ECE5D7;;
}

.usecaps{
  text-transform: uppercase;
}

.neutralizelink{
  text-decoration: none;
  color: none;
}

.neutralizelink:hover{
  text-decoration: none;
  color: none;
}

.padupdownless {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padupdown {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padupdownmore {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paddown {
  padding-bottom: 50px;
}

.padupbitless {
  padding-top: 75px;
}

.padup {
  padding-top: 150px;
}

.padup300 {
  padding-top: 300px;
}

.padupless {
  padding-top: 50px;
}

.paduplesser {
  padding-top: 20px;
}

.padaround{
  padding: 100px;
}

.padgen{
  padding: 40px;
}

.padmic{
  padding: 10px;
}

.margintop10{
  margin-top: 10px;
}


.z-indexminus {
  z-index: -5;
}

.z-index1 {
  z-index: 1;
}

.z-index5 {
  z-index: 5;
}

.size0 {
  font-size: 19px !important;
}

.size1 {
  font-size: 25px !important;
}

.size2 {
  font-size: 40px !important;
}

.size3 {
  font-size: 80px !important;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexoppose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-between;
}

.flexvert {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.flexthatchangestoverticalonmobile{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flexend{
  align-items: flex-end;
}

.spacebetween{
  justify-content: space-between;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1200px 1fr;
  /* Add any other styles for grid-container */
}

.spantwocolumns {
  grid-column: colcent / colright; /* This will span across colcent and colright columns */
  width: 100%; /* To make the image responsive within the grid */
  /* Add any other styles for the image */
}

.section1,
.section2,
.section3,
.section4,
.section5 {
  font-family: montserrat;
}

.usecanela {
  font-family: "Canela";
}
.usecanelait {
  font-family: "CanelaIt";
}

.usemontserrat {
  font-family: "montserrat";
}

.canelalink:link,
.canelalink:visited,
.canelalink:active {
  text-decoration: none;
  font-family: "CanelaIt";
  color: #9EABBB;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 1.5;
}

.canelalink:hover{
  color: #b1c0d3;
}

.imgtoobig {
  width: 50%;
}

.imgwaytoobig {
  width: 20vw;
}

.imgwaywaytoobig {
  width: 10%;
}

.centerthisdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.width100{
  width: 100%;
}

.width80{
  width: 80%;
}

.width70{
  width: 80%;
  min-width:200px;
}

.width70reg{
  width: 80%;
  min-width:200px;
}

.width60{
  width: 60%;
}

.width50{
  width: 50%;
}

.width49{
  width: 49%;
}

.width40{
  width: 40%;
}

.width30{
  width: 30%;
}

.width20{
  width: 20%;
}

.minwidth400{
  min-width: 400px;
}

.widthbytwo {
  width: 35%;
}

.boldspan {
  font-weight: 800;
}

.smallerbreak {
  line-height: 0.5;
}

.smallerbreakdiv {
  line-height: 1;
}

.biggerbreakdiv {
  line-height: 1.8;
}

.positionabsolute {
  position: absolute;
}

.multiply{
  mix-blend-mode: multiply;
}

.gwiazdki{
  width:4vw;
  min-width:50px;
}

.zlapoddech{
  width:10vw;
  min-width:50px;
}

.logomain{
  width:20vw;
  min-width:50px;
}

.listki{
  width:10vw;
  min-width:50px;
}

/* karuzela 1 */

.sliderzalet {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  transition: left 0.5s;
}

.jednazzalet {
  width: 33.3%;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.jednazzalet a{
  text-decoration: none;
  color: #000;
}

.jednazzalet a:hover{
  text-decoration: none;
  color: #6c6c6c;
}

.jednazzalet img {
  width: 100%;
  object-fit: cover;
  text-align: center;
  line-height: 100px;
  transform: scale(1);
  transition: all 4s;
}

.jednazzalet img:hover{
  transform: scale(1.07);
  transition: all 4s;
}

.pilnowaczhover{
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.flexzalet{
  display: flex;
  align-items: center;
}

.typowastrzalka{
  min-width: 50px; 
  min-height: 50px; 
  border: none;
  background-color: rgba(37, 37, 37, 0.0);
}

#prevbubek{
  margin-top: -110px;
  z-index: 3;
  filter: invert(1);
  overflow: hidden;
  transition: 1s;
}

.addedprevclass{
  margin-top: -110px;
  margin-left: 20px;
  position: absolute;
  left: 0;
  z-index: 3;
  filter: invert(1);
  overflow: hidden;
  transition: 1s;
}

#nextbubek{
  margin-top: -110px;
  margin-right: 20px;
  position: absolute;
  right: 0;
  z-index: 3;
  filter: invert(1);
  overflow: hidden;
}

/* karuzela 2 */

.sliderzalet2 {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  transition: left 0.5s;
  }
  
  .jednazzalet2 {
  width: 33.3%;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  }
  
  .jednazzalet2 a{
  text-decoration: none;
  color: #000;
  }
  
  .jednazzalet2 a:hover{
  text-decoration: none;
  color: #6c6c6c;
  }
  
  .jednazzalet2 img {
  width: 100%;
  object-fit: cover;
  text-align: center;
  line-height: 100px;
  transform: scale(1);
  transition: all 4s;
  }
  
  .jednazzalet2 img:hover{
  transform: scale(1.07);
  transition: all 4s;
  }
  
  .pilnowaczhover2{
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  }
  
  .flexzalet2{
  display: flex;
  align-items: center;
  }
  
  .typowastrzalka2{
  min-width: 50px;
  min-height: 50px;
  border: none;
  background-color: rgba(37, 37, 37, 0.0);
  }
  
  #prevbubek2{
  margin-top: -110px;
  z-index: 3;
  filter: invert(1);
  overflow: hidden;
  transition: 1s;
  }
  
  .addedprevclass2{
  margin-top: -110px;
  margin-left: 20px;
  position: absolute;
  left: 0;
  z-index: 3;
  filter: invert(1);
  overflow: hidden;
  transition: 1s;
  }
  
  #nextbubek2{
  margin-top: -110px;
  margin-right: 20px;
  position: absolute;
  right: 0;
  z-index: 3;
  filter: invert(1);
  overflow: hidden;
  }

  .nodisplay{
    display: none;
  }

  .flexcolumnat800reverse{
    flex-direction:row ;
  }

  .centeraflexat800{
    flex-direction:row ;
  }

@media screen and (max-width: 1200px) {
  .grid-container {
    display: grid;
    grid-template-columns: 0px 100% 0px;
    /* Add any other styles for grid-container */
  }

  .dontshowonmobile{
    display: none;
  }

  .flexthatchangestoverticalonmobile{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
  }

  .verticalflexonmobile{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
  }

  .width100onmobile{
    width: 100%;
    padding: 20px;
  }

  .width70onmobile{
    width: 80%;
    padding: 20px;
    min-width: 500px;
  }

  .mobilepadding{
  padding-top: 300px;
  }

  .mobilepaddingmore{
    padding-top: 900px;
    }


    .mobileminwidth{
      min-width:250px
    }

    .generalmobilepadding{
      padding: 30px;
    }

    .zlapoddech{
      width: 15vw;
    }

    .padup300{
      padding-top: 0px;
    }
}

@media screen and (max-width: 800px) {
  #section1{
    display: none;
  }

  .width70onsmallermobile{
    width: 80%;
    padding: 20px;
    min-width: 500px;
  }

.centerthisdivonmobile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  #mobileflexcenter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .dontshowonmobile800{
    display: none;
  }

  .flexcolumnat800reverse{
    flex-direction: column-reverse;
  }

  .mobilewidth100withpad{
    width: 90%;
  }


.mobilewidth50{
  width: 50%;
}
}

@media screen and (max-width: 600px) {
  .flexwrapat600{
    flex-wrap: wrap;
  }
  .width90at600px{
    width: 90%;
  }

  .listki{
    width:50%;
  }

}
