/*
 Theme Name: wermax
 Author: tadamart.pl
 Version: 1.0
 */


:root {
  --bs-border-color:  #eeeff0;
  --color: #035DAA;
  --color2: #151515;

}
body {
  font-family: calibri, sans-serif;
color: var(--color2);
}
.admin-bar {
  padding-top: 32px;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 600 !important;
  line-height: 1 !important;
}

p, li {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1.7;
}
strong {
  font-weight: 500 !important;
}
.f-caveat {
  font-family: "Caveat", serif;
  font-size: 28px;
}



.top p, .top a {
  font-size: 14px;
  color: var(--color2);
  text-decoration: none;
}
.top i {
  color: var(--color);
}

/* lang */

.lang-switch {
  text-transform: uppercase;
padding: 0px;
  font-weight: 600;

}
.lang-switch img {
  border-radius: 100px;
  height: 20px !important;
  width: 20px;
  position: relative;
  top: -2px;
  border: 1px solid var(--color);
  padding: 1px;
  margin-left: 8px;
  margin-right: 3px;
}
.lang-s {
  width: 16px;
  display: inline-block;
}
.lang .dropdown-item:hover {
  text-decoration: none !important;
background-color: transparent;
color: var(--color) !important;
background-repeat: no-repeat;
}
.lang .dropdown-item:hover span {
  color: var(--color) !important;
}
.lang-switch:hover {
  color: var(--color);
}
.dropdown-menu.lang-switch.show {

  padding-bottom: 7px;
  background-color: transparent;
  border: 0px;
}
.dropdown-menu.lang-switch .lang-item {

  justify-content: end;
  display: grid;

}
.dropdown-menu.lang-switch .dropdown-item {
  display: flex;
  align-items: center;
  text-decoration: none; 
  padding: 2px 13px;
  background-color: white;
  border-radius: 8px;
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 600;
}
.dropdown-menu.lang-switch .lang-s {
  margin-right: 3px;
}
.dropdown-menu.lang-switch img {
  width: 20px;
  height: auto;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  border: 1px solid transparent !important;
}

/* lang */

.back {
  background-size: contain;
  position: absolute;
  background-position: top;
  width: 100%;
  /* height: 100%; */
  z-index: -1;
  min-height: 600px;
  height: 800px;
  background-repeat: repeat-x;
}

.btn1 {
  background-color: var(--color);
  color: white;
  font-weight: 600;
  padding: 14px 23px;
  text-decoration: none;

  box-shadow: 0px 0px 15px #0000000D;
  border: 2px solid var(--color);
  display: block;
  width: fit-content;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  cursor: pointer;
}
.btn1:hover {
  background-color: white;
  color: var(--color2);
}
.btn2 {
  background-color: white;
  color: var(--color2);
  font-weight: 600;
  padding: 14px 23px;
  text-decoration: none;

  box-shadow: 0px 0px 15px #0000000D;
  border: 2px solid white;
  display: block;
  width: fit-content;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.btn2:hover {
  background-color: white;
  color: var(--color2);
  border: 2px solid var(--color);
}


.logo {
  max-width: 340px;
}
.box {
  box-shadow: 0px 0px 15px #0000000D;
  border-radius: 20px;
}
.box {
  min-height: 150px;
}
.box img {
height: 250px;
  margin: 0 auto;
  display: block;
  width: 100%;
  object-fit: cover;
  -webkit-box-shadow: 8px 8px 0px 0px rgba(157, 158, 157, 1);
-moz-box-shadow: 8px 8px 0px 0px rgba(157, 158, 157, 1);
box-shadow: 8px 8px 0px 0px rgba(157, 158, 157, 1);
transition: 0.2s ease;
}
.owl-custom .owl-prev, .owl-custom .owl-next {
  background-color: black;
  line-height: 1;
  color: white;
  font-size: 30px;
  display: block;
  width: 70px;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 20% 100%);
  text-align: center;
}
.owl-custom .owl-prev:hover, .owl-custom .owl-next:hover {
background-color: var(--color);
}
.owl-custom .owl-prev { 
  position: relative;
    right: -54px;
}
.owl-custom .owl-prev span {
position: relative;
left: -10px;
}
.owl-custom .owl-next {
  transform: rotate(180deg);
}
.owl-custom .owl-next span {
  transform: rotate(-180deg);
  display: block;
  position: relative;
  right: 10px;
  bottom: -5px;
}


.offer p {
  min-height: 140px
}

