@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

@font-face {
  font-family: "Domaine Display Narrow Bold";
  src: url("../fonts/DomaineDispNar-Bold.ttf");
}

@font-face {
  font-family: "Domaine Display Narrow Black";
  src: url("../fonts/DomaineDispNar-Black.ttf");
}

@font-face {
  font-family: "Laila";
  src: url("../fonts/Laila-Light.ttf");
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-VariableFont_wght.ttf");
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
  border-radius: 7px;
}

body::-webkit-scrollbar-thumb
{
	background-color: #011d0e;
}

body,
p {
  font-family: "Laila", sans-serif;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
	 font-family: "Cinzel", serif;
}
.banner-image img {
  width: 100%;
}
.header {
  position: fixed;
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.3); */
  padding: 10px 0;
  transition: 0.3s;
  z-index: 9;
}
.scrolled {
  transition: 0.3s;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
}
.header .container {
  max-width: 1340px;
}


.navbar-dark .navbar-nav .nav-link  {
text-transform: capitalize;
    font-size: 18px;
    font-family: "Laila", sans-serif;
    font-weight: 500;
    color: #011d0f;
    line-height: 1.5;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus{
  color: #011d0f;
}
.social-links li i:hover {
  color: #011d0f;
}

.navbar-nav {
  display: flex;
  align-items: center;
}
.navbar-nav li,
.social-links li {
  padding: 0 5px;
}
li.salsh {
  font-size: 10px;
}
.social-links {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  align-items: center;
  margin-left: 25px;
}
.social-links a {
  color: #011d0f;
  background-color: #fff;
}
.abt-section {
  padding: 100px 0;
}
.abt-block h2,
.top-title h2 {
font-family: "Cinzel", serif;
    font-size: 40px;
    line-height: 1.3;
    color: #011d0f;
    position: relative;
    letter-spacing: normal;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.top-title.text-center {
    padding-bottom: 15px;
	max-width: 85%;
    margin: auto;
}
.abt-block {
  padding: 0;
}
.abt-block p,
.top-title p {
 font-size: 16px;
    letter-spacing: normal;
    line-height: 1.6;
    color: #212121;
    font-weight: 400;
    font-family: "Laila", sans-serif;
    margin: 0 auto 1rem auto;
}
.treated-section {
  background-color: #fff;
  padding: 100px 0;
}

.aboutImg img {
    min-height: 450px;
    object-fit: cover;
}
.treated-block h1 {
    font-size: 75px;
    line-height: 110px;
    color: #e4d694;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Domaine Display Narrow Black", sans-serif;
    left: auto;
    z-index: 0;
    position: absolute;
    right: -156px;
    transform: rotate(90deg);
    top: 39%;
    opacity: 0.5;
}

.treated-block-left h1 {
    font-size: 75px;
    line-height: 110px;
    color: #e4d694;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Domaine Display Narrow Black", sans-serif;
    left: auto;
    z-index: 0;
    position: absolute;
    left: -145px;
    transform: rotate(-90deg);
    top: 39%;
    opacity: 0.5;
}

.surprise-section {
  padding: 100px 0;
	background-color: #f5f3eb;
}
.location-img {
  padding-top: 50px;
  float: right;
}
.room-block h3,
.fac-block h3,
.exp-block h3 {
  font-size: 30px;
  line-height: 1.4;
  color: #011d0f;
  text-align: left;
  text-transform: capitalize;
}
.room-block p,
.fac-block p,
.exp-block p {
  font-size: 16px;
    letter-spacing: normal;
    line-height: 1.6;
    color: #212121;
    font-weight: 400;
    font-family: "Laila", sans-serif;
    padding-top: 0px;
	padding-bottom: 10px;
}
.exp-block p, .exp-block h3, .roomInner .room-block h3, .roomInner .room-block p{
	color: #fff
}
.fac-block h3, .fac-block p{
  color: #fff;
  text-align: center;
}


.room-block a.all-btn {
  display: inline-block;
  width: max-content;
}

.room-block {
  background-color: #fff;
 
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}


.exp-block, .room-page .room-block {
  width: 400px;
  height: 400px;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
  transform: translate(-35px, -50%);
  outline: 10px solid #fff;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}
.owl-carousel .owl-item .room-img img{
	width: 100%;
}

.room-img img {
  width: 75%;
}
.owl-carousel .owl-item .exp-img img, .exp-page img{
  width: 75%;
}
.exp-block .all-btn {
  display: inline-block;
  width: auto;
	color: #c7b55e;
	background-color: #fff;
	border-color: #fff;
}
.memory-section {
  background-color: rgba(230, 214, 145, 1);
}
.memory-img img {
  width: 100%;
}
.memory-block {
  padding: 140px;
  background: linear-gradient(
    90deg,
    rgba(230, 214, 145, 1) 0%,
    rgba(255, 255, 255, 0) 0%,
    rgba(230, 214, 145, 1) 100%
  );
}
.memory-block h2 {
  font-family: "Afterglow", sans-serif;
  font-size: 45px;
  line-height: 1.3;
  padding-bottom: 10px;
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
}

.memory-block p {
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 29px;
  font-weight: 400;
  font-family: "Laila", sans-serif;
  margin: 0 auto 1rem auto;
}
/*.footer{
    background-image: url('../images/footer-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}*/
.contact-info h4 {
  font-size: 25px;
  color: rgb(1 29 14);
  text-transform: capitalize;
  line-height: 1.487;
  padding-top: 0;
  padding-bottom: 10px;
}
.contact-info p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 29px;
  color: #212121;
  font-family: "Laila", sans-serif;
}
.contact-info p a {
  color: rgb(1 29 14);
}
.contact-info p a:hover,
.contact-info p a:focus {
  color: #9d8353;
  text-decoration: none;
}
.find-us i:hover,
.find-us i:focus {
color: #011d0f;
    border-color: #011d0f;
    background-color: transparent;
}
.contact-info i {
  position: relative;
  top: 7px;
  margin-right: 10px;
}
.contact-form h3 {
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 34px;
  color: #c7b55e;
  font-weight: 400;
  font-family: "Lora", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.contact-form form {
  padding-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #011d0f;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #9E9E9E;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:hover,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #011d0f;
}
input::placeholder,
textarea::placeholder {
  color: #011d0f !important;
}
.contact-form {
  float: right;
  width: 100%;
}
.btn-send {
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Laila", sans-serif;
  text-align: center;
  text-transform: uppercase;
  background-color: #9d8353;
  border-radius: 0;
  border: 1px solid #9d8353;
}
.btn-send:hover {
  background-color: transparent;
  color: #9d8353;
}
.btn-submit {
  display: flex;
  justify-content: flex-end;
}
.find-us {
  text-align: center;
}
.find-us i {
color: #fff;
    border: 1px solid #011d0f;
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px 0 0;
    background-color: #011d0f;
    border-radius: 50%;
    transition: all .5s ease;
    cursor: pointer;
}
.footer-img {
  visibility: hidden;
}
.footer-menu {
  background-color: #011d0e;
  padding: 15px 0;
}
.footer-menu-links {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-bottom: 0;
}
.footer-nav-link {
  font-size: 17px;
  color: #ffffff;
  text-align: center;
}
.footer-menu-links .salsh {
  color: #fff;
}
.footer-nav-item {
  padding: 0 30px 0 0;
}

.footer-menu-links .salsh {
  font-size: 10px;
  padding: 0 0 0 30px;
}
.footer-bg img {
  width: 100%;
}
.footer {
  position: relative;
    background-color: #ffffff;
    padding: 100px 0 0 0;
    border-top: 1px solid #eee;
}

.footer-nav-link:hover,
.footer-nav-link:focus {
  color: rgb(255, 255, 255, 0.7);
  text-decoration: none;
}

.whats-up img {
  width: 50px;
  height: 50px;
}
.whats-up {
  position: fixed;
  bottom: 10%;
  right: 10px;
  z-index: 99;
  animation: swing ease-in-out 0.2s infinite alternate;
}

#top-button {
  display: inline-block;
  background-color: #212121;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top-button:hover {
  cursor: pointer;
  animation: none;
}
#top-button.show {
  opacity: 1;
  visibility: visible;
}

#top-button {
  animation: bounce 1.5s infinite alternate;
  transform-origin: center -20px;
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}

