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

.bioContainer {
  color: #242424;
  max-width: 1600px;
  margin: auto;


}


body {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #333333;
  /* max-width: 1900px; */
  margin: auto;
}

html,
body {
  width: 100%;
  height: 100%;
}

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

:root {
  font-size: 16px;
}

.hideme {
  opacity: 0;
}





/*---------------------------------------
  GENERAL               
-----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ff0000;
}

.section-title {
  position: relative;
  padding-bottom: 22px;
  color: #cecece;
}

#about,
#team {
  text-align: center;
}

.contact {
  text-align: center;
}

#about {
  background: #ffffff;
}

#project {
  background: #ffffff;
}

#team {
  background: #ffffff;
}

footer {
  background: #ffffff;
}

.vl {
  border-left: 1.5px solid #5BD0D6;
  height: 5vw;
  width: 50%;
  stroke-linecap: round;
  z-index: 1;
  float: right;
  background-clip: padding-box;
  margin-top: 3em;
  margin-bottom: 4em;
  /* background-color: #93b4c8; */
}

.vertical {
  border-left: 6px solid black;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-top: 3em;
  margin-bottom: 3em;
}











/*---------------------------------------
  TYPOGRAPHY              
-----------------------------------------*/

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

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


body {
  background: white;
  /* font-family: 'Poppins', sans-serif; */
  font-weight: 400;
  color: #000000;
}


p {
  margin-bottom: 1em;
  font-family: 'Futura';
}

h1,
h2,
h3,
h4 {
  /* margin: 3em 0 1.38em; */
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-family: 'Futura';


}

h1 {
  font-size: 2.488rem;
}

h2 {
  font-size: 2.074rem;
}

h3 {
  font-size: 1.728rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 4rem;
  font-weight: 300;
}

h6 {
  font-size: 1rem;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;

}

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

  font-family: 'Futura', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.ex p {
  padding: 10px;
}


#headingTwo {
  width: 50%;
  height: 1.5em;
  border-bottom: 1px solid #807d75;
  margin: auto;
  margin-bottom: 1em;
  text-align: center;
  font-weight: 500;
  color: #2aafb6;
  font-size: 1.1rem;
  font-family: 'poppins';
}

.return {
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border: solid 1px #bababa;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 14vh;
  left: 4vw;
  display: inline-block;
  z-index: 1;
}

.return:hover {
  background-color: rgb(249, 249, 249);
  border: solid 2px #bababa;
}

#sectionTitle {
  font-family: 'Futura' 'Poppins', sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 6vh;
  /* background-color: #0cc458; */
  letter-spacing: 5px;
}


.prtLabel {
  /* background-color: #0cc45919; */
  font-size: clamp(16px, 2.2rem, 32px);
}



/* #menuFont{

  color: #000000;
  font-family: 'poppins';
  font-weight: 500;

} */



/* 
.newSize {
width: 500px;



} */

/* .prtCont{


  max-width: 800px;
} */








/*---------------------------------------
PORTFOLIO
-----------------------------------------*/

.aligncenter {
  margin: 10px auto 20px;
  display: block;
  max-width: 50vw;
}

.content {
  /* margin-top: 10em; */
}

.projects {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 0;
  margin-bottom: 0;
}

.videoWrapper {
  margin-top: 2em;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-color: rgb(138, 138, 138);
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  height: 50%;
}

.vipo {
  margin: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.icon {
  margin-top: 2em;
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.rotate {
  animation: reverse rotation 12s;
  position: absolute;
  z-index: 1;
  opacity: 0.3;
  width: 7%;
  opacity: 0.3;
  margin-left: 84.8vw;
  margin-top: 2vh;
  width: 4%;
}

.rotate2 {
  -webkit-animation: rotation 26s;
  animation: rotation 26s;
  position: absolute;
  z-index: 1;
  width: 7%;
  opacity: 0.3;
  margin-left: 78vw;
  margin-top: -4vh;
}

.linear {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#content {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.1em, rgba(255, 255, 255, 0.7)), color-stop(.1em, transparent)), -webkit-gradient(linear, left top, right top, color-stop(.1em, rgba(255, 255, 255, 0.7)), color-stop(.1em, transparent));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7) .1em, transparent .1em), -o-linear-gradient(left, rgba(255, 255, 255, 0.7) .1em, transparent .1em);
  background-image: linear-gradient(rgba(255, 255, 255, 0.7) .1em, transparent .1em), linear-gradient(90deg, rgba(255, 255, 255, 0.7) .1em, transparent .1em);
  background-size: 1em 1em;
  opacity: 0.07;
}

.cog1 {
  opacity: 0.4;
  margin: auto;
  height: auto;
  width: 100%;
  content: url(../images/bulb2.png);
  position: absolute;
}

/* HERO TEXT */

* {
  color: rgb(64, 64, 64);
}

.newtext {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rw-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  position: relative;
  margin: 20vh auto 0 auto;
  font-family: 'gilroy';
  /* font-family: 'Alegreya Sans', sans-serif; */
  padding: 1px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;

}

.rw-sentence {
  text-align: center;
  width: 100v;
}

.rw-sentence span {
  color: rgb(0, 0, 0);
  font-size: 100%;
  font-weight: normal;
}

.hello h3 {
  color: #d5d5d5;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  font-size: 1.5rem;
}

.cta {
  -ms-flex-line-pack: center;
  align-content: center;
  height: 80px;
  width: 100%;
  position: absolute;
  -webkit-transform: translateX();
  -ms-transform: translateX();
  transform: translateX();
  z-index: 999;
}

.rw-words {
  display: inline;
  text-indent: 10px;
  font-family: 'gilroy';

}

#s1 {
  float: left;
  font-family: 'gilroy';

}

#s2 {
  float: left;
}

