@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
.wrapper-rooms {
  background-color: #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  text-decoration: none;
  margin-top: 25px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.wrapper-rooms .livingr {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../images/livingroom.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/livingroom.jpg");
  background-size: cover;
}

.wrapper-rooms .kitchen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../images/kitchen.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/kitchen.jpg");
  background-size: cover;
}

.wrapper-rooms .theatre {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../images/theatre.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/theatre.jpg");
  background-size: cover;
}

.wrapper-rooms .courtyard {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../images/courtyard.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/courtyard.jpg");
  background-size: cover;
}

.wrapper-rooms .backyard {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../images/backyard.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/backyard.jpg");
  background-size: cover;
}

.wrapper-rooms .masterbed {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../images/masterbed.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/masterbed.jpg");
  background-size: cover;
}

.wrapper-rooms .bedroom1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../images/bedroom1.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/bedroom1.jpg");
  background-size: cover;
}

.wrapper-rooms .balcony {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../images/balcony.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/balcony.jpg");
  background-size: cover;
}

.wrapper-rooms .current-room {
  min-width: 250px;
  height: 190px;
  margin: 10px;
  text-align: center;
  border-radius: 9px;
  color: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

.wrapper-rooms .current-room h5 {
  font-size: 20px;
  line-height: 200px;
}

.wrapper-rooms .current-room .recording-overlay {
  position: absolute;
  bottom: 10px;
  left: 0px;
  text-align: center;
  padding: 5px;
  border-radius: 9px;
  font-size: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 80px;
  height: 25px;
  margin-left: 15px;
}

.wrapper-rooms .current-room .recording-overlay img {
  height: 15px;
  -webkit-filter: invert(0);
          filter: invert(0);
}
/*# sourceMappingURL=rooms.css.map */