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

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

.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;
}



/* 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;
}




/*---------------------------------------
  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;
}



/*---------------------------------------
  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%;
  }
}



.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);
}

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

.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;
}


/*---------------------------------------
  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);
  }
}

/*---------------------------------------
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%;
}



/*---------------------------------------
  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;
}

