@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*font-family: "Inter", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
/*font-family: "Libre Baskerville", serif;*/
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap");
/*font-family: "Gilda Display", serif;*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*font-family: "Barlow", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Palanquin:wght@100;200;300;400;500;600;700&display=swap");
/*font-family: "Palanquin", sans-serif;*/
@font-face {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Trajan Pro Regular"), url("../webfonts/TrajanPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Trajan Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Trajan Pro Bold"), url("../webfonts/TrajanPro-Bold.woff") format("woff");
}
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0px;
  overflow-x: hidden;
  font-family: "Palanquin", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

p {
  letter-spacing: 1px;
  line-height: 26px;
}
p strong {
  color: #008845;
}

/*#### Comon css start ####*/
.common-btn1 {
  background-color: #008845;
  border: 1px solid #008845;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
  padding: 6px 20px;
}

.common-btn1 i {
  transform: rotate(-45deg);
  margin-left: 5px;
}

.common-btn1:hover {
  background-color: #00552b;
  color: #fff;
  transform: scale(1.1);
}

.common-btn2 {
  background-color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
  padding: 6px 20px;
}

.common-btn2 i {
  transform: rotate(-45deg);
  margin-left: 5px;
}

.common-btn2:hover {
  background-color: #ff0000;
  color: #fff;
  transform: scale(1.1);
}

.common-outline-btn1 {
  position: relative;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
  padding: 6px 20px;
}
.common-outline-btn1:hover {
  background-color: #fff;
  border: 1px solid #fff;
}

.common-title {
  position: relative;
  width: 100%;
}
.common-title h4 {
  position: relative;
  width: 100%;
  color: #666;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 6px;
}
.common-title h3 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 40px;
  font-weight: 600;
  font-family: "Trajan Pro Bold";
  letter-spacing: 3px;
}
.common-title h3 span, .common-title h3 strong {
  color: #008845;
  font-weight: inherit;
}

/*##### Header css start #####*/
.header-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/*#####*/
@keyframes pulse {
  0% {
    background-color: #6a9b00;
  }
  100% {
    background-color: #008845;
  }
}
@keyframes pulseColor {
  0% {
    color: #40c351;
  }
  100% {
    color: #008845;
  }
}
/*####*/
.top-header {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 5px 0px;
}
.top-header .left-content {
  position: relative;
  width: 100%;
}
.top-header .left-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 600;
}
.top-header .left-content p .btn-info {
  padding: 2px 6px;
}

.head-top-bullhorn {
  position: relative;
  width: 100%;
}
.head-top-bullhorn p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0px;
}
.head-top-bullhorn p i {
  margin-right: 3px;
}
.head-top-bullhorn p span {
  position: relative;
  display: inline-block;
  padding: 0px 5px;
  animation: pulse 700ms infinite alternate;
}

.top-header .social-icon {
  justify-content: flex-end;
}

.social-icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 0px;
}
.social-icon ul li {
  position: relative;
  margin-left: 10px;
}
.social-icon ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}
.social-icon ul li a:hover {
  color: #008845;
  transition: 0.5s;
}

.head-cont-info {
  position: relative;
  width: 100%;
}

.head-cont-info ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.head-cont-info ul li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.head-cont-info ul li p {
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}

.head-cont-info ul li .icon {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  animation: pulseColor 700ms infinite alternate;
}
.head-cont-info ul li .icon i {
  position: relative;
  margin-right: 5px;
}

.head-cont-info ul li p .icon {
  display: inline-flex;
  flex-wrap: wrap;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #008845;
}

.head-cont-info ul li a {
  font-size: 14px;
  color: #fff;
}

.head-cont-info ul li .fa {
  padding-right: 5px;
  color: #ff0000;
  font-size: 16px;
}

.main-menu {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.68);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.main-menu .logo-wrap {
  position: relative;
}
.main-menu .logo-wrap img {
  height: 80px;
}
.main-menu .navbar-nav {
  position: relative;
}
.main-menu .navbar-nav li {
  position: relative;
  padding: 5px 15px;
}
.main-menu .navbar-nav li a {
  color: #3D3935;
  font-size: 16px;
  font-weight: 500;
}
.main-menu .navbar-nav li.active a {
  color: #008845;
}

.get-quote-wrap {
  position: relative;
  margin-left: 10px;
}

/*#### Header css end ###*/
/*### Mobile call mail css start ####*/
.mobile-call-mail-wrap {
  position: relative;
  width: 100%;
  padding: 15px 0px;
  background-color: #008845;
  display: none;
}

.mobile-call-mail-list {
  position: relative;
  width: 100%;
  text-align: center;
}
.mobile-call-mail-list h5 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.mobile-call-mail-list h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}

/*### Mobile call mail css end ####*/
/*#### Banner section css start ####*/
.banner-wrapper {
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-content-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.banner-wrapper .banner-content-wrap .banner-content {
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-content-wrap .banner-content h1 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 50px;
  margin-bottom: 15px;
  font-family: "Trajan Pro Bold";
  text-transform: uppercase;
  letter-spacing: 2px;
}
.banner-wrapper .banner-content-wrap .banner-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.banner-wrapper .banner-content-wrap .banner-content ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

#banner-slider .banner-sld-items {
  position: relative;
}

