@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&amp;display=swap');

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Mulish', sans-serif;
  line-height: 1.3;
  color: #777;
  font-size: 15px;
}

p {
  font-size: 15px;
}

button:focus {
  outline: 0
}

.form-control:focus,
.button:focus,
.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none !important;
}

a {
  text-decoration: none;
  color: #ac8e4d;
  word-wrap: break-word;
}

.btn {
  padding: 0.5rem 1.3rem;
  font-weight: 400;
  font-size: 0.875rem;
  border-radius: 0;
}

.logo{
    width:330px;
    height:80px;
}

.btn.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.btn.btn-no-round {
  border-radius: 0px
}

.btn.btn-round {
  border-radius: 70px
}

.btn.btn-light {
  background: #faf8f5;
  color: #9f7519;
  border-color: #faf8f5;
}

.btn.btn-light:hover {
  background: #faf8f5;
  color: #9f7519;
  border-color: #c8a26b;
}

.btn.btn-light:not(:disabled):not(.disabled):active {
  background: #faf8f5;
  color: #9f7519;
  border-color: #c8a26b;
}

.btn.btn-primary {
  background: #002c2f;
  color: #ffffff;
  border-color: #002c2f;
  border-radius: 0;
      width: 175px;
}

.btn.btn-primary:hover {
  background: #ffdd81;
  color: #ffffff;
  border-color: #ffdd81;
}

.btn.btn-primary:not(:disabled):not(.disabled):active {
  background: #c8a26b;
  border-color: #c8a26b;
  color: #ffffff;
}

.btn-outline-primary {
  color: #07338f;
  border: #07338f solid 1px;
}

.btn-outline-primary:hover {
  border: #4969ad solid 1px;
  background: #fff;
  color: #4969ad;
}

.btn.btn-outline-primary:not(:disabled):not(.disabled):active {
  background: #fff !important;
  color: #ac8e4d;
  border: #ac8e4d solid 1px;
}


::-webkit-input-placeholder {
  color: #fff !important;
}

::-moz-placeholder {
  color: #fff !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}


.container {
  max-width: 1170px;
  width: auto !important;
}

header.main-header {
  background: #ffffff;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

header.main-header .top-header {
  padding: 3px 0;
  background: #a3814f;
  font-size: 14.8px;
  color: #fff;
  position: relative;
  z-index: 400;
}

header.main-header .top-header .detail-bx {
  text-align: right
}

header.main-header .top-header .detail-bx img {
  max-height: 15px;
  margin-top: 3px;
  padding: 0px 5px;
}


header.main-header .top-header .detail-bx a {
  color: #fff
}

header.main-header .top-header h1 {
  font-size: 14.8px;
  font-weight: 400;
  margin: 0
}


header.main-header.sticky,
.navbar-middle.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #fff
}


header.main-header.sticky .navbar-middle.navbar-header,
.navbar-middle.sticky {
  background: rgba(0, 0, 0, 0.81);
}


.navbar-toggler {
  font-family: 'Oswald';
}

.navbar-toggler .fa-bars {
  color: #000;
  padding: 0px 6px;
}

header.main-header .nav-header {
  padding: 22px 0;
  position: relative;
  z-index: 400;
  background-color: #fff;
}

header.main-header .nav-header h4 .fa {
  font-size: 14px
}


.neeraj_group a {
  display: block;
  text-decoration: none;
}

.neeraj_group h3 {
  text-transform: uppercase;
  font-family: 'TrajanPro';
  font-size: 1.5rem;
  margin-bottom: 0;
  letter-spacing: 9.2px;
  color: #ef6d16;
  font-weight: 600;
}

.neeraj_group h4 {
  letter-spacing: 0.2px;
  color: #2c2c2b;
  font-size: 0.94rem;
  font-family: 'TrajanPro';
  margin: 0;
}

.kanota_group_mob a {
  display: block;
  text-decoration: none;
}

.kanota_group_mob h3 {
  text-transform: uppercase;
  font-family: 'TrajanPro';
  font-size: 19px;
  margin-bottom: 0;
  letter-spacing: 9.2px;
  color: #ef6d16;
  font-weight: 600;
}

.kanota_group_mob h4 {
  letter-spacing: 0.2px;
  color: #fff;
  font-size: 13px;
  font-family: 'TrajanPro';
  margin: 0;
}


.logo a {
  display: block;
}

header.main-header.header-2 .nav-header {
  padding: 10px 0;
}

header.main-header .navbar-middle.navbar-header {
  z-index: 9;
  width: 100%;
  background: rgb(24 37 53 / 58%);
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
}

header.main-header .navbar-middle.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #fff
}

header.main-header .navbar-middle.sticky {
  background: rgb(4 48 51 / 52%);
}

header.main-header .navbar-middle.navbar-header .header-menu ul {
  margin-bottom: 0;
}
header.main-header .navbar-middle.navbar-header .header-menu ul li {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0px;
  display: inline-block;
  list-style-type: none;
  line-height: 1.5;
}

header.main-header .navbar-middle.navbar-header .header-menu ul li>a {
  font-family: 'Playfair Display', serif;
  padding: 0.4rem 1.300rem 0.5rem;
  letter-spacing: 0.5px;
  color: #fff;
  display: block;
}

header.main-header .navbar-middle.navbar-header .header-menu ul li.current-menu-item>a {
  background: rgba(0,0,0,0.2);
}


@media (min-width: 62.000em) {
  header.main-header .navbar-middle .header-menu ul li ul {
    background-color: #a3814f;
    border-color: #a3814f;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
  }

  header.main-header .navbar-middle.navbar-header .header-menu ul li:hover li ul {
    opacity: 1;
    visibility: visible;
  }

  header.main-header .navbar-middle .header-menu ul li ul .dropdown-item {
    padding: 0.5rem 1rem;
    color: #fff;
    border-bottom: 1px solid #967442;
  }

  header.main-header .navbar-middle .header-menu ul li ul .dropdown-item:focus,
  header.main-header .navbar-middle .header-menu ul li ul .dropdown-item:hover {
    background-color: #b18c56;
    color: #fff;
  }

  header.main-header .navbar-middle .header-menu ul li ul .dropdown-item.active {
    background-color: #b18c56;
    color: #fff;
  }

}

.border-none {
  border: 0 !important;
}


#sidemenu {
  padding-top: 129px;
  position: fixed;
  top: 0;
  left: 0;
  width: 22vw;
  height: 100%;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(-3vw);
  transform: translateX(-3vw);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2);
}

#sidemenu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform .5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.overlay-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100vh;
  width: 100%;
  background: rgb(255, 255, 255);


}

