@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Baskervville:500,500i,600,600i|Montserrat:300,300i,500&subset=latin-ext&display=swap');
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&subset=latin-ext');*/
/*@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:100,300,500,700,900&subset=latin-ext');*/
html,
body {
  /* overflow-x: hidden; */
  width: 100%;
  padding: 0;
  margin: 0;
  color: #908888;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.5s;
}
html:hover {
  background-color: rgba(0, 0, 0, 0);
}
body {
  position: relative;
  width: 98%;
  margin: 1%;
  background-color: #fff;
  background: url('../img/bg.jpg') -5%;
  background-size: 33.3%;
  font-family: Montserrat, 'Nunito Sans', Poppins, Helvetica, sans-serif;
  font-size: 10px;
}
@media (max-aspect-ratio: 1/1) {
  body {
    background-size: 100%;
  }
}
a {
  text-decoration: none;
  color: #655;
}
a:hover {
  font-weight: 500;
}
p {
  font-size: 1.6em;
  line-height: 1.8em;
  font-weight: 300;
}
q {
  /* font-family: Baskervville, serif; */
  font-size: 2.6em;
  font-weight: 400;
  font-style: normal;
  quotes: none;
  color: #888;
  display: flex;
  margin: 1em 0;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
}
q::before {
  content: '';
  border-bottom: 1px solid #aaa;
  flex-grow: 1;
  margin-right: 1em;
  top: -0.5em;
  position: relative;
}
@media (max-aspect-ratio: 1/1) {
  q {
    border-top: 1px solid #aaa;
    padding-top: 0.5em;
  }
  q::before {
    display: none;
  }
}
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
}
h2 {
  font-size: 1.6em;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 35%;
  width: 100%;
}
@media (max-aspect-ratio: 1/1) {
  h2 {
    font-size: 2em;
  }
}
#ocharme h3 {
  font-size: 2.5em;
  line-height: 1.6em;
  margin: 1.6em 0;
  font-weight: 100;
}
h4 {
  font-size: 1.8em;
  margin-top: 1em;
  text-transform: none;
}
h5 {
  font-size: 1.2em;
  color: #aaa;
  margin-top: 0.5em;
  letter-spacing: 1px;
}
header {
  position: relative;
  width: 96%;
  max-width: 1180px;
  padding: 0;
  margin: 0 auto;
  height: 25vh;
  min-height: 100px;
}
@media (max-aspect-ratio: 1/1) {
  header {
    height: 30vh;
  }
}
header h1 {
  background: url('../img/Charme_logo.png') no-repeat center center;
  background-size: auto 80%;
  width: 70%;
  height: 95%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  opacity: 0.4;
  transition: opacity 1s;
}
header h1:hover {
  opacity: 0.2;
}
header h1 span {
  position: absolute;
  top: -100vh;
}
@media (max-aspect-ratio: 1/1) {
  header h1 {
    margin-bottom: 0em;
    top: 0em;
    height: 80%;
  }
}
header span#jezyki {
  opacity: 0.35;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  padding: 1em 0;
}
header span#jezyki .icon {
  max-width: 2em;
  max-height: 2em;
  margin-right: 0.5em;
}
header span#jezyki:hover {
  opacity: 1;
}
@media (max-aspect-ratio: 1/1) {
  header span#jezyki {
    width: 100%;
    max-height: 20%;
    text-align: center;
  }
  header span#jezyki .icon {
    max-width: 18%;
    max-height: 4em;
    margin: 0 1em 1em 1em;
  }
}
div.illu_wrap {
  max-width: 800px;
}
section {
  position: relative;
  /*	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; */
  padding: 2em 0;
  width: 96%;
  max-width: 1180px;
  margin: 0 auto;
}
section#ocharme {
  width: 94%;
  border: 0;
}
section#ocharme p {
  text-align: justify;
}
@media (max-aspect-ratio: 1/1) {
  section#ocharme p {
    text-align: left;
  }
}
section#ocharme img {
  float: left;
  max-width: 57%;
  min-width: 200px;
  margin: 0 3em 3em 0;
}
@media (max-aspect-ratio: 1/1) {
  section#ocharme img {
    float: none;
    margin: 0 0 2em 0;
    width: 100%;
    max-width: unset;
  }
}
@media (max-aspect-ratio: 1/1) {
  section#ocharme {
    width: 86%;
  }
}
section#kontakt {
  border: 0;
}
section#kontakt h2:first-of-type {
  margin-bottom: 2em;
}
section#kontakt p {
  font-size: 1.4em;
  text-align: center;
}
section#kontakt p span {
  display: inline-block;
}
section#zespol {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section#zespol h2 {
  flex-basis: 100%;
  font-size: 2.4em;
  margin: 1em;
}
section#zespol.pokaz div.pani img {
  width: 60%;
  margin: 0;
}
section#zespol.pokaz div.pani h4 {
  opacity: 1;
}
section#zespol div.pani {
  max-width: 15%;
  margin: 2%;
  text-align: center;
}
section#zespol div.pani img {
  transition: all 0.5s ease;
  border-radius: 50%;
  width: 10%;
  margin: 25%;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