#s3 {
  float: left;
}

.rw-words-1 span {
  /* float: left; */
  display: block;
  opacity: 0;
  color: #ffffff;
  -webkit-animation: rotateWord 16s cubic-bezier(0.005, 0.730, 0.790, 1.010);
  animation: rotateWord 16s cubic-bezier(0.005, 0.730, 0.790, 1.010) forwards;
}

.rw-words-1 span:nth-child(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 0.1s;
  color: #6A2AFF;
}

.rw-words-1 span:nth-child(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 0.3s;
  color: #ffffff;
}

.rw-words-1 span:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.7s;
  margin: 0 5% 0 5%;
  color: #e7e7e7;

}

@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }

  2% {
    opacity: 0;
    -webkit-transform: translateY(15px);
  }

  5% {
    opacity: 1;
    -webkit-transform: translateY(1px);
  }

  100% {
    opacity: 1;
  }
}

@keyframes rotateWord {
  0% {
    opacity: 0;
  }

  2% {
    opacity: 0;
    -webkit-transform: translateY(15px);
  }

  5% {
    opacity: 1;
    -webkit-transform: translateY(1px);
  }

  100% {
    opacity: 1;
  }
}

.sbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}












/*---------------------------------------
  BUTTONS               
-----------------------------------------*/

.section-btn {
  margin: 28px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: content;
  flex-basis: content;
  z-index: 300;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);


}

.section-btn a,
.section-btn button {
  line-height: 45px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #ffffff;
  font-weight: normal;


}

.section-btn a span,
.section-btn button span {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding: 0 35px;
  background: #796bf8;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #ffffff;
  text-align: center;
  border-radius: 12px;
  font-weight: 300;
  font-size: 1rem;

  box-shadow: 3px 4px 20px -3px rgba(166, 160, 247, 0.75);
  -webkit-box-shadow: 3px 4px 20px -3px rgba(166, 160, 247, 0.75);
  -moz-box-shadow: 3px 4px 20px -3px rgba(166, 160, 247, 0.75);




}

.csstransforms3d .section-btn a span::before,
.csstransforms3d .section-btn button span::before {



  /* position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  color: #000000;
  padding: 0 25px;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  font-weight: 300;
  font-size: 1rem;
  border-radius: 12px;


  box-shadow: 3px 4px 6px -3px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 3px 4px 6px -3px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 3px 4px 6px -3px rgba(255, 255, 255, 0.75); */

}

.section-btn a:hover span,
.section-btn a:focus span,
.section-btn button:hover span,
.section-btn button:focus span {
  /* -webkit-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px); */


  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

/* .csstransforms3d .section-btn a:hover span::before,
.csstransforms3d .section-btn a:focus span::before,
.csstransforms3d .section-btn button:hover span::before,
.csstransforms3d .section-btn button:hover span::before {
  background: #ffffff;
} */






.spline {
  height: 1000x;
  overflow: hidden;


}






/*---------------------------------------
  BUTTONS NEW            
-----------------------------------------*/

.btnContainer {
  left: 0;
  right: 0;
  margin-top: 30em;
  position: absolute;
  width: 100%;
  /* Ustawienie szerokości na 100%, aby przycisk był w pełnej szerokości kontenera */
  text-align: center;
  /* Ustawienie tekstu na środku */
}

.text-box {
  position: relative;
  /* Nadanie pozycji względnej */
  display: inline-block;
  /* Ustawienie na blok liniowy */
}






.btn:link,
.btn:visited {
  /*text-transform: uppercase;
  */
  text-decoration: none;
  padding: 13px 26px;
  display: inline-block;
  border-radius: 10px;
  transition: all .2s;
  /* position: absolute; */
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  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);
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}


.btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
  background-color: #6a2aff;
  color: #ffffff;
}

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
  border-radius: 10px;
  -webkit-border-radius: 10px;

}

.btn-white::after {
  background-color: #bfa4ff;

}