.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(0);
  }
}

.dropdown-menu {
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #174754;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
}
.dropdown-item {
  color: #fff;
}
.hide-desk {
  display: none;
}
.dropdown-toggle::after {
  display: none;
}

.drop-lang {
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding: 0 0.5rem;
}

.drop-lang span {
  color: #174754;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  line-height: 70px;
}

.drop-lang ul {
  line-height: none;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.drop-lang ul li a {
  font-size: 14px;
  display: block;
  color: #fff;
  padding: 5px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.drop-lang ul li a:hover {
  text-decoration: none;
  color: #174754;
}
.drop-lang:hover ul {
  visibility: visible;
  opacity: 1;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #174754;
  text-decoration: none;
  background-color: #fff;
}
.dropdown-menu {
  padding: 0;
  margin: 0;
}
/*Story page css start*/
.story-section {
  padding: 80px 0 0 0;
}
.slider-section {
  padding: 80px 0;
}
.story-block p,
.history-row p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #333;
  font-weight: 300;
  font-family: "Laila", sans-serif;
  text-align: justify;
  padding: 0;
}
.history-block p,
.arch-row p,
.team-section p,
.common-info p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #333;
  font-weight: 300;
  font-family: "Laila", sans-serif;
  text-align: justify;
  padding: 15px 0px 0 0;
  margin-bottom: 0;
}
.slick-carousel {
  margin: 0 auto;
}