.banner-form-wrap {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}
.banner-form-wrap .banner-book-form {
  position: relative;
  width: 100%;
  padding: 20px 20px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
}
.banner-form-wrap .banner-book-form .form-group {
  position: relative;
  width: 100%;
}
.banner-form-wrap .banner-book-form .form-group label {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.banner-form-wrap .banner-book-form .form-group .form-control, .banner-form-wrap .banner-book-form .form-group .form-select {
  position: relative;
  width: 100%;
  background-color: #eef7ee;
  padding: 8px 10px;
  box-shadow: none;
  outline: none;
}
.banner-form-wrap .banner-book-form .form-group .common-btn1 {
  position: relative;
  width: 100%;
  padding: 10px 15px;
  font-size: 18px;
}

/*#### dots css end #####*/
#banner-slider {
  margin-bottom: 0px;
}

#banner-slider .slick-dots {
  position: absolute;
  width: 25px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#banner-slider .slick-dots li {
  position: relative;
  margin: 0px 5px;
  display: block;
  width: 100%;
}

#banner-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#banner-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
}

#banner-slider .slick-dots li.slick-active button:before {
  background-color: #008845;
  border: 1px solid #008845;
}

/*dots css end*/
/*### Banner video css start ####*/
.banner-video-wrapper {
  position: relative;
  width: 100%;
}
.banner-video-wrapper .banner-video {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner-video-wrapper .banner-video video {
  position: relative;
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-video-wrapper .banner-video iframe {
  position: relative;
  width: 100%;
  height: 650px;
  transform: scale(1.5);
}
.banner-video-wrapper .banner-video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
}
.banner-video-wrapper .banner-video-content-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.banner-video-wrapper .banner-video-content-wrap h2 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 50px;
  margin-bottom: 15px;
  font-family: "Gilda Display", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 1px 2px 3px #000;
}
.banner-video-wrapper .banner-video-content-wrap ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/*#### Banner section css end ####*/
/*#### amenities-facilities css start ####*/
.amenities-facilities-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px 0px 0px;
  background-color: #fff;
  background-image: url(../images/site-bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}
.amenities-facilities-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.93);
}

/*#####*/
@keyframes pulse2 {
  0% {
    box-shadow: 0px 0px 6px rgba(0, 136, 69, 0.19);
  }
  100% {
    box-shadow: 0px 0px 8px rgba(12, 12, 12, 0.36);
  }
}
/*####*/
#amenities-facilities-slider .facilities-sld-items {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  min-height: auto;
  height: auto;
}

#amenities-facilities-slider .slick-track {
  display: flex;
}

.facilities-list {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 12px 10px;
  border: 1px solid #D0DAE9;
  border-radius: 8px;
  animation: pulse 700ms infinite alternate;
}
.facilities-list .icon {
  position: relative;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  margin-bottom: 12px;
  background-color: #edf2fb;
  padding: 12px;
  border-radius: 5px 16px;
}
.facilities-list h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}

/*####*/
#amenities-facilities-slider {
  margin-bottom: 0px;
}

#amenities-facilities-slider .slick-dots {
  position: relative;
  z-index: 9;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#amenities-facilities-slider .slick-dots li {
  position: relative;
  margin: 0px 5px;
}

#amenities-facilities-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#amenities-facilities-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #808080;
  display: block;
  border: 1px solid #808080;
  border-radius: 50%;
}

#amenities-facilities-slider .slick-dots li.slick-active button:before {
  background-color: #008845;
  border: 1px solid #008845;
}

/*#### amenities-facilities css end ####*/
/*##### About us css start ####*/
.about-section-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
  background-image: url(../images/site-bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}
.about-section-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.93);
}

.about-right-wrap {
  position: relative;
  width: 100%;
}
.about-right-wrap p {
  position: relative;
  width: 100%;
  color: #282828;
  font-size: 16px;
  margin-bottom: 10px;
}
.about-right-wrap ul {
  position: relative;
  width: 100%;
  display: block;
}
.about-right-wrap ul li {
  position: relative;
  width: 100%;
  display: block;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #3D3935;
  font-weight: 500;
  font-size: 15px;
}
.about-right-wrap ul li:before {
  content: "\f058";
  font-family: fontawesome;
  position: absolute;
  top: 0px;
  left: 0;
  color: #008845;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/*##### About us css end ####*/
/**/
.about-bottom-video-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  background-color: #fff;
  background-image: url(../images/site-bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}
.about-bottom-video-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.93);
}
.about-bottom-video-wrapper .about-bottom-video-wrap {
  position: relative;
  width: 100%;
  padding: 15px 15px;
  background-color: #eef7ee;
  border-radius: 10px;
}
.about-bottom-video-wrapper .about-bottom-video-wrap iframe {
  position: relative;
  width: 100%;
  height: 500px;
}

