.responsive-iframevideo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
  .containervideo {
    position: relative;
    overflow: hidden;
    padding-top: 45.42%; /* Aspect Ratio */
}

@media screen and (max-width: 767px) {
  .containervideo {
    padding-top: 120.42%; /* Aspect Ratio */}
}

::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-thumb {
  background: #00000080;
  border-radius: 4px;
}
html,
body,
#panorama {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
.pnlm-load-box {
  display: none !important;
}
.pnlm-about-msg {
  visibility: hidden;
  display: none;
}
.pnlm-about-msg a {
  visibility: hidden;
  display: none;
}
div.pnlm-tooltip span {font-size: 10px;}
@keyframes pulse {
  0% {
    background-color: #001f3f;
  }
  100% {
    background-color: #ff4136;
  }
}
@keyframes floating {
  0% {
    top: 0;
  }
  50% {
    top: 2vmax;
  }
  100% {
    top: 0;
  }
}
.basicLightbox {
  position: fixed;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.basicLightbox:after {
  content: '';
  position: relative;
  align-self: flex-start;
  right: 2rem;
  width: 2em;
  height: 2em;
  background: url(../close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: #808080;
  border-radius: 5px;
}

#minimap {
  position: absolute;
  width: 230px;
  height: 200px;
  z-index: 10;
  right: 0;
  top: 0;
}
#fov {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 0px;
  background-image: url(img/right-arrow.svg);
  left: 128px;
  top: 113px;
}
#minimap a {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ff6e37ba;
  z-index: 11;
}
#minimap .active {
  background: #e6000e;
}
#minimap .start {
  left: 95px;
  top: 105px;
}
#minimap .living {
  left: 95px;
  top: 135px;
}
#minimap .kitchen1 {
  left: 85px;
  top: 60px;
}
#minimap .kitchen2 {
  left: 40px;
  top: 38px;
}
#minimap .bedroom1 {
  left: 168px;
  top: 60px;
}
#minimap .bedroom2 {
  left: 146px;
  top: 135px;
}

