:root {
  --primary-color: #f7921e;
  --primary-color-hover: #ffad1f;
}

#header {
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/img/bartoszow-dzialki-z-lotu-ptaka-dark.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  overflow-x: hidden;
}

.light-motiv {
  color: #eaeaea !important;
}

.title-container {
  width: 100%;
  height: 100%;
  text-align: center;
}

.title-heading {
  font-size: 2.9rem;
  font-weight: 600;
}

@media (min-width: 576px) {
  .title-heading {
    font-size: 3.4rem;
  }
}

@media (min-width: 768px) {
  .title-heading {
    font-size: 3.8rem;
  }
}

.subtitle-heading {
  font-size: 2rem;
  margin-top: 13px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .subtitle-heading {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .subtitle-heading {
    font-size: 2.5rem;
  }
}

#navigation-menu {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  text-transform: uppercase;
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  #navigation-menu {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (min-width: 992px) {
  #navigation-menu {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  #navigation-menu {
    padding-right: 80px;
    padding-left: 80px;
  }
}

#navigation-menu .nav-item .nav-link {
  color: #eaeaea;
  padding: 0.4rem 1.5rem;
  border-radius: 3rem;
  transition: all 0.3s;
}

#navigation-menu .nav-item .nav-link:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.navbar-brand {
  margin-left: 1.5rem;
}

@media (min-width: 768px) {
  .offer-button {
    font-size: 2rem;
    border-radius: 0.7rem;
    padding: 0.6rem 2.5rem;
  }
}

.offer-button {
  background-color: var(--primary-color);
  font-size: 1.5rem;
  border-radius: 0.7rem;
  border: 2px solid #fff;
  padding: 0.5rem 2rem;
  margin-top: 5rem;
  outline: none;
}

.offer-button:hover {
  background-color: var(--primary-color-hover);
  border: 2px solid #fff;
}

.offer-button .icon.ion-ios-arrow-right {
  margin-left: 1.5rem;
  transition: all 0.3s;
}

.offer-button:hover .icon.ion-ios-arrow-right {
  margin-left: 1.5rem;
  transform: translateX(0.5rem);
}

#toggle-icon {
  outline: none;
  border: none;
}

#toggle-frame {
  border: none;
}

#investement {
  color: #727272;
  width: 100%;
  background-color: #fff;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
}

#investement .section-title-margin {
  margin: 3rem 0;
}

#investement .container {
  width: 100%;
  max-width: 1400px;
}

@media (min-width: 992px) {
  #investement .container {
    width: 86%;
  }
}

.investement-icon {
  font-size: 2.9rem;
  color: var(--primary-color);
  text-align: center;
  display: block;
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.investement-paragraph {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 3rem;
  flex: 1;
}

.investement-picture {
  width: 100%;
  margin-bottom: 3rem;
}

.investement-column {
  padding: 0 2rem;
}

@media (min-width: 576px) {
  .investement-column {
    padding: 0 1rem;
  }
}

@media (min-width: 992px) {
  .investement-column {
    padding: 0 1.5rem;
  }
}

.investement-icon-transform {
  transform: scale(1.2);
}

#investement
  .investement-column:hover
  .investement-icon.investement-icon-transform {
  transform: translateY(-0.5rem) scale(1.2);
}

#investement .investement-column:hover .investement-icon {
  transform: translateY(-0.5rem);
}

#location {
  width: 100%;
  background-color: var(--primary-color);
  color: #fff;
}

.text-column {
  padding: 3rem 3rem !important;
  font-size: 1.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1200px) {
  .text-column {
    padding: 3rem 7rem !important;
    font-size: 1.2rem;
  }
}

#location .section-title {
  margin-bottom: 2rem;
  /*text-align:left;*/
}

.location-container {
  width: 100%;
  height: 50vh;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

@media (min-width: 992px) {
  .location-container {
    width: 50%;
  }
}

.lc-1 {
  order: 1;
}

.lc-2 {
  order: 2;
  background-image: url("../../assets/img/bartoszow-lokalizacja-01.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.lc-3 {
  order: 4;
  background-image: url("../../assets/img/bartoszow-sasiedztwo.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .lc-3 {
    order: 3;
  }
}

.lc-4 {
  order: 3;
}

@media (min-width: 992px) {
  .lc-4 {
    order: 4;
  }
}

#map {
  width: 100%;
  color: #727272;
}

#map img {
  width: 100%;
}

#map .section-title-margin {
  padding: 3rem 0;
  margin: 0;
}

#map-google {
  color: #727272;
  width: 100%;
  height: 100vh;
}

#map-google .section-title {
  margin: 3rem 0;
}

#map-google .container-fluid {
  bottom: 0;
  flex: 1;
  margin: 0;
  padding: 0;
}

#map-google iframe {
  padding: 0;
  margin: 0;
}

#contact {
  width: 100%;
  min-height: 100vh;
  background-color: var(--primary-color);
  color: #fff;
  padding: 3rem 7rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  #contact {
    flex-direction: row;
  }
}

#contact .contant-area {
  background-color: transparent;
  color: #fff;
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
}

@media (min-width: 992px) {
  #contact .contant-area {
    padding-right: 0;
    padding-left: 3rem;
  }
}