.hamburger-menu {
  display: inline;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.hamburger-icon {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inside,
.hamburger-inside::before,
.hamburger-inside::after {
  width: 25px;
  height: 2px;
  background-color: #a3814f;
  border-radius: 5px;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-menu span {
  text-transform: uppercase;
  margin-top: -3px;
  color: #a3814f;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  margin-left: 8px;
  letter-spacing: 1px;
}

.hamburger-inside::after {
  top: 16px;
}

.hamburger-inside::before {
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
}

.hamburger-menu.active-hamburger .hamburger-inside::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger-menu.active-hamburger .hamburger-inside::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.hamburger-menu.active-hamburger .hamburger-inside {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.sidenav {
  padding-top: 0.5rem;
  background: #fff;
  height: 100%;
}

.sidenav .sn-main>li>a {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 1.125rem;
  text-decoration: none;
  position: relative;
  padding: 0.8rem 1.5rem;
  text-transform: uppercase;
  display: block;
  color: #1b1b1b;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}

.sidenav .sn-main>li>a>.zmdi {
  background: url(../img/side-arrow.svg) no-repeat center center;
  background-size: 100% auto;
  width: 25px;
  height: 23px;
  margin-left: 10px;
}

.sidenav .sn-main>li>a>.zmdi:before {
  font-size: 0;
}

.sidenav .sn-main>li>a::after {
  content: "";
  background-color: #e19d3a;
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  opacity: 0;
}

.sidenav .sn-main>li.active>a li>a,
.sidenav .sn-main>li:hover>a {
  color: #e19d3a;
  background: #fafafa;
  text-decoration: none;
}

.sidenav .sn-main>li.active>a::after,
.sidenav .sn-main>li:hover>a::after {
  opacity: 1;
}

.offside-nav .socail-ft {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
}

.offside-nav .socail-ft ul {
  margin: 0;
}

.offside-nav .socail-ft ul li {
  margin: 4px;
}

.booknow-place {
  position: relative;
  ;
}

.booknow-place button.btn {
  border: 0;
  position: relative;
  padding-right: 45px;
  padding-left: 15px;
  color: #fff !important;
  border-radius: 5px;
  height: 46px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.0818rem;
  font-weight: 500;
}

.booknow-place button[aria-expanded="true"] .d-arrow {
  background-color: #fef6e9;
  color: #be9e6f;
}

.booknow-place button.btn .d-arrow {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 3px 0 0;
  height: 100%;
  line-height: 46px;
}

.booknow-place button.btn .d-arrow:before {
  font-family: Flaticon;
  content: "\f100";
}

.booknow-place .place-info {
  text-align: left;
  padding: 0;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  min-width: 297px;
  z-index: 9;
  position: absolute;
  right: 0;
  top: 95%;
  background: #fff;
  box-shadow: 0 31px 31px rgba(0, 0, 0, 0.3);
  border: 1px solid #fef6e9;
}

.booknow-place .place-info h3 {
  font-size: 1.25rem;
  font-family: 'Playfair Display';
  color: #000000;
  letter-spacing: 0.5px;
}

.booknow-place .place-info h5 {
  font-size: 0.937rem;
  color: #595959;
  margin: 0;
}

.booknow-place .place-info ul li {
  padding: 0.9rem;
  border-bottom: 1px solid #efefef;
  list-style: none;
}

.booknow-place .place-info ul li a {
  text-decoration: none;
}

.booknow-place .offer-btn {
  font-size: 1.0625rem;
}


.heading h1 {
  font-family: 'Playfair Display', sans-serif;
  color: #ac8e4d;
  font-weight: 400;
  font-size: 2rem;
}

.heading h3 {
  font-family: 'TrajanPro';
  color: #07338f;
  font-weight: 700;
  font-size: 1.8rem;
}

.heading h5 {
  font-size: 1rem;
  color: #545454
}

.heading h4 {
  font-weight: 400;
  font-size: 2.3125rem;
  font-family: 'Playfair Display';
  color: #232f3d;
  margin: 0;
}

.heading .paragraph-block p {
  max-width: 1068px;
}

.heading h6 {
  color: #ac8e4d;
  font-family: 'Playfair Display';
  font-size: 20px;
  padding: 0;
}

.paragraph-block h5 {
  font-family: 'Playfair Display';
  color: #000;
}

.heading-inner h5 {
  font-size: 1.3rem;
  font-family: 'TrajanPro';
  color: #07338f;
}

.heading-inner h3 {
  font-family: 'Playfair Display';
  color: #262115;
  font-weight: 400;
  font-size: 2.375rem;
  padding: 0px 0 15px 0px;
  margin: 0
}

.heading-inner h4 {
  font-weight: 400;
  font-size: 2.375rem;
  font-family: 'Playfair Display';
  color: #262115;
  margin: 0;
  padding: 0px 0 10px 0;
}

.heading-inner h1 {
  font-weight: 400;
  font-size: 2.375rem;
  font-family: 'Playfair Display';
  color: #262115;
  margin: 0;
  padding: 0px 0 10px 0;
}

.heading-inner h2 {
  font-weight: 400;
  font-size: 2.375rem;
  font-family: 'Playfair Display';
  color: #262115;
  margin: 0;
  padding: 0px 0 10px 0;
}

.heading-inner .paragraph-block p {
  max-width: 1068px;
}


.main-slider ol.carousel-indicators li {
  width: 16px;
  border-radius: 50%;
  height: 16px;
  background-color: #e4a983;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.main-slider .item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0
}

.main-slider .item-caption h2 {
  font-family: 'TrajanPro';
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
}

.welcome-area-inner {
  padding: 80px 0 60px;
}
.welcome-area-inner .heading h1 {
  margin: 0;
  padding: 10px 0;
  color: #262115;
}

.welcome-area-inner .heading h3 {
  margin: 0;
  padding: 10px 0;
  color: #262115;
}

.welcome-area-inner .heading h5 {
  font-size: 1.1rem;
  font-family: 'TrajanPro';
  color: #07338f;
  text-transform: uppercase;
}


.welcome-area .heading h3 {
  margin: 0;
  padding: 10px 0;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.welcome-area .heading h5 {
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.4px;
  font-size: 1rem;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}

.paragraph-block p {
  line-height: 1.7;
  font-weight: 400;
  font-family: 'Mulish', sans-serif;
}

.paragraph-block p:last-child {
  margin-bottom: 0;
}

.neeraj-palace {
  overflow: hidden;
/*  background: #faf8f5;*/
}

.neeraj-palace .h-100 {
  min-height: 400px;
}

.neeraj-palace .text-block {
  text-align: center
}

.neeraj-palace .paragraph-block {
  padding: 2rem 4.3rem;
  margin: 0;
}

.neeraj-palace .paragraph-block p:last-child {
  margin-bottom: 0;
}


.vector-motif.vm1 {
  background-position: right bottom;
/*  background-image: url(../img/narain-bg-motif.png);*/
}

.vector-motif.vm2 {
/*  background-image: url(../img/castle-bg-motif.png);*/
background-position: left bottom;
}

.vector-motif.vm3 {
/*  background-image: url(../img/rajmahal-bg-motif.png);*/
background-position: right bottom;
}

.vector-motif {
  overflow: hidden;
  background-repeat: no-repeat;
/*  background-image: url(../img/narain-bg-motif.png);*/
}


section.comfort-luxury {
  background-image: url(../img/luxury-bg.jpg);
  padding: 69px 0;
  font-family: 'Playfair Display';
  background-size: cover;
  background-attachment: fixed;
}

section.comfort-luxury h2 {
  font-size: 2.1875rem;
}


section.videoSec {
  position: relative
}

section.media-sec .card {
  box-shadow: 0px 10px 18px 0px rgba(44, 44, 44, 0.1);

}

section.videoSec .container,
section.media-sec .container {
  max-width: 1355px !important;
}

section.media-sec p {
  text-transform: uppercase;
  font-size: 1.0625rem;
  color: #181818;
  max-width: 325px;
}

section.media-sec a {
  color: inherit;
  text-decoration: none;
}

section.videoSec .youtube-icon:after {
  background: url(../img/icon-1.png);
  background-repeat: no-repeat;
  z-index: 9;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  margin-top: -40px;
  height: 80px;
}

section.media-sec .heading h5 {
  text-transform: uppercase;
  font-weight: 400;
}

section.media-sec .heading h3 {
  text-transform: uppercase;
  font-weight: 700;
}


.testimonials {
  background-repeat: no-repeat;
  background-image: url(../img/test-mofit.png);
  background-position: center top;
  background-size: contain;
}

.testimonials p {
  font-family: 'Playfair Display';
  line-height: 1.7;
  color: #261906;
  font-size: 20px;
}

.testimonials .container {
  padding-top: 10%;
}

.testimonials .author-name {
  font-size: 1.3125rem;
  color: #181818;
  text-transform: uppercase;
}

.testimonials .sub-line {
  font-size: 1rem;
  color: #181818
}


section.media-sec {
  position: relative
}

section.media-sec:after {
  background: #c8a26b;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
  display: block;
  height: 50%;
  content: '';
}

.media-sec a.btn {
  font-size: 1rem;
}

.experience .experience-sec {
  padding-right: 15px;
  padding-left: 15px;
}

.experience .experience-box {
  box-shadow: 0px 10px 18px 0px rgba(44, 44, 44, 0.07);
  border: 0;
  position: relative;
}

.experience .experience-box .img-block {
  margin-bottom: -130px;
}

.experience .experience-box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgb(222, 181, 118);
  background: -moz-linear-gradient(180deg, rgba(222, 181, 118, 0) 0%, rgba(222, 181, 118, 1) 40%, rgba(222, 181, 118, 1) 50%);
  background: -webkit-linear-gradient(180deg, rgba(222, 181, 118, 0) 0%, rgba(222, 181, 118, 1) 40%, rgba(222, 181, 118, 1) 50%);
  background: linear-gradient(180deg, rgba(222, 181, 118, 0) 0%, rgba(222, 181, 118, 1) 40%, rgba(222, 181, 118, 1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#deb576", endColorstr="#deb576", GradientType=1);
}

.experience .paragraph-text {
  color: #382304;
  max-width: 395px;
  margin: 0 auto;
  padding: 15px 0;
  min-height: 100px
}

.experience .text-body {
  position: relative;
  width: 100%;
  padding: 20px;
  z-index: 9;
}

.experience .text-body h5 {
  color: #382304;
  font-size: 1.625rem;
  padding-top: 15px;
  margin: 0;
  font-family: 'TrajanPro';
  text-transform: uppercase;
  font-weight: 500;
  min-height: 73px;
}

.experience .text-body .btn-block {
  position: absolute;
  left: 0;
  bottom: -17px;
}

.experience .text-body .btn-block .btn {
  background-color: #af8648;
  border-color: #af8648;
}

.experience .owl-carousel .owl-stage-outer {
  padding-bottom: 20px
}


section.rooms, section.experiences {
  background: #faf8f5
}

.ul-list ul li {
  margin-bottom: 0.55rem;
}

.vm4 {
  background-image: url(../img/services-motif.png) !important;
  background-position: right top !important;
}

section.facilities .list-block {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  left: -30%;
  z-index: 1;
  padding: 22px 24px;
  width: 100%;
  overflow: hidden;
  box-shadow: 1px -1px 22px 5px rgba(195, 125, 19, 0.12);
}

section.facilities .list-block ul {
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

section.facilities .list-block ul li {
  list-style: none;
  font-size: 1rem;
  line-height: 2rem;
  color: #2c2c2b;
}

section.facilities .list-block ul li:before {
  content: url(../img/li-icon.png);
  left: 22px;
  float: left;
  display: table;
  padding-right: 10px;
}

section.facilities .list-block h4 {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 1.25rem;
  max-width: 592px;
  line-height: 1.5;
  color: #2c2c2b;
}

.facilities .btn-block {
  position: absolute;
  bottom: 0;
  left: 0;
}


.list-block2 ul {
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.list-block2 ul li {
  list-style: none;
  font-size: 1rem;
  line-height: 2rem;
  color: #2c2c2b;
}

.list-block2 ul li:before {
  content: url(../img/li-icon.png);
  left: 22px;
  float: left;
  display: table;
  padding-right: 10px;
}

.list-block2 h4 {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #2c2c2b;
}


.Shopping .card .card-text {
  color: #af6e43;
  font-size: 1.125rem;
  font-family: 'TrajanPro';
  text-transform: uppercase;
}

.Shopping .card {
  box-shadow: 1px 11px 21px -2px rgba(44, 44, 44, 0.09);
}


.PlacesofInterest .card .card-text {
  color: #07338f;
  font-size: 1.125rem;
  font-family: 'TrajanPro';
  text-transform: uppercase;
}

.PlacesofInterest .card p {
  color: #777;
}

.PlacesofInterest .card {
  box-shadow: 1px 11px 21px -2px rgba(44, 44, 44, 0.09);
  margin-bottom: 1px;
  border: none;
}


.press-media .heading h3 {
  font-size: 1.3rem !important;
}

.gallery {
  background: #f9f9f9;
}


.service-btn-group .box-heading {
  position: absolute;
  color: #8d7249;
  z-index: 9;
  text-transform: uppercase;
  background: #fff;
  font-family: 'Playfair Display';
  font-size: 1.8rem;
  text-align: right;
  padding: 0px 25px 3px;
}

.services .btn-block {
  position: absolute;
  bottom: 20px;
  width: 100%;
}


.services .left .box-heading {
  right: 30%;
  top: 25px;
}

.services .right .box-heading {
  left: 40%;
  top: 25px
}

.services .left .btn-block {
  right: 0
}

.services .right .btn-block {
  left: 0
}


.cont-details {
  background: #faf8f5;
  padding: 60px 0 50px;
}

.cont-details h3 {
  color: #001f23;
  font-family: 'TrajanPro';
  font-size: 1.125rem;
  font-weight: 700;
}

.cont-details p {
  color: #424141;
}

.cont-details .text-block {
  max-width: 321px;
  line-height: 1.4;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1px;
  font-size: 0.937rem;
  position: relative;
}

.cont-details a {
  color: #424141;
}


/*------------------------------ footer------------------------------- */

footer .footer-top h5 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3e3e3e;
  line-height: normal;
  margin-bottom: 1rem;
}


footer .footer-bottom {
  font-size: 0.92rem;
  background-color: rgba(163, 129, 79, 0.08);
}

footer .footer-bottom a {
  color: #032c32;
}

footer .footer-top .footer-coinfo ul li {
  list-style: none;
  line-height: normal;
  margin-bottom: 0.5rem;
}

footer .footer-top .footer-coinfo ul li a {
  font-family: 'Mulish', sans-serif;
  color: #3e3e3e;
  font-size: 15px;
}
footer .footer-top .footer-coinfo ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 10px;
}
footer .footer-top .footer-coinfo ul li a:hover {
  color: #d0a355;
  text-decoration: none;
}

footer .footer-top .btn-sec button {
  background: #c8a26b;
  border-radius: 5px;
  font-size: 14px;
  color: #3e2705;
  text-transform: uppercase;
}

footer .footer-top input,
footer .footer-top textarea {
  background: #fff0;
  color: #fff;
}

.socail-ft {
  text-align: right;
}

.socail-ft ul {
  list-style: none;
  display: inline-flex;
  margin: 0
}

.socail-ft ul li {
  padding: 11px 13px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 12px 6px;
}

.socail-ft ul li .fa {
  font-size: 17px;
  color: #fff;
  display: block;
  margin-left: -2px;
}

.bg-facebook {
  background: #3b5998;
}

.bg-youtube {
  background: #c4302b
}

.bg-pinterest {
  background: #c8232c
}

.bg-twitter {
  background: #00acee;
}

.bg-tripadvisor {
  background: #00af87
}

.bg-instagram {
  background: linear-gradient(90deg, rgba(70, 38, 237, 1) 0%, rgba(147, 25, 194, 1) 24%, rgba(196, 33, 144, 1) 42%, rgba(236, 59, 68, 1) 55%, rgba(255, 103, 19, 1) 70%, rgba(255, 165, 31, 1) 87%, rgba(255, 177, 43, 1) 96%);
}

bg-yl {
  background-color: #f9f7f4;
}

.socail-footer {
  text-align: left;
}

.socail-footer ul {
  list-style: none;
  margin: 0
}

.socail-footer ul li {
  display: block;
  margin-bottom: 0.5rem;
}

.socail-footer ul li a {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.socail-footer ul li .fa {
  font-size: 13px;
  color: #fff;
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;

}

.socail-footer ul li span {
  color: #3e3e3e;
  line-height: 30px;
  padding-left: 8px;
  font-size: 15px;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 1.9rem;
  right: 0;
  width: 100%;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot {
  margin: 0 3px;
}

.owl-theme .owl-dots .owl-dot span {
  border: 2px solid #fff;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot span::after {
  background-color: #fff;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 3px;
  position: absolute;
  content: '';
  border-radius: 50%;
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot.active span::after {
  width: 16px;
  height: 16px;
  left: -1px;
  top: -1px
}


.heading-arrow .owl-nav {}

.heading-arrow .owl-nav button {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  background: #ac8e4d !important;
  border-radius: 40px;
}

.heading-arrow button.owl-next {
  right: -5px;
}

.heading-arrow button.owl-prev {
  left: -5px;
}


.heading-arrow .owl-nav span {
  font-size: 37px;
  color: #fff;
  line-height: 0.5;
}

.place-theme .owl-nav {
  float: left;
  width: 100%;
}

.place-theme .owl-nav button {
  width: 42px;
  height: 42px;
  position: absolute;
  background: #07338f !important;
  border-radius: 30px;
  top: 35%;
  margin: 5px;
}

.place-theme .owl-nav button.owl-prev {
  left: -20px;
}

.place-theme .owl-nav button.owl-next {
  right: -20px;
}

.place-theme .owl-nav button span {
  font-size: 37px;
  color: #fff;
  line-height: 0.5;
}


.room-arrow .owl-nav {
  float: left;
  width: 100%;
}

.room-arrow .owl-nav button {
  width: 50px;
  height: 50px;
  position: absolute;
  background: rgba(0, 0, 0, 0.67) !important;
  top: 45%;
  font-size: 20px;
  opacity: 0;
}

.room-arrow .owl-nav button.owl-prev {
  left: 0px;
}

.room-arrow .owl-nav button.owl-next {
  right: 0px;
}

.room-arrow .owl-nav button span {
  font-size: 37px;
  color: #fff;
  line-height: 0.5;
}

.room-arrow:hover .owl-nav button {
  opacity: 1;
}


.gallery-arrow .owl-nav {
  float: left;
  width: 100%;
}

.gallery-arrow .owl-nav button {
  width: 50px;
  height: 50px;
  position: absolute;
  background: rgba(0, 0, 0, 0.67) !important;
  top: 50%;
  margin-top: -25px;
  font-size: 20px;
  /* opacity:0;*/
}

.gallery-arrow .owl-nav button.disabled {
  opacity: 0;
}

.gallery-arrow.owl-nav button.owl-prev {
  left: 0px;
}

.gallery-arrow .owl-nav button.owl-next {
  right: 0px;
}

.gallery-arrow .owl-nav button span {
  font-size: 37px;
  color: #fff;
  line-height: 0.5;
}

/* .gallery-arrow:hover .owl-nav button { opacity:1;} */

.navbar-light .navbar-toggler {
  color: #2c2c2b;
  border: none;
  padding: 0
}

.check-ability {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin-top: -27px;
  z-index: 1;
}

.check-ability .row>div {
  border-right: 1px solid #a3814f
}

.check-ability .form-control {
  width: 100%;
  height: 65px;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
}

.check-ability .select-control {
  margin: 0 9px;
  position: relative;
}

.check-ability .select-control select {
  width: 100%;
  height: 41px;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  outline: none;
  background: #fff
}

.check-ability .date-control input {
  background: #fff !important;
  border: 0;
}

.check-ability .select-control::after {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  right: 0;
  top: 10px;
}

.check-ability .btn.btn-dark {
  background-color: #a3814f;
  white-space: nowrap;
  font-size: 13px;
  border: #a3814f solid 1px;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 41px;
}

.check-ability .date-control {
  margin: 0 9px;
  height: 41px;
}

.check-ability .date-control i {
  color: #df8845
}

.max-w {
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
}

.topic-blocks .tb-block span:before {
  font-size: 3.5rem;
  color: #c58e3d;
  margin: 0;
  font-weight: 400;
}

.topic-blocks .tb-block p {
  font-weight: 600;
  font-size: 1.05rem;
  color: #000;
}

.note-ct span {
  color: #c3924b;
  font-weight: 600;
}

.main-banner {
  position: relative;
  /*max-height: 300px;
  overflow: hidden*/
}

.main-banner .banner-wall {
  opacity: 0.1;
}

.main-banner .banner-wall img {
  width: 100%;
  display: block;
}

.main-banner .banner-caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 1rem;
  margin: auto
}

.main-banner .banner-caption .container {
  z-index: 2;
  position: relative;
}

.main-banner .banner-caption h1 {
  font-family: 'Playfair Display';
  font-size: 3.4rem;
  font-weight: 700;
  margin: 0;
  text-shadow: 0px 0px 20px #000;
}

.main-banner .banner-caption h2 {
  font-family: 'Playfair Display';
  font-size: 3.4rem;
  font-weight: 700;
  margin: 0;
  text-shadow: 0px 0px 20px #000;
}

.placelink ul {
  padding: 0;
  margin: 0;
}

.placelink ul li {
  display: inline-block;
}

.placelink ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  padding: 0 5px;
  text-decoration: none;
  letter-spacing: .5px;
}

.placelink ul li+li {
  border-left: 1px solid #fff;
}

.hotel_room-and-suite .item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.hotel_room-and-suite .item .img-fluid {
  min-height: 400px;
  object-fit: cover;
}

.hotel_room-and-suite .room-full-info * {
  opacity: 0;
}

.hotel_room-and-suite .room-full-info {
  position: absolute;
  left: 0;
  top: calc(100% - 70px);
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  padding-top: 0;
  padding-bottom: 75px;
  transition: 0.3s ease-in-out;
  -moz-animation: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.hotel_room-and-suite .item:hover .room-full-info {
  top: 0%;
}

.hotel_room-and-suite .item:hover .room-full-info * {
  opacity: 1;
}

.room-full-info .rfi-head {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  opacity: 1;
}

.room-full-info .rfi-head h2 {
  opacity: 1;
  font-weight: 400;
  font-size: 2rem;
  font-family: 'Playfair Display';
  color: #8e6d27;
  margin: 15px 0 10px 0;
}

.room-full-info .rfi-head h3 {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}

.room-full-info .rfi-head h3 span {
  font-size: 16px;
}

.room-full-info .rfi-head h4 {
  font-weight: 400;
  font-size: 1.2rem;
  color: #000;
  margin: 0 0 5px 0;
}

.room-full-info .btn-set .btn {
  margin: 3px 0;
}

.room-full-info p {
  font-size: 1rem;
  color: #000;
}

.room-full-info .r_facilities h4 {
  font-family: 'TrajanPro';
  margin-bottom: 15px;
  font-size: 18px;
}

.room-full-info .r_facilities ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.room-full-info .r_facilities ul li {
  list-style: none;
  font-size: 0.9rem;
  color: #000;
  margin-bottom: 10px;
  float: left;
  width: 33.333333%
}
.room-full-info .single-room-facilities ul li {
  margin-bottom: 20px;
  font-size: 1rem;
}
.room-full-info .single-room-facilities ul li img {
  max-width: 40px;
  height: auto;
}
.room-full-info .btn-set {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-transform: uppercase;
  font-size: 1rem;
}

.room-full-info .btn-set .btn-outline-primary {
  background-color: #fff;
}

.film-shooting .haddiing_film td {
  color: #ef6d16;
  font-weight: 700;
  font-size: 17px;
  padding: 18px 0
}

.film-shooting .img_sizer_wrap td {
  line-height: 1.6
}

.film-shooting .img_sizer_wrap td img {
  width: 70%;
}

.film-shooting .img_sizer_wrap td.venue {
  color: #696969;
  font-weight: 700;
}

.film-shooting .img_sizer_wrap td strong {
  color: #c8a26b;
}

.fs-block {
  margin-bottom: 30px;
}

.fs-block h3 {
  font-family: 'Playfair Display';
  font-size: 1.5rem;
  margin: 0.5rem 0;
  color: #a7762f;
}

.fs-block p {
  color: #000
}

.h-zoom {
  overflow: hidden;
}

.h-zoom img {
  transition: transform .5s ease;
}

.h-zoom:hover img {
  transform: scale(1.1);
}

.overlay>img {
  vertical-align: middle;
  min-height: 250px;
  width: 100%;
  border-radius: 5px;
}

.overlay {
  border-radius: 5px;
  position: relative;
  display: inline-block;
  background: #333;
  display: inline-block;
  width: 100%;
}

.overlay {
  margin-bottom: 25px
}

.overlay::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: .5s ease;
}

.overlay::after {
  content: url(../img/plus.png);
  position: absolute;
  left: 0;
  opacity: 0;
  transition: .5s ease;
  border-radius: 5px;
  font-size: 2.7rem;
  color: #fff;
  width: 100%;
  text-align: center;
  top: 50%;
  line-height: normal;
  margin-top: -36px;
}

.overlay:hover::before {
  opacity: 0.7;
}

.overlay:hover::after {
  opacity: 1;
}


.packages .nav.nav-tabs,
.gallery .nav.nav-tabs {
  justify-content: center;
  padding-bottom: 10px;
}

.packages ul li a,
.gallery ul li a {
  font-family: 'TrajanPro';
  margin: 2px;
  color: #262115;
}

.packages .main-links li a,
.gallery .main-links li a {
  border-bottom: #ffffff00 2px solid !important;
  border: 0;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
}


.gallery .main-links li>a:hover,
.gallery .main-links a.active {
  border-bottom: #a3814f 2px solid !important;
  border: 0;
  background-color: transparent;
  color: #a3814f;
}

.gallery .inner-links li {
  margin: 4px 0;
}

.gallery .inner-links li a {
  border: #33333338 solid 1px !important;
  border-radius: 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 3px 5px;
  padding: 10px 18px;
  background-color: #fff;
}

.gallery .inner-links li>a:hover,
.gallery .inner-links li>a.active {
  transition: all .5s;
  background: #043033;
  color: #fff;
  border-radius: 30px;
  border: #043033 1px solid;
}


.tariff-policies .heading h3 {
  font-size: 1.2rem !important;
}

.tariff-policies .heading h5 {
  font-size: 0.867rem;
  color: #666;
  font-weight: 500 !important;
}

.motif-line {
  padding: 7px 0;
}

.tariff-policies table {
  line-height: 2.2;
}

.tariff-policies h5 {
  color: #ef6d16;
  font-weight: 600;
  font-size: 20px;
}

.tariff-policies h6 {
  color: #ac8e4d;
  font-weight: 600;
  font-size: 17px
}

.tariff-details .paragraph-block {
  width: 80%;
  margin: 0 auto
}

.map {
  display: block;
  width: 100%;
  height: 100%
}

.map iframe {
  height: auto;
  width: 100%;
  height: 100%
}

.contact .motif-line1::before {
  content: url(../img/contact-border.png);
  left: -5px;
  float: left;
  position: absolute;
  top: 101px;
  padding-right: 10px;
}

.contact .cont-details {
  padding: 100px 0;
}


.tree {
  text-align: center;


}

.tree>ul {
  display: inline-block;
}

.tree ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;

}

.tree>ul ul {
  display: -ms-flexbox;
  display: flex;
}

.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;

  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before,
.tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #928e8e;
  width: 50%;
  height: 20px;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #928e8e;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after,
.tree li:only-child::before {
  display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
  padding-top: 0;
}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
  border-right: 1px solid #928e8e;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #928e8e;
  width: 0;
  height: 20px;
}

.tree li a {
  padding: 5px 10px;
  text-decoration: none;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  display: inline-block;

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover,
.tree li a:hover+ul li a {
  color: #000;
}

/* .tree li a:hover, .tree li a:hover+ul li a h2{color: #ef6d16;} */
/*Connector styles on hover*/
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
  border-color: #94a0b4;
}

/*Thats all. I hope you enjoyed it.
Thanks :)*/

.pro-pic {
  display: inline-block;
  margin-bottom: 10px;
}

.pro-pic span {
  display: block;
  max-width: 100px;
  overflow: hidden;
  border-radius: 50%;

}

.pro-pic span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tree a {
  text-align: center
}

.tree a p {
  margin: 2px 0;
  font-size: 14px;
  color: #525050;
}

.tree h2 {
  font-size: 15px;
  font-family: 'TrajanPro';
  font-weight: 700;
  margin: 0;
  color: #000;
}


.fancybox-caption {
  text-align: center;
  font-size: 16px;
  padding: 10px 10px;
  font-family: 'TrajanPro';
  font-weight: 700;
}


.tree1last a::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  border-left: 1px solid #928e8e;
  width: 0;
  height: 20px;
}

.tree2::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  content: '';
  position: absolute;
  top: 0;
  border-top: 1px solid #928e8e;
  width: 50%;
  height: 20px;
  right: auto;
  left: 50%;
  border-left: 1px solid #928e8e;
  max-width: 122px;
}

.desh-block h3 {
  font-size: 1.23rem;
  font-weight: 600;
  margin: 15px 0;
  color: #000;
}


.footer-nav {
  margin-bottom: 1rem;
}

.footer-nav ul {
  list-style: none;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-left: 0;
}

.footer-nav ul li {
  display: inline-block;
  margin-right: 2rem;
  min-width: 60px;
}

.footer-nav ul li a {
  font-family: "GoudyOldStyle-Regular", serif;
  font-size: 18px;
  color: #3e3e3e;
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 1rem;
  text-decoration: none;

}

.footer-nav ul li a:hover {
  color: #d0a355;
  text-decoration: none;
}

.footer-nav ul li.active a {
  color: #d0a355;
  text-decoration: none;
}

.footer-nav ul li.active a:after {
  content: '';
  width: 60px;
  height: 3px;
  background: #d0a355;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.socail-footer {
  max-width: 150px;
  margin: 0 auto;
}

.footer-partner li {
  text-align: center;
  list-style: none;
  margin-bottom: 0.5rem;
}

.footer-partner img {
  display: inline-block;
}


@media (min-width: 1200px) {

  .col-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

}

.map-bar iframe {
  width: 100%;
  height: 240px;
}

.bar-and-restaurant-main .service-btn-group .box-heading {
  font-size: 1.6rem;
  padding: 2px 10px 5px 10px;
}


.sidenav .sn-main>li .sidemenu-mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 22vw);
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  -webkit-transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
  transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
  transition: transform .3s ease-in, opacity .3s ease-in;
  transition: transform .3s ease-in, opacity .3s ease-in, -webkit-transform .3s ease-in;
  z-index: -1;
  opacity: 0;
  padding: 150px 30px 1rem;
  overflow-y: auto;
}

html:not(.ie) .sidenav li.has-menu .sidemenu-mega-menu {
  pointer-events: none;
}

.sidenav .sn-main>li:hover .sidemenu-mega-menu {
  left: 0;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(22vw);
  transform: translateX(22vw);
  -webkit-transition: opacity .3s ease, -webkit-transform .75s cubic-bezier(0.25, 0.1, 0.12, 1.01);
  transition: opacity .3s ease, -webkit-transform .75s cubic-bezier(0.25, 0.1, 0.12, 1.01);
  transition: transform .75s cubic-bezier(0.25, 0.1, 0.12, 1.01), opacity .3s ease;
  transition: transform .75s cubic-bezier(0.25, 0.1, 0.12, 1.01), opacity .3s ease, -webkit-transform .75s cubic-bezier(0.25, 0.1, 0.12, 1.01);
}

.m-service-box {
  text-align: center
}

.m-service-box a {
  text-decoration: none;
  display: block;
}

.m-service-box h3 {
  font-family: 'Playfair Display';
  font-size: 1.4rem;
  margin: 8px 0;
  color: #a3814f;
}

.m-service-box p {
  font-size: 0.9rem;
  margin: 0;
  text-transform: uppercase;
  color: #313030;
}

.m-service-box .msb-wall {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.main-footer .headquarters-info h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-footer .headquarters-info p {
  font-size: 16px;
  margin-bottom: 5px;
}

.main-footer .headquarters-info hr {
  max-width: 100px;
  margin: 20px 0 10px;
}
.main-footer .headquarters-info a {
  color: #3e3e3e
}
.main-footer .headquarters-info a i {
  color: #022b2d
}

.sn-main>li .sidemenu-mega-menu .row>div[class*=col] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}


.sn-main>li:hover .sidemenu-mega-menu .row>div {

  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
  transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
  transition: transform 0.75s ease, opacity 0.75s ease;
  transition: transform 0.75s ease, opacity 0.75s ease, -webkit-transform 0.75s ease;
}

.sn-main>li:hover .sidemenu-mega-menu .row>div:nth-child(1) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.sn-main>li:hover .sidemenu-mega-menu .row>div:nth-child(2) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.sn-main>li:hover .sidemenu-mega-menu .row>div:nth-child(3) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.sn-main>li:hover .sidemenu-mega-menu .row>div:nth-child(4) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.sn-main>li:hover .sidemenu-mega-menu .row>div:nth-child(5) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.sn-main>li:hover .sidemenu-mega-menu .row>div:nth-child(6) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.sn-main>li:hover .sidemenu-mega-menu .row>div:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.sn-main>li:hover .sidemenu-mega-menu .row>div:nth-child(8) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.sn-main>li:hover .sidemenu-mega-menu .row>div:nth-child(9) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.gallery-area a[data-fancybox="gallery"] img {
  height: 250px;
  object-fit: cover;
}

.room-short-info h2 {
  position: absolute;
  left: 0;
  top: 25px;
  color: #07338f;
  z-index: 9;
  background: #fff;
  font-family: 'Playfair Display';
  font-size: 1.5rem;
  text-align: right;
  padding: 4px 10px 7px 10px;

}


.packages .heading h3 {
  font-size: 1.5rem;
}

.packages ul li a {
  color: #333333d9;
  padding: 0;
  margin: 0 22px;
  border-radius: 0;
}

.packages .main-links li:last-child:after {
  height: 0 !important
}

.packages .main-links li:after {
  content: '';
  display: inline;
  position: absolute;
  width: 2px;
  top: 9px;
  height: 16px;
  right: 0;
  background: #333;
}

.packages .nav.nav-tabs li {
  position: relative
}

.packages {
  background: #f9f9f9;
}

.packages .hotel-rates {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.packages .hotel-rates .leftSection {
  color: #ac8e4d;
  font-family: "GoudyOldStyle ", serif;
}

.packages .hotel-rates .rightSection {
  color: #5f5f5f !important;
  display: block;
}

.packages .rates-detail p {
  color: #212529;
  font-size: 19px
}

.packages .hotel-rates {
  text-align: center;
}

.packages .hotel-rates ul li {
  display: inline-block;
  margin: 4px 8px;
  position: relative;
  padding-left: 10px;
}

.packages .hotel-rates ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.heading-bar h2 {
  font-family: 'TrajanPro';
  color: #ac8e4d;
  font-weight: 700;
  font-size: 2.4rem;
}

.packages .btn-block .btn-outline-primary {
  font-family: "GoudyOldStyle-Regular", serif;
}

.packages .heading h5 {
  font-size: 18px;
  color: #ac8e4d;
  font-family: "GoudyOldStyle-Regular", sans-serif;
  text-transform: initial;
}

.packages .paragraph-block p {
  color: #5f5f5f;
  font-size: 16px;
}

.packages .paragraph-block b {
  font-size: 17px;
  color: #333;
}

.packages .hotel-rates ul {
  padding: 0;
}

.packages .main-links li a span {
  display: inline-block;
  padding: 0 9px;
  line-height: 28px;
  border-bottom: #f9f9f9 2px solid !important;
}

.packages .main-links li a:hover {
  border-bottom: #a3814f 2px solid !important;
  border: 0;
  display: inline-block;
  line-height: 28px;
}

.packages .main-links li a.active {
  border-bottom: #a3814f 2px solid !important;
  border: 0;
  background-color: transparent;
  color: #a3814f;
  display: inline-block;
  line-height: 28px;
}

.packages .main-links a.active {
  background: none !important;
}

.roomPrice-innfo p {
  margin-bottom: 0.65rem;
  color: #777;
  font-size: 1.05rem;
  text-align: center;
}

.roomPrice-innfo p:last-child {
  margin-bottom: 0;
}

.inquiryBtn {
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.6rem 2rem 0.7rem;
  font-family: 'Playfair Display', sans-serif;
  border-radius: 0;
}

#exampleModal .form-group label {
  font-size: 14px;
  color: #000;
  margin-bottom: 4px;
}

#exampleModal .form-group label.error,
.form-group label.error {
  color: #f00;
}

#exampleModal .form-group {
  margin-bottom: 0.7rem;
}

#exampleModal .form-group .form-control {
  border-color: #797979;
}

