@charset "utf-8";
/* CSS Document */

/*Font------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
body{
	font-family: 'Roboto', sans-serif !important;
}
html {
  scroll-behavior: smooth;
}
/*Common Css------*/
p{
	margin:0 !important;
}
ul{
	list-style:none;
	
}
.btn-viewwhite{
	background-color: white !important;
    width: 150px;
    border-radius: 25px !important;
}
.btn-send{
	background-color: #edb229 !important;
    color: white !important;
    width: 100px !important;
    border-radius: 25px !important;
    padding: 5px 10px !important;
}
.btn-book{
	background-color:#edb229 !important;
	color:white !important;
}
.btn-book:hover{
	background-color:transparent !important;
	color:#edb229 !important;
	border:1px solid #edb229 !important;
}
.btn-offer{
	background-color:#242021 !important;
	color:white !important;
}
.btn-offer:hover{
	background-color:white !important;
	color:#242021 !important;
	border:1px solid #242021 !important;
}
.rr-h42{
	font-weight:400 !important;
}
.rr-width100{
	width:100%;
}
.rr-underline{
	width: 80px;
    margin: 0 auto;
    height: 2px;
    background-color: #edb228;
    margin-bottom: 30px;
}
.rr-color-white{
	color:white;
}
.rr-font15{
	font-size:15px;
}
.rr-flexend{
	justify-content: flex-end;
}
.rr-sectionpadding{
	padding-top: 5%;
    padding-bottom: 5%;
}
.rr-text22{
	font-size: 20px;
    padding: 30px;
}
/*Header Section------*/
.rr-top-bar{
	background-color:black;
	padding:5px 10px;
}
.rr-icon{
	padding: 0px;
    height: 28px;
    width: 28px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    padding-top: 8px;
    background-color: #edb229;
    border-radius: 50%;
    color: white;
}
.fa-envelope-o{
	padding-top:6px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:1;
  border-bottom:1px solid #80808061;
}

.sticky + .content {
  padding-top: 102px;
}

/*fixed button*/
.rr-booknow{
	position: fixed;
    top: 50%;
    z-index: 999;
    right: 15px;
}
.rr-swing{
	animation:swinging 3.5s ease-in-out forwards infinite;
}
.rr-offers1{
	position: fixed;
    top: 50%;
    z-index: 999;
    left:15px;
}
.rr-offers2{
	display:none;
}
@-webkit-keyframes swinging{
    20%{-webkit-transform: rotate(15deg);}
    40%{-webkit-transform: rotate(-10deg)}
    60%{-webkit-transform: rotate(5deg);}
	80%{-webkit-transform: rotate(-5deg);}
	100%{-webkit-transform: rotate(0deg);}
}
 
@keyframes swinging{
    20%{-webkit-transform: rotate(15deg);}
    40%{-webkit-transform: rotate(-10deg)}
    60%{-webkit-transform: rotate(5deg);}
	80%{-webkit-transform: rotate(-5deg);}
	100%{-webkit-transform: rotate(0deg);}
}
 
.swingimage{
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 1.5s ease-in-out forwards infinite;
    animation: swinging 1.5s ease-in-out forwards infinite;
}


@media screen and (max-width:992px){
.rr-booknow{
	top: 45%;
}
.rr-offers1{
	display:none;
}	
.rr-offers2{
	display:block;
	position: fixed;
    top: 55%;
    z-index: 999;
    right:15px;
}
}

/*Nab Bar------*/
.rr-navbg{
	background-color:white;
}
.nav-link{
	font-size:15px;
	font-weight:500;
	color:black !important;

	text-transform: uppercase ;
}
.active .nav-link{
	color:#edb229 !important;
}
.nav-item:hover .nav-link{
	color:#edb229 !important;
}

/*Welcome Section------*/

.rr-welcomebox{
	text-align:center;
}
.rr-titleunder{
	width:60px;
}
.rr-title{
	position:relative;
	width:fit-content;
	margin:0 auto;
}
.rr-title::after{
	position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background-color: #333333;
    top: 10px;
	right:65px;
}
.rr-title::before{
	position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background-color: #333333;
    top: 10px;
	left:65px;
}


.rr-title2{
	position:relative;
	width:fit-content;
	margin:0 auto;
	margin-bottom:20px;
}
.rr-title2::after{
	position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background-color: #333333;
    top: 10px;
	right:50px;
}
.rr-title2::before{
	position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background-color: #333333;
    top: 10px;
	left:50px;
}



@media screen and (max-width:480px){
	.rr-title::before{
		width:90px;
	}
	.rr-title::after{
		width:90px;
	}
	.rr-text22 {
		font-size: 22px;
		padding: 30px 0px;
		text-align: justify;
	}
}
.rr-box{
	box-shadow: 0 2px 1px 0 #eaeaea;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    overflow: hidden;
    transition: .3s transform;
}
.rr-text-box{
	padding:15px;
}
.rr-box:hover{
	transform: translateY(-7px);
}
.rr-img-box{
	overflow:hidden;
	position:relative;
}

.img-width100{
	width:100%;
}
.rr-img-box img{
	transform:scale(1.2);
	transition: .3s transform;
}

