:root {
  --superBiel: #ffffff;
  --biel: #f2f2f0;
  --zielony1:#6e8c03;
  --zielony2:#a9bf04;
  --szary:#a5a686;
  --czarny:#3f4038;
  --niebieski:#415c5a;
  --niebieski2:#8fa299;
  --rozowy:#e6cabe;
  --krem:#e2d7d1;
  --bez:#ded9db;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: flex-start;
  background-color: var(--biel);
  background-image: url(blob7.svg);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 21%;
  background-size: 150%;
  overflow-x:hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: var(--czarny);
}

.wrap {
  background-color: transparent;
  background-image: url(blob6.svg);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: bottom;
  background-size: 100%;
  overflow-x:hidden;
}

h1, h2, h3{
  font-family: noto-sans, sans-serif;
  font-weight: 900;
}

strong {
  font-weight: 400;
}
strong.super {
  font-weight: 700;
}

.btn{
  border: 1px solid var(--czarny);
  padding: 5px 25px;
  text-decoration: none;
  color: var(--czarny);
  margin-top: 10px;
  text-transform: uppercase;
}
.btn:hover{
  background-color: var(--biel);
}

.cta{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


#logo {
  width: 100%;
  display: flex;
  padding: 20px 0;
  justify-content: flex-end;
  margin-bottom: 40px;
}
#logo img{
  margin-right: 20px;
}

@media screen and (max-width: 650px) {
  #logo img {
    margin-left: 20px;
    width: calc(100% - 40px);
  }
}


.card{
  background-color: var(--superBiel);
  padding: 24px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 650px) {
  .card {
    padding: 24px;
    min-width: 400px;
    width: calc(100% - 100px);
    margin-right:100px;
    padding-bottom: 45px;
  }
}

/* ----------------------------------------------------------------  ------------------------------------------- */

#szkolenia{
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  margin: 50px auto 0;
  align-items: flex-start;
  position: relative;
  margin-bottom: 200px;
  justify-content: center;
}

#szkolenia .card{
  text-align: center;
}

#szkolenia .card ul{
  list-style-type: none;
  font-style:italic;
  padding-left: 0px;
}

#szkolenia .svg{
  position: absolute;
  width:200px;
  z-index: 3;
  left: -100px;
  bottom: -80px;
}

#szkolenia .codeChar{
  margin-top: -70px;

  z-index: 4;
}

#szkolenia > img.code {
  width: 100%;
}

#szkolenia .blob{
  position: absolute;
  top: -122px;
  right: -105px;
  z-index: 0;
}

#szkolenia .stack {
  width: 100px;
  position: absolute;
  z-index: 4;
  bottom: -40px;
    right: -30px;
    z-index: 4;
    background-color: var(--niebieski2);

    border-radius: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#szkolenia .stack ul{
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
}
#szkolenia .stack  ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.big{
  display: none;
}

@media screen and (min-width: 650px) {
  #szkolenia{
    width: 80%;
  }
  #szkolenia > img.code {
    margin-top: -25px;
    width: 500px;
    align-self: flex-end;
    z-index:2;
  }
  #szkolenia .stack {
    top:50px;
    right: -40px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }

    #szkolenia .svg{
      bottom: -40px;
    }
}

@media screen and (min-width: 950px) {
  #szkolenia .cta{
    margin-right: 450px;
    background-color: var(--superBiel);
    padding: 30px;
    position: absolute;
    bottom: -190px;

  }
  #szkolenia .svg{
    bottom: -100px;
    left: -130px;
  }
}

@media screen and (min-width: 1300px){
  .big{
    display: block;
  }
  .small{
    display:none;
  }
  #szkolenia {
    flex-direction: row;
  }

  .card{
    width: 60%;
    margin-right:30%;
    padding-bottom: 24px;
  }
  #szkolenia .card p{
    padding-right: 100px;
  }
  #szkolenia > img.code {
    position: absolute;
    right: -60px;
    bottom: -40px;
    width: 500px;
    z-index: 2;
  }
  #szkolenia .stack {
    width: 280px;
    bottom:250px;
    right: 60px;
    top:auto;
  }
  #szkolenia .stack ul{
    flex-direction: row;}
    #szkolenia .stack  ul li {
      margin: 0 5px;
    }
    #szkolenia .svg{
      bottom: -40px;
    }

  #szkolenia  .cta{
      margin-right: 0;
      background-color: transparent;
      padding: 0;
      position:inherit;
      bottom: 0;
      border-radius: 0;
    }
}

/* ---------------------------------------------------------------- Profil ------------------------------------------- */

#profil{
  width: 80%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  margin: 50px auto 50px;
  align-items: flex-end;
  position: relative;
  justify-content: center;
}

#profil .card{
  width: 80%;
  margin-left: auto;
  margin-right: unset;
  margin-bottom:20px;
}

#profil .svg{
  position: absolute;
  z-index: 0;
  right: -70px;
  top: -60px;
}

#profil .codeChar{
  z-index: 4;
  position: absolute;
  top: -144px;
  left: 45px;
}
#profil .profil{
  position: relative;
  width:100%;
}
#profil .profil > img{
  width: 200px;
}
 #profil .profil > img, #profil .profil .profilBg{
  position: absolute;
  left: -55px;
  bottom: 30px;
  z-index: 2;
}

