*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-family: Montserrat, sans-serif;
}
.zajawka{
  text-align: center;
  width: 100%;
  color: #e20077;
  font-weight: bold;
  margin-top: 3rem;
  text-transform: uppercase;
}
.content {
  flex: 1 0 auto;
}
a {
  color: #08b4ffff;
}
.text-primary {
  color: #08b4ffff !important;
}
.bg-primary,
.btn-primary {
  background-color: #08b4ffff;
  border-color: #08b4ffff;
}
.btn-outline-primary {
  border-color: #08b4ffff;
}
.section-heading {
  margin-bottom: 1em;
  font-size: 3.2rem;
  text-transform: uppercase;
}
.apartment-address {
  margin-bottom: 0.5em;
}
.apartment-description {
  font-size: 1.4rem;
}
.navbar__img {
  padding: 0.3em 0;
  height: 60px;
}
.navbar-toggler {
  padding: 1em;
}

/* .navbar-brand {
  max-height: 1em;
} */

.navbar-toggler:focus {
  outline: 5px solid #08b4ffff;
}
.navbar .nav-item {
  margin: 0.3em 1em;
  padding: 0.5em 0;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar .nav-item .nav-link {
  color:#8f8f8f!important;
}
.navbar .nav-item .nav-link:hover {
  color:#08b4ffff!important;
}
.navbar .dropdown-item {
  font-size: 1.2rem;
}
.navbar .dropdown-item img {
  margin-right: 0.8em;
}
.carousel img {
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.apartments {
  padding: 2em 0;
}
.apartments__box {
  margin: 1em 0;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 0.3s;
}
.apartments__box:hover {
  transform: scale(1.05);
}
.apartments__box i {
  margin-right: 0.3em;
}
.apartments__box-img {
  height: 200px;
}
.apartments__box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apartments__box-body {
  padding: 0.5em 1.5em 1.8em;
}
.apartments__box-tite {
  margin: 0.5em 0;
  font-weight: 700;
  font-size: 2.2rem;
 }
 
a.apartments__box-tite:first-letter {
  text-transform: uppercase;
}
.apartments__box-icons {
  display: flex;
  justify-content: space-evenly;
  margin: 1em 0;
  border-bottom: 1px solid hsla(0, 0%, 56%, 0.5);
  border-top: 1px solid hsla(0, 0%, 56%, 0.5);
}
.apartments__box-icon {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}
.apartments__box-icon img {
  margin-right: 0.3em;
  width: 24px;
}
.apartments__box-icon--man-icon {
  width: 18px !important;
}
.apartments__box-links {
  display: flex;
  justify-content: space-evenly;
}
.apartments__box-link {
  display: flex;
  align-items: center;
}
.apartments__box-link img {
  margin-right: 0.3em;
  width: 26px;
}
.apartments__contact-box p {
  margin-bottom: 0;
}
.apartments__contact-box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #e4e4e4;
}
.apartments__contact-box-icon img {
  width: 45%;
  height: auto;
}
.flat {
  margin: 3em 0;
}
.flat__top-buttons {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 2em auto 0;
  width: 100%;
  max-width: 400px;
}
.flat__top-buttons .btn {
  font-size: 1.6rem;
  border-radius: 8px;
}
.flat__info {
  margin: 2em 0;
  padding: 1em;
  border-radius: 8px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.flat__info-heading {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 700;
  color: #08b4ffff;
}
.flat__info-item {
  margin: 1em 0;
  font-size: 1.4rem;
  text-align: center;
  color: #333;
}
.flat__info-item img {
  margin-bottom: 0.5em;
  width: 36px;
}
.about-flat {
  padding: 6em 1em;
  overflow: hidden;
}
.about-flat__bg-anchor {
  position: relative;
}
p.about-flat__bg-anchor {
  text-align: justify;
}
.about-flat__bg {
  position: absolute;
  bottom: -10%;
  right: -25%;
  width: 750px;
  opacity: 0.02;
}
.about-flat__bg--left {
  top: 80%;
  left: -5%;
  width: 650px;
  opacity: 0.03;
  transform: rotate(15deg) translate(-50%, -50%);
}
.flat-map {
  width: 100%;
  min-height: 400px;
}
.access {
  padding: 4em 1em;
}
.access__accordion button {
  font-size: 1.6rem;
  color: #08b4ffff;
}
.access__accordion .card-body ul {
  list-style-position: inside;
}
.access__accordion .card-body li {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
}
.access__accordion .card-body p {
  font-size: 1.3rem;
}
.access__accordion-additional-info {
  font-size: 1.2rem;
}
.rules {
  margin: 2em 0 5em;
}
.rules .flat__info-item img {
  width: 48px;
}
.rules .row {
  margin-bottom: 1em;
}
.gallery__video {
  width: 100%;
}
.gallery__walk3d {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.gallery__btn {
  font-size: 1.6rem;
  border-radius: 8px;
  color: #08b4ffff;
}
.gallery__container {
  margin: 2em 0;
}
.gallery__img-show img {
  width: 100%;
}
.gallery__hidden {
  height: 0;
  overflow: hidden;
}
.gallery__hidden--active {
  height: auto;
}
.gallery__show-more-btn {
  display: block;
  margin: 0 auto 3em;
  padding: 1em 2em;
  font-size: 1.6rem;
  border-radius: 8px;
}
.modal .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
}
.modal iframe {
  width: 300px;
  height: 168px;
}

.thank-you {
  padding: 1em 1em;
}

.thank-you-header {
  font-size: 3.0rem!important;
  font-weight: bold;
  margin-bottom: 1em;
}

.thank-you-message {
  font-size: 1.75rem; 
  font-weight: normal;
}

.thank-you-signature {
  padding-top: 2em;
  font-size: 1.5rem; 
  font-weight:lighter;
}

.thank-you-container {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 4em;
  min-width: 200px;
}

.thank-you-box {
  margin-top: 3em;
  background: #B6FFCD;
  color: #000;
  padding: 2em 2em;
  border-radius: 5px;
  text-align: center;
  border-radius: 2em;
  min-width: 200px;
}


.contact {
  padding: 3em 0;
}
.contact h1 {
  font-size: 3.0rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #08b4ffff;
}
.contact__fv img {
  width: 100%;
  max-height: 140px;
}
.contact__fv-heading {
  font-size: 2.0rem;
  text-transform: uppercase;
  font-weight: bold;
}
.contact_italic{
  font-style: italic;
  color: rgb(200, 200, 200);
}
.contact-card {
  margin: 4em 0;
  border-radius: 8px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.contact-card__photo img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.contact-card__data {
  padding: 1.5em;
}
.contact-card__heading {
  font-size: 2.2rem;
}
.contact-card__position {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 1.8rem;
}
.contact-card__contact-detail {
  font-size: 1.4rem;
}
.contact-description__heading {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 2rem;
}
.contact-description__text {
  text-align: justify;
  /* powinno się tyo dziedziczyć z body ale nie zasysa więc dodano */
  font-size: 1.6rem;
}

.contact-form-container{
  width: 70%; /* Can be in percentage also. */
  height: auto;
  margin: 0 auto;
  padding: 10px;
  position: relative;

}

form {
  border: 2px solid rgba(8,180, 255, 0.5); 
  padding:2.5em;
  border-radius: 2em;
  box-shadow: 10px 8px 10px 1px rgb(200, 200, 200);

}

/* przeciążamy bootstrapa i zwiększamy czcionkę z 1rem na 1.25rem */
.form-control{
  font-size:1.25em!important;
}

/* input[type="text"], input[type="email"]
{
    font-size:1.25em;
} */



.form-label{
 font-weight: bold;
 font-size: 1.25rem;
 color: rgb(3, 122, 173);
}

.form-label-checkbox{
  font-weight: bold;
  font-size: 1.25rem;
  margin-left: 0.75rem!important;
 }
 
.form-help-text-grey {
  color: rgb(190, 190, 190)!important;
  font-size: 1.0rem;
  font-style: italic;
}
.form-help-text-red {
  color: rgb(241, 2, 2)!important;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: italic;
}
.contact-form {
  height: auto;
  width: 100%;
  min-width: 10rem;
}

.form-check-box{
  min-width: 1.5rem;
  min-height: 1.5rem;

  background-color: grey;
  border-color: #08b4ffff!important;
}

form-button {
  padding: 0.5rem 1.5rem;
  
}
.form-check-box:checked{
  background-color: #08b4ffff!important;
}

button:hover,
button:active {
  background-color: rgb(3, 145, 206)!important;
  border-color: #08b4ffff!important;
}

/*& przeciążenie bootsrtapa - bardzo chamsko ale działa */
.btn-primary {
  background-color: #08b4ffff!important;
  border-color: #08b4ffff!important;
  min-width: 10rem;
  margin-top: 1em;
}

.errorlist li div{
  list-style: none;
  margin: 0.5rem 0;
  padding: 0;
  color: red;
  font-size: 3rem;
}

.field_error {
  border-color: red!important;
  background-color: yellow;
} 

.footer {
  flex-shrink: 0;
  margin-top: 2em;
  padding: 2em 0;
  border-top: 1px solid #8f8f8f;
  text-align: center;
}
.footer__text {
  margin-bottom: 0;
}
#custom-translations a {
  display: block;
}
@media (min-width: 576px) {
  .flat__info {
    padding: 2em;
  }
  .flat__info-heading {
    font-size: 2.4rem;
  }
  .flat__info-item {
    font-size: 1.6rem;
  }
  .access__accordion .card-body li {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  .access__accordion .card-body p {
    font-size: 1.6rem;
  }
  .access__accordion-additional-info {
    margin-top: 2em;
    font-size: 1.4rem !important;
  }
  .modal iframe {
    width: 560px;
    height: 315px;
  }
  .contact-card {
    position: relative;
  }
  .contact-card__photo img {
    height: 250px;
  }
  .contact-card__details {
    position: absolute;
    bottom: 1em;
    left: 2em;
  }
}
@media (min-width: 768px) {
  .apartments__box-text {
    font-size: 1.4rem;
  }
  .flat__info {
    margin: 3em 0;
  }
  .flat__info--column i {
    margin-right: 0 !important;
    margin-bottom: 1em;
  }
  .flat__info-heading {
    margin-bottom: 1em;
    font-size: 2rem;
    font-weight: 700;
    color: #08b4ffff;
  }
  .flat__info-item {
    font-size: 1.6rem;
  }
  .flat__info-item i {
    margin-right: 0.3em;
  }
  .flat-map-container {
    margin-top: 2em;
  }
  .modal iframe {
    width: 760px;
    height: 427px;
  }
  .contact-card__heading {
    font-size: 2.8rem;
  }
  .contact-card__position {
    font-size: 2.2rem;
  }
  .contact-card__contact-detail {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .apartments__box-title {
    font-size: 1.8rem;
  }
  .apartments__box-links {
    font-size: 1.4rem;
  }
  .gallery__img-show img {
    height: 100%;
    width: 100%;
    max-width: 650px;
    max-height: 233px;
  }
  .modal iframe {
    width: 980px;
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .modal iframe {
    width: 1100px;
    height: 618px;
  }
}
@media (min-width: 1600px) {
  .modal iframe {
    width: 1500px;
    height: 843px;
  }
}
/*# sourceMappingURL=main.css.map */