/**/
/*#### accommodations section css start ####*/
.accommodations-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #eef7ee;
}

#accommodations-slider .accommodations-sld-items {
  position: relative;
  padding: 0px 15px;
}

.accommodations-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.accommodations-wrap .accommodations-img {
  position: relative;
  width: 100%;
}
.accommodations-wrap .accommodations-img img {
  position: relative;
  width: auto;
  height: 250px;
  transition: all 0.6s ease;
  background-size: cover;
}
.accommodations-wrap .accommodations-img img:first-child {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
}
.accommodations-wrap .title-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 15px 15px 15px;
  background: linear-gradient(0deg, #14202C 0, rgba(67, 107, 146, 0) 100%);
  z-index: 3;
}
.accommodations-wrap .title-wrap .title {
  position: relative;
  width: calc(100% - 100px);
}
.accommodations-wrap .title-wrap .title h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}
.accommodations-wrap .title-wrap .link-wrap {
  position: relative;
  width: 100px;
  text-align: right;
}
.accommodations-wrap .title-wrap .link-wrap .internal-link {
  position: relative;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-decoration: underline;
}
.accommodations-wrap:hover .accommodations-img img:first-child {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.accommodations-wrap:hover .accommodations-img img:last-child {
  transform: translatex(-50%) scalex(0);
  opacity: 0;
  filter: blur(10px);
}

/*arrow*/
#accommodations-slider .slick-arrow {
  position: absolute;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 3px solid #fff;
  color: #008845;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.26);
  z-index: 9;
}
#accommodations-slider .slick-arrow:hover {
  color: #008845;
  transition: 0.5s;
}

#accommodations-slider .slick-arrow:before {
  display: none;
}

#accommodations-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -3%;
  top: 50%;
  transform: translateY(-50%);
}

#accommodations-slider .slick-arrow.slick-next {
  position: absolute;
  right: -3%;
  top: 50%;
  transform: translateY(-50%);
}

/**/
/*#### accommodations section css end ####*/
/*#### rooms-suites css start #####*/
.rooms-suites-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #222;
}
.rooms-suites-wrapper .common-title h3 {
  color: #fff;
}

.rooms-suites-list {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.rooms-suites-list .room-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.rooms-suites-list .room-img img {
  position: relative;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.rooms-suites-list .room-img .book-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-orientation: mixed;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 3px;
  line-height: 1.5em;
}
.rooms-suites-list .room-details {
  position: relative;
  width: 100%;
  padding: 12px 12px;
}
.rooms-suites-list .room-details h6 {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #3D3935;
  margin-bottom: 5px;
}
.rooms-suites-list .room-details h6 a {
  color: #3D3935;
}
.rooms-suites-list .room-details h4 {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.rooms-suites-list .room-details h4 a {
  color: #222;
}
.rooms-suites-list .room-details .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(171, 171, 171, 0.5);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: 10px 0px 10px 0px;
}
.rooms-suites-list .room-details .facilities-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rooms-suites-list .room-details .facilities-wrap .facilities {
  position: relative;
  width: calc(100% - 80px);
}
.rooms-suites-list .room-details .facilities-wrap .facilities ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 0px;
}
.rooms-suites-list .room-details .facilities-wrap .facilities ul li {
  position: relative;
  color: #282828;
  font-size: 20px;
}
.rooms-suites-list .room-details .facilities-wrap .facilities ul li img {
  max-width: 20px;
}
.rooms-suites-list .room-details .facilities-wrap .btn-wrap {
  position: relative;
  width: 80px;
  text-align: right;
}
.rooms-suites-list .room-details .facilities-wrap .btn-wrap .details-btn {
  position: relative;
  color: #ff0000;
}
.rooms-suites-list:hover .room-img img {
  transform: scale(1.1);
}
.rooms-suites-list:hover .room-details .line {
  width: 100%;
}

/*#### rooms-suites css end #####*/
/*#### activities section css start #####*/
.activities-resort-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
  background-image: url(../images/site-bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}
.activities-resort-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.93);
}

.activities-resort-list {
  position: relative;
  width: 100%;
  background-color: #eef7ee;
}
.activities-resort-list .activities-img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.activities-resort-list .activities-img-box img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.activities-resort-list .activities-img-box:hover img {
  transform: scale(1.1);
}
.activities-resort-list .activities-content-box {
  position: relative;
  width: 100%;
  padding: 20px 30px;
}
.activities-resort-list .activities-content-box h4 {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #008845;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.activities-resort-list .activities-content-box h3 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 30px;
  margin-bottom: 15px;
}
.activities-resort-list .activities-content-box p {
  position: relative;
  width: 100%;
  color: #3D3935;
  font-size: 16px;
  margin-bottom: 10px;
}

