@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
  margin: 0; background: #fff;
  font-size: 14px;
}

p,span,div, ul, li, a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
p,div {
  font-size: 16px;
  color: #000;
}
a {
  color: #000;
}
a:hover, a:focus {
  color: #967753;
  text-decoration: none;
}

.heading {
  font-family: 'DM Serif Display', serif;
}
.img-responsive {
  max-width: 100%;
}
.itemscenter{
  justify-content: center;
}

/** margins */
.mt-20 {margin-top: 20px;}
.mt-40 {margin-top: 40px;}
.mt-60 {margin-top: 60px;}
.mt-80 {margin-top: 80px;}

.mb-20 {margin-bottom: 20px;}
.mb-40 {margin-bottom: 40px;}
.mb-60 {margin-bottom: 60px;}
.mb-80 {margin-bottom: 80px;}

.sectionPadding {padding: 60px 0}

/** buttons */
.btn.btn-gold {
  background-color: #cda372;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  padding: 0 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  width: auto;
}



header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
header .topbar {
  background: rgba(49,52,78, 0.7);
  line-height: 40px;
}
header .topbar a {
  color: #fff;
  font-size: 12px;
  margin-left: 15px;
}

header .menu-logo {
  padding: 40px 0;
}
.logo-left img, footer img.logo{
  max-width: 130px;
}


.kopax_menu ul {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.kopax_menu > ul > li {
  display: inline-block;
  position: relative;
}

.kopax_menu > ul > li > a {
  display: block;
  position: relative;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin: 0 15px;
  line-height: 40px;
}
.mobile_menu_bar .burger span {
  background: #fff;
  height: 2px;
  display: block;
  margin-bottom: 5px;
}


.bgSection {
  background-image: url("../img/bg.jpg");
}
.bgSection .heading {
  font-size: 62px;
}
.bgSection .heading, .bgSection p {
  color: #fff;
}
.fullHeightSection {
  height: 100vh;
}

.bgWhiteMargined {
  background: #fff;
  padding: 20px;
  z-index: 2;
}
.bgWhiteMargined p {
  font-weight: 500;
}
.heading2 {
  font-weight: bold;
  color: #000;
  font-size: 22px;
}

.darkSection {
  background: #31344e;
}
.bgGrey {
  background: #eee;
}
.darkSection p, .darkSection h2, .darkSection div {
  color: #fff;
}
#jakzamawiac, #kontakt {
  position: relative;
}
#jakzamawiac:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 500px;
  right: 0;
  top: 10%;
  background: url(../img/kurcza.svg);
  background-repeat: no-repeat;
  opacity: 0.4;

}
#jakzamawiac:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 500px;
  left: 0;
  bottom: 0%;
  background: url(../img/swinia.svg);
  background-repeat: no-repeat;    background-position: center right;
  opacity: 0.4;
}

#kontakt {
  background: url(../img/krowa.png);
  background-repeat: no-repeat;
  background-position: 25% center;
}

.productBox {position: relative; display: inline-block;}
.productBox .name {
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 0; right: 0;
  padding: 0 10px;
  text-align: left;
}

.cForm {
  background: rgba(49,52,78,1);
  padding: 80px;
  width: 100%;
}
.cForm input, .cForm textarea {
  display: block;
  width: 100%;
  border: 0;
  font-size: 15px;
  padding: 0 15px;
}
.cForm p{
  color: #fff;
}
.cForm input {
  height: 50px;
}
.cForm textarea {
  padding: 15px;
}

.icons p {
  font-size: 14px;
}
.iconsColor i {font-size: 30px; margin-bottom: 15px}
.iconsColor i, .iconsColor p {color: #cda372;}

.icons i {
  font-size: 50px;
  margin-bottom: 20px;
}
footer {
  padding: 60px 0 20px
}
footer .copy {
  color: #878787;
  font-size: 14px;
}
footer ul, footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li a {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
  #sliderText {
    padding-top: 250px;
    padding-bottom: 50px;
    align-self: center;
  }

}
@media (min-width: 768px) {
  .cForm {
    float:right;
    max-width: 720px;
  }
  #img1 {
    float: right;
  }
  #sliderText {
    align-self: center;
  }
}


@media (max-width: 991px) {
  .mobile_menu_bar .burger {
    width: 25px;
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: -15px;
  }
  .kopax_menu ul {
    text-align: left;
  }
  .kopax_menu > ul > li {
    display: block;
  }
  .menusWrapper:not(.show) {
    display: none;
  }
  .menusWrapper.show {
    background: #31344e;
    margin: 10px 0;
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 2;
  }
  .fullHeightSection {
    height: auto;
  }
  .bgSection .heading {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .mobile_menu_bar .burger {
    margin-right: 0;
  }
  .menusWrapper.show {right: 15px}

}


.screen-reader-response {
  display: none;
}
.wpcf7-not-valid-tip {
  color: #fbff00;
  display: block;
  margin: 5px 0 0;
}
.wpcf7-response-output {
  color: #fbff00;
}