@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-color: #1c1c1c;
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
}

p {
  font-size: 1.8rem;
  color: #212529;
}
.prefix {
  font-size: 2.8rem;
  color: rgba(33, 37, 41, 0.568627451);
  text-transform: uppercase;
}

.wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1300px;
}

.main-btn{
  margin: 12px 12px;
  padding: 8px 16px;
  font-size: 16px;
  text-decoration: none;
  background-color: #1d3557;
  color: #FFFFFF;
  border-radius: 3px;
  i{
    margin-left: 10px;
  }
}

.none {
  display: none !important;
}

.msg {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 90%;
  left: 50%;
  padding: 10px 20px;
  z-index: 999;
  border-radius: 5px;
}
.msg--sent {
  background-color: rgb(53, 184, 53);
}
.msg--error {
  background-color: tomato;
}

nav {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  max-height: 10000px;
  box-shadow: 0 0 15px rgba(28, 28, 28, 0.2078431373);
  z-index: 999;
}
nav .burger-icon {
  display: none;
}
nav .nav-bar {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
nav .nav-bar .logo {
  height: 100%;
  position: relative;
}
nav .nav-bar .logo a {
  position: relative;
  display: block;
  width: 100px;
  padding: 0.3em 0.2em;
  font-weight: bold;
  font-size: 4rem;
}
nav .nav-bar .logo a .logo-img {
  width: 197px;
  height: 67px;
  background-image: url(../img/marciniaklogo.png);
  background-size: cover;
}
nav .nav-bar .menu {
  position: relative;
  margin-top: 2.2em;
}
nav .nav-bar .menu a {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.6em;
  text-decoration: none;
  text-transform: capitalize;
  color: #212529;
  font-size: 2rem;
}
nav .nav-bar .menu a::after {
  position: absolute;
  content: "";
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0.17em;
  background-color: #1d3557;
  transition: all 0.4s;
}
nav .nav-bar .menu a:hover::after {
  width: 60%;
  height: 0.17em;
}
nav .nav-bar .menu .contact {
  margin-left: 2em;
  padding: 0.5em 1em;
  background-color: #1d3557;
  border-radius: 1.5em;
  color: #ffffff;
  transition: padding 0.3s;
}
nav .nav-bar .menu .contact i {
  padding-right: 0.5em;
  font-size: 0rem;
  transition: all 0.3s linear;
  opacity: 1;
}
nav .nav-bar .menu .contact:hover {
  padding: 0.5em 1.5em 0.5em 1.2em;
}
nav .nav-bar .menu .contact:hover > i {
  font-size: 1.8rem;
  opacity: 1;
}

.header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: all 0.3s;
}
.header .header-arrow {
  position: absolute;
  top: 87%;
  left: 86%;
  width: 5em;
  height: 6em;
  border: 3px solid #ffffff;
  border-radius: 2.2em;
  cursor: pointer;
  transition: height 0.2s linear;
  z-index: 100;
}
.header .header-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #ffffff;
}
.header .header-arrow:hover {
  height: 7em;
}
.header .header-nav {
  position: absolute;
  margin: 0 4%;
  top: 90%;
  left: 0%;
  height: 50px;
  width: 1200px;
  text-align: left;
  z-index: 10;
}
.header .header-nav button {
  padding: 0 3em 0.2em 0;
  margin-left: 0.7em;
  background: none;
  font-size: 2.8rem;
  color: #fff;
  border: none;
  border-bottom: 0.1em solid #ffffff;
  text-shadow: 0 0 15px #212529;
  transition: all 0.3s;
  cursor: pointer;
}
.header .header-nav button:hover {
  padding-right: 5em;
  letter-spacing: 0.05em;
}
.header .slaider {
  position: relative;
  padding: 18em 0;
  width: 100%;
  height: 100%;
  animation: fadeIn 0.6s linear;
}
.header .slaider .text {
  position: relative;
  height: 100%;
}
.header .slaider .text .heding-area {
  position: relative;
  width: 100%;
  height: 25em;
  line-height: 12em;
  overflow: hidden;
}
.header .slaider .text .heding-area h1 {
  position: absolute;
  text-transform: capitalize;
  font-size: 11rem;
  font-weight: bold;
  color: #ffffff;
  animation: heder-heding 1.8s linear;
}
.header .slaider .text .heding-area h2 {
  position: absolute;
  text-transform: capitalize;
  font-size: 11rem;
  font-weight: bold;
  color: #ffffff;
  animation: heder-heding 2.2s linear;
}
.header .slaider .text .text-area {
  position: relative;
  margin-top: 2em;
  width: 50%;
  height: 20em;
  overflow: hidden;
}
.header .slaider .text .text-area p {
  position: absolute;
  padding-left: 0.2em;
  font-size: 1.8rem;
  color: #ffffff;
  opacity: 0;
  animation: heder-text 1.2s linear 1.5s forwards;
}
.header .slaider-one {
  width: 100%;
  height: 100%;
  background-image: url(../img/bhp-large.jpg);
  background-size: cover;
  transition: all 0.3s;
  z-index: 0;
}
.header .slaider-one::after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgba(21, 37, 71, 0.5) 0%, rgba(29, 53, 87, 0.7) 100%);
  z-index: -1;
}
.header .slaider-two {
  width: 100%;
  height: 100%;
  background-image: url(../img/montage-large.jpg);
  background-size: cover;
  transition: all 0.3s;
  z-index: 0;
}
.header .slaider-two::after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgba(21, 37, 71, 0.3) 0%, rgba(29, 53, 87, 0.8) 100%);
  z-index: -1;
}
.header .slaider-three {
  width: 100%;
  height: 100%;
  background-image: url(../img/tools-small.jpg);
  background-size: cover;
  transition: all 0.3s;
  z-index: 0;
}
.header .slaider-three::after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgba(21, 37, 71, 0.3) 0%, rgba(29, 53, 87, 0.8) 100%);
  z-index: -1;
}