.covid-update {
  background-color: #ffe266;
  text-align: center;
  padding: 4px 17px;
  display: inline-block;
  position: fixed;
  color: #000000;
  right: -85px;
  z-index: 99;
  top: 50%;
  cursor: pointer;
  font-size: 19px;
  transform: rotate(90deg);
}

.covid-update a {
  color: #ce0303;
}


#covidmodal .modal-dialog {
  max-width: 700px;
}

#covidmodal .modal-dialog .modal-title {
  font-family: 'TrajanPro';
  font-weight: 700;
  text-transform: uppercase;
  color: #b57312;
  font-size: 1.4rem;
  line-height: normal;
}

#covidmodal .modal-dialog h2 {
  font-family: 'TrajanPro';
  font-size: 1.3rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 1rem;
}

#covidmodal .modal-dialog ol {
  padding-left: 1.1rem;
  margin-bottom: 1.5rem;
}

#covidmodal .modal-dialog ol li {
  color: #000;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 7px;
}

.call-btn span {
  display: inline-block;
  display: inline-block;
  border-bottom: 0;
  line-height: normal;
  color: #000;
  font-size: 22px;
}

.call-btn .btn.btn-primary {
  padding: 0.5rem 40px;
}

.follow-us-icon .fa {
  display: inline-block;
  padding: 10px 14px;
  margin-right: 6px;
  color: #fff;
  border-radius: 4px;


}