.btn:hover::after {
  transform: scaleX(1.2) scaleY(1.6);
  opacity: 0;
  color: #ffffff;
}

.btn-animated {
  animation: moveInBottom 5s ease-out;
  animation-fill-mode: backwards;
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}














/*---------------------------------------
HAMBURGER
-----------------------------------------*/

.ham {
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -40px;
}

.hamRotate.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamRotate180.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.line {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: rgb(19, 19, 19);
  stroke-width: 4.5;
  stroke-linecap: round;
  /* kolor hamburgera */
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
  transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
  -o-transition: transform 400ms, stroke-dashoffset 400ms;
  transition: transform 400ms, stroke-dashoffset 400ms;
  transition: transform 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

/*---------------------------------------
  NAVIGATION             
-----------------------------------------*/

.underline {
  background-image: -o-linear-gradient(330deg, #616161 0%, #5e5e5e 100%);
  background-image: linear-gradient(120deg, #5BD0D6 0%, #6d6d6d 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.03em;
  background-position: 0 99%;
}

.available:before {
  content: "⦿";
  margin-right: 2px;
  display: inline-block;
}

.available {

  font-weight: 400;
  font-size: 14px;
  color: rgb(43, 167, 43);
  margin-bottom: 1em;
  text-align: center;
  position: relative;
  padding: 0.5rem;
  border-radius: 8px;
  /*background-color: #ffffff;
  */
  opacity: 0.9;
  padding-left: 0.5rem;
  padding-right: 1.1rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* .hdr {
  color: #5eff01;
  font-size: 13rem;
} */

#cta1 {
  left: 0;
  right: 0;
  margin-top: 30em;
  position: absolute;
  background-color: #476c56;






}

.logo {
  left: 0px;
  height: 91px;
  width: 140px;
  background-color: rgb(255, 255, 255);
  position: relative;
  /* border-right: #b1b1b1 1px solid; */
  /* border-left: #b1b1b1 1px solid; */
  border-bottom: none;
}

.logosvg {
  position: absolute;
  top: 35%;
  bottom: 35%;
}

.custom-navbar {
  margin-bottom: 0;
  padding: 0px 0;
  /* tlo w mobilnym widoku TOTOTOTO*/
}

.custom-navbar .navbar-brand {
  /* color: #000000; */
  /* font-weight: normal; */
  /* font-size: 1rem; */
  /* chuj wi*/
}

div .container {
  padding-left: 4em;
  width: 100%;
  /* kontener główny nawigacji*/
}

div .navbar-collapse .nav li {
  font-size: 1rem;
  padding: 20px 20px;
  display: inline-block;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
  font-weight: bold;

  /* ustawia szerokosc pasków dla liter zarówno desk i mob*/
}

.nav li a:after {
  content: "";
  position: absolute;
  left: -40px;
  top: -40px;
  width: 126px;
  height: 96px;
  background: #e0e0e0;
  opacity: 0;
  /* strefa klikniecia*/
}

.custom-navbar .nav {
  background: rgb(228, 228, 228, ), transparent;
  /* 4 opcje container*/
}

.custom-navbar .nav li a {
  height: 100%;
  background-color: transparent;
  font-size: 0.9rem;
  font-weight: normal;
  color: #000000;
  letter-spacing: .5px;
  padding: 0;
  margin: 15px 15px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  /* kolor fontu, rozmiar etc*/
}

.custom-navbar .nav>li>a:hover,
.custom-navbar .nav>li>a:focus {
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.custom-navbar li:hover {
  background-color: rgb(0, 0, 0);
  /* kolor hover*/
}

.custom-navbar li:hover a {
  color: #ffffff;
  /* kolor fontu po hoverze*/
}

.nav li.active>a {
  color: #ff8400;
  /* kolor fontu po kliknieciu*/
}

.navbar-header {
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: #505050;
  box-shadow: #505050;
  /* kolor navigacji */
}

.custom-navbar .navbar-toggle {
  margin-top: 1.6em;
  /* tlo hamburgera*/
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #ffffff;
  border-color: blue;
}
















































/*---------------------------------------
CONTENT NEW   
-----------------------------------------*/

.try {
  width: 45%;
  height: fit-content;
  background-color: #0cc458;
  margin: 0;
  margin-left: 3%;
  padding: 0;
  float: left;
}

.tryTwo {
  width: 47%;
  height: 500px;
  background-color: #ffffff;
  margin: 0;
  margin-left: 3%;
  padding: 0;
  overflow: hidden;
}

.tryThree {
  width: 90%;
  height: 300px;
  background-color: #270b46;
  margin-right: 200px;
  float: left;
  margin: 40px;
  margin-right: 230px;
}


.Contentparagraph {
  margin: 30px;
}

.buttonContainer {
  margin-left: 25px;
  float: left;
  text-align: center;
}


a.button {
  display: inline-block;
  font: normal normal 500 1.2em 'Open Sans';
  font-weight: 500;
  text-decoration: none;
  color: rgb(0, 0, 0);
  border: 2px solid rgb(0, 0, 0);
  border-radius: 30px;
  padding: .5em 3em;
  /* margin:5px; */

  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, rgb(0, 0, 0) 50%);
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;

  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

a.button:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgb(0, 0, 0);
  background-position: -100% 100%;
}













/*---------------------------------------
PASSWORD
-----------------------------------------*/

.password-input {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #d8d8d8;
  padding: 25px;
  border: 2px solid #2a2a2a;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.authenticated {
  display: none;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 0.8rem;

}

.inputPswrd {
  background-color: #f3f3f3;
  border: solid rgb(73, 73, 73) 2px;
  height: 32px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-weight: 500;

}

#submit {
  border-radius: 8px;
  height: 32px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: rgb(0, 7, 79);
  color: #ffffff;
  padding-left: 12px;
  padding-right: 12px;
  border: none;
}

.pswLabel {
  font-size: .9rem;
  font-weight: 700;
}






/*---------------------------------------
  LP             
-----------------------------------------*/

#home {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
  height: 90vh;
  background-color: #000000;
  overflow: hidden;
}

.row {
  background-color: #ffb0b0;
  z-index: 5;
  margin: 5%;
  position: relative;
}

.lp1 {
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.lp1 .section-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}








/*---------------------------------------
  ABOUT              
-----------------------------------------*/

.container {
  width: 90%;
  height: auto;
  background-color: rgb(255, 255, 255);
  margin-right: auto;
  margin-left: auto;
  color: rgb(255, 255, 255);
  /*---------------------------------------
totototo -----------------------------------------*/
}

.expertise-container {
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgb(255, 255, 255);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

div .exWnd {
  width: 100%;
  padding: 0px;
  margin: 2em;
  height: auto;
  margin-bottom: 4em;
}

.pWnd {
  text-align: justify;
  text-justify: auto;
  line-height: 1.6em;
  font-weight: 300;
  font-size: 1rem;
  font-family: 'Futura' 'Poppins', sans-serif;


}

#abtText {
  color: #333333;

  font-weight: 300;
  line-height: 30px;
  text-align: justify;
  text-justify: auto;
  width: 50vw;
  margin: auto;
  font-size: 1.1rem;
  line-height: 30px;
  text-align: justify;
  text-justify: auto;
  width: 50vw;
  margin: auto;
  font-size: 1.1rem;
}

#a1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 400px;
}

