@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,800;1,900&display=swap');
html, body, h1, h2, h3, h4, h5, p, a, span {
	font-family: 'Alegreya', serif;
}

.container{
	max-width: 1300px;
}
/*============== Header Menu ==========*/
#header-menu .active .nav-link {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  position: relative;
	  overflow: hidden;
}
#header-menu .active .nav-link:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  left: 0;
	  right: 100%;
	  bottom: 0;
	  background: #FFFFFF;
	  height: 2px;
	  -webkit-transition-property: right;
	  transition-property: right;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
}
#header-menu .active .nav-link:hover:before, 
#header-menu .active .nav-link:focus:before, 
#header-menu .nav-link:active:before {
right: 0;
		  }
#header-menu{
	top: 50px;
	position: absolute;
	width: 100%;
	z-index: 2;
}
#header-menu .nav-link{
	color: #FFFFFF;
	font-size: 18px;
	margin: 0 15px;
	font-weight: bold;
	text-transform: uppercase;
}
#header-menu .nav-link:hover{
	color: #E01E1C;
}

#header-menu .fa-home{
	font-size: 42px;
	color: #ECCA69;
}
#header-menu .logo-title{
	font-size: 36px;
	color: #FFFFFF;
}
#header-menu-social-media{
	background-color: transparent;
}
#header-menu-social-media .fa-facebook-f::before{
	content: '\f39e';
	margin: 0 2px;
	padding: 9px 11px;
	border-radius: 50%;
	background-color: #ECCA69;
	color: #FFFFFF;
	font-size: 12px;
}
#header-menu-social-media .fa-twitter::before{
	content: '\f099';
	margin: 0 2px;
	padding: 9px 9px;
	border-radius: 50%;
	background-color: #ECCA69;
	color: #FFFFFF;
	font-size: 12px;
}
#header-menu-social-media .fa-instagram::before{
	content: '\f16d';
	margin: 0 2px;
	padding: 9px 10px;
	border-radius: 50%;
	background-color: #ECCA69;
	color: #FFFFFF;
	font-size: 12px;
}
#header-menu-social-media .fa-linkedin-in::before{
	content: '\f0e1';
	margin: 0 2px;
	padding: 9px 10px;
	border-radius: 50%;
	background-color: #ECCA69;
	color: #FFFFFF;
	font-size: 12px;
}
@media only screen and (max-width: 760px) { 
#header-menu{
	top: 0px;
	position: absolute;
	width: 100%;
	z-index: 2;
			}
		  }
/*============== Header Menu ==========*/
.toggle{
	position: relative;
	top: -20px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 1;
	
}
.toggle:before{
	content: '\f0c9';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
}
.toggle.active:before{
	content: '\f00d';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 30px;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	background-color: #000000;
}
/* ======== Header Menu  Mobile View Start Here =======*/
@media only screen and (max-width: 600px) {
#navbarSupportedContent ul{
	margin-top: 0px;
	background-color: rgb(128,128,128,0.3);
	border-radius: 0px;
	width: 200px;
	}
#header-menu .nav-link {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0 10px;
	font-weight: 300;
}
}
/* ======== Header Menu  Mobile View End Here ========*/
/*============== Home Slider =========== */
#home-banner-bg .home-title h1{
	position: absolute;
	text-align: center;
    width: 100%;
	top:50%;
	z-index: 3;
}
#home-banner-bg .home-title h1{
	font-size: 52px;
	color: #FFFFFF;
}

#book-now-home{
	position: absolute;
    width: 100%;
	bottom:5%;
	z-index: 3;
}

@media only screen and (max-width: 600px) {
#book-now-home{
	top: 40%;
	position: absolute;
    width: 100%;
	z-index: 1;
}
	#feature-bg{
		margin-top: 600px;
	}
}
#home-banner-bg{
		background-color: transparent;
	}
#home-banner-bg #home_banner {
		position: relative;
		width: 100%;
		z-index: 1;
	}
