@charset "UTF-8";

#room_zone iframe {
    width: 95% !important;
    height: 900px !important;
    margin-top: 100px;    
    border: none;       
    display: block;
    margin-left: auto;   
    margin-right: auto;
    max-width: 100% !important;
}

.ifm{
    width: 100%;
    height: 100%;
}

.card{
    margin: 0 auto;
}

.card a{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.card p{
    margin-bottom: 5px;
}

h5{
    font-weight: bolder;
}

.btn-room{
    transition: 450ms;
    width: 100px;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
    background-color: bisque;
    border-radius: 10px;
    color: black;
}

.btn-room:hover{
    transition: 550ms;
    box-shadow: 2px 5px 7px #00000052;
    background-color: rgb(251, 211, 162);
    color: rgb(0, 0, 0);
    border-radius: 15px;
    font-weight: 400;
    cursor: pointer;
}

.room_class{
    display: block;
    position: absolute;
    top: 85%;
}