#a2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 400px;
}

#a3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 400px;
}

.about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  left: 50%;
  top: 50%;
  width: 100%;
  /* background-color: #00ddff; */
}

.about-info h1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 3rem;
  letter-spacing: 15px;
}

.about-info h3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 800;
  color: #680505;

}

.about-info .section-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}













/*---------------------------------------
  PROJECT              
-----------------------------------------*/

.project-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  border-radius: 16px;
}

.project-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.project-info {
  padding: 12em 0;
}

.project-item img {
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.project-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.project-overlay h1 {
  color: #ffffff;
  margin: 0;
}

.project-overlay h3 {
  color: #d9d9d9;
  font-size: 1.2rem;
  letter-spacing: 0.2px;
  margin-top: 0;
}

.project-item:hover .project-overlay {
  opacity: 1;
}




/*---------------------------------------
Process
-----------------------------------------*/

.processCont {
  width: 100%;
  height: 100px;
  background-color: rgb(0, 0, 42);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  /* margin: 14px; */
  margin-bottom: 1.7rem;
  overflow: hidden;

  text-align: center;
  /* Wyśrodkowanie tekstu poziomo */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  /* margin: auto; */
}

.processLabel {
  color: #ffffff;
  vertical-align: middle;
  /*Wyśrodkowanietekstuwertykalnie*/
  color: #ffffff;
  vertical-align: middle;
  /*Wyśrodkowanietekstuwertykalnie*/
  position: absolute;
  top: -65%;
  /*Umieśćtekstnagórze*/
  left: 50%;
  /*Umieśćtekstwpołowieszerokości*/
  transform: translateX(-50%);
  /* Wycentruj tekst poziomo */
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-size: 2rem;
}


.processImg {
  width: 100%;
  /* Ustaw szerokość obrazu na 100%, aby wypełnił div */
  height: auto;
  /* Ustaw wysokość obrazu na auto, aby zachować proporcje */
  opacity: .1;
}




@media (max-width: 800px) {

  .processCont {
    height: 120px;



  }

  .processLabel {
    font-size: 1.6rem;
    top: -30%;

  }

}














/*---------------------------------------
  CONTACT             
-----------------------------------------*/

.contact {
  background-color: #ffffff;
}

#contact-form {
  padding-top: 22px;
  width: 100%;
}