@media only screen and (max-width: 760px) { 
#home-banner-bg #home_banner img{
				height:270px;
			}
		  }
/*============== Home Slider =========== */
/*============== Reservation Book Now =========*/
select:focus,
option:focus,
textarea[name="message"]:focus,
input[type="text"]:focus,
.uneditable-input:focus {   
  -webkit-box-shadow: none!important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}
#book-now-home .book-now-btn{
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #FFAA44;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#book-now-home .fa-percent{
	position: absolute;
	top: 40%;
	right: 5px;
	content: '';
	color: #000000;
	font-size: 12px;
}
#book-now-home .fa-caret-up{
	position: absolute;
	top: 3px;
	right: 5px;
	content: '';
	color: #000000;
	font-size: 12px;
	cursor: pointer;
}
#book-now-home .fa-caret-down{
	position: absolute;
	right: 5px;
	bottom: 3px;
	content: '';
	color: #000000;
	font-size: 12px;
}
#book-now-home select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	cursor: pointer;
}
#book-now-home select option{
	background-color: #F9F9F9 !important;
	color: #000000;
	margin-top:5px;
	margin-bottom: 5px;
	cursor: pointer;
}
#book-now-home .input-book-now-border {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#book-now-home .book-now-home-border{
	border: 30px solid #ECCA69;
	margin-top: -30px;
}
#book-now-home .book-now-home-inside{
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#book-now-home .cal-icon{
	  position: absolute;
	  right: 5px;
	  margin-top: 5px;
	  margin-left: 10px;
	  height: 25px;
	  display: flex;
	  align-items: center;
	}
#feature-bg{
	background-color: #FFFFFF;
}
#feature-bg h3{
	color: #E3241C;
}
#feature-bg .feature-title{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}
#feature-bg .feature-title h5{
	color: #FFFFFF;
	font-size: 24px;
}
#feature-bg .feature-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
#feature-bg .feature-trim:before {
  content: '';
  position: absolute;
  border: white solid 1px;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#feature-bg .feature-trim:hover:before, 
#feature-bg .feature-trim:focus:before, 
#feature-bg .feature-trim:active:before {
  opacity: 1;
}
#feature-bg .fa-check-circle{
	color:#E3241C;
	font-size: 18px;
	margin-right: 10px;
}
#feature-bg ul li{
	color:#E3241C;
	font-size: 18px;
}
#welcome-bg{
	background-color: #ECCA69;
}
#welcome-bg .box{
    overflow: hidden;
    position: relative;
}
#welcome-bg .box:before{
    content: '';
    background-color: rgba(255,255,255,0.7);
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}
#welcome-bg .box:hover:before{
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    opacity: 1;
    animation:bounce-left 1s ease-in forwards;
}
#welcome-bg .box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
#welcome-bg .box:hover img{ transform: scale(1.5); }
#welcome-bg .box .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    transform:translateX(-50%) translateY(-50%) scale(1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition:all 0.3s ease 0.5s;
}
#welcome-bg .box .content{
    opacity: 0;
    transform:translateX(-50%) translateY(-50%);
    position: absolute;
    left:50%;
    top:50%;
    z-index: 2;
    transition:all 0.3s ease 0s;
}
#welcome-bg .box:hover .content{ opacity: 1; }
#welcome-bg .box .title{
    color: #ff3a6f;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    transform: translateY(-500px);
    opacity: 0;
    transition:all 0.8s ease 0.3s;
}
#welcome-bg .box .post{
    color: #000;
    font-size:15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 10px;
    opacity: 0;
    transform:translateY(-500px);
    transition:all 0.8s ease 0.15s;
}
#welcome-bg .box:hover .title,
#welcome-bg .box:hover .post{
    opacity: 1;
    transform:translateY(0);
}
#welcome-bg .box .icon{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
#welcome-bg .box .icon li{
    margin:0 4px;
    opacity: 0;
    display: inline-block;
    transform: translateY(-200px);
    transition: all 0.8s ease 0s;
}
#welcome-bg .box .icon li:nth-child(2){ transition-delay: 0.1s; }
#welcome-bg .box:hover .icon li{
    opacity: 1;
    transform: translateY(0);
}
#welcome-bg .box .icon li a{
    color: #fff;
    background-color: #ECCA69;
    font-size: 18px;
    line-height: 33px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}
