/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body {
  font-family: 'Poppins', sans-serif;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
}

:root {
  font-size: 16px;
}

.containerMain {
  display: block;
  /* background-color: rgb(129, 50, 50); */
  padding-left: 22%;
  padding-right: 22%;
  margin-bottom: 4rem;

  max-width: 2100px;
  margin: auto;
}


.containerMainDark {
  display: block;
  /* background-color: rgb(129, 50, 50); */
  margin-bottom: 4rem;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 11rem;
}


.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}

.loader {
  margin: 360px auto;
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.8s infinite linear;
  animation: load8 0.8s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loadingDiv {
  position: absolute;
  ;
  top: 0;
  left: 0;
  width: 100vw;
  height: 13000vh;
  background-color: #161616;
  z-index: 222222222;
}











/*---------------------------------------
  TYPOGRAPHY              
-----------------------------------------*/
@font-face {
  src: url(../fonts/Gilroy-Bold.ttf);
  font-family: 'gilroy';
  font-weight: bold;
}

@font-face {
  src: url(../fonts/Gilroy-Medium.ttf);
  font-family: 'gilroy';
  font-weight: medium;
}

@font-face {
  src: url(../fonts/Gilroy-Light.ttf);
  font-family: 'gilroy';
  font-weight: lighter;
}


@font-face {
  src: url(../fonts/Futura\ LT\ W01\ Book.ttf);
  font-family: 'Futura';
}


body {
  background: rgb(255, 255, 255);
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  /* color: #000000; */
  /* font-family: 'Futura'; */
}

p {
  margin-bottom: 1em;
  font-family: "Futura", Lato, sans-serif;
}

h1,
h2,
h3,
h4 {
  /* margin: 1em 20 1.38em; */
  font-weight: 500;
}

h1 {
  font-size: 2.488rem;
}

h2 {
  font-size: 2.074rem;
}

h3 {
  font-size: 1.728rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 5rem;
}

h6 {
  font-size: 1rem;
}

p {
  color: #000000;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-align: left;
  text-justify: inter-word;
}

.ex p {
  padding: 10px;
}

.headerMain {
  font-size: 2.7rem;
  font-weight: 700;
  font-family: 'gilroy';
  font-weight: bold;

}

.headerBig {
  color: #000000;
  font-weight: 500;
  font-family: 'gilroy';
  /* background-color: #56ff94; */
  font-size: 2.1rem;
  font-size: 4rem;
  font-weight: bold;

  /* H2 34px */
}


.headerMidx {
  font-weight: 700;
  /* background-color: #7b79ff; */
  font-size: 2.728rem;
  margin-bottom: 1.4rem;
  font-family: 'gilroy';
  line-height: 2.2rem;
  font-weight: bold;
  margin: 4em 0 1em;

  /* H3 px28 */
}

.headerMid {
  font-weight: 700;
  /* background-color: #5b5b5b; */
  font-size: 1.728rem;
  margin-bottom: 1.4rem;
  font-family: 'gilroy';
  line-height: 2.2rem;
  font-weight: bold;

  /* H3 px28 */
  margin: 3em 0 1em;


}


.headerMid2 {
  font-weight: 700;
  /* background-color: #5b5b5b; */
  font-size: 1.5em;
  margin-bottom: 1.4rem;
  font-family: 'gilroy';
  line-height: 2.2rem;
  font-weight: bold;

  /* H3 px28 */
}


.headerSmall {
  font-weight: 700;
  /* background-color: #ffb97b; */
  font-size: 1.2rem;
  margin-bottom: .8rem;
  line-height: 1.4rem;
  font-family: 'gilroy';
  font-weight: bold;
  /* H4 px19 */
}

.subHeader{
  font-weight: 500;
  /* background-color: #ffb97b; */
  font-size: 1.1rem;
  margin-bottom: 3rem;
  /* line-height: 1rem; */
  font-family: 'gilroy';
  font-style: italic; 
  color: #929292; 
}



.grey {
  text-align: center;
  color: #8e8e8e;
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 2rem;
}

.parOne {
  text-align: left;
  /* background: #ffd7d7; */
  font-size: 1.2rem;
  margin-bottom: 2.25rem;
  line-height: 29px;

}

.parOneXL {
  text-align: left;
  /* background: #f4abab; */
  font-size: 1.4rem;
  margin-bottom: 3.25rem;
  line-height: 28px;
}

.parTwo {
  text-align: left;
  /* background: #f4abab; */
  font-size: 1.2rem;
  margin-bottom: .9rem;
  line-height: 28px;
}

.cytaty {
  font-style: normal;
  font-weight: 700;
  font-size: 1.1rem;
}

.bold {
  color: #0b0653;
  font-size: 1rem;
  font-weight: 300;
}

#heading1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-bottom: 2px solid #5BD1D7;
  margin: auto;
  margin-bottom: 6rem;
  padding-top: 2.5rem;
}

#heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  /* width: fit-content; */
  display: block;
  /* margin: auto; */
  margin-bottom: 0.6em;
  font-weight: 500;
  font-size: 2rem;
  color: #474747;
  width: 100%;
  line-height: 1.5em;
}

#redSpan {
  color: #140e4e;
  font-weight: 500;
  font-size: 1rem;
}

.capTxt {
  margin-top: 1.1em;
  font-size: 1rem;
  font-weight: 400;
  color: #8a8a8a;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 1.6rem;
  word-wrap: break-word;
  font-family: 'Poppins', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}




















/*---------------------------------------
  SPACING               
-----------------------------------------*/
#spacingHgXXL {
  margin-bottom: 10rem !important;
}

#spacingHgXL {
  margin-bottom: 8rem !important;
}

#spacingHg {
  margin-bottom: 5rem !important;

}

#spacingBg {
  margin-bottom: 4.375rem !important;
}

#spacingMd {
  margin-bottom: 3.125rem !important;
}

#spacingMd2 {
  margin-bottom: 2rem !important;
}

#spacingSm {
  margin-bottom: 1.875rem !important;
}


.gap0 {
  width: auto;
  height: .1em;
  /* background-color: #474747; */
}


.gap1 {
  width: auto;
  height: 3em;
}

.gap2 {
  width: auto;
  height: 6em;
}

.gap3 {
  width: auto;
  height: 12em;
}


/*---------------------------------------
  LISTY               
-----------------------------------------*/

.listBg {
  width: 97%;
  margin: auto;
  margin-bottom: 4.375rem;
}

.listBg li {
  font-weight: 400;
  color: #000000;
  font-size: 1rem;
  margin-top: .6rem;
  list-style-type: disc;
  font-family: 'Poppins', sans-serif;
  margin-top: 18px;
}



/*---------------------------------------
  IMAGE               
-----------------------------------------*/

.ReImg {
  padding: 0;
  max-width: 1050px;
  margin: 0px auto;
  display: inline-block;

  /* -webkit-box-shadow: rgba(100, 100, 111, 0.2) 4px 4px 20px 0px; */
  /* box-shadow: rgba(184, 184, 184, 0.2) 4px 4px 20px 0px; */
  /* margin-top: 4em; */
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.ReImg2 {
  padding: 0;
  max-width: 950px;
  margin: 0px auto;
  display: inline-block;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 4px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 4px 0px;
  margin-top: 4em;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

#lb-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 130;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

#lb-back.show {
  visibility: visible;
  opacity: 1;
  overflow-x: scroll;
}

#lb-img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  text-align: center;
}

#lb-img img {
  height: auto;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  max-width: 50vw;
  margin-top: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#lb-backTwo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 130;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

#lb-backTwo.show {
  visibility: visible;
  opacity: 1;
  overflow-x: scroll;
}

#lb-imgTwo {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  text-align: center;
}

#lb-imgTwo img {
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  max-width: 27%;
  margin-top: 10vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
}




.redCon {
  text-align: center;
  margin-bottom: 6rem;
}




.zoom {
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  -o-transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.zoom:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

hr {
  border: 0;
  height: .5px;
  background-color: #bbbbbb;
  margin-top: .1em;
  margin-bottom: 4em;
}

















.sectionHeader {
  display: flex;
  /* background-color: #b3b9ff; */
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 3rem;
}


/* .bullet {
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
  margin-right: 10px;
} */

.header {
  display: flex;
  align-items: center;
  width: auto;
  line-height: 26px;
  margin: 4em 0 1em;

}

.undrline {
  border: none;
  border-top: .2px solid rgb(224, 224, 224);
  width: 100%;
  margin-top: 10px;
  margin-left: 22px;
}



@media (max-width: 800px) {
  .undrline {
    visibility: hidden;
  }

  .sectionHeader {
    display: block;
    text-align: center;
    height: 60px;

  }

  .header {
    display: inline;
    margin: auto;
    /* background-color: #f3f6ff; */
    text-align: center;
    width: 100%;
  }

}
























/*---------------------------------------
MEDIA
-----------------------------------------*/
@media (max-width: 1100px) {

  .main {
    padding-left: 0em;
    padding-right: 0em;
    margin-left: 0em;
    margin-right: 0em;
  }

  #heading1 {
    font-size: 3rem;
  }

  #heading {
    font-size: 2rem;
  }
}