.container.contact-information {
  height: 100%;
  padding: 0;
}

.contant-area .heading-form {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.contact-form-paragraph {
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
}

#contact #contact-send-button {
  background-color: transparent;
  font-size: 1.5rem;
  border-radius: 0.7rem;
  border: 2px solid #fff;
  padding: 0.5rem 2rem;
  outline: none;
  font-weight: 600;
}

#contact #contact-send-button:hover {
  background-color: var(--primary-color-hover);
}

.contact-information .section-title {
  text-align: left;
}

.contact-information h4 {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.contact-information p {
  font-size: 1.1rem;
}

.contact-address p {
  margin: 0;
}

.contact-address.bottom-div {
  margin-top: 0;
}

.contact-address {
  margin-top: 2rem;
}

.inner-container {
  display: inline-block;
  margin-right: 5rem;
  margin-top: 2rem;
}

#map-offer {
  width: 100%;
  color: #727272;
  padding-top: 3rem;
}

#bartoszow-mapka-podklad svg {
  /*width:80%;*/
  background-image: url("../../assets/img/bartoszow-mapka-podklad2.jpg");
  background-size: cover;
}

#bartoszow-mapka-podklad svg path {
  stroke: #717171;
  stroke-width: 3px;
  transition: fill 0.2s;
  cursor: pointer;
}

#bartoszow-mapka-podklad .land-free {
  fill: rgba(114, 142, 3, 0.75);
}

#bartoszow-mapka-podklad .land-free:hover {
  fill: rgba(114, 142, 3, 0.5);
}

#bartoszow-mapka-podklad .land-saled {
  fill: rgba(162, 4, 4, 0.75);
}

#bartoszow-mapka-podklad .land-saled:hover {
  fill: rgba(202, 36, 5, 0.75);
}

#bartoszow-mapka-podklad .land-reserved {
  fill: rgba(216, 150, 5, 0.75);
}

#bartoszow-mapka-podklad .land-reserved:hover {
  fill: rgba(245, 188, 62, 0.75);
}

#map-offer-info {
  border-radius: 3px;
  overflow: hidden;
  transform: translateX(110%);
  top: 5%;
  right: 0;
  background-color: rgba(246, 148, 36, 0.5);
  color: white;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
  -webkit-box-shadow: -5px 5px 22px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: -5px 5px 22px 0px rgba(0, 0, 0, 0.39);
  box-shadow: -5px 5px 22px 0px rgba(0, 0, 0, 0.39);
  transition: all 0.5s;
  z-index: 89;
}

#map-offer-info li:nth-child(odd) {
  background-color: rgba(246, 148, 36, 0.5);
  text-transform: uppercase;
  font-weight: bold;
}

#map-offer-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#map-offer-info li {
  padding: 0.75rem 1rem;
  height: 2.7rem;
}

.map-offer-info-transform {
  transform: translateX(0%) !important;
}

#map-offer .section-title-margin {
  margin: 0 0 3rem 0;
}

#bartoszow-mapka-podklad {
  width: 80%;
  margin: 0;
}

@media (min-width: 992px) {
  #bartoszow-mapka-podklad {
    width: 50%;
    margin: 0 auto;
  }
}

#return-to-top {
  position: fixed;
  bottom: 2rem;
  right: -2rem;
  background: var(--primary-color);
  width: 3.4rem;
  height: 3.4rem;
  text-decoration: none;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border-radius: 0.7rem;
  border: 2px solid #fff;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 500ms cubic-bezier(0.38, 0.215, 0.325, 1);
  -webkit-transition: all 500ms cubic-bezier(0.38, 0.215, 0.325, 1.46);
  -moz-transition: all 500ms cubic-bezier(0.38, 0.215, 0.325, 1.46);
  -o-transition: all 500ms cubic-bezier(0.38, 0.215, 0.325, 1.46);
  transition: all 500ms cubic-bezier(0.38, 0.215, 0.325, 1.46);
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 1rem;
  top: 0.8rem;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: var(--primary-color-hover);
}

.return-to-top-animation {
  right: 2rem !important;
}

#return-to-top:hover i {
  color: #fff;
  top: 0.3rem;
}

#header .title-heading {
  /*background-color:var(--primary-color);*/
  padding: 0 1rem;
  color: var(--primary-color);
  color: #fff;
  text-shadow: 1px 1px 0 var(--primary-color), 1px -1px 0 var(--primary-color),
    -1px 1px 0 var(--primary-color), -1px -1px 0 var(--primary-color),
    0px 5px 7px rgba(0, 0, 0, 0.75);
}

#header .subtitle-heading {
  /*background-color:var(--primary-color);*/
  padding: 0 1rem;
  color: var(--primary-color);
  color: #fff;
  text-shadow: 1px 1px 0 var(--primary-color), 1px -1px 0 var(--primary-color),
    -1px 1px 0 var(--primary-color), -1px -1px 0 var(--primary-color),
    0px 5px 7px rgba(0, 0, 0, 0.75);
}

#contact #contact-send-button:focus {
  outline: none;
  box-shadow: none;
}

.offer-button:active,
.offer-button:active:focus,
.offer-button:focus {
  background-color: var(--primary-color-hover) !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: white !important;
}
