@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;400;600;700&display=swap");
header {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  min-height: 100vh !important;
  height: 100vh !important;
  font-family: 'Karla', sans-serif !important;
}

.center {
  margin: 0 auto !important;
}

.decoration-wrapper {
  display: inline-block;
}

.decoration {
  position: relative;
  height: 2px;
  width: 100px;
  background-color: white;
  margin: 0 auto;
}

.decoration--black {
  background-color: #2258AB;
  margin: 0;
  margin-right: auto;
}

.decoration__balls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  top: 50%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.decoration__ball {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: white;
}

.decoration--black .decoration__ball {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #2258AB;
}

.header-underline {
  width: calc(3em + 1.2vw);
  height: 2px;
  background-color: black;
  margin-bottom: 0.8em;
}

.width-100 {
  width: 100%;
}

.width-80 {
  width: 80%;
}

.underline {
  width: calc(6em + 1.2vw);
  background-color: #40a1cc;
  height: 8px;
}

.button {
  margin: 0 auto;
  border-radius: 5000px;
  border: 2px #2258AB solid;
  padding: 0.5em 4em;
  text-decoration: none;
  color: #2258AB;
  font-weight: bold;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  cursor: pointer;
}

.button--width {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 1em;
}

.button:hover {
  color: white;
  background-color: #2258AB;
}

.arrow {
  border: solid #40a1cc;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
  width: 0px;
  height: 0px;
}

.arrow--right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 0.2em;
}

.arrow--left {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 0.2em;
}

.header-h1 {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: calc(2rem + 2vw);
}

.bb-search-result {
  margin: 0 auto;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  margin-top: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2258AB;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #3168bc;
}

.image-shadow {
  -webkit-box-shadow: inset 0px 0px 69px -9px white;
          box-shadow: inset 0px 0px 69px -9px white;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
}

.image-border-radius {
  border-radius: 20px;
}

.font-bold {
  font-weight: bold;
}

.font-blue {
  color: #2258AB !important;
}

.font-light-blue {
  color: #40a1cc !important;
}

.font-big {
  font-size: calc(1.8rem + 1vw);
}

.bold {
  font-weight: bold !important;
}

.semi-bold-low {
  font-weight: 450;
}

.semi-bold {
  font-weight: 500;
}

.border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mx-6 {
  margin: 0 20vw;
}

.fw-semi-bold {
  font-weight: 600;
}

.nav-link {
  color: #2258AB !important;
}

.navbar-toggler {
  border: 0;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: transparent !important;
}

.navbar {
  -webkit-box-shadow: 0 3px 8px -4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 8px -4px rgba(0, 0, 0, 0.4);
}

.logo {
  width: 35%;
}

.logo img {
  width: auto;
}

nav {
  top: 40px !important;
}

nav .underline {
  width: 0px;
  height: 2px;
  background-color: #2258AB;
  -webkit-transition: width 0.8s ease;
  transition: width 0.8s ease;
  margin: 0 auto;
}

.nav-link:hover .underline {
  width: 60px;
  background-color: #2258AB;
}

.underline {
  border-bottom: 0px solid #2258AB;
}

.custom-dropdown:hover > .dropdown-menu {
  display: block;
}

