html,body{
width: 100%;
height: 100%;
padding:0px;
margin:0px;
font-family: 'Poppins', sans-serif !important;
overflow: hidden;
}    
#panorama {
    width: 100%;
    height: 100%;
}
.quick-menu-container{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    flex-direction: column;
    align-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.5s;
    z-index: 99;
}
    #menuBox{
    left: -265px;
}
.quick-menu-container a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    transition: 0.8s;
}
.quick-menu-container a:hover{
    background-color: #000;
}
.quick-menu-container span{
    position: absolute;
    right: -15px;
    top: 50%;
}
.quick-menu-container span i{
    font-size: 28px;
    background-color: #ddd;
    border-radius: 50px;
    padding: 1px 3px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.quick-menu-container #closeArrow{
    display: none;
    right: -15px;
}
.brand-space-main-video{
    background-image: url('../img/panorama/brand_space/logo-gif.gif');
    background-size: 350px 177px;
    display: block;
    width: 350px;
    height: 177px;
    border: 3px solid #333;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.brand-space-left-video{
    background-image: url('../img/panorama/brand_space/book-gif.gif');
    background-size: 300px 154px;
    display: block;
    width: 300px;
    height: 154px;
    border: 3px solid #333;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.rotated-object{
    background-image: url('../img/panorama/hero-product.gif');
    background-size: 94px 180px;
    display: block;
    width: 94px;
    height: 180px;
}
.rotated-object-big{ 
    background-image: url('../img/panorama/hero-product.gif');
    background-size: 235px 450px;
    display: block;
    width: 235px;
    height: 450px;
}
.poster-1, .poster-2, .poster-3{
    background-size: 107px 150px;
    display: block;
    width: 107px;
    height: 150px;
    border: 2px solid #000;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.poster-1{
    background-image: url('../img/panorama/brand_space/poster-1.webp');
}
.poster-2{
    background-image: url('../img/panorama/brand_space/poster-2.webp');
}
.poster-3{
    background-image: url('../img/panorama/brand_space/poster-3.webp');
}
.fb-icon, .tw-icon, .zm-icon, .wa-icon, .ing-icon, .li-icon{
    background-size: 52px 52px;
    display: block;
    width: 52px;
    height: 52px;
}
.fb-icon{
    background-image: url('../img/panorama/fb.webp');
}
.tw-icon{
    background-image: url('../img/panorama/tw.webp');
}
.zm-icon{
    background-image: url('../img/panorama/zm.webp');
}
.wa-icon{
    background-image: url('../img/panorama/wa.webp');
}
.ing-icon{
    background-image: url('../img/panorama/ing.webp');
}
.li-icon{
    background-image: url('../img/panorama/in.webp');
}
.object-opened{
    background-image: url('../img/panorama/hero-product.gif');
    background-size: 250px 250px;
    display: block;
    width: 250px;
    height: 250px;
}
.play-button{
    background-image: url('../img/panorama/play-button.webp');
    background-size: 32px 23px;
    display: block;
    width: 32px;
    height: 23px;
}
.play-button-big{
    background-image: url('../img/panorama/play-button.webp');
    background-size: 52px 37px;
    display: block;
    width: 52px;
    height: 37px;
}

.button-icon-test{
    background-image: url('../img/panorama/btn-test.webp');
    background-size: 200px 50px;
    display: block;
    width: 200px;
    height: 50px;
    cursor: pointer;
}

