body {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  filter: brightness(0.4);
  height: 100vh;
  width: 100vw;
  background-image: url("images/background.jpg");
  background-size: cover;
  z-index: -1;
}

.langList {
  position: fixed;
  height: auto;
  width: 5vw;
  top: 20%;
  left: 1%;
  transform: translate(0, -50%);
  z-index: 5;
}

.langList div img {
  position: relative;
  height: 3vw;
  width: 3vw;
  transition: 0.1s;
  cursor: pointer;
  margin: 10%;
  border-radius: 100%;
}

.langList div img:hover {
  filter: brightness(1);
  transition: 0.1s;
  box-shadow: 0 0 30px 3px whitesmoke;
}

.preLoader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: white;
  z-index: 5;
  transition: 2s;
}

.preLoader h1 {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
  font-family: "Amatic SC", cursive;
  font-size: 6rem;
  transition: 2s;
}

.HidePreLoader {
  left: -100vw;
  transition: 2s;
}

.preLoaderTXT {
  position: fixed;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -70%);
  font-family: "Amatic SC", cursive;
  font-size: 3rem;
  letter-spacing: 1px;
  transition: 2s;
}

svg {
  position: relative;
  display: block;
  width: 258px;
  height: 258px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tree {
  fill: green;
}

.circle-mask {
  transform-origin: 50% 90%;
  animation: scale 5s infinite ease-out;
}

@keyframes scale {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.navigation {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  height: 20vh;
  text-decoration: none;
  color: white;
}

.navigation span {
  font-size: 3em;
  font-family: "Amatic SC", cursive;
  color: white;
}

.navigation span:hover {
  cursor: pointer;
  border-bottom: 1px solid white;
}

.navigation div a:hover {
  height: 0;
  text-decoration: none;
}

.headerImgContainer {
  height: 100vh;
  width: 100vw;
}

.headingPic {
  height: 100vh;
  width: 100vw;
  position: absolute;
  filter: brightness(0.4);
}

.heading {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  border: 1px solid white;
  border-bottom: 0;
  height: 88vh;
  width: 90vw;
  top: 5%;
  margin: auto;
  border-radius: 30px;
}

.heading h1 {
  font-size: 10vw;
  text-align: center;
  margin: 0;
  color: white;
  font-family: "Amatic SC", cursive;
}

.heading p {
  display: flex;
  flex-wrap: wrap;
  color: white;
  font-size: 2rem;
  text-align: center;
  font-family: "Amatic SC", cursive;
  margin: 0 auto;
}

.line {
  position: relative;
  display: flex;
  align-self: center;
  margin: 2%;
  width: 0;
  height: 0.2%;
  background-color: white;
  z-index: 1;
}

.lineOnLoad {
  transition: 1s;
  width: 50%;
}

.logoContainer {
  display: flex;
  justify-content: center;
  align-content: center;
  align-self: center;
  height: 8vw;
  width: 8vw;
  border-radius: 66.6%;
  background-color: white;
  opacity: 0.9;
}

.birdLogo {
  align-self: center;
  height: 100%;
  width: auto;
  opacity: 0.9;
}

@keyframes arrow {
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
.commentsList {
  display: flex;
  height: auto;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.commentsList span {
  color: green;
  width: 20%;
  text-align: center;
  font-style: italic;
}

.commentsList div {
  margin: 1%;
  font-family: "Lato", sans-serif;
  font-size: 1.3em;
  text-align: justify;
  transform: scale(0.9);
  transition: 1s;
  color: white;
  padding: 0;
}

.commentsList div:hover {
  transition: 1s;
  transform: scale(1.1);
}

.fa-quote-left {
  font-size: 1rem;
  color: #6f42c1;
}

.fa-quote-right {
  font-size: 1rem;
  color: indianred;
}

.entertainment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: black;
}

.Apartment {
  position: relative;
  height: auto;
  width: 90%;
  padding: 0 1% 0 1%;
  margin: 1% auto;
  color: white;
  box-shadow: 6px 6px 10px 3px black;
  font-family: "Crimson Text", serif;
  font-size: 2rem;
}

.Apartment h3 {
  color: white;
  font-size: 4rem;
  font-family: "Amatic SC", cursive;
}

.Apartment p {
  text-align: center;
  font-family: "Lato", sans-serif;
  color: white;
  font-size: 1.9rem;
}

.Apartment span {
  font-weight: bolder;
}

.floor {
  display: flex;
  height: auto;
  width: 90%;
  margin: 1% auto;
  flex-wrap: wrap;
  box-shadow: 6px 6px 10px 3px black;
}

.d-block {
  width: auto;
  max-height: 85vh;
}

.lastGalleryImg {
  margin: 0 auto;
  height: auto;
  max-width: 70%;
}

.description {
  height: auto;
}

.description h2 {
  font-size: 3rem !important;
  font-family: "Amatic SC", cursive;
  color: white;
}

.description p {
  color: white;
  text-align: left;
  font-family: "Lato", sans-serif;
}

.carousel-fade {
  margin-left: 1%;
  margin-right: 1%;
}

.carousel-item {
  max-height: 95vh;
  max-width: 100vw;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: black !important;
  padding: 5%;
  box-shadow: 0 0 5px 5px black;
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
  background-color: black;
}

.galleryDescription {
  display: flex;
  justify-content: center;
  align-items: self-end;
  position: relative;
  height: auto;
  margin: 0 auto;
  width: 90%;
  box-shadow: 6px 6px 10px 4px black;
}

.galleryDescription p {
  color: white;
  font-family: "Lato", sans-serif;
  text-align: justify;
  width: 90%;
  padding: 2%;
}

.carouselBorderDiv {
  width: 90%;
  height: auto;
  margin: 0 auto;
  box-shadow: 6px 6px 10px 3px black;
}

.galleryDescription button {
  display: none;
}

.footer {
  height: 80vh;
}

.Contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 50vh;
}

.Contact i {
  font-size: 3rem;
  margin: 5px;
  color: cornflowerblue;
}

.Contact h1 {
  font-size: 4em;
  color: white;
  font-family: "Amatic SC", cursive;
}

.Contact ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  height: 40%;
  width: 90%;
  text-decoration: none;
  list-style-type: none;
  box-shadow: 6px 6px 10px 3px black;
}

.Contact ul a {
  color: white;
  font-size: 2.5rem;
  text-decoration: none;
}

.Contact ul a:hover {
  color: cornflowerblue;
}

.Contact ul li {
  height: auto;
  width: auto;
  font-size: 2rem;
}

#Mapa {
  height: 30vh;
}