.call-btn h5 {
  font-size: 17px;
  margin-bottom: 7px;
}


@media(max-width: 767px) {

  .inquiryBtn {
    position: fixed;
    transform: rotate(-90deg);
    right: -43px;
    top: 40%;
    padding: 0.7rem;
  }

  .center {
    text-align: center !important;
  }


}


.flash-msg {
  position: absolute;
  right: 0;
  z-index: 9;
  top: 32px;
  padding: 10px 30px;
  animation-name: msg1;
  animation-iteration-count: 1;
  animation-duration: 3s;
  background-color: #ffe266;
  color: #000;
  animation-fill-mode: forwards;
}

.flash-msg .close {
  padding: 5px 10px;
}

.flash-msg a {
  color: #000;
}

@keyframes msg1 {
  0% {
    right: -100%;
    opacity: 0
  }

  100% {
    right: 0%;

  }
}

.container {
  max-width: 1170px;
  width: auto !important;
}

.faq-container {
  border: 1px solid #eee;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  border-radius: 12px;
  padding: 20px;
}

.rateand p {
  margin-bottom: 0.65rem;
  color: #777;
  font-size: 1.05rem;
}

.rateand p.refund {
  min-height: 45px;
}

/*Custom CSS*/
.bg-cream {
  background: #faf8f5;
}
.desktop-hide {
  display: none;
}
.mobile-hide {
  display: block;
}
.font-playfair {
  font-family: 'Playfair Display', sans-serif;
}
.font-trajan {
  font-family: 'TrajanPro';
}
.text-black {
  color: #262115 !important;
}
.text-brown {
  color: #ac8e4d !important;
}
a:hover {
  text-decoration: none;
  color: #ac8e4d;
}

