@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

html, body{
    font-family: "Playfair Display", serif;
    color: #212529;
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 400;
}
body{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
	background-color: #f5f1e9;
}



body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: #cca369;
}

h1,h2,h3,h4,h5,h6{
   font-family: "Playfair Display", serif;
   font-weight: 400;
   line-height: 1.4;
   letter-spacing: 0.5px;
}
h1{
    font-size: 48px;
}
h2{
    font-size: 38px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 22px;
}
h6{
    font-size: 18px;
}
p{
    color: #272320;
}
img{
    width: 100%;
}

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;
}

.main-wrapper img{
    width: 100%;
    display: block;
}

.main-wrapper a{
    color: #272320;
    text-decoration: none;
	padding: 12px 10px;
        margin: 0 7px;
        font-size: 15px;
}
.main-wrapper ul li{
    list-style-type: none;
}

.navbar{
    padding: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.main-wrapper{
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
     position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 10;
	 background-color: rgb(245 241 233 / 90%);
}
.main-wrapper.sticky {
    background-color: #f5f1e9;
	top: 0;
	position: fixed;
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.blog_img img {
    border-radius: 10px 10px 0 0;
}
.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
   
    padding: 0 1rem;
    border-radius: 0px;
}
.main-wrapper.sticky .header_inner {
    backdrop-filter: none;
    background-color: transparent;
}
.navbar{
	display: block
}
.navbar-nav{
    margin: auto;
}
.brand-and-icon{
    display: flex;
}


.header-right a{
  background-color: #cca369;
	border: 1px solid #cca369;
    padding: 11px 25px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
	 box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

.header-right a:hover{
	background-color: transparent;
	color: #cca369;
	border-color: #cca369;
}

.nav-link:focus, .nav-link:hover{
    color: #cca369;
}
.drop-icon{
    position: absolute;
    right: -12px;
    top: 53%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.navbar-nav > li > a:hover{
    opacity: 1;
}
.sub-menu h4{
    text-transform: capitalize;
    font-size: 1rem;
    padding: 0.5rem 0;
}
.sub-menu ul li{
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 0.95rem;
}
.sub-menu ul li a{
    opacity: 1;
    transition: all 0.5s ease;
    color: #212529;
}
.sub-menu ul li a:hover{
    padding-left: 14px;
    opacity: 0.9;
}
.sub-menu{
    display: none;
}


.sub-menu-item{
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


/* header */
.header{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://source.unsplash.com/g-kNBpqMIs4/1920x1400) center/cover no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header h2{
    margin: 1rem;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}
.header p{
    margin: 1rem auto;
    color: #fff;
    width: 60%;
    opacity: 0.8;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
}
.header button{
    margin: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    transition: all 0.5s ease;
    cursor: pointer;
}
.header button:hover{
    background: #fff;
    color: #000;
}

.common-padd{
    padding: 100px 0;
    z-index: 9;
    position: relative;
	overflow-x: hidden;
}
.small_img {
   position: absolute;
    right: -60px;
    bottom: -60px;
    border: 10px solid #fff;
    max-width: 280px;
    border-radius: 20px;
}
.small_img  img{
     border-radius: 20px;
}
.about_content {
    padding-left: 40px;
}
.main_title {
    color: #272320;
    margin: 0;
    padding: 0;
}
.subtitle {
  color: #cca369;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.btn-more {
    margin-top: 10px;
    display: inline-flex;
}
.btn-more a, .btn-more button {
    background-color: #cca369;
    padding: 10px 25px;
    border-radius: 10px;
    text-decoration: none;
    color: #272320;
    cursor: pointer;
	border: 1px solid #cca369;
    font-size: 15px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
	 box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.btn-more a:hover, .btn-more button:hover{
    background-color: transparent;
	color: #cca369
}
.about_sec {
    padding: 100px 0;
}

.room_section{
    background-color: #e9e4da;
    z-index: 9;
    position: relative;
}
.top-half_head-btn{
    float: right;
}

.room_img img {
    width: 100%;
    border-radius: 10px 10px 0  0;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.room_info {
    padding: 20px;
}



.bg-section img {
    width: 100%;
    position: relative;
    z-index: 0;
}
.dine_sec, .fac_section{
    padding: 100px 0;
}
.dine-img, .fac-img {
    margin-bottom: 0;
    z-index: 9;
    position: relative;
}
.dine-img img, .fac-img img{
    border-radius: 20px;
    object-fit: cover;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.dine_content {
    padding-left: 0;
}
.fac_content.pr-40{
	padding-right: 40px;
	 padding-left: 0;
}
.dine_content.pr25, .fac_content.pr25 {
   
	
    padding-right: 25px;
}
.mt-70{
	margin-top: 70px;
}

/* Hero Slider */
.hero-slider {
  width: 100%;
  height: 700px;
  display: flex;
  position: relative;
  z-index: 0;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.slide-inner {
  width: 100%;
  height: calc(100% - 100px);
  position: absolute;
  background-size: cover;
  background-position: bottom center;
 
}



/* Slide Text */
.hero-style {
  height: 100vh;
  transition: all 0.4s ease;
  z-index: 9;
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 100px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px;
  text-transform: capitalize;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

.hero-style .slide-text p {
  font-size: 32px;
  font-weight: 500;
  opacity: 0.85;
  margin-bottom: 40px;
  color: #f0f0f0;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

/* Buttons */
.theme-btn,
.theme-btn-s2 {
  background-color: #ff6f61;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 32px;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease;
}

.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.85);
  color: #1a1a2e;
}

.theme-btn:hover,
.theme-btn-s2:hover {
  background-color: #d4574e;
  color: #ffffff;
}

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

.slide-btns a:first-child {
  margin-right: 10px;
}

/* Swiper Arrows */
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #f0f0f0;
  background: transparent;
  text-align: center;
  line-height: 53px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-prev:before,
.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: #f0f0f0;
  display: inline-block;
}

.hero-slider .swiper-button-prev:before {
  content: "\f060";
}

.hero-slider .swiper-button-next:before {
  content: "\f061";
}



.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
.sec_bottom img {
    width: auto;
}
.sec_bottom{
    position: absolute;
    bottom: 0;
}
.sec_bottom {
    position: absolute;
    bottom: 0;
    right: 15px;
}
.offer-sec{
    padding: 100px 0;
    background-color: #f7f4ee;
    z-index: 9;
    position: relative;
}
.large_img img {
    border-radius: 10px;
}
.top-center {
    text-align: center;
    margin-bottom: 15px;
}
.offer-card {
    position: relative;
}
.offer-details {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 15px;
    background-color: rgb(0 0 0 / 20%);
    text-align: center;
    color: #fff;
    backdrop-filter: grayscale(0.2) blur(15px);
    border-radius: 20px;
}
.fac-sec, .gallery-sec{
    padding: 100px 0;
    z-index: 9;
    position: relative;
	background-color: #e9e4da;
}
.fac_img img{
    border-radius: 10px 10px 0 0;
}
.fac-details {
    padding: 25px 15px;
}
footer {
    padding: 80px 0 0 0;
    background-color: #272320;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    z-index: 9;
    position: relative;
}
.copyright-row img{
    width: auto;
    height: auto;
}
.copyright-row p{
    margin: 0;
	color: rgb(245 241 233 / 70%);
	font-size: 14px;
}
.copyright-row{
   padding: 15px 0;
    border-top: 1px solid rgb(173 137 91 / 50%);
    align-items: center;
    margin-top: 60px;
}
.copy-logo {
    float: right;
}
.footer-widget h3 {
    color: #cca369;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 16px;
    font-weight: 600;
}
.footer-widget .footer-item i {
	color: #cca369;
    margin-right: 10px;
    font-size: 15px;
    position: relative;
    top: 5px;
  }
.footer-widget .footer-item a, ul.footer-links li a{
    text-decoration: none;
    color: rgb(245 241 233 / 70%);
	font-size: 15px;
}

ul.footer-links {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.footer-links li{
    position: relative;
    width: 50%;
    margin: 0 0 10px 0;
}
ul.footer-links li::before{
    content: '\f105';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    margin-right: 8px;
    color: rgb(245 241 233 / 70%);
}
.social-list ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
}
.footer-logo img {
    max-width: 220px;
}
.social-list{
    margin-top: 25px;
}
.social-list li{
    margin-right: 10px;
}
.social-list li a i {
    width: 30px;
    height: 30px;
    background-color: #cca369;
    line-height: 30px;
    text-align: center;
    color: #272320;
	border: 1px solid #cca369;
	transition: all .5s ease;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.social-list li a i:hover{
	color: #cca369;
	background-color: transparent;
}
.hr-bottom {
    margin-bottom: 10px;
}

.blog_img, .large_img, .dine_gallery .ag-photo-gallery_figure{
    position: relative;
/*	 mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_2" data-name="Layer 2" viewBox="0 0 454.59 433.69" preserveAspectRatio="none"><defs><linearGradient id="linear-gradient" x1="-556.86" y1="-4798.58" x2="-116.55" y2="-4798.58" gradientTransform="translate(564 -4570.05) scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset=".32" stop-color="%23d99a26"/><stop offset=".32" stop-color="%23d59625"/><stop offset=".38" stop-color="%23bc8221"/><stop offset=".42" stop-color="%23ac751f"/><stop offset=".46" stop-color="%23a7711e"/><stop offset=".67" stop-color="%23d99a26"/></linearGradient></defs><g id="Layer_1-2" data-name="Layer 1"><path d="M.22,433.69h454.14c.74-6.45-.61-11.59-.61-11.59v-220.99s9.65-36.83-36.83-36.83c0,0,0-71.02-65.77-71.02,0,0,9.64-40.33-40.35-40.33-46.88,0-78.34-16.2-83.51-52.93-5.18,36.73-36.63,52.93-83.51,52.93-49.99,0-40.35,40.33-40.35,40.33-65.77,0-65.77,71.02-65.77,71.02C-8.82,164.28.83,201.1.83,201.1v220.99s-1.35,5.15-.61,11.59Z"/><path fill="url(%23linear-gradient)" d="M7.76,423.92c-.06.23-1.13,4.55-.32,9.77h1.42c-.83-5.12.26-9.42.26-9.42l.28-1.09v-223.15l-.28-1.09s-1.71-6.66.73-13.28c1.03-2.78,2.8-5.49,5.97-7.7,3.82-2.66,10.42-5.11,21.83-5.11h8.57v-8.57s0-15.86,7.43-31.91c3.98-8.6,9.94-16.79,18.84-22.48,7.44-4.75,17.39-8.07,30.93-8.07h10.82l-2.48-10.56s-1.78-7.56,1.1-15.12c1.24-3.27,3.37-6.45,7.07-9,4.35-3,11.62-5.64,23.83-5.64,29.17,0,54.31-6.03,71.25-20.74,4.89-4.25,8.99-9.13,12.26-14.64,3.27,5.51,7.38,10.39,12.26,14.64,16.93,14.71,42.07,20.75,71.25,20.75,12.21,0,19.48,2.64,23.83,5.64,3.71,2.56,5.83,5.74,7.08,9,2.88,7.56,1.1,15.12,1.1,15.12l-2.48,10.56h10.82c13.54,0,23.49,3.31,30.93,8.07,8.91,5.69,14.86,13.87,18.84,22.48,7.43,16.05,7.43,31.91,7.43,31.91v8.57s8.57,0,8.57,0c11.42,0,18.02,2.45,21.84,5.11,3.17,2.21,4.94,4.91,5.97,7.7,2.44,6.61.73,13.27.73,13.27l-.28,1.09v223.15l.28,1.09s1.1,4.3.26,9.42h1.42c.8-5.22-.26-9.54-.32-9.77l-.24-.92v-222.8l.24-.92c.07-.29,1.78-7.16-.78-14.11-1.29-3.48-3.41-6.22-6.48-8.36-5.11-3.56-12.72-5.36-22.64-5.36h-7.17v-7.17c0-.66-.08-16.36-7.56-32.5-4.67-10.08-11.18-17.84-19.36-23.07-8.61-5.5-19.27-8.29-31.68-8.29h-9.05l2.08-8.84c.08-.33,1.84-8.07-1.16-15.94-1.54-4.04-4.02-7.2-7.59-9.66-5.67-3.91-13.95-5.89-24.63-5.89-31.09,0-54.75-6.86-70.33-20.4-4.77-4.15-8.8-8.96-11.98-14.3l-1.2-2.03-1.21,2.03c-3.17,5.34-7.2,10.15-11.98,14.3-15.58,13.54-39.24,20.4-70.33,20.4-10.68,0-18.96,1.98-24.63,5.89-3.57,2.46-6.05,5.62-7.59,9.66-3,7.87-1.23,15.62-1.16,15.94l2.08,8.84h-9.05c-12.42,0-23.08,2.79-31.69,8.29-8.18,5.22-14.69,12.99-19.36,23.07-7.48,16.14-7.56,31.84-7.56,32.5v7.17s-7.17,0-7.17,0c-9.91,0-17.53,1.8-22.64,5.36-3.08,2.14-5.2,4.88-6.48,8.36-2.56,6.94-.85,13.82-.78,14.11l.24.92v222.8l-.24.92Z"/></g></svg>');*/
	
/*
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 454.59 433.69' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 433.69H454.59V180C454.59 180 454.59 95 350 95C350 95 360 40 300 40C250 40 235 20 227.29 0C219.59 20 204 40 154 40C94 40 104 95 104 95C0 95 0 180 0 180V433.69Z'/%3E%3C/svg%3E");

-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 454.59 433.69' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 433.69H454.59V180C454.59 180 454.59 95 350 95C350 95 360 40 300 40C250 40 235 20 227.29 0C219.59 20 204 40 154 40C94 40 104 95 104 95C0 95 0 180 0 180V433.69Z'/%3E%3C/svg%3E");

mask-size: 100% 100%;
mask-repeat: no-repeat;
mask-position: center;
*/
}

.blog_meta {
  position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 10px 25px;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 10px;
    width: auto;
    backdrop-filter: grayscale(0.2) blur(15px);
}
.blog-date{
    margin-bottom: 0;
    color: #333;
}
.blog_para {
    padding: 20px;
}
.blog_para h3{
    line-height: 1.2;
    margin-bottom: 15px;
}
.recentblog_card {
    background-color: #fff;
    padding: 30px 20px 10px;
    border-radius: 20px;
    z-index: 9;
    position: relative;
    border: 1px solid #f3d3a5;
}
.recentblog_card h3 {
    color: #333;
}
.blog_flex .flex-item img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 15px;
    margin-right: 15px;
}
.recentblog_card h4 {
    color: #333;
    font-size: 20px;
}
.recentblog_card a{
	text-decoration: none
}
.recentblog_card .blog-date {
    font-size: 15px;
}
.blog_flex.d-flex {
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.blog_flex.d-flex.blog-bottom {
    border-bottom: 1px dashed rgb(255 255 255 / 40%);
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.exp_para {
    padding: 40px;
}

.swiper-slide img {
  height: 100%;
  width: 100%;
}

.exp-section{
    background-color: #f7f4ee;
    padding: 0;
    z-index: 9;
    position: relative;
}
.room-amen ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.room_img, .fac_img {
    position: relative;
/*
 	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 454.59 433.69' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 433.69H454.59V180C454.59 180 454.59 95 350 95C350 95 360 40 300 40C250 40 235 20 227.29 0C219.59 20 204 40 154 40C94 40 104 95 104 95C0 95 0 180 0 180V433.69Z'/%3E%3C/svg%3E");

-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 454.59 433.69' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 433.69H454.59V180C454.59 180 454.59 95 350 95C350 95 360 40 300 40C250 40 235 20 227.29 0C219.59 20 204 40 154 40C94 40 104 95 104 95C0 95 0 180 0 180V433.69Z'/%3E%3C/svg%3E");

mask-size: 100% 100%;
mask-repeat: no-repeat;
mask-position: center;	
*/
}
.room-amen {
    position: relative;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    margin: 15px auto;
    display: flex;
    justify-content: flex-start;
}
.room-amen ul li {
    margin: 0 10px;
	
}

.room-amen ul li i{
    margin-right: 8px;
}
.offer_img img {
    min-height: 310px;
    object-fit: cover;
    border-radius: 20px;
}

/*about page css start*/
.page-inner-sec{
    background-position: center center;
    z-index: 9;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
   background-color: rgb(0 0 0 / 40%);
    background-blend-mode: overlay;
    padding: 150px 0;
}
.page_title {
    color: #fff;
    text-align: center;
    margin-top: 0px;
}
.page_inner_top{
	text-align: center
}
.page_inner_top nav {
   display: inline-flex;
/*    background-color: rgb(0 0 0 / 20%);*/
    border-radius: 30px;
    width: auto;
    backdrop-filter: grayscale(0.2) blur(15px);
    padding: 14px 30px;
    margin-top: 0px;
}
.page_inner_top .breadcrumb {
    margin-bottom: 0;
}
.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}
.breadcrumb-item a i{
	margin-right: 7px;
	color: #fff
}
.breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
    color: #cca369;
	font-weight: 500
}
.room-featured {
    display: flex;
    list-style-type: none;
    padding-left: 0;
}
.room-featured li {
    margin-right: 30px;
}
.room-featured li:last-child{
	margin-right: 0;
}
.room-featured li i{
	margin-right: 8px;
}
.room-inner-img img {
    min-height: 480px;
    object-fit: cover;
    border-radius: 20px;
}
.room-inner-img {
    position: relative;
}
.room-small-img img {
    width: 280px;
    min-height: auto;
    position: absolute;
    bottom: -45px;
    left: -45px;
    border: 10px solid #fff;
}
.room-small-img-right img {
    width: 280px;
    min-height: auto;
    position: absolute;
    bottom: -45px;
    right: -45px;
    border: 10px solid #fff;
}
.mt-130{
	margin-top: 130px;
}
.pr-50{
	padding-right: 50px;
}
.pl-50{
	padding-left: 50px;
}
ul.amen-list {
    padding-left: 15px;
}
.amen-list li {
    padding-bottom: 12px;
}


ul.room-amenities-list {
   display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    list-style-type: disc;
    padding-left: 15px;
    margin-bottom: 30px;
	margin-top: 10px;
}
.room-amenities-list li img{
	width: 20px;
	margin-right: 8px
}
.js-slider--main .swiper-slide img, .js-slider--nav .swiper-slide img{
	border-radius: 20px;
}
.js-slider--nav{
	margin-top: 15px;
	}

.booking-item, .contact-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}
.booking-item{
	margin-top: 25px;
}
.cs_form_itemInput input, .single-contact-form input, .single-contact-form textarea, .single-contact-form select {
    background-color: transparent;
    background-image: none !important;
    color: #212529;
    padding: 12px 15px;
    margin-bottom: 20px;
	
	border: 1px solid rgb(173 137 91 / 50%);
}

.contact-content h3 {
    margin-bottom: 15px;
}
.cs_form_itemInput input::placeholder, .single-contact-form input::placeholder,  .single-contact-form textarea::placeholder,
.single-contact-form select::placeholder{
	 color: #212529;
}
.form-btn button{
	background-color: #cca369;
    padding: 12px 30px;
    border-radius: 10px;
    text-decoration: none;
    color: #000 !important;
    cursor: pointer;
    font-size: 17px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border: 1px solid #cca369;
	margin-top: 5px;
}
.form-control:focus{
	box-shadow: none;
	border: 1px solid rgb(173 137 91 / 100%);
}
ul.dine-list li {
    margin-bottom: 10px;
}
.expInner-section .container-fluid{
	padding: 0 70px
}
.expInner-section .container-fluid .col-lg-6 {
    padding: 0;
}


.ag-format-container {
/*  width: 1142px;*/
  margin: 0 auto;
}

.ag-photo-gallery_list {
  display: -ms-grid;
  display: grid;

  grid-gap: 20px;
grid-template-columns: repeat(3, 1fr);

/*
  -ms-grid-rows: 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem;
  grid-template-rows: 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem;

  margin-bottom: 65px;
*/
}
.ag-photo-gallery_item {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;

  cursor: pointer;

  overflow: hidden;

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;

  position: relative;
}
.ag-photo-gallery_item__wide {
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
}
.ag-photo-gallery_item__middle {
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}
.ag-photo-gallery_item__narrow {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}
.ag-photo-gallery_figure {
  width: 100%;
  height: 100%;
	
}
.ag-photo-gallery_img {
  height: 100%;
  width: 100%;

  -o-object-fit: cover;
  object-fit: cover;

  -o-object-position: 50% 50%;
  object-position: 50% 50%;
	border-radius: 0px;
}


.br-20{
	border-radius: 20px;
}
.mtb-30{
	margin-bottom: 30px;
	margin-top: 10px;
}
ul.blog_list{
	padding-left: 20px
}
ul.blog_list li {
    color: #272320;
    margin-bottom: 10px;
}
.contact_info h4{
	margin-bottom: 15px;
}
.contact_info i{
	background-color: #fff;
    color: #cca369;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    line-height: 35px;
}
.contact_info p a {
    color: #272320;
    text-decoration: none;
}
.divider{
	margin: 0 5px
}
.contact_info ul {
    display: flex;
    list-style-type: none;
    gap: 5px;
    padding-left: 0;
}
.brand-and-icon .navbar-brand{
	max-width: 300px;
}
.price_tag {
    color: #cca369;
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.nav-tabs li.nav-item button {
    background-color: #e3dccf;
    color: #1c1c1c;
	margin: 0 10px 10px 0;
	border-radius: 8px;
}

.nav-tabs li.nav-item button.active {
    background-color: #cca369;
    color: #fff;
	border: none;
}

.whatsapp-box {
    position: fixed;
    right: 15px;
    z-index: 9;
    bottom: 50%;
}

.whatsapp-box img{
	width: 40px;
}
.mobile-fixed-btn{
	display: none
}
.mxw-750 {
    max-width: 85%;
    text-align: center;
    margin: auto;
}
.mxw-750.txt-black{
	color: #272320;
}
.chef-sec {
    padding: 100px 0;
    background-color: #f7f4ee;
    z-index: 9;
    position: relative;
}
ul.package-list {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
	margin-bottom: 0
}
ul.package-list li i{
	margin-right: 10px;
}
.inner-block-offer{
	padding: 30px 0 20px 0
}
.inner-block-offer h3{
	padding-bottom: 10px
}
.offer_block p a {
    color: #cca369;
    text-decoration: none;
    font-weight: 600;
}
.page_bottom {
    margin: 20px 0 80px 0;
}
.bottom_text {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 25px 25px 15px;
    background-color: #f7f7f7;
    border-radius: 20px;
}
.bottom_text p {
    color: #575d51;
}
ul.exp-list {
    display: flex;
    justify-content: space-between;
	padding-left: 15px;
    flex-wrap: wrap;
	gap: 15px 0;
}
ul.exp-list li {
    width: 50%;
}
.expInner-section  .row img{
	min-height: 580px;
    object-fit: cover;
}
.container-fluid-lg {
    max-width: 100%;
}

.expInner-section  .row .col-lg-6{
	padding: 0
}

/*new css start here*/
.book_btn a {
    background-color: #cca369;
    color: #000;
    padding: 8px 25px;
    border-radius: 10px;
    text-decoration: none;
	transition: all .5s ease;
    margin: 0;
    display: inline-block;
    font-size: 15px;
	border: 1px solid #cca369;
}
.book_btn a:hover, .book_btn a:focus{
	background-color: transparent;
    color: #cca369;
	
}
.footer-para p, .footer-widget p {
    font-size: 15px;
    color: rgb(245 241 233 / 70%);
}

.txt-white{
	 color: rgb(245 241 233 / 90%);
}

.availability-card{
    margin: 50px auto 0;
}

.booking-form{
    display:grid;
    gap:16px;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
}

.field{
    display:flex;
    flex-direction:column;
}

.field-label{
    font-size:.7rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.18em;
    color:#6b7280;
    margin-bottom:8px;
}

.input-wrapper{
    display:flex;
    align-items:center;
    gap:10px;
    border-bottom:1px solid rgba(201,164,92,.5);
    padding-bottom:10px;
}

.icon{
    width:18px;
    height:18px;
    color: #cca369;
    flex-shrink:0;
}

.booking-form input,
.booking-form select{
    width:100%;
    border:none;
    background:transparent;
    outline:none;
    font-size:14px;
    color:#272320;
}

.submit-btn{
    align-self:end;
    height:52px;
    padding:0 32px;
    border:none;
    border-radius:8px;
    background:#cca369;
    color:#272320;
    font-weight:400;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    transition:.25s ease;
	border: 1px solid #cca369;
}
.submit-btn svg{
	color:#272320;
}

.submit-btn:hover{
    transform:translateY(-2px);
    filter:brightness(1.05);
	background: transparent;
	color: #cca369
}
.submit-btn:hover svg{
	color: #cca369
}



.gold-divider{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:14px;
    margin:15px 0;
}

.gold-divider::before,
.gold-divider::after{
    content:"";
    width:80px;
    height:1px;
    background:rgba(201,164,92,.4);
}

.gold-divider span{
    width:8px;
    height:8px;
    transform:rotate(45deg);
    border:1px solid #cca369;
    background:rgba(201,164,92,.35);
}

.gold-divider.mx-auto {
    justify-content: center;
}
.contact_sec{
	padding: 100px 0;
	background-image: url('../images/facade-2.webp');
	background-color: rgb(0 0 0 / 40%);
    background-blend-mode: overlay;
}
.footer-logo {
    margin-bottom: 15px;
}

.room_slider .swiper-button-next,
.room_slider .swiper-button-prev {
    width: 35px;
    height: 35px;
	top: 40%;
    background: rgba(255,255,255,0.9);
    border-radius: 0;
    color: #272320;
	display: flex;
    align-items: center;
    justify-content: center;
}

.room_slider .swiper-button-next{
	right: 0px;
}

.room_slider .swiper-button-prev{
	 left: 0px;
}

.room_slider .swiper-button-next:after,
.room_slider .swiper-button-prev:after {
    display: none;
}

.room_slider .swiper-button-next i,
.room_slider .swiper-button-prev i {
    font-size: 18px;
}

.room_slider .swiper-button-next:hover,
.room_slider .swiper-button-prev:hover {
    background: #fff;
    transform: scale(1.05);
    transition: all .3s ease;
}

.scrollbtn{
	display: none;
  cursor: pointer;
  position: fixed; 
  bottom: 20px;
  right: 30px;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #cca369;
    color: #272320;
  border: none;
}
.glanc_sec{
	background-color: #e9e4da;
}
.glance-flex{
	justify-content: center;
    align-items: center;
    gap: 0 20px;
}

.glance-flex .flex-item {
    width: 25%;
    text-align: center;
}
.glance_box {
    background-color: #fff;
    padding: 30px 20px;
   display: flex;
    flex-direction: column;
    height: 100%;
	border-bottom: 2px solid #cca369;
	transition: all .5s ease;
}
.spaces_sec .glance_box{
	background-color: #fff;
	padding: 20px;
}
.spaces_sec .dine_para{
	display: flex;
    height: 100%;
}
.glance_box:hover{
	background-color: #fff;
	transform: scale(1.05);
}

.glance_box i {
   border: 1px solid #cca369;
    font-size: 25px;
    margin-bottom: 15px;
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #cca369;
    justify-content: center;
    align-items: center;
}
.why_box {
    background-color: #fff;
    padding: 80px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
	 mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 308 376" preserveAspectRatio="none"><path class="cls-1" d="M281.43,128.27v-35.51h-36.84c2.05-13.3-2.26-27.02-11.42-37.32-23.21-26.09-63.25-26.09-79.18-55.44-15.93,29.35-55.97,29.35-79.18,55.44-9.16,10.3-13.47,24.02-11.42,37.32H26.57v35.51L0,148.64v227.36h308v-227.36l-26.57-20.38Z" fill="rgba(255, 0, 255, 1)"/><path class="cls-2" d="M154,11.11c7.71,13.53,20.88,20.4,34.73,26.83,13.94,6.48,28.57,12.52,39.44,24.4l.51.57c8.59,9.65,12.63,22.49,10.71,34.92l-.09.58h35.01v33.36l.2.15,24.99,19.14v214.52H8.5v-214.52l24.99-19.14.2-.15v-33.36h35l-.09-.58c-1.89-12.24,1.99-24.88,10.31-34.47l.4-.45c10.92-12.26,25.79-18.39,39.96-24.97,13.86-6.43,27.03-13.3,34.73-26.83Z" fill="none" stroke="%23fff"/></svg>');
	text-align: center
}
.why_box p {
    margin-bottom: 0;
}
.why_box i {
   color: #cca369;
    font-size: 25px;
    padding: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #cca369;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 50px;
}
.glance_box h2 {
    color: #cca369;
    font-size: 55px;
}
.glance_box h3, .why_box h3 {
	color: #cca369;
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.glance_box h4{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.glance_box p {
    margin-bottom: 0;
    font-size: 15px;
}
.mt-20{
	margin-top: 20px;
}
.about_content_right{
	padding-right: 40px;
}

.room_inner{
	padding-bottom: 100px;
}
.room_inner_box .room_info{
	text-align: center;
}
.room_inner_box .room-amen{
	justify-content: center;
}

.room_inner_box .btn-more{
	margin-top: 0;
}

.dine-flex{
	justify-content: center;
    align-items: center;
    gap: 0 40px;
}
.dine-flex .glance_box{
	padding: 100px 30px 50px;
	text-align: center
}
.dine-icon {
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
	justify-content: center;
}
.dine-flex .glance_box p{
	text-transform: none;
	font-size: 16px;
}
.dine-flex .glance_box h4{
	margin-bottom: 15px;
}
.fac_para{
	margin-top: 15px;
}
.blog_img_full {
    position: relative;	
}
.blog_img_full img{
	border-radius: 20px;
}


.slide-inner{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.slide-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(20,10,10,.58) 0%,
        rgba(20,10,10,.35) 45%,
        rgba(20,10,10,.25) 100%
    );
    z-index: 1;
}

.hero-content{
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin-left: 8%;
    color: #fff;
}

.hero-content h1{
    font-size: 42px;
    margin-bottom: 25px;
    color: #fff;
}

.hero-content h1 span{
    color: #cca369;
	font-family: "Playfair Display", serif;
}

.hero-content p{
    color: rgba(255,255,255,.92);
    margin-bottom: 35px;
    max-width: 620px;
}

.hero-btn{
    display: inline-block;
   padding: 10px 25px;
    border-radius: 10px;
    background: #cca369;
    color: #272320;
    text-decoration: none;
    transition: .3s ease;
	border: 1px solid #cca369;
}

.hero-btn:hover{
   background-color: transparent;
    color: #cca369;
}


.photo_gallery{
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  grid-gap: 10px;
}
.photo_gallery img{
	 opacity: 0.8;
  width: 100%;
  height: 100%;
  transition: transform 0.5s, opacity 0.5s
}
.photo_gallery img:hover{
	opacity: 1;
}
.mxw-750.text-left {
    text-align: left;
    margin: 0;
}
.top_sec {
    padding: 100px 0 0 0;
}
.about_content.pr-40 {
    padding-left: 0;
    padding-right: 40px;
}
.about_innersec, .dine_Innersec  {
    padding: 30px 0 100px 0;
}
.pb-100{
	padding-bottom: 100px;
}
ul.abt-list, .di-list {
    display: grid;
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0;
    margin-top: 30px;
	margin-bottom: 0;
}

.di-list li i, .abt-list li i{
	color: #cca369;
	margin-right: 7px;
}

.bg-dark-sec{
	background-color: #e9e4da
}

.final_sec{
	padding: 80px 0;
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.20) 30%, rgba(0, 0, 0, 0.8) 70%), url('../images/final-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: normal;
}

.final-block h3 {
    color: #fff;
	margin-bottom: 15px;
}
.final-block p {
    color: #f7f7f7;
}
.final-block a {
    background-color: #fff;
    padding: 8px 30px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
	margin-top: 10px;
    display: inline-block;
	transition: all .5s ease;
	border: 1px solid #fff;
}
.final-block a:hover{
	background-color: transparent;
	color: #fff;
}
.mb-20{
	margin-bottom: 20px;
}
/*
.dine_para {
    display: flex;
    height: 100%;
	gap: 15px
}
*/
.dine_para .glance_box p{
	margin-bottom: 10px;
}
.pr-40{
	padding-right: 20px;
}
.pl-40{
	padding-left: 20px;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.dining-img {
    margin-bottom: 15px;
}
.accordion-item{
	margin-bottom: 15px;
}
.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #e9e4da;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.dine_gallery .ag-photo-gallery_img{
	border-radius: 0;
}
.choose_sec .glance_box {
    background-color: #fff;
}
.contact_sec h3 {
    color: #fff;
}
.nav-tabs {
    border-bottom: 0;
    justify-content: center;
    margin-bottom: 30px;
	gap: 0 20px;
}
.nav-tabs .nav-link {
   margin-bottom: 0;
    background: 0 0;
    border: 1px solid #cca369;
    border-radius: 30px;
    color: #cca369;
    padding: 8px 25px;
	transition: all .5s ease;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #cca369;
    border-color: #cca369;
}
.ag-photo-gallery_figure {
    margin: 0;
    text-align: center;
	position: relative;
}

.ag-photo-gallery_caption {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background-color: rgb(0 0 0 / 40%);
}
button.btn-close {
    position: absolute;
    right: 10px;
}
.modal-body .contact-item{
	padding: 10px;
}
.blog_inner a {
    color: #cca369;
    text-decoration: none;
}


        .reservation-card{
            max-width: 700px;
            width: 100%;
            background: rgba(255,255,255,.95);
            border-radius: 15px;
            padding: 35px;
            box-shadow: 0 10px 30px rgba(0,0,0,.3);
        }

        .reservation-card h4{
            margin-bottom: 25px;
        }

        .form-control,
        .form-select{
            border-radius: 10px;
            padding: 12px;
        }

        .btn-book{
            background: #c0392b;
            color: #fff;
            padding: 12px;
            border-radius: 10px;
            font-weight: bold;
            transition: .3s;
        }

        .btn-book:hover{
            background: #96281b;
            color: #fff;
        }

.blog_inner h3 {
    margin-bottom: 15px;
}

ul.exp_list {
    display: grid;
    gap: 10px 0;
    padding-left: 15px;
}

.why_slider .swiper-button-next, .blog_slider .swiper-button-next,
.why_slider .swiper-button-prev,  .blog_slider .swiper-button-prev {
  width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    color: #272320;
    line-height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
    top: 50%;
}
.why_slider .swiper-button-next, .blog_slider .swiper-button-next{
	right: 0
}
.why_slider .swiper-button-prev,  .blog_slider .swiper-button-prev{
	left: 0
}

.why_slider .swiper-button-next::after, .blog_slider .swiper-button-next::after,
.why_slider .swiper-button-prev::after, .blog_slider .swiper-button-prev::after {
    display: none; /* Hide default Swiper arrows */
}

.why_slider .swiper-button-next i, .blog_slider .swiper-button-next i,
.why_slider .swiper-button-prev i, .blog_slider .swiper-button-prev i {
    font-size: 18px;
}
.fac_content p a{
	color: #cca369;
	text-decoration: none
}
.ag-photo-gallery_video {
    width: 100%;
    aspect-ratio: 9 / 9;
    object-fit: cover; /* fills the area, crops if needed */
    border-radius: 0px;
}
#nav-video .ag-photo-gallery_caption{
	bottom: 7px;
}
.btn-check:focus+.btn, .btn:focus{
	box-shadow: none
}
.include_amen {
    background-color: #fff;
    padding: 15px;
    border-radius: 0;
    margin: 25px 0 0 0;
    border-bottom: 2px solid #cca369;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.include_amen ul.room-amenities-list {
    grid-template-columns: repeat(1, 1fr);
	margin-bottom: 0;
}
.include_amen ul.room-amenities-list li {
    font-size: 15px;
}
.swiper-container.room_slider .swiper-wrapper, .fac-sec .why_slider .swiper-wrapper, .blog_slider .swiper-wrapper{
	display: flex;
	height: 100%;
}
.swiper-container.room_slider .swiper-slide, .fac-sec .why_slider .swiper-slide, .blog_slider  .swiper-slide{
    background-color: #f5f1e9;
    height: auto;
    display: flex;
    flex-direction: column;
	border-radius: 10px;
}

.blog_slider  .swiper-slide{
	background-color: #fff
}
.story_innersec {
    background-color: #e9e4da;
	text-align: center
}
.room_inner_box {
    background-color: #fff;
    height: 100%;
    border-radius: 10px;
}
.blog_para-details a {
    color: #000;
    text-decoration: none;
}
.table>thead {
    vertical-align: bottom;
    background-color: #cca369;
}
ol.blog_list_num, .blog_list{
	padding-left: 15px
}
ol.blog_list_num li{
	padding-bottom: 10px;
}
