.room-block-current-theme1 .inner-box {
  position: relative;
}
.room-block-current-theme1 .inner-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #222222, rgba(34, 34, 34, 0));
  opacity: 0.4;
  z-index: 9;
  transition: all 0.3s ease;
}
.room-block-current-theme1 .inner-box:hover .box-caption {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.room-block-current-theme1 .inner-box:hover .content-box {
  bottom: 84px;
  z-index: 9;
}
.room-block-current-theme1 .inner-box:hover:before {
  opacity: 0.8;
  visibility: visible;
}
.room-block-current-theme1 .inner-box:hover .image-box figure img {
  transform: scale(1.2);
}
.room-block-current-theme1 .inner-box .box-caption {
  position: absolute;
  left: 30px;
  width: calc(100% - 60px);
  z-index: 99;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  transition: all 0.3s ease;
}
.room-block-current-theme1 .inner-box .box-caption .book-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  font-family: var(--text-font2);
  letter-spacing: 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.room-block-current-theme1 .inner-box .box-caption .book-btn:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}
.room-block-current-theme1 .inner-box .box-caption .kodelisting-room-basic-info-minimal {
  margin-left: auto;
}
.room-block-current-theme1 .inner-box .box-caption .kodelisting-room-basic-info-minimal li {
  display: inline-block;
  margin-right: 11px;
  margin-bottom: 5px;
}
.room-block-current-theme1 .inner-box .box-caption .kodelisting-room-basic-info-minimal li:last-child {
  margin-right: 0;
}
.room-block-current-theme1 .inner-box .box-caption .kodelisting-room-basic-info-minimal li i {
  color: #fff;
  font-size: 16px;
}
.room-block-current-theme1 .inner-box .image-box figure {
  margin-bottom: 27px;
  overflow: hidden;
}
.room-block-current-theme1 .inner-box .image-box figure img {
  transition: all 0.3s ease;
  object-fit: cover;
}
.room-block-current-theme1 .inner-box .content-box {
  position: absolute;
  bottom: 22px;
  right: 32px;
  text-align: right;
  transition: all 0.3s ease;
  z-index: 9;
}
.room-block-current-theme1 .inner-box .content-box .title {
  font-size: 27px;
  margin-bottom: -6px;
  color: #fff;
}
.room-block-current-theme1 .inner-box .content-box .title a:hover,
.room-block-current-theme1 .inner-box .content-box .title a:focus {
  color: #fff;
}
.room-block-current-theme1 .inner-box .content-box .price {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .room-block-current-theme1 .inner-box .image-box .image-2 img {
    width: 100%;
    height: 340px;
    object-fit: cover;
  }
}