/* The width of each slide */
.slick-slide {
  width: 350px;
}

/* Color of the arrows */
.slick-next::before,
.slick-prev::before {
  color: #777 !important;
}


.ti-star {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/f.svg");
}
.ti-star-rate {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/star.svg");
}
.ti-review-header,
.ti-review-header-google {
  position: relative;
  align-items: center;
}
.ti-review-header img,
.ti-review-header-google img {
  margin-right: 10px;
}
.ti-review-header h5,
.ti-review-header-google h5 {
  margin-bottom: 0;
}
.ti-review-header span,
.ti-review-header-google span {
  color: #777;
}
.ti-stars {
  padding: 15px 0;
}
.ti-review-header::after {
  background-image: url("../images/icon.svg");
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
.ti-review-header-google::after {
  background-image: url("../images/google.png");
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
.review-text {
  height: 100px;
  overflow: auto;
  text-align: justify;
  padding: 0 15px 0 0;
}
.slick-initialized .slick-slide {
  padding: 0 25px;
}
.slick-dots {
  bottom: -60px !important;
}
.about-img img {
  width: 100%;
}
.ti-review-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/*history page css start*/
.history-section {
  padding: 80px 0;
}
.history-head h2 {
  font-size: 40px;
  color: #b09157;
  font-weight: bold;
  font-family: "Domaine Display Narrow Bold", sans-serif;
  text-align: center;
}
.history-block h3,
.arch-row h3 {
  font-size: 30px;
  color: #b09157;
  font-weight: bold;
  font-family: "Domaine Display Narrow Bold", sans-serif;
  text-align: justify;
  margin-bottom: 0;
  padding: 15px 0 0 0;
}
.history-block p span {
  color: #3d6695;
  font-weight: 600;
}
.history-block p span.text-red {
  color: red;
  font-weight: 600;
}
.history-img img {
  width: 100%;
}
.history-row,
.arch-row {
  padding-top: 40px;
}
.arch-img img,
.family-info img {
  width: 100%;
}
.arch-row h3 {
  padding-bottom: 30px;
}
/*team page css start*/
.team-section {
  padding: 80px 0;
}
.team-image {
  margin: 0 25px 0 0;
}
.team-member {
  box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
  padding: 30px;
  margin-bottom: 40px;
}
.photo-row {
  padding: 30px 0;
}
.team-member h4,
.other-team-row h3 {
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 34px;
  color: #c7b55e;
  font-weight: 600;
  font-family: "Lora", sans-serif;
}
.strength-row b,
.other-team-row b {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #00516c;
  font-weight: 600;
  font-family: "Laila", sans-serif;
  text-align: justify;
  padding: 15px 0px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.common-list li {
  list-style-type: number;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #333;
  font-weight: 300;
  font-family: "Laila", sans-serif;
  text-align: justify;
  padding: 10px 0px 0 0;
  margin-bottom: 0;
}
.other-team,
.team-slider {
  padding-top: 40px;
}
.team-block h4 {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 34px;
  color: #c7b55e;
  font-weight: 500;
  text-align: center;
  padding: 10px 0 0 0;
  margin-bottom: 0;
  font-family: "Lora", sans-serif;
}
.team-block span {
  text-align: center;
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #333;
  font-weight: 300;
  font-family: "Laila", sans-serif;
  margin-bottom: 0;
}

/*location page css start*/
.loc-subhead {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #b09157;
  font-weight: 600;
  text-align: center;
  font-family: "Laila", sans-serif;
}
.location-section {
  padding-top: 80px;
}
.travel-section {
  padding: 30px 0 80px 0;
}
.travel-block .d-flex {
  flex-direction: column;
}
.travel-block img {
  width: 100%;
}
.travel-block {
  box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
  height: 100%;
}
.flex-para {
  padding: 30px;
}
.flex-para h3 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #b09157;
  font-weight: 600;
  font-family: "Laila", sans-serif;
}
.flex-para p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #333;
  font-weight: 300;
  font-family: "Laila", sans-serif;
  text-align: justify;
}
.flex-para a {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Laila", sans-serif;
  text-align: center;
  text-transform: uppercase;
  background-color: #9d8353;
  border-radius: 0;
  border: 1px solid #9d8353;
  padding: 7px 10px;
}
.flex-para a:hover,
.flex-para a:focus {
  box-shadow: none;
  background-color: transparent;
  color: #9d8353;
  text-decoration: none;
}

/* new css start  */
.logo_wrap {
  position: absolute;
  left: 0px;
  width: 180px;
  top: auto;
  bottom: -108px;
  background-color: #011d0f;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 2;
  padding: 10px;
}
/* .logo_wrap::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 180px 0px 0px;
  border-color: #011d0f transparent transparent transparent;
  left: 0px;
  top: 100%;
} */
.yrLogo img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px;
  max-width: 180px;
}
/* .logo_wrap .left {
  position: absolute;
  z-index: 11;
  width: 22px;
  height: 22px;
  background-color: #011d0f;
  left: 0px;
  bottom: -27px;
  border-radius: 100%;
}
.logo_wrap .right {
  position: absolute;
  z-index: 11;
  width: 22px;
  height: 22px;
  background-color: #011d0f;
  right: 0px;
  bottom: -5px;
  border-radius: 100%;
}

.logo_wrap::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 15px;
  background-color: #011d0f;
  bottom: -16px;
  transform: rotate(-8deg);
} */
.single-banner-slide {
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.all-banner-slide button.owl-prev {
  top: 50%;
  left: 50px;
}
.facInner-slide button.owl-prev {
  top: 50%;
  left: 10px;
}

.all-banner-slide button.owl-next {
  top: 50%;
  right: 50px;
}
.facInner-slide button.owl-next {
  top: 50%;
  right: 10px;
}
.all-banner-slide .owl-nav button,
.facInner-slide .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  background-color: #c7b55e !important;
}
.all-banner-slide .owl-nav button svg,
.facInner-slide .owl-nav button svg {
  padding: 5px;
  filter: invert(1);
}
.owl-carousel .owl-item .surprise-img img {
  width: auto;
}