.contact .text-success,
.contact .text-danger {
  display: none;
  padding: 0 0 5px 20px;
}

.contact .form-control {
  /* border:   1px solid rgb(226, 173, 255); */
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: .9rem;
  font-weight: 500;
  margin-bottom: 22px;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  border-radius: 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;


}

.contact .form-control:focus {
  border: 3px solid;
  border-color: #6dff6f;
  -webkit-transition: 0.2s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.contact input {
  height: 55px;
  line-height: 45px;

}

.contact .section-btn {
  margin: 5px 0 0 0;
}

.contact button#cf-submit {
  background: rgb(255, 255, 255);
  border: none;
  padding: 0;
  line-height: 50px;
}

.submit {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 2em;
}

#bkCont {
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 372px;
}




/*---------------------------------------
  NEW PORTFOLIO              
-----------------------------------------*/



.bgnew {
  width: 100%;
  /* Możesz dostosować szerokość i wysokość diva według potrzeb */
  height: 400px;
  /* Możesz dostosować szerokość i wysokość diva według potrzeb */
  background-image: url(../images/bgNew.jpeg);
  /* Wstaw ścieżkę do swojego zdjęcia */
  background-size: cover;
  background-position: center;
}




.doubleDiv {
  text-align: center;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  min-height:400px;
  margin: auto;
}

.dDivCon {
  display: flex;
  width: 100%;
  height: 100%;
  /* padding-left: 20%;
  padding-right: 20%; */
  position: relative;
  z-index: 1;
  /* background-color: #1bd49d; */
  /* max-width: 1100px; */
  margin: auto;
}


.divLeft,
.divRight {
  flex: 1 1 50%;
  max-width: 50%;
  min-width: 400px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 5px;
  min-height:300px;
  margin-bottom: 20px;
}