.abaout {
  position: relative;
  padding: 12em 0;
  width: 100%;
  height: 70em;
  background-color: #ffffff;
}
.abaout .abaout-content {
  display: flex;
  height: 43em;
}
.abaout .abaout-content__photo-box {
  position: relative;
  width: 50%;
  height: 100%;
  padding: 1.5em 6em 1.5em 0em;
  z-index: 1;
}
.abaout .abaout-content__photo-box--img {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../img/fofot-bogdan.jpeg);
  background-position: center;
  background-size: cover;
  z-index: 100;
}
.abaout .abaout-content__photo-box::after {
  position: absolute;
  content: "";
  top: 0%;
  left: -5%;
  width: 80%;
  height: 100%;
  background-color: #1d3557;
  opacity: 0.8;
  z-index: -1;
}
.abaout .abaout-content__text-box {
  padding: 1.5em;
  width: 50%;
  height: 100%;
}
.abaout .abaout-content__text-box h2 {
  font-size: 4.5rem;
  color: #1d3557;
  margin-bottom: 0.5em;
}
.abaout .abaout-content__text-box .btn-bar {
  margin-top: 4em;
}
.abaout .abaout-content__text-box .btn-bar .abaout-btn {
  padding: 0.5em 1em;
  margin-right: 2em;
  background: none;
  border-radius: 1.5em;
  font-size: 2rem;
  cursor: pointer;
}
.abaout .abaout-content__text-box .btn-bar .abaout-btn__one {
  border: none;
  color: #1d3557;
  transition: all 0.3s;
}
.abaout .abaout-content__text-box .btn-bar .abaout-btn__one i {
  padding-left: 0.5em;
  font-size: 0rem;
  transition: all 0.3s linear;
  opacity: 1;
}
.abaout .abaout-content__text-box .btn-bar .abaout-btn__one:hover {
  padding: 0.5em 1.2em 0.5em 1.2em;
  border: 3px solid #1d3557;
}
.abaout .abaout-content__text-box .btn-bar .abaout-btn__one:hover > i {
  font-size: 2rem;
  opacity: 1;
}
.abaout .abaout-content__text-box .btn-bar .abaout-btn__two {
  border: none;
  color: #ffffff;
  background-color: #1d3557;
  transition: all 0.3s;
}
.abaout .abaout-content__text-box .btn-bar .abaout-btn__two i {
  padding-left: 0.5em;
  font-size: 0rem;
  color: #ffffff;
  transition: all 0.3s linear;
  opacity: 1;
}
.abaout .abaout-content__text-box .btn-bar .abaout-btn__two:hover {
  padding: 0.5em 1.2em 0.5em 1.2em;
}
.abaout .abaout-content__text-box .btn-bar .abaout-btn__two:hover > i {
  font-size: 2rem;
  opacity: 1;
}

