/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from { opacity: .4; }
  to { opacity: 1; }
}

  /* lineup class and keyframes */
.lineUp {
  animation: 2s anim-lineUp ease-out;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
} 

@media screen and (min-width: 1000px) {  
  .title-najnowsze {
    display: flex;
    gap: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .title-najnowsze-text {
    flex-shrink: 1;
    text-align: left;
    font-weight: 300;
    font-size: 28px;
  }

  .title-najnowsze-fill {
    flex-grow: 1;
    padding-top: 10px;
    text-align: left;
  }

  .title-polecane {
    display: flex;
    gap: 25px;
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .title-polecane-text {
    flex-shrink: 1;
    text-align: left;
    font-weight: 300;
    font-size: 28px;
  }

  .title-polecane-fill {
    flex-grow: 1;
    padding-top: 10px;
    text-align: left;
  }


  .hero-section {
    width: 100%;
    height: 600px;
    margin-top: 60px;
    padding-top: 200px;
    text-align: center;
    background-image: url('/img/main-background-2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

  .hero-container {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
  }

  .hero-section-big {
    color: #FFF;
    font-weight: 300;
    font-size: 46px;
    line-height: 80px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 83%);
    letter-spacing: 6.6px;
    margin-top: 20px;
  }

  .hero-section-small {
    color: #FFF;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 83%);
    letter-spacing: 3px;
  }

  .hero-section-button {
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color:#361C32;
    color: #fff;
    border: 1px solid #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 28px;
    padding-right: 28px;
    transition: all 0.2s ease;
  }

  .hero-section-button:hover {
    color: #D7B756;
    border: 1px solid #D7B756;
    transition: all 0.2s ease;
  }


  .title-sprzedazy {
    display: flex;
    gap: 25px;
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .title-sprzedazy-text {
    flex-shrink: 1;
    text-align: right;
    font-weight: 300;
    font-size: 28px;
  }

  .title-sprzedazy-fill {
    flex-grow: 1;
    padding-top: 10px;
  }

  .title-inwestycje {
    display: flex;
    gap: 25px;
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .title-inwestycje-text {
    flex-shrink: 1;
    text-align: left;
    font-weight: 300;
    font-size: 28px;
    transition: all 0.2s ease;
  }

  .title-inwestycje-text a {
    color: #000;
    transition: all 0.2s ease;
  }

  .title-inwestycje-text a:hover {
    color: #D7B756;
    transition: all 0.2s ease;
  }

  .title-inwestycje-fill {
    flex-grow: 1;
    padding-top: 10px;
  }


  .kariera-section {
    width: 100%;
    height: 380px;
    margin-top: 70px;
    margin-bottom: 70px;
    background-color: #CECECE;
    border-top: 1px solid #D7B756;
    border-bottom: 1px solid #D7B756;
  }

  .kariera-table {
    width:100%;
  }

  .kariera-table-l {
    text-align: center;
    line-height: 57px;
    letter-spacing: 2.1px;
  }

  .kariera-table-r {
    text-align: right;
    vertical-align: baseline;
    padding-top: 35px
  }

  .kariera-table-r-img {
    width:600px;
  }

  .kariera-table-lu {
    font-size: 26px;
    font-weight: 300;
    color: #939393;
  }

  .kariera-table-ld {
    font-size: 38px;
    font-weight: 300;
    color: #535353;
  }

  .kariera-table-l-button {
    font-size: 15px;
    font-weight: 300;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    color: #535353;
    border: 1px solid #D7B756;
    background-color: #FFF;
    transition: all 0.2s ease;
    cursor: pointer;
  }

  .kariera-table-l-button:hover {
    transition: all 0.2s ease;
    color: #D7B756;
  }

  /* Slideshow container */
  .slideshow-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    aspect-ratio: 2.06/1;
  }

  .mySlides {
    display: none;
    z-index: 50;
  }

  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 28px;
    color: white;
    font-weight: bold;
    font-size: 60px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.5);
  }

  .slideshow-dots {
    position: absolute;
    width: 100%;
    user-select: none;
    bottom: 10px;
    text-align: center;
  }

  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active, .dot:hover {
    background-color: rgba(0,0,0,0.5);
  }

  .mySlidesOverlay {
    width: 100vw;
    position: absolute;
    bottom: -120px;
    overflow: hidden;
    text-align: center;
  }

  .mySlidesOverlay-inside {  
    position: static;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    width: 1180px;
  }

  .mySlidesOverlayText1 {
    font-size: 40px;
    font-weight: 500;
    color: #FFF;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
    text-transform: uppercase;
    letter-spacing: 1.6px;
    pointer-events: none;
  }

  .mySlidesOverlayText2 {
    font-size: 34px;
    font-weight: 300;
    color: #FFF;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
    pointer-events: none;
  }





  /* Slideshow BLOG container */
  .slideshowBlog-container {
    width: 100%;
    height: 580px;
    position: relative;
    overflow-y: hidden;
    aspect-ratio: 1/1;
  }

  .myBlogSlides {
    display: none;
    z-index: 50;
  }

  .prevBlog, .nextBlog {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -20px;
    padding-left: 55px;
    padding-right: 55px;
    color: #999;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  .nextBlog {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prevBlog:hover, .nextBlog:hover {
    color: #D7B756;
  }

  .activeBlog, .dotBlog:hover {
    color: #D7B756;
  }




  /* Slideshow POLECANE container */
  .slideshowPolecane-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow-y: hidden;
    aspect-ratio: 2.6/1;
    margin-bottom: 80px;
  }

  .myPolecaneSlides {
    display: none;
    z-index: 50;
  }

  .prevPolecane, .nextPolecane {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  .nextPolecane {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prevPolecane:hover, .nextPolecane:hover {
    background-color: rgba(0,0,0,0.5);
  }

  .dotPolecane {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .slideshowPolecane-dots {
    position: absolute;
    width: 100%;
    user-select: none;
    bottom: 10px;
    text-align: center;
  }


  /* Slideshow OPINIE container */
  .slideshowOpinie-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow-y: hidden;
  }

  .myOpinieSlides {
    width: 460px;
    height: 300px;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    display: none;
    z-index: 50;
    margin-left: auto;
    margin-right: auto;
  }

  .myOpinieSlides-top {
    height: 72px;
    padding: 15px;
    padding-top: 20px;
    border-bottom: solid 1px #ddd;
    font-family: 'Playfair Display SC', serif;
    font-weight: 600;
    font-size: 14px;
  }

  .myOpinieSlides-top-stars {
    padding-top: 5px;
  }


  .myOpinieSlides-top-social {
    float: right;
    top: 15px;
  }

  .myOpinieSlides-bottom {
    font-weight: 400;
    font-size: 14px;
    padding: 15px;
    line-height: 26px;
  }

  .prevOpinie, .nextOpinie {
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: auto;
    padding: 20px;
    color: #000;
    font-weight: bold;
    font-size: 26px;
    transition: 0.3s ease;
    user-select: none;
  }

  .nextOpinie {
    right: 0;
  }

  .prevOpinie:hover, .nextOpinie:hover {
    color: #D7B756;
  }


  /* Slideshow INWESTYCJE container */
  .slideshowInwestycje-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow-y: hidden;
    aspect-ratio: 2.6/1;
    margin-bottom: 80px;
  }

  .myInwestycjeSlides {
    display: none;
    z-index: 50;
  }

  .prevInwestycje, .nextInwestycje {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  .nextInwestycje {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prevInwestycje:hover, .nextInwestycje:hover {
    background-color: rgba(0,0,0,0.5);
  }

  .dotInwestycje {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .slideshowInwestycje-dots {
    position: absolute;
    width: 100%;
    user-select: none;
    bottom: 10px;
    text-align: center;
  }



  /* wyszukiwarka */

  .search-container-main {
    position: absolute;
    top: 160px;
    width: 100%;
    text-align: center;
  }

  .search-container {
    width: 100%;
    height: 240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

  .section-search {
    width: 1300px;
    margin-left: auto;
    margin-right: auto; 
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    background-color: rgba(255,255,255,0.80);
    border-radius: 25px;
    padding: 50px 30px 10px 30px;
  }

  .search-flex-item-nieruchomosc {
    flex-grow: 1;
    order: 1; 
    text-align: left;
}

.search-flex-item-rodzaj {
    flex-grow: 1;
    order: 2; 
    text-align: left;
}

.search-flex-item-pow {
    flex-grow: 1;
    order: 3; 
}

.search-flex-item-cena {
    flex-grow: 1;
    order: 4; 
}

.search-flex-item-lok {
    flex-grow: 1;
    order: 5; 
}

.search-flex-item-search {
    flex-grow: 1;
    order: 7; 
}

.flex-break-middle {
    flex-basis: 100%;
    height: 0;
    order: 6; 
}

.flex-break-bottom {
    flex-basis: 100%;
    height: 0;
    order: 6; 
}

.spacer {
    height: 25px;
    width: 100%;
}

.spacer10 {
    height: 10px;
    width: 100%;
}


.input-box-min-l {
    display: inline-block;
    height: 40px;
    width: 50px;
    border: 1px solid #555;
    border-right: 0;
    border-radius: 8px 0 0 8px;
}

.input-box-min-l:focus{
    outline: none;
}

.input-box-min {
    display: inline-block;
    height: 40px;
    width: 100px;
    border: 1px solid #555;
    text-align: right;
    border-left: 0;
    padding-right: 5px;
}

.input-box-max-l {
    display: inline-block;
    height: 40px;
    width: 60px;
    border: 1px solid #555;
    border-right: 0;
}

.input-box-max-l:focus{
    outline: none;
}

.input-box-max {
    display: inline-block;
    height: 40px;
    width: 100px;
    border: 1px solid #555;
    text-align: right;
    border-left: 0;
    padding-right: 5px;
    border-radius: 0 8px 8px 0;
}



.search-title {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
}

.search-localization {
    height: 40px;
    width: 240px;
    font-size: 16px;
    font-weight: 400;
    padding: 8px;
    border-radius: 8px 8px 8px 8px;
}

.search-button {
    color: #FFF;
    background-color: #361C32;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    cursor: pointer;
    border: 0;
    border-radius: 15px;
    transition: all 0.2s ease;
}

.search-button:hover {
    transition: all 0.2s ease;
    color: #D7B756;
}


  .multi-range {
    position: relative;
    height: 40px;
  }

  .multi-range input[type=range] {
    position: absolute;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
    height: 26px;
    width: 300px;
    margin: 0;
    padding: 0 2px;
    overflow: hidden;
    border: 0;
    border-radius: 1px;
    outline: none;
    background: linear-gradient(grey, grey) no-repeat center;
    background-size: 100% 2px;  
  }

  .multi-range input[type=range]:active,
  .multi-range input[type=range]:focus {
    outline: none;
  }

  .multi-range input[type=range]::-moz-focus-outer {
    border: 0;
  }

  .multi-range input[type=range]::-webkit-slider-thumb {
    height: 22px;
    width: 22px;
    border-radius: 22px;
    background-color: #361C32;
    position: relative;
    margin: 5px 0;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
    border: 0;
  }

  .multi-range input[type=range]::-webkit-slider-thumb::before,
  .multi-range input[type=range]::-webkit-slider-thumb::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 13px;
    left: 100%;
    width: 2000px;
    height: 2px;
  }

  input[type=range]::-moz-range-thumb {
    height: 22px;
    width: 22px;
    border-radius: 22px;
    background-color: #361C32;
    position: relative;
    margin: 5px 0;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
    border: 0;
  }


  .multi-range input[type=range]:nth-child(2) {
    background: none;
  }




  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active, .dot:hover {
    background-color: #717171;
  }

  input[type='radio'] {
    -moz-appearance: none;
    margin-bottom: 10px;
  }

  input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
  }

  input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #361C32;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
  }






  /* oferboxy */

  .grid-container {
    display: grid;
    grid-template-columns: 420px 420px 420px;
    grid-template-rows: auto;
    column-gap: 35px;
    row-gap: 35px;
  }

  .offerbox {
    width: 420px;
    height: 544px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    transition: all 0.2s ease;
    border-radius: 12px;
    cursor: pointer;
  }

  .offerbox:hover {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
    transition: all 0.2s ease;
  }

  .offerimg {
    width: 420px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .offerbody {
    width: 380px;
    height: 170px;
    margin-top: 28px;
    padding-left: 20px; 
    padding-right: 20px; 
    background-color: #FFF;
  }

  .offerbottom {
    width: 420px;
    height: 49px;
    border-top: 1px solid #CCCCCC;
    text-align: center;
    vertical-align: middle; 
    background-color: #FFF;
  }

  .offer-body-title {
    font-size: 19px;
    font-weight: 500;
  }

  .offer-body-subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #525252;
  }

  .offer-body-price {
    margin-top: 25px;
    font-size: 22px;
    font-weight: 400;
  }

  .offer-body-price-per-m {
    margin-left: 25px;
    font-size: 14px;
    font-weight: 300;
    color: #525252;
  }

  .offer-body-more {
    margin-top: 27px;
    text-align: right;
  }

  .offer-body-button {
    transition: all 0.2s ease;
    border: 1px solid #D7B756;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
  }

  .offer-body-button-arrow {
    position: relative;
    margin-bottom: -2px;
    width: 12px;
    height: auto;
  }

  .offer-body-button:hover {
    transition: all 0.2s ease;
    color: #D7B756;
  }

  .offerbottom-table {
    width: 90%;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
  }

  .offerbottom-table td {
    font-size: 16px;
    font-weight: 400;
    color: #414141;
    border-left: 1px solid #DDDDDD;
  }

  .offerbottom-table td:first-child {
    border-left: none;
  }


  .offericon {
    position: relative;
    top: 2px;
    height: 24px;
    width: auto;
  }



  /* Orły */

  .section-orly {
    margin-top: 120px;
    width: 100%;
    background-color: #525252;
    height: 290px;
  }

  .orly-table {
    width: 100%;
  }

  .orly-table-l {
    width: 30%;
    text-align: center;
  }

  .orly-table-m {
    width: 40%;
    text-align:center;
    color:#D7B756;
    font-size: 22px;
    font-weight: 400;
  }

  .orly-table-l-img {
    width:140px;
    margin-top:-120px;
  }

  .orly-table-m-img {
    width:290px;
    margin-top:40px;
    margin-bottom:5px;
  }

  .orly-table-r-img {
    width:330px;
    margin-top:100px;
  }

  .orly-table-m > span {
    background: linear-gradient(90deg, rgba(218,182,79,1) 0%, rgba(230,206,145,1) 28%, rgba(239,222,179,1) 50%, rgba(218,182,79,1) 100%);
    background-image: linear-gradient(90deg, rgb(218, 182, 79) 0%, rgb(230, 206, 145) 28%, rgb(239, 222, 179) 50%, rgb(218, 182, 79) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .orly-table-r {
    width: 30%;
    text-align: right;
  }


  .table-opinie {
    width: 100%;
    height: 300px;
  }

  .table-opinie-l {
    width: 50%;
  }

  .table-opinie-text-1 {
    font-size: 55px;
    font-weight: 100;
  }

  .table-opinie-text-2 {
    font-size: 55px;
    font-weight: 400;
  }

  .myOpinieSlides-img {
    width: 460px;
    height: auto;
  }


  .table-blog {
    width: 100%;
  }

  .table-blog-title-container {
  }

  .table-blog-l {
    width:50%;
  }

  .table-blog-r {
    width:50%; 
    padding-left: 25px; 
    padding-right: 125px
  }

  .table-blog-text-1 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3.7px;
    text-align: justify;
    color: #777;
  }

  .table-blog-text-2 {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 4.9px;
    text-align: justify;
  }

  .table-blog-text-2 a {
    color: #000;
    transition: all 0.2s ease;
  }

  .table-blog-text-2 a:hover {
    color: #D7B756;
    transition: all 0.2s ease;
  }

  .table-blog-text-3 {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 29px;
    text-align: justify;
  }

  .table-blog-text-spacer {
    height: 30px;
  }

  .blogbox {
    margin-left: auto;
    margin-right: auto;
    width: 420px;
    height: 540px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    transition: all 0.2s ease;
  }

  .blogbox:hover {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
    transition: all 0.2s ease;
  }

  .blog-slide-img {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .blog-slide-body {
    height: 170px;
    margin-top: 28px;
    padding-left: 20px; 
    padding-right: 20px; 
    background-color: #FFF;
  }

  .blog-body-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 5px;
  }

  .blog-body-subtitle {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 18px;
    color: #989898;
    padding-bottom: 15px;
  }

  .blog-body-more {
    margin-top: 10px;
  }

  .blog-body-button {
    transition: all 0.2s ease;
    border: 1px solid #D7B756;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
  }

  .blog-body-button:hover {
    transition: all 0.2s ease;
    color: #D7B756;
  }

  .blog-body-button-arrow {
    position: relative;
    margin-bottom: -2px;
    width: 12px;
    height: auto;
  }

  .zespol-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .zespol-text1 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 5px;
    transition: all 0.2s ease;
  }

  .zespol-text1 a {
    color: #000;
    transition: all 0.2s ease;
  }

  .zespol-text1 a:hover {
    color: #D7B756;;
    transition: all 0.2s ease;
  }

  .zespol-text2 {
    font-size: 23px;
    font-weight: 200;
    letter-spacing: 3px;
    color: #525252;
    text-transform: uppercase;
    padding-bottom: 5px;
  }


  .carousel-wrapper {
    margin: 0;
    position: relative;
    overflow: hidden;
  }

  .carousel-container {
    height: 750px;
    width: 92%;
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    list-style: none;
    margin: 0;
    padding-left: 55px;
    padding-right: 55px;
    scroll-snap-align: center;
  }

  .carousel-arrow {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    background-color: #FAFAFA;
    color: #989898;
    border: none;
    width: 2rem;
    font-size: 3rem;

    cursor: pointer;
    transition: opacity 100ms;
  }

  .carousel-arrow:hover {
    transition: all 0.2s ease;
    color: #D7B756;
  }

  #carousel-arrow-prev {
    left: 0;
  }

  #carousel-arrow-next {
    right: 0;
  }

  .carousel {
    width: 100%;
    height: 100%;
    flex: 1 0 25%;
    padding-left: 11px;
    padding-right: 11px;
  }


  .agentbox {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    height: 655px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    transition: all 0.2s ease;
  }


  .agent-slide-img {
    width: 100%;
    height: 404px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #FAFAFA;
  }

  .agent-slide-body {
    position: relative;
    width: 100%;
    height: 220px;
    margin-top: 25px;
    padding-left: 5px; 
    padding-right: 5px; 
    background-color: #FFF;
    text-align: center;
  }

  .agent-body-title {
    font-size: 15.5px;
    font-weight: 400;
    letter-spacing: 1.8px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 5px;
  }

  .agent-body-subtitle {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 18px;
    color: #666;
    padding-bottom: 15px;
    min-height: 18px;
  }

  .agent-body-phone {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 18px;
    color: #666;
    padding-bottom: 5px;
    height: 18px;
  }

  .agent-body-phone a {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 18px;
    color: #666;
    padding-bottom: 5px;
    height: 18px;
  }

  .agent-body-email {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1.1px;
    line-height: 18px;
    color: #666;
    transition: all 0.2s ease;
    height: 18px;
  }

  .agent-body-email:hover {
    transition: all 0.2s ease;
    color: #D7B756;
    cursor: pointer;
  }

  .agent-body-bottom {
    position: absolute;
    text-align: center;
    padding-top: 20px;
    bottom: 0;
    width: calc(100% - 20px);
  }

  .myPolecaneSlidesOverlay {
    position: absolute;
    bottom: 40px;
    left: 80px;
    overflow: hidden;
    text-align: left;
  }

  .myPolecaneSlidesOverlayText1 {
    font-family: 'Playfair Display SC', serif;
    font-size: 34px;
    font-weight: 600;
    color: #FFF;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    pointer-events: none;
  }

  .myPolecaneSlidesOverlayText2 {
    font-size: 22px;
    font-weight: 300;
    color: #FFF;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
    pointer-events: none;
  }

  .myPolecaneSlidesOverlayButton {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    margin-top: 25px;
    padding: 10px 30px 10px 30px;
    border: 2px solid #FFF;
    transition: all 0.2s ease;
    border-radius: 3px;
    opacity: 1;
    cursor: pointer;
    letter-spacing: 1.3px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
  }

  .myPolecaneSlidesOverlayButton:hover {
    background-color: rgba(255,255,255,0.25);
    transition: all 0.2s ease;
  }



  .myInwestycjeSlidesOverlay {
    position: absolute;
    bottom: 40px;
    left: 80px;
    overflow: hidden;
  }

  .myInwestycjeSlidesOverlayText1 {
    font-family: 'Playfair Display SC', serif;
    font-size: 34px;
    font-weight: 600;
    color: #FFF;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
    text-transform: uppercase;
    letter-spacing: 1.2px;
  }

  .myInwestycjeSlidesOverlayText2 {
    font-size: 22px;
    font-weight: 300;
    color: #FFF;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
  }

  .myInwestycjeSlidesOverlayButton {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    margin-top: 25px;
    margin-bottom: 5px;
    padding: 10px 30px 10px 30px;
    border: 2px solid #FFF;
    transition: all 0.2s ease;
    border-radius: 3px;
    opacity: 1;
    cursor: pointer;
    letter-spacing: 1.3px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
  }

  .myInwestycjeSlidesOverlayButton:hover {
    background-color: rgba(255,255,255,0.25);
    transition: all 0.2s ease;
  }


  /*nowy swiper */
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    margin-right: 8px;
    transition: all 0.25s ease;
  }

  .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: #361C32;
    transition: all 0.25s ease;
  }

  .swiper-button-next, .swiper-button-prev {
    color: white;
    user-select: none;
    padding: 50px 30px 50px 30px;
  }

  .swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(150,150,150,0.75);
    transition: all 0.25s ease;
  }

  .swiper-button-next-black, .swiper-button-prev-black {
    color: #000;
    user-select: none;
    padding: 50px 30px 50px 30px;
  }

  .swiper-button-next-black:hover, .swiper-button-prev-black:hover {
    background-color: rgba(150,150,150,0.75);
    transition: all 0.25s ease;
  }

  .swiper-button-next-zespol, .swiper-button-prev-zespol {
    position: absolute;
    top: 240px;
    color: #000;
    user-select: none;
    padding: 30px 9px 30px 9px;
    font-size: 50px;
    cursor: pointer;
  }

  .swiper-button-next-zespol {
    right: 0;
  }
}


@media screen and (max-width: 999px) {  

  /* Slideshow container */
  .slideshow-container {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    aspect-ratio: 2.06/1;
  }

  .mySlides {
    display: none;
  }

  .mySlidesOverlay {
    width: 100vw;
    position: absolute;
    bottom: 540px;
    overflow: hidden;
    text-align: center;
  }

  .mySlidesOverlay-inside {  
    position: static;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    width: 900px;
  }

  .mySlidesOverlayText1 {
    font-size: 42px;
    font-weight: 500;
    color: #FFF;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
    text-transform: uppercase;
    letter-spacing: 1.6px;
    pointer-events: none;
    line-height: 60px;
  }

  .mySlidesOverlayText2 {
    font-size: 38px;
    font-weight: 300;
    color: #FFF;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
    pointer-events: none;
  }

  
  .search-container-main {
    position: relative;
    top: -5px;
    width: 100%;
    text-align: center;
  }


  .section-search {
    background-color: #FAFAFA;
    padding: 30px;
}


.search-container {
    width: 93%; 
    height: 1030px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items:start;
    margin-left: auto;
    margin-right: auto;

    padding: 30px;

    border: 1px solid #CCCCCC;
    background-color: #E1E1E1;
    border-radius: 12px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);

}

.search-title {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
}

.search-localization {
    height: 60px;
    width: 720px;
    font-size: 36px;
    font-weight: 400;
    padding: 8px;
    border-radius: 6px 6px 6px 6px;
    color: #000;
    background-color: white;
}

.search-flex-item-title {
  flex-grow: 1;
  order: 1; 
}

.flex-break-top {
  flex-basis: 100%;
  height: 20px;
  order: 2; 
}

.search-flex-item-nieruchomosc {
  flex-grow: 1;
  order: 3; 
  padding-left: 10%;
  font-size: 36px;
  text-align: left;
  vertical-align: top;
}

.search-flex-item-rodzaj {
  flex-grow: 1;
  order: 4; 
  padding-left: 15px;
  font-size: 36px;
  text-align: left;
  vertical-align: top;
}

.flex-break-separator1 {
  flex-basis: 100%;
  height: 28px;
  order: 5; 
}

.search-flex-item-lok {
  flex-grow: 1;
  order: 6; 
  font-size: 38px;
}

.flex-break-separator2 {
  flex-basis: 100%;
  height: 60px;
  order: 7; 
}

.search-flex-item-pow {
  flex-grow: 1;
  order: 8; 
  font-size: 38px;
}


.flex-break-separator3 {
  flex-basis: 100%;
  height: 40px;
  order: 9; 
}

.search-flex-item-cena {
  flex-grow: 1;
  order: 10; 
  font-size: 38px;
}


.flex-break-bottom {
  flex-basis: 100%;
  height: 30px;
  order: 11; 
}

.search-flex-item-search {
  flex-grow: 1;
  order: 12; 
}

.spacer {
    height: 25px;
    width: 100%;
}

.spacer10 {
    height: 15px;
    width: 100%;
}


.input-box-min-l {
    display: inline-block;
    height: 50px;
    width: 80px;
    border: 1px solid #555;
    border-right: 0;
    font-size: 24px;
    border-radius: 6px 0 0 6px;
}

.input-box-min-l:focus{
    outline: none;
}

.input-box-min {
    display: inline-block;
    height: 50px;
    width: 230px;
    border: 1px solid #555;
    text-align: right;
    border-left: 0;
    padding-right: 10px;
    font-size: 24px;
}

.input-box-max-l {
    display: inline-block;
    height: 50px;
    width: 80px;
    border: 1px solid #555;
    border-right: 0;
    font-size: 24px;
}

.input-box-max-l:focus{
    outline: none;
}

.input-box-max {
    display: inline-block;
    height: 50px;
    width: 240px;
    border: 1px solid #555;
    text-align: right;
    border-left: 0;
    padding-right: 10px;
    font-size: 24px;
    border-radius: 0 6px 6px 0;
}

.search-button {
    color: #FFF;
    background-color: #361C32;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    font-size: 27px;
    font-weight: 500;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0px;
    cursor: pointer;
    border: 0;
    border-radius: 15px;
    transition: all 0.2s ease;
}

.search-button:hover {
    transition: all 0.2s ease;
    color: #D7B756;
}


.multi-range {
  position: relative;
  height: 40px;
}

.multi-range input[type=range] {
  position: absolute;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
  height: 28px;
  width: 640px;
  margin: 0;
  padding: 0 8px;
  overflow: hidden;
  border: 0;
  border-radius: 1px;
  outline: none;
  background: linear-gradient(grey, grey) no-repeat center;
  background-size: 100% 2px;  
}

.multi-range input[type=range]:active,
.multi-range input[type=range]:focus {
  outline: none;
}

.multi-range input[type=range]::-moz-focus-outer {
  border: 0;
}

.multi-range input[type=range]::-webkit-slider-thumb {
  height: 28px;
  width: 28px;
  border-radius: 28px;
  background-color: #361C32;
  position: relative;
  margin: 8px 0;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
  border: 0;
}

.multi-range input[type=range]::-webkit-slider-thumb::before,
.multi-range input[type=range]::-webkit-slider-thumb::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 13px;
  left: 100%;
  width: 2000px;
  height: 2px;
}

input[type=range]::-moz-range-thumb {
  height: 28px;
  width: 28px;
  border-radius: 28px;
  background-color: #361C32;
  position: relative;
  margin: 5px 0;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
  border: 0;
}


.multi-range input[type=range]:nth-child(2) {
  background: none;
}


  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin: 2px 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active, .dot:hover {
    background-color: #717171;
  }

  input[type='radio'] {
    -moz-appearance: none;
    margin-bottom: 20px;
  }

  input[type='radio']:after {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    top: -16px;
    left: -2px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
  }

  input[type='radio']:checked:after {
    width: 22px;
    height: 22px;
    border-radius: 22fpx;
    top: -16px;
    left: -2px;
    position: relative;
    background-color: #361C32;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
  }


  .title-najnowsze {
    display: flex;
    gap: 25px;
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .title-najnowsze-text {
    flex-shrink: 1;
    text-align: left;
    font-weight: 300;
    font-size: 6vw;
  }

  .title-najnowsze-fill {
    flex-grow: 1;
    padding-top: 30px;
    text-align: left;
  }

  .title-polecane {
    display: flex;
    gap: 25px;
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .title-polecane-text {
    flex-shrink: 1;
    text-align: left;
    font-weight: 300;
    font-size: 6vw;
  }

  .title-polecane-fill {
    flex-grow: 1;
    padding-top: 30px;
    text-align: left;
  }


  .title-sprzedazy {
    display: flex;
    gap: 25px;
    margin-top: 80px;
    margin-right: 20px;
    margin-bottom: 30px;
  }

  .title-sprzedazy-text {
    flex-shrink: 1;
    text-align: right;
    font-weight: 300;
    font-size: 6vw;
  }

  .title-sprzedazy-fill {
    flex-grow: 1;
    padding-top: 30px;
  }

  .title-inwestycje {
    display: flex;
    gap: 25px;
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .title-inwestycje-text {
    flex-shrink: 1;
    text-align: left;
    font-weight: 300;
    font-size: 6vw;
    transition: all 0.2s ease;
  }

  .title-inwestycje-text a {
    color: #000;
    transition: all 0.2s ease;
  }

  .title-inwestycje-text a:hover {
    color: #D7B756;
    transition: all 0.2s ease;
  }

  .title-inwestycje-fill {
    flex-grow: 1;
    padding-top: 30px;
  }

  

  .grid-container {
    display: grid;
    grid-template-columns: 95%;
    grid-template-rows: auto;
    column-gap: 35px;
    row-gap: 50px;
    justify-content: center;
  }

  .offerbox {
    width: 100%;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    transition: all 0.2s ease;
  }

  .offerbox:hover {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
    transition: all 0.2s ease;
  }

  .offerimg {
    width: 100%;
    aspect-ratio: 16/10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .offerbody {
    height: auto;
    margin-top: 28px;
    margin-bottom: 28px;
    padding-left: 20px; 
    padding-right: 20px; 
    background-color: #FFF;
  }

  .offerbottom {
    width: 100%;
    margin-top: 40px;
    height: 75px;
    border-top: 1px solid #CCCCCC;
    text-align: center;
    bottom: 0;
    background-color: #FFF;
  }

  .offer-body-title {
    font-size: 3.5vw;
    font-weight: 500;
  }

  .offer-body-subtitle {
    font-size: 2.75vw;
    font-weight: 300;
    color: #525252;
  }

  .offer-body-price {
    margin-top: 25px;
    font-size: 3.5vw;
    font-weight: 400;
  }

  .offer-body-price-per-m {
    margin-left: 25px;
    font-size: 2.75vw;
    font-weight: 300;
    color: #525252;
  }

  .offer-body-more {
    margin-top: 3.5vw;
    margin-bottom: 3.5vw;
    text-align: right;
  }

  .offer-body-button {
    transition: all 0.2s ease;
    border: 1px solid #D7B756;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 2.75vw;
    font-weight: 400;
    color: #000;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
  }

  .offer-body-button-arrow {
    position: relative;
    margin-bottom: -2px;
    width: 2vw;
    height: auto;
  }

  .offer-body-button:hover {
    transition: all 0.2s ease;
    color: #D7B756;
  }

  .offerbottom-table {
    width: 100%;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
  }

  .offerbottom-table td {
    font-size: 3vw;
    font-weight: 400;
    color: #414141;
    border-left: 1px solid #DDDDDD;
  }

  .offerbottom-table td:first-child {
    border-left: none;
  }


  .offericon {
    position: relative;
    top: 2px;
    height: 48px;
    width: auto;
  }



  
  .hero-section {
    width: 100%;
    height: 600px;
    margin-top: 60px;
    padding-top: 200px;
    text-align: center;
    background-image: url('/img/main-background-2m.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
  }

  .hero-container {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
  }

  .hero-section-big {
    color: #FFF;
    font-weight: 300;
    font-size: 5vw;
    line-height: 80px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 83%);
    letter-spacing: 6.6px;
    margin-top: 20px;
  }

  .hero-section-small {
    color: #FFF;
    font-weight: 300;
    font-size: 2.5vw;
    line-height: 30px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 83%);
    letter-spacing: 3px;
  }

  .hero-section-button {
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 2.5vw;
    background-color:#361C32;
    color: #fff;
    border: 1px solid #fff;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    transition: all 0.2s ease;
  }

  .hero-section-button:hover {
    color: #D7B756;
    border: 1px solid #D7B756;
    transition: all 0.2s ease;
  }



  /* Orły */

  .section-orly {
    margin-top: 120px;
    width: 100%;
    background-color: #525252;
    height: 280px;
  }

  .orly-table {
    width: 100%;
    height: 130px;
  }

  .orly-table-l {
    width: 20%;
    text-align: right;
  }
  
  .orly-table-m {
    width: 60%;
    text-align:center;
    color:#D7B756;
    font-size: 22px;
    font-weight: 400;
  }

  .orly-table-l-img {
    width: 130px;
    margin-top:-120px;
  }

  .orly-table-m-img {
    width: 320px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .orly-table-r-img {
    display:none;
    width: 200px;
    margin-top: 80px;
  }

  .orly-table-m > span {
    background: linear-gradient(90deg, rgba(218,182,79,1) 0%, rgba(230,206,145,1) 28%, rgba(239,222,179,1) 50%, rgba(218,182,79,1) 100%);
    background-image: linear-gradient(90deg, rgb(218, 182, 79) 0%, rgb(230, 206, 145) 28%, rgb(239, 222, 179) 50%, rgb(218, 182, 79) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .orly-table-r {
    width: 30%;
    text-align: right;
  }



  
  /* Slideshow BLOG container */
  .slideshowBlog-container {
    width: 100%;
    height: 900px;
    position: relative;
    overflow-y: hidden;
  }

  .myBlogSlides {
    display: none;
    z-index: 50;
  }

  .prevBlog, .nextBlog {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #999;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  .nextBlog {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prevBlog:hover, .nextBlog:hover {
    color: #D7B756;
  }

  .activeBlog, .dotBlog:hover {
    color: #D7B756;
  }



  /* Slideshow OPINIE container */
  .slideshowOpinie-container {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow-y: hidden;
  }

  .myOpinieSlides {
    width: 80%;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 15px;
    display: none;
    z-index: 50;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
  }

  .myOpinieSlides-top {
    padding: 25px;
    border-bottom: solid 1px #ddd;
    font-family: 'Playfair Display SC', serif;
    font-weight: 600;
    font-size: 3.5vw;
  }

  .myOpinieSlides-top-stars {
    padding-top: 5px;
  }


  .myOpinieSlides-top-social {
    width: 34px;
    height: 34px;
    float: right;
    top: 15px;
  }

  .myOpinieSlides-bottom {
    font-weight: 400;
    font-size: 3vw;
    padding: 25px;
    line-height: 3.5vw;
  }

  .prevOpinie, .nextOpinie {
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: auto;
    padding: 20px;
    color: #000;
    font-weight: bold;
    font-size: 28px;
    transition: 0.3s ease;
    user-select: none;
  }

  .nextOpinie {
    right: 0;
  }

  .prevOpinie:hover, .nextOpinie:hover {
    color: #D7B756;
  }

  .table-opinie {
    width: 100%;
    height: 700px;
  }

  .table-opinie-l {
    width: 40%;
    padding-left: 110px;
    padding-bottom: 30px;
  }

  .table-opinie-text-1 {
    font-size: 5.75vw;
    font-weight: 100;
  }

  .table-opinie-text-2 {
    font-size: 5.75vw;
    font-weight: 400;
  }

  .myOpinieSlides-img {
    width: 75%;
    height: auto;
  }


  /* Slideshow INWESTYCJE container */
  .slideshowInwestycje-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow-y: hidden;
    aspect-ratio: 16/9;
    margin-bottom: 80px;
  }

  .myInwestycjeSlides {
    display: none;
    z-index: 50;
  }

  .prevInwestycje, .nextInwestycje {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  .nextInwestycje {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prevInwestycje:hover, .nextInwestycje:hover {
    background-color: rgba(0,0,0,0.5);
  }

  .dotInwestycje {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: none;
    transition: background-color 0.6s ease;
  }

  .slideshowInwestycje-dots {
    position: absolute;
    width: 100%;
    user-select: none;
    bottom: 10px;
    text-align: center;
  }


  /* Slideshow POLECANE container */
  .slideshowPolecane-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow-y: hidden;
    aspect-ratio: 16/9;
    margin-bottom: 80px;
  }

  .myPolecaneSlides {
    display: none;
    z-index: 50;
  }

  .prevPolecane, .nextPolecane {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 35px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  .nextPolecane {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prevPolecane:hover, .nextPolecane:hover {
    background-color: rgba(0,0,0,0.5);
  }

  .dotPolecane {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: none;
    transition: background-color 0.6s ease;
  }

  .slideshowPolecane-dots {
    position: absolute;
    width: 100%;
    user-select: none;
    bottom: 10px;
    text-align: center;
  }



  .kariera-section {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
    background-color: #CECECE;
    border-top: 1px solid #D7B756;
    border-bottom: 1px solid #D7B756;
  }

  .kariera-table {
    width:100%;
  }

  .kariera-table-l {
    text-align: center;
    line-height: 64px;
    letter-spacing: 2.1px;
    padding-top: 35px
  }

  .kariera-table-r {
    text-align: center;
    vertical-align: bottom;
  }

  .kariera-table-r-img {
    width: 90%;
    height: auto;
    margin-bottom: -7px;
  }

  .kariera-table-lu {
    font-size: 5vw;
    font-weight: 300;
    color: #939393;
    letter-spacing: 5px;
  }

  .kariera-table-ld {
    font-size: 5.5vw;
    font-weight: 300;
    color: #535353;
    letter-spacing: 4px;
  }

  .kariera-table-l-button {
    font-size: 3vw;
    font-weight: 300;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    color: #535353;
    border: 1px solid #D7B756;
    background-color: #FFF;
    transition: all 0.2s ease;
    cursor: pointer;
    margin-top: 15px;
    letter-spacing: 1.2px;
  }

  .kariera-table-l-button:hover {
    transition: all 0.2s ease;
    color: #D7B756;
  }



  
  .table-blog {
    width: 100%;
  }

  .table-blog-l {
    width: 50%;
  }

  .table-blog-title-container {
    padding-left: 88px;
  }

  .table-blog-r {
    width: 50%; 
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-blog-text-1 {
    font-size: 4.25vw;
    font-weight: 300;
    letter-spacing: 3.7px;
    text-align: justify;
    color: #777;
  }

  .table-blog-text-2 {
    font-size: 5.75vw;
    font-weight: 400;
    letter-spacing: 4.9px;
    text-align: justify;
  }

  .table-blog-text-2 a {
    color: #000;
    transition: all 0.2s ease;
  }

  .table-blog-text-2 a:hover {
    color: #D7B756;
    transition: all 0.2s ease;
  }

  .table-blog-text-3 {
    font-size: 2vw;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 20px;
    text-align: justify;
  }

  
  .blogbox {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 880px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    transition: all 0.2s ease;
  }

  .blogbox:hover {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
    transition: all 0.2s ease;
  }

  .blog-slide-img {
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .blog-slide-body {
    width: 100%;
    height: 340px;
    margin-top: 30px;
    padding-left: 30px; 
    padding-right: 30px; 
    background-color: #FFF;
  }

  .blog-body-title {
    font-size: 3.5vw;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 25px;
  }

  .blog-body-subtitle {
    font-size: 3.5vw;
    font-weight: 300;
    line-height: 3.5vw;
    letter-spacing: 1.2px;
    color: #888;
    padding-bottom: 30px;
  }

  .blog-body-more {
    margin-top: 10px;
  }

  .blog-body-button {
    transition: all 0.2s ease;
    border: 1px solid #D7B756;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 2.75vw;
    font-weight: 400;
    color: #000;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
  }

  .blog-body-button-arrow {
    position: relative;
    margin-bottom: -2px;
    width: 2vw;
    height: auto;
  }


  .blog-body-button:hover {
    transition: all 0.2s ease;
    color: #D7B756;
  }

  .zespol-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .zespol-text1 {
    font-size: 6vw;
    font-weight: 300;
    letter-spacing: 3px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 5px;
    transition: all 0.2s ease;
  }

  .zespol-text1 a {
    color: #000;
    transition: all 0.2s ease;
  }

  .zespol-text1 a:hover {
    color: #D7B756;;
    transition: all 0.2s ease;
  }

  .zespol-text2 {
    font-size: 4vw;
    font-weight: 200;
    letter-spacing: 3px;
    color: #525252;
    text-transform: uppercase;
    padding-bottom: 5px;
  }


  .carousel-wrapper {
    margin: 1rem;
    position: relative;
    overflow: visible;
  }

  .carousel-container {
    height: 1270px;
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    list-style: none;
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
    scroll-snap-align: center;
  }

  .carousel-arrow {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    background-color: #FAFAFA;
    color: #989898;
    border: none;
    width: 2rem;
    font-size: 3rem;
    padding-top: 250px;
    cursor: pointer;
    transition: opacity 100ms;
  }

  .carousel-arrow:hover {
    transition: all 0.2s ease;
    color: #D7B756;
  }

  #carousel-arrow-prev {
    left: 0;
  }

  #carousel-arrow-next {
    right: 0;
  }

  .carousel {
    width: 100%;
    height: 100%;
    flex: 1 0 25%;
    padding-left: 11px;
    padding-right: 11px;
  }


  .agentbox {
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    height: 1250px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    transition: all 0.2s ease;
  }

  .agent-slide-img {
    width: 100%;
    height: 850px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #FAFAFA;
  }

  .agent-slide-body {
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 35px;
    padding-left: 5px; 
    padding-right: 5px; 
    background-color: #FFF;
    text-align: center;
  }

  .agent-body-title {
    font-size: 3.5vw;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
  }

  .agent-body-subtitle {
    font-size: 2.75vw;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 2.75vw;
    color: #666;
    padding-bottom: 25px;
    min-height: 2.5vw;
  }

  .agent-body-phone {
    font-size: 3.25vw;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 3vw;
    color: #666;
    padding-bottom: 20px;
    min-height: 3.25vw;
  }

  .agent-body-phone > a {
    font-size: 3.25vw;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 18px;
    color: #666;
    padding-bottom: 20px;
    min-height: 3.25vw;
  }

  .agent-body-email {
    font-size: 3vw;
    font-weight: 300;
    letter-spacing: 1.1px;
    line-height: 18px;
    color: #666;
    transition: all 0.2s ease;
    min-height: 3vw;
  }

  .agent-body-email:hover {
    transition: all 0.2s ease;
    color: #D7B756;
    cursor: pointer;
  }

  .agent-body-bottom {
    position: absolute;
    text-align: center;
    padding-top: 20px;
    bottom: 0;
    width: calc(100% - 20px);
  }


  .myPolecaneSlidesOverlay {
    position: absolute;
    bottom: 40px;
    left: 80px;
    overflow: hidden;
    text-align: left;
  }

  .myPolecaneSlidesOverlayText1 {
    font-family: 'Playfair Display SC', serif;
    font-size: 36px;
    font-weight: 500;
    color: #FFF;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    pointer-events: none;
  }

  .myPolecaneSlidesOverlayText2 {
    font-size: 28px;
    font-weight: 300;
    color: #FFF;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
    pointer-events: none;
  }

  .myPolecaneSlidesOverlayButton {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    margin-top: 25px;
    padding: 12px 34px 12px 34px;
    border: 2px solid #FFF;
    transition: all 0.2s ease;
    border-radius: 3px;
    opacity: 1;
    cursor: pointer;
    letter-spacing: 1.3px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
  }

  .myPolecaneSlidesOverlayButton:hover {
    background-color: rgba(255,255,255,0.25);
    transition: all 0.2s ease;
  }



  .myInwestycjeSlidesOverlay {
    position: absolute;
    bottom: 40px;
    left: 80px;
    overflow: hidden;
  }

  .myInwestycjeSlidesOverlayText1 {
    font-family: 'Playfair Display SC', serif;
    font-size: 38px;
    font-weight: 500;
    color: #FFF;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
    text-transform: uppercase;
    letter-spacing: 1.2px;
  }

  .myInwestycjeSlidesOverlayText2 {
    font-size: 28px;
    font-weight: 300;
    color: #FFF;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
  }

  .myInwestycjeSlidesOverlayButton {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    margin-top: 25px;
    margin-bottom: 5px;
    padding: 12px 34px 12px 34px;
    border: 2px solid #FFF;
    transition: all 0.2s ease;
    border-radius: 3px;
    opacity: 1;
    cursor: pointer;
    letter-spacing: 1.3px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
    text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
  }

  .myInwestycjeSlidesOverlayButton:hover {
    background-color: rgba(255,255,255,0.25);
    transition: all 0.2s ease;
  }


  /*new swpier*/
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    margin-right: 8px;
    transition: all 0.25s ease;
  }

  .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: #361C32;
    transition: all 0.25s ease;
  }

  .swiper-button-next, .swiper-button-prev {
    color: white;
    user-select: none;
    padding: 50px 30px 50px 30px;
  }

  .swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(150,150,150,0.75);
    transition: all 0.25s ease;
  }

  .swiper-button-next-black, .swiper-button-prev-black {
    color: #000;
    user-select: none;
    padding: 50px 30px 50px 30px;
  }

  .swiper-button-next-black:hover, .swiper-button-prev-black:hover {
    background-color: rgba(150,150,150,0.75);
    transition: all 0.25s ease;
  }

  .swiper-button-next-zespol, .swiper-button-prev-zespol {
    position: absolute;
    top: 500px;
    color: #000;
    user-select: none;
    padding: 40px 20px 40px 20px;
    font-size: 60px;
  }

  .swiper-button-next-zespol {
    right: 0px;
  }

  .swiper-button-next-zespol:hover, .swiper-button-prev-zespol:hover {
    background-color: rgba(150,150,150,0.75);
    transition: all 0.25s ease;
  }

}

@media screen and (min-width: 1000px) and (max-width: 1400px)  {
  .section-search {
    width: 850px;
  }
  .search-container-main{
    top: 50px;
  }
  .search-container {
    height: 350px;
  }
  .offerbox,
  .offerimg,
  .offerbottom{
    width: 315px;
  }
  .offerbox{
    height: 575px;
  }
  .offer-body-price-per-m{
    margin-left: 0;
  }
  .offerbody{
    width: 260px;
    height: 200px;
  }
  .grid-container{
    grid-template-columns: 300px 300px 300px;
  }
  .offer-body-price{
    display: flex;
    flex-direction: column;
  }
  .vertical-center{
    top: 25%;
  }
  .prevOpinie, .nextOpinie{
    top: 50%;
  }
  .myOpinieSlides-bottom{
    padding: 15px 30px;
  }
  .nextOpinie {
    right: 5px;
  }
  .prevOpinie{
    left: 5px;
  }
  .swiper-button-next-zespol {
    right: -8px;
  }
  .carousel-container{
    padding-left: 45px;
  }
  .myPolecaneSlidesOverlayText1 {
    width: 90%;
    display: flex;
  }
}

.agentbox .offer-body-more{
  text-align: center;
}