.render3Dviewer {
  height: 100%;
}

.fullscreen-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  padding: 8px;
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.container-3d-render {
  position: relative;
}

.stats-3d-render {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
}

.cssPanorama {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0;
}

.contentVrTourPage {}

.cssPanorama {
  width: 100%;
  height: 100vh;
}

.pnlm-load-box {
  visibility: hidden !important;
}

#animationPanorama {
  z-index: -1;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: cover;
  background-position: center;
}

#animationPanorama.animationPanorama {
  z-index: 9;
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
  transform: scale(1.5);
  opacity: 0;
}

.hideForAnimation .pnlm-controls-container,
.hideForAnimation .pnlm-hotspot-base.pnlm-hotspot {
  visibility: hidden !important;
}

.vr-tour-page .wap-top,
.vr-tour-page .wap-hearder,
.vr-tour-page .wap-menu,
.vr-tour-page .wap-slider,
.vr-tour-page .title-main,
.vr-tour-page .wap-footer,
#button-contact-vr {
  display: none !important;
}

.vr-tour-page .wrap-main {
  width: 100%;
  max-width: unset;
  padding: 0;
}

.contentVrTourPage {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.contentVrTourPage-menu {
  position: fixed;
  left: 50%;
  bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  width: fit-content;
  transform: translateX(-50%);
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 999;
  overflow-x: auto;
  max-width: 100%;
}

.contentVrTourPage-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: unset;
  width: fit-content;
}

.contentVrTourPage-menu ul li {
  padding: 8px 10px;
  font-size: 16px;
  font-family: msr-sb;
  white-space: nowrap;
}

.contentVrTourPage-menu ul li.active {
  background-color: #4e2b0b;
  color: #e9e9e9;
}

.contentVrTourPage-menu ul li:not(.active):hover {
  color: #4e2b0b;
}

.contentVrTourPage-menu ul li:not(.active) {
  cursor: pointer;
}

.toogleTabVrPage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.toogleTabVrPage.isHidden {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all .3s;
}

.pnlm-panorama-info {
  top: 0;
  right: 0;
  bottom: unset;
  border-radius: 0 0 0 3px;
}

.contentSchemaImg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #333; */
  height: 100vh;
}

.slickGhemaVrTour .slick-track,
.slickGhemaVrTour .slick-slide {
  max-height: 100%
}

.slickGhemaVrTour .slick-list {
  max-height: inherit
}

.slickGhemaVrTour {
  width: 100%;
  padding: 20px 0;
  max-height: 100%;
}

.slickGhemaVrTour img {
  max-height: calc(100vh - 40px);
  max-width: 100%;
  object-fit: cover;
  cursor: zoom-in;
}

.slickGhemaVrTour .slick-active.slick-center {
  transform: scale(1.3);
  z-index: 2;
}

.slickGhemaVrTour .slick-active {
  transform: scale(1.15);
  z-index: 1;
}

html {
  overflow-x: hidden;
}

.slickGhemaVrTour .slick-list {
  padding: 0 10% !important;
}

.slickGhemaVrTour .slick-next {
  right: 0px;
}

.slickGhemaVrTour .slick-prev {
  left: 0px;
}

.slickGhemaVrTour .slick-slide {
  transition: all .5s ease;
}

.slickGhemaVrTour .slick-slide p {
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  width: fit-content;
  margin: 0 auto;
}

.slickGhemaVrTour .slick-center~.slick-slide:not(.slick-center) {
  transform: scale(.8) translateX(-10%);
}

.slickGhemaVrTour .slick-slide:not(.slick-center) {
  transition: transform .5s ease;
  transform: scale(.8) translateX(10%);
  opacity: .5;
}

.slickGhemaVrTour .slick-slide:not(.slick-center) p {
  margin-left: auto;
  margin-right: 0;
  transition: margin-left .5s ease, margin-right .5s ease;
}

.slickGhemaVrTour .slick-center~.slick-slide:not(.slick-center) p {
  margin-right: auto;
  margin-left: 0;
  transition: margin-left .5s ease, margin-right .5s ease;
}

.slickGhemaVrTour .slick-list {
  overflow: unset;
}

.cssIframeGGRender,
.cssIframeGGRender iframe {
  width: 100%;
  height: 100%;
}

.slick-prev:before,
.slick-next:before {
  font-size: 32px;
}

.slickGhemaVrTour .slick-arrow {
  width: fit-content;
}

.pnlm-hotspot.pnlm-scene {
  background: none;
}

.pnlm-hotspot.pnlm-scene {
  background: none;
}

@keyframes animate_5013 {
  0% {
    transform: scale(1);
    border-color: #fff;
  }

  10% {
    border-color: #fff;
    transform: scale(1.2);
  }

  25% {
    border-color: #fff;
    transform: scale(.85);
  }


  35% {
    border-color: #fff;
    transform: scale(1);
  }

  100% {
    transform: scale(1);
    border-color: #fff;
  }
}

.pnlm-hotspot.pnlm-scene.pnlm-scene::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid;
  animation: animate_5013 3s ease infinite;
  z-index: 1;
  box-shadow: 1px 1px 1px 0px #33333352, inset 1px 1px 1px 0px #33333352;
}

@keyframes animate_3105 {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.6);
  }

  25% {
    transform: scale(.85);
  }


  35% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

.pnlm-hotspot.pnlm-scene.pnlm-scene::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid rgb(211 211 211);
  animation: animate_3105 3s ease infinite;
  /* box-shadow: 1px 1px 1px 1px #33333300; */
  /* box-shadow: 0 0 1px #d1d1d1; */
  animation-delay: .1s;
}

div.pnlm-tooltip.pnlm-hotspot span {
  min-width: 50px;
  /* transform: translateX(7px); */
}

.pnlm-hotspot.pnlm-scene.pnlm-scene {
  width: 40px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff6e;
  border: 2px solid #dcdcdc;
}

@media (max-width:576px) {
  .contentVrTourPage-menu::-webkit-scrollbar {
    height: 0
  }
}