html{
    padding:0;
    margin: 0;
}

*{

    margin: 0;

    padding: 0;

    font-family: 'Cairo'; 

}

body-360{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}




/* set panorama size to fit screen */

#panorama {

    width: 100%;

    height: 100vh;

}



/* custom hotspot */

.hotspot{

    width: 1.7rem;

    height: 1.7rem;
    
    background-color:rgb(235, 217, 199);
    border: 1px solid white;
    border-radius: 5rem;
    cursor: pointer;
    
  

}



.hotspot::before {

    display: inline-block;

    width: 100%;

    font-style: normal;

    font-variant: normal;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    font-family: "Font Awesome 5 Free"; font-weight:900; content: "\f3c5";

    color: rgb(201, 155, 105);

    text-align: center;

    font-size: 1.3rem;

    text-shadow: -1px 0 rgb(228, 215, 215), 0 1px rgb(228, 215, 215), 1px 0  rgb(228, 215, 215), 0 -1px  rgb(228, 215, 215)

  }



  .hotspot span{

    transform: translate(-1.8rem, 0rem);

    background-color: #fff !important;

    color: #000 !important;

    min-width: 7rem;

    direction: rtl;


}



.hotspot span::after{

    border-color: #fff transparent transparent transparent !important;

}


/* custom hotspot card */
div.cpin .card {
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    color: #000;
    text-align: center;
    width: 22rem;
    cursor: default;
    bottom: 0;
    transform: translate(-10.15rem, -2.35rem);
    box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.1);
    border-radius: 1rem;
}
div.cpin:hover .card{
    visibility: visible;
}
div.cpin:hover .card: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%;
}

.card img{
    width: 100%;
    border-radius: 1rem 1rem 0 0;
}

.card p{
    font-size: 1.2rem;
    padding: 0 0.5rem 0.5rem 0.5rem;
    font-weight: bold;
}

.modal-title{
    font-size: 30px;
}
.modal-body{
    font-size: 20px;
    align-items:center;

}
.alert {
    padding: 20px;
    background-color: grey;
    color: blak;
    hight:800px;
    
  }
  
  .closebtn {
  
    margin-left: 15px;
    color: #835b2f;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .closebtn:hover {
    color: black;
  }
@media only screen and (max-width: 600px){
    div.cpin .card {
        width: 70vw;
        transform: translate(-31vw, -2.35rem) !important;
    }

}



@media only screen and (max-width: 900px){

    #popup{
        width: 600px;
    }
}

