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


:root {
  --color: #C6AA8E;
  --color2: #24362F;
  --bs-border-color: #3a4a44;
}

body {
  font-family: "futura-pt", sans-serif;
  background-color: var(--color2);
  overflow-x: hidden !important;

}

.admin-bar {
  margin-top: 32px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400 !important;
  color: white;
  font-family: "Marcellus", serif;
}
h1,h2,h3,h4,h5 {
  letter-spacing: 3px;
}
p, li, a {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1.4;
  color: white;
}
strong {
  font-weight: 600 !important;
}

section {
  background-position: center;
    background-size: cover;
}

@media(min-width: 992px) {
  .container-w {
    max-width: 1920px !important;
      width: 95% !important;
  }
}
@media(max-width: 991.98px) {
  .menu .navbar {
    padding: 0px !important;
  }
  .menu .navbar-nav  {
    padding: 20px 0px;
  }
}

/* NAV */
.hamburger-menu {
  cursor: pointer;
  width: 34px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m-desc {
  color: black;
  font-weight: 500 !important;
  margin-left: 15px;
}
.line {
  width: 100%;
  height: 2px;
  background-color: var(--color);
  margin-left: auto;
}
.line2 {
  width: 65%;
}
.line3 {
  width: 30%;
}
nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
  color: white;
}
nav .m-menu {
  box-shadow: 0px 0px 15px #00000078;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 300px;
    width: calc(100vw - 30px);
    height: 100vh;
    transform: translateX(100%);
    transition: transform 0.35s;
    z-index: 999;
    overflow: hidden;
    background-color: #24372f;
}
nav .m-menu__overlay {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  bottom: 0;
  z-index: 99;
  display: none;
  height: 100vh;
}
nav .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid var(--bs-border-color);
}
nav .m-menu__header span {
  text-align: center;
  width: 100%;
  color: white;
}
nav .m-menu ul {
  height: auto;
  overflow-y: auto;
  list-style-type: none;
  padding-left: 0px;
  overflow: scroll;
}
nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 5px 15px;
  line-height: 47px;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid var(--bs-border-color);
  position: relative;
  color: var(--color);
}
nav .m-menu ul li a {
  text-decoration: none;
}
nav .m-menu ul li label.a-label__chevron::after {
  content: '';
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: black;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav .m-menu .m-menu label.m-menu__toggle {
  display: flex;
  border-bottom: 0;
  padding: 0;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  transform: translateX(0);
}

/* Blokowanie przewijania strony, gdy menu jest otwarte */
body.menu-open {
  overflow: hidden;
}
/* NAV */

/* ------------------------- STATIC ------------------------- */
.btn1 {
  background-color: var(--color);
  color: var(--color2);
  font-size: 14px;
  padding: 15px 25px;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 500 !important;
  cursor: pointer;
  width: fit-content;
 text-transform: uppercase;
 border-radius: 100px;
}
.btn1:hover {
  background-color: white;
color: var(--color2);
}

.btn2, .wpcf7-submit {
  background-color: var(--color);
  color: var(--color2);
  font-size: 14px;
  padding: 15px 25px;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  width: fit-content;
border-radius: 100px;
text-transform: uppercase;
}

.wpcf7-submit {
  margin: 0 auto;
  display: block;
}
.btn2:hover {
  background-color: var(--color2);
  color: white !important;
}
.wpcf7-submit:hover {
  background-color: var(--color2);
  color: white !important;
}
.modal .btn2:hover {
  background-color: var(--color);
  color: white !important;
}
.btn3 {
  background: white;
  color: var(--color) !important;
  font-size: 16px;
  padding: 15px 25px;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 600;
  border: 0px;
  cursor: pointer;
  width: fit-content;
  border-radius: 100px;
  text-transform: uppercase;
}
.btn3:hover {
  background: black;
  color: white !important;
}
.btn2 {
  background-color: var(--color2) !important;
  color: white !important;
}
.btn2:hover {
  background-color: white !important;
  color: black !important;
}
.pbig {
  font-size: 18px;
  line-height: 1;
}
.text-light {
  color: var(--color) !important;
}
.fs-8 {
  font-size: 14px !important;
}
header .btn1 {
  padding: 10px 15px;
}
.nav-link {
  padding: 0px !important;
  margin-right: 30px;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px; 
  top: 0px;
  background-image: linear-gradient(0deg, rgb(36 55 47) 0%, rgba(41, 53, 86, 0) 19%), linear-gradient(180deg, rgb(36 55 47) 0%, rgba(41, 53, 86, 0) 19%);
  z-index: 1;
}
.overlay2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px; 
  top: 0px;
  background-image: linear-gradient(180deg, rgb(36 55 47) 20%, rgba(41, 53, 86, 0) 90%);
  z-index: 1;
}
.overlay-1 { 
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgb(36 55 47) 13%, rgba(41, 53, 86, 0) 28%);
  z-index: 2;
}
.overlay-2 { 
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgb(36 55 47) 13%, rgba(41, 53, 86, 0) 40%);
  z-index: 2;
}
.overlay-12 { 
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgb(36 55 47) 0%, rgba(41, 53, 86, 0) 100%);
  z-index: 2;
}