#welcome-bg .box .icon li a:hover{
    color: #fff;
    background-color: #ECCA69;
    box-shadow: 0 0 15px #ECCA69;
}
@keyframes bounce-left{
    25%,50%,75%,100%{ transform:translateX(0); }
    40%{ transform:translateX(30px); }
    70%{ transform:translateX(15px); }
    90%{ transform:translateX(5px); }
}
@media only screen and (max-width:990px){
    #welcome-bg .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    #welcome-bg .box .title{ font-size: 18px; }
}
/*=========== Footer Menu ============*/
#footer-bg{
	background-color: #9E9FA4;
	color: #FFFFFF;
}
#footer-bg ul li{
	display: flex;
	align-content: flex-start;
	margin-bottom: 10px;
}

#footer-bg ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer-bg .logo-title{
	font-size: 36px;
	color: #FFFFFF;
}
#footer-bg a{
    text-decoration: none;
}
#footer-bg .fa-home{
	font-size: 36px;
	color: #ECCA69;
}

/*=========== Footer Menu ============*/
/*==========  Copyright ============*/
#copyright-bg{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	color: #FFFFFF;
}
#copyright-bg a{
	text-decoration: none;
	color: #FFFFFF;
}
#topcontrol .fa-angle-double-up::before{
	font-size: 20px;
	margin:0px;
	content: '\f102';
	color: #FFFFFF;
	background-color: #FFAA44;
	padding: 5px 10px;
}
/*==========  Copyright ============*/
/*========= About ==============*/
#about-bg{
	
}
#about-bg h3{
	color: #E3241C;
}
#nearbyattraction-bg h3{
	color: #E3241C;
}
/*========= About ==============*/
/*========= Rooms  ==============*/
#rooms-bg{
	background-color: #FFFFFF;
}
#rooms-bg .fa-bed{
	font-size: 38px;
	color: #E11E1C;
}
#rooms-bg h3{
	font-size: 28px;
	color: #E11E1C;
}
#rooms-bg .book-now-home-inside{
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#rooms-bg .input-book-now-border {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#rooms-bg .cal-icon{
	  position: absolute;
	  right: 5px;
	  margin-top: 5px;
	  margin-left: 10px;
	  height: 25px;
	  display: flex;
	  align-items: center;
	}
#rooms-bg .fa-caret-up{
	position: absolute;
	top: 3px;
	right: 5px;
	content: '';
	color: #000000;
	font-size: 12px;
	cursor: pointer;
}
#rooms-bg .fa-caret-down{
	position: absolute;
	right: 5px;
	bottom: 3px;
	content: '';
	color: #000000;
	font-size: 12px;
}
#rooms-bg select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	cursor: pointer;
}
#rooms-bg select option{
	background-color: #F9F9F9 !important;
	color: #000000;
	margin-top:5px;
	margin-bottom: 5px;
	cursor: pointer;
}
#rooms-bg .book-now-btn{
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #FFAA44;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#contact-bg{
	background-color: #FFFFFF;
}
#contact-bg h3{
	color: #E11E1C;
}
#contact-bg .input-book-now-border {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #707070;
    border-radius: 0rem;
   
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#contact-bg .input-textarea {
    display: block;
    width: 100%;
    height: calc(10.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #707070;
    border-radius: 0rem;
  
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#contact-bg .book-now-btn{
	display: block;
    width: 100%;
    height: calc(2.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #DF1E1C;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
   
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#menu-secondary-footer-navigation .nav-link{
    display: block;
    padding:0px;
}
#menu-sitemap-footer-navigation .nav-link{
    display: block;
    padding:0px;
}