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


:root {
  --color: #202D39;
  --bs-border-color: #ededed;
}

body {
  font-family: "Oxanium", sans-serif; 
  overflow-x: hidden;
  color: var(--color);
}

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

h1,h2,h3,h4,h5,h6 {
  font-weight: 500 !important;
}
p, li {
  font-weight: 300 !important;
  font-size: 14px;
  line-height: 1.4;
}
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;
  }
}
/* ------------------------- MOBILE BURGER ------------------------- */
.navbar-toggler {
  padding: 0px;
  border: 0px;
}
.navbar-toggler span {
  display: block;
  background-color: var(--color);
  height: 3px;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  opacity: 1;
  transition: all 0.2s ease-out;
  transform-origin: center left;
  margin-left: auto;
}

.navbar-toggler-icon {
  background-image: none !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(17%, -100%) 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);
  width: 100%;
}

.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler span:nth-child(2) {
  width: 75%;
}
.navbar-toggler span:nth-child(3) {
  width: 50%;
}
/* ------------------------- MOBILE BURGER ------------------------ */

/* ------------------------- STATIC ------------------------- */
.btn1 {
  background-color: var(--color);
  border: 2px solid var(--color);
  color: white !important;
  font-size: 14px;
  padding: 10px 25px;
  transition: 0s !important;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  border-radius: 100px;

  display: block;
}
.btn1:hover {
  background-color: white;
color: var(--color) !important;
}

.btn2 {
  background: white;
    color: var(--color) !important;
    font-size: 14px;
    padding: 10px 25px;
    transition: 0s !important;
    text-decoration: none;
    
    border: 0px;
    cursor: pointer;
    width: fit-content;
    border-radius: 100px;
   display: block;
    border: 2px solid var(--color);
}
.btn2:hover {
  background: var(--color);
  border: 2px solid var(--color);
  color: white !important;
}


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


.z-more {
  z-index: 9;
  position: relative;
}

.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;
  border-radius: 0px;
}

.small {
  font-size: 12px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  text-align: center;
}
.page-template-default a {
  color: black;
  }
  .cky-revisit-bottom-left {
    display: none !important;
  }
/* ------------------------- STATIC ------------------------- */
header {
  box-shadow: 0px 0px 15px #0000001A;
}
.menu .nav-link {
  font-size: 15px;
  padding: 0px 15px !important;
  color: black !important;
}

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


.menu li a:hover {
  color: var(--color);
  text-decoration: underline;
}
.m-color1 {
  color: var(--color);
}
.m-color2 {
color: var(--color2);
}

.hero {
  position: relative;

 min-height: 85vh;
}


.hero p {
  max-width: 600px;
  margin-bottom: 30px;
}
.hero .h2 {
  font-weight: 400 !important;
}
.lo img {
  width: 100%;
  max-width: 120px;
}
.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;
}