.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%;
}
@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
 }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
 }
}
.min-h {
  min-height: 600px;
}
.form-label {
  width: 100%;
}
.form-control:focus, .form-select:focus {
  box-shadow: none !important;
}
input:focus-visible {
  outline: 0px;
}
.wpcf7-submit {
  border: 0px;
}
.small {
  font-size: 12px;
}
textarea {
  height: 100px;
  border-radius: 25px !important;
  padding: 10px 20px !important;
}
.contact-page .wpcf7-text {
  text-align: left !important;
  padding: 10px 20px !important;
}
.contact-page .lab-sp {
  color: white !important;
  margin-left: 20px;
  margin-top: 3px;
  display: block;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  text-align: center;
}
.page-template-default a {
  color: white;
  }
  .cky-revisit-bottom-left {
    display: none !important;
  }
/* ------------------------- STATIC ------------------------- */
header .tel {
  color: var(--color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.t-soc {
  color: var(--color);
}
 .logo {
  position: absolute;
    top: -57px;
    z-index: 99;
    background-color: var(--color2);
    padding: 30px;
    border-radius: 10px;
 }

.logo img {
  max-width: 147px;
}

.menu li a {
  color: black;
  font-weight: 600;

  font-size: 16px;
}
.menu li a:hover {
  color: var(--color);
  text-decoration: underline;
}

.hero {
  position: relative;
  text-align: center;
  color: white;
  min-height: calc(100vh - 95px);
}
.hero .container {
  position: relative;
  z-index: 2;
  margin-bottom: 130px;
}
.hero p {
  font-size: 16px;
    margin: 13px 12px;
}
.hero strong {
  font-weight: 500;
}
.hero h4 {
  font-weight: 300 !important;
}
.sec1 {
  background-color: var(--color3);
}
.offer {
  background-color: white;
box-shadow: 0px 6px 15px #0000000D;
padding: 40px 30px;
margin-top: -60px;
z-index: 9;
position: relative;
margin-bottom: 40px;
}

.offer img {
  height: 100px;
}
.green {
  color: #32981A;
}

.sec3 {
  background-color: var(--color3);
}
.sec3 p {
  margin-bottom: 0px;
}
.sec-form {
  background-color: var(--color);
  color: white;
  overflow-x: hidden;
}
.sec-form h4 {
  font-weight: 400 !important;
}

.sec-form .wpcf7-text, .sec-form .wpcf7-select, .form-select {
  background-color: white;
  color: var(--color);
  border-radius: 0px;
  padding: 13px 20px;
  text-align: center;
  border-radius: 100px;
}
.form-check-input {
  width: 15px;
  height: 15px;
}
.accept .form-check-input:focus {
  outline: 0px !important;
  box-shadow: none !important;
}
.form-control:focus {
  border-color: var(--color2);
}
.sec-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
}

.sec-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

.sec-form  ::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}
.sec-form .wpcf7-not-valid-tip {
    color: #ff9e9e;
    text-align: center;
}
.sec-form .btn2 {
  display: block;
  margin: 0 auto;
}
.sec-form .accept a {
  color: white;
}
.sec-form .accept {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 22px;
}
.copy a {
  color: white
}
.copy img {
  width: 70px;
  margin-left: 10px;
}
.f-menu, .f-cont {
  line-height: 2;
}
.f-menu a, .f-cont a, .f-cont p, .f-info {
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.f-menu a {
  display: block;
}
.f-menu a:hover {
  text-decoration: underline;
}
.f-menu {
  margin-left: 70px;
}
.footer img {
  max-width: 120px;
}
.f-info {
margin-bottom: 0px;
  font-size: 12px;
}
.copy img {
  width: 70px;
  margin-left: 10px;
}
.copy p, .copy a{
  font-size: 14px;
}
  .ppl {
    border: 2px solid black;
    padding: 13.6px;
    text-align: center;
    width: 226px;
    font-weight: 500;
  }
  .sec4 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    font-weight: 500;
    text-align: center !important;
  }
  
  .sec4 :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
    font-weight: 500;
    text-align: center !important;
  }
  
  .sec4  ::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
    font-weight: 500;
    text-align: center !important;
  }