.custom-hotspot {
  min-height: 1vmax;
  min-width: 1vmax;
  background-color: white;
}
.custom-hotspot.product {
  background: url(../NOTE-300x300.gif);
  background-size: contain;
  background-repeat: no-repeat;
  height: 2.4vmax;
  width: 2.4vmax;
}
.custom-hotspot.changeScene {
  background: url(../gif-maker.gif);
  background-size: contain;
  background-repeat: no-repeat;
  height: 2vmax;
  width: 2vmax;
}
.custom-hotspot.animated {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.custom-hotspot.variant1 {
  animation-duration: 5s;
}
.custom-hotspot.variant2 {
  animation-duration: 6s;
}
.custom-hotspot.variant3 {
  animation-duration: 12s;
}
.custom-hotspot.variant4 {
  animation-duration: 7s;
}
.custom-hotspot.variant5 {
  animation-duration: 8s;
}
.custom-hotspot.variant6 {
  animation-duration: 10s;
}
.custom-hotspot.positive {
  width: 1vmax;
  height: 1vmax;
  background: url(../ion-cong.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.custom-hotspot.negative {
  width: 1vmax;
  height: 1vmax;
  background: url(../ion-tru.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#productDetail {
  width: 85%;
  max-width: 1920px;
  height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  background: white;
  border-radius: 5px;
  background-image: url('../popup-bg.jpg');
    background-position: top;
    background-size: cover;
    -webkit-mask-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
}

.product-info {
  display: flex;
  flex-direction: row-reverse;
}
.product-images {
  width: 58%;
  text-align: center;
  margin-bottom: 3px; 
  padding: 10% 0px 10px;
}
.product-desc {
  width: 42%;
  margin-bottom: 3px; 
  padding: 10% 0px 0px 5%;
}
.splide {
  padding: 0px 20px 40px;
}
.splide__slide {
  text-align: center;
}
.splide__slide img {
  max-width: 100%;
}
.splide__pagination__page.is-active {
  background: #000;
}
.product-desc h2 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 32px;
  margin-bottom: 0px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.product-desc h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-desc-info {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.product-details,
.product-experience {
  margin-bottom: 3px;
}
.product-details h3,
.product-experience h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 0;
  font-size: 20px;
  margin: 0;
  font-weight: 400;
}
.product-videos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
}
.product-videos .video {
  width: 46%;
  margin-bottom: 2%;
}
.product-videos .video video {
  width: 100%;
  display: block;
}
.product-spec-group {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #ccc;
  padding: 8px;
  font-weight: bold;
}
.product-spec {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: flex;
  border-bottom: #ccc 1px solid;
}
.product-spec-title {
  width: 33%;
  background: #ddd;
  width: 33%;
  padding: 6px 8px;
}
.product-spec-detail {
  width: 66%;
  padding: 6px 8px;
}

.button {
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-radius: 5px;
}
.button1 {
  background-color: #ed1c24; 
  color: white; 
  background-image: linear-gradient(to bottom, #ed1c24, #0000005c);
}
.button1:hover {
  background-color: #c30209; 
  background-image: linear-gradient(to bottom, #c30209, #0000005c);
}

.containervideo {
  position: relative;
  overflow: hidden;
  padding-top: 25.92%; /* Aspect Ratio */
  border: 1px solid black;
  box-shadow: 3px 3px 4px #00000030;
}

.responsive-iframevideo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media only screen and (max-width: 600px) {
  #productDetail {
    padding: 5%;
    height: 80%;
  }
  .product-spec,
  .product-videos,
  .product-info {
    display: block;
  }
  .product-spec-title,
  .product-videos .video,
  .product-images {width: 100% !important;}
  .product-desc {width: 95%;}
  .product-desc h3 { font-size: 6.5vw;}
  .product-details h3,
  .product-experience h3 {font-size: 6.5vw;}
  
  .containervideo {
    position: relative;
    overflow: hidden;
    padding-top: 56.42%; /* Aspect Ratio */}
    
  .splide__arrow--prev{left:-3%;}
  .splide__arrow--next{right:-3%;}
  .product-spec {padding: 8px;}
  
  .product-spec-detail,
  .product-spec-title {
    background: transparent;
    display: inline;
    padding: 0;
  }
  .product-spec-title::after {
    content: ':';
    padding: 0;
  }
  .product-spec-title {
    font-weight: bold;
  }
  .splide {
    padding:0;
  }
  .autopopup{
    width: 80% !important;
    /*height: 88% !important;*/
    background-position: left !important;
    background-size: 175% !important;
    -webkit-mask-size: auto !important;
  }
  #productDetail {
    background-position: left !important;
  }
  .basicLightbox:after {
    margin-right: -2em;
  }
}

@media only screen and (min-width: 601px) {
    .product-desc h3 {font-size: 2.5vw;}
    .product-details h3,
    .product-experience h3 {font-size: 2.5vw;}
}
@media only screen and (min-width: 1921px) {
    .product-desc h3 {font-size: 50px;}
    .product-details h3,
    .product-experience h3 {font-size: 50px;}
}

.autopopup{
    text-align:center;
    width: 60%;
    max-width: 1920px;
    padding: 0 5% 0 5%;
    background: white;
    border-radius: 5px;
    background-image: url('../popup-bg.jpg');
    background-position: center;
    background-size: cover;
    -webkit-mask-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
}

.poprow{
        width: 60%;
        align-items: center;
        box-sizing: border-box;
        padding: 0 0%;
        margin-left: 2em;
    }
.popup{
    padding: 0 15%;
}
.popmobile p{
    margin-block-start: 0;
    padding: 0 5%;
}
.popmobile{
    width: 100%;
    text-align: right;
    margin: -5% 0 0 0;
}
@media only screen and (max-width: 820px) {
    .poprow{
        flex-direction: column;
        width: 90% !important;
        margin-left: 0;
    }
    .popmobile{
        display: block;
        width:100%  !important;
        text-align: center !important;
    }
    .popmobile p{
        margin-block-start: 0;
        padding: 0;
    }
    .popimg{
        width:30% !important;
    }
    .popup{
        padding: 0 5%;
    }
}
/*--------------------------------------------------------------------------------------------Slide*/
.mySlides {display: none}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: gray;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev{left:0}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: white;
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}