.room-slide button.owl-prev{
	bottom: 50%;
    left: -20px;
}
.exp-slide button.owl-prev {
  bottom: 20px;
  left: 10px;
}
.room-slide button.owl-next{
	bottom: 50%;
    right: -20px;
}
.exp-slide button.owl-next {
  bottom: 20px;
  left: 60px;
}
.room-slide .owl-nav button,
.exp-slide .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  background-color: #c7b55e !important;
  transition: all .5s ease;
}
.room-slide .owl-nav button:focus, .room-slide .owl-nav button:hover,
.exp-slide .owl-nav button:focus, .exp-slide .owl-nav button:hover{
  outline: none;
  transform: scale(1.05);
}
.room-slide .owl-nav button svg,
.exp-slide .owl-nav button svg {
  padding: 5px;
  filter: invert(1);
}
.abt-block p.sub-head, p.sub-head {
  font-size: 18px;
  line-height: 1.5;
  text-transform: none;
  color: #c7b55e;
  font-style: italic;
  font-weight: 400;
	margin-bottom: 0;
}
.row.align-item-center {
  align-items: center;
}
.all-btn {
  background-color: #c7b55e;
  border: 1px solid #c7b55e;
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-out;
  margin-top: 0;
  display: inline-block;
	font-family: "Laila", sans-serif;
	
}
.all-btn:hover,
.all-btn:focus {
  background-color: #fff;
  color: #c7b55e;
  text-decoration: none;
}
.room-section, .exp-section {
  padding: 100px 0 100px 0;
  position: relative;
}
.gallery-section, .roomInner-section{
  padding: 100px 0;
}
.fac-section{  
  padding: 100px 0;
}
.fac-box {
  height: calc(100% - 5px);
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fac-block {
  padding: 0px;
  text-align: center;
}

.fac-slide.owl-carousel .owl-stage {
  display: flex;
}
.fac-slide.owl-carousel .slide-item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.fac-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.footer-logo img {
  max-width: 200px;
  width: 100%;
  margin-bottom: 15px;
}
.footer-logo {
  text-align: center;
}
.quick-links {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.quick-links li {
  width: 50%;
}
.quick-links li a {
  color: #333;
  padding: 5px 0;
  display: inline-block;
  font-size: 16px;
}
.quick-links li a:hover,
.quick-links li a:focus {
  text-decoration: none;
  color: #000;
}

.room-section {
  background-color: #f5f3eb;
}
.dine-img {
    height: 100%;
    width: 100%;
    position: relative;
}
.dine-img img {
    width: 100%;
    object-fit: cover;
}
.footer-menu .d-flex {
  justify-content: space-between;
}
.copy-right-text {
  color: #fff;
  margin-bottom: 0;
}
.room-fac {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-left: 0;
  justify-content: space-between;
}
.room-fac li {
 width: 33.33%;
    margin-bottom: 0px;
    display: flex;
    margin-right: 0;
}
.room-fac li span {
  margin-right: 10px;
}
.banner-innersection{
    min-height: 550px;
   background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner-innersection::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 20%), rgb(0 0 0 / 20%), rgb(255 255 255 / 20%), rgb(255 255 255 / 40%));
    z-index: 1;
    top: 0;
    position: absolute;
}
.banner-innersection .container{
 position: absolute;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    max-width: 100%;
    height: 100%;
    align-items: center;
}