.profit {
  padding: 40px;
}
.profit2 {
  box-shadow: 0px 6px 15px #0000000D;
  padding-bottom: 60px;
}
.max-w {
  max-width: 1000px;
  margin: 0 auto;
}
.ppl1 {
  font-weight: 600 !important;
}
.price1 {
  color: var(--color);
  font-weight: 600 !important;
}
.price2 {
  color: var(--color2);
  font-weight: 600 !important;
}


.contact .wpcf7-submit {
  display: block;
  margin: 0 auto;
}
.contact .row {
  max-width: 700px;
  margin: 0 auto;
}
.contact .accept a {
  color: black;
}

.contact ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
}

.contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

.contact  ::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}
.contact textarea {
  height: 150px;
}
.a-post img {
 width: 100%;
 max-height: 250px;
 object-fit: cover;
}
.a-post {
  box-shadow: 0px 6px 15px #0000000D;
}
.a-post-inner {
  padding: 26px;
  padding-bottom: 40px;
}
.a-post h3 a {
  color: black;
  text-decoration: none;
}
.arch-date {
  font-size: 14px;
}
.post-excerpt p {
  font-size: 16px;
}
.single_post_content {
  max-width: 800px;
  margin: 0 auto;
}
.container-s {
  max-width: 1114px;
  margin: 0 auto;
}
.about-2 {
  background-color: var(--color);
  color: white;
}
.calc-4 h3 {
  color: var(--color);
}
.ca-inner {
  padding: 40px;
}
.mw {
  max-width: 550px;
}
.b2 {
  min-height: 700px;
}
.b2 h1 {
  line-height: 1;
}
.c4-bg {
  background-color: var(--color3);
}
.bg {
  background-color: var(--color3);
}
.profit2 {
  background-color: white;
}
.choose-inner {
  box-shadow: 0px 6px 15px #0000000D;
  padding: 50px;
  position: relative;
}
section li {
  margin-bottom: 10px;
}

.cen li{
  width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
}
.dropdown-menu {
  box-shadow: 0px 6px 15px #00000026;
    border-radius: 0px;
    border: 0px;
}
.dropdown-menu li a:hover {
background-color: var(--color) !important;
color: white;
}
.menu li a i {
  font-size: 14px;
  margin-right: 5px;
}
.modal-body {
  padding-top: 30px;
  padding-bottom: 30px;

}
.modal-content {
  box-shadow: 0px 6px 15px #00000026;
  border: 0px;
  border-radius: 25px;
}
.btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 6;
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 3px;
}
.category-s {
  background: transparent linear-gradient(257deg, #8A418C 0%, #713572 100%) 0% 0% no-repeat padding-box;
  color: white !important;
  font-size: 18px;
  padding: 10px 20px;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 500;
  width: fit-content;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.cs {
  margin-top: -38px;
  position: relative;
  z-index: 4;
}
.single-post .breadcrumb {
  min-height: 270px;
}
.cv {
  font-size: 1.5rem;
}

section ul li {
  padding-left: 6px;
}
.form-check-input:checked {
  background-color: var(--color);
  border-color: var(--color);
}
.form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(77 193 204 / 42%) !important;
}
.swu {
  max-width: 300px;
}

.h2, h2 {
  font-size: calc(1.325rem + 1.1vw);
}
.title h3 {
  font-weight: 400 !important;
  font-size: 20px;
}
.title h2 {
  font-weight: 400 !important;
}
.title h2 span {
  font-weight: 600 !important;
}
.always {
  color: white;
  background-color: var(--color);
  width: fit-content;
  padding: 5px 20px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600 !important;
}
.a-open {
  color: black;
  text-decoration: none;
  font-size: 22px;
}
.a-open:hover {
  color: black;
  text-decoration: underline;
}
.a-open i {
  color: var(--color2);
}
#zalety .btn2 {
  margin: 0 auto;
}

#zalety .btn2:hover {
  background-color: white;
  color: var(--color2) !important;
}














