.rooms-listing {
  margin-bottom: var(--space-between-sections);
}

.rooms-listing .owl-stage {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.rooms-listing .item {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  overflow: hidden;
}

.rooms-listing .item .info {
  width: 100%;
  padding: 20px 16px 20px 30%;
  margin: 0 auto;
}

.rooms-listing .item .info h3 {
  color: #2CCCD3;
  font-family: Comfortaa;
  font-size: 19px;
  font-style: normal;
  font-weight: bold;
}

.rooms-listing .item .person {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #97999B;
  font-weight: 400;
  line-height: 20px;
}

.rooms-listing .item .person img {
  width: auto;
  margin-right: 8px;
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.rooms-listing .item .price {
  position: absolute;
  top: 243px;
  left: 5%;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ff9900;
  border-radius: 100% 100% 100% 12px;
  padding-inline: 7px;
}

.rooms-listing .item .price p {
  font-size: 15px;
  font-weight: bolder;
  line-height: 9px;
  color: white;
  transform: rotate(-4deg) skew(-4deg);
  text-align: left;
  padding-inline: 4px;
}

.rooms-listing .item .price p:last-child {
  margin-bottom: 0;
}

.rooms-listing .item .price p.big {
  font-size: 35px;
  color: white;
  text-align: right;
}

.rooms-listing .item .price p span.price-symbol {
  font-size: 20px;
  vertical-align: top;
}

.rooms-listing .item .note {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 18px 0;
}

.rooms-listing .item .note p {
  display: flex;
  margin: 0 0 0 0;
  font-size: 12px;
  color: #2CCCD3;
  font-weight: 400;
  line-height: 16px;

  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.rooms-listing .item .note p:last-child {
  margin-bottom: 0;
}

.rooms-listing .item .note p i {
  margin-right: 4px;
}

.rooms-listing .item .buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.rooms-listing .item .buttons .button {
  position: relative;
  min-width: 159px;
  padding: 13px 53px 13px 15px;
  background-color: #45c2cc;
  border-radius: 30px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease-out;
}

.rooms-listing .item .buttons .button:after {
  content: "";
  width: 39px;
  background-image: url(../../images/button-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100% 100% 100% 12px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
}

.rooms-listing .item .buttons .button:hover {
  background-color: #ff9900;
}

.rooms-listing .item .buttons .button+.button {
  float: right;
  background-color: #ff9900;
}

.rooms-listing .item .buttons .button+.button:hover {
  background-color: #45c2cc;
}

.rooms-listing.owl-theme .owl-dots {
  margin-top: 30px;
}

.rooms-listing.owl-theme .owl-dots .owl-dot span {
  background: rgba(69, 194, 204, 0.3);
}

.rooms-listing.owl-theme .owl-dots .owl-dot.active span,
.rooms-listing.owl-theme .owl-dots .owl-dot:hover span {
  background: #45c2cc;
}

@media (min-width: 993px) and (max-width: 1024px) {
  .rooms-listing .item .price {
    width: 61px;
    height: 66px;
  }

  .rooms-listing .item .price p {
    font-size: 13px;
  }

  .rooms-listing .item .price p.big {
    font-size: 23px;
  }
}

@media (max-width: 1024px) {
  .rooms-listing {
    margin-top: 45px;
    margin-bottom: unset;
  }
}

@media (max-width: 995px) {

  /*----------------- Room Page -----------------*/
  .rooms-listing .item h5 {
    min-height: 56px;
    font-size: 18px;
    line-height: 28px;
  }

  .rooms-listing .item .person {
    font-size: 14px;
  }

  .rooms-listing .item .note p {
    font-size: 11px;
    line-height: 15px;
  }

  .rooms-listing .item .buttons .button {
    font-size: 13px;
  }

}

@media screen and (max-width: 991px) {
  .rooms-listing .item .price {
    left: 3%;
    top: 174px;
  }

  .rooms-listing .item .info {
    padding-left: 35%;
    padding-bottom: 8px;
  }

  .rooms-listing .item .person {
    display: none;
  }

  .rooms-listing .item .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .rooms-listing .item .buttons .button {
    display: inline-flex;
    float: none;
    margin-bottom: 15px;
  }

  .rooms-listing.owl-theme .owl-stage {
    padding-left: 0 !important;
    height: 456px;
  }

  .rooms-listing.owl-theme .owl-nav {
    top: auto;
    bottom: 0;
    position: relative;
    margin-top: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    display: none;
  }

  .rooms-listing.owl-theme .owl-nav button.owl-prev {
    position: relative;
    left: 0;
  }

  .rooms-listing.owl-theme .owl-nav button.owl-next {
    position: relative;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {

  .rooms-listing .item h5 {
    min-height: 56px;
    font-size: 18px;
    line-height: 24px;
  }

  .rooms-listing .item .note p {
    font-size: 11px;
    line-height: 15px;
  }

  .rooms-listing .item .buttons {
    margin-bottom: 24px;
  }

  .rooms-listing .item .buttons .button {
    font-size: 13px;
  }

  .rooms-listing .item .buttons .button span {
    display: none;
  }
}