/*#### activities section css end #####*/
/*#### home-gallery section css start ####*/
.home-gallery-wrapper {
  position: relative;
  width: 100%;
  padding: 100px 0px;
  background-image: url(../images/home-gallery-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home-gallery-content {
  position: relative;
  width: 100%;
}
.home-gallery-content h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  letter-spacing: 6px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.home-gallery-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-family: "Trajan Pro Bold";
  letter-spacing: 2px;
  margin-bottom: 15px;
}

/*#### home-gallery section css end ####*/
/*##### our services css start ####*/
.our-services-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
  background-image: url(../images/site-bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}
.our-services-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.93);
}

.services-list {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 15px 15px;
  border: 1px solid #f1eeeb;
}
.services-list .icon {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.services-list .icon img {
  position: relative;
  height: 60px;
}
.services-list h4 {
  position: relative;
  width: 100%;
  font-size: 18px;
  color: #222;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 10px;
}
.services-list p {
  position: relative;
  width: 100%;
  color: #282828;
  font-size: 16px;
  margin-bottom: 5px;
}

/*##### our services css end ####*/
/*### testimonials css start ###*/
.testimonials-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #222;
}
.testimonials-wrapper .common-title h3 {
  color: #fff;
}
.testimonials-wrapper .common-title p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.testmonials-sld-items {
  padding: 10px 15px;
}

.testimonials-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 15px 15px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.46);
  border-radius: 3px;
}
.testimonials-wrap .testimonials-top {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.testimonials-wrap .testimonials-top .auth-left {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-wrap .testimonials-top .title-wrap {
  position: relative;
  width: calc(100% - 70px);
  padding-left: 10px;
}
.testimonials-wrap .testimonials-top .title-wrap h4 {
  position: relative;
  width: 100%;
  font-size: 17px;
  color: #222;
  margin-bottom: 5px;
}
.testimonials-wrap .testimonials-top .title-wrap h5 {
  position: relative;
  width: 100%;
  font-size: 15px;
  color: #282828;
  margin-bottom: 5px;
}
.testimonials-wrap .testimonials-top .title-wrap .google-icon {
  position: absolute;
  right: 0px;
  top: 0;
  width: 30px;
}
.testimonials-wrap .test-right-content {
  position: relative;
  width: 100%;
}
.testimonials-wrap .test-right-content .rating {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.testimonials-wrap .test-right-content p {
  position: relative;
  width: 100%;
  color: #282828;
  font-size: 15px;
  margin-bottom: 5px;
}

/**/
.testmonials-slider .slick-arrow {
  position: absolute;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 3px solid #fff;
  color: #008845;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.26);
  z-index: 9;
}
.testmonials-slider .slick-arrow:hover {
  color: #008845;
  transition: 0.5s;
}

.testmonials-slider .slick-arrow:before {
  display: none;
}

.testmonials-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -3%;
  top: 50%;
  transform: translateY(-50%);
}

.testmonials-slider .slick-arrow.slick-next {
  position: absolute;
  right: -3%;
  top: 50%;
  transform: translateY(-50%);
}

/**/
/*### testimonials css end ###*/
/*### facilities new box css start ####*/
.hotel-facilities-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
@keyframes custom-text-content-wrapper-hover-state {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes custom-text-content-wrapper-hover-removed-state {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.facilities-comon-box-wrap {
  position: relative;
  width: 100%;
}
.facilities-comon-box-wrap .img-box {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
}
.facilities-comon-box-wrap .img-box img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facilities-comon-box-wrap .text-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 48.127%;
  width: 100%;
  padding: 6.58%;
  background: linear-gradient(0deg, #14202C 0, rgba(67, 107, 146, 0) 100%);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 0.3s ease-in-out 0s;
}
.facilities-comon-box-wrap .text-content-wrapper .inne-hover-animation {
  position: relative;
  width: 100%;
  animation: custom-text-content-wrapper-hover-removed-state 0.8s linear;
}
.facilities-comon-box-wrap .text-content-wrapper h4 {
  position: relative;
  width: 100%;
  color: #fff;
  padding-right: 20px;
  margin-bottom: 5px;
}
.facilities-comon-box-wrap .text-content-wrapper p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
.facilities-comon-box-wrap:hover .img-box img {
  transform: scale(1.05);
}
.facilities-comon-box-wrap:hover .text-content-wrapper {
  height: 100%;
  transition: height 1.5s ease;
}
.facilities-comon-box-wrap:hover .text-content-wrapper .inne-hover-animation {
  animation: custom-text-content-wrapper-hover-state 0.8s linear;
}
#facilities-slider .facilities-sld-items, #exploreBanalata-slider .exploreBanalata-sld-items {
  position: relative;
  padding: 0px 15px;
}

/*Dots css*/
/*####*/
#facilities-slider {
  margin-bottom: 0px;
}

#facilities-slider .slick-dots {
  position: relative;
  z-index: 9;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#facilities-slider .slick-dots li {
  position: relative;
  margin: 0px 5px;
}

#facilities-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#facilities-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #808080;
  display: block;
  border: 1px solid #808080;
  border-radius: 50%;
}