.zalety {
  display: flex;
    justify-content: center;
    max-width: 1050px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.mx {
  max-width: 700px;
  margin: 0 auto;
}

.footer-form .wpcf7-submit:hover {
  background-color: white !important;
  color: var(--color) !important;
}
.sec-form {
  position: relative;
  overflow: initial;
}
.badge {
  background-color: var(--color2);
  border-radius: 0px;
  position: absolute;
  top: -13px;
  z-index: 9;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.badge p {
  font-size: 14px;
  color: var(--color);
}
.badge p strong {
  font-weight: 600;
}
.badge::after {
  content: "";
    z-index: -1;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-color: var(--color2);
    left: 0px;
    right: 0px;
    bottom: -7px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
}
.badge2 {
  background-color: var(--color2);
  border-radius: 0px;
  color: white;
  position: absolute;
  top: -13px;
  z-index: 9;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  padding: 3px 8px;
}
.badge2 p {
  font-size: 14px;
}
.badge2 p strong {
  font-weight: 600;
}
.badge2::after {
  content: "";
    z-index: -1;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-color: var(--color2);
    left: 0px;
    right: 0px;
    bottom: -7px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
}
.top-form {
  background-color: transparent !important;
  color: black !important;
}

.top-form-inner {
  position: relative;
  background-color: white;
    box-shadow: 0px 0px 15px #0000001A;
    padding: 40px;
    max-width: 1100px;
    margin: 0 auto;
border-radius: 30px;
}
.top-form-inner h2, .top-form-inner p {
  color: black;
}
.top-form {
  margin-top: -190px;
  position: relative;
  z-index: 9;
}

.top-form .accept a {
  color: black;
}
.top-form .wpcf7-form p {
  font-size: 16px;
}

.mx2 {
  max-width:1000px;
  margin: 0 auto;
}
.top-form .form-label p {
  margin-bottom: 10px;
  margin-left: 22px;
}
.accept {
  margin-top: 20px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.p-c {
  text-decoration: none;
  color: black;
}
.person-inner p {
  line-height: 1.2;
}
small {
  font-size: 14px;
}
.person img {
  max-width: 110px;
  border: 4px solid var(--color);
  border-radius: 100px;
  margin-right: 20px;
}
.owl-k p {
  text-align: center;
  font-weight: 500 !important;
}
.owl-k .owl-nav {
  margin-top: -47px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  position: relative;
}
.owl-k span {
  font-size: 26px;
    line-height: 1;
}
.owl-k i {
  position: relative;
  top: 2px;
}
.owl-k .owl-nav [class*=owl-]:hover {
color: var(--color2) !important;
background-color: transparent !important;
}
.footer p {
  color: black;
}
.green2 {
  color:   var(--color2);
    font-weight: 600;
}
.mmodal .modal-content {
  margin-top: 30px;
}
.zdj2 {
  height: 200px;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
}
footer i {
  color: white;
}
.color {
  color: var(--color);
}
footer a {
  color: white;
  text-decoration: none;
}


.hero {
  position: relative;
}
.section-background-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
}
.section-background-video>video {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.zalety p {
  font-weight: 600 !important;
}
.nl {
  background-color: var(--color);
  color: white !important;
  border-radius: 100px;
  font-weight: 500 !important;
  margin-left: 15px;
  transition: 0s !important;
}
.nl:hover {
  background-color: var(--color2);
  color: var(--color) !important;
}
.galeria img {
  border-radius: 20px;
}
#dostepne-apartamenty img {
  border-radius: 20px;
}
.logo-f {
  width: 100% !important;
  max-width: 200px !important;
  margin: 0 auto;
}
.f-con p {
  font-size: 20px;
}
.f-con a {
  font-weight: 600;
  font-size: 25px;
  text-decoration: none;
  color: var(--color);
}
.person i {
  color: #FDC938;
}
.owl-review .owl-nav {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: -10px;
}
.owl-review .owl-nav button span {
  font-size: 25px;
  font-size: 55px;
  line-height: 1;
  margin: 10px;
  color: var(--color);
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: var(--color);
  opacity: 0.5;
}

#zalety {
  background-size: cover;
  background-position: top;
}

#zalety p strong {
  font-size: 20px;
}
.zal-inner p {
  max-width: 220px;
  margin: 0 auto;
}

.mmodal h3, .mmodal p {
  color: black;
}





.hero-p {
  font-size: 16px !important;
}
.top-form .accept {
  max-width: 900px;
}
.bdg {
  position: relative;
}
.bdg-inner {
  position: absolute;
  color: white;
  text-transform: uppercase;
  font-weight: 600 !important;
  background-color: var(--color);
  border-radius: 0px;
  z-index: 9;
  margin-top: 18px;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  width: fit-content;
  padding: 4px 12px;
}
.bdg-inner::after {
  content: "";
  z-index: -1;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  background-color: var(--color);
  
  left: 17px;
  top: -7px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
}
header .menu .mob-btn {
  border-radius: 0px !important;
    padding: 5px 8px !important;
    pointer-events: none !important;
}
.zdj {
  border-radius: 30px;
  max-height: 350px;
  width: 100%;
  object-fit: cover;
}
.zdj-wyc {
  border-radius: 30px;
  width: 100%;
  margin-top: 20px;
  object-fit: cover;
  height: 700px;
}
.sec-w a {
  color: black;
}
.sec-w img {
  width: 100px;
    height: 100px;
}