.logo img {
  width: 160px;
  height: auto;
}

.footer-logo img {
  /*width: 150px;*/
  /*height: auto;*/
}
.video {
  background: rgba(183, 150, 91, .4);
  padding: 0px 0px 20px 0px;
/*  border: 1px solid #ccc;*/
}
.video video {
  margin-top: -20px;
  margin-left: -20px;
}
.royal-weddings .img {
  border-top: 1px solid #07338f;
  border-left: 1px solid #07338f;
  padding: 20px 0 0 20px;
}
.header-contact {
  padding-top: 15px;
}
.header-contact ul li {
  display: inline-block;
  list-style-type: none;
}
.header-contact ul li:nth-child(2) {
  margin-left: 20px;
}
.header-contact ul li a {
  color: #333;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
}
.header-contact ul li a i {
  color: #232f3d;
  margin-right: 5px;
}
section.experiences {
  padding: 50px 0 20px;
}
section.experiences .card {
  margin-bottom: 30px;
}
.contact-page .text-block {
  max-width: 450px;
}
ul.no-dots {
  list-style-type: none;
}
.room-details .amenities ul li {
  margin-bottom: 5px;
}
.room-details .amenities ul li i {
  color: #ac8e4d;
}
.room-short-info .item:hover {
  margin-top: -5px;
  transition: 0.3s ease-in-out;
}
.room-short-info .item:hover h2 {
  padding-left: 30px;
  transition: 0.3s ease-in-out;
}
.page-banner {
  margin-top: 70px;
}
.page-breadcrumb {
  background: #faf8f5;
  padding: 10px 15px;
  text-align: center;
/*  max-width: 600px;*/
  margin: 0 auto 30px auto;
}
.blog-sec .card-body {
  padding: 2.2rem 1.25rem;
}
.single-room-facilities {
  background: #f9f9f9;
  padding: 50px;
  margin-bottom: 40px;
}
.reach-details h3 {
  font-size: 30px;
}
.reach-details img {
  max-width: 100px;
  height: auto;
  margin-bottom: 30px;
}
.page-content h2, .page-content h3, .page-content h4 {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 500;
  color: #ac8e4d;
}
.page-content h2 b, .page-content h2 strong, .page-content h3 b, .page-content h3 strong, .page-content h4 b, .page-content h4 strong {
  font-weight: 500;
} 
.page-content ul, .page-content ol {
  padding-left: 30px;
}
.single-post-sidebar {
  padding: 30px;
  background: #faf8f5;
}
.table-div {
  display: table;
  width: 100%;
}
.table-div>div {
  display: table-cell;
  vertical-align: middle;
}
.table-div .img {
  width: 30%;
}
.table-div .text {
  width: 70%;
}
.single-post-sidebar .card .card-body {
  padding: 20px;
}
.single-post-sidebar .card h4.card-text {
  font-size: 14px;
  font-family: 'Mulish', sans-serif;
  color: #262115;
  text-transform: capitalize;
}
.single-post-sidebar .card .link {
  font-size: 13px;
}
.single-post-left h1 {
  font-size: 2rem;
}
/*Header CSS*/
.mobile-header {
  display: none;
  padding: 10px 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #faf8f5;
}
.mobile-header .table-div>div {
  vertical-align: middle;
}
.mobile-header .table-div .left {
  width: 70%;
}
.mobile-header .table-div .right {
  width: 30%;
  text-align: right;
}
.mobile-header .menu-icon {
  text-align: right;
  text-transform: uppercase;
  font-size: 18px;
  color: #002c2f;
/*  margin-top: 5px;*/
}
.mobile-header .logo img {
  width: 200px;
  height: auto;
  margin-left:-30px;
}
.side-nav {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #333;
  padding: 30px;
  color: #fff;
  transition: 0.3s ease-in-out;
/*  box-shadow: 0px 0px 5px 1px #555;*/
}
.side-nav.side-open {
  right: 0;
}
.side-nav .logo img {
  /*max-width: 70px;*/
  /*height: auto;*/
}
.side-nav .menu-close{
  color: white;
  font-size: 40px;
  position: absolute;
  right: 15px;
  top: 5px;
  padding: 5px 0px 5px 15px; 
}
.side-nav .menu-close:hover {
  color: #fff;
}
.side-nav .menu-close .fa-plus {
  transform: rotate(45deg);
}
.side-nav nav {
  margin-top: 30px;
}
.side-nav nav ul {
  margin: 0;
  padding-left: 0;
}
.side-nav nav ul li {
  display: inline-block;
}
.side-nav nav ul li a {
  color: inherit;
  font-size: 16px;
  line-height: 1.7;
  margin: 5px 15px 5px 0;
  display: block;
}
.side-nav nav ul li a:hover {
  color: #c8a26b;
}
.side-nav nav ul li a:hover i {
  margin-right: 10px;
  transition: 0.3s ease-in-out
}
.side-nav hr {
  margin: 15px 0;
  border-color: #555;
}
.side-nav .quick-contact a {
  color: #fff;
}
.side-nav .quick-contact a i {
  color: white;
}
.side-nav .quick-contact ul li {
  margin-bottom: 8px;
  list-style-type: none;
}
.side-nav .btn {
  width: 100%;
}
/*End Header CSS*/
.social-icons {
  padding: 10px 0;
}
.social-icons a {
  display: inline-block;
  margin: 0 7px;
  font-size: 18px;
}
.wp-block-separator {
  border: none;
  border-top: 1px solid #eee;
}
.modal-backdrop {
    opacity: 0 !important;
    display: none !important; /* Hides the overlay entirely */
}