@media (max-width: 860px) {


  .containerMain {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 6rem;
  }

  .capTxt {
    margin-left: 0;
    margin-right: 0;
  }

  #heading1 {
    font-size: 2.4rem;
  }

  #heading {
    font-size: 2rem;
  }

  .headerSmall {
    line-height: 2rem;
  }

  .headerMain {
    text-align: center;
  }

  .headerBig {
    text-align: center;
  }

  .headerMid {
    text-align: center;
  }


  .headerMid2 {
    text-align: center;
  }

  hr {
    width: 90%;
  }
}


@media (max-width: 640px) {

  .headerMidx {
    font-weight: 700;
    text-align: center;
    font-size: 2.5rem;
  }

}

html {
  scroll-behavior: smooth;
}








/*---------------------------------------
SECTIONS
-----------------------------------------*/

.cntColor1 {
  background-color: rgb(248, 248, 248) !important;
}

.fntColor1 {
  color: rgb(32, 32, 32) !important;
}

.fntColor1 .listBg ul li {
  color: rgb(19, 19, 19) !important;
}



.buttonLast {
  display: block;
  width: 200px;
  background-color: #000000;
  color: white;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  margin: 60px auto;
  border-radius: 10px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-size: .9rem;
  font-weight: 400;


  /* box-shadow: 3px 4px 20px -3px rgba(166, 160, 247, 0.75);
  -webkit-box-shadow: 3px 4px 20px -3px rgba(103, 92, 255, 0.75);
  -moz-box-shadow: 3px 4px 20px -3px rgba(166, 160, 247, 0.75); */

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
  color: white;
  margin: 20px auto;
}

.buttonLast:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 20px rgba(170, 170, 170, 0.2);
  box-shadow: 0 10px 20px rgba(170, 170, 170, 0.2);
  color: #ffffff;
  text-decoration: none;
}

.textHeader1 {
  color: #000000 !important;
  font-size: clamp(3.3rem, 5vw, 4rem);
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Gilroy', 'Poppins', sans-serif;
  font-weight: bold;
}

.textHeader2 {
  color: #020000 !important;
  text-align: left;
  margin: 0;
  padding: 0;
  max-width: 500px;
  font-weight: 300;
  padding-bottom: 24px;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.9rem;
  margin-top: 16px;
  padding-right: 12px;
  /* background-color: #b3ffbd; */
}

@media(max-width:960px) {

  :root {
    font-size: 14px;
  }

  .textHeader1 {
    margin-left: 0.5rem;
    /* background-color: #b3ffbd; */
    text-align: center;
    margin-top: 28px;
    font-size: 2.4rem;
    font-weight: 700;

  }

  .textHeader2 {
    max-width: 700px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-bottom: 2rem;
    font-size: 1.1rem;
    padding-right: 0;
    /* background-color: #b3ffbd; */
    line-height: 26px;
  }
}












/*---------------------------------------
containerHead
-----------------------------------------*/

#contentNew {
  width: 100%;
  margin: auto;
  margin-top: 6rem;
  background-color: hsl(0, 0%, 95%);
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center; /* Centrowanie wzdłuż osi X */
}

.containerHead {
  position: relative;
  /*background-color: #a03636;*/
  width: auto;
  border-bottom: solid black 3px;
  /*height: 26vw;*/
  overflow: hidden;
  max-height: 470px;
  max-width: 1600px;
  text-align: left; /* Zachowuje text-align: left; dla zawartości */
  display: flex;
  justify-content: space-between;
  
  /* Dodaj calc do marginesów */
  margin-left: calc(10% - 5px); /* 10% - połowa szerokości border */
  margin-right: calc(10% - 5px);
}


.napisContainer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* background-color: #ffffff; */
  height: auto;
}




.HeadImg {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  bottom: 0px;
  margin: auto;
  /* background-color: #ffd45e; */
  -webkit-box-flex: 1.4;
  -ms-flex: 1.4;
  flex: 1.4;
  overflow: hidden;
}


@media(max-width:950px) {

  #contentNew {
    width: 100%;
    margin: auto;
    margin-top: 6rem;
    /* background-color: #300000; */
    padding-left: 3%;
    padding-right: 3%;
  }
  

  .containerHead {
    position: relative;
    /* background-color: #552424; */
    margin-left: 5%;
    margin-right: 5%;
    overflow: hidden;
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .HeadImg {
    width: 100vw;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;

}


  .sectionImage {
    height: 200px;
  }

}
