.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;
}

.room-block-current-theme5 .inner-box {
  position: relative;
}
.room-block-current-theme5 .inner-box:before {
  background: linear-gradient(180deg, rgba(4, 6, 24, 0) 0%, #040618 100%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 300ms ease;
}
.room-block-current-theme5 .inner-box:hover .image-box .image img {
  transform: scale(1.2);
}
.room-block-current-theme5 .inner-box:hover .image-box .price {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
.room-block-current-theme5 .inner-box:hover .content-box {
  bottom: 84px;
  margin-bottom: 55px;
  z-index: 9;
}
.room-block-current-theme5 .inner-box:hover .facilities-box {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.room-block-current-theme5 .inner-box .image-box .image {
  overflow: hidden;
}
.room-block-current-theme5 .inner-box .image-box .image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  transition: all 300ms ease;
}
.room-block-current-theme5 .inner-box .image-box .price {
  height: 45px;
  left: 40px;
  position: absolute;
  top: 40px;
  background: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  padding: 9px 18px;
  transform: translateY(15px);
  transition: all 300ms ease;
  opacity: 0;
  z-index: 9;
  visibility: hidden;
}
.room-block-current-theme5 .inner-box .content-box {
  bottom: 35px;
  left: 40px;
  position: absolute;
  transition: all 300ms ease;
  z-index: 9;
}
.room-block-current-theme5 .inner-box .content-box .entry-title {
  color: var(--theme-color-light);
  margin-bottom: 15px;
}
.room-block-current-theme5 .inner-box .content-box .price {
  color: var(--theme-color-light);
}
.room-block-current-theme5 .inner-box .facilities-box {
  align-items: flex-end;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  bottom: 0;
  display: flex;
  left: 40px;
  margin-top: 25px;
  opacity: 0;
  padding-top: 10px;
  position: absolute;
  visibility: hidden;
  width: calc(100% - 60px);
  z-index: 99;
  transition: all 300ms ease;
}
.room-block-current-theme5 .inner-box .facilities-box ul {
  justify-content: space-between;
}
.room-block-current-theme5 .inner-box .facilities-box ul li {
  flex-basis: 50%;
  align-items: center;
  color: #ccc;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.room-block-current-theme5 .inner-box .facilities-box ul i {
  color: #fff;
  font-size: 24px;
}

.room-block-current-theme6 .inner-box {
  position: relative;
}
.room-block-current-theme6 .inner-box:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.03%, rgba(0, 0, 0, 0.75) 100%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 300ms ease;
}
.room-block-current-theme6 .inner-box:hover .image-box .image img {
  transform: scale(1.2);
}
@media (max-width: 991.98px) {
  .room-block-current-theme6 .inner-box .image-box .image img {
    height: 340px;
    object-fit: cover;
    width: 100%;
  }
}
.room-block-current-theme6 .inner-box .image-box .btn-box {
  height: 45px;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 135px;
  transform: translateY(15px);
  transition: all 300ms ease;
  z-index: 9;
}
@media (max-width: 575.98px) {
  .room-block-current-theme6 .inner-box .image-box .btn-box {
    left: 20px;
  }
}
.room-block-current-theme6 .inner-box .image-box .btn-box .btn-style-two {
  padding: 9px 31px;
}
.room-block-current-theme6 .inner-box .image-box .btn-box span {
  font-family: var(--text-font2);
  font-weight: normal;
  text-transform: capitalize;
}
.room-block-current-theme6 .inner-box .image-box .image {
  overflow: hidden;
}
.room-block-current-theme6 .inner-box .image-box .image img {
  transition: all 300ms ease;
  object-fit: cover;
  width: 100%;
}
.room-block-current-theme6 .inner-box .content-box {
  bottom: 55px;
  left: 0;
  margin: 0 auto 55px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 300ms ease;
  z-index: 9;
}
@media (max-width: 575.98px) {
  .room-block-current-theme6 .inner-box .content-box {
    text-align: left;
    left: 20px;
  }
}
.room-block-current-theme6 .inner-box .content-box .entry-title {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
}
.room-block-current-theme6 .inner-box .content-box .entry-title a:hover,
.room-block-current-theme6 .inner-box .content-box .entry-title a:focus {
  color: #fff;
}
.room-block-current-theme6 .inner-box .content-box .price {
  color: #fff;
}
.room-block-current-theme6 .inner-box .box-caption {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  bottom: 30px;
  left: 40px;
  padding-top: 5px;
  position: absolute;
  width: calc(100% - 60px);
  z-index: 99;
  color: #fff;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-block-current-theme6 .inner-box .box-caption {
    border: none;
    left: 20px;
  }
}
.room-block-current-theme6 .inner-box .box-caption .kodelisting-room-basic-info ul {
  justify-content: center;
}
.room-block-current-theme6 .inner-box .box-caption .kodelisting-room-basic-info ul li:nth-child(n+5) {
  display: none;
}
.room-block-current-theme6 .inner-box .box-caption .kodelisting-room-basic-info ul li .kodelisting-icon i {
  color: #fff;
}