.smallScreenMenuBar {
  display: none;
}

.smallScreenNavigation {
  display: none;
}

@media (max-width: 320px), (max-width: 415px) {
  .langList div img {
    height: 10vw;
    width: 10vw;
  }

  .housePicFixed {
    display: none;
  }

  .houseImgUnder {
    display: none;
  }

  .preLoader h1 {
    top: 2%;
    left: 50%;
    transform: translate(-50%, -2%);
    text-align: center;
  }

  .navigation {
    display: none;
  }

  .navigation div {
    display: none;
  }

  .headingPic {
    height: 100vh;
    width: 100%;
    image-resolution: from-image;
    margin-bottom: auto;
    object-fit: cover;
  }

  .heading {
    top: 0;
    align-content: center;
    justify-content: center;
    border: none;
    height: 100vh;
  }

  .lineOnLoad {
    width: 80%;
  }

  .logoContainer {
    height: 20vw;
    width: 20vw;
  }

  .preLoaderTXT {
    font-size: 2rem;
  }

  .barLine {
    border-radius: 10px;
    height: 15%;
    width: 90%;
    background-color: black;
  }

  .top {
    background-color: seagreen;
  }

  .middle {
    background-color: indianred;
  }

  .bottom {
    background-color: yellow;
  }

  .heading h1 {
    font-size: 20vw;
  }

  .commentsList span {
    color: green;
  }

  .commentsList div {
    color: white;
  }

  .Apartment h3 {
    font-size: 3rem;
    color: white;
  }

  .Apartment p {
    font-size: 1.8rem;
  }

  .floor {
    align-items: flex-start;
    height: auto;
  }

  .levelOneImg, .levelTwoImg, .levelThreeImg {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    background-color: white;
    cursor: pointer;
  }

  .description {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 1.4em;
  }

  .galleryDescription {
    height: auto;
  }

  .galleryDescription p {
    text-align: center;
    font-size: 0.7em;
    color: white;
    padding: 3%;
    height: auto;
  }

  .galleryDescription button {
    display: block;
    background-color: transparent;
    border: none;
    color: white;
  }

  .galleryDescription .hideText {
    display: none;
  }

  .smallScreenMenuBar {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    bottom: -20vw;
    left: 50%;
    transform: translate(-50%, 0);
    height: 40vw;
    width: 40vw;
    border-radius: 66%;
    background-color: white;
    z-index: 4;
    text-align: center;
    font-weight: bold;
    font-family: "Amatic SC", cursive;
    font-size: 2em;
    transition: 0.5s ease;
  }

  .smallScreenMenuBarClick {
    transition: 0.5s ease;
    transform: translate(-50%, 0) rotate(180deg);
    background-color: lightblue;
    color: white;
  }

  #degree180Span {
    transform: rotate(180deg);
  }

  .smallScreenNavigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 100%;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    background-color: white;
    transition: 0.6s ease-in-out;
    border-radius: 0 100% 0 0;
  }

  .smallScreenNavigationMobile {
    top: 0;
    left: 0;
    height: 130vh;
    width: 100vw;
    border-radius: 100% 0 0 0;
    transition: 0.6s ease-in-out;
  }

  .smallScreenNavigation div {
    font-family: "Amatic SC", cursive;
    margin: 1%;
    padding: 1%;
    font-size: 2em;
    transition: 1s;
  }

  .galleryDescription {
    height: auto;
  }

  .galleryDescription p {
    color: white;
  }

  .d-block {
    width: 100vw;
    height: auto;
  }

  .lastGalleryImg {
    margin: 0 auto;
    height: auto;
    max-width: 100vw;
  }

  .Contact ul li {
    display: flex;
    flex-direction: column;
  }

  .Contact ul a {
    font-size: 0.8rem;
  }
}
@media (min-width: 568px) and (max-width: 823px) and (orientation: landscape) {
  .langList div img {
    height: 6vw;
    width: 6vw;
  }

  .navigation {
    display: none;
  }

  .navigation div {
    display: none;
  }

  .commentsList span {
    color: green;
  }

  .commentsList div {
    color: white;
  }

  .smallScreenNavigationMobile {
    position: fixed;
    display: flex;
    flex-direction: row;
  }

  .smallScreenMenuBar {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    bottom: -10vw;
    left: 50%;
    transform: translate(-50%, 0);
    height: 20vw;
    width: 20vw;
    border-radius: 66%;
    background-color: white;
    z-index: 4;
    text-align: center;
    font-weight: bold;
    font-family: "Amatic SC", cursive;
    font-size: 2em;
    transition: 0.5s ease;
  }

  .smallScreenMenuBarClick {
    transition: 0.5s ease;
    transform: translate(-50%, 0) rotate(180deg);
    background-color: lightblue;
    color: white;
  }

  #degree180Span {
    transform: rotate(180deg);
  }

  .smallScreenNavigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 100%;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    background-color: white;
    transition: 0.6s ease-in-out;
    border-radius: 0 100% 0 0;
  }

  .smallScreenNavigationMobile {
    top: 0;
    left: 0;
    height: 130vh;
    width: 100vw;
    border-radius: 100% 0 0 0;
    transition: 0.6s ease-in-out;
  }

  .smallScreenNavigation div {
    font-family: "Amatic SC", cursive;
    margin: 1%;
    padding: 1%;
    font-size: 2em;
    transition: 1s;
  }

  .galleryDescription p {
    font-size: 0.5em;
    margin: 5%;
    text-align: justify;
  }

  .d-block {
    width: auto;
    max-height: 85vh;
  }

  .lastGalleryImg {
    margin: 0 auto;
    height: auto;
    max-width: 70vw;
  }

  .Contact ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    height: 60%;
    width: 80%;
    margin: 10px auto 10px auto;
    text-decoration: none;
    list-style-type: none;
  }

  .Contact ul a {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 834px) {
  .langList div img {
    height: 6vw;
    width: 6vw;
  }

  .headingPic {
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    background-size: 100%;
    object-fit: cover;
    background-position: left;
  }

  .commentsList div {
    color: white;
  }

  .commentsList span {
    color: green;
  }

  .galleryDescription p {
    font-size: 0.8em;
    color: white;
    text-align: justify;
  }

  .d-block {
    width: auto;
    max-height: 85vh;
  }

  .lastGalleryImg {
    margin: 0 auto;
    height: auto;
    max-width: 70vw;
  }

  .navigation {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    height: 20vh;
    font-family: "Amatic SC", cursive;
    text-decoration: none;
    color: white;
  }

  .houseImgUnder {
    display: none;
  }

  .housePicFixed {
    display: none;
  }

  .Contact ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60%;
    width: 90%;
    text-decoration: none;
    list-style-type: none;
  }
}
@media (min-width: 1024px), (max-width: 1112px) {
  .headerImgContainer {
    height: 100vh;
    width: 100vw;
  }

  .headingPic {
    background-size: 100%;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    overflow-x: hidden;
    position: absolute;
    filter: brightness(0.4);
  }

  .description {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    border: 1px solid black;
  }

  .description p {
    text-align: center;
    font-size: 1.3rem;
  }

  .galleryDescription {
    color: white;
    font-size: 1.7em;
    text-align: justify;
  }
}
@media (min-width: 1024px) and (orientation: landscape) {
  body {
    line-height: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
