/* Section 3 */
.s3 {
  padding: 70px 0 350px;
  /* background-image: url(../images/backgr-img.png); */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #fff;
}

.video-iframe, .s3-video-container, .materport-iframe, .s3-materport-container {
    height: 400px;
}

.s3 .splide {
    margin: -30px 0 40px;
}

/* Add your styles here */
.room-info {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
}

.imp-object.selected {
  fill: rgba(0, 128, 255, 0.5); /* Highlight color for selected room */
}

.imp-translate {
  width: 100%;
  height: 100%;
}
.imp-object-svg-single,
.imp-object-svg,
.imp-object-poly {
  pointer-events: none;
}
.imp-ui-top-right {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.imp-ui-top-left {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.imp-ui-bottom-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.imp-ui-bottom-left {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.imp-scale {
  transform: scale(1, 1) translate(0, 0);
  transform-origin: 0% 0%;
  width: 100%;
  height: 100%;
}
.s3-icon {
  background-image: url(../images/02-home-map-01.png);
  z-index: 0;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: none;
  max-height: none;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.imp-objects {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.imp-object {
  position: absolute;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.15s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.15s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.15s cubic-bezier(0.55, 0, 0.1, 1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.imp-object.selected {
  background-color: #edf7fa;
}


.s3-grid-item {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.s3-flooer-plan-img {
  object-fit: cover;
}

.qodef-map-navigation {
  list-style: none;
  text-align: center;
  /* margin: 0 0 47px; */
}
.qodef-map-nav-item {
  position: relative;
  display: inline-block;
  margin: 0 11px;
  padding: 0 5px 4px;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.text-decoration-black {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 6px;
  display: inline-block;
}

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #edf7fa;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #edf7fa;
}

.nav-item-text {
  color: #58595b;
  font-size: 14px;
  font-family: NunitoSans;
  margin: 16px 0 8px;
}

.nav-item-icon {
  margin-right: 5px;
}

/* Style the tab content */
.tabcontent {
  /* display: none; */
  height: 600px;
  width: 1100px;
}
.tabcontent iframe {
  height: 600px;
  width: 1100px;
}
.nav-item.active:before,
.nav-item:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.qodef-map-holder .qodef-map-navigation .qodef-map-nav-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 10px;
  width: 100%;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  background-color: #edf7fa;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* .dripicons-photo:before {
    content: "\e031";
  }
  .dripicons-camcorder:before {
    content: "\4e";
  }
  .dripicons-clockwise:before {
    content: "\5a";
  }
  .qodef-image-map-gallery .qodef-map-holder .qodef-map-navigation .qodef-map-nav-item .qodef-map-nav-item-icon {
    font-size: 16px;
    color: #222;
    top: 3px;
    position: relative;
    padding-right: 5px;
  }
  [class^=dripicons-]:before, [class*=" dripicons-"]:before {
    font-family: dripicons-v2!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  } */

.s3 .splide__slide img {
  width: 1100px;
  height: 600px;
  object-fit: contain;
}
.s3 .splide__slide__thumb img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.s3 .splide__slide {
  opacity: 0.6;
}

.s3 .splide__slide.is-active {
  opacity: 1;
}
