#premiumroom{
    height: 300px;
    width: 600px;
    background-color: antiquewhite;
    overflow: hidden;

    display: inline-block;
    vertical-align: top;
    margin: 50px;
}

#familyroom{
    height: 600px;
    width: 300px;
    background-color: brown;
    overflow: hidden;

    display: inline-block;
    margin: 50px;
}

#marinroom{
    height: 600px;
    width: 600px;
    background-color: chocolate;
    overflow: hidden;

    display: inline-block;
    margin: 50px;
    margin-top: -250px;
}

#capsuleroom{
    height: 300px;
    width: 300px;
    background-color: crimson;
    overflow: hidden;

    margin: 50px;
    display: inline-block;
}

#room{
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}

/* #room img{
    height: 100%;
    width: 100%;
    object-fit: cover;

    position:relative;
    z-index: 1;
} */

/* #room img:hover{
    filter: blur(2px) brightness(60%);
} */

/* .filter{
    filter: blur(2px) brightness(60%);
} */

#bath{
    box-sizing: content-box;
    overflow: hidden;
}

#bath ul{
    list-style:none;
    font-size:0;
}

#bathimagelist{
    position: relative;
    width: 6400px;
    height: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;

    animation: image-swipe 45s ease-in-out infinite;
}

@keyframes image-swipe {
    0%    {left: 0;}
    16.6% {left: -700px;}
    33.3% {left: -1400px;}
    50%   {left: -2100px;}
    66.6% {left: -2800px;}
    83.3% {left: -3500px;}
    100%  {left: -4200px;}
}

.bathimage{
    position: relative;
    display: inline-block;
    height: 400px;
    width: 600px;
    margin-left: 100px;
    overflow: hidden;
}

#bathimagelist img{
    width: 100%;
    height: 100%;
}


#entertainment{
    text-align: center;
}

.entertainmentimg{
    height: 400px;
    width: 600px;
 
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    margin: 20px;
}

#entertainment img{
    width: 80%;
    height: 80%;

    object-fit: cover;
}

#entertainment img:hover{
    width: 100%;
    height: 100%;

    filter: blur(2px) brightness(60%);
}

#amenity{
    background-color:rgb(196, 196, 196);
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
}

#amenity li{
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 50px;
}

.info{
    height: 100px;
    width: 200px;
}

#amenity h5{
    font-size: 16px;
}

#amenity p{
    font-size: 14px;
}



/* room */
#room {
    margin-bottom: 100px;
}

#room h4{
    text-align: left;
    margin-left: 10%;
    margin-top: 50px;
}
.roomimgbox{
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 350px;
    width: 150px;

}
.roomimgbox img{
    height: 80px;
    width: 120px;

    object-fit: cover;
}
.roomimgshowbox{
    display: inline-block;
    height: 350px;
    width: 500px;
}

.roomimgshowbox img{
    height: 100%;
    width: 100%;

    object-fit: cover;
}
.filter{
    filter: blur(2px) brightness(60%);
}
.roomtext{
    display: inline-block;  
    vertical-align: top;
    text-align: left;
    color: whitesmoke;
    font-size: 18px;

    height: 150px;
    width: 300px;
    padding: 80px;
}

/* .roomtext{
    position:absolute;
    color: whitesmoke;

    z-index: 5;
}

.roomtitle{
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;

    width: 200px;
}

.price{
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;

    width: 200px;
}

.roomPR{
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;

    padding-left: 25px;
    padding-right: 25px;
}

#room1_title{
    left: 15%;
    margin-left: 200px;

    top: 25%;
    margin-top: 25px;
}

#room2_title{
    left: 55%;
    margin-left: 150px;

    top: 25%;
    margin-top: 25px;
}

#room3_title{
    left: 15%;
    margin-left: 200px;

    top: 70%;
}

#room1_price{
    left: 15%;
    margin-left: 500px;

    top: 25%;
    margin-top: 25px;
}

#room2_price{
    left: 55%;
    margin-left: 150px;

    top: 35%;
    margin-top: 25px;
}

#room3_price{
    left: 15%;
    margin-left: 500px;

    top: 70%;
}

#room4_price{
    left: 55%;
    margin-left: 150px;

    top: 90%;
    margin-top: 100px;
}

#room1_PR{
    width: 450px;

    left: 15%;
    margin-left: 200px;

    top: 40%;

    text-align: left;
}

#room2_PR{
    width: 150px;

    left: 55%;
    margin-left: 150px;

    top: 50%;

    text-align: left;
    line-height: 30px;
}

#room3_PR{
    width: 450px;

    left: 15%;
    margin-left: 200px;

    top: 90%;

    text-align: left;
    line-height: 40px;
}

#room4_PR{
    width: 150px;

    left: 55%;
    margin-left: 150px;

    top: 90%;
    margin-top: 200px;

    text-align: left;
} */



#cafe{
    text-align: center;
}

.imagebox{
    display: inline-block;
    height: 300px;
    width: 800px;
    overflow: hidden;
    font-size: 0;

    background-color: aquamarine;
}

.textbox{
    display: inline-block;
    width: 400px;

    vertical-align:top;
    text-align: left;
    padding: 50px;
}

#cafe p{
    color: whitesmoke;
    font-size: 18px;
    padding-right: 100px;
}

#cafe ul{
    color: aliceblue;
    font-size: 16px;
}

#cafe li{
    color: aliceblue;
    font-size: 16px;
    padding-top: 5px;
}

#info img{
    height: 100%;
    width: 400px;
    object-fit: cover;
}

h3{
    color: white;
    width: 160px;
    text-align: center;
    background-color:rgb(55, 55, 173);
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 15%;
}

h4{
    color: aliceblue;
    font-size: 16px;
    padding-top: 5px;
}

#live {
    text-align: center;
}

#live p{
    color: azure;
}

#live img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#message{
    color: whitesmoke;
    font-size: 24px;
    text-align: left;

    margin-left: 20%;
    height: 100px;
}

#inside{
    text-align: center;
}

#inside img{
    width: fit-content;
    height: fit-content;

    border-radius: 25px;
}