/*
Theme Name: Erizo
Author: Erizo.pl
Author URI: http://www.erizo.pl
*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}

body {
  color: #000;
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.2;
  height: 100%;
  background-color: #eee;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 1210px) {
  body {
    background-image: none;
  }
}

a {
  color: inherit;
  text-decoration: none;
  outline: 0;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #6abaad;
}

a:focus {
  outline: 0;
}

img {
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

ul {
  margin-bottom: 0px;
}

h3 {
  text-transform: uppercase;
  font-family: "bebas_neue", Arial, sans-serif;
  font-weight: 200;
  font-size: 36px;
  margin-bottom: 20px;
}

h3 .second-weight {
  font-weight: 400;
}

h5 {
  color: #999999;
  text-transform: uppercase;
  font-size: 26px;
  font-family: 'bebas_neue';
  margin-bottom: 30px;
}

p {
  font-family: 'Poppins';
  color: #999999;
  margin-bottom: 20px;
}

main {
  background-color: white;
  padding-bottom: 60px;
}

@media (min-width: 993px) {
  main {
    background-image: url(graphics/main-bg.png);
  }
}

section {
  width: 100%;
  background-position: center top;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 48px 15px;
  overflow: visible;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.aboutus {
  padding-top: 75px;
  padding-bottom: 75px;
}

.title,
.title-second-line {
  font-size: 100px;
  font-weight: 200;
  font-family: "bebas_neue", Arial, sans-serif;
  line-height: 0.9;
  width: 100%;
}

.title-second-line {
  font-weight: 400;
}

@media screen and (max-width: 480px) {

  .title,
  .title-second-line {
    font-size: 80px;
  }
}

.button {
  padding: 15px 35px;
  text-transform: uppercase;
  border: 1px solid #000;
  font-family: "bebas_neue", Arial, sans-serif;
  letter-spacing: 2px;
  color: #000;
  display: inline-block;
}

.button:hover {
  color: #000;
  text-decoration: none;
}

.photo-with-side-text {
  display: flex;
  flex-direction: row;
}

.photo-bg {
  background-image: url(graphics/photo-bg-2.png);
  background-repeat: repeat;
  max-width: 475px;
  width: 100%;
  background-size: 12px;
}

.photo-bg-reverse {
  margin-left: auto !important;
  margin-right: 30px;
}

.photo-move,
.photo-move-reverse {
  transform: translate(95px, 95px);
  max-width: 475px;
  height: 650px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.photo-move-reverse {
  transform: translate(-95px, 95px);
}

.photo-caption,
.photo-caption-second {
  text-transform: uppercase;
  font-family: "bebas_neue", Arial, sans-serif;
  font-weight: 200;
  font-size: 34px;
  transform: rotate(-90deg);
  transform-origin: 0 100%;
}

.photo-caption-second {
  font-weight: 400;
}

.underline {
  content: "";
  background-color: #ddac23;
  width: 160px;
  height: 2px;
  margin: 60px 0px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 30px 15px;
}

.portfolio-demo,
.portfolio-demo-reverse,
.offer {
  background-color: #fff;
  background-image: url(img/foto_portfolio_plan_2.png);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 110px 0px 0px;
}

.portfolio-left-side-text {
  display: none !important;
}

.photo-caption.portfolio-photo-caption h1 {
  font-size: 34px;
  font-weight: 200;
}

@media screen and (max-width: 992px) {
  .portfolio-left-side-text {
    display: block !important;
  }

  .portfolio-left-side-text2 {
    display: none !important;
  }
}

.offer {
  padding: 110px 0px 60px;
}

.offer-documentation {
  padding-top: 0px;
}

.offer-documentation-item a.button {
  display: inline-block;
}

.side-text-left,
.side-text-right,
.lurvig-caption-side,
.lurvig-caption-side-reverse {
  display: flex;
  align-items: flex-end;
  margin-top: auto;
  padding-bottom: 0px;
  transform: translate(70px, 0px);
  transform-origin: 0 100%;
}

.side-text-right {
  transform: translate(50px, 0px);
}

.lurvig-caption-side {
  transform: translate(155px, 95px);
  width: 50px;
  z-index: 10;
  white-space: nowrap;
}

.lurvig-caption-side-reverse {
  transform: translate(80px, 95px);
  width: 50px;
  z-index: 10;
}

.socials {
  padding: 30px 0px;
}

.counter-section {
  background-image: url(graphics/FOTO_LICZNIK.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
}

.counter-section-container {
  padding: 45px 0px 75px;
}

.counter-section h3 {
  font-size: 52px;
  font-weight: 500;
  margin: 20px 0px;
}

.counter-section p {
  text-transform: uppercase;
  color: #000;
  font-weight: 200;
  font-size: 18px
}

.info {
  background: #fff;
  margin-right: 60px;
  margin-left: 60px;
  padding: 30px;
  transform: translateY(-60px);
  box-shadow: 5px 5px 15px #ddd;
}

.aboutus2 {
  padding-bottom: 60px;
}

.aboutus2 h6 {
  text-transform: uppercase;
  color: #000;
  font-weight: 200;
  font-size: 18px;
  margin: 20px 0px;
}

.aboutus2 p {
  font-weight: 300;
}

.aboutus2-column {
  padding: 35px 30px 0px;
}

.offer {
  padding-top: 110px;
}

.offer,
.portfolio-demo-reverse {
  background-image: url(img/foto_portfolio_plan_4.png);
  background-position: top left;
}

.icon {
  width: 20px;
  height: 20px;

}

.icon-link {
  margin-right: 20px;
}

.icon-link:last-of-type {
  margin-right: 0px;
}

.team-container {
  padding: 0px 20px 75px;
}

.team-description * {
  font-size: 16px;
}

.team-button {
  text-align: right;
}

.team-member-img {
  max-width: 300px;
  max-height: 200px;
}

.team h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin: 30px auto 15px;
}

.team h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}

.team-member-socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.team-member-socials div {
  padding: 10px;
}

.team .caption {
  font-size: 14px;
}

.team .caption img {
  margin: 0 auto;
}

.hobbies * {
  color: #999;
}

.hobbies ul,
.hobbies ol {
  list-style: disc outside none;
  margin-left: 15px;
}

.whyme h6 {
  text-transform: uppercase;
  color: #000;
  font-weight: 200;
  font-size: 18px;
  margin: 20px 0px 0px;
}

.small-field {
  background-color: #fff;
  box-shadow: 0px 0px 15px #ddd;
  padding: 75px 30px;
}

.about-small-field:nth-of-type(2n+1) {
  transform: translateY(-60px);
}

.cooperation {
  background-image: url(img/wspolpraca.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cooperation-text p {
  color: #555 !important;
}

.cooperation-container {
  padding-top: 105px;
  padding-bottom: 60px;

  & h2 {
    text-align: center;
    font-size: 32px;
  }
}

.offer-stages {
  font-size: 43px;
  line-height: 1;
}

.offer-details-img {
  height: 550px;
  background-size: cover;
  background-position: center;
}

.offer_buttons {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 992px) {
  .offer_buttons {
    justify-content: center;
  }
}

.portfolio-container {
  padding-top: 120px;
}

.portfolio-img {
  height: 460px;
  background-size: cover !important;
  background-position: center !important;
}

.portfolio-img-mobile {
  display: none;
}

.portfolio-gallery-box {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 992px) {
  .portfolio-gallery-box {
    margin-left: 0;
    margin-right: 0px;
  }
}

.portfolio-gallery div,
.portfolio-nav div {
  background-size: cover;
  background-position: center;
}

.portfolio-nav div {
  cursor: pointer;
}

/* .flexslider li div {
  background-size: cover;
  background-position: center;
} */