#profil .profil .profilBg{
  background-color: var(--zielony2);
  width: 50%;
  height: 80px;
  bottom: -20px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  padding-right:20px;
}

#profil .profil .profilBg h3{
  text-transform: uppercase;
    color: var(--czarny);
    font-family: 'Open Sans';
    font-weight: 400;
}

#profil .profil .profilBg a{
  position: absolute;
    right: 20px;
}

#profil .card p{
  padding-left: 100px;
  margin: 0 0 30px 0;
}
#profil .card p.desc{
  margin-top: 30px;
  padding-left: 0px;
}

#profil .blob{
  position: absolute;
  left: 0;
  top: -251px;
  left: -200px;
}

#profil .element {  
  float: left;
  shape-outside: url(mask.png);
  width: 200px;
  height: 300px;
  background-color: #6e8c03;
  shape-image-threshold: 0.5;
}

@media screen and (min-width: 650px) {
#profil{
  margin-bottom:150px;
}

  #profil .card p.desc{
    padding-left: 100px;
  }

  #profil .profil > img, #profil .profil .profilBg{
    left: -40px;
  }
  #profil .profil > img{
    width: 250px;
  }

  #profil .blob{
    left: -100px;
  }
}

@media screen and (min-width: 950px) {
  #profil .profil > img{
    width: 300px;
  }
  #profil .blob{
    left: 0;
  }
  #profil .codeChar {
    left: 250px;
  }
}


/* p{
  font-family: poiret-one, sans-serif;
  font-family: fira-sans, sans-serif;
  font-family: fira-sans-2, sans-serif;
  font-family: 'Open Sans';
  font-weight: 400;
}

span{
  font-family: poiret-one, sans-serif;
  font-family: fira-sans, sans-serif;
  font-family: fira-sans-2, sans-serif;
  font-family: fira-sans-condensed-2, sans-serif;
  font-family: fira-sans-condensed, sans-serif;
  font-family: fira-sans-compressed-2, sans-serif;
  font-family: noto-sans, sans-serif;
  font-family: noto-sans-extracondensed, sans-serif;
  font-weight: 400;
} */

/* ---------------------------------------------------------------- Viridis ------------------------------------------- */


blockquote {
	font-weight: 100;
	font-size: 28px;
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	margin: 0 auto;
  background-color: var(--bez);
  width: 152px;
  height: 150px;
  border-radius: 150px;
  font-style: italic;
  text-align: center;
  padding: 32px;
  display: flex;
    justify-content: center;
    align-items: center;
}

blockquote:before,
blockquote:after {
	position: absolute;
  color: var(--black);
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
  font-family: 'fira-sans';
}

blockquote:before {
	content: '“';
	left: -24px;
	top: -12px;
}

blockquote:after {
	content: '”';
	right: -12px;
	bottom: 6px;
}


#viridis {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 100px;
}

#viridis blockquote{

margin-top: -70px;
margin-bottom:-150px;
left: 50%;
margin-left: -100px;
}

#viridis .right{
  background-color: var(--superBiel);
  flex: 1;
  padding: 170px 50px 25px;
}
#viridis .right a.btn {
  float:right;
}

#viridis > a{
  width: 100%;
  max-width: 644px;
}

#viridis > a img{
  width: 100%;
}
#viridis .cta{
flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#viridis svg {
  position: absolute;
  right: 20px;
  bottom: -100px;
}

@media screen and (min-width: 650px) {
  #viridis {
    flex-direction: row;
  }
  #viridis > a{
    width: 50%;
    max-width: 644px;
  }

  #viridis blockquote{
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -100px;
    margin-top: unset;
    margin-bottom: unset;
    }
    #viridis .right{
      padding-top: 50px;
      margin-top: 50px;;
    }

    #viridis .cta{
  position: absolute;
  left: 10%;
  bottom: -50px;
  padding: 20px;
  background-color: var(--superBiel);
  flex-direction: column;

    }
}

@media screen and (min-width:950px ) {
  #viridis .cta{
    position: relative;
    left: unset;
    bottom: unset;
    padding: unset;
    background-color: transparent;
    flex-direction: row;
      }

}

@media screen and (min-width: 1300px) {
  #viridis {
    margin-bottom:0;
  }
  #viridis svg {
    bottom:-20px;
  }

}


/*------------------------------- footer -------------------------*/

footer {
  margin-top: auto;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 0.8rem;
  flex-direction: column;
}

footer .info {
  padding: 10px;
  z-index: 1;
  padding-left: 11%;
}

footer .copy {
  z-index: 2;
  position: relative;
  padding: 10px 0 10px ;
  text-align: right;
  padding-left: 12%;
  align-self: flex-start;
  margin-top: 10px;
}


@media screen and (min-width: 650px) {
  footer{
    flex-direction: row;
  }

  footer .copy {
    align-self: flex-end;
    padding-right: 12%;
    padding-left: 0;
  }
  
}

@media screen and (min-width: 950px) {
  footer{
    font-size: 1em;
    padding-top:100px;
  }
}
