.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/wp-content/themes/creavision-theme/assets/image/libraries/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/wp-content/themes/creavision-theme/assets/image/libraries/lightbox/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/wp-content/themes/creavision-theme/assets/image/libraries/lightbox/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/creavision-theme/assets/image/libraries/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

.mylightbox {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.mylightbox__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mylightbox::after {
  content: "+";
  position: absolute;
  right: clamp(5px, 2px + 0.6666666667vw, 10px);
  bottom: clamp(5px, 2px + 0.6666666667vw, 10px);
  width: clamp(24px, 19.2px + 1.0666666667vw, 32px);
  height: clamp(24px, 19.2px + 1.0666666667vw, 32px);
  color: #ffffff;
  font-family: "Optima", "Tenor Sans", "Optima", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: clamp(2px, 1.4px + 0.1333333333vw, 3px);
  padding-left: clamp(1px, 1px + 0vw, 1px);
  font-size: clamp(16px, 11.2px + 1.0666666667vw, 24px);
  line-height: 1;
  background-color: rgba(1, 17, 30, 0.6);
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.2s;
  will-change: transform;
}

.mylightbox:hover::after {
  transform: scale(0.9);
}

.lb-details {
  font-family: "Optima", "Tenor Sans", "Optima", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.lb-details .lb-caption {
  font-weight: normal !important;
}

@media screen and (max-width: 991px) {
  .lb-nav a.lb-prev {
    background-size: 30% !important;
    background-position: -2% 48% !important;
  }
  .lb-nav a.lb-next {
    background-size: 15% !important;
    background-position: 102% 48% !important;
  }
  .lb-data .lb-close {
    background-size: 58% !important;
  }
}

.page-nav {
  margin-bottom: clamp(80px, 56px + 5.3333333333vw, 120px);
}

.room-plan {
  margin-bottom: clamp(80px, 56px + 5.3333333333vw, 120px);
}

.room-plan__inner {
  width: 92vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 575px) {
  .room-plan__inner {
    width: 88vw;
  }
}

@media screen and (max-width: 767px) {
  .room-plan__inner {
    width: 88vw;
  }
}

.room-plan__list {
  display: flex;
  flex-flow: column;
  gap: clamp(80px, 56px + 5.3333333333vw, 120px);
}

.room-plan__head {
  display: flex;
  align-items: baseline;
  gap: clamp(16px, 11.2px + 1.0666666667vw, 24px);
  margin-bottom: clamp(16px, 6.4px + 2.1333333333vw, 32px);
  padding-bottom: 16px;
  border-bottom: 1px solid #cecece;
}

@media screen and (max-width: 575px) {
  .room-plan__head {
    flex-flow: column-reverse;
    gap: 0;
  }
}

.room-plan__type {
  font-family: "Optima", "Tenor Sans", "Optima", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(24px, 19.2px + 1.0666666667vw, 32px);
  text-transform: uppercase;
}

.room-plan__lead {
  letter-spacing: 0.2em;
}

.room-plan__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, -22.9019607843px + 3.9215686275vw, 32px);
}

@media screen and (max-width: 767px) {
  .room-plan__images {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .room-plan__images {
    grid-template-columns: repeat(2, 1fr);
  }
}

.room-plan__image {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: clamp(0px, -4.8px + 1.0666666667vw, 8px);
  width: 100%;
}

.room-plan__image img {
  object-fit: contain;
}

.room-plan__lightbox {
  padding: clamp(16px, 6.4px + 2.1333333333vw, 32px);
  border: 1px solid #cecece;
}

.room-plan__lightbox::after {
  background-color: rgba(1, 17, 30, 0.4);
}

.room-plan__size {
  font-size: clamp(12px, 10.8px + 0.2666666667vw, 14px);
}

.room-plan__size-num {
  font-family: "Optima", "Tenor Sans", "Optima", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}