.loc h4 {
  font-size: 20px;
}
.loc p{
  font-size: 15px;
}
.sec-w p {
  max-width: 300px;
    margin: 0 auto;
}
.apartment {
  box-shadow: 0px 0px 15px #0000001A;
  border-radius: 30px;
  position: relative;
}
.apart-inner {
  padding: 30px;
  padding-bottom: 40px;
}
.apart-inner a {
  width: 100%;
}
.apa-img {
  object-fit: cover;
  height: 200px;
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.gallery {
  color: white;
  text-decoration: none;
  background-color: var(--color);
  padding: 4px 10px;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.gallery:hover {
  background-color: var(--color2);
  color: white;
}
#sgpb-popup-dialog-main-div {
  box-shadow: none !important;
  padding: 40px !important;
  border-radius: 0px !important;
}
.sgpb-main-html-content-wrapper {
  overflow-x: hidden;
}
.nav-pills button {
  color: black;
  font-weight: 700;
}
.nav-pills button:hover {
  text-decoration: underline;
  color: black;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: transparent;
  color: black;
  text-decoration: underline;
}
.galleryw .zd {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.gt_switcher .gt_option {
  position: absolute !important;
  height: 99px !important;
}

.gtranslate_wrapper a img {
  display: block !important;
  float: left !important; /* Flaga zostanie wyrównana do lewej strony linku */
}

.gtranslate_wrapper a {
  text-indent: 100% !important; /* Przesuwa tekst poza widoczny obszar */
  white-space: nowrap !important; /* Zapobiega zawijaniu tekstu do nowej linii */
  overflow: hidden !important; /* Ukrywa tekst, który "wychodzi" poza granice elementu */
  padding: 0px !important;
}
.gt_switcher {
  width: 72px !important;
}
.gt_switcher .gt_selected {
  background: transparent !important;
}
.gtranslate_wrapper .gt_switcher .gt_option {
  border-color: transparent !important; 
  width: 55px !important;
  margin-top: 2px;
}
.gtranslate_wrapper .gt_switcher .gt_option a:hover {
  background-color: transparent !important;
}
.gtranslate_wrapper .gt_switcher .gt_option a {
  padding: 2px 15px !important;
}
.top-bar {
  background-color: var(--color);
  color: white;
}
.top-bar p {
  font-size: 14px;
}
.tb-btn {
  background-color: #ecbd5d;
  color: white;
  font-weight: 600;
  text-decoration: none;
  padding: 3px 12px;
  border-radius: 100px;
  margin-left: 20px;
  cursor: pointer;
  color: var(--color);
}
.tb-btn:hover {
  background-color: black;
  color: white;
}
.gtranslate_wrapper {
  z-index: 9;
  position: relative;
}
.oa img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.ip .btn1 {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 10px 25px;
}
.ip .btn1 i {
  font-size: 22px;
}
.inw a {
  color: black;
  font-weight: 600;
}
.inw-gal img {
  border-radius: 20px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.inw-gal a {
  text-decoration: none;
}
.inw-gal p {
  margin-bottom: 0px;
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.4;
  height: 50px;
}
.c-form .form-control{
  border-radius: 25px;
  padding: 10px 20px !important;
}
.c-form p {
  margin-bottom: 5px;
  margin-left: 15px;
}
.c-form textarea {
  height: 100px;
}
.c-form .wpcf7-submit {
  margin-top: 25px;
}
.c-form .accept a {
  color: black;
}
.a-post-inner p {
  color: black !important;
}
.a-post-inner .btn1:hover {
  background-color: var(--color2) !important;
  color: white !important;
}
.single .overlay-2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: var(--color2);
  opacity: 0.5;
}
.bcs .container {
  position: relative;
  z-index: 9;
}


.c-form {
  padding: 40px;
  background-color: #f4f4f4;
  border-radius: 25px;
}
.c-form .col-md-12 {
  padding: 0px;
}
.spec-box {
    /* padding: 20px; */
    margin-top: 35px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 350px;
    /* background-color: #f4f4f4; */
    border-radius: 20px;
}
.breadcrumb {
  background-color: #f4f4f4;
  margin-bottom: 0px !important;
}
.breadcrumb a, .breadcrumb p {
  color: #a2a2a2;
  text-decoration: none;
  font-size: 14px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  margin: 0px 5px;
}
.m-zoom {
  cursor: pointer;
}

.sb-s {
  font-weight: 600;
}
.sb {
  background-color: #32981A;
  padding: 4px 15px;
  border-radius: 100px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  width: 130px;
  display: block;
  text-align: center;
}
.sb-z {
  background-color: #e39615;
}
.sb-sp {
  background-color: #e31515;
}
.listing a {
  color: black;
  text-decoration: none;
}
.listing a:hover {

  text-decoration: underline;
}
.listing li, .listing ul {
  margin-bottom: 0px !important;
}
.listing .nav-link {
  border: 1px solid var(--color);
  color: var(--color);
  padding: 5px 20px;
  border-radius: 100px;
  text-decoration: none !important;
  transition: 0s;
}
.listing .nav-link.active, .listing .nav-link:hover {
 background-color: var(--color);
 color: white;
}
.listing th {
  background-color: #ededed;
  cursor: pointer;
}
.listing th i {
  margin-left: 7px;
  font-size: 18px;
}
.listing th:hover {
  background-color: #cdcdcd;
}
.table {
  min-width: 800px;
}
.sold {
  fill: rgba(224, 18, 18, 0.7) !important;
}
.reserv {
  fill: rgba(234, 137, 11, 0.7) !important;
}
.modal-fullscreen .modal-content {
  border-radius: 0px !important;
}

.w3d {
  position: relative;
  padding-right: 60px;
  height: fit-content;
}
.w3d i {
  position: absolute;
  font-size: 23px;
  margin-top: -6px;
  margin-left: 11px !important;
}
.bg-green {
  background-color: var(--color);
}
.bg-green {
  color: white;
}
.bg-green h3 {
  margin-bottom: 0px;
}
.mov {
  width: 50px;
  height: fit-content;
}
.mov-box {
  margin-bottom: 10px;
}
.mov-box p {
  margin-bottom: 0px !important;
  line-height: 1.2 !important;
}

.section-background {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}




.mmodal .col-md-4 {
  width: 100% !important;
  margin: 0px !important;
}


.mxw img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 5px;
}
.sec-img {
  position: relative;
  top: 30px;
}
.work-item {
  margin-bottom: 25px;
}

.owl-work .owl-nav {
  position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
}
 .owl-work .owl-nav span {
  line-height: 0.6;
  font-size: 60px;
  color: var(--color2);
  background-color: var(--color);
  height: 50px;
  width: 50px;
  display: block;
  border: 1px solid var(--color);
}
.owl-theme .owl-nav .disabled {
  opacity: 1 !important;
  pointer-events: none !important;
}
.owl-theme .owl-nav .disabled span {
color: white;
background-color: transparent;
border: 1px solid var(--bs-border-color);

}


.nav-line {

  margin-top: 30px;
  border-bottom: 1px solid #6a5e53;

}
.circles {
  margin-top: -10px;
}

.circle-big {
  width: 20px;
  height: 20px;
  background-color: var(--color);
  border-radius: 100px;
}
.circle-small { 
  width: 15px;
  height: 15px;
  background-color: #6a5e53;
  border-radius: 100px;
  margin: 0px 20px;
}



.circle-small, .circle-big {
  position: relative; /* Aby można było przesuwać kropki */
  transition: transform 0.5s ease, opacity 0.5s ease; /* Płynna zmiana położenia i widoczności */
  opacity: 1;
}

.hidden {
  opacity: 0; /* Ukryj kropkę */
  transform: translateX(0); /* Zatrzymaj w miejscu, zanim zniknie */
}

.left {
  transform: translateX(-100px); /* Przesunięcie w lewo */
}

.right {
  transform: translateX(100px); /* Przesunięcie w prawo */
}
.offcanvas {
  background-color: var(--color2);
}
.btn-close-white {
opacity: 1 !important;
}

.sec1 {
  background-size: cover;
}
.sec1 .container {
  position: relative;
  z-index: 99;
}
.logo-d {
  position: absolute;
  top: 22px;
  left: 25%;
  height: 505px;
  z-index: 2;
}
.bg-light {
  background-color: var(--color) !important;
}
.text-dark {
  color: var(--color2) !important;
}
.bg-light .form-check-input:checked {
  background-color: var(--color2);
  border-color: var(--color2);
}
.sec4 {
  min-height: 1000px;
}
.sec4 .container {
  position: relative;
  z-index: 99;
}
.ld2 {
  top: 16%;
  left: 30%;
}
.ld3 {
  top: 9%;
  left: 31%;
}
.sec5 {
  background-position: bottom;
}
.bc-top {
  background-size: cover;
  background-position: top;
}
.menu {
  margin-top: 30px;
}
.menu .menu-item {
 margin-bottom: 30px;
}
.menu .menu-item h5:last-child {
  text-wrap: nowrap;
}
.img-menu {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.overlay-2 {
  top: 0px;
}

.m-box-img {
  height: 250px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out;
}
.wi-card-body {
  z-index: 99;
  position: absolute;
  z-index: 99;
  bottom: 0px;
}
.mbox {
  border: 1px solid #3a4a44;
  display: block;
  position: relative;
  overflow: hidden;
}
.mbox:hover {
  color: white !important;

}
.mbox:hover .m-box-img {
  transform: scale(1.05);


}
footer a:hover {
  color: var(--color) !important;
}
.menu-item-title {

  text-transform: capitalize !important;
}



@media(max-width: 992px) {
  .r1 .row {
    text-align: center;
  }
  .r2 .col-md-12 {
    display: block !important;
  }
  .r2 .h2 {
    text-align: center;
  }
  .pp-badge {
    margin-left: 0px !important;
    margin-top: 15px;
  }
  .pp-badge:after {
    left: 85px !important;
    top: -6px !important;
  }
  .sgpb-popup-close-button-6 {
    margin-top: 20px !important;
  }
  .r1 img {
    width: 120px !important;
}
.gt_switcher {
  width: 54px !important;
  margin-right: 10px;
}
.gtranslate_wrapper .gt_switcher .gt_option {
  margin-left: -14px;
}

}







@media(min-width: 1800px) {
  .logo-d {
    left: 34%;
  }
}






@media(min-width: 1400px) {
  .h2, h2 {
    font-size: calc(1.025rem + 1.1vw);
}
}
@media(max-width: 1400px) {

  .menu .btn1 {
    font-size: 14px;
  }

}

@media(max-width: 1200px) {
  .nav-link {
    padding: 0px !important;
    margin-right: 20px;
}
.menu .btn1 {
  padding: 10px 15px !important;
  margin-left: 8px;
}

.bdg-inner{ 
  font-size: 11px;
}
.owl-work .owl-nav {
  position: relative;
}

}
@media(max-width: 991.98px) {
  .overlay2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px; 
    top: 0px;
    background-image: linear-gradient(180deg, rgb(36 55 47) 20%, rgba(36, 55, 47, 0.5) 90%);
    z-index: 1;
  }

  .nl {
    font-size: 12px;
    padding: 7px 15px;
  }
  .menu .nl2 {
    padding: 13px 25px !important;
  }
  .menu .btn1 {
    margin-left: 0px;
  }
  .menu .nav-link {
    width: fit-content;
    margin: 0 auto;
  }
  .menu .dropdown-item {
    text-align: center;
  }
  .adv {
    flex: 50%;
  }

  .offer {
    margin-top: 0px;
  }
  .offer1 {
    margin-top: -60px;
  }
  .f-menu {
    margin-left: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .copy {
    text-align: center;
  }
.copy a {
  width: 100%;
    display: block;
    margin-top: 8px;
}
.copy img {
  width: 90px;
  margin-left: 0px;
}
.ppl {
  width: 206px;
  padding: 14.4px;
  font-size: 15px;
}

.ca-inner {
  padding: 0px;
}
.dropdown-item {
  white-space: normal;
}
   
.menu .nav-item {
  width: 100%;
text-align: center;
}
.mm-margin {
  margin-top: 35px !important;
}
.menu li a {
  font-size: 18px;
}


}
@media(max-width: 767.98px) {
  header .btn1 {
    font-size: 11px;
  }
  .menu .btn1 {
    font-size: 11px;
  }
  .circle-small {
    margin: 0px 5px;
  }

  .w3d {
    position: relative;
    padding-right: 55px !important;
    height: fit-content;
}
.w3d i {
 margin-top: -7px;
}
  .c-form {
    padding: 30px;
  }
  .title h3 {
    font-weight: 400 !important;
    font-size: 17px;
}
  .ip a {
    margin: 0 auto;
    margin-bottom: 8px;
    margin-right: auto !important;
  }
  .tb-btn {
    margin-left: 0px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 5px;
  }
  .sec-w img {
    width: 70px;
      height: 70px;
  }
  .choose-inner {
    padding: 25px;
  }

.cen li {
  text-align: left;
}
.choose ul {
  padding-left: 15px;
}
.cv {
  font-size: 18px;
  margin-bottom: 11px;
  display: block;
}
.hero {
  min-height: 400px;
}


.breadcrumb .container {
  align-items: end !important;
}
.top-form {
  margin-top: -80px;
}
.hero .container {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

.mob-btn {
  font-size: 10px !important;
  padding: 10px 15px !important;
  margin-right: 29px !important;
}
.person img {
  max-width: 96px;
}
.person strong {
  font-size: 14px;
}
.person small {
  font-size: 12px;
}
.small {
  font-size: 11px;
}
p {
  font-size: 14px;
}
.badge p {
  font-size: 10px;
}
.tt h2 {
  font-size: 24px;
}
.tt p {
  font-size: 14px;
}
.top-form-inner {
  padding: 40px 10px;
  padding-bottom: 20px;
}
.top-form .wpcf7-form p {
  font-size: 12px;
}
.sec-form .accept {
  margin-bottom: 25px;
}
.person a {
  font-size: 14px;
}
.hero-p {
  font-size: 13px !important;
}

.loc p {
  font-size: 13px;
}
.copy p, .copy a {
  font-size: 13px;
}
}

@media(max-width: 424.98px) { 
  .hero h4 {
    font-size: 18px;
  }
  .hero h1 {
    font-size: 28px; 
  }
  .zdj-wyc {
    height: 240px;
  }
}
.wpcf7-list-item {
  line-height: 1.2;
  cursor: pointer;
}
.wpcf7-list-item-label {
  cursor: pointer;
}
.form-check .form-check-input {
  margin-left: -2.1em;
  cursor: pointer;
}
.wpcf7-list-item a {
  font-size: 12px;
  color: var(--color2);
}
.wpcf7-text, .mmodal textarea {
  text-align: center;
  border-radius: 100px;
  padding: 14px 20px;
}
.mmodal label p {
  margin-bottom: 5px;
  margin-left: 15px;
}
.mmodal .accept {
  margin-bottom: 20px;
}
.person-inner a:hover {
  color: var(--color);
}
.mob-inf {
  padding-top: 0px !important;
  text-align: center;
  background-color: var(--color2);
  margin-bottom: -60px;
  padding-bottom: 80px !important;
}
.mob-inf p {
  font-size: 14px;
  margin-bottom: 3px;
  color: var(--color);
}
.mob-inf a {
  margin: 0 auto;
  font-size: 14px;
  padding: 10px 20px;
}
.t-cont a {
  font-size: 14px;
}

.flag1 {
  width: 20px;
  margin-right: 7px;
}



#before-after-slider img, #before-after-slider2 img {
  width:100%;
  display:block;
}



#before-after-slider, #before-after-slider2 {
  width:100%;
  position:relative;
  overflow:hidden;
}

#after-image, #after-image2 {
  display:block
}

