@charset "UTF-8";
body,
html {
  width: 100%;
}

.bg-cover {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#section_1, #section_1_subpage {
  position: relative;
}
#section_1::before, #section_1_subpage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  filter: opacity(0.7);
  background-repeat: no-repeat;
  background-position: top center;
}
@media (min-width: 0px) {
  #section_1::before, #section_1_subpage::before {
    background-size: auto;
  }
}
@media (min-width: 768px) {
  #section_1::before, #section_1_subpage::before {
    background-size: cover;
  }
}
#section_1_subpage {
  height: 40rem;
}
#section_1_subpage::before {
  background-position: top center;
}

.section-1-wrapper, .section-1-wrapper-subpage {
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
}
.section-1-wrapper-subpage {
  height: 40rem;
}

#blured {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
}

.blured-item svg {
  max-width: 80px;
}
@media (min-width: 992px) {
  .blured-item {
    border-right: 2px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 991px) {
  .blured-item {
    margin-bottom: 2rem;
  }
  .blured-item p, .blured-item h2 {
    text-align: center;
  }
}
.blured-item:last-child {
  border: none;
}

#top-bar {
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
#top-bar svg {
  height: 20px;
  margin-right: 10px;
}

.top-bar-item {
  margin-left: auto;
}
.top-bar-item:first-child {
  margin-left: 0;
  flex-grow: 1;
}
.top-bar-cta, .cta, .top-bar-cta-mobile {
  display: block;
  padding: 10px 20px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.top-bar-cta:hover, .cta:hover, .top-bar-cta-mobile:hover {
  background-color: #fff;
  color: #000;
}
.top-bar-cta-mobile {
  color: #000;
  text-align: center;
  border: 2px solid #000;
}

.menu-main-item, .menu-main-item-mobile {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.menu-main-item:hover::after, .menu-main-item-mobile:hover::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  height: 2px;
  width: 100%;
  background-color: #fff;
  left: 0;
}
.menu-main-item-mobile {
  color: #000;
}
.menu-mobile-hamburger {
  cursor: pointer;
}
.menu-mobile-hamburger svg {
  height: 2rem !important;
}
.menu-mobile-close {
  cursor: pointer;
}
.menu-mobile-close svg {
  height: 3rem !important;
}
.menu-mobile-modal {
  left: -100%;
  z-index: 9999;
  backdrop-filter: blur(30px);
  transition: all 0.3s ease-in-out;
}

.socials-item svg, .socials-item-mobile svg {
  height: 20px;
  fill: #fff;
  margin-left: 1rem;
}
.socials-item-mobile svg {
  height: 30px;
  margin: 0 20px;
}

@media (min-width: 1px) {
  h1 {
    font-size: 26pt;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 48pt;
  }
}

h3 svg {
  fill: currentColor;
}
@media (min-width: 1px) {
  h3 svg {
    width: 4rem;
  }
}
@media (min-width: 768px) {
  h3 svg {
    width: 4rem;
  }
}

.owl-nav {
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .owl-nav {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .owl-nav {
    display: flex !important;
  }
}
.owl-next, .owl-prev {
  padding: 2rem !important;
  border-radius: 0 !important;
  background-color: #32323b !important;
  color: #fff !important;
  font-size: 40pt !important;
  position: relative;
  transition: all 0.3s;
}
.owl-next span, .owl-prev span {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(calc(-50% + 2px));
}
.owl-next:hover, .owl-prev:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #32323b !important;
}
.owl-prev {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.owl-prev span {
  transform: translateX(calc(-50% - 2px));
}

#main-slider {
  height: 500px;
}

.my-mission-video-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 3rem;
}
.my-mission-video-wrapper iframe {
  width: 100%;
}
@media (min-width: 1px) {
  .my-mission-video-wrapper iframe {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .my-mission-video-wrapper iframe {
    height: 600px;
  }
}

#cases {
  background-color: #000;
  padding: 3rem 0;
  /* @media (min-width: 1px) {
    margin-top: -15rem;
    padding-top: 12rem;
  }
  @media(min-width: 768px) {
    margin-top: -24rem;
    padding-top: 30rem;
  }
  TODO: Do odkomentowania jak będzie video
  */
}