#facilities-slider .slick-dots li.slick-active button:before {
  background-color: #008845;
  border: 1px solid #008845;
}

/*####*/
#exploreBanalata-slider {
  margin-bottom: 0px;
}

#exploreBanalata-slider .slick-dots {
  position: relative;
  z-index: 9;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#exploreBanalata-slider .slick-dots li {
  position: relative;
  margin: 0px 5px;
}

#exploreBanalata-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#exploreBanalata-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #808080;
  display: block;
  border: 1px solid #808080;
  border-radius: 50%;
}

#exploreBanalata-slider .slick-dots li.slick-active button:before {
  background-color: #008845;
  border: 1px solid #008845;
}

/*### facilities new box css end ####*/
/*### footer css start ####*/
.footer-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px 0px 0px;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 100, 51, 0.95);
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}

.footer-inner-wrap .footer-logo {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.footer-inner-wrap .footer-logo img {
  height: 100px;
}

.footer-inner-wrap p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-inner-wrap .footer-menu {
  position: relative;
  width: 100%;
}

.footer-menu ul {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.footer-menu ul li {
  position: relative;
  width: 100%;
  padding: 3px 0px;
}

.footer-menu ul li a {
  position: relative;
  color: #fff;
  font-size: 14px;
}

.fb-frame {
  position: relative;
  width: 100%;
}
.fb-frame iframe {
  position: relative;
  width: 100%;
  height: 250px;
}

/**/
.footer-inner-wrap .contact-det-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.footer-inner-wrap .contact-det-list .icon {
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background-color: #008845;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-inner-wrap .contact-det-list .info {
  position: relative;
  width: calc(100% - 30px);
  padding-left: 10px;
}

.footer-inner-wrap .contact-det-list p {
  position: relative;
  font-size: 14px;
  word-break: break-all;
  margin-bottom: 0px;
  color: #fff;
}

.footer-inner-wrap .contact-det-list p a {
  color: #fff;
}

/**/
.footer-social-icon {
  position: relative;
  width: 100%;
}

.footer-social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 0px;
}

.footer-social-icon ul li {
  position: relative;
  margin-right: 15px;
  display: inline-flex;
}

.footer-social-icon ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}

.footer-social-icon ul li a:hover {
  color: #008845;
  transition: 0.5s;
}

/**/
.footer-copyright-wrap {
  position: relative;
  width: 100%;
  padding: 15px 0px;
  border-top: 1px solid #bdbdbd;
}

.foot-copy {
  position: relative;
  width: 100%;
  text-align: center;
}
.foot-copy p {
  position: relative;
  width: 100%;
  color: #dadada;
  font-size: 14px;
  margin-bottom: 0px;
}

/*### footer css end ####*/
/*### Inner banner css start ####*/
.inner-bannerwrapper {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  z-index: 1;
}

.inner-bannerwrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 44, 75, 0.62) 1%, rgba(0, 44, 75, 0) 61.87%);
  z-index: 1;
}

.inner-bannerwrapper img {
  position: relative;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.inner-bannerwrapper .inner-banner-cont {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  z-index: 2;
}

.inner-bannerwrapper .inner-banner-cont h1 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 3px;
}

.breadcrumb {
  position: relative;
  width: 100%;
}
.breadcrumb li {
  position: relative;
  color: #008845;
  font-size: 16px;
  font-weight: 500;
}
.breadcrumb li a {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.main-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.cms-content {
  position: relative;
  width: 100%;
}

.cms-content h3 {
  position: relative;
  width: 100%;
  color: #3D3935;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h4 {
  position: relative;
  width: 100%;
  color: #008845;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h5 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content p {
  position: relative;
  width: 100%;
  color: #282828;
  font-size: 15px;
  margin-bottom: 10px;
}

.cms-content ul {
  position: relative;
  width: 100%;
  display: block;
}

.cms-content ul li {
  position: relative;
  display: block;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #210026;
  font-size: 16px;
}

.cms-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/listing-check-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
}

/*### Inner banner css end ####*/
/*### Contact us css start ####*/
.contact-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
}

.contact-inner-wrap {
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: rgb(251, 251, 251);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
}
.contact-inner-wrap .comon-title h3 {
  font-size: 35px;
}
.contact-inner-wrap .form-group {
  position: relative;
  width: 100%;
}
.contact-inner-wrap .form-group .form-control {
  position: relative;
  width: 100%;
  padding: 15px 12px;
  border: 1px solid #D0DAE9;
  background-color: #fff;
}
.contact-inner-wrap .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #008845;
}
.contact-inner-wrap .form-group .btn-danger {
  padding: 10px 30px;
}