.divLeft {
  margin-right: 20px;
  background-color: #f5f5f5;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.divRight {
  background-color: #f5f5f5;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}


.dDivTxt {
  padding-top: 10px;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 100p;
  color: #272727;

}

.dDivImg {
  width: 44%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: filter 0.3s ease;
  -webkit-transition: filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  -ms-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  text-align: center;
  margin: auto;


}








.dDivImg:hover {
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
}


@media (max-width: 1100px) {




  .doubleDiv {
 
    flex-wrap: wrap;
  
  }
  

  .divLeft,
  .divRight {
    max-width: 98%;

  }

  .dDivTxt {
    width: 100%;
  }

  .dDivCon {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    flex-direction: column;

  }

  .dDivHead {
    padding-top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0px;
    text-align: center;
    padding-right: 0px;
  }


  .dDivImg {
    width: auto;
    margin: 20px;
    height: auto;
    display: flex;
    justify-content: center;
    padding-left: 70px;
    padding-right: 70px;

  }

}









/* Media query: Divy jeden pod drugim przy szerokości mniejszej niż 500px */
@media (max-width: 500px) {

  .divLeft,
  .divRight {
    flex: 1 1 100%;
    /* Zajmują 100% szerokości */
    max-width: 100%;
  }
}






























.portfolioMain {
  /* background-color: #8f8f8f; */
}


.portfolioBackground {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  z-index: 1;
  /* background: url('../images/bg1.png') top/cover no-repeat; */




  /* height: 100%; */

}


.portfolioContainer {
  display: flex;
  width: 100%;
  height: 100%;
  /* padding-left: 20%;
  padding-right: 20%; */
  position: relative;
  z-index: 1;
  /* background-color: #1bd49d; */
  max-width: 1100px;
  margin: auto;
}



.porftolioImage {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: filter 0.3s ease;
  -webkit-transition: filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  -ms-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;

  /* background-color: #0cc458; */
  text-align: center;
}

.porftolioImage:hover {
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
}

.porftolioImage img {
  overflow: hidden;
  width: 69%;
  height: auto;
  /* min-width: 340px; */
  border-radius: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 25px;

}






.portfolioHeader {
  padding-top: 30px;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 100p;
  padding-right: 50px;
  color: #ffffff;
}

.descriptionPortfolio {
  font-size: 1.1em;
}


.potfolioButton {
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  height: 50px;
  border: 3px solid #ffffff;
  margin-right: 10px;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  /* Zmieniłem na jedną, dostosuj według potrzeb */
  touch-action: manipulation;
  vertical-align: baseline;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.potfolioButton:hover {
  background-color: #e8e8e824;
  animation: bounce 0.5s ease 1;
  text-decoration: none;
  -webkit-animation: bounce 0.5s ease 1;
}



.potfolioButton,
.potfolioButton:hover,
.potfolioButton:visited,
.potfolioButton:active {
  text-decoration: none;
}

.doubleBtn {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dbOne,
.dbTwo {
  color: #ffffff;
  border: 3px solid #ffffff;
  min-width: 150px;
}

@media (max-width: 1100px) {
  .doubleBtn {
    justify-content: center;
    align-items: center;
  }

  .dbOne,
  .dbTwo {
    margin: 20px;
    min-width: 190px;
    margin: 20px 5px;
    /* Dostosuj marginesy do potrzeb */
    margin-right: 10px;

  }
}



.fntPrtColor {
  color: #ffffff;
}

.headPrtColor {
  color: #ffffff;
}

.divider {
  height: 24px;
  border-color: rgb(255, 255, 255);
  /* Zmiana koloru linii */
}

.dividerLarge {
  height: 20px;
  width: 100%;
  background-color: rgb(248, 248, 248);
}

/* @keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
    ;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
} */




.parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  /* Zmieniamy wysokość na 100%, aby pokryć całą warstwę */
}

.parallax-layer img {
  width: 100vw;
  height: 145vh;
  object-fit: cover;
  object-position: top;
  transform: translateY(-110%);
  -webkit-transform: translateY(-105%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
}

@media (max-width: 768px) {

  .parallax-layer img {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }

}



.sizeCorrect {
  height: 140vh !important;
  transform: translateY(-130%);
  -webkit-transform: translateY(-130%);
  -moz-transform: translateY(-130%);
  -ms-transform: translateY(-130%);
  -o-transform: translateY(-130%);
}




.portfolioContainer {
  position: relative;
  z-index: 2;
}


@media (max-width: 1100px) {



  .portfolioContainer {
    flex-direction: column;
    justify-content: center;

    text-align: center;

    padding-left: 5%;
    padding-right: 5%;

    display: flex;
    flex-direction: column;
    min-height: 100vh;



    /* Minimalna wysokość kontenera na 100% widoku okna przeglądarki */


  }

  .portfolioHeader {
    padding-top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0px;

    text-align: center;
    flex: 1;
    padding-right: 0px;

  }

  .porftolioImage {
    width: 100%;
    height: 100%;
    flex: 24;
    /* background-color: #072A40; */


    align-items: flex-start;

  }

  .porftolioImage img {
    max-width: 500px;
    min-width: 280px;



    /* transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px); */
  }







  .potfolioButton {
    margin: auto;

  }

  .descriptionPortfolio {
    text-align: center;
  }

}






.behanceLink {
  text-align: center;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 8em;
  display: flex;
  justify-content: center;

}

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

.bhLink {
  color: #ffffff;
  background-color: #000000;
  padding: 10px;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  margin-left: 18px;
}







/*---------------------------------------
  FOOTER              
-----------------------------------------*/

.footerInf {
  /* margin: auto; */
  /* background-color: #787878; */
  /* height: 250px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: fit-content;
  /* -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center; */
  /* justify-content: center; */
  margin: auto;
  /* border: 5px solid #FFFF00; */
}

.ja {
  /* -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1; */

  -webkit-clip-path: circle(65px);
  clip-path: circle(35%);
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.data {
  /* -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9; */
  /* background-color: #ab5959; */
  /* -webkit-box-sizing: border-box;
          box-sizing: border-box; */
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  /* float: left; */
}






footer p {
  margin-bottom: 0.1em;
}

footer a {
  color: #5BD0D6;
}

/*---------------------------------------
  SOCIAL ICON             
-----------------------------------------*/

.smcon {
  position: absolute;
  width: 00px;
  height: 00px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -40px;
  mix-blend-mode: exclusion;
  z-index: 220;
}

.socialtab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  mix-blend-mode: exclusion;
  z-index: 220;
}

.social-icon {
  position: absolute;
  z-index: 20;
  z-index: 220;
}

.social-icon li {
  display: inline-block;
  list-style: none;
  z-index: 220;
}

.socialtab li {
  width: 48px;
  height: 48px;
  padding: px;
  z-index: 220;
}

.social-icon li a {
  border-radius: 100%;
  color: #292929;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center;
  position: relative;
  margin: 20px 8px 0 8px;
  color: rgb(255, 255, 255);
  z-index: 220;
}

.social-icon li a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.SocialTwo {
  background-color: rgb(255, 255, 255), transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  list-style-type: none;
  margin: auto;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  position: absolute;
}

.SocialTwo ul>li {
  display: inline-block;
  padding: 10px;
  padding-right: 50px;
  list-style-type: none;
  display: none;
}










/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/

@media (max-width: 1400px) {
  #home h1 {
    font-size: 4rem;
    line-height: normal;
  }

  h5 {
    font-size: 3.5rem;
  }

  #home {
    width: 100%;
    height: 90vh;
    padding-top: 5em;
  }


  #cta1 {
    margin-top: 18em;
  }

  .social-icon {
    position: absolute;
    top: 50%;
    transform: translate(5%, -50%);
    -webkit-transform: translate(5%, -50%);
    -moz-transform: translate(5%, -50%);
    -ms-transform: translate(5%, -50%);
    -o-transform: translate(5%, -50%);
  }


}