.sec-form {

  overflow-x: hidden;
}
.sec-form h4 {
  font-weight: 400 !important;
}
.sec-form h2 {
  font-weight: 400 !important;
}
.sec-form .wpcf7-text, .sec-form .wpcf7-select {
  background-color: white;
    color: black;
    /* border: 2px solid; */
    border-radius: 100px;
    padding: 13px 20px;
    text-align: center;
}
.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: black;
}
.sec-form .accept {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.copy a {
  color: black;
}
.copy img {
  width: 70px;
  margin-left: 10px;
}
.f-menu, .f-cont {
  line-height: 2;
}
.f-menu a {
  color: black;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
.f-menu a {
  display: block;
}
.f-menu a:hover {
  text-decoration: underline;
}
.f-menu {
padding-left: 70px;
}
.footer img {
  max-width: 160px;
}

.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-bottom: 0px;
  padding-top: 30px;
}
.modal-content {
  box-shadow: 0px 6px 15px #00000026;
  border: 0px;
  border-radius: 25px;
}
.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  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: none !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);
}
.hero {
  position: relative;
}
.overlay1 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(41, 53, 86, 0) 75%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.overlay3 {
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(41, 53, 86, 0) 60%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.overlay2 {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(41, 53, 86, 0) 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.hero .container {
  z-index: 9;
}
header {
  z-index: 99;
  position: relative;
}
.c-r {
  position: relative;
  z-index: 9;
}












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


.sec-form {
  position: relative;
  overflow: initial;
}
.sec-form .wpcf7-submit  {
  display: block;
  margin: 0 auto;
}

.top-form {
  background-color: transparent !important;
  color: black !important;
}

.top-form-inner {
  position: relative;
  background-color: white;
    box-shadow: 0px 0px 15px #0000001A;
    border-radius: 50px;
    padding: 40px;
    padding-bottom: 20px;
    max-width: 1100px;
    margin: 0 auto;
}
.top-form {
  position: relative;
  z-index: 9;
}
.top-form-inner {
  margin-top: -80px;
}
.tt h2 {
  font-weight: 400 !important;
  line-height: 1;
}

.top-form .accept a {
  color: black;
}
.top-form .wpcf7-form p {
  font-size: 16px;
}
.top-form-inner .btn1 {
  color: white !important;
}
.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;
}

.p-c {
  text-decoration: none;
  color: black;
  font-weight: 300;
}
.p-c i {
  color: var(--color);
}
.person-inner p {
  line-height: 1.2;
}
small {
  font-size: 14px;
}
.person img {
  max-width: 100px !important;   
 /* 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%;
}


.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;
}

.galeria img {
  border-radius: 20px;
}
#dostepne-apartamenty img {
  border-radius: 20px;
}

.work {
  border-radius: 25px;
  background-color: var(--color);
  padding: 30px;
  color: white;
}
.work h1 {
  color: white !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;
}
.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;
}
.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;
}

.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;
  margin-bottom: 0px !important;
}
.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 {
  width: 700px;
  margin: 0 auto;
}
.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;
}

.form-control:focus {
  border: 1px solid #ced4da;
}
.spi1 img {
  background-color: var(--color);
  padding: 25px 40px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #ffffff38;
}
.sp-inner {
  margin-bottom: -80px;
  z-index: 99;
  position: relative;
}
.evg {
  max-width: 200px;
  margin-bottom: 15px;
}
.bm {
  box-shadow: 0px 0px 10px #0000001A;
  border-radius: 35px;
}
.bm img {
  border-radius: 35px;
}
.dropdown-menu {
  border-radius: 0px !important;
  margin-top: 18px !important;
  background-color: var(--color);
}
.dropdown-menu li a:hover {
  border-radius: 20px;
  text-decoration: underline;
}
.menu li a {
  padding: 13px 20px !important;
  color: white;
  padding-right: 30px !important;

}
.bg-dark {
  background-color: var(--color) !important;
  color: white;
}
.house {
  background-color: white;
  border-radius: 20px;
  color: var(--color);
  position: relative;
}
.house img {
  border-radius: 20px;
  height: 220px;
    object-fit: cover;
}
.badge1 {
  position: absolute;
  background: var(--color);
  color: white;
  padding: 7px 15px;
  border-radius: 20px;
  top: 10px;
  right: 10px;
  line-height: 1;
}
.house-inner {
  padding: 25px;
  padding-top: 0px;
  margin-top: -15px;
  z-index: 9;
  position: relative;
}
.badge2 {
  background-color: #408E3D;
  padding: 7px 15px;
  border-radius: 20px;
  color: white;
  width: fit-content;
  line-height: 1;
}
.price span {
  font-size: 24px;
  font-weight: 400;
}
.owl-nav {
  margin-top: 20px !important;
}
.owl-nav span {
  font-size: 30px;
  background-color: white !important;
  color: var(--color) !important;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
  line-height: 1.4 !important;
  border-radius: 100px !important;
  border: 2px solid var(--color);
}
.owl-theme .owl-nav [class*=owl-]:hover{
  border-radius: 100px !important;
}
.bg-dark .btn2:hover {
box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
border: 2px solid white !important;
color:  white !important;
}

.realizacje img {
  border-radius: 25px;
  width: 100%;
  height: 250px;
object-fit: cover;
}
.realizacja {
  position: relative;
  height: 100%;
  display: block;
  cursor: pointer;
}
.realizacja div {
  position: absolute;
  bottom: 30px;
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
.realizacja p {
  margin-bottom: 0px;
  color: white;
  font-size: 20px;
  margin-right: 30px;
  line-height: 1.1;
}
.realizacja i {
  background-color: white;
  line-height: 2.5;
  border-radius: 100px;
  color: black;
  border: 2px solid var(--color);
  width: 80px;
  height: 43px;
  text-align: center;
}
.realizacja:hover i {
 background-color: var(--color);
 color: white;
}
.overlay {
  width: 100% !important;
  height: 100%;
  position: absolute !important;
  display: block;
  top: 0px;
  bottom: 0px;
  background-image: linear-gradient(180deg, rgba(89, 131, 252, 0) 48%, rgba(32, 45, 57, 0.8) 100%);
  margin: 0px;
  max-width: 100% !important; 
  border-radius: 25px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 100% !important;
}
.woocommerce-product-gallery__image img {
  border-radius: 30px;
}
.flex-control-thumbs li img {
  border-radius: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none;
}
.flex-control-thumbs li {
  max-width: 70px;
  width: 100%;
  padding-right: 10px;
  margin-bottom: 10px !important;
}
.flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px !important;
}
.single-house-info .summary {
  padding: 30px;
  box-shadow: 0px 0px 15px #0000000F;
  border-radius: 30px;
}
.woocommerce div.product .product_title {
  font-size: 30px;
  color: var(--color);
  text-decoration: none;
}
.woocommerce-product-gallery__image img {
  height: 500px !important;
  width: auto;
  object-fit: cover;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: var(--color) !important;
}
p.price strong span {
  font-weight: 600 !important;
}

.ssp {
 width: 100%; 
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
  padding: 20px 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  border-top: 1px solid #ededed;
  font-size: 20px;
  background-color: white;
  color: var(--color) !important;
}
.accordion-flush .accordion-item:first-child {
  border-bottom: 0px !important;

}
.accordion-flush .accordion-item:first-child .accordion-button {
  border-top: 0px !important;
}
.accordion-button:focus {
  box-shadow: none;
    background-color: white;
    color: var(--color) !important;
}
.accordion-body {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px;
  border-top: 0px !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon) !important;
}
.a-products .house {
  box-shadow: 0px 0px 15px #0000000F;
}
.a-products a, .owl-house a {
  text-decoration: none;
}
.a-products bdi {
  margin: 0px 3px;
}
.pd-sd p {
  margin-bottom: 0px;
  margin-top: 15px;
}










@media(max-width: 992px) {
  .woocommerce-product-gallery__image img {
    height: 300px !important;
  }
  .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;
}
.navbar  {
  width: 100%;
}
.navbar-nav {
  padding: 15px 30px !important;
  background-color: var(--color);
  width: 100%;
  margin-top: 15px;
}
.menu .navbar-nav li a {
  color: white  !important;
}
.menu .dropdown-menu {
  box-shadow: none !important;
  margin-top: 0px !important;
}
.menu a {
  font-weight: 600 !important;
}
.menu .person {
  border-top: 1px solid #37424d;
  border-bottom: 1px solid #37424d;
  padding-top: 20px;
  padding-bottom: 20px; 
  margin-top: 20px;
  margin-bottom: 20px !important;
}
.menu .person p, .menu .person i, .menu .person a {
  color: white;
}
.soc-head {
  padding-bottom: 20px;
}
.soc-head h4, .soc-head a {
  color: white !important;
  text-align: center;
  text-decoration: none;
}
.soc-head a {
 font-weight: 400 !important;
}
}















@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) {
.menu .btn1 {
  padding: 10px 15px !important;
  margin-left: 8px;
}
.menu li a {
  padding: 10px 10px !important;
  font-size: 14px;
}
.bdg-inner{ 
  font-size: 11px;
}

}
@media(max-width: 991.98px) {
  .nl {
    font-size: 12px;
    padding: 7px 15px;
  }
  .menu .nl2 {
    padding: 13px 25px !important;
  }
  .menu .btn1 {
    margin-left: 0px;
  }
  .menu .nav-link {
   font-size: 20px;
  }
 
  .adv {
    flex: 50%;
  }

  .offer {
    margin-top: 0px;
  }
  .offer1 {
    margin-top: -60px;
  }

  .copy {
    text-align: center;
  }
.copy a {
  width: 100%;
}
.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 li a {
  padding: 13px 20px !important;
      
} 
.menu .nav-item {
  width: 100%;
  margin: 7px 0px;
}
.menu .nav-link {
  padding: 0px !important;
}
.mm-margin {
  margin-top: 35px !important;
}

header .logo img {
  max-width: 150px;
}
.half-fluid .image {
  min-height: 200px;
}


}
@media(max-width: 767.98px) {
  .lo img {
    width: 100%;
    max-width: 90px;
}
  .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 {
  background-color: #d7e1ea;
  min-height: 700px;
  background-size: 180%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.m-top {
  margin-top: -240px;
}
.buttons a {
  display: block;
  margin: 0 auto;
}

.menu .btn1 {
  font-size: 18px;
}
.breadcrumb .container {
  align-items: end !important;
}
.top-form {
  margin-top: 0px;
}
.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: 32px;
}
.tt p {
  font-size: 14px;
}
.top-form-inner {
  padding: 40px 20px;
  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;
}
.sec-form .wpcf7-submit {
  font-size: 17px!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; 
  }
}
.mmodal .modal-content {
  border-radius: 20px;
}
 .wpcf7-text, textarea, .form-select {
 
  border-radius: 25px !important;
  padding: 10px 20px !important;
}
.mmodal label p {
  margin-bottom: 5px;
  margin-left: 15px;
}
.mmodal .accept {
  margin-bottom: 20px;
}
.person-inner a:hover {
  text-decoration: underline;
  color: black;
}
.mob-inf {
  padding-top: 0px !important;
  text-align: center;
  background-color: var(--color);
  margin-bottom: -60px;
  padding-bottom: 80px !important;
}
.mob-inf p {
  font-size: 14px;
  margin-bottom: 3px;
  color: white;
  font-weight: 700 !important;
}
.mob-inf a {
  margin: 0 auto;
  font-size: 14px;
  padding: 10px 20px;
}

.t-color {
  color: var(--color);
}
.t-1 a {
  color: black;
}

.hamburger-menu {
  cursor: pointer;
  width: 27px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.line {
  width: 100%;
  height: 2px;
  background-color: black;
  margin-left: auto;
}
.line2 {
  width: 65%;
}
.line3 {
  width: 30%;
}
.h-social i {
  font-size: 16px;
}

nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
}
nav .m-menu {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 300px;
  width: calc(100vw - 30px);
  height: 100vh;
  -moz-transform: translate3d(450px, 0, 0);
  -o-transform: translate3d(450px, 0, 0);
  -ms-transform: translate3d(450px, 0, 0);
  -webkit-transform: translate3d(450px, 0, 0);
  transform: translate3d(450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 999;
  overflow: hidden;
  background-color: var(--color);
}
nav .m-menu__overlay {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 99;
  display: none;
  height: 100vh;
  left: 0px;
}
nav .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff21;
}
nav .m-menu__header span {
  text-align: center;
  width: 100%;
  color: white;
}
.m-menu__toggle i {
color: white;
}
nav .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}
nav .m-menu ul {
  height: 90%;
  overflow-y: auto;
  list-style-type: none;
  padding-left: 0px;
  overflow: scroll;
}
nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 47px;
  text-decoration: none;
  cursor: pointer;

  position: relative;
  color: white;
  font-weight: 600;
  font-size: 23px;
}
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;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  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: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.m-menu .bi-chevron-left {
  font-size: 16px;
}
.m-menu label:hover {
text-decoration: underline;
color: white !important;
}
.footer-form {
  box-shadow: 0px 0px 10px #0000001A;
}
.footer {
  background-color: #f6f7f6;
}
.hf .mh {
  min-height: 500px;
}
.hf {
  background-color: var(--color);
  color: white;
}
.footer h3, .footer h4 {
  font-weight: 400 !important;
}
.f-info a {
  text-decoration: none;
  color: black;
  font-size: 15px;
}
.f-info a:hover {
  text-decoration: underline;
}
.f-info a i {
  color: var(--color);
}
.person a {
  font-size: 14px;
}
header {

  top: 0px;
  background-color: white;
  z-index: 99;
  width: 100%;
}


.archon{
  width: 85px !important;
}
.h-sec h1 {
  color: var(--color);
}

.bc p {
  font-size: 13px;
  margin-bottom: 10px;
}
.bc a {
  color: black !important;
}
.bc span {
  margin: 0px 10px;
}
.zal-box img {
  margin-bottom: 25px;
}
.form-control[type=file] {
  border-radius: 100px;
}
.sec1 h3 {
  line-height: 1.1;
}
.c-form {
  margin-top: 20px;
}
.c-form .col-md-12 {
padding: 0px;
}
::placeholder {
  color: var(--color) !important;
}

@media(max-width: 992px) {
  .hero p {
    max-width: 100% !important;
  }
}

@media(max-width: 768px) {
  .imp-initialized {
margin-top: 50px;
  }
  .hh {
    height: 60px;
}
.sec1 .col-lg-3:nth-child(-n+3) {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.sec1.dsz .col-lg-3:nth-child(-n+3) {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.sec1.dsz .col-lg-3:first-child { 
  margin-bottom: 40px;  
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.sec1.of .col-lg-3:nth-child(-n+3) {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.sec1.of .col-lg-3:first-child { 
  margin-bottom: 40px;  
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.sec1.of .col-lg-3:nth-child(2) { 
  margin-bottom: 40px;  
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.sec1.wd .col-lg-3:nth-child(-n+3) {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.sec1.wd .col-lg-3:first-child { 
  margin-bottom: 40px;  
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.sec1.wd .col-lg-3:nth-child(2) { 
  margin-bottom: 40px;  
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.hero-bg {
  min-height: auto !important;
    background-size: cover !important;
}
.overlay1 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}
.overlay3 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}
}

