@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
/*  box-sizing: border-box;*/
  margin: 0;
  padding: 0;
}

body{
	font-family: 'Poppins', sans-serif;
/*	overflow-x: hidden;*/
	scroll-behavior: smooth;
  font-size: 1.05rem;
}

a {
  text-decoration: none;
  color: #333;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}
.d{
  max-height: 68px;
  width: auto !important;
}
.animate, .animate1 {
  opacity: 0;
}
/* Navbar */
.navbar {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 5;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.navbar .main-menu ul {
  display: flex;
  font-size: 1rem;
}

.navbar ul li a {
  padding: 0px 10px;
  display: block;
  font-weight: 600;
  transition: 0.1s;
}

.navbar ul li a:hover {
  color: #0b983a;
}

.navbar ul li a i {
  margin-right: 10px;
}


/* Hamburger Button */
.hamburger-button {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 1000;
}

.hamburger-button .hamburger-line {
  width: 30px;
  height: 3px;
  background: #333;
  margin: 6px 0;
}

.daszek{
	visibility: hidden;
}

.daszek_active {
	visibility: visible;
}


.active_menu a {
	color: #0b983a;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 250px;
  height: 100%;
  z-index: 100;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: right 0.4s ease-in-out;
}

.mobile-menu.active {
  right: 0;
/*  width: 100%;*/
}

.mobile-menu ul {
  margin-top: 100px;
  padding-right: 10px;
}

.mobile-menu ul li {
  margin: 20px 0;
}

.mobile-menu ul li a {
  font-size: 16px;
  transition: 0.3s;
}

/* Media Queries */
@media (max-width: 992px) {

  .navbar .main-menu {
    display: none;
  }

  .navbar .hamburger-button {
    display: block;
  }
}

@media (max-width: 1200px) {
  .navbar .main-menu ul{
	font-size: 0.75rem;
  }
}


.logo_menu {
	width: 100%;
}

.logo {
	max-width: 175px;
}

.smaller{
	width: 55%;
}
.bi-list{
	font-size: 40px;
}

#baner{
padding-top: 125px;
/*min-height: 85vh;*/
background-image: url(../img/baner.jpg);
background-position: right top;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
}
@media(max-width: 576px){
  #baner{
    padding-top: 85px;
  }
}

.baner-text{
  color: #ffffff;
  font-size: 3.5rem;
  z-index: 1;
}
.baner-text1{
  font-size: 2.5rem;
  color: #ffffff;
}

@media(max-width: 1200px){
  .baner-text{
    font-size: 2.2rem;
  }
  .baner-text1{
    font-size: 2rem;
  }
}

#baner .container{
  min-height: 85vh;
}
#baner .container .row{
  min-height: 75vh;
}

@media(max-width: 576px){
  #baner .container .row{
    min-height: 65vh;
  }
  #baner .container{
  min-height: 65vh;
  }
  .baner-text{
    font-size: 2rem;

  }
  .baner-text1{
    font-size: 1.8rem;
  }
}

#baner a{
  border-radius: 0;
  font-weight: 100;
}
.bolder{
  font-weight: 600 !important;
}

.social{
  background-color: #28235d;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  gap: 10px;
  z-index: 0;
  margin-left: calc(100% - 65px);

}

i:hover{
  cursor: pointer;
}

@media(max-width: 1200px){
  .social{
    font-size: 1.2rem !important;
    margin-left: calc(100% - 50px);
  }
}

@media(max-width: 576px){
  .social{
/*    display: none;*/
    margin-left: calc(100% - 132px);
    font-size: 0.9rem;
    flex-direction: row;
    gap: 3px;
    margin-top: 43px;
  }
  .social i {
    padding: 0.7rem !important;
  }
}

#opis{
  scroll-margin-top: 80px;
	background-color: #eeeeee;
  line-height: 2rem;
  color: #28235d;
}

.zalety{
  background-color: #759ed6;
  font-size: 0.8rem;
}

#zalety{
  scroll-margin-top: 100px;
}

.lokalizacja, .przestrzen, .infrastruktura, .wykonczenie{
  background-image: url(../img/lokalizacja.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  color: #28235d;
  font-size: 1rem;
  line-height: 1.1rem;
}
.przestrzen{
  background-image: url(../img/przestrzen.png);
}
.infrastruktura{
  background-image: url(../img/infrastruktura.png);
}
.wykonczenie{
  background-image: url(../img/wykonczenie.png);
}

@media(max-width: 576px){
  .lokalizacja, .przestrzen, .infrastruktura, .wykonczenie{
    padding: 0 60px;
    background-size: contain;
  }
  .h4zalety{
    margin-top: 85px !important;
  }
 
}

.space_mobile{

  background-image: url(../img/zalety_bg.jpg);
  background-size: cover;
  background-position: top right;
  min-height: 500px;
}

@media(max-width: 960px){
  .space_mobile{
    background-position: right top;
    min-height: 200px;
  }     
}

#oferta{
  scroll-margin-top: 80px;
  background-color: #28235d;
}
.green{
  color: #157842 !important;
}
.orange{
  color: orange !important;
}
.red{
  color: red !important;
}

.ml{
  border:solid 2px #157842;
  font-size: 1.5rem;
}

.standard h3{
  border: 1px solid;
  height: 68px;
/*  font-size: 1.2rem;*/
}
.standard{
  font-size: 0.95rem;
  line-height: 1.5rem;
}

#wizualizacje{
  scroll-margin-top: 100px;
  min-height: 1000px;
  color: #28235d;
}

.solutionImg{
  width: 100%;
  height: auto;
}

.galleryImg{
  transition: transform .2s;
}
.galleryImg:hover{
  transform: scale(1.04);
}


#lokalizacja{
  scroll-margin-top: 80px;
  background-color: #eeeeee;
  color: #28235d;
  min-height: 600px;
}

.mapka{
  min-height: 440px;
  background-image: url(../img/mapka.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

@media(max-width: 768px){
  .mapka{
    background-image: url(../img/mapka_sm.jpg);
    min-height: 280px;
  }
  .mapGutters{
    --bs-gutter-x: 0 !important;
  }
}

.mapimg{
/*  background-repeat: no-repeat !important;*/
  width: auto !important;
}

#onas{
  scroll-margin-top: 80px;
  color: #28235d;
  line-height: 2rem;
}

.lokalizacja_bg{
  min-height: 150px;
  background-image: url(../img/lokalizacja_bg.jpg);
  background-size: cover;
  background-position: center;
  line-height: 1.9rem;
}

.lokalizacja_bg b {
  color: #1cc501;
}

#wybor_domu{
  scroll-margin-top: 80px;
  color: #28235d;
}
.wybor_domu{
  background-color: #eeeeee;
}
.table{
  font-size: 0.95rem;
}

@media(max-width: 576px){
  .table{
    font-size: 0.8rem;
  }
}


#realizacja{
  background-color: #eeeeee;
  scroll-margin-top: 80px;
}

#form{
  background-color: #ffffff;
  scroll-margin-top: 80px;
}

#kontakt{
  scroll-margin-top: 80px;
  background-image: url(../img/kontakt_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#kontakt img{
  max-height: 170px;
}

footer{
  background-color: #28235d;
}
#kontakt a, #kontakt a:hover, footer a, footer a:hover{
  color: #ffffff;
}

.spacer, spacer:hover{
  color: #28235d;
  font-size: 1.2rem;
  padding-bottom: 20px !important;
}

footer h6 {
  font-size: 0.8rem !important;
}

.svg{
  max-width: 100%;
  background-image: url(../img/map.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
polygon, path{
  fill: green;
  opacity: 0.5;
  cursor: pointer;

}
polygon:hover, path:hover{
  opacity: 0.3;
}

polygon, tabindex{
  outline:transparent;
  border: none;
}
.dom_rezerwacja{
  fill: orange;
}

.dom_sprzedany{
  fill: #ba0e02;
}

.dom1{
/*  fill: orange;*/
}
svg a:focus {
    outline: none -webkit-focus-ring-color;
}

.green_bg{
  background-color: green;
}

.orange_bg{
  background-color: orange;
}

.red_bg{
  background-color: red;
}


.popover{
  border-radius: 0.2;
  font-family: 'Poppins', sans-serif;
/*  border-color: green;*/
}

.popover-body{
  min-width: 150px;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}

.popover-body a{
  color: white;
}
.wolny{
  color: green !important ;
}
.rezerwacja{
  color: orange !important ;
}

.sprzedany{
  color: red !important ;
}

.rozwin, .rozwin:hover, .rozwin1, .rozwin1:hover{
  color: black;
}

td {
  vertical-align: middle!important
}

td a i {
  display: inline-block;
  color: #ffffff;
  background-color: #28235d;
  padding: 10px;
  border-radius: 50%;
  font-size: 1.03rem;
  height: 41px;
  width: 41px;
  margin-right: 10px;
}

@media(max-width:576px){
  td a i{
    padding: 5px;
    height: 26px;
    width: 26px;
    padding: 5px;
    font-size: 0.7rem;
    margin: 0;
  }
}

form{
  font-size: 0.9rem;
}

.zgoda{
  font-size: 0.8rem;
}

#ok{
  min-height: 60vh;
}

.spacer{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.6rem;
  min-height: 208px;
  background-image: url(../img/spacer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.spacer a, .spacer a:hover, .spacer a:visited {
  color: #FFFFFF !important;
}

@media(max-width:776px){
  .spacer{
    min-height: 220px;
    font-size: 1.3rem;
  }
}

@media(max-width:325px){
  .spacer{
    min-height: 220px;
    font-size: 1rem;
  }
}

.modal-header{
  border-bottom: none;
}
.modal-content img{
  max-width: 25%;
  
}

@media (min-width: 992px) and (max-width: 1400px){
  .tel_menu{
    display: none;
  }
}

@media(max-width: 450px){
  .tel_menu span{
    display: none;
  }
  .tel_menu i {
    font-size: 1.7rem !important;
  }
  /*.tel_menu{
    display: none;
  }*/
}

.tel_menu a, .tel_menu a:hover, .tel_menu a:visited{
  color: black;
}

.logo_baner{
  width: 100px;
}

.custom-gutter {
  --bs-gutter-x: 0!important;
}

@media (max-width: 575.98px) {
    .cennik-text {
      font-size: 0.65rem;
    }
  }