* {
  box-sizing: border-box;
}
body {
  background: #f4f4f4;
}
.nav-item {
  padding: 0 30px;
}
.header {
  background: url("../images/header.jpg") no-repeat top;
  background-size: cover;
  min-height: 80vh;
  padding-bottom: 20px;
}

.header .lg {
  margin: 0 auto;
  margin-top: 25vh;
  text-align: center;
  line-height: 5rem;
  font-size: 4rem;
  color: #fff;
  -webkit-text-stroke: 2px #00000070;
}
.header .sm {
  margin: 0 auto;
  margin-top: 25vh;
  text-align: center;
  line-height: 3rem;
  font-size: 2rem;
  color: #fff;
}
.flat-type,
.zone-type {
  margin: 60px 0;
}
.flat-type .title,
.zone-type .title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.flat-type .type,
.zone-type .zone {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  height: 50vh;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px;
}
.flat-type .type img,
.zone-type .zone img {
  max-width: 100%;
  height: 100%;
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.flat-type .type:hover img,
.zone-type .zone:hover img {
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
}
.flat-type .type h3,
.zone-type .zone h3 {
  text-align: center;
  font-size: 23px;
  color: black;
}
.zone-type .zone .title {
  position: absolute;
  z-index: 1000;
  opacity: 0.7;
  font-size: 1.75rem;
  top: calc(50% - 16px);
}
.flats {
  padding: 30px 0;
  background: url("../images/flats.jpg");
  background-size: cover;
}
.flats .flat {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.flats .flat .img {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  height: 50vh;
}
.flats .flat .img img {
  width: 100%;
  height: 100%;
}
.flats .flat .img .overlay {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  opacity: 0.3;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.flats .flat .img:hover .overlay {
  opacity: 0.5;
}
.flats .flat .img .title {
  position: absolute;
  padding: 0 10px;
  font-weight: bold;
  bottom: 15%;
  min-width: 200px;
  z-index: 3;
  font-size: 1.3rem;
  margin: 0;
}
.flats .flat .img .location {
  position: absolute;
  padding: 0 10px;
  bottom: 5%;
  z-index: 3;
}
.flats .flat .details {
  background: #eee;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flats .flat .details .rooms {
  display: flex;
  flex-direction: column;
}
.flats .flat .details .bathrooms {
  display: flex;
  flex-direction: column;
}
.flats .flat .reserve {
  background: #0042a9;
  color: #fff;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.flats .flat .reserve:hover {
  background: #0042a9;
}
.gallery {
  height: 60vh;
  background: #000;
  overflow: hidden;
  border: 2px solid #000;
}
.gallery img {
  display: none;
}
.gallery img.active {
  display: block;
}
.gallery img {
  width: 100%;
  height: 100%;
}
.gallery .next,
.gallery .prev {
  top: 30vh;
  z-index: 105;
  background: #00000080;
  color: #eee;
  padding: 5px;
  opacity: 50%;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.gallery .next {
  right: 6%;
}
.gallery .prev {
  left: 6%;
}
.gallery .next:hover,
.gallery .prev:hover {
  opacity: 100%;
}
.unclickable {
  cursor: not-allowed !important;
  background: #00000080 !important;
  color: #eee !important;
  opacity: 10% !important;
}
.flat-details {
}
.flat-details .appartment-type,
.flat-details .appartment-details,
.flat-details .appartment-description,
.flat-details .appartment-prep {
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: #0000001f 1px solid;
  padding: 10px;
  text-align: right;
}
.flat-details .appartment-prep ul {
  padding: 0;
}
.flat-details .appartment-prep ul li {
  list-style-type: none;
  padding: 5px;
  margin-bottom: 10px;
}
.flat-details .appartment-prep ul li:before {
  content: " ";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  padding: 5px;
  color: #fff;
  background: #1e7e34;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 10px;
}
.flat-details .type-answer {
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
}
.flat-details .type-answer span {
  font-weight: bold;
  font-size: 18px;
}
.flat-details .icon {
  background: #0062cc;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #fff;
  padding: 5px;
  vertical-align: middle;
  font-size: 24px;
  line-height: 24px;
  border-radius: 50%;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.reserve a {
  cursor: pointer;
}
.reserve a button {
  cursor: pointer;
  padding: 5px 15px;
  font-size: 20px;
  background: #ffc107;
  transition: 0.5s ease-in-out;
  color: #212529;
  border: 1px solid #0000003b;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  outline: 0;
}
.reserve a:hover button {
  background: #d19f08;
}
.footer {
  width: 100%;
  padding: 10px;
  background: #1d2124;
  color: #fff;
}
.whatsapp {
  display: block;
  position: fixed;
  right: 10px;
  width: 60px;
  height: 60px;
  color: #0042a9;
  /*background:#0042a9;*/
  background: #0042a9;
  bottom: 10px;
  font-size: 16px;
  border-radius: 13px;
  transition: 0.5s ease-in-out;
  z-index: 1000;
}

.whatsapp a {
  color: #fff;
  width: 60px;
  height: 60px;
}

.whatsapp a i {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}

.callus {
  display: block;
  position: fixed;
  left: 10px;
  width: 60px;
  height: 60px;
  background-image: linear-gradient(to right, #0042a9, #0042a9);
  bottom: 10px;
  font-size: 16px;
  border-radius: 13px;
  transition: 0.5s ease-in-out;
  z-index: 1000;
}

.callus a {
  color: white;
  width: 55px;
  height: 55px;
}

.callus a i {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10.5px;
  right: 10px;
}