.contact-us-right {
  position: relative;
  width: 100%;
  padding-left: 30px;
  border-left: 1px solid #D0DAE9;
}
.contact-us-right .contact-details-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.contact-us-right .contact-details-list .icon {
  position: relative;
  width: 35px;
  font-size: 26px;
  color: #008845;
  line-height: 0;
}
.contact-us-right .contact-details-list .details {
  position: relative;
  width: calc(100% - 35px);
  padding-left: 5px;
}
.contact-us-right .contact-details-list .details h5 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 18px;
  margin-bottom: 5px;
}
.contact-us-right .contact-details-list .details p {
  position: relative;
  width: 100%;
  color: #282828;
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-us-right .contact-details-list .details p a {
  color: #282828;
}
.contact-us-right .contact-us-social-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 15px 10px;
  border: 1px solid #D0DAE9;
  border-radius: 5px;
}
.contact-us-right .contact-us-social-wrap .social-icon {
  justify-content: center;
}
.contact-us-right .contact-us-social-wrap .social-icon li a {
  border-radius: 5px;
  background-color: #C5C5C5;
  color: #222;
  border: 0px;
}
.contact-us-right .contact-us-social-wrap .social-icon li a:hover {
  background-color: #008845;
  color: #fff;
}

.social-icon {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.social-icon li {
  position: relative;
  padding-right: 10px;
  display: inline-flex;
}
.social-icon li a {
  font-size: 15px;
  width: 35px;
  height: 35px;
  background-color: transparent;
  color: #C9C9C9;
  border: 1px solid #C9C9C9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
}
.social-icon li a:hover {
  transition: all 0.5s;
  color: #008845;
  border: 1px solid #008845;
}

.map-wrap {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.map-wrap iframe {
  position: relative;
  width: 100%;
  height: 400px;
}

/*### Contact us css end ####*/
/*##### Gallery page css start ####*/
.gallery-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
  background-image: url(../images/site-bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}
.gallery-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.93);
}

.gallery-list {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery-list img {
  position: relative;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.gallery-list .hover-plus {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: rgba(34, 34, 34, 0.84);
  padding: 4px;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.gallery-list:hover img {
  transform: scale(1.1);
}
.gallery-list:hover .hover-plus {
  opacity: 1;
  visibility: visible;
  top: 50%;
  transition: all 0.5s;
}

.video-gallery-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  background-color: #fff;
  background-image: url(../images/site-bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}
.video-gallery-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.93);
}

.video-list {
  position: relative;
  width: 100%;
}
.video-list iframe {
  position: relative;
  width: 100%;
  height: 300px;
}

/*##### Gallery page css end ####*/
/*#### About us page css start ####*/
.about-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.about-left-img {
  position: relative;
  width: 100%;
}
.about-left-img img {
  position: relative;
  width: 100%;
}

.about-right-content {
  position: relative;
  width: 100%;
}
.about-right-content p {
  position: relative;
  width: 100%;
  color: #282828;
  font-size: 16px;
  margin-bottom: 10px;
}
.about-right-content ul {
  position: relative;
  width: 100%;
  display: block;
}
.about-right-content ul li {
  position: relative;
  width: 100%;
  display: block;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #3D3935;
  font-weight: 500;
  font-size: 15px;
}
.about-right-content ul li:before {
  content: "\f058";
  font-family: fontawesome;
  position: absolute;
  top: 0px;
  left: 0;
  color: #008845;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.faq-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
}

.faq-inner-wrap {
  position: relative;
  width: 100%;
}
.faq-inner-wrap .accordion-item {
  position: relative;
  margin-bottom: 15px;
}
.faq-inner-wrap .accordion-item .accordion-header {
  position: relative;
}
.faq-inner-wrap .accordion-item .accordion-header .accordion-button {
  background-color: #F8F8FA;
  color: #008845;
  font-size: 16px;
  font-weight: 500;
}
.faq-inner-wrap .accordion-item .accordion-body {
  position: relative;
}
.faq-inner-wrap .accordion-item .accordion-body p {
  position: relative;
  width: 100%;
  color: #282828;
  font-size: 15px;
  margin-bottom: 10px;
}

/*#### About us page css end ####*/
/*#### distance contact css start ####*/
.distance-contact-form-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
  background-image: url(../images/site-bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}
.distance-contact-form-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.93);
}