.room-block-current-theme2 {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .room-block-current-theme2 {
    padding-bottom: 30px;
  }
}
.room-block-current-theme2 .inner-box {
  position: relative;
}
.room-block-current-theme2 .inner-box .content-column .inner-column {
  position: relative;
  background-color: var(--theme-color2);
  padding: 39px 50px 50px;
  margin-right: -17px;
  z-index: 1;
  margin-top: 40px;
}
@media (max-width: 1199.98px) {
  .room-block-current-theme2 .inner-box .content-column .inner-column {
    margin-right: -113px;
  }
}
@media (max-width: 991.98px) {
  .room-block-current-theme2 .inner-box .content-column .inner-column {
    margin-top: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .room-block-current-theme2 .inner-box .content-column .inner-column {
    padding: 19px 30px 30px;
  }
}
.room-block-current-theme2 .inner-box .content-column .inner-column .pricing-title {
  color: #fff;
}
.room-block-current-theme2 .inner-box .content-column .inner-column .pricing-amount {
  color: var(--theme-color1);
  display: block;
  margin-bottom: 15px;
  margin-top: -11px;
}
.room-block-current-theme2 .inner-box .content-column .inner-column .list-box {
  border-top: 1px solid rgba(106, 106, 106, 0.5);
  display: flex;
  margin-bottom: 15px;
}
.room-block-current-theme2 .inner-box .content-column .inner-column .list-box ul {
  margin-right: 53px;
  margin-top: 19px;
  justify-content: space-between;
}
.room-block-current-theme2 .inner-box .content-column .inner-column .list-box ul:last-child {
  margin-right: 0;
}
.room-block-current-theme2 .inner-box .content-column .inner-column .list-box ul li {
  padding-left: 0;
  flex-basis: 33%;
}
.room-block-current-theme2 .inner-box .content-column .inner-column ul {
  margin-top: 30px;
}
.room-block-current-theme2 .inner-box .content-column .inner-column ul li {
  align-items: center;
  display: flex;
  margin-bottom: 14px;
  color: #acacac;
}
.room-block-current-theme2 .inner-box .content-column .inner-column ul li .image {
  margin-bottom: 0;
  margin-right: 10px;
}
.room-block-current-theme2 .inner-box .content-column .inner-column .text {
  margin-bottom: 15px;
}
.room-block-current-theme2 .inner-box .content-column .inner-column .btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.room-block-current-theme2 .inner-box .content-column .inner-column .btn-box .btn-link {
  color: var(--theme-color-white);
  font-size: 18px;
  text-decoration: none;
}
.room-block-current-theme2 .inner-box .content-column .inner-column .btn-box .btn-link i {
  font-size: 15px;
  margin-left: 3px;
  transition: all 0.3s ease;
}
.room-block-current-theme2 .inner-box .content-column .inner-column .btn-box .btn-link:hover {
  color: var(--theme-color1);
}
.room-block-current-theme2 .inner-box .content-column .inner-column .btn-box .btn-link:hover i {
  transform: translateX(-50%);
  opacity: 0;
}
.room-block-current-theme2 .inner-box .image-column .image-box {
  margin-left: -105px;
}
@media (max-width: 991.98px) {
  .room-block-current-theme2 .inner-box .image-column .image-box {
    margin-left: 0;
  }
}
.room-block-current-theme2 .inner-box .image-column .image-box figure {
  position: relative;
}
.room-block-current-theme2 .inner-box .image-column .image-box figure:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.room-block-current-theme2 .inner-box .image-column .image-box figure:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.room-block-current-theme2 .inner-box .image-column .image-box figure img {
  height: 100%;
  object-fit: cover;
}
.img-position-left .room-block-current-theme2 .inner-box .content-column {
  order: 1;
}
.img-position-left .room-block-current-theme2 .inner-box .content-column .inner-column {
  margin-left: -17px;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .img-position-left .room-block-current-theme2 .inner-box .content-column .inner-column {
    margin-left: 0;
  }
}
.img-position-left .room-block-current-theme2 .inner-box .image-column .image-box {
  margin-left: 0;
  margin-right: -105px;
}
@media (max-width: 991.98px) {
  .img-position-left .room-block-current-theme2 .inner-box .image-column .image-box {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .img-position-zigzag .isotope-layout-inner .isotope-item:nth-child(odd) .room-block-current-theme2 .inner-box .content-column {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .img-position-zigzag .isotope-layout-inner .isotope-item:nth-child(odd) .room-block-current-theme2 .inner-box .content-column .inner-column {
    margin-left: -17px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .img-position-zigzag .isotope-layout-inner .isotope-item:nth-child(odd) .room-block-current-theme2 .inner-box .image-column .image-box {
    margin-left: 0;
    margin-right: -105px;
  }
}

.room-block-current-theme3 {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .room-block-current-theme3 {
    padding-bottom: 30px;
  }
}
.room-block-current-theme3 .inner-box {
  position: relative;
}
.room-block-current-theme3 .inner-box .content-column .inner-column {
  position: relative;
  padding: 0 0 50px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .room-block-current-theme3 .inner-box .content-column .inner-column {
    margin-top: 0;
  }
}
.room-block-current-theme3 .inner-box .content-column .inner-column .pricing-amount {
  color: var(--theme-color1);
  display: block;
  font-size: 48px;
  margin-bottom: 0;
  font-family: var(--title-font);
}
.room-block-current-theme3 .inner-box .content-column .inner-column .pricing-amount span {
  font-size: 14px;
  color: var(--theme-color-dark);
  margin-left: 5px;
}
.room-block-current-theme3 .inner-box .content-column .inner-column .pricing-title {
  font-size: 27px;
  color: var(--theme-color-dark);
  margin-bottom: 18px;
  margin-top: -4px;
}
.room-block-current-theme3 .inner-box .content-column .inner-column .list-box {
  display: flex;
  margin-bottom: 18px;
}
.room-block-current-theme3 .inner-box .content-column .inner-column .list-box ul {
  margin-right: 53px;
  margin-top: 0;
  justify-content: space-between;
}
.room-block-current-theme3 .inner-box .content-column .inner-column .list-box ul:last-child {
  margin-right: 0;
}
.room-block-current-theme3 .inner-box .content-column .inner-column .list-box ul li {
  flex-basis: 33%;
}
.room-block-current-theme3 .inner-box .content-column .inner-column ul {
  margin-top: 30px;
}
.room-block-current-theme3 .inner-box .content-column .inner-column ul li {
  margin-bottom: 10px;
}
.room-block-current-theme3 .inner-box .content-column .inner-column .btn-box {
  display: flex;
  margin-top: 41px;
}
.room-block-current-theme3 .inner-box .content-column .inner-column .btn-box .btn-link {
  color: var(--theme-color-dark);
  font-size: 18px;
  text-decoration: none;
}
.room-block-current-theme3 .inner-box .content-column .inner-column .btn-box .btn-link i {
  font-size: 15px;
  margin-left: 3px;
  transition: all 0.3s ease;
}
.room-block-current-theme3 .inner-box .content-column .inner-column .btn-box .btn-link:hover {
  color: var(--theme-color1);
}
.room-block-current-theme3 .inner-box .content-column .inner-column .btn-box .btn-link:hover i {
  transform: translateX(-50%);
  opacity: 0;
}
.room-block-current-theme3 .inner-box .image-column .image-box {
  margin-left: 40px;
}
@media (max-width: 1199.98px) {
  .room-block-current-theme3 .inner-box .image-column .image-box {
    margin-left: 0;
  }
}
.room-block-current-theme3 .inner-box .image-column .image-box figure {
  position: relative;
}
.room-block-current-theme3 .inner-box .image-column .image-box figure:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.room-block-current-theme3 .inner-box .image-column .image-box figure:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.room-block-current-theme3 .inner-box .image-column .image-box figure img {
  height: 100%;
  object-fit: cover;
}
.img-position-left .room-block-current-theme3 .inner-box .content-column {
  order: 1;
}
@media (min-width: 1200px) {
  .img-position-left .room-block-current-theme3 .inner-box .image-column .image-box {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .img-position-zigzag .isotope-layout-inner .isotope-item:nth-child(odd) .room-block-current-theme3 .inner-box .content-column {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .img-position-zigzag .isotope-layout-inner .isotope-item:nth-child(odd) .room-block-current-theme3 .inner-box .image-column .image-box {
    margin-left: 0;
    margin-right: 40px;
  }
}

.room-block-current-theme4 .inner-box {
  background-color: var(--theme-color-white);
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.room-block-current-theme4 .inner-box:hover .image-box img {
  transform: scale(1.1);
}
.room-block-current-theme4 .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
}
.room-block-current-theme4 .inner-box .image-box .image img {
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-block-current-theme4 .inner-box .image-box .image img {
    height: auto;
  }
}
.room-block-current-theme4 .content-box {
  padding: 30px 30px 15px;
  position: relative;
  z-index: 2;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-block-current-theme4 .content-box {
    padding: 20px;
  }
}
.room-block-current-theme4 .content-box .inner-box {
  border-bottom: 1px solid rgba(106, 105, 105, 0.2);
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.room-block-current-theme4 .content-box .title {
  font-family: "Gilda Display";
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-block-current-theme4 .content-box .title {
    font-size: 20px;
  }
}
.room-block-current-theme4 .content-box .price {
  color: var(--theme-color1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
.room-block-current-theme4 .content-box .facilities-box {
  position: relative;
}
.room-block-current-theme4 .content-box .facilities-box ul {
  justify-content: space-between;
}
.room-block-current-theme4 .content-box .facilities-box ul li {
  flex-basis: 50%;
  align-items: center;
  color: #818181;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 25px;
}
.room-block-current-theme4 .content-box .facilities-box ul i {
  color: #818181;
  font-size: 24px;
}