.nav-link {
  color: var(--color2);
  font-weight: 600;
  padding: 6px 20px !important;
  font-size: 18px;
}
.navbar-nav .dropdown-menu {
  background-color: var(--color);
  border: 10px solid var(--color);
  margin-left: -9px;
  border-radius: 0px;
}
.dropdown-menu li a {
  color: white;
  font-weight: 400;
  font-size: 18px;
  border-radius: 0px;
}
.navbar-toggler span {
  margin: 0 auto;
    display: block;
    background-color: var(--color);
    height: 3px;
    width: 30px;
    margin-top: 2px;
    margin-bottom: 6px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.2s ease-out;
    transform-origin: center left;
    border-radius: 100px;
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
}
.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}
.inner-hero {
  background-color: white;
}
.hero h1 span {
  color: var(--color);
}
.destiny {
  bottom: -40px;
  width: 80%;
  max-width: 595px;
}
.pbig {
  font-size: 19px;
  line-height: 1.2;
}
.h-left {
  padding-top: 35px;
  padding-bottom: 140px;
}
.sec-light {
  background-color: white;
}
.ic1 h4 {
  color: var(--color);
}
.title h2 span {
  color: var(--color);
}
.sec-back {
  background-size: cover;
  background-position: bottom;
}
.sb2 {
  background-position: top;
}
.sec2 h4 span {
  color: var(--color);
}
.s2 a {
  color: var(--color2);
}
.a-black {
  color: var(--color2);
}
.overlay1 {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.4) 100%);
  box-shadow: 0px 0px 15px #0000000D;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 31px;
}
.about-back {
  background-size: cover;
  background-position: center;
  color: white;
}

.point {
  margin-bottom: 10px;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  background-color: var(--color);
  border: 4px solid var(--bs-border-color);
  z-index: 3;
  position: relative;
}
.line {
  border-bottom: 1px solid var(--bs-border-color);
  margin-top: -21px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
  width: 110%;
}
.f-soc i {
  color: var(--color);
}
footer a {
  text-decoration: none;
  font-size: 16px;
  color: black;
}
footer h5 {
  margin-top: 32px;
  margin-bottom: 15px;
}
.form label {
  width: 100%;
}
.form-control {
  background-color: transparent;
    border: 0px;
    border-bottom: 1px solid var(--bs-border-color);
    border-radius: 0px;
    padding: 10px 0px;
    margin-bottom: 5px;
    font-size: 14px;
}
textarea {
  height: 150px; 
}
::placeholder {
  color: #c2c2c2 !important;
}
.form-control:focus {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid var(--bs-border-color);
}
.form-check {
  padding-left: 10px;
}
.form-check-input:checked {
  border-color: var(--color);
  background-color: var(--color);
}
.form-check-input:focus {
  box-shadow: none;
}
.wpcf7-response-output {
  margin: 0px !important;
  border-radius: 11px;
  font-size: 13px;
  padding: 10px !important;
}
.copy p, .copy a{
  font-size: 12px;
  color: var(--color2);
}

.home .inner-hero {
  background-position: center !important;
  background-size: cover;
}
.inner-hero {
  min-height: 525px;
  background-position: center !important;
}
.dkto img {
  height: 70px;
}
.img-st img {
  width: 90%;
  margin-top: -140px;
  border-radius: 42px;
  min-height: 700px;
  object-fit: cover;
}
.half-fluid .left-half, .half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {

  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}
.minh {
  min-height: 500px;
}
.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal-content {
  border: 0px;
  padding: 30px;
  border-radius: 25px;
}
.lead-form h3 span {
  color: var(--color);
}
.accept2 label {
  font-size: 11px;
}
.wpcf7-spinner {
  position: absolute !important;
}
.accept2 .form-check-input {
  width: 15px;
  height: 15px;
  margin-left: -25px;
  margin-top: 2px;
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
}
.pmax {
  max-width: 585px;
  margin: 0 auto;
}
.pmax2 {
  max-width: 685px;
  margin: 0 auto;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-partn img {
  max-height: 90px;
  max-width: 135px;
  width: auto !important;
  margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot span {
  background: var(--color2);
  border-radius: 0px;
  width: 18px;
  height: 18px;
  transform: rotate(-64deg);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  margin: 5px 13px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color);
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 35px;
}
.rb {
  background-color: var(--color);
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  bottom: -20px;
  color: white;
  text-align: center;
}
.rb i {
  transform: rotate(-45deg);
  display: block;
  position: relative;
  left: -1px;
  top: 7px;
}
.count h3 {
  color: var(--color);
}
.count img {
  width: 45px;
  height: 45px;
}

.sec-back2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100%;
}
.f-url a {
  display: block;
}
.f-top-inner span {
  color: var(--color);
}
.f-top-inner img {
  height: auto;
  max-height: 50px;
  max-width: 140px;
}
.f-top-inner {
  padding: 50px;
  box-shadow: 0px 0px 15px #0000000D;
  border-radius: 30px;
  background-color: white;
}
.f-top {
  margin-bottom: -40px;
  position: relative;
  z-index: 9;
}
.sm a {
  margin: 0 auto;
}
.single_page_content a {
  color: var(--color2);
}
.ih {
  box-shadow: 0px 0px 15px #0000000D;
}
.map {
  margin-bottom: -5px;
}
.map {
  filter: grayscale(1);
}
.bs1 img {
  max-height: 80px;
  margin: 0 auto;
}
.sk i {
  font-size: 50px;
  margin-bottom: 15px;
  display: block;

}
.sc h2 {
  line-height: 1.2 !important;
}

.inner-hero {
  position: relative;
  /* istniejące style */
}

.inner-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  border-radius: 31px;
}