.room-block-current-theme7 {
  z-index: 1;
}
.room-block-current-theme7 .outer-box {
  display: flex;
}
@media (max-width: 991.98px) {
  .room-block-current-theme7 .outer-box {
    display: block;
  }
}
.room-block-current-theme7 .outer-box .image-box {
  max-width: none;
  position: relative;
  width: calc(50% + 0px);
}
.room-block-current-theme7 .outer-box .image-box img {
  height: 100%;
}
@media (max-width: 991.98px) {
  .room-block-current-theme7 .outer-box .image-box {
    height: 450px;
    position: relative;
    width: 100%;
  }
}
.room-block-current-theme7 .outer-box .content-column {
  left: 0px;
  max-width: none;
  padding-left: 120px;
  width: calc(50% - 0px);
}
@media (max-width: 1499.98px) {
  .room-block-current-theme7 .outer-box .content-column {
    padding-left: 90px;
    max-width: 630px;
  }
}
@media (max-width: 1299.98px) {
  .room-block-current-theme7 .outer-box .content-column {
    padding-left: 60px;
    max-width: 550px;
  }
}
@media (max-width: 1199.98px) {
  .room-block-current-theme7 .outer-box .content-column {
    padding-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .room-block-current-theme7 .outer-box .content-column {
    max-width: initial;
    width: 90%;
  }
}
@media (max-width: 375.98px) {
  .room-block-current-theme7 .outer-box .content-column {
    max-width: initial;
    width: 90%;
  }
}
.room-block-current-theme7 .outer-box .content-column .inner-column {
  padding: 110px 0 120px;
  max-width: 600px;
}
.room-block-current-theme7 .outer-box .content-column .inner-column .sec-title {
  margin-bottom: 0;
}
.room-block-current-theme7 .outer-box .content-column .inner-column .sec-title .entry-title {
  color: #fff;
  margin-top: 0;
  font-size: 50px;
  margin-bottom: 10px;
}
.room-block-current-theme7 .outer-box .content-column .inner-column .sec-title .price {
  color: var(--theme-color1);
  margin-top: 0;
}
.room-block-current-theme7 .outer-box .content-column .inner-column .sec-title .price small {
  color: var(--theme-color1);
}
.room-block-current-theme7 .outer-box .content-column .inner-column .text {
  color: #cccccc;
  margin-bottom: 50px;
  margin-top: 32px;
}
.room-block-current-theme7 .outer-box .content-column .inner-column .room-feature {
  margin-bottom: 30px;
}
.room-block-current-theme7 .outer-box .content-column .inner-column .room-feature ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991.98px) {
  .room-block-current-theme7 .outer-box .content-column .inner-column .room-feature ul {
    display: block;
  }
}
.room-block-current-theme7 .outer-box .content-column .inner-column .room-feature li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 18px;
}
.room-block-current-theme7 .outer-box .content-column .inner-column .room-feature span {
  color: #fff;
  margin-right: 15px;
}
.room-block-current-theme7 .outer-box .content-column .btn-style-two {
  font-size: 14px;
  position: relative;
  line-height: 25px;
  padding: 16px 42px;
  overflow: hidden;
  color: #fff;
  border: 1px solid var(--theme-color1);
  background-color: var(--theme-color1);
  text-transform: uppercase;
  z-index: 9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.room-block-current-theme7 .outer-box .content-column .btn-style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color2);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.room-block-current-theme7 .outer-box .content-column .btn-style-two:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.room-block-current-theme8 {
  z-index: 1;
}
.room-block-current-theme8 .outer-box {
  display: flex;
}
@media (max-width: 991.98px) {
  .room-block-current-theme8 .outer-box {
    display: block;
  }
}
.room-block-current-theme8 .outer-box .image-box {
  max-width: none;
  position: relative;
  width: calc(50% + 0px);
}
.room-block-current-theme8 .outer-box .image-box img {
  height: 100%;
}
@media (max-width: 991.98px) {
  .room-block-current-theme8 .outer-box .image-box {
    height: 450px;
    position: relative;
    width: 100%;
  }
}
.room-block-current-theme8 .outer-box .content-column {
  left: 0px;
  max-width: none;
  padding-left: 120px;
  width: calc(50% - 0px);
}
@media (max-width: 1499.98px) {
  .room-block-current-theme8 .outer-box .content-column {
    padding-left: 90px;
    max-width: 630px;
  }
}
@media (max-width: 1299.98px) {
  .room-block-current-theme8 .outer-box .content-column {
    padding-left: 60px;
    max-width: 550px;
  }
}
@media (max-width: 1199.98px) {
  .room-block-current-theme8 .outer-box .content-column {
    padding-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .room-block-current-theme8 .outer-box .content-column {
    max-width: initial;
    width: 90%;
  }
}
@media (max-width: 375.98px) {
  .room-block-current-theme8 .outer-box .content-column {
    max-width: initial;
    width: 90%;
  }
}
.room-block-current-theme8 .outer-box .content-column .inner-column {
  padding: 110px 0 120px;
  max-width: 600px;
}
.room-block-current-theme8 .outer-box .content-column .inner-column .sec-title {
  margin-bottom: 0;
}
.room-block-current-theme8 .outer-box .content-column .inner-column .sec-title .entry-title {
  color: #fff;
  margin-top: 0;
  font-size: 50px;
  margin-bottom: 10px;
}
.room-block-current-theme8 .outer-box .content-column .inner-column .sec-title .price {
  color: var(--theme-color1);
  margin-top: 0;
}
.room-block-current-theme8 .outer-box .content-column .inner-column .sec-title .price small {
  color: var(--theme-color1);
}
.room-block-current-theme8 .outer-box .content-column .inner-column .text {
  color: #cccccc;
  margin-bottom: 50px;
  margin-top: 32px;
}
.room-block-current-theme8 .outer-box .content-column .inner-column .room-feature {
  margin-bottom: 30px;
}
.room-block-current-theme8 .outer-box .content-column .inner-column .room-feature ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991.98px) {
  .room-block-current-theme8 .outer-box .content-column .inner-column .room-feature ul {
    display: block;
  }
}
.room-block-current-theme8 .outer-box .content-column .inner-column .room-feature li {
  color: var(--theme-color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 18px;
}
.room-block-current-theme8 .outer-box .content-column .inner-column .room-feature span {
  color: var(--theme-color-white);
  margin-right: 15px;
}
.room-block-current-theme8 .outer-box .content-column .btn-style-two {
  font-size: 14px;
  position: relative;
  line-height: 25px;
  padding: 16px 42px;
  overflow: hidden;
  color: #fff;
  border: 1px solid var(--theme-color1);
  background-color: var(--theme-color1);
  text-transform: uppercase;
  z-index: 9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.room-block-current-theme8 .outer-box .content-column .btn-style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color2);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.room-block-current-theme8 .outer-box .content-column .btn-style-two:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.outer-box {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .outer-box {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .outer-box {
    flex-wrap: wrap;
    padding: 0;
  }
}
.outer-box .room-block-current-theme9 {
  position: relative;
  margin-bottom: 30px;
  min-height: 470px;
  margin-right: 5px;
  margin-left: 5px;
  flex: 1;
  will-change: flex;
  transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
}
@media (max-width: 575.98px) {
  .outer-box .room-block-current-theme9 {
    margin-bottom: 0;
  }
}
.outer-box .room-block-current-theme9.active {
  flex: 2;
}
.outer-box .room-block-current-theme9.active .inner-box .image-box .image:before {
  opacity: 0.3;
  transform: scale(1);
}
.outer-box .room-block-current-theme9.active .inner-box .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.outer-box .room-block-current-theme9.active .inner-box .content-box .entry-title {
  opacity: 1;
  transform: translate(0);
  transition-delay: 300ms;
}
.outer-box .room-block-current-theme9.active .inner-box .content-box .price {
  opacity: 1;
  transform: translate(0);
  transition-delay: 400ms;
}
.outer-box .room-block-current-theme9.active .inner-box .content-box .box-caption {
  opacity: 1;
  transform: translate(0);
  transition-delay: 600ms;
}
.outer-box .room-block-current-theme9.active .inner-box .content-box-hover .entry-title {
  opacity: 0;
  transform: translateY(100);
  transition-delay: 0ms;
}
.outer-box .room-block-current-theme9.active .inner-box .content-box-hover .text {
  opacity: 0;
  transform: translateY(100);
  transition-delay: 0ms;
}
@media (max-width: 991.98px) {
  .outer-box .room-block-current-theme9 {
    width: 50%;
    flex: 0 0 48% !important;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .outer-box .room-block-current-theme9 {
    width: 100%;
    flex: 0 0 100% !important;
  }
}
@media (max-width: 575.98px) {
  .outer-box .room-block-current-theme9 {
    padding: 0;
  }
}
.outer-box .room-block-current-theme9 .inner-box {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .outer-box .room-block-current-theme9 .inner-box .image-box .image:before {
    opacity: 0.3;
    transform: scale(1);
  }
  .outer-box .room-block-current-theme9 .inner-box .icon {
    background-color: var(--theme-color-light);
    color: var(--theme-color-dark);
  }
  .outer-box .room-block-current-theme9 .inner-box .content-box .entry-title {
    opacity: 1;
    transform: translate(0);
    transition-delay: 300ms;
  }
  .outer-box .room-block-current-theme9 .inner-box .content-box .price {
    opacity: 1;
    transform: translate(0);
    transition-delay: 400ms;
  }
  .outer-box .room-block-current-theme9 .inner-box .content-box .box-caption {
    opacity: 1;
    transform: translate(0);
    transition-delay: 600ms;
  }
  .outer-box .room-block-current-theme9 .inner-box .content-box-hover .entry-title {
    opacity: 0;
    transform: translateY(100);
    transition-delay: 0ms;
  }
  .outer-box .room-block-current-theme9 .inner-box .content-box-hover .text {
    opacity: 0;
    transform: translateY(100);
    transition-delay: 0ms;
  }
}
.outer-box .room-block-current-theme9 .inner-box:hover {
  flex: 2;
}
.outer-box .room-block-current-theme9 .inner-box:hover .image-box .image:before {
  opacity: 0.3;
  transform: scale(1);
}
.outer-box .room-block-current-theme9 .inner-box:hover .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.outer-box .room-block-current-theme9 .inner-box:hover .content-box .entry-title {
  opacity: 1;
  transform: translate(0);
  transition-delay: 300ms;
}
.outer-box .room-block-current-theme9 .inner-box:hover .content-box .price {
  opacity: 1;
  transform: translate(0);
  transition-delay: 400ms;
}
.outer-box .room-block-current-theme9 .inner-box:hover .content-box .box-caption {
  opacity: 1;
  transform: translate(0);
  transition-delay: 600ms;
}
.outer-box .room-block-current-theme9 .inner-box:hover .content-box-hover .entry-title {
  opacity: 0;
  transform: translateY(100);
  transition-delay: 0ms;
}
.outer-box .room-block-current-theme9 .inner-box:hover .content-box-hover .text {
  opacity: 0;
  transform: translateY(100);
  transition-delay: 0ms;
}
.outer-box .room-block-current-theme9 .image-box {
  position: relative;
  transition: all 300ms ease;
}
.outer-box .room-block-current-theme9 .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.outer-box .room-block-current-theme9 .image-box .image::before {
  border-radius: 30px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #1d1d29;
  opacity: 0;
  transition: all 300ms ease;
  z-index: 2;
}
.outer-box .room-block-current-theme9 .image-box .image::after {
  border-radius: 30px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(29, 29, 41, 0) 0%, rgba(29, 29, 41, 0.75) 75%);
  transition: all 300ms ease;
  z-index: 2;
}
.outer-box .room-block-current-theme9 .image-box .image img {
  border-radius: 30px;
  width: 100%;
  height: 561px;
  object-fit: cover;
  transition: all 300ms ease;
}
.outer-box .room-block-current-theme9 .content-box-hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  text-align: center;
  z-index: 2;
  padding: 30px 30px;
}
.outer-box .room-block-current-theme9 .content-box-hover .inner {
  display: flex;
  justify-content: center;
}
.outer-box .room-block-current-theme9 .content-box-hover .entry-title {
  color: #fff;
  font-size: 24px;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-align: start;
  display: flex;
  align-items: center;
  margin: 0;
  transition: all 300ms ease;
}
.outer-box .room-block-current-theme9 .content-box-hover .text {
  color: #cccccc;
  font-size: 16px;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-align: start;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  transition: all 300ms ease;
}
.outer-box .room-block-current-theme9 .content-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  z-index: 3;
  padding: 30px 40px 36px;
}
@media (max-width: 1199.98px) {
  .outer-box .room-block-current-theme9 .content-box {
    padding: 30px 25px 36px;
  }
}
@media (max-width: 575.98px) {
  .outer-box .room-block-current-theme9 .content-box {
    padding: 30px 15px 36px;
  }
}
.outer-box .room-block-current-theme9 .content-box .entry-title {
  color: var(--theme-color-white);
  margin-bottom: 0px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 300ms ease;
}
.outer-box .room-block-current-theme9 .content-box .price {
  color: var(--theme-color-white);
  opacity: 0;
  transform: translateY(20px);
  transition: all 300ms ease;
}
.outer-box .room-block-current-theme9 .content-box .box-caption {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 21px;
  padding-top: 9px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 300ms ease;
}
.outer-box .room-block-current-theme9 .content-box .box-caption .kodelisting-room-basic-info .kodelisting-icon i {
  font-size: 20px;
  color: #fff;
}
.outer-box .room-block-current-theme9 .content-box .box-caption .kodelisting-room-basic-info li {
  flex: 0 0 50%;
  -webkit-box-flex: 0;
  margin-top: 16px;
  width: 50%;
}
.outer-box .room-block-current-theme9 .content-box .box-caption .kodelisting-room-basic-info li:last-child {
  margin-right: 0;
}
.outer-box .room-block-current-theme9 .content-box .box-caption .kodelisting-room-basic-info li:nth-child(2n+2) {
  display: flex;
  justify-content: flex-start;
}
.outer-box .room-block-current-theme9 .content-box .box-caption .kodelisting-room-basic-info li a {
  color: var(--theme-color-white);
  font-family: var(--text-font2);
  font-size: 16px;
}
.outer-box .room-block-current-theme9 .content-box .box-caption .kodelisting-room-basic-info li span {
  color: #fff;
  line-height: 1;
}