/* Ensure the modal content is displayed with full opacity */
.custom-modal .modal-content {
    background-color: #fff !important;
    opacity: 1 !important;
    z-index: 1050; /* Ensure it’s on top */
}
.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.whatsapp-float img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: transform 0.3s;
}

.whatsapp-float:hover img {
    transform: scale(1.1);
}
.call-float {
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 1000;
    width:40px;
    height: 40px;
    background-color: #25d366; /* WhatsApp green color for a consistent look */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

.call-float:hover {
    transform: scale(1.1);
}
.image-carousel-section {
    width: 100%;
    overflow: hidden;
}

.carousel-container {
    display: flex;
    width: 100%;
}

.carousel-track {
    display: flex;
    width: calc(200%); /* Enough space for continuous scrolling */
    animation: scrollLeft 60s linear infinite;
}

.carousel-img {
    height: 200px;
    width: 20%; /* 5 images in full width */
    flex-shrink: 0;
}

/* Keyframes for continuous left scrolling */
@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}




@media (max-width: 768px) {
    .navbar-middle.navbar-header {
        display: none;
    }
     .modal-backdrop.show {
        opacity: 0 !important;
    }

    /* Optional: Ensure your modal content is fully visible */
    .modal-content {
        background: rgba(255, 255, 255, 1); /* Solid white background */
    }
    #customModal .modal-dialog {
        margin-top: 100px; /* Adjust this value as needed */
    }
      .carousel-img {
        height: 80px;
    }
}

/*End Custom CSS*/