.owl-partn img:hover {
filter: grayscale(0);
}
.navbar-nav li:last-child a {
  padding-right: 0px !important;
}
.navbar-nav .dropdown-menu li:last-child a {
padding-right: 15px !important;
}
.dropdown-toggle::after {
  display: none;
}
.hero-img {
  max-width: 125%;
  margin-left: -25%;
}
.sec2 img {
  margin-right: 20px;
  filter: brightness(0) saturate(100%) invert(24%) sepia(95%) saturate(1407%) hue-rotate(187deg) brightness(95%) contrast(105%);
}
.sec2 h4 {

}
.sec3 h2 span {
  color: var(--color);
}
.f-url a:hover {
  text-decoration: underline;
}
.f-cont i {
  color: var(--color);
  display: block;
  font-size: 30px;
  line-height: 1;
}
.f-cont a {
  text-decoration: none;
  color: var(--color2);
  font-size: 24px;
}
.f-cont a:hover {
  text-decoration: underline;
 }
.sec4 img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(95%) saturate(1407%) hue-rotate(187deg) brightness(95%) contrast(105%);
  height: 60px;
}
.quote {
  filter: brightness(0) saturate(100%) invert(24%) sepia(95%) saturate(1407%) hue-rotate(187deg) brightness(95%) contrast(105%);
  max-width: 60px;
}
.rev-shape {
  position: absolute;
  max-width: 157px;
  top: -28px;
  left: -22px;
  opacity: 1;
  width: 100%;
}
.owl-reviews .owl-nav {
  display: none !important;
}
.review {
  margin: 5px;
}
.mx-w {
  max-width: 450px;
}
.nav-link img
 {
transition: 0.2s ease;
 }
.nav-link.show img {
transform: rotate(180deg);
}
.box img:hover {
  -webkit-box-shadow: -8px -8px 0px 0px rgba(157, 158, 157, 1);
-moz-box-shadow: -8px -8px 0px 0px rgba(157, 158, 157, 1);
box-shadow: -8px -8px 0px 0px rgba(157, 158, 157, 1);
}

.sticky {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1020;
  background-color: white;
}
.sticky .logo {
  max-width: 230px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out; 
  z-index: 1000; 
  -webkit-box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.34);
-moz-box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.34);
box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.34);
}


.sticky.visible {
  transform: translateY(0); 
}



@media (min-width: 992px) {
  .ms-slider__word {
    font-size: 3rem;
 }
}



@media (min-width: 1450px) {
  .dropdown-menu.lang-switch .lang-item {
    justify-content: start;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {

  .ovh {
    overflow: hidden;
  }
}



@media (max-width: 1400px) {
.hero-img {
  max-width: 115%;
  margin-left: -15%;
}
}


@media (max-width: 1200px) {
  .hero-img {
    max-width: 100%;
    margin-left: 0%;
  }
  .nav-link {
    padding: 9px 10px !important;
  }
  .ovh {
    overflow: hidden;
  }
}

@media (max-width: 992px) {
  .owl-custom {
    display: none !important;
  }
  .rev-shape {
    top: -6px;
  }
  .hero-img {
    margin: 0 auto;
    display: block;
width: 100%;
    max-width: 500px;
  }
  .hero a {
    margin: 0 auto;
  }
  .f-top-inner .btn1 {
margin: 0 auto;
margin-bottom: 30px;
  }
  .gy-5 .col-md-4:first-child {
    margin-top: 0px !important;
  }
  .gy-5 .col-md-3:first-child {
    margin-top: 0px !important;
  }

.navbar-nav {
  padding-top: 15px;
} 


.dropdown-menu .navbar-nav  {
  padding-top: 0px !important;
}
.dropdown-menu a {
  color: white !important;
}
  .h-left {
    padding-top: 0px;
    padding-bottom: 30px;
}
  .navbar {
    text-align: center;
    margin: 0 auto;
  }
  .navbar-nav .dropdown-menu {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: fit-content;
  }
  .logo {
    max-width: 220px;
  }
  .line {
    width: 100%;
  }
  .nav-link {
    font-size: 17px;
  }
  .dropdown-menu li a {
    font-size: 17px;
  }
  .navbar {
    padding: 0px;
  }

}

@media (max-width: 768px) {
  .f-top-inner {
    padding: 30px;
  }

  .offer h4 {
    min-height: 0px;
  }
  .offer p {
    min-height: 0px;
  }
  .inner-hero {
    min-height: 0px; 
  }
  .hero .display-5 {
    font-size: calc(1.025rem + 2.1vw);
  }

  .inner-hero {
    text-align: center;
  }
  .inner-hero a {
    margin: 0 auto;
  }
  .inner-hero a:first-child {
    margin-bottom: 15px;
  }
  .seb .col-md-3 {
    border: 0px !important;
  }
  .copy {
    text-align: center;
  }
  .copy .col-md-6:first-child {
    margin-bottom: 10px;
  }
  .copy .col-md-6:first-child a {
    display: block;
  }
  .ms-slider__word {
    font-size: calc(1.025rem + 2.1vw);
    top: -5px;
  }
}