@media (max-width: 992px) {


  .custom-navbar .nav li a {
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: .3px;
    padding: 0;
    margin: 15px 5px;
    display: inline-block;

    /* kolor fontu, rozmiar etc*/
  }



  #home h1 {
    font-size: 4rem;
    line-height: normal;
  }

  #home {
    width: 100%;
    height: 70vh;
    padding-top: 4em;
  }

  #cta1 {
    margin-top: 18em;
  }


  .cog1 {
    position: absolute;
    top: 50%;
    transform: translate(0, -40%);
    -webkit-transform: translate(0, -40%);
    -moz-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    -o-transform: translate(0, -40%);
  }


  .smcon {
    position: absolute;
    width: 00px;
    height: 00px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -40px;
    mix-blend-mode: exclusion;
    z-index: 220;
  }


  h5 {
    font-size: 2.5rem;
  }

  .expertise-container {
    height: auto;
    padding: 10vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgb(255, 255, 255);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  div .exWnd {
    width: 100%;
    padding: 0px;
    /* margin: 40px; */
  }

  #a1 {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
  }

  #a2 {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
  }

  #a3 {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
  }

  #abtText {
    font-weight: 300;
    line-height: 2em;
    text-align: justify;
    text-justify: auto;
    width: 80vw;
    margin: auto;
    /* text-align: left; */
    font-size: 1rem;
  }

  .newtext {
    margin-top: -1em;
  }
}

@media (max-width: 980px) {



  #home {
    width: 100%;
    height: 70vh;
    padding-top: 4em;
    padding-top: 0em;



  }

  .rotate2 {
    width: 7%;
    margin-left: 78vw;
    margin-top: 8vh;
  }

  .rotate {
    width: 7%;
    margin-left: 84.3vw;
    margin-top: 13vh;
    width: 4%;
  }

  h1 {
    font-size: 2.5rem;
    line-height: inherit;
  }

  h5 {
    font-size: 2.5rem;
  }

  .project-info {
    padding: 4em 0;
  }

  footer {
    text-align: center;
  }

  .aligncenter {
    width: 60vw;
  }

  #cta1 {
    margin-top: 26em;
  }
}