#before-image, #before-image2 {
  position:absolute;
  height:100%;
  width:50%;
  top:0;
  left:0;
  overflow:hidden;
  z-index:2;
}

#resizer, #resizer2 {
  position:absolute;
  display:flex;
  align-items:center;
  z-index:5;
  top:0;
  left:50%;
  height:100%;
  width:4px;
  background:white;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
    touch-action: pan-y;
}

#resizer:after, #resizer2:after {
  background: var(--color);
    content: '<>';
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    margin: 0 0 0 -18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid white;
    font-size: 22px;
    line-height: 0.9;
}


.t-cont p {
  line-height: 1.1;
}
.t-cont a {
  color: var(--color);
  text-decoration: none;
}
.t-soc a {
  box-shadow: 0px 0px 15px #0000000F;
    background-color: white;
    border-radius: 100px;
    color: black;
    line-height: 1.5;
    padding: 10px;
    text-align: center;
    width: 45px;
    height: 45px;
}

.hero h1 {
  line-height: 1.1;
}
.photos img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.photos .container-fluid {
  padding: 0px;
  overflow-x: hidden;
}
.flat {
  background-color: white;
  padding: 20px;
}
.t-cont-mob p {
font-size: 16px !important;
margin-bottom: 11px !important;
}

.t-cont-mob a {
  font-size: 18px !important;
  }

.flat .img-main {
  object-fit: cover;
  height: 230px;
  width: 100%;
}
.flag2 {
  width: 30px;
  margin-right: 7px;
}


@media(max-width: 992px) {
  .logo img {
max-width: 100px;
  }
  .logo {
    top: -41px;
    padding: 17px;
}
}


@media(max-width: 768px) {
  .logo img {
max-width: 75px;
  }
 header .tel {
    font-size: 12px;
  }
  .t-cont p {
    font-size: 13px;
  }
  .t-cont a {
    font-size: 13px;
  }

.display-5 {
  font-size: calc(1.425rem + 1.1vw);
}
.photos img {
  height: 300px;
}
.btn-mob a {
margin: 0 auto;
}
p {
  font-size: 16px !important;
}
.f-con a {
  margin: 0 auto;
  display: block !important;
}

}

@media(max-width: 526px) { 
  .hero {
    min-height: 251px;
}
}