.case-archive-item {
  background-color: #1F2839;
  color: #fff;
}
.case-archive-item a {
  color: #fff;
  text-decoration: none;
}
.case-archive-item a:hover {
  text-decoration: underline;
}
.case-archive-item img {
  width: 100%;
  height: 13rem;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .case-archive-item img {
    height: 15rem;
  }
}
.case-item {
  background-color: #1D1D1D;
  transition: all 0.5s ease-in-out;
}
.case-item-cta {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.case-item a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: white;
}
.case-item a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.case-item a:hover::after {
  background-color: #fff;
}
.case-item:hover {
  background-color: #3E3D3D;
}
.case-item:hover .case-item-cta {
  height: 50px;
}
.case-item:hover .case-item-icon {
  height: 0rem;
}
.case-item:hover .case-item-overlay {
  opacity: 1;
}
.case-item-icon {
  overflow: hidden;
  height: 3.5rem;
  transition: all 0.3s;
}
.case-item-overlay {
  opacity: 0;
  transition: all 0.3s;
}
.case-item-overlay svg {
  width: 7rem;
  fill: #fff;
  opacity: 0.3;
}

.how-step-item-no {
  background-color: #3E3D3D;
  color: #fff;
  padding: 20px;
  font-size: 20px;
}
.how-step-item-arrow {
  display: flex;
}
.how-step-item-arrow:last-child {
  display: none;
}
.how-step-item-arrow-line {
  height: 3px;
  background-color: #3E3D3D;
  width: 100%;
}
.how-step-item-arrow-line svg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 12px;
  fill: #EF233C;
  width: 42px;
}

.testimonia-picture {
  overflow: hidden;
  border-radius: 50%;
  height: 5rem;
  width: 5rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#testimonia .owl-nav {
  display: none !important;
}

.owl-dots {
  margin-top: 2rem !important;
}
.owl-dots span {
  width: 4rem !important;
  height: 0.3rem !important;
  border-radius: 0 !important;
}

footer {
  background-color: #161D2D;
}
footer svg {
  height: 20px;
  margin-right: 10px;
  fill: #fff;
}
@media (max-width: 767px) {
  footer .socials-item svg, footer .socials-item-mobile svg {
    margin: 0 0.8rem 1rem 0;
  }
}
@media (min-width: 768px) {
  footer .socials-item svg, footer .socials-item-mobile svg {
    margin: 0 1rem 0 0;
  }
}

.footer {
  background-color: #1F2839;
}

.breadcrumbs {
  color: #fff;
}
.breadcrumbs a {
  text-decoration: none !important;
  color: #DCDCDC !important;
}
.breadcrumbs svg {
  width: 7px;
  fill: currentColor;
  margin: 0 5px;
}

#single_case .owl-stage {
  display: flex;
  align-items: center;
}
#single_case .owl-nav {
  transform: translateY(-100%);
}

.contact-box-item svg {
  fill: #fff;
}
@media (min-width: 1px) {
  .contact-box-item svg {
    height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .contact-box-item svg {
    height: 2rem;
  }
}
.contact-box-item-content {
  padding: 4rem 2rem;
  margin-top: -58px;
  transition: all 0.5s;
}
.contact-box-item-content:hover {
  background-color: #303030;
  color: #fff;
}
.contact-box-icon {
  position: relative;
  z-index: 2;
  background-color: #303030;
}
@media (min-width: 1px) {
  .contact-box-icon {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 992px) {
  .contact-box-icon {
    width: 5rem;
    height: 5rem;
  }
}

.page-numbers {
  margin: 0 5px;
  padding: 0.6rem;
  background-color: #1F2839;
  color: #fff;
  text-decoration: none;
}/*# sourceMappingURL=main.css.map */