﻿
.room-heading 
{
    text-align:center;
}


.single-rooms-area  {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 515px;
    margin-bottom: 100px;
    
}

.single-rooms-area .bg-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
   
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
   
}

.bg1 
{
    background-image: url(../images/bg-img/1.jpg);
}

.bg2
{
    background-image: url(../images/bg-img/8.jpg);
}


.bg3 
{
    background-image: url(../images/bg-img/19.jpg);
}

.single-rooms-area .price-from {
    position: absolute;
    z-index: 20;
    top: -19px;
    left: 50%;
   transform: translateX(-50%);
    padding: 8px 12px;
    background-color: #181818;
    border: 2px solid #c19a6b;/*#cb8670;*/
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
    color: #ffffff;
    font-size: 12px;

    font-weight: 600;
}

.single-rooms-area .rooms-text {
    position: absolute;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.63);
    font-family :Luxora Grotesk;
    padding: 30px 30px 40px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    border: 2px solid #c19a6b;/*#cb8670;*/
    text-align: center;
   
}

.single-rooms-area .rooms-text .line {
    width: 90px;
    height: 2px;
    background-color: #c19a6b;/*#cb8670;*/
    display: block;
    margin: 0 auto 20px;

}
.single-rooms-area .rooms-text
{
text-align: center;

}

.single-rooms-area .rooms-text h4 {
    color: #ffffff;
    line-height: 1.3;
    font-weight: 600;
}

.single-rooms-area .rooms-text p {
    color: #ffffff;
    margin-bottom: 0;
    font-weight:300;
}

.single-rooms-area .book-room-btn {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); 
    z-index: 50;
}

.palatin-btn {
    background-color: #7C2011;/*#c19a6b;/*#cb8670;*/
   
    /*position: relative;
    z-index: 1;*/
    display: inline-block;
    min-width: 123px;
    height: 53px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 53px;
    text-transform: capitalize;
}

.palatin-btn:hover 
{
    color:white;
}