.portfolio-gallery-img {
  width: 100%;
}

.team-single-member-container {
  padding: 15px;
}

.stage {
  padding-top: 0px;
  padding-bottom: 0px;
}

.stage h3 {
  margin-bottom: 0px;
}

.stages-container {
  padding: 30px 0px 30px;
}

.stages img {
  margin-bottom: 30px;
}

.stages h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.stages p {
  font-size: 14px;
}

.stages {
  position: relative;
}

.stages-container .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stages-container .stages {
  flex: 1;
  min-width: calc(20% - 20px);
  max-width: calc(20% - 20px);
  margin: 0 10px;
}

.stages::after {
  position: absolute;
  content: url(graphics/arrow-btn-black.png);
  width: 15px;
  height: auto;
  right: -15px;
  top: 23%;
}

.stages:last-of-type::after {
  display: none;
}

.documentation-pdf {
  font-family: 'bebas_neue';
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: -5px;
}

.vlog {
  padding-top: 0px;
}

.video-img {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}

.video-img-mobile {
  display: none;
}

.video-img:after {
  content: url(graphics/play-icon.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
}

.video-caption {
  width: 85%;
  padding-top: 20px;
  padding-right: 75px;
  background-color: #fff;
}

.video-caption p {
  margin-bottom: 0px;
}

.video-caption h3 {
  line-height: 1em;
}

.video-caption a,
.video-img a {
  position: absolute;
  top: 30px;
  left: 15px;
  bottom: 45px;
  right: 15px;
  z-index: 10;
}

@media screen and (max-width:992px) {
  .stages::after {
    content: none;
  }

  .stages-container .stages {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}

.contact-container {
  padding-top: 115px;
  padding-bottom: 30px;
}

@media screen and (min-width: 993px) and (max-width: 1270px) {
  .contact-photo {
    transform: translate(90px, 0px) !important;
  }
}

.contact-form {
  margin-top: 45px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px;
  text-align: center;
  border: 1px solid #bfbfbf;
  margin-bottom: 30px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #cacaca;
}

.contact-form textarea {
  height: 200px;
  resize: none;
}

.contact-form .button {
  margin-top: 30px;
  width: min-content;
  background: transparent;
  border: 1px solid #000;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border: 1px solid #ddac23;
  outline: none;
}

.agreements {
  display: flex;
  flex-direction: row;
}

.agreements .wpcf7-not-valid-tip {
  position: absolute;
  width: 400px;
  top: -28px;
  left: 36px;
}

.agreements * {
  padding: 0px;
}

.agreements:nth-of-type(1) {
  margin-top: 30px;
}

.contact-form .checkbx {
  border: 2px solid #ddac23;
  height: 20px;
  width: 20px;
  margin-top: 3px;
  position: relative;
}

.contact-form input[type="checkbox"] {
  display: none;
}

.contact-form .checkbx:hover {
  cursor: pointer;
}

.contact-form .checkmark {
  content: "";
  position: absolute;
  display: none;
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #ddac23;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check-active {
  display: block !important;
}

footer {
  background-color: #000;
}

footer .container {
  padding: 75px 30px;
}

footer h2 {
  font-family: "bebas_neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

footer h3 {
  font-family: "bebas_neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

footer p {
  color: #999999;
  font-size: 16px;
}

footer p a {
  color: #fff;
}

.p-b-0 {
  padding-bottom: 0px;
}

.p-tb-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.move-up-60 {
  transform: translateY(-60px);
}

.move-up-90 {
  transform: translateY(-90px);
}

.desktop-margin-75 {
  margin-top: 75px;
}

@media screen and (max-width: 1270px) {
  .photo-with-side-text {
    flex-direction: column;
  }

  .photo-caption,
  .photo-caption-second {
    transform: rotate(0deg);
    margin: 0 auto;
  }

  .lurvig-caption-side,
  .lurvig-caption-side-reverse {
    transform: translate(0px, 5px);
    width: 475px;
  }

  .lurvig-caption-side-reverse {
    margin: 0 auto;
  }

  .photo-move,
  .photo-move-reverse {
    transform: translate(0px, 0px);
    max-width: 100%;
    height: 550px;
  }

  .photo-bg-reverse {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (min-width: 992px) {
  .portfolio-photo-caption {
    transform: rotate(-90deg);
  }

  .offer-documentation-item {
    margin: 0 80px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    padding: 30px 0px;
  }

  .row {
    padding-right: 15px;
    padding-left: 15px;
  }

  .aboutus,
  .team,
  .offer {
    padding: 30px 0px;
  }

  .socials,
  .whyme {
    padding: 0px;
  }

  .info {
    padding: 15px 0px;
  }

  .aboutus2-column {
    padding: 35px 15px 0px;
  }

  .aboutus2 {
    padding-bottom: 0px;
  }

  .portfolio-container {
    padding-top: 0px;
  }

  h1,
  h3,
  h4,
  h5,
  button,
  p,
  .whyme .p {
    text-align: center;
  }

  .aboutus * {
    text-align: center;
  }

  .about-small-field:nth-of-type(2n+1) {
    transform: translateY(0px);
  }

  .underline {
    margin: 60px auto;
  }

  .photo-bg {
    margin: 0px auto;
    max-width: 100%;
  }

  .photo-move,
  .photo-move-reverse {
    transform: translate(0, 0);
    height: 350px;
  }

  .side-text-right {
    transform: translate(0px, 0px);
  }

  .side-text-left,
  .side-text-right,
  .lurvig-caption-side,
  .lurvig-caption-side-reverse {
    transform: translate(0, 0);
    padding-top: 0px;
  }

  .lurvig-caption-side,
  .lurvig-caption-side-reverse {
    width: 100%;
  }

  .cooperation-container {
    padding-top: 60px;
    padding-bottom: 60px;

    & h2 {
      font-size: 28px;
    }
  }

  .portfolio-img-mobile,
  .video-img-mobile {
    display: block;
    width: 100%;
  }

  .portfolio-img,
  .video-img {
    background: transparent !important;
    height: min-content;
  }

  .portfolio-gallery {
    display: none;
  }

  .portfolio-gallery-img,
  .flexslider .slides img {
    display: block;
  }

  .move-up-60 {
    transform: translateY(0px);
  }

  .move-up-90 {
    transform: translateY(0px);
  }

  .portfolio-demo * {
    text-align: center;
  }

  .portfolio-demo {
    padding: 110px 0px 0px;
  }

  .info {
    background: #fff;
    transform: translate(0px -60px);
  }

  .offer,
  .portfolio-demo-reverse {
    padding: 110px 0px 0px;
  }

  .offer,
  .portfolio-demo-reverse * {
    text-align: center;
  }

  .offer-documentation {
    padding-top: 30px;
  }

  .team-members {
    margin-top: 0px;
  }

  .team-button,
  .contact-form {
    text-align: center;
  }

  .mobile-not-display {
    display: none;
  }

  .desktop-margin-75 {
    margin-top: 0px;
  }

  .video-caption {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .contact-container {
    padding-top: 75px;
    padding-bottom: 0px;
  }

  .agreements {
    text-align: left;
  }

  .contact h3 {
    margin-top: 90px;
  }

  footer h2,
  footer h3,
  footer p {
    text-align: center;
  }

  .button-field {
    text-align: center;
  }
}

.cn-button.bootstrap {
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 0px !important;
  font-family: 'Poppins', sans-serif !important;
}

#cn-notice-text {
  font-family: 'Poppins', sans-serif !important;
}

.slick-dots li button::before {
  font-size: 14px;
}

.slick-slide {
  padding: 10px;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.carousel-arrow-field-left,
.carousel-arrow-field-right {
  width: 30px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  left: 15px;
  cursor: pointer;
  z-index: 1;
}

.carousel-arrow-field-right {
  right: 15px;
  left: auto;
}

.carousel-arrow-element-left,
.carousel-arrow-element-right {
  border: 3px solid #ffffff80;
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  position: absolute;
  margin-left: 15px;
  transition: border 0.3s;
}

.carousel-arrow-element-right {
  margin-left: -15px;
}

.carousel-arrow-element-left:hover,
.carousel-arrow-element-right:hover {
  border: 3px solid #fff;
}

#CookiebotWidget {
  display: none !important;
}