section#zespol div.pani:nth-of-type(2) img {
  transition-delay: 0.2s;
}
section#zespol div.pani:nth-of-type(3) img {
  transition-delay: 0.4s;
}
section#zespol div.pani h4 {
  transition: all 1s;
  opacity: 0.1;
}
@media (max-aspect-ratio: 1/1), (max-width: 640px) {
  section#zespol {
    flex-direction: column;
  }
  section#zespol h2 {
    margin: 1em 0;
  }
  section#zespol div.pani {
    max-width: 55%;
    margin-top: 4em;
  }
}
section#illu,
section#illu_man {
  margin: 0 auto;
  height: 296px;
  background: url('../img/20191018_4_mm.jpg') no-repeat center center;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 1180px 0, 1180px 89%, 0 100%);
  clip-path: polygon(0 0, 1180px 0, 1180px 89%, 0 100%);
}
@media (max-aspect-ratio: 1/1) {
  section#illu,
  section#illu_man {
    height: 35vw;
    max-height: 400px;
  }
}
section#illu_man {
  background-image: url('../img/manekiny.jpg');
  height: auto;
  padding-top: 43.5%;
}
section.opis {
  width: 94%;
  margin: 0 auto;
  padding: 0 0 6em 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  text-align: center;
  opacity: 0.2;
  top: 6em;
  transition: all 1s ease;
}
section.opis .owl-carousel .owl-stage {
  margin: 4em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.opis .owl-carousel .owl-stage .item {
  width: auto;
  max-height: 5em;
  max-width: 14em;
  margin: auto;
  opacity: 0.5;
}
section.opis .owl-carousel .owl-dots,
section.opis .owl-carousel .owl-nav {
  display: none;
}
section.opis.pokaz {
  opacity: 1;
  top: 0;
}
section.opis.pokaz div.staty div.dana {
  opacity: 1;
}
section.opis div.staty {
  display: flex;
  flex-wrap: wrap;
}
section.opis div.staty div.dana:nth-of-type(0) {
  transition-delay: 0s;
}
section.opis div.staty div.dana:nth-of-type(1) {
  transition-delay: 0.1s;
}
section.opis div.staty div.dana:nth-of-type(2) {
  transition-delay: 0.2s;
}
section.opis div.staty div.dana:nth-of-type(3) {
  transition-delay: 0.3s;
}
section.opis div.staty div.dana:nth-of-type(4) {
  transition-delay: 0.4s;
}
section.opis div.staty div.dana:nth-of-type(5) {
  transition-delay: 0.5s;
}
section.opis div.staty div.dana:nth-of-type(6) {
  transition-delay: 0.6s;
}
section.opis div.staty div.dana:nth-of-type(7) {
  transition-delay: 0.7s;
}
section.opis div.staty div.dana {
  flex-grow: 1;
  padding: 1.4em;
  margin: 1em;
  background-color: rgba(0, 0, 0, 0.08);
  font-size: 1.4em;
  line-height: 2em;
  text-align: right;
  text-transform: uppercase;
  opacity: 0;
  transition: 1s all;
}
section.opis div.staty div.dana.biala {
  background-color: rgba(255, 255, 255, 0.6);
}
section.opis div.staty div.dana.biala span.wartosc {
  color: #aaa;
}
section.opis div.staty div.dana.biala p::after {
  border-color: #ccc;
}
section.opis div.staty div.dana p {
  font-weight: 600;
  text-transform: none;
  font-size: 1.2em;
  margin: 0;
  position: relative;
  color: #666;
}
section.opis div.staty div.dana p::after {
  content: '';
  border-bottom: 3px #fff solid;
  width: 1.6em;
  position: absolute;
  top: -0.2em;
  right: 0;
}
section.opis div.staty div.dana span.wartosc {
  font-family: Baskervville, serif;
  font-size: 3.4em;
  font-weight: 400;
  font-style: italic;
  color: white;
}
section.opis div.staty div.dana span.zrodlo {
  font-size: 0.8em;
  font-style: italic;
  display: block;
  text-transform: none;
  opacity: 0.5;
}
@media (max-aspect-ratio: 1/1) {
  section.opis {
    width: 86%;
  }
  section.opis p {
    text-align: left;
  }
}