.cooperation {
  position: relative;
  padding: 8em 0;
  width: 100%;
  min-height: 40em;
  background-color: #f5f5f5;
}
.cooperation .cooperation-bar {
  position: relative;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 200px;
}
.cooperation .cooperation-bar__box {
  position: relative;
  width: 30%;
  height: 100%;
}
.cooperation .cooperation-bar__box--one {
  position: relative;
  background-image: url(../img/Logo\ poziom\ PNG.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 4em;
  cursor: pointer;
}
.cooperation .cooperation-bar__box--one::after {
  display: none;
  position: absolute;
  top: 80%;
  left: 7%;
  content: "Firma SG Metal specjalizuje się w produkcji wysokiej jakości rusztowań klinowych i kontenerów";
  padding: 0.5em;
  width: 300px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #1d3557;
  border-radius: 0.2em;
  font-size: 1.6rem;
  z-index: 100;
  transition: all 0.3s;
  animation: fadeIn 0.3s;
}
.cooperation .cooperation-bar__box--one:hover::after {
  display: inline;
}
.cooperation .cooperation-bar__box--two {
  background-image: url(../img/wielkopolska.svg.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2em;
  margin-left: 15%;
}
.cooperation .cooperation-bar__box--two::after {
  display: none;
  position: absolute;
  top: -60%;
  left: -22%;
  content: "Wojewódzki Urząd Pracy w Poznaniu oferuje szeroki zakres usług dla osób poszukujących pracy.";
  padding: 0.5em;
  width: 300px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #1d3557;
  border-radius: 0.2em;
  font-size: 1.6rem;
  z-index: 100;
  transition: all 0.3s;
  animation: fadeIn 0.3s;
}
.cooperation .cooperation-bar__box--two:hover::after {
  display: inline;
}
.cooperation .cooperation-bar__box--three {
  background-image: url(../img/logo_piap_poziom-1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 4em;
}
.cooperation .cooperation-bar__box--three::after {
  display: none;
  position: absolute;
  top: -66%;
  left: 0%;
  content: "Instytut Łukasiewicz to renomowana instytucja badawczo-rozwojowa, która prowadzi innowacyjne projekty naukowe i technologiczne.";
  padding: 0.5em;
  width: 300px;
  height: 94px;
  background-color: #fff;
  border: 1px solid #1d3557;
  border-radius: 0.2em;
  font-size: 1.6rem;
  z-index: 100;
  transition: all 0.3s;
  animation: fadeIn 0.3s;
}
.cooperation .cooperation-bar__box--three:hover::after {
  display: inline;
}

.news {
  position: relative;
  padding: 12em 0;
  width: 100%;
  height: fit-content;
  background-color: #ffffff;
}
.news .news-bar {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding: 1em;
  width: 100%;
}

.news .news-bar .card{
  padding-bottom: 20px;
  width: 100%;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px #00000047;
  overflow: hidden;
}
.news .news-bar .card img{
  height: 250px;
}
.news .news-bar .card p, h2 {
  padding: 0px 15px ;
}
.news .news-bar .card p {
  color: #6b6b6b;
}
.news .news-bar .card h2{
  margin: 10px 0px;
  font-size: 28px;
  color: #1D3557;
}

.news .prefix {
  text-align: left;
  padding-left: 0.5em;
  margin-bottom: 1em;
}

.service {
  position: relative;
  padding: 12em 0;
  width: 100%;
  max-height: 19000px;
  background-color: #f5f5f5;
}
.service .prefix {
  color: #1d3557;
  text-align: left;
  padding-left: 0.5em;
  margin-bottom: 1em;
}
.service .service-content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1em;
  width: 100%;
  min-height: 56em;
  max-height: 1056em;
}
.service .service-content__box-one {
  margin-top: 9em;
  width: 100%;
  height: 100%;
}
.service .service-content__box-one .acordeon-box {
  width: 100%;
}
.service .service-content__box-one .acordeon-box .acordeon-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5em 0em;
  padding: 0.9em 0.5em;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background: none;
  border: none;
  border-bottom: 2px solid rgba(33, 37, 41, 0.0392156863);
  text-align: left;
  cursor: pointer;
  transition: all 0.3s;
}
.service .service-content__box-one .acordeon-box .acordeon-title p {
  font-size: 2.5rem;
  color: #212529;
}
.service .service-content__box-one .acordeon-box .acordeon-title i {
  font-size: 2.5rem;
  padding: 0.1em 1em 0em;
  text-align: right;
  color: #1d3557;
  transition: all 0.3s;
}
.service .service-content__box-one .acordeon-box .acordeon-title:hover {
  background-color: rgba(69, 123, 157, 0.1176470588);
}
.service .service-content__box-one .acordeon-box .acordeon-title:hover p {
  color: #1d3557;
}
.service .service-content__box-one .acordeon-box .acordeon-title:hover i {
  padding: 0.1em 2.5em 0em;
  transform: rotate(90deg);
}
.service .service-content__box-one .acordeon-box .acordeon-content {
  padding: 0.6em 2.5em 3em 0.6em;
  animation: fadeIn 0.4s linear;
}
.service .service-content__box-one .acordeon-box .acordeon-content p {
  color: rgba(33, 37, 41, 0.568627451);
  font-size: 1.8rem;
}
.service .service-content__box-two {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.service .service-content__box-two .service-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.service .service-content__box-two .service-row .service-bar {
  position: relative;
  margin: 1.5em 0;
  padding: 1em;
  width: 49.5%;
  border-radius: 0.3em;
  height: 35em;
  background-color: #ffffff;
  transition: all 0.3s;
  border-radius: 0.2em;
  overflow: hidden;
}
.service .service-content__box-two .service-row .service-bar::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgba(27, 48, 82, 0.5) 0%, rgba(29, 53, 87, 0.8) 63%);
  opacity: 0.7;
  transition: all 0.5s;
  z-index: -2;
}
.service .service-content__box-two .service-row .service-bar__one {
  background-image: url(../img/bhp-small.jpg);
  z-index: 0;
}
.service .service-content__box-two .service-row .service-bar__one .service-bar-title {
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.service .service-content__box-two .service-row .service-bar__one .service-bar-title h3 {
  padding: 0.2em 0.5em 0.2em 0.5em;
  font-size: 5.5rem;
  color: #ffffff;
}
.service .service-content__box-two .service-row .service-bar__two {
  background-image: url(../img/doradztwo-w-zakresie-BHP.jpg);
  background-size: cover;
  z-index: 0;
}
.service .service-content__box-two .service-row .service-bar__two .service-bar-title {
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.service .service-content__box-two .service-row .service-bar__two .service-bar-title h3 {
  padding: 0.4em 0.5em 0.2em 0.5em;
  font-size: 4.5rem;
  color: #ffffff;
}
.service .service-content__box-two .service-row .service-bar__three {
  background-image: url(../img/hook-1943675_640.jpg);
  background-size: cover;
  z-index: 0;
}
.service .service-content__box-two .service-row .service-bar__three .service-bar-title {
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.service .service-content__box-two .service-row .service-bar__three .service-bar-title h3 {
  padding: 0.2em 0.5em 0.2em 0.5em;
  font-size: 4.5rem;
  color: #ffffff;
}
.service .service-content__box-two .service-row .service-bar__for {
  background-image: url(../img/people-4809678_1280.jpg);
  background-size: cover;
  z-index: 0;
}
.service .service-content__box-two .service-row .service-bar__for .service-bar-title {
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.service .service-content__box-two .service-row .service-bar__for .service-bar-title h3 {
  padding: 0.2em 0.5em 0.2em 0.5em;
  font-size: 4.5rem;
  color: #ffffff;
}
.service .service-content__box-two .service-row .service-bar .service-bar-text {
  font-size: 1.6rem;
  margin-top: 60%;
  padding: 0.7em 1em 0.2em 2em;
  transition: all 0.7s;
  z-index: 12;
}
.service .service-content__box-two .service-row .service-bar .service-bar-text ul {
  color: #ffffff;
  font-size: 1.8rem;
  text-shadow: 0 0 5px #212529;
}
.service .service-content__box-two .service-row .service-bar .service-bar-text p {
  color: #ffffff;
  text-shadow: 0 0 5px #212529;
}
.service .service-content__box-two .service-row .service-bar:hover .service-bar-text {
  margin-top: 0%;
}
.service .service-content__box-two .service-row .service-bar:hover::after {
  opacity: 1;
}

.certificate {
  position: relative;
  padding: 20em 0 1em;
  width: 100%;
  min-height: 700px;
  background-color: #ffffff;
}
.certificate .certificate-row {
  display: flex;
  width: 100%;
}
.certificate .certificate-row .doc {
  width: 40%;
  margin: 0 auto;
  height: 60em;
}
.certificate .certificate-row .doc__one {
  width: 100%;
  background-image: url(../img/Potwierdzenie\ -\ IMBiGS\ -\ 01-04-2017.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.certificate .certificate-row .doc__two {
  width: 100%;
  background-image: url(../img/Wpis\ do\ WUP\ Poznań.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.certificate .certificate-row .doc__three {
  width: 100%;
  background-image: url(../img/Certyfikat_mini.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.certificate .certificate-row .doc__for {
  width: 100%;
  background-image: url(../img/opal-mini.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.certificate .certificate-row .doc__fifth {
  width: 100%;
  background-image: url(../img/energorem-mini.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.certificate .certificate-row .doc__six {
  width: 100%;
  background-image: url(../img/EMAT-mini.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.certificate .certificate-row .doc__seventh {
  width: 100%;
  background-image: url(../img/bhp_emat-mini.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.certificate .certificate-row .doc__eighth {
  width: 100%;
  background-image: url(../img/electro_mont-mini.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.certificate .certificate-row .doc-text {
  margin-bottom: 10em;
  width: 100%;
}

.policy-text {
  color: #212529;
}
.policy-text h2 {
  font-size: 3rem;
}
.policy-text h3 {
  font-size: 2.2rem;
}
.policy-text p {
  font-size: 1.8rem;
}

.thx-box {
  padding-top: 20em;
  height: 70em;
}
.thx-box h2 {
  font-size: 8rem;
  color: #1d3557;
}
.thx-box p {
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 2.2rem;
}
.thx-box a {
  font-size: 2rem;
  color: #1d3557;
  font-weight: bold;
}
.thx-box .squer {
  width: 20em;
  height: 20em;
  background-color: lime;
}

.info {
  position: relative;
  padding: 12em 0;
  width: 100%;
  min-height: 900px;
  max-height: 1900px;
  background-color: #ffffff;
}
.info iframe {
  width: 100%;
  padding: 1em;
  border-radius: 0.2em;
}
.info .info-content {
  position: relative;
  display: flex;
  padding: 1em;
  width: 100%;
}
.info .info-content .form-contact {
  display: flex;
  flex-direction: column;
  padding: 1em 3em;
  width: 60%;
  height: 500px;
}
.info .info-content .form-contact form .input-box-one {
  position: relative;
  margin: 3em 0;
}
.info .info-content .form-contact form .input-box-one input {
  padding: 0.5em;
  width: 100%;
  font-size: 1.8rem;
  background: none;
  color: #212529;
  border: 0.1em solid #1d3557;
  border-radius: 0.2em;
}
.info .info-content .form-contact form .input-box-one input:focus {
  outline: none;
  border: 0.12em solid #1d3557;
}
.info .info-content .form-contact form .input-box-one input:focus ~ label {
  transform: translateY(-78%);
  padding: 0 0.3em;
}
.info .info-content .form-contact form .input-box-one label {
  position: absolute;
  top: 18%;
  left: 2%;
  font-size: 1.8rem;
  font-family: "Popins" sans-serif;
  color: #1d3557;
  background-color: #ffffff;
  transition: all 0.3s;
}
.info .info-content .form-contact form .input-box-two {
  position: relative;
  margin: 3em 0;
}
.info .info-content .form-contact form .input-box-two textarea {
  padding: 0.5em;
  min-width: 100%;
  max-width: 100%;
  min-height: 10em;
  max-height: 13em;
  font-size: 1.8rem;
  background: none;
  border: 0.1em solid #1d3557;
  border-radius: 0.2em;
  font-family: "Popins" sans-serif;
}
.info .info-content .form-contact form .input-box-two textarea:focus {
  outline: none;
  border: 0.12em solid #1d3557;
}
.info .info-content .form-contact form .input-box-two textarea:focus ~ label {
  transform: translateY(-78%);
  padding: 0 0.3em;
}
.info .info-content .form-contact form .input-box-two label {
  position: absolute;
  top: 3%;
  left: 1.8%;
  font-size: 1.8rem;
  font-family: "Popins" sans-serif;
  color: #1d3557;
  background-color: #ffffff;
  transition: all 0.3s;
}
.info .info-content .form-contact .submit-btn {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  padding: 0.5em 0em;
  border: none;
  border-radius: 0.2em;
  background-color: #1d3557;
  color: #ffffff;
  font-family: "Popins" sans-serif;
  cursor: pointer;
  transition: all 0.3s;
}
.info .info-content .form-contact .submit-btn:hover {
  background-color: #13243c;
}
.info .info-content .info-contact {
  position: relative;
  width: 40%;
  height: 500px;
  background-color: #1d3557;
  overflow: hidden;
  border-radius: 0.2em;
  z-index: 0;
}
.info .info-content .info-contact .bg-icon {
  position: absolute;
  top: 30%;
  font-size: 45em;
  color: #457b9d;
  opacity: 0.2;
  z-index: -1;
  transform: rotate(340deg);
}
.info .info-content .info-contact .info-contact-text {
  padding: 1.5em;
  z-index: 20;
}
.info .info-content .info-contact .info-contact-text h2 {
  margin: 0.3em 0;
  color: #ffffff;
  font-size: 5.5rem;
}
.info .info-content .info-contact .info-contact-text p {
  color: #ffffff;
}
.info .info-content .info-contact .info-contact-text .icon-bar {
  margin: 3em 0em;
}
.info .info-content .info-contact .info-contact-text .icon-bar p {
  font-size: 2.2rem;
}
.info .info-content .info-contact .info-contact-text .icon-bar i {
  padding: 0.5em 0.4em 0.5em 0em;
  font-size: 2.8rem;
}

.news-page{
  padding: 12rem 0px; 
}
.news-page-content{
  width: 60%;
}
.news-photo{
  display: flex;
  justify-content: center;
  width: 100%;
  img{
    height: 400px;
  }
} 
.news-page-text{
  h2{
    padding: 0px;
    margin: 40px 0px 20px;
    font-size: 45px;
  }
}


.footer {
  position: relative;
  padding: 12em 0 2em;
  width: 100%;
  min-height: 50em;
  background-color: #1d3557;
}
.footer .footer-content {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.footer .footer-content .logo {
  margin: 0 0 5em 0;
  width: 100%;
  height: 10em;
  background-image: url(../img/marcinialogobiałe.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.footer .footer-content a {
  font-size: 2rem;
  text-decoration: none;
  color: #ffffff;
  padding: 0.5em 0;
}
.footer .autor-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 10em;
}
.footer .autor-bar a {
  text-decoration: none;
  font-size: 1.8em;
  color: #ffffff;
}

@media (max-width: 1200px) {
  nav .nav-bar {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  nav .nav-bar .logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  nav .nav-bar .logo .burger-icon {
    display: block;
    height: 100%;
    position: relative;
    cursor: pointer;
    right: 0;
    padding: 0.3em 0.5em;
    font-size: 3.5rem;
    text-align: right;
    background: none;
    border: none;
    color: #1d3557;
    transition: border 0.3s;
  }
  nav .nav-bar .logo .burger-icon:hover {
    border: 1px solid #1d3557;
    border-radius: 0.1em;
    border-color: #1d3557;
  }
  nav .nav-bar .menu {
    display: flex;
    flex-direction: column;
    margin-top: 0.2em;
    width: 40%;
    height: 0em;
    overflow: hidden;
    transition: all 0.3s;
  }
  nav .nav-bar .menu a {
    transition: all 0.4s;
  }
  nav .nav-bar .menu a::after {
    display: none;
  }
  nav .nav-bar .menu a:hover {
    font-size: 2.2rem;
  }
  nav .nav-bar .menu .contact {
    margin: 1em 0em;
    margin-left: 0em;
    padding: 0.5em 1em;
  }
}
@media (max-width: 992px) {
  .header .header-arrow {
    top: 87%;
    left: 86%;
  }
  .header .header-arrow i {
    font-size: 2.8rem;
  }
  .header .header-arrow:hover {
    height: 7em;
  }
  .header .header-nav {
    margin: 0 4%;
  }
  .header .header-nav button {
    font-size: 2.6rem;
  }
  .header .slaider {
    padding: 20em 0;
  }
  .header .slaider .text .heding-area {
    height: 20em;
    line-height: 8em;
  }
  .header .slaider .text .heding-area h1 {
    font-size: 9rem;
  }
  .header .slaider .text .heding-area h2 {
    font-size: 9rem;
  }
  .header .slaider .text .text-area p {
    font-size: 1.7rem;
  }
  .abaout {
    height: 75em;
  }
  .abaout .abaout-content {
    display: flex;
    height: 43em;
  }
  .service {
    max-height: 19000px;
  }
  .service .service-content__box-two {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .service .service-content__box-two .service-row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .service .service-content__box-two .service-row .service-bar {
    width: 100%;
  }
  .info .info-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .info .info-content .form-contact {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .info .info-content .info-contact {
    width: 100%;
    height: 40em;
  }
}
@media (max-width: 900px) {
  .abaout {
    height: 83em;
  }
  .abaout .abaout-content p {
    font-size: 1.7rem;
  }
  .news {
    width: 100%;
    height: fit-content;
  }
  .news .news-bar {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: auto; /* Umożliwia przewijanie w poziomie */
    flex-wrap: nowrap; /* Nie zawija elementów */
  }
  .news .news-bar .card {
    margin-bottom: 5em;
    width: 280px; /* Ustalona szerokość karty */
    flex-shrink: 0;
    height: fit-content;
  }
  .footer .footer-content {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .footer .autor-bar {
    display: flex;
    justify-content: space-between;
    margin-top: 10em;
  }
  .footer .autor-bar a {
    font-size: 1.4em;
  }
}
@media (max-width: 768px) {
  .header .header-arrow {
    display: none;
    top: 87%;
    left: 86%;
  }
  .header .header-arrow i {
    font-size: 2.8rem;
  }
  .header .header-arrow:hover {
    height: 7em;
  }
  .header .header-nav {
    margin: 0 4%;
  }
  .header .header-nav button {
    font-size: 2.6rem;
  }
  .header .slaider {
    padding: 20em 0;
  }
  .header .slaider .text .heding-area {
    height: 20em;
    line-height: 8em;
  }
  .header .slaider .text .heding-area h1 {
    font-size: 7rem;
  }
  .header .slaider .text .heding-area h2 {
    font-size: 7rem;
  }
  .header .slaider .text .text-area p {
    font-size: 1.7rem;
  }
  .abaout {
    width: 100%;
    height: 105em;
  }
  .abaout .abaout-content {
    display: flex;
    flex-direction: column;
    height: 43em;
  }
  .abaout .abaout-content__photo-box {
    width: 100%;
    height: 70em;
    padding: 1.5em 0em 1.5em 0em;
  }
  .abaout .abaout-content__photo-box--img {
    width: 100%;
    height: 40em;
  }
  .abaout .abaout-content__text-box {
    margin-top: 4em;
    padding: 1.5em;
    width: 100%;
    height: 100%;
  }
  .certificate .certificate-row {
    display: flex;
    flex-direction: column;
  }
  .cooperation {
    height: 80em;
  }
  .cooperation .cooperation-bar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60em;
  }
  .cooperation .cooperation-bar__box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .cooperation .cooperation-bar__box--one {
    margin-left: 0%;
  }
  .cooperation .cooperation-bar__box--one:hover::after {
    display: none;
  }
  .cooperation .cooperation-bar__box--two {
    margin-left: 0%;
  }
  .cooperation .cooperation-bar__box--two:hover::after {
    display: none;
  }
  .cooperation .cooperation-bar__box--three {
    margin-left: 0%;
  }
  .cooperation .cooperation-bar__box--three:hover::after {
    display: none;
  }
  .service .service-content__box-two .service-row .service-bar{
    height: 40rem;
  }
  .service .service-content__box-two .service-row .service-bar .service-bar-text {
    margin-top: 0%;
  }
  .service .service-content__box-two .service-row .service-bar__for .service-bar-title h3{
    font-size: 30px;
  }
  .service .service-content__box-two .service-row .service-bar__for {
    height: fit-content;
  }
  .info .info-content .info-contact .info-contact-text .icon-bar p {
    font-size: 1.6rem;
  }
  .info .info-content .info-contact .info-contact-text .icon-bar i {
    padding: 0.5em 0.4em 0.5em 0em;
    font-size: 2.2rem;
  }
}
@media (max-width: 630px) {
  .contact i {
    display: none;
  }
  .header .header-nav button {
    font-size: 2.2rem;
  }
  .header .text-area {
    margin-top: 8em;
  }
  .header .text-area p {
    font-size: 1.6rem;
  }
  .abaout {
    width: 100%;
    height: 110em;
  }
}
@media (max-width: 530px) {
  .header .header-nav button {
    font-size: 2rem;
  }
  .header .slaider {
    padding: 22em 0;
  }
  .header .slaider .text .text-area {
    width: 80%;
  }
  .header .slaider .text .text-area p {
    font-size: 1.6rem;
  }
  .abaout {
    height: 120em;
  }
  .news-page-content{
    width: 90%;
  }
}
@media (max-width: 450px) {
  .header .header-nav button {
    font-size: 1.8rem;
  }
  .abaout {
    height: 130em;
  }
  .info .info-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .info .info-content .info-contact {
    width: 100%;
    height: 50em;
  }
  .msg{
    width: 80%;
  }
}
.full-hight {
  height: 100% !important;
  animation: fadeIn 0.3s linear;
}
.dispairing {
  display: none;
}
.swap-dissapiring {
  display: none;
  opacity: 0;
  animation: fadeOut 0.6s linear;
}
@keyframes heder-heding {
  0% {
    left: -10em;
  }
  100% {
    left: 0px;
  }
}
@keyframes heder-text {
  0% {
    top: -5em;
    opacity: 1;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */