@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.mh-top {
  background: #ffffff;
}
@media screen and (max-width: 992px) {
  .mh-top {
    display: none;
  }
}
.mh-top ul {
  padding: 0;
  margin: 0;
}
.mh-top ul li {
  list-style: none;
}
.mh-top ul li a {
  color: #314335;
}
.mh-top ul li a i {
  margin-right: 0.75rem;
  color: #C39E76;
  margin: 0;
  padding: 0;
}
.mh-top ul li a i::before {
  height: 100%;
  width: 100%;
  line-height: 1;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mh-top ul.contact-list {
  display: flex;
}
.mh-top ul.contact-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 1.5rem;
}
.mh-top ul.contact-list li:last-child {
  margin-right: 0;
}
.mh-top ul.contact-list li a {
  margin: 0;
  padding: 0;
  line-height: 0;
  color: #314335;
  outline: none;
}
.mh-top ul.contact-list li a i {
  font-family: "fontawesome";
  margin: 0 0.5rem 0 0;
  padding: 0;
  line-height: 0;
  font-weight: 100;
  font-size: 0.8rem;
  transition: 200ms;
}
.mh-top ul.contact-list li a:hover i {
  color: #314335;
}
.mh-top ul.social-media-list {
  display: flex;
}
.mh-top ul.social-media-list li {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 0.5rem;
}
.mh-top ul.social-media-list li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(124, 124, 124, 0.168627451);
  border-radius: 50%;
  z-index: 0;
}
.mh-top ul.social-media-list li:last-child {
  margin-right: 0;
}
.mh-top ul.social-media-list li a {
  z-index: 1;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.mh-top ul.social-media-list li a i {
  font-family: "fontawesome";
  color: #314335;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-weight: 100;
  font-size: 0.8rem;
  transition: 200ms;
}
.mh-top ul.social-media-list li a:hover i {
  color: #C39E76;
}

.mh-main {
  padding: 1rem 0;
}
.mh-main .logo {
  position: static;
}
.mh-main .logo img {
  width: 100px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mh-main .navbar {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.mh-main .navbar .navbar-toggler {
  position: absolute;
  top: -3.5rem;
  right: 1rem;
  z-index: 1111;
}
.mh-main .navbar .navbar-toggler .navbar-toggler-icon i {
  font-size: 2rem;
  color: #314335;
  outline: none;
}
.mh-main .navbar .navbar-nav {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mh-main .navbar .navbar-nav {
    background-color: #e0d7cd;
    height: auto;
  }
  .mh-main .navbar .navbar-nav .menu-item .nav-link {
    padding: 1rem !important;
  }
  .mh-main .navbar .navbar-nav .menu-item.contact__link {
    position: static !important;
  }
}
.mh-main .navbar .navbar-nav .menu-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mh-main .navbar .navbar-nav .menu-item .nav-link {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  text-transform: capitalize;
  margin: 0;
  padding: 1rem 2rem;
  transition: 500ms;
}
.mh-main .navbar .navbar-nav .menu-item .nav-link:hover {
  background: linear-gradient(to bottom, #C39E76 0px, #C39E76 6px, transparent 6px);
}
.mh-main .navbar .navbar-nav .menu-item.contact__link {
  position: absolute;
  right: 0;
  padding: 0;
  background: #C39E76;
  border: none;
}
.mh-main .navbar .navbar-nav .menu-item.contact__link:hover {
  border-radius: 0;
  background-color: #333333;
}
.mh-main .navbar .navbar-nav .menu-item.contact__link:hover .nav-link {
  background: unset;
}
.mh-main .navbar .navbar-nav .menu-item.contact__link:hover .nav-link::after {
  background-color: #C39E76;
}
.mh-main .navbar .navbar-nav .menu-item.contact__link .nav-link {
  position: relative;
  text-transform: uppercase;
  padding-left: 6rem;
  padding-right: 4rem;
}
.mh-main .navbar .navbar-nav .menu-item.contact__link .nav-link::before {
  content: "\f590";
  font-family: "Fontawesome";
  font-weight: 900;
  position: absolute;
  left: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.mh-main .navbar .navbar-nav .menu-item.contact__link .nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  background-color: #333333;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  z-index: 0;
}

.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6,
.section span {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.section h1 {
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .section h1 {
    font-size: 6rem;
  }
}
.section h2 {
  background: linear-gradient(to right, #314335, #536451);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .section h2 {
    font-size: 3.25rem;
    margin-bottom: 2.5rem;
  }
}
.section h2.section-title {
  position: relative;
  margin-top: 0;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .section h2.section-title {
    margin-bottom: 2rem;
  }
}
.section h3 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25em;
  text-transform: uppercase;
}
.section p {
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .section p {
    font-size: 1.25rem;
    font-weight: 400;
    opacity: 0.5;
  }
}
.section p.lead {
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .section p.lead {
    font-size: 2rem;
    font-weight: 300;
    opacity: 1;
  }
}
.section span.subheader {
  background: #C39E76;
  font-weight: 300;
  font-size: 0.7rem;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .section span.subheader {
    font-size: 1rem;
  }
}
.section span.subheader-light {
  background: none;
  color: #C39E76;
  padding: 0;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}
.section span.subheader-light::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1rem);
  transform: translateY(-50%);
  width: 4rem;
  height: 1px;
  background-color: #C39E76;
}
.section span.extra {
  font-size: 1rem;
  font-weight: 900;
  background: linear-gradient(to right, #314335, #536451);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .section span.extra {
    font-size: 1.25rem;
    opacity: 0.5;
  }
}

.section-img-fullwidth {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.section-img-fullwidth::after {
  content: "";
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  mix-blend-mode: multiply;
  webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.bg-beige {
  background-color: rgba(195, 158, 118, 0.1098039216);
}

.light-bg {
  background-color: #eeeeee !important;
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-position: center center;
  opacity: 0.5;
  mix-blend-mode: luminosity;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.btn,
.contact__link {
  background: #C39E76;
  font-weight: 300;
  font-size: 0.8rem !important;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border: solid 1px #C39E76;
  border-radius: 0;
  width: 100%;
  transition: 500ms;
  margin-top: 1.5rem;
  white-space: unset;
}
@media screen and (min-width: 992px) {
  .btn,
  .contact__link {
    font-size: 1.5rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.btn:hover,
.contact__link:hover {
  border-radius: 44px;
  color: #ffffff;
}

.contact__link {
  margin: 0;
}
.contact__link a.nav-link {
  color: #ffffff !important;
}

.social-media-icons {
  margin-top: 0;
  padding-bottom: 1rem;
}
.social-media-icons span {
  color: #C39E76;
}
.social-media-icons a {
  transition: 400ms;
}
.social-media-icons a i {
  margin-left: 1rem;
  color: #C39E76;
}
.social-media-icons a:hover i {
  color: #C39E76;
}

.animate__animated {
  opacity: 0;
}

.sp-ea-single {
  border: none !important;
  border-bottom: solid 0.0625rem #d7d6d6 !important;
  background-color: transparent !important;
  margin-bottom: 0 !important;
}
.sp-ea-single .ea-header {
  background-color: transparent !important;
  padding: 1rem;
  display: flex;
  position: relative;
}
.sp-ea-single .ea-header a {
  color: #333333 !important;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.27875rem;
  letter-spacing: 0.015625rem;
  text-align: left;
  padding: 0 !important;
  margin: 0 !important;
}
.sp-ea-single .ea-header a i {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  color: #ffffff !important;
}
.sp-ea-single .ea-body {
  background-color: transparent !important;
}
.sp-ea-single .ea-body p {
  font-size: 1rem;
  font-weight: 400 !important;
  line-height: 1.375rem;
  letter-spacing: 0.00625rem;
  text-align: left;
}
.sp-ea-single i {
  margin-left: 3rem !important;
  font-weight: 100 !important;
}
.sp-ea-single i.ea-icon-expand-minus {
  position: relative;
}
.sp-ea-single i.ea-icon-expand-minus::after {
  content: "";
  background-color: #C39E76 !important;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sp-ea-single i.ea-icon-expand-plus {
  position: relative;
}
.sp-ea-single i.ea-icon-expand-plus::after {
  content: "";
  border: solid 0.0625rem #E4E4E4 !important;
  background-color: #000000;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.wpcf7 {
  height: 100%;
}
.wpcf7 .wpcf7-form {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wpcf7 .wpcf7-form p {
  height: -moz-min-content;
  height: min-content;
}
.wpcf7 .wpcf7-form p .wpcf7-form-control {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  height: 3.2rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  border: solid 1px rgba(175, 175, 175, 0.2823529412);
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2em;
  overflow: hidden;
}
.wpcf7 .wpcf7-form p .wpcf7-form-control::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
}
.wpcf7 .wpcf7-form p .wpcf7-form-control::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
}
.wpcf7 .wpcf7-form p .wpcf7-spinner {
  position: absolute;
  margin: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpcf7 .wpcf7-form p.form-submit {
  margin: 0;
  position: relative;
}
.wpcf7 .wpcf7-form p.form-submit input {
  width: 100%;
  background-color: #e6e6e6;
  border-color: #C39E76;
  transition: 500ms;
  font-size: 1rem;
  font-weight: 30;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  justify-content: center;
  padding-left: 3rem;
  padding-right: 3rem;
}
.wpcf7 .wpcf7-form p.form-submit input:hover {
  border-radius: 24px;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  border-color: #C39E76 !important;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}

.modal-contact {
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: -150%;
  padding: calc(3rem - 15px) 3rem 3rem;
  box-shadow: 0px 2px 5px rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 2rem);
}
@media screen and (min-width: 992px) {
  .modal-contact {
    max-width: unset;
  }
}
.modal-contact span {
  color: #000000;
  font-size: 3rem;
  line-height: 1.2;
}
.modal-contact p.form-group {
  position: relative;
}
.modal-contact p.form-group br {
  display: none;
}
.modal-contact p.form-group .floating-label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  transition: 400ms;
  font-size: 1rem;
}
.modal-contact p.form-group .wpcf7-form-control-wrap {
  background-color: transparent !important;
}
.modal-contact p.form-group .wpcf7-form-control-wrap .wpcf7-form-control {
  background-color: transparent !important;
  border: solid 1px rgba(175, 175, 175, 0.2823529412) !important;
  position: relative;
  overflow: auto;
  letter-spacing: normal;
}
.modal-contact p.form-group .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  transform: translateY(calc(100% + 0.125rem));
}
.modal-contact p.form-submit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2rem !important;
}
@media screen and (min-width: 992px) {
  .modal-contact p.form-submit {
    flex-direction: row;
  }
}
.modal-contact p.form-submit input[type=submit],
.modal-contact p.form-submit button {
  height: unset;
  width: unset;
  flex: 1;
  background-color: #445d47;
  margin: 0 0.5rem;
  border: none;
  padding: 1rem 2rem !important;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1;
}
.modal-contact p.form-submit button {
  background-color: transparent;
  border: solid 1px #314335;
  font-weight: 500;
  transition: 500ms;
}
.modal-contact p.form-submit button:hover {
  border-radius: 24px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow-y: hidden;
}
.section-welcome {
  display: flex;
  align-items: flex-end;
  min-height: 400px;
  padding: 5rem 2rem;
  margin-top: -170px;
}
@media screen and (min-width: 992px) {
  .section-welcome {
    height: calc(100vh - 127px);
    padding: 5rem;
  }
}
.section-welcome .welcome-slider {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section-welcome .welcome-slider .owl-wrapper-outer {
  height: 100%;
}
.section-welcome .welcome-slider .owl-wrapper-outer .owl-wrapper {
  height: 100%;
}
.section-welcome .welcome-slider .owl-wrapper-outer .owl-wrapper .owl-item {
  height: 100%;
}
.section-welcome .welcome-slider .owl-wrapper-outer .owl-wrapper .owl-item .single-slide {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.section-welcome .welcome-slider .owl-wrapper-outer .owl-wrapper .owl-item .single-slide::after {
  content: "";
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  mix-blend-mode: multiply;
  webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}
.section-welcome .welcome-slider .owl-wrapper-outer .owl-wrapper .owl-item .single-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-welcome .welcome-slider .owl-controls {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(calc(-100% - 1rem), -50%);
}
.section-welcome .welcome-slider .owl-controls .owl-page span {
  opacity: 1;
  background-color: transparent;
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: solid 1px #ffffff;
  transition: 500ms;
}
.section-welcome .welcome-slider .owl-controls .owl-page span:hover {
  border-radius: 8px;
}
.section-welcome .welcome-slider .owl-controls .owl-page.active span {
  background-color: #ffffff;
}
.section-welcome .welcome-text h1,
.section-welcome .welcome-text p {
  color: #ffffff;
}
.section-investment {
  padding-bottom: 0;
}
.section-investment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/investment-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  z-index: 1;
}
.section-investment::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #333333;
  position: absolute;
  bottom: calc(-100% + 1rem);
  filter: blur(1.15rem);
  left: 0;
  opacity: 0.25;
  z-index: 1;
}
.section-investment .addon {
  background-color: #C39E76;
  width: 0.625rem;
  height: 50%;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .section-investment .addon {
    height: 140px;
  }
}
.section-investment .addon-block {
  width: 5rem;
  height: 5rem;
  bottom: 0;
  left: 2.5rem;
  transform: translate(-50%, 50%);
  z-index: 1;
  background-image: url("http://localhost/KLONOWAPARK/wordpress/wp-content/uploads/2024/08/klonowa-park-logo-mono.png");
  background-size: calc(100% - 1rem);
  background-repeat: no-repeat;
  background-position: center;
}
.section-investment img.section-img {
  width: calc(100% - 1rem);
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 1.25rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .section-investment img.section-img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 992px) {
  .section-investment h2.section-title {
    margin-top: 0;
  }
}
.section-investment .information-box {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 992px) {
  .section-investment .information-box {
    margin-top: -5rem;
  }
}
.section-investment .information-box .header {
  background-color: #C39E76;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-investment .information-box .header span {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.section-investment .information-box .feature-list {
  padding: 3rem;
  background-color: #f7f7f7;
  list-style: none;
}
.section-investment .information-box .feature-list li {
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: flex;
}
.section-investment .information-box .feature-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.section-investment .information-box .feature-list li .icon {
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
}
.section-investment .information-box .feature-list li .icon i {
  font-size: 2rem;
  color: #C39E76;
}
.section-investment .information-box .feature-list li .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.section-investment .information-box .feature-list li .content span.content__header {
  font-size: 1.75rem;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1;
}
.section-investment > * {
  position: relative;
  z-index: 2;
  /* Ustawia treść sekcji nad pseudo-elementem */
}
.section-investment-next {
  background: #17150a;
}
.section-investment-next h2.section-title {
  -webkit-text-fill-color: unset;
  background: none;
  color: #ffffff;
  text-align: center;
}
.section-investment-next span.subheader-light {
  color: #C39E76;
  text-align: center;
}
.section-investment-next span.subheader-light::before {
  background-color: #C39E76;
}
.section-investment-next .card {
  padding: 2rem;
  background-color: transparent;
  border-radius: 0;
  border-color: #C39E76;
}
@media screen and (max-width: 992px) {
  .section-investment-next .card {
    border: none;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .section-investment-next .card {
    margin-bottom: 0;
  }
}
.section-investment-next .card h3 {
  font-weight: bold;
  clear: both;
  text-transform: inherit;
  color: #C39E76;
  font-size: 1.5rem;
  color: #C39E76;
}
.section-investment-next .card p {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
  opacity: 0.85;
}
.section-investment-next .card-1 {
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.section-investment-next .card-2 {
  border-bottom: none;
  border-right: none;
}
.section-investment-next .card-3 {
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.section-investment-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/klonowa-image (1).png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.075;
  z-index: 1;
  mix-blend-mode: luminosity;
}
.section-investment-next > * {
  position: relative;
  z-index: 2;
}
.section-flats {
  background-color: #C39E76;
}
.section-flats .bg-overlay {
  width: 100%;
  background-repeat: repeat;
  background-size: inherit;
  overflow: hidden;
  opacity: 0.0525;
}
.section-flats .bg-overlay::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: red;
  position: absolute;
  top: 3rem;
  left: 3rem;
}
.section-flats h2.section-title,
.section-flats p {
  -webkit-text-fill-color: unset;
  background: none;
  color: #ffffff;
  opacity: 1;
}
.section-flats p {
  color: #333333;
}
.section-flats p.flat-name {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(to right, #314335, #536451);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-flats p.flat-text {
  font-size: 1.15rem;
  color: #333333;
}
.section-flats span.subheader-light {
  color: #ffffff;
}
.section-flats span.subheader-light::before {
  background-color: #ffffff;
}
.section-flats ul.flat-features {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  flex-direction: column;
  border: solid 1px rgba(157, 157, 157, 0.0862745098);
}
.section-flats ul.flat-features li {
  list-style: none;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 2rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.section-flats ul.flat-features li p {
  color: #333333;
  margin: 0;
  font-size: 1rem;
}
.section-flats ul.flat-features li p:nth-child(2) {
  font-weight: bold;
  color: #C39E76;
}
.section-flats ul.flat-features li i {
  margin-right: 0.75rem;
}
.section-flats ul.flat-features li:nth-child(odd) {
  background-color: #ffffff;
}
.section-flats ul.flat-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .section-flats ul.flat-gallery {
    justify-content: flex-start;
  }
}
.section-flats ul.flat-gallery li {
  list-style: none;
  padding: 0.25rem;
  position: relative;
  transition: 500ms;
  width: 100%;
  max-width: 150px;
  max-height: 150px;
  cursor: pointer;
}
.section-flats ul.flat-gallery li::before {
  transition: 500ms;
}
.section-flats ul.flat-gallery li.logo {
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1rem;
  margin: 4px;
  cursor: unset;
}
.section-flats ul.flat-gallery li.logo img {
  background-color: #fff;
}
.section-flats ul.flat-gallery li.logo:hover img {
  background-color: #fff;
  filter: brightness(1);
}
.section-flats ul.flat-gallery li img {
  width: 100%;
  height: 100%;
  min-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 500ms;
}
.section-flats ul.flat-gallery li:hover {
  transition: 500ms;
}
.section-flats ul.flat-gallery li:hover a::before {
  content: "\f002";
  /* Kod Unicode dla ikony */
  font-family: "Fontawesome";
  font-size: 2rem;
  color: #C39E76;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-flats ul.flat-gallery li:hover img {
  filter: brightness(0.25);
}
@media screen and (min-width: 992px) {
  .section-flats .slider-nav {
    top: 100%;
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 992px) {
  .section-flats .slider-nav .slick-list .slick-track {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }
}
.section-flats .slider-nav .slick-list .slick-track .slick-slide {
  margin-right: 1rem;
}
@media screen and (max-width: 992px) {
  .section-flats .slider-nav .slick-list .slick-track .slick-slide {
    width: 100%;
  }
}
.section-flats .slider-nav .slick-list .slick-track .slick-slide span.btn {
  cursor: pointer;
  border: none;
  width: 100%;
  background: #292f29 !important;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  transition: none;
}
.section-flats .slider-nav .slick-list .slick-track .slick-slide span.btn:hover {
  border-radius: 0;
}
.section-flats .slider-nav .slick-list .slick-track .slick-slide.slick-current span.btn {
  position: relative;
  filter: grayscale(0);
  opacity: 1;
  margin-bottom: 1rem;
}
.section-flats .slider-nav .slick-list .slick-track .slick-slide.slick-current span.btn::after {
  content: "";
  position: absolute;
  bottom: -10px;
  /* Wystaje poniżej dolnej krawędzi przycisku */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  /* Szerokość pół boków trójkąta */
  border-right: 10px solid transparent;
  /* Szerokość pół boków trójkąta */
  border-top: 10px solid #333;
  /* Kolor i wysokość trójkąta */
}
.section-flats .slider-nav .slick-list .slick-track .slick-slide.slick-current span.btn:hover {
  border-radius: 0;
}
.section-flats .slider-nav li {
  right: 1rem;
}
.section-flats.light-bg {
  border-top: solid 1px #E4E4E4;
  padding-top: 3rem;
}
.section-flats.light-bg .bg-overlay::after {
  top: -3rem;
}
.section-developer {
  background-color: rgb(239, 239, 239);
}
.section-developer .developer-img {
  width: 100%;
  height: 100%;
  max-height: calc(100% - 10rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.section-developer .social-media-icons {
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px rgba(37, 37, 37, 0.1921568627);
}
.section-developer .social-media-icons a {
  transition: 400ms;
}
.section-developer .social-media-icons a i {
  margin-left: 1rem;
  color: #161c28;
}
.section-developer .social-media-icons a:hover i {
  color: #C39E76;
}
.section-developer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/investment-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
  z-index: 1;
  transform: scaleX(-1);
}
.section-developer > * {
  position: relative;
  z-index: 2;
  /* Ustawia treść sekcji nad pseudo-elementem */
}
.section-contact {
  background: #2e342e;
}
.section-contact h2.section-title {
  margin: 0;
  background: unset;
  -webkit-text-fill-color: unset;
  color: #C39E76;
}
.section-contact p {
  color: #ffffff;
  opacity: 1;
}
.section-contact-top {
  background-color: #1a1a0f;
}
.section-contact-bottom {
  overflow: visible;
}
.section-contact-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/klonowa-image (1).png");
  background-repeat: no-repeat;
  background-position: right;
  opacity: 0.2;
  z-index: 1;
}
.section-contact-bottom .sales {
  width: 100%;
  background-color: #262b26;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .section-contact-bottom .sales {
    margin-top: calc(-106.88px - 5rem);
  }
}
.section-contact-bottom .sales .company_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 150px;
  padding: 1rem;
  background-color: #C39E76;
}
.section-contact-bottom .sales .company_logo img {
  width: 100%;
  height: 100%;
  max-height: 4.68rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-contact-bottom .sales .person {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2rem 0;
}
@media screen and (min-width: 1920px) {
  .section-contact-bottom .sales .person {
    flex-direction: row;
    justify-content: space-between;
    padding: 3rem 3rem 0;
  }
}
.section-contact-bottom .sales .person img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-contact-bottom .sales .person .details {
  flex: 1;
  padding-top: 1.5rem;
}
@media screen and (min-width: 1920px) {
  .section-contact-bottom .sales .person .details {
    margin-left: 1.5rem;
    padding-top: 0rem;
  }
}
.section-contact-bottom .sales .person .details p.position {
  font-size: 0.85rem;
  margin-bottom: 0rem;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .section-contact-bottom .sales .person .details p.position {
    text-align: left;
  }
}
@media screen and (min-width: 1920px) {
  .section-contact-bottom .sales .person .details p.position {
    text-align: center;
  }
}
.section-contact-bottom .sales .person .details p.name {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .section-contact-bottom .sales .person .details p.name {
    margin-top: 0;
  }
}
.section-contact-bottom .sales .person .details p.license {
  font-size: 1rem;
  margin-bottom: 0rem;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .section-contact-bottom .sales .person .details p.license {
    text-align: left;
  }
}
@media screen and (min-width: 1920px) {
  .section-contact-bottom .sales .person .details p.license {
    text-align: center;
  }
}
.section-contact-bottom .sales .contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 3rem;
}
.section-contact-bottom .sales .contact a {
  color: #ffffff;
  font-weight: 500;
  opacity: 0.5;
  word-break: break-all;
  margin-bottom: 1rem;
}
.section-contact-bottom .sales .contact a i {
  margin-right: 0.75rem;
}
.section-contact-bottom .sales .contact button.btn {
  opacity: 1;
  margin: 1rem auto 0;
}
.section-contact span.subheader-light {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .section-contact span.subheader-light {
    font-size: inherit;
  }
}
.section-contact ul.contact-info {
  padding-left: 0rem;
  margin-top: 2rem;
}
.section-contact ul.contact-info li {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #ffffff;
  opacity: 1;
  font-weight: 400;
  margin-bottom: 0.65rem;
  font-size: 1rem;
}
.section-contact ul.contact-info li i {
  margin-right: 0.75rem;
  position: relative;
  color: #C39E76;
}
.section-contact ul.contact-info li i::after {
  content: "";
}
.section-contact ul.contact-info li a {
  color: #fff;
  font-weight: 500;
  word-break: break-all;
}
.section-contact ul.footer-menu {
  padding-left: 0rem;
  margin-top: 2rem;
}
.section-contact ul.footer-menu li.menu-item {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 0.65rem;
}
.section-contact ul.footer-menu li.menu-item a.nav-link {
  color: #a2a2a2;
  opacity: 1;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.section-contact > * {
  position: relative;
  z-index: 2;
}

footer {
  background: #0e0f13;
}
footer a {
  color: #C39E76;
}
footer .scroll-top {
  border: solid 1px #C39E76;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms;
}
footer .scroll-top:hover {
  background-color: #C39E76;
}
footer .scroll-top:hover a {
  color: #314335;
}/*# sourceMappingURL=gg-style.css.map */