.distance-form-wrap {
  position: sticky;
  width: 100%;
  top: 0px;
  padding: 30px 30px;
  background-color: #fff;
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
}
.distance-form-wrap .title {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.distance-form-wrap .title h3 {
  position: relative;
  width: 100%;
  font-size: 30px;
  font-family: "Libre Baskerville", serif;
  color: #222;
  margin-bottom: 0;
}
.distance-form-wrap ul {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}
.distance-form-wrap ul li {
  position: relative;
  width: 100%;
  padding: 8px 0px;
  border-bottom: 1px solid #f1eeeb;
}
.distance-form-wrap ul li:last-child {
  border-bottom: 0px;
}
.distance-form-wrap ul li .distance-list {
  position: relative;
  width: 100%;
}
.distance-form-wrap ul li .distance-list .title {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.distance-form-wrap ul li .distance-list .title .name {
  position: relative;
  width: calc(100% - 110px);
  font-size: 16px;
  font-weight: 600;
  color: #008845;
}
.distance-form-wrap ul li .distance-list .title .destination {
  position: relative;
  width: 110px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  background-color: #008845;
  padding: 3px;
  border-radius: 3px;
}
.distance-form-wrap ul li .distance-list p {
  position: relative;
  width: 100%;
  color: #282828;
  font-size: 15px;
  margin-bottom: 5px;
}

.get-in-touch-wrapper {
  position: relative;
  width: 100%;
}
.get-in-touch-wrapper .title {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.get-in-touch-wrapper .title h3 {
  position: relative;
  width: 100%;
  font-size: 30px;
  font-family: "Libre Baskerville", serif;
  color: #222;
  margin-bottom: 0;
}
.get-in-touch-wrapper .banalata-map {
  position: relative;
  width: 100%;
}
.get-in-touch-wrapper .banalata-map img {
  position: relative;
  width: 100%;
}

/*#### distance contact css end ####*/
/*#### rooms page css start ####*/
.rooms-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

/*#### rooms page css end ####*/
/*###### offers page css start ########*/
.offers-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
  background-image: url(../images/site-bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}
.offers-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}

.offers-list {
  margin-bottom: 70px;
}
.offers-list .left-box {
  padding: 0;
  margin: -40px 0 40px;
  width: 50%;
  z-index: 1;
  position: relative;
}
.offers-list .right-box {
  background-color: #eef7ee;
  padding: 4% 7% 4% 13%;
  margin: 0;
  margin-left: -7%;
  width: 57%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.offers-list.flex-md-row-reverse .right-box {
  margin-right: -7%;
  margin-left: 0;
  padding: 4% 13% 4% 7%;
}

.offers-list .offers-left-img {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.offers-list .offers-content {
  position: relative;
  width: 100%;
}
.offers-list .offers-content h3 {
  position: relative;
  width: 100%;
  font-size: 35px;
  color: #008845;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.offers-list .offers-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: #222;
}
.offers-list .offers-content p {
  position: relative;
  width: 100%;
  color: #3D3935;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 10px;
}

/*######## offers page css end ########*/
/*#### banquet page css start ####*/
.banquet-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
  background-image: url(../images/site-bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}
.banquet-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.93);
}

.banquet-list {
  position: relative;
  width: 100%;
}
.banquet-list .banquet-img {
  position: relative;
  width: 90%;
  border-radius: 15px;
  overflow: hidden;
}
.banquet-list .banquet-img img {
  position: relative;
  width: 100%;
}
.banquet-list .banquet-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.28);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}
.banquet-list .banquet-content {
  position: relative;
  width: 90%;
  padding: 30px 30px;
  background-color: #eef7ee;
  margin-left: auto;
  margin-top: -50px;
  border-radius: 10px;
  z-index: 2;
}
.banquet-list .banquet-content h3 {
  position: relative;
  width: 100%;
  color: #008845;
  font-size: 25px;
  margin-bottom: 10px;
}
.banquet-list .banquet-content h3 a {
  position: relative;
  color: #008845;
}
.banquet-list .banquet-content p {
  position: relative;
  width: 100%;
  color: #3D3935;
  font-size: 15px;
  margin-bottom: 15px;
}
.banquet-list:hover .banquet-img::before {
  opacity: 1;
  transition: all 0.5s;
}

/*### Form css start ###*/
.banquet-form-wrap {
  position: relative;
  width: 100%;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid #f8f5f0;
  box-shadow: 0px 6px 15px rgba(157, 157, 157, 0.11);
  border-radius: 10px;
}

.banquet-form-wrap .form-control, .banquet-form-wrap .form-select {
  padding: 12px 10px;
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: none;
  transition: all 0.5s;
}

.banquet-form-wrap .form-control:focus, .banquet-form-wrap .form-select:focus {
  border: 1px solid #40c351;
  transition: all 0.5s;
}

/*#### banquet page css end ####*/
/*##### restaurant page css start #####*/
.restaurant-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
  background-image: url(../images/site-bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}
.restaurant-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.93);
}

/*arrow*/
#Menu-slider .slick-arrow {
  position: absolute;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 3px solid #fff;
  color: #008845;
  width: 25px;
  height: 25px;
  font-size: 16px;
  border-radius: 50%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
#Menu-slider .slick-arrow:hover {
  color: #008845;
  transition: 0.5s;
}

#Menu-slider .slick-arrow:before {
  display: none;
}

#Menu-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -1%;
  top: 50%;
  transform: translateY(-50%);
}

#Menu-slider .slick-arrow.slick-next {
  position: absolute;
  right: -1%;
  top: 50%;
  transform: translateY(-50%);
}

/**/
.Menu-slider {
  position: relative;
  width: 100%;
}
.Menu-slider .Menu-sld-items {
  position: relative;
  padding: 0px 5px;
}
.Menu-slider .Menu-sld-items button.nav-link {
  position: relative;
  width: 100%;
  padding: 6px 15px;
  color: #222;
  border: 1px solid #222;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.5s;
}
.Menu-slider .Menu-sld-items button.nav-link.active {
  background-color: #008845;
  border-color: #008845;
  color: #fff;
}
.Menu-slider .Menu-sld-items button.nav-link:hover {
  background-color: #008845;
  border-color: #008845;
  color: #fff;
  transition: all 0.5s;
}

