#panorama {
    width: 100%;
    height: 100vh;
    border-style:none;
}
.custom-hotspot {
    height: 50px;
    width: 50px;
    background: #f00;
}
div.custom-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0);
    color: #000;
    text-align: center;
    width: 330px !important;
    padding: 5px 10px;
    margin-left: -337px !important;
    top: -738% !important;
    cursor: default;
    z-index: 9999999999999999999999;
}
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: transparent transparent transparent rgb(255, 255, 255);
    right: -20px;
    bottom: -100px;
    margin: 50% 0;
}


.producttitle{
    text-align: left;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 5px;
}

button{
    background: #000000;
    border: #000000;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}

.hotspot1{
    height: 50px;
    width: 70px;
    border-radius: 0px;
    margin-top: 1%;
    margin-left: 0.5%;
    background: url(./arraow.png);
    background-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}


.hotspot1:hover {
    height: 50px;
    width: 70px;
    border-radius: 0px;
    margin-top: 1%;
    margin-left: 0.5%;
    background: url(./arraowhover.png);
    background-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}

.hotspotleft{
    height: 50px;
    width: 70px;
    border-radius: 0px;
    margin-top: 1%;
    margin-left: 0.5%;
    background: url(./arraowleft.png);
    background-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}    

.hotspotleft:hover {
    height: 50px;
    width: 70px;
    border-radius: 0px;
    margin-top: 1%;
    margin-left: 0.5%;
    background: url(./arraowlefthover.png);
    background-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}


.hotspotright{
    height: 50px;
    width: 87px;
    border-radius: 0px;
    margin-top: 1%;
    margin-left: -3%;
    background: url(./arraowright.png);
    background-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}    

.hotspotright:hover {
    height: 50px;
    width: 87px;
    border-radius: 0px;
    margin-top: 1%;
    margin-left: -3%;
    background: url(./arraowrighthover.png);
    background-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}


.hotspotbottom{
    height: 50px;
    width: 70px;
    border-radius: 0px;
    margin-top: 1%;
    margin-left: 0.5%;
    background: url(./arrowdown.png);
    background-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}    

.hotspotbottom:hover {
    height: 50px;
    width: 70px;
    border-radius: 0px;
    margin-top: 1%;
    margin-left: 0.5%;
    background: url(./arrowdownhover.png);
    background-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}



.entry1 {
    height: 60px;
    width: 60px;
    border-radius: 13px;
    margin-top: -3%;
    background: url('./tutorial-hotspot.svg');
    background-color: transparent;
    color: transparent;
}


.entry1:hover {
    background-color: rgba(174, 193, 242, 0.6);
    border-radius: 50%;
}

.navbar {
    position: absolute;
    top: 0%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
}

footer {
    position: absolute;
    bottom: 0%;
    width: 100%;
    background-color: #00000012 !important;
}

ul li {
    padding-right: 4%;
}

.modal-dialog {
    margin-top: 10%;
}