@media all and (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu-custom {
  border-top: 5px solid #2258AB;
}

.dropdown-menu.show {
  display: inline-block;
}

.dropdown-menu-custom a {
  color: #2258AB;
}

body {
  padding-top: 100px;
  min-height: 2000px;
}

.contact-info {
  height: 40px;
  background-color: #2258AB;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1031;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: whitesmoke;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icons {
  list-style: none;
}

.stable-icon {
  width: 30px;
  height: 30px;
  margin-left: 0.8rem;
}

.main-header {
  background-image: url("../img/header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  width: 100% !important;
}

@media screen and (min-width: 960px) {
  .main-header {
    min-height: 60vh;
    background-size: cover;
    background-attachment: fixed;
  }
}

.main-header .row {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 100%;
}

.main-header__header {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: calc(2rem + 2vw);
  width: 90%;
}

.main-header-btn {
  margin-top: 2.5em !important;
  font-weight: bold;
  font-size: calc(0.5rem + 0.75vw);
  background-color: white;
  border: none;
  outline: none;
  color: #40a1cc;
  border-radius: 5000px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.main-header-btn:hover {
  background-color: #40a1cc;
  color: white;
}

.header-animation {
  opacity: 1;
  -webkit-animation: fade 20s ease-in-out infinite;
          animation: fade 20s ease-in-out infinite;
}

@-webkit-keyframes fade {
  0%, 100% {
    background-image: url("../img/slider/1.jpg");
  }
  33% {
    background-image: url("../img/slider/2.jpg");
  }
  66% {
    background-image: url("../img/slider/3.jpg");
  }
}

@keyframes fade {
  0%, 100% {
    background-image: url("../img/slider/1.jpg");
  }
  33% {
    background-image: url("../img/slider/2.jpg");
  }
  66% {
    background-image: url("../img/slider/3.jpg");
  }
}

.apartaments {
  max-width: 85%;
}

@media screen and (max-width: 991px) {
  .apartaments .row {
    max-width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 690px) {
  .apartaments .row {
    max-width: 100%;
    margin: 0 auto;
  }
}

.apartament--hide {
  display: none;
}

.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  min-width: 200px;
  margin: 0 auto;
}

.loading__button {
  min-width: 40px;
  height: 40px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 0.8em black;
          box-shadow: 0 0 0.8em black;
  margin: 0 1em;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  cursor: pointer;
}

.loading__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading__dot {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #40a1cc;
  margin: 0 0.1em;
}

.key-info {
  background-color: #2258AB;
  text-align: center;
}

.key-info__header {
  color: white;
  font-size: calc(1em + 0.6vw);
  text-align: center;
}

.key-info__info {
  color: white;
  margin: 0 2em;
  font-size: 1.2rem;
}

.key-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card {
  border-radius: 45px;
  padding: 10px;
  padding-bottom: 5%;
  margin-left: 4%;
  margin-right: 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.card-img-top {
  border-radius: 45px;
}

.card-img-top img {
  height: 100%;
  width: 100%;
}

.card__info {
  min-height: 90px;
}

.card__header {
  height: 60px;
}

.card__caption {
  margin: 0;
}

.card__info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.photo-header {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .photo-header {
    height: 50%;
  }
}

.photo-header--full {
  height: 100%;
}

.photo-header img {
  width: 100%;
  height: auto;
}

.photo-header__shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery img {
  max-width: 100%;
  height: auto;
}

.footer {
  width: 100%;
  background-color: #2a2d34;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #e1efef;
  margin-top: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer__section {
  width: 80%;
  margin: 1em auto;
}

@media screen and (min-width: 576px) {
  .footer__section {
    width: auto;
  }
}

.footer__logo {
  display: none;
}

.footer__img {
  width: calc(1.6em + 16vw);
}

.footer__info {
  margin: 0;
  font-size: 1.2rem;
}

.footer-underline {
  width: calc(3em + 1.2vw);
  height: 2px;
  background-color: #e1efef;
  margin-bottom: 0.8em;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-shadow {
  -webkit-filter: invert(89%) sepia(14%) saturate(141%) hue-rotate(137deg) brightness(108%) contrast(88%);
          filter: invert(89%) sepia(14%) saturate(141%) hue-rotate(137deg) brightness(108%) contrast(88%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.icon-shadow:hover {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(213deg) brightness(106%) contrast(104%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(213deg) brightness(106%) contrast(104%);
}

.icon {
  -webkit-filter: invert(89%) sepia(14%) saturate(141%) hue-rotate(137deg) brightness(108%) contrast(88%);
          filter: invert(89%) sepia(14%) saturate(141%) hue-rotate(137deg) brightness(108%) contrast(88%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  width: calc(0.8em + 1.2vw);
  margin-right: 1em;
}

.icon:hover {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(213deg) brightness(106%) contrast(104%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(213deg) brightness(106%) contrast(104%);
}

.contact-form {
  width: 50%;
  margin: 0 auto;
  margin-top: 2em;
}

.contact-form textarea {
  resize: vertical;
}

.form-label {
  color: #2258AB;
}

.form-control {
  border: 2px solid #40a1cc;
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
    opacity: 0;
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
    opacity: 0;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.about-us .img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .about-us .img {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .about-us .img--right {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .about-us .img--left {
    margin-right: auto;
  }
}

.location {
  margin: 5em auto;
  width: 800px;
  height: 400px;
}

.location iframe {
  width: 100%;
  height: 100%;
}

/* BASIC STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --lightbox: #242424;
}

/* IMAGE GRID STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal-size {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
  .modal-size {
    max-width: 93vh;
    height: 70vh !important;
  }
  .lightbox-modal img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
  }
  .modal-dialog {
    max-width: 100%;
  }
  .close-button-container {
    top: 4px !important;
    right: 4px !important;
  }
}

.close-button-container {
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 18px;
  z-index: 9;
  padding: 0 2px;
  background-color: #242424;
}

.arrow-button-style {
  background: #242424 !important;
  opacity: .8;
  padding: 4px;
  border-radius: 50px;
}

.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
  -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.image-grid a:hover img {
  -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
          box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

/* LIGHTBOX STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
  margin-top: 2px;
}

.lightbox-modal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}
/*# sourceMappingURL=style.css.map */