@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
html, body{
    font-family: "Lato", sans-serif;
    color: #212529;
    line-height: 1.7;
    font-size: 17px;
    letter-spacing: normal;
    font-weight: 400;
}
body{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

body::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/leopard-face.png);
    content: " ";
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.1;
    background-size: 100% auto;
}

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: #ad895b;
}

h1,h2,h3,h4,h5,h6{
   font-family: "Cormorant", serif;
   font-weight: 600;
   line-height: 1.2;
   letter-spacing: 0.5px;
}
h1{
    font-size: 50px;
}
h2{
    font-size: 42px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 22px;
}
h6{
    font-size: 18px;
}
p{
    color: #585858;
}
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.sticky a{
    color: #212529;
}
.main-wrapper a{
    color: #fff;
    text-decoration: none;
}
.main-wrapper ul li{
    list-style-type: none;
}

.navbar{
    padding: 1rem 5rem;
    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: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 10;
	justify-content: center
}
.main-wrapper.sticky {
    background-color: #e3dccf;
}
.main-wrapper.sticky .navbar{
    padding: 0 5rem;
}
.header_inner {
    backdrop-filter: grayscale(0.2) blur(15px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: rgb(255 255 255 / 20%);
    padding: 0 2rem;
    border-radius: 50px;
}
.main-wrapper.sticky .header_inner {
    backdrop-filter: none;
    background-color: transparent;
}
.navbar-nav{
    margin: auto;
}
.brand-and-icon{
    display: flex;
}


.header-right a{
    background-color: #ad895b;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff !important;
    cursor: pointer;
    font-size: 17px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.nav-link:focus, .nav-link:hover{
    color: #ad895b;
}
.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;
}
.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: 80px;
}
.main_title {
    color: #ad895b;
    margin: 0;
    padding: 0 0 15px 0;
}
.subtitle {
  color: #495043;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.btn-more {
    margin-top: 15px;
    display: inline-flex;
}
.btn-more a {
    background-color: #ad895b;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.btn-more a:hover{
    background-color: #495043;
}
.about_sec {
    padding: 100px 0 160px 0;
}

.room_section{
    background-color: #f7f4ee;
    z-index: 9;
    position: relative;
}
.top-half_head-btn{
    float: right;
}

.room_img img {
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.mt-30{
    margin-top: 30px;
}
.room_info {
    padding: 20px;
}
.room_info h3{
    color: #212529;
}
.room_card .btn-more{
    margin-top: 0;
}
.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{
    min-height: 450px;
    border-radius: 20px;
    object-fit: cover;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.dine_content, .fac_content {
    padding-left: 25px;
}
.dine_content.pr25, .fac_content.pr25 {
    padding-left: 0;
    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: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

/* Slide Overlay */
.slide-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(26, 26, 46, 0.1), rgba(26, 26, 46, 0.2));
  z-index: 1;
}

/* 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 {
    min-height: 450px;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.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{
    padding: 100px 0;
    z-index: 9;
    position: relative;
}
.fac_img img{
    border-radius: 20px;
}
.fac-details {
    padding: 25px 10px 0;
}
footer{
    padding: 80px 0 0 0;
    background-color: #e3dccf;
    margin: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    z-index: 9;
    position: relative;
}
.copyright-row img{
    width: auto;
    height: 50px;
}
.copyright-row p{
    margin: 0;
}
.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: #ad895b;
    margin-bottom: 15px;
}
.footer-widget .footer-item i {
	color: #ad895b;
     margin-right: 10px;
    font-size: 17px;
  }
.footer-widget .footer-item a, ul.footer-links li a{
    text-decoration: none;
    color: #585858;
}

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: #585858;
}
.social-list ul {
    list-style-type: none;
    display: flex;
}
.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: #ad895b;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.hr-bottom {
    margin-bottom: 15px;
    border-bottom: 1px dashed rgb(173 137 91 / 40%);
}
.blog_img img {
    border-radius: 20px;
}
.blog_img{
    position: relative;
}
.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: #fff;
}
.blog_para {
    padding: 25px 15px 0;
}
.blog_para h3{
    line-height: 1.2;
    margin-bottom: 15px;
}
.recentblog_card {
    background-color: #ad895b;
    padding: 30px 20px 10px;
    border-radius: 20px;
    z-index: 9;
    position: relative;
}
.recentblog_card h3 {
    color: #fff;
}
.blog_flex .flex-item img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 15px;
    margin-right: 15px;
}
.recentblog_card h4 {
    color: #fff;
    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 {
    position: relative;
}
.room-amen {
    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);
}
.room-amen ul li {
    margin: 0 10px;
    color: #fff;
}
.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{
	min-height: 550px;
    background-position: 100% 90%;
    z-index: 9;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 20%);
    background-blend-mode: overlay;
}
.page_title {
    color: #fff;
    text-align: center;
    margin-top: 70px;
}
.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: #ad895b;
	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(1, 1fr);
    gap: 15px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 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: #e3dccf;
    padding: 30px;
    border-radius: 20px;
}
.cs_form_itemInput input, .single-contact-form input, .single-contact-form textarea {
    background-color: transparent;
    background-image: none !important;
    color: #212529;
    padding: 12px 15px;
    margin-bottom: 20px;
	
	border: 1px solid rgb(173 137 91 / 50%);
}


.cs_form_itemInput input::placeholder, .single-contact-form input::placeholder,  .single-contact-form textarea::placeholder{
	 color: #212529;
}
.form-btn button{
	background-color: #ad895b;
    padding: 12px 30px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff !important;
    cursor: pointer;
    font-size: 17px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border: 1px solid #ad895b;
	margin-top: 15px;
}
.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: 28px;

  -ms-grid-columns: 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 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: 4;
  grid-column-end: span 4;

  cursor: pointer;

  overflow: hidden;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  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%;

  overflow: hidden;
}
.ag-photo-gallery_img {
  height: 100%;
  width: 100%;

  -o-object-fit: cover;
  object-fit: cover;

  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}


.br-20{
	border-radius: 20px;
}
.mtb-30{
	margin-bottom: 30px;
	margin-top: 10px;
}
ul.blog_list{
	padding-left: 20px
}
ul.blog_list li {
    color: #585858;
    margin-bottom: 10px;
}
.contact_info h4{
	margin-bottom: 15px;
}
.contact_info i{
	background-color: #ad895b;
    color: #fff;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    line-height: 35px;
}
.contact_info p a {
    color: #585858;
    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: #ad895b;
    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: #ad895b;
    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: 90%;
    text-align: center;
    margin: auto;
}
.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: #ad895b;
    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;
}
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
}