/*#### Menu sidebar list css ####*/
.left-sidebar {
  position: sticky;
  left: 0;
  top: 0;
  border: 1px solid #dadada;
}
.left-sidebar .title {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  background-color: #eef7ee;
}
.left-sidebar .title h3 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 25px;
  text-align: center;
  font-family: "Trajan Pro Bold";
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.left-sidebar .menu-category-wrap {
  position: relative;
  width: 100%;
}
.left-sidebar .menu-category-wrap .menu-category-list {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.left-sidebar .menu-category-wrap .menu-category-list li {
  position: relative;
  width: 100%;
  padding: 5px 0px;
  border-bottom: 1px solid #dadada;
}
.left-sidebar .menu-category-wrap .menu-category-list li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.left-sidebar .menu-category-wrap .menu-category-list li:first-child {
  padding-top: 0;
}
.left-sidebar .menu-category-wrap .menu-category-list li button {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #282828;
  transition: all 0.5s;
}
.left-sidebar .menu-category-wrap .menu-category-list li button:before {
  content: "\f101";
  font-family: "fontawesome";
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  margin-right: 5px;
  position: absolute;
  left: 0;
}
.left-sidebar .menu-category-wrap .menu-category-list li button.active {
  background-color: #008845;
  padding-left: 35px;
  color: #fff;
}
.left-sidebar .menu-category-wrap .menu-category-list li button.active:before {
  opacity: 1;
  visibility: visible;
  left: 10px;
}
.left-sidebar .menu-category-wrap .menu-category-list li button:hover {
  padding-left: 35px;
}
.left-sidebar .menu-category-wrap .menu-category-list li button:hover:before {
  opacity: 1;
  visibility: visible;
  left: 10px;
}

/*#### Menu sidebar list css end ####*/
.restaurant-menu-wrap {
  position: relative;
  width: 100%;
}

.restaurant-menu-list {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f8f5f0;
  padding: 10px 10px;
  border-radius: 5px;
}
.restaurant-menu-list .restaurant-menu-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.restaurant-menu-list .restaurant-menu-img img {
  position: relative;
  width: 100%;
  height: 250px;
  transition: all 0.6s ease;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.restaurant-menu-list .title {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #008845;
  align-items: start;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.restaurant-menu-list .title .name {
  position: relative;
  width: calc(100% - 100px);
  padding-right: 10px;
}
.restaurant-menu-list .title .name h4 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.restaurant-menu-list .title .price {
  position: relative;
  width: 100px;
  text-align: right;
}
.restaurant-menu-list .title .price h5 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.restaurant-menu-list .title .price .half {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}
.restaurant-menu-list .title .price .half span {
  position: relative;
  display: inline-flex;
  padding: 2px 8px;
  background-color: #008845;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.restaurant-menu-list .title .price .half span:empty {
  display: none;
}
.restaurant-menu-list p {
  position: relative;
  width: 100%;
  color: #3D3935;
  font-size: 15px;
  margin-bottom: 5px;
}
.restaurant-menu-list:hover .restaurant-menu-img img {
  transform: scale(1.1);
}

/*##### restaurant page css end #####*/
#callFloatingBtn {
  position: fixed;
  right: 12px;
  bottom: 135px;
  height: 60px;
  width: 60px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#callFloatingBtn a {
  letter-spacing: 0;
  line-height: 32px;
  color: #008845;
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
#callFloatingBtn .call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #007bff;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  outline: none;
}
#callFloatingBtn .call-tooltip {
  position: absolute;
  right: 110%;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#callFloatingBtn .call-icon:hover .call-tooltip, #callFloatingBtn .call-icon:focus .call-tooltip {
  opacity: 1;
}

#whatsAppHeader {
  position: fixed;
  right: 12px;
  bottom: 205px;
  height: 60px;
  width: 60px;
  z-index: 9;
  display: flex;
  justify-content: center;
}
#whatsAppHeader a {
  letter-spacing: 0;
  line-height: 32px;
  color: #008845;
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
#whatsAppHeader .social-wa i {
  width: 60px;
  height: 60px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #40C351;
  border-radius: 12px;
  padding: 5px;
  color: white;
  border-radius: 50%;
}

#bookingButton {
  position: fixed;
  right: 12px;
  bottom: 60px;
  height: 60px;
  width: 60px;
  z-index: 9;
  display: flex;
  justify-content: center;
}
#bookingButton a {
  letter-spacing: 0;
  line-height: 32px;
  color: #008845;
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
#bookingButton .book-btn i {
  width: 60px;
  height: 60px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #008845;
  border-radius: 12px;
  padding: 5px;
  color: white;
  border-radius: 50%;
}/*# sourceMappingURL=style.css.map */