.popup-icon{
    background-image: url('https://cdn.pixabay.com/photo/2016/06/15/15/02/info-1459077_1280.png');
    background-size: 20px 20px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.popup-icon::after{
        display: block;
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        top: -1px;
        left: -1px;
        border: 1px solid #007eff;
        animation: popy1 1s alternate infinite ease-in;
        border-radius: 25px;
        opacity: 0.8;
    }
    .popup-icon::before{
        display: block;
        position: absolute;
        content: "";
        width: 21px;
        height: 21px;
        top: -1px;
        left: -1px;
        border: 1px solid #007eff;
        animation: popy2 1s alternate infinite ease-in;
        border-radius: 25px;
        opacity: 0.8;
    }
    @keyframes popy2 {
        from {transform: scale(.8);}
        to {transform: scale(2.5);}
    }
    @keyframes popy1 {
        from {transform: scale(.8);}
        to {transform: scale(1.5);}
    }
    .custom-hotspot{
        width: 20px;
        height: 20px;
        background: rgb(255,0,0);
        border-radius: 25px;
        cursor: pointer;
    }
    .custom-hotspot::after{
        display: block;
        position: absolute;
        content: "";
        width: 22px;
        height: 22px;
        top: -2px;
        left: -2px;
        border: 2px solid red;
        animation: crescendo 1s alternate infinite ease-in;
        border-radius: 25px;
        opacity: 0.8;
    }
    .custom-hotspot::before{
        display: block;
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        top: -2px;
        left: -2px;
        border: 2px solid red;
        animation: crescendo2 1s alternate infinite ease-in;
        border-radius: 25px;
        opacity: 0.8;
    }
    @keyframes crescendo2 {
        from {transform: scale(.8);}
        to {transform: scale(2.5);}
    }
    @keyframes crescendo {
        from {transform: scale(.8);}
        to {transform: scale(1.5);}
    }

div.custom-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    text-align: center;
    max-width: 200px;
    padding: 5px 10px;
    margin-left: -220px;
    cursor: default;
    z-index:9999;
}
div.custom-tooltip:hover span{
    visibility: visible;
}
div.custom-tooltip:hover span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}
.pnlm-load-box{
    display: none !important;
}
video#miliVideo{
   position: absolute;
   z-index: 999;
   bottom: 10px;
   right: 15%;
}
#selfNavigate, #makeSelection{
    display: none;
}
.makeSelection {
    max-width: 370px;
    position: absolute;
    z-index: 99;
    background-color: #f0f8fff5;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    bottom: 200px;
    right: 230px;
    box-shadow: rgb(255 255 255 / 10%) 0px 1px 1px 0px inset, rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
    animation-name: makeselect;
    animation-duration: 2s;
}
  @keyframes makeselect{
    from {bottom:-200px;}
    to {bottom:200px;}
  }
.makeSelection h3 {
    margin: 0px 0 20px;
}
.welcomeModal {
  display: none;
  position: fixed; 
  z-index: 999;  
  left: 0; 
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.7); 
}
#startModal{
    display: block;
}
.soud a{
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    z-index: 9999;
    background-color: white;
    padding: 3px 3px 0;
    border-radius: 3px;
}
.soud a img{
    margin: 0 !important;
}
#disableMute{
    display: none;
}
.pnlm-hotspot-base.custom-hotspot.custom-tooltip.pnlm-pointer {
    z-index: 99 !important;
}
.poster-content {
    margin: auto;
    max-width: 750px;
    width:80%;
    position: relative;
    animation-name: modal-post;
    animation-duration: 1s;
    top:70px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari 3-8 */
    transform: scale(1);
    z-index: 9;
  }
  @keyframes modal-post {
    from {transform: scale(0.5);}
    to {transform: scale(1);}
  }
.modal-content-bsv {
  background-color: #eee;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 720px;
  width:50%;
  border-radius: 10px;
  text-align: center;
  position: relative;
  animation-name: modal-ani;
  animation-duration: 2s;
  top:70px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.modal-content-bsv img {
    width: 100%;
    height: auto !important;
}
@keyframes modal-ani {
  from {top:-200px;}
  to {top:70px;}
}
.modal-content-bsv-table {
    background-color: #eee;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    /* max-width: 720px; */
    /* width: 80%; */
    /*border-radius: 10px;*/
    text-align: center;
    position: relative;
    /* animation-name: modal-ani; */
    /* animation-duration: 2s; */
    /* top: 70px; */
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
}
button {
    padding: 14px 36px;
    outline: none;
    border: none;
    border-radius: 50px;
    /*background: rgb(255,149,0);*/
    background: linear-gradient(to top, #cf3131, #ff0a0a, #cf3131);
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.8s ease;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
button:hover{
    /*background: rgb(255,98,0);*/
    background: linear-gradient(to top, #cf3131, #ff0a0a, #cf3131);
}
button:focus {
    background: red;
}
.close {
    font-family: arial;
    font-weight: 300;
    font-size: 56px;
    padding: 0;
    margin: 0;
    width: auto;
    position: absolute;
    top: 8px;
    right: 8px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #4a4a4a;
    line-height: 0.5;
    cursor: pointer;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

form {
  text-align: left;
  padding: 20px;
}
.row2col{
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap:10px;
}
.achive-container {
      display: flex;
      align-items: center;
      min-width: 2600px;
      margin: 0px 50px;
      min-height: calc(100vh - 234px);
}
.achive-container img {
    border: 6px solid #00008B;
    border-collapse: collapse;
    background-color: white;
    box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;

}
.container{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}
.gallery{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}
.gallery img{
    width: 100%;
}

.fa {
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-instagram {
  background:  #d62976;
  color: white;
}

.fa-whatsapp {
  background: #075E54;
  color: white;
}
.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9;
    border-radius: 10px 0px 10px 10px;
    text-align: center;
}