.breadcrumb-item.active{
    font-weight: 600;
}
.mt-60{
    margin-top: 80px;
}
.roomSecEven .room-block, .expSecEven .exp-block {
    left: 0;
    transform: translate(10px, -50%);
}
.roomSecEven .roomInner, .expSecEven .expInner{
    display: flex;
    justify-content: flex-end;
}
.expSecEven .expInner img, .roomSecEven img{
  float: right;
}

.foodGallery .galleryInner {
	 display: grid;
	 grid-template-columns: repeat(4, 1fr);
	 grid-gap: 0;
	 justify-content: center;
	 align-items: center;
     width: 100%;
}
.mainGallery .container{
   display: grid;
	 grid-template-columns: repeat(3, 1fr);
	 grid-gap: 20px;
	 justify-content: center;
	 align-items: center;
     width: 100%;
}
 .foodGallery .card, .mainGallery .card {
	 background: #fff;
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
	 color: #333;
	 border-radius: 2px;
}
 .foodGallery .card-image, .mainGallery .card-image {
	 background: #fff;
	 display: block;
	 padding-top: 70%;
	 position: relative;
	 width: 100%;
}
 .foodGallery .card-image img,  .mainGallery .card-image img {
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 @media only screen and (max-width: 600px) {
	 .foodGallery .container {
		 display: grid;
		 grid-template-columns: 1fr;
		 grid-gap: 1rem;
	}
}

.contact-flex i {
    background-color: #fff;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #011d0f;
    border: 1px solid #011d0f;
}
.contact-flex.d-flex {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}
.contact-flex.d-flex a{
  color: #212529;
}
h5.follow-widget-title.mt-30, .test-head, .room-amenities h4{
    font-size: 25px;
    line-height: 1.3;
    color: #011d0f;
    position: relative;
    letter-spacing: 1px;
    font-weight: 500;
    padding-top: 15px;
}
.test-head, .room-amenities h4{ 
  padding-top: 0;
  padding-bottom: 10px;
}
.mt-15{
  margin-top: 15px;
}
.booking-item {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    padding: 25px;
}
.map-section{
  margin-bottom: -7px;
}
.pb-25{
	padding-bottom: 25px;
}
.room-fac-details, .room-amenities ul{
  display: flex;
  list-style-type: none;
  padding-left: 0;
  flex-wrap: wrap;
  margin-bottom: 0	
}
.room-fac-details li {
    margin-right: 30px;
}
.room-amenities ul li{
  width: 33%;
  margin-bottom: 25px;
}
.room-fac-details li span, .room-amenities ul li span {
    margin-right: 10px;
}
.fac-flex{
  padding: 15px 0 0 0;
}
.fac-list {
    text-align: center;
}
.faclist-img {
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: #fff;
    line-height: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
    transition: all .5s ease;
    border: 1px solid #011d0f;
  	display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .faclist-img img{
  width: 45px;
}

.fac-list h4 {
    font-size: 18px;
}
.pb-15{
  padding-bottom: 15px;
}


.navbar {
    padding: 0;
}

#navbarSupportedContent {
    justify-content: flex-end;
}

ul.navbar-nav li.nav-item {
    margin-right: 25px;
}
ul.navbar-nav li.nav-item:last-child {
    margin-right: 0;
}

.navbar-dark .navbar-brand img {
   width: 100%;
    transition: all .5s 
ease;
    max-width: 280px;
}

.navbar-brand.d-none.d-lg-block {
    margin: 0;
}
.navbar-brand.d-none.d-lg-block a {
    display: block;
}


.header .container-fluid {
    padding: 0 5rem;
    max-width: 92%;
}

.my-gallery{
	padding-top: 80px;
}
.my-gallery__item {
	opacity: 1;
	position: relative;
	display: block;
}
.my-gallery__item_imgwrap {
	position: relative;
	display: block;
}
.fancybox-content {
	transition: none !important;
}
.my-gallery__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.my-gallery__separator {
	padding-bottom: 63%;
}

.my-gallery__owl .owl-nav {
	justify-content: space-between;
	display: flex;
	width: 100%;
	position: absolute;
	top: 55%;
}
.my-gallery__owl .owl-nav button.owl-prev,
.my-gallery__owl .owl-nav button.owl-next {
	outline: none;
	font-size: 15px;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #c7b55e;
	border-radius: 100%;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	margin: 0
}
.my-gallery__owl .owl-nav button svg{
	filter: invert(1)
}
.my-gallery__owl .owl-nav button.owl-prev {
	position: absolute;
	left: 5%;
}
[dir="rtl"].nb_rtl .my-gallery__owl .owl-prev {
	right: 10%;
	left: auto;
}
.my-gallery__owl .owl-nav button.owl-next {
	position: absolute;
	right: 5%;
}
[dir="rtl"].nb_rtl .my-gallery__owl .owl-next {
	left: 10%;
	right: auto;
}
.my-gallery__owl .owl-nav [class*="owl-"]:hover {
	color: #fff;
	background-color: #c7b55e;
}
.my-gallery__owl .owl-dots {
	padding-top: 15px;
}
.my-gallery__owl .owl-dots .owl-dot.active span,
.my-gallery__owl .owl-dots .owl-dot:hover span {
	background: #000;
}
.my-gallery__owl .owl-dot {
	outline: none;
}
.p-bottom-0{
	padding-bottom: 0
}
.page-title h2{
	  color: #fff;
    font-size: 40px;
    font-weight: 600;
	z-index: 2;
    position: relative;
}
.mobile-fixed-btn{
	display: none
}
.room-amenities {
    padding-top: 30px;
}
.btn-top{
	 display: none;
  cursor: pointer;
  position: fixed; 
  bottom: 40px;
  right: 20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(12, 12, 12);
  color: white;
  border: none;
}
.btn-top img{
	width: 20px;
}

.over-img {
    max-width: 350px;
    width: 100%;
    position: absolute;
    right: 15px;
    bottom: 70px;
}
.dine-section{
	    background-image: url("../images/dining-bg.jpg");
    background-repeat: no-repeat;
    background-color: #afa05d;
    background-position: left center;
    background-size: 100% auto;
}

.dine-block{
	padding: 100px 0;
}
.dine-block h2{
	color: #fff;
}
.dine-block p{
	    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.6;
    color: #fff;
    font-weight: 400;
    font-family: "Laila", sans-serif;
    padding-top: 0px;
}
.dine-block .all-btn {
    background-color: #fff;
    border: 1px solid #fff;
    color: #c7b55e;
}
.odd-block, .roomInner  .odd-block{
    background-color: #c7b55e;
    outline-color: #c7b55e;
}
.even-block, .roomInner  .even-block {
    background-color: #011d0f;
    outline-color: #011d0f;
}
.odd-block  .all-btn{
	color: #c7b55e;
    background-color: #fff;
    border-color: #c7b55e;
}
.odd-block .all-btn:hover, .odd-block .all-btn:focus,
.even-block .all-btn:hover, .even-block .all-btn:focus{
	 background-color: transparent;
	color: #fff;border-color: #fff;
}
.even-block  .all-btn{
	color: #011d0f;
    background-color: #fff;
    border-color: #011d0f;
}
.roomInner .room-fac li span img {
    filter: invert(1);
}
.roomInner .room-fac li{
	color: #fff;
    width: auto;
    margin-bottom: 10px;
}
.facility-slide .owl-dots {
    display: flex;
    justify-content: center;
    margin: 25px 0 0 0;
    align-items: center;
}
.facility-slide .owl-dots .owl-dot{
	display: flex;
	margin: 0 3px
}
.facility-slide .owl-dots .owl-dot:focus{
	outline: none
}
button.owl-dot span {
    width: 15px;
    height: 15px;
    background-color: #777;
    border: 1px solid #777;
    border-radius: 50%;
}
button.owl-dot.active span{
	background-color: #ac9e5d;
    border: 1px solid #ac9e5d;
}
.swimImg img, .facinnerBoxImg img{
	width: 100%;
}
section.fac-section.otherFac-sec {
    background-color: #f5f3eb;
}
.facinnerBox{position: relative}
.facinnerBoxTitle h4 {
    font-size: 18px;
    text-align: center;
    padding: 10px 0 0 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 40%);
    color: #fff;
    margin-bottom: 0;
}

.facinnerBoxTitle h4 {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}