.rr-box:hover .rr-img-box img{
transform:scale(1);
}
.overlay-box{
	position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ecb22a94;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.overlay-button{
	color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.rr-box:hover .overlay-box{
	height:100%;
}

.rr-box:hover .rr-text-box h6{
color: #edb229;
}
.rr-img-hover{
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}


.ib-room-desc{
	padding:20px;
}
.ib-room-desc p{
	font-size:17px;
	text-align:justify;
}
.rr-minheight{
	min-height:243px;
}

.dis-md-lg{
	display:block;
}
.dis-sm-xs{
	display:none;
}

.rr-service-section{
	justify-content:center;
	padding-bottom:30px;
	font-size:14px;
	transition: all .3s ease-in-out;
	transition-timing-function: ease;

  /* Also the same as */
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
.rr-service-section p{
	font-size:14px;
	font-weight:500;
}
.img-wi{
	width:60px;
	filter: grayscale(1);
}
.rr-service:hover{
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	/*transform: translateY(-10px);*/
}
.rr-service:hover .img-wi{
	filter: none;
}

.dis-none{
		display:none;
	}
@media screen and (max-width:998px){
	.rr-minheight{
	min-height:140px;
}
}
@media screen and (max-width:767px){
	.rr-minheight{
	min-height:220px;
	}
	.dis-md-lg{
	display:none;
	}
	.dis-sm-xs{
	display:block;
	}
	.rr-justify-xs{
		text-align:justify;
	}
	.rr-service{
		margin-bottom:25px;
	}
}

@media screen and (max-width:396px){
	.dis-none{
		display:block;
	}
	.navbar-brand{
		width:70%;
	}
}
/*--Room-SEction-------------*/
.rr-address {
	text-align:center;
	padding: 20px 10px;
}
.rr-address2{
	position:relative;
	padding-left:40px;
	padding-bottom:15px;
}
.rr-address2::before{
	position: absolute;
    content: "\f041";
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 22px;
    background-color: #eeb229;
    padding-left: 9px;
    border-radius: 25px;
}

.rr-phone1{
	position:relative;
	padding-left:40px;
	padding-bottom:15px;
}
.rr-phone1::before{
	position: absolute;
    content: "\f095";
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 22px;
    background-color: #eeb229;
    padding-left: 8px;
    border-radius: 25px;
}
.rr-email1{
	position:relative;
	padding-left:40px;
	padding-bottom:15px;
}

.rr-email1::before{
	position: absolute;
    content: "\f0e0";
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 16px;
    background-color: #eeb229;
    padding-left: 7px;
    border-radius: 25px;
    padding-top: 2px;
}

.rr-contact-form{
	background-color: #f5f5f5;
    padding: 30px 20px;
}
.rr-input{
	transition:.2s;
}

.rr-input:focus{
	border-color:#edb228 !important;
	box-shadow:none !important;
}
.rr-textarea{
	height:160px !important;
	transition:.2s;
}
.rr-textarea:focus{
	border-color:#edb228 !important;
	box-shadow:none !important;
}
::placeholder{
	font-size:14px;
}
/*--Footer-------------*/
.rr-footer-section{
background-image:url(../images/room.jpg);
background-size:cover;
	/*background-color:#1e1e1e;
	padding-top:50px;
	padding-bottom:50px;*/
	padding-top: 50px;
  
	text-align:center;
}
.rr-footer-content{
	color:white;
	padding-bottom:30px;
}
.footer-links{
	
    text-align:left;
    padding: 0;

}
.footer-links li{
	padding:0 10px;
}
.footer-links li a{
	color:white !important;
	text-decoration:none !important;
	text-transform:uppercase;
	font-size:15px;
}
.rr-copyright{
	padding:25px;
	color:white;
	border-top: 1px solid gray;
}
.rr-footer{
	text-align:center;
}
.rr-social-media{
	display: flex;
    justify-content: flex-end;
	padding:0;
	color:#edae1d;
}
.rr-social-media li a{
		color:#edae1d !important;
}
.rr-social-media li a i{
	width: 30px;
    height: 30px;
    background-color: white;
    padding-top: 7px;
    border-radius: 25px;
}
.rr-social-media li a:hover{
	color:white !important;
}
.rr-social-media li a:hover i{
	background-color:#edae1d;
}


.rr-social-media li{
	padding:10px;
}
.footer-links li a{
	position:relative;

}
.footer-links li a::before{
position: absolute;
    content: '';
    width: 0%;

    bottom: -5px;
    height: 3px;
    /* color: #FFFF00; */
    background-color: #ecb12a;
}
.footer-links li:hover a::before{
	width:100%;
}

.container{
			width: 960px;
			margin: 0 auto;
		}
		button#back2top{
		    position: fixed;
		    right: 2%;
		    bottom: 2%;
		    opacity: 0;
		    visibility: hidden;
		    
		    /*For better looking button*/
		    font-family: sans-serif;
		    font-size: 14px;
		    color: #fff;
		    line-height: 1.3;
		    background-color: #f2af2d;;
		    border: none;
		    outline: none;
		    cursor: pointer;
		    padding: 10px 18px;
		    margin: 0;
		}

@media screen and (max-width:792px){
	.footer-links{
		display:block;
	}
	.footer-links li{
		padding:10px ;
	}
}
@media screen and (max-width:792px){
.rr-social-media{
	justify-content:center;
}
.footer-links{
	text-align:center;
}
}
@media screen and (max-width:480px){
	.rr-dis-none-mob{
		display:none !important;
	}
}