@media (max-width: 770px) {



  .newtext {
    margin-top: -3em;
  }



  #home h1 {
    font-size: 2.5rem;
  }

  .custom-navbar .nav li {
    display: inline-block;
    line-height: 15px;
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  #bkCont {
    background-color: rgb(0, 0, 0);
    height: 450px;
  }

  #home {

    /* background-color: lawngreen; */

  }



  @media(min-width:768px) {
    .custom-navbar.top-nav-collapse {
      background: #000000;
      padding: 0;
      margin-top: 0px;
      margin: 0;
      /*---------------------------------------
  tuoooo
-----------------------------------------*/
    }
  }






  @media (max-width: 767px) {



    .newtext {
      margin-top: 2em;
    }

    .aligncenter {
      margin: 10px auto 20px;
      display: block;
      width: 80vw;
    }

    .custom-navbar {
      -webkit-box-shadow: -6px 1px 10px 6px rgba(7, 7, 7, 0.063);
      box-shadow: -6px 1px 10px 6px rgba(7, 7, 7, 0.063);
      /* tlo w mobilnym widoku TOTOTOTO*/
    }

    #abtText {
      font-weight: 300;
      line-height: 2.5em;
      text-align: justify;
      text-justify: auto;
      width: 70vw;
      margin: auto;
      /* text-align: left; */
      font-size: 1rem;
    }

    #s1 {
      float: none;
      display: inline;
    }

    #s2 {
      float: none;
      display: inline;
    }

    #s3 {
      float: none;
      display: inline;
    }

    #s4 {
      float: none;
      display: inline-block;
    }

    .custom-navbar {
      padding: 0px 0;
    }

    div .container {
      padding-left: 3em;
      width: 100%;
    }

    .custom-navbar .nav li a {
      display: inline-block;
      line-height: 15px;
      margin-bottom: 0;
      font-size: 1rem;
    }

    .custom-navbar .nav li:last-child a {
      margin-bottom: 5px;
    }

    .navbar-collapse ul li {
      display: block;
      text-align: center;
      width: 100%;
    }

    .custom-navbar .nav li a {
      display: inline-block;
      line-height: 15px;
      margin-bottom: 0;
      font-size: 1rem;
    }

    div .container {
      padding-left: 2em;
      width: 100%;
    }

    .nav li a:after {
      content: "";
      position: absolute;
      display: block;
      left: -40px;
      top: -34px;
      width: 200px;
      height: 70px;
      background: #072A40;
      opacity: 0;
    }

    .project-info {
      padding: 10em 0;
    }

    .row {
      padding-top: 100px;
    }

    h3 {
      font-size: 1.4rem;
    }


    h5 {
      font-size: 2.3rem;
      font-style: normal;
    }

    #cta1 {
      margin: 0px auto;
      left: 0;
      right: 0;
      margin-top: 28em;
    }

    .rw-wrapper {
      outline: none;
      margin: 10vh auto 0 auto;
    }
  }













  @media (max-width: 680px) {
    .projects {
      margin-left: 0;
      margin-right: 0;
    }

    h1 {
      font-size: 1rem;
    }

    h3 {
      font-size: 1.1rem;
      font-weight: 300;
    }

    .underline {
      font-size: 1.4rem;
      color: #000000;

    }

    h5 {
      font-size: 2.2rem;
      font-style: normal;
      font-weight: 200;
    }

    .fatboi {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      padding-left: 1em;
      padding-right: 1em;
    }

    .navbar-collapse ul li {
      display: block;
      text-align: center;
      width: 100%;
    }

    .custom-navbar .nav li a {
      display: inline-block;
      line-height: 15px;
      margin-bottom: 0;
      font-size: 1rem;
    }

    div .container {
      padding-left: 0em;
      width: 100%;
    }

    .logo {
      position: relative;
      margin-left: 2em;
      image-rendering: crisp-edges;
    }

    .nav li a:after {
      content: "";
      position: absolute;
      display: block;
      left: -40px;
      top: -34px;
      width: 200px;
      height: 70px;
      background: #40008a;
      opacity: 0;
    }

    #home {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      width: 100%;
      height: 80vh;
      position: relative;
      padding-top: 1em;
      background-color: #000000;
      overflow: hidden;
    }

    .about-info h3 {
      font-size: 1.2rem;
      letter-spacing: 6px;
    }

    .project-info {
      padding: 8em 0;
    }

    .expertise-container {
      height: auto;
      padding: 3vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    div .exWnd {
      width: 90%;
      padding-left: 2vw;
      padding-right: 2vw;
      text-align: justify;
      text-justify: auto;
      margin: auto;
      margin-bottom: 3em;

    }

    #a1 {
      -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
    }

    #a2 {
      -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
    }

    #a3 {
      -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
    }

    .container {
      width: 100%;
      height: auto;
      margin-right: auto;
      margin-left: auto;
    }

    .navbar-collapse {
      background-color: #ffffff;
      box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.25);
    }

    .SocialTwo {
      background-color: rgb(255, 255, 255), transparent;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      position: absolute;
      font-size: 1.2rem;
      margin-top: 26vh;
      z-index: 500;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .SocialTwo ul>li {
      padding: 10px;
      padding-right: 50px;
      display: inline;
      z-index: 500;
    }

    .cta {
      outline: none;
      -webkit-transform: translateY(1em);
      -ms-transform: translateY(1em);
      transform: translateY(1em);
    }

    .rw-wrapper {
      outline: none;
      margin: 10vh auto 0 auto;
    }

    #abtText {
      font-weight: 300;
      line-height: 2.5em;
      text-align: justify;
      text-justify: auto;
      width: 90%;
      margin: auto;
      /* text-align: left; */
    }

    #cta1 {

      margin: 0px auto;
      left: 0;
      right: 0;
      margin-top: 24em;
    }

    .logo {
      left: 10px;
    }

    .smcon {
      display: none;
    }

    #abtText {
      font-weight: 300;
      line-height: 2em;
      font-size: 1rem;
    }

    .aligncenter {
      margin: 10px auto 20px;
      display: block;
      width: 90vw;
    }

    .cog1 {
      opacity: 0;
    }

    .cog2 {
      opacity: 0.4;
      margin: auto;
      height: auto;
      width: 85vw;
      content: url(../images/bgSmall.png);
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      /* padding: 10px; */
    }

    .infinite {
      visibility: hidden;
    }

    #content {
      visibility: hidden;
    }

    .section-title {
      -webkit-transform: translateY(5vh);
      -ms-transform: translateY(5vh);
      transform: translateY(5vh);
    }



    #s1 {
      float: none;
      display: inline;
    }


    #s2 {
      float: none;
      display: inline;
    }


    #s3 {
      float: none;
      display: inline;
    }

    #s4 {
      float: none;
      display: inline-block;
    }

    #headingTwo {
      font-size: 1.1rem;

    }

  }



  @media (max-width: 600px) {


    h5 {
      font-size: 2rem;
      font-style: normal;
      font-weight: 200;
    }

    .hello h3 {
      font-size: 1rem;
      font-weight: 300;
    }

    .newtext {
      margin-top: 5em;
    }

  }


}


.containerSection {

  width: 80%;
  height: auto;
  /* background-color: rgb(189, 13, 13); */
  margin-right: auto;
  margin-left: auto;

}

@media (max-width: 600px) {

  .containerSection {
    width: 90%;
  }

}