@charset "utf-8";

* {
  outline: none;
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  font-family: 'Shine Typewriter';
  box-sizing: border-box;
}

:root {
  --primary-green: #283325;
  --bg-gray: #fcfcfc;
  --text-clr: #3a4a35;
  --title-txt: #baafa2;
}


body {
  text-decoration: none;
  background-color: var(--bg-gray);
  font-family: 'InterTight';
  font-size: 16px;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* Remove horizontal scrollbar */
}

.smooth-scroll-wrapper {
  position: fixed;
  width: 100%;
  /* top: 0; */
  left: 0;
  will-change: transform;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

p {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: var(--text-clr);
  line-height: 1.7;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  letter-spacing: .5px;
}

li {
  font-size: 16px;
  font-weight: normal;
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}


@font-face {
  font-family: 'Shine Typewriter';
  src: url('../fonts/ShineTypewriterRegular.eot');
  src: url('../fonts/ShineTypewriterRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ShineTypewriterRegular.woff2') format('woff2'),
    url('../fonts/ShineTypewriterRegular.woff') format('woff'),
    url('../fonts/ShineTypewriterRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




/************************************************** MENU **************************************************/

body.home .sexy-menu {
  position: fixed;
}

.sexy-menu.detached .header-contact {
  display: none;
}

video {
  width: 100%;
}

.sexy-menu.detached .tophead {
  display: none;
}

.sexy-menu.detached .logo {
  margin-top: 5px;
  /* width: 70%; */
}

/* .sexy-menu.detached .nav-header {
  width: 70%;
} */

.nav-menu2 {
  border-top: 0;
  margin-top: 0;
}

.wh-top {
  margin-right: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-menu>li>a {
  margin: 0 15px;
  display: inline-block;
  position: relative;
  color: var(--primary-green);
  font-size: 0.938em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
  letter-spacing: 2px;
}

.nav-menu2>li>a {
  margin: 35px 44px 20px;
}

.nav-menu>li>a:hover {
  color: #283325;
  transition: color 0.3s ease;
}

/* Hover underline animation */
.nav-menu>li>a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: var(--primary-green);
  transform-origin: center;
  transition: width 0.3s ease;
}

.nav-menu>li>a:hover::after {
  width: 100%;
}

.nav-menu {
  /* border-top: 2px solid rgb(199 199 199 / 23%); */
  margin-top: 14px;
}

.header-phone {
  display: flex !important;
  align-items: center;
  margin-top: 30px !important;
}

.wh-img {
  margin-right: 10px;
}

.sexy-menu.detached .header-phone {
  display: none;
}

.nav-menu>li:last-child a,
ul.header-social li:last-child,
.nav-menu2>li>a:last-child {
  margin-right: 0 !important;
}

.nav-menu>li:first-child a,
.nav-menu2>li:first-child a {
  margin-left: 0 !important;
}

.resp-show {
  display: none !important;
}

.nav-menu:hover {
  color: #283325;
}

/* .sexy-menu.detached .nav-menu>li>a {
  margin: 15px 15px;
  color: #393939;
} */

.sexy-menu.detached .nav-menu {
  border-top: 0;
}

.sexy-menu.detached .header-phone {
  margin: 32px 15px !important;
}

#button {
  display: inline-block;
  background-color: #333;
  line-height: 50px;
  width: 50px;
  color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

#button i {
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.carousel-indicators .active,
.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border: 0 !important;
}

.carousel-indicators .active {
  background: #dfc0f3 !important;
}

.carousel-indicators li {
  background: #655a8e !important;
  margin: 0 3px !important;
}

.carousel-indicators {
  bottom: 5em !important;
  right: 200px !important;
  left: unset !important;
  width: unset !important;
}

/**/

.tc {
  text-align: center;
}

.clear {
  clear: both;
}

audio,
::selection {
  background: #283325 !important;
  color: #fff !important;
}

span::selection {
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  background: #283325 !important;
}

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

.grecaptcha-badge {
  display: none !important;
}

.img-full {
  width: 100%;
  height: auto;
  display: block;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.logo1 {
  display: none;
}

.sexy-menu.detached .navigation {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navigation {
  padding: 0 15%;
}

.nav-brand img {
  width: 100%;
  transform-origin: center;
  transition: transform 0.3s ease;
}

.sexy-menu.detached .header-call {
  margin-top: 8px;
}

/* .top-container {
  background-color: #fff;
} */

.desk-view {
  display: block;
}

.mob-view {
  display: none;
}

.hide-menu {
  display: none;
}


/************************************************** BREDCUM **************************************************/

.bredcum-wraper {
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
  display: flex;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 9;
}

.bredcum-container {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
}

.bred-home {
  width: auto;
  height: auto;
  float: left;
}

.bred-home a,
.bred-home {
  width: auto;
  height: auto;
  float: left;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: capitalize;
  color: #798476;
}

.bred-home a {
  font-size: 1em;
}

.bred-home a:hover {
  width: auto;
  height: auto;
  float: left;
  color: #363a35;
}

.bred-arrow {
  width: auto;
  height: auto;
  float: left;
  font-size: 0.85em;
  color: #798476;
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.bred-next {
  width: auto;
  height: auto;
  float: left;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: capitalize;
  color: #798476;
}



/************************************************** Footer  **************************************************/

.footer-wraper {
  /*  background: url('../images/footer-bg.png') no-repeat top center;
  background-size: 100% auto;
  padding-top: 200px;
   background-color: #1f3a2d; 
  height: 635px;*/
  position: relative;
  margin-top: -9%;
}

.footer-wraper picture,
.footer-wraper img {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
  display: block;
}

.footer-wraper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.footer-container {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 68%;
  z-index: 9999;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  width: auto;
  height: auto;
}

.footer-con {
  width:85%;
  height: auto;
}

.footer-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #4d4f3c;
  /* padding-bottom: 10px; */
  margin-bottom: 10px;
}

.btm-link p {
  letter-spacing: 0;
  color: #b69d7d;
  line-height: 1.4;
}

.icon-f {
  display: flex;
  margin-bottom: 1.5em
}

.icon-f span {
  margin-right: 15px;
  padding-top: 5px;
}

.footer-social-links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-social-links ul li {
  width: auto;
  height: auto;
  float: left;
  margin-left: 1em;
  font-size: 1.25em;
  color: #232323;
}

.footer-social-links ul li a {
  width: auto;
  height: auto;
  float: left;
  font-size: 1.25em;
  color: #232323;
}

.footer-menu {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
justify-content: space-between;
}

.footer-menu ul {
  margin: 0px;
  margin-left: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-menu ul li {
  display: inline-block;
  position: relative;
  margin: 15px 6px;
}

.footer-menu ul li:last-child {
  margin-right: 0;
}

/* .footer-menu ul li:first-child {
  margin-left: 0;
} */

.footer-menu ul li a {
  color: #d8b993;
  font-size: 0.779em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-bottom-container {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  margin: 20px 0 0 0;
}

.copy-right {
  width: auto;
  height: auto;
  float: left;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 0.875em;
  line-height: 50px;
  padding-left: 20px;
  color: #d8b993;
  opacity: 0.8;
}

.designed {
  width: auto;
  height: auto;
  float: right;
  color: #d8b993;
  /*padding-right: 20px;*/
  opacity: 0.8;
}

.designed p {
  font-size: 0.875em;
  color: #d8b993;
  letter-spacing: 0;
}

.designed p a {
  text-decoration: none;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #d8b993;
  line-height: 50px;
}

.footer-menu-title {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 0.779em;
  letter-spacing: 1px;
  color: #d8b993;
  line-height: 1.8;
  padding-right: 1em;
}


/************************************************** CONTACT FORM **************************************************/

.enquiry-cont {
  align-items: flex-start;
}

.welcome-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  position: relative;
}

.enquiry-top {
  width: 100%;
  height: auto;
  padding: 30px 0px 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enquire-pic {
  width: 39%;
  position: relative;
}

.enquiry-home {
  width: 57%;
  height: auto;
}

.enquiry-home-title {
  width: 100%;
  height: auto;
  padding-bottom: 0.5em;
}

.title-enquiry {
  width: 100%;
  height: auto;
  font-size: 1.375em;
  color: var(--primary-green);
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin-bottom: 10px;
  color: #765b3d;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.enquiry-form-outer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1em;
}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 10px;
}

.enquiry-form-outer .user-box:nth-child(2n + 2) {
  margin-right: 0%;
}

.enquiry-form-outer .user-box input,
.enquiry-form-outer .user-box select {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #858c82;
  border: none;
  background-color: #ecedeb;
  outline: none;
  border-radius: 10px;
  line-height: 55px;
  height: 55px;
}

.enqry-box input {
  line-height: 55px !important;
}

.enquiry-form-outer .user-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px;
  padding-right: 45px;
  cursor: pointer;
}

.enquiry-form-outer .user-box select option {
  font-size: 1em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding: 20px 0;
}

.enquiry-form-outer .user-box input:focus~label,
.enquiry-form-outer .user-box input:valid~label {
  top: -7px;
  left: 0px;
  color: var(--primary-green);
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box select:focus~label,
.enquiry-form-outer .user-box select:valid~label {
  top: -7px;
  left: 0px;
  color: var(--primary-green);
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .enqry-box input:focus~label,
.enquiry-form-outer .enqry-box input:valid~label {
  color: var(--primary-green);
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 1em;
  color: #858c82;
  pointer-events: none;
  transition: 0.5s;
  bottom: 0;
  line-height: 55px;
  background-color: transparent;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* .enquiry-form-outer .enqry-box label {
  line-height: 55px;
} */

.full-field {
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
  top: -7px;
  left: 0px;
  color: var(--primary-green);
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  height: 200px;
  resize: none;
  padding: 20px 20px 0 20px;
  font-size: 1em;
  color: #858c82;
  font-family: inherit;
  font-weight: normal;
  border-radius: 10px;
  background: #ecedeb;
}

.enqry-box textarea {
  height: 120px !important;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.contact-btn {
  text-transform: uppercase;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: var(--primary-green);
  padding: 8px 25px;
  color: #999c98;
  border-radius: 10px;
}

.submit-button {
  /* line-height: 1.7; */
  color: var(--primary-green);
  text-transform: uppercase;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: var(--bg-gray);
  border-radius: 8px;
  padding: 0px 25px;
  line-height: 35px;
}

.submit-button:hover {
  transform: scale(1);
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.button-out {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#plus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-gray);
  width: 45px;
  cursor: pointer;
  margin-bottom: 0.25em;
  background: var(--primary-green);
  height: 198px;
  font-size: 1em;
  padding: 20px 5px;
  float: left;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

#plus .desk-view {
  /* transform: rotate(90deg); */
  white-space: nowrap;
  letter-spacing: 4px;
}

#popUp {
  position: fixed;
  width: 400px;
  height: auto;
  background: var(--primary-green);
  bottom: 8%;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9999;
  padding: 2% 2% 2%;
  right: 0;
  opacity: 0;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 35px;
}

#popUp .close {
  position: absolute;
  top: -5px;
  opacity: 1;
  left: -4%;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  cursor: pointer;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#popUp .close i {
  color: var(--primary-green);
  font-size: 1em;
  margin-left: 0px;
}

.button-out {
  position: fixed;
  right: 0;
  bottom: 46vh;
  z-index: 999;
}

/* WhatsApp button */

.whats-app {
  background: #283325;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  position: fixed;
  bottom: 10vh;
  right: 25px;
  z-index: 120000;
  border-radius: 50%;
  color: #fff;
  animation: float 3s ease-in-out infinite;
  transition: transform 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

/* Make anchor full clickable */
.whats-app a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

/* Icon color */
.whats-app a i {
  color: #fff;
  font-size: 32px;
}

/* Pulse effect */
.whats-app::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(40, 51, 37, 0.4);
  animation: pulseRing 2.5s infinite;
  z-index: -1;
}

.whats-app::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%,
      rgba(255, 255, 255, 0.3),
      transparent 60%);
  z-index: 1;
  pointer-events: none;
}

/* Hover */
.whats-app:hover {
  transform: scale(1.1);
  animation-play-state: paused;
}

/* Float FIXED */
@keyframes float {

  0%,
  100% {
    transform: translateY(0) scale(var(--scale, 1));
  }

  50% {
    transform: translateY(-8px) scale(var(--scale, 1));
  }
}

/* Pulse */
@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  70% {
    transform: scale(1.6);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}


#plus::after {
  display: block;
  display: relative;
}

.side-form .form-group {
  margin-bottom: 12px;
}

.side-form-title {
  font-size: 2em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: var(--bg-gray);
  line-height: 1;
  display: block;
}

/************************************************ WRAPER ***********************************************/

.main-wraper {
  width: 100%;
  height: auto;
  padding-top: 100px;
  position: relative;
}

.wraper {
  width: 100%;
  height: auto;
  padding-top: 40px;
  position: relative;
}

.dummy-wraper {
  width: 100%;
  height: auto;
  position: relative;
}

.container {
  width: 100%;
  height: auto;
  padding-left: 8.5%;
  padding-right: 8.5%;
}

.d-container {
  width: 100%;
  padding-left: 16%;
  padding-right: 16%;
}

.innerpage-container {
  width: 100%;
  height: auto;
  padding: 0 4%;
}

.tc {
  text-align: center;
}

/************************************************** TOP MENU **************************************************/

.banner-whatsapp {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.banner-whatsapp i {
  color: #f4ece2;
  font-size: 1.5em;
}

.banner-whatsapp a {
  color: #f4ece2;
  font-size: 0.938em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 2px;

  &:hover {
    color: #f4ece2;
  }
}

.banner-booknow {
  padding-right: 4%;
  position: relative;
  z-index: 1;
}

.banner-booknow a {
  color: #273224;
  padding: 7px 20px;
  font-size: 0.938em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  background-color: #fdfdfd;
  border-radius: 15px;
  letter-spacing: 2px;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #273224;
  padding: 10px 15%;
}

.nav-btn {
  color: #f4ece2;
}

.nav-menus-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1%;
  align-items: flex-start;
}

.faq-link {
  display: none !important;
}



/************************************************ Banner ***********************************************/

/* .banner-wraper {
  position: relative;
  width: 100%;
  height: 76vh;
  z-index: 9;
  margin: 64px 0px 0 0px;
  background-color: var(--bg-gray);
} */

.banner-wraper {
  position: relative;
  width: 100%;
  min-height: 76vh;
  z-index: 9;
  margin-top: 64px;
  background-color: var(--bg-gray);
  overflow: hidden;
}

/* .banner-inner {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
} */

.banner-inner {
  width: 100%;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.banner-caption {
  margin-bottom: 6%;
}

.banner-caption-year {
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1.375em;
  color: var(--primary-green);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner-caption-head {
  font-size: 3.801em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: var(--primary-green);
  text-transform: uppercase;
}

.txt-left-shape {
  position: absolute;
  left: 37.7%;
  top: 54.5%;
  transform: translateX(-50%);
}

.txt-right-shape {
  position: absolute;
  right: 37.7%;
  top: 54.5%;
  transform: translateX(50%);
}

.banner-caption-mainhead {
  font-size: 11.113em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: var(--primary-green);
  text-transform: uppercase;
  line-height: 0.8;
  margin-top: 5px;
}

.banner-lft-shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner-right-shape {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.clock-house-txt {
  margin: 10px 0 10px 0;
}

.txt-mid-shape {
  position: absolute;
  left: 49.4%;
  top: 44%;
}

.banner-bird {
  position: absolute;
  top: 20%;
  right: 25%;
}

.clock-house {
  position: absolute;
  bottom: 38%;
  left: 30.7%;
}

.clock {
  position: absolute;
  bottom: 24%;
  right: 33.8%;
}

.banner-btm-txt {
  margin-top: 10px;
}

.banner-btm-line {
  margin-top: 20px;
}

.banner-btm-box {
  background-color: #ebecea;
  color: var(--text-clr);
  padding: 15px 0;
  text-align: center;
  width: 79%;
  margin: auto;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.banner-btm-box-shape-left {
  position: absolute;
  left: 19.8%;
  top: 0;
}

.banner-btm-box-shape-right {
  position: absolute;
  right: 19.8%;
  top: 0;
}



/***************** About sec ******************/


.about-sec-inner {
  display: flex;
}

.about-sec-left {
  width: 61%;
  height: auto;
  display: flex;
}

.about-sec-left-con {
  width: 56%;
  height: auto;
}

.about-sec-left-img {
  width: 39%;
  height: auto;
}

.abt-wel-txt {
  font-size: 1em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin-bottom: 5px;
  color: var(--text-clr);
  letter-spacing: 1px;
}

.abt-main-txt {
  font-size: 1.375em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin-bottom: 5px;
  color: var(--text-clr);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-sec-left-con p {
  margin: 10px 0 20px 0;
  line-height: 1.5;
}

.discover-btn {
  background-color: var(--primary-green);
  color: #818880;
  padding: 6px 20px;
  border-radius: 10px;
  font-size: 1em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  cursor: pointer;
}

.about-sec-right {
  width: 37%;
  height: auto;
}

.about-sec-right-con {
  margin-top: 20px;
}

.about-sec-right-con p {
  padding-top: 10px;
  line-height: 1.5;
}


/***************** Sec 3 ******************/

.sec3-wraper {
  position: relative;
  background-image: url(../images/sec3-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 610px;
}

.sec3-inner {
  display: flex;
}

.sec3-left {
  padding-left: 5%;
  margin-top: -3%;
}

.sec3-mid1 {
  padding-top: 3%;
  position: relative;
  margin-left: -2%;
}

.sec-mid-txt {
  font-size: 2.67em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: var(--primary-green);
  text-transform: uppercase;
  line-height: .8;
}

.sec3-mid2 {
  position: relative;
  margin-left: -12%;
  margin-top: 3.3%;
}

.sec3-right {
  padding-right: 6%;
  align-content: center;
  padding-top: 6%;
}

.sec3-right p {
  line-height: 1.5;
  margin-bottom: 10px;
}


/***************** Pool sec ******************/

.pool-sec-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.pool-img {
  width: 75%;
  height: auto;
}

.pool-img img {
  width: 100%;
}

.pool-con {
  width: 24%;
  height: auto;
  margin-bottom: 6px;
}

.pool-con-title {
  font-size: 2.969em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #4e4742;
  line-height: .9;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pool-con p {
  background-image: url(../images/pool-con-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px;
  color: #fff;
  height: 330px;
  width: 314px;
  line-height: 1.5;
}


.theatre-sec .pool-con p {
  background-image: url(../images/theatre-con-bg.png);
  height: 283px;
  color: #4e4742;
}


/***************** Ayurveda sec ******************/

.ayurveda-sec {
  margin-top: 100px;
  position: relative;
  /* overflow: hidden; */
}

.parallax-item {
  position: absolute;
  transition: transform 0.15s ease-out;
  will-change: transform;
}

.parallax-item:nth-child(1) {
  /* Turmeric */
  top: -1%;
  left: 23%;
  z-index: -1;
}

.parallax-item:nth-child(2) {
  /* massage oil */
  top: 27%;
  left: 28%;
  z-index: -1;
}

.parallax-item:nth-child(3) {
  /* leaves1 */
  top: 0%;
  left: 37%;
  z-index: 1;
}

.parallax-item:nth-child(4) {
  /* herbs */
  top: 16%;
  right: 39%;
  z-index: 1;
}

.parallax-item:nth-child(5) {
  /* leaves2 */
  top: 32.5%;
  right: 29.5%;
  z-index: -1;
}

.parallax-item:nth-child(6) {
  /* neem */
  top: 3.5%;
  right: 13.4%;
  z-index: -1;
}

@keyframes floatY {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-8px) rotate(2deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

.parallax-item img {
  animation: floatY 4s ease-in-out infinite;
}

/* Different timing for each */
.parallax-item:nth-child(1) img {
  animation-duration: 4s;
}

.parallax-item:nth-child(2) img {
  animation-duration: 5s;
}

.parallax-item:nth-child(3) img {
  animation-duration: 6s;
}

.parallax-item:nth-child(4) img {
  animation-duration: 4.5s;
}

.parallax-item:nth-child(5) img {
  animation-duration: 5.5s;
}

.parallax-item:nth-child(6) img {
  animation-duration: 6.5s;
}


.ayurveda-heading {
  font-size: 15.154em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-align: center;
  color: #d2bda6;
  text-transform: uppercase;
  line-height: .7;
}

.ayurveda-sub-head {
  font-size: 1.229em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-align: right;
  color: #d2bda6;
  text-transform: uppercase;
  padding-right: 15px;
}

.ayurveda-inner-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 28px;
}

.ayurveda-sec-title {
  font-size: 1.844em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  color: #4e4742;
  line-height: 1;
}

.ayurveda-inner-sec p {
  line-height: 1.5;
}


/***************** Cooking sec ******************/

.cooking-sec-inner {
  background-image: url(../images/cooking-sec-bg.png);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 50px;
  width: 68%;
  margin: auto;
}

.cooking-sec-top-title {
  width: 77%;
  margin: auto;
  text-align: left;
}

.cooking-sec-main-head {
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 5.984em;
  text-transform: uppercase;
  color: var(--title-txt);
  line-height: .9;
}

.cooking-sec-sub-head {
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: var(--title-txt);
  text-transform: uppercase;
}

.cooking-sec-inner-con {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -4.5%;
}

.cooking-sec-inner-lft {
  width: 23%;
  height: auto;

  p {
    line-height: 1.5;
    color: #6d7567;
    letter-spacing: 0;
  }
}

.cooking-sec-inner-lft-title {
  font-size: 1.229em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #978773;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cooking-sec-inner-mid {
  width: 52%;
  height: auto;
  position: relative;
  margin-left: -5%;
}

.cooking-sec-inner-right {
  width: 25%;
  height: auto;
  position: relative;
  margin-left: -1%;
  margin-top: 2%;

  p {
    line-height: 1.5;
    color: #6d7567;
    letter-spacing: 0;
  }
}


/***************** Munnar History ******************/

.munnar-history {
  width: 90%;
  margin: auto;
  padding: 70px 0;
}

.section-title {
  font-size: 1.5em;
  letter-spacing: 3px;
  margin-bottom: 30px;
  color: var(--text-clr);
  text-align: center;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.history-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.history-card img {
  width: 100%;
  display: block;
}

.history-card p {
  font-size: 1em;
  margin-top: 5px;
  line-height: 1.5;
  letter-spacing: 0;
}


/***************** Architecture History ******************/

.architecture-sec {
  margin-bottom: 150px;
}

.architecture-bg {
  position: absolute;
  bottom: -32%;
}

.architecture-top-img {
  display: flex;
  justify-content: center;
}

.archi-left {
  width: 24%;
  background-image: url('../images/archi-left-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 240px;
  align-content: center;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.20));
  margin-top: 12%;
  transform: rotate(-5deg);
  z-index: 1;
  margin-right: -2.5%;
}

.archi-left img {
  position: absolute;
  top: -2%;
  left: 7%;
  transform: rotate(2deg);
}

.archi-left p {
  color: #8a8a8a;
  text-align: center;
  line-height: 1.4;
  transform: rotate(-18deg);
  letter-spacing: 0;
}

.archi-mid {
  position: relative;
  width: 32%;
  height: auto;
  text-align: right;
}

.archi-mid p {
  position: absolute;
  right: -5%;
  line-height: 1.3;
  text-align: center;
  top: 3%;
  color: #8a8a8a;
  letter-spacing: 0;
}

.archi-right {
  width: 24%;
  height: auto;
  text-align: center;
  margin-top: 11%;
  transform: rotate(13deg);
  margin-left: -1%;
}

.archi-right p {
  color: #8a8a8a;
  line-height: 1.4;
  margin-bottom: 5px;
  letter-spacing: 0;
}

.archi-title {
  font-size: 5.984em;
  text-align: center;
  color: var(--title-txt);
  line-height: .8;
  position: relative;
  margin-top: -5%;
  z-index: 1;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.archi-brid {
  position: absolute;
  bottom: -63%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/***************** Experience sec ******************/

.section-subtitle {
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 3px;
  font-size: 1.5em;
  text-align: center;
  color: var(--text-clr);
}

.section-desc {
  color: #666;
  margin-bottom: 30px;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-align: center;
  font-size: 1em;
}

.experience-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

.exp-card {
  color: white;
  padding: 40px 20px;
  text-align: center;
  width: 33%;
  /* height: 235px; */
  align-content: center;
  border-radius: 11px;
}

.tea-plantation {
  background: url(../images/tea-plantation-walk.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.heritage-storytelling {
  background-image: url(../images/heritage-storytelling.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bonfire-evenings {
  background-image: url(../images/bonfire-evening.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.photography-corner {
  background-image: url(../images/photography-corner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nature-trails {
  background-image: url(../images/nature-trails.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bird-watching {
  background-image: url(../images/bird-watching.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.spices-corner {
  background-image: url(../images/spices-corner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fun-hub {
  background-image: url(../images/fun-hub.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.vintage-oven {
  background-image: url(../images/vintage-oven.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.exp-card p {
  font-size: 1em;
  line-height: 1.3;
  color: #e3e4e2;
  margin-top: 10px;
}


/* ROOMS */

.rooms-sec-inner {
  display: flex;
  justify-content: space-between;
}

.rooms-left {
  width: 33%;
  height: auto;
  margin-top: 20px;
}

.rooms-left-title {
  letter-spacing: 3px;
  font-size: 1.5em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: var(--text-clr);
}

.room-intro {
  margin: 5px 0 0 0;
}

.divider {
  width: 86%;
  height: 1px;
  background-color: #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider::after {
  content: "";
  display: block;
  width: 46px;
  height: 18px;
  background-image: url("../images/curve-shape.png");
  float: right;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -3%;
  margin-right: -16%;
}

/* .room-list {
  width: 40%;
} */

.room-item {
  padding: 18px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
}

.room-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.rooms-active-icon {
  position: absolute;
  top: 50%;
  right: -33px;
  transform: translateY(-50%);
  display: none;
}

.room-item.active {
  background: #e6e3dc;
  border-radius: 8px;
  border-bottom: none;
}

.room-item.active .rooms-active-icon {
  display: block;
}

.room-item-title {
  font-size: 1em;
  letter-spacing: 3px;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: var(--primary-green);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.room-item p {
  font-size: 1em;
  color: #666;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1.5;
}

.rooms-right {
  position: relative;
  width: 62%;
  height: auto;
}

.room-img {
  width: 100%;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s;
}

.slide-hide {
  transform: translateY(-40px);
  opacity: 0;
}

.slide-show {
  transform: translateY(40px);
  opacity: 0;
}

/* .room-image-box {
  width: 60%;
} */

.room-image-box img {
  width: 100%;
  border-radius: 14px;
  transition: opacity 0.5s ease;
}

.fade-out {
  opacity: 0;
}

.room-buttons {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  gap: 10px;
}

.view-btn {
  width: 165px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #2d4031;
  border: none;
  border-radius: 25px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  background: #2d4031;
}

.view-btn,
.view-btn span {
  transition: 200ms;
}

.view-btn .text {
  transform: translateX(20px);
  color: var(--title-txt);
  font-size: 1.2em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.view-btn .icon {
  position: absolute;
  border-left: 1px solid var(--title-txt);
  transform: translateX(117px);
  height: 30px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title-txt);
}

.view-btn svg {
  width: 18px;
  fill: #eee;
}

.view-btn:hover {
  background: #3c5642;
}

.view-btn:hover .text {
  color: transparent;
}

.view-btn:hover .icon {
  width: 150px;
  border-left: none;
  transform: translateX(0);
}

.view-btn:focus {
  outline: none;
}

.view-btn:active .icon svg {
  transform: scale(0.8);
}

.book-btn {
  background: #cfa86c;
  width: 148px;
}

.book-btn .text {
  color: #8c6b41;
}

.book-btn .icon {
  border-left: 1px solid #8c6b41;
  color: #8c6b41;
  transform: translateX(103px);
}

.book-btn:hover {
  background: #cfa86c;
}




/* cuisine Sec */

.cuisine-wraper {
  margin-top: 50px;
}

.cuisine-sec-inner {
  position: relative;
}

.dining-center {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

.dining-sub-title {
  font-size: 1.056em;
  letter-spacing: 0.2em;
  color: #a0a59e;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin-bottom: 5px;
}

.dining-main-title {
  font-size: 8.097em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #868e83;
  line-height: .8;
  margin-top: 15px;
}

.year-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.year {
  font-size: 2.898em;
  color: #868e83;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.at {
  font-size: 2.898em;
  color: #868e83;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  position: relative;
  margin-top: -17px;
}

.desc {
  font-size: 1em;
  line-height: 1.7;
  color: #7f877c;
  margin-bottom: 15px;
}

.food-item {
  position: absolute;
  text-align: center;
}

.item-left-top {
  left: 1%;
  top: 5%;
}

.item-left-top .cuisine-img {
  animation-delay: 1s;
}

.item-left-bottom {
  left: 9%;
  bottom: 0;
}

.item-left-bottom .cuisine-img {
  animation-delay: 2s;
}

.item-right-top {
  right: 6%;
  top: -10%;
}

.item-right-top .cuisine-img {
  animation-delay: 1s;
}

.item-right-bottom {
  right: 5%;
  bottom: -8%;
}

.item-right-bottom .cuisine-img {
  animation-delay: 4s;
}


.star-shape {
  animation: rotateAnim 6s linear infinite;
  transition: 0.3s;
}

.food-item:hover .star-shape {
  animation-play-state: paused;
}

@keyframes rotateAnim {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.item-left-top .star-shape {
  position: absolute;
  left: 36%;
  top: -9%;
  z-index: -1;
}

.item-left-bottom .star-shape {
  position: absolute;
  left: -17%;
  bottom: -15%;
  z-index: -1;
}

.item-right-top .star-shape {
  position: absolute;
  left: -5%;
  top: 16%;
  z-index: -1;
  width: 180px;
}

.item-right-bottom .star-shape {
  position: absolute;
  right: 5%;
  top: 0%;
  z-index: -1;
  width: 180px;
}

.cuisine-img {
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.20));
}




/* Stay Package sec */

.package-header {
  background: #4F533E;
  background: linear-gradient(90deg, rgba(79, 83, 62, 1) 0%, rgba(40, 51, 37, 1) 100%);
  color: #fff;
  padding: 25px 0 100px 0;
}

.package-sec-title {
  letter-spacing: 0.2em;
  font-size: 1.056em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-align: center;
}

.packages-sec-inner {
  background-color: #f1ede9;
}

.packages-wraper {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding-bottom: 60px;
  position: relative;
  flex-wrap: wrap;
}

.package-card {
  width: 19%;
  height: 318px;
  position: relative;
  padding: 20px;
  color: #333;
  text-align: center;
  margin-top: -5%;
}

.package-card-title {
  font-size: 1.178em;
  /* letter-spacing: 0.2em; */
  margin-bottom: 10px;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin-top: 25px;
  text-transform: uppercase;
}

.green .package-card-title {
  color: var(--primary-green);
}

.brown .package-card-title {
  color: #624b48;
}

.gold .package-card-title {
  color: #9e856a;
}

.package-card p {
  font-size: 1em;
  line-height: 1.6;
  margin: 10px 0 20px 0;
  letter-spacing: 0;
  padding: 0 10px;
}

.green p {
  color: #60715c;
}

.brown p {
  color: #7c6662;
}

.gold p {
  color: #837169;
}

.package-card a {
  font-size: 0.813em;
  letter-spacing: 0.15em;
  text-decoration: none;
  border-bottom: 1px solid #333;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.green a {
  color: var(--primary-green);
}

.brown a {
  color: #624b48;
}

.gold a {
  color: #9e856a;
}


.package-card.green {
  background-image: url('../images/package-card1.png');
  background-position: center;
  background-repeat: no-repeat;
}

.package-card.brown {
  background-image: url('../images/package-card2.png');
  background-position: center;
  background-repeat: no-repeat;
}

.package-card.gold {
  background-image: url('../images/package-card3.png');
  background-position: center;
  background-repeat: no-repeat;
}

.package-wraper-bg-left {
  position: absolute;
  top: 0;
  left: 1.5%;
}

.package-wraper-bg-mid {
  position: absolute;
  top: 0;
  left: 34.5%;
}

.package-wraper-bg-mid2 {
  position: absolute;
  top: 0;
  right: 34.5%;
}

.package-wraper-bg-right {
  position: absolute;
  top: 0;
  right: 1.5%;
}

.package-bg-left {
  position: absolute;
  left: 0;
  bottom: -25%;
}

.package-bg-right {
  position: absolute;
  right: 0;
  bottom: -25%;
}


/* Bottom sec */

.btm-sec-title {
  font-size: 3.812em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: .9;
  color: var(--title-txt);
  text-transform: uppercase;
  width: 54%;
  height: auto;
}

.btm-sec-para {
  width: 43%;
  height: auto;
}

.bottom-sec-inner {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.bottom-sec-inner .left-sec {
  width: 37%;
}

.bottom-sec-inner .right-sec {
  width: 59%;
}

.bottom-sec .title-sec {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.btm-sec-para p {
  color: #918583;
  line-height: 1.4;
}

.btm-sec-para a {
  font-size: 1.113em;
  text-decoration: underline;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 4px;
  color: #897b79;
  margin-top: 15px;
}


.bottom-sec-inner .bottom-sec {
  display: flex;
  gap: 5px;
  margin: 50px 0 0 0;

  i {
    color: #fff;
    width: 31px;
    height: 31px;
    background-color: #556353;
    border-radius: 50%;
    text-align: center;
    align-content: center;
  }
}

.btm-testimonial-btn {
  background-color: #283325;
  color: #fff;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px 0;
  border: 1px solid #555d53;
  width: 34%;
  justify-content: center;
}

.btm-testimonial-btn p {
  text-transform: uppercase;
  color: #c7cac7;
}



/***************** About page ***********************/

.inner-wraper {
  width: 100%;
  height: auto;
  padding-top: 16%;
  position: relative;
}

.innerpage .footer-wraper {
  margin-top: 0;
}

.inner-banner-heading {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}

.inner-banner-mainhead {
  font-size: 6.253em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: .7;
  color: var(--primary-green);
}

.tagline {
  font-size: 1.375em;
  text-transform: uppercase;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1;
  letter-spacing: 2px;
  color: #3a4a35;
}

.banner-horseman {
  width: 180px;
  margin: -2% auto 0 auto;
  position: relative;
  display: flex;
}
.right-txt{text-align: right;}
.dine-head{color: #765b3d !important; text-align: left !important;}
.banner-dining {
  margin: -2% auto 0 auto;
  position: relative;
  display: flex;
}
.banner-dining.yoga-top-img {
    left: 20px;
}
.banner-btm-wraper {
  position: relative;
}

.banner-btm-txt {
  background-color: #ebecea;
  color: var(--text-clr);
  padding: 15px 0;
  text-align: center;
  width: auto;
  margin: auto;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.banner-btm-txt-shape-left {
  position: absolute;
  left: 10.5%;
  top: 50%;
    transform: translateY(-50%);
}

.banner-btm-txt-shape-right {
  position: absolute;
  right: 10.5%;
  top: 50%;
    transform: translateY(-50%);
}
/**/
.actvity-bg{     
  padding: 15px 20px;
    width: fit-content; 
}
.act-left{ left: 0; }
.act-right{ right: 0 }
.activities-heading {
    font-size: 1.01em;
    color: #283325;
    font-family: 'Shine Typewriter';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
   line-height: 22px;
}
.activities-image{
    -webkit-mask-image:url('../images/mask-img.png');
    -webkit-mask-size:contain;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    mask-image:url('../images/mask-img.png');
    mask-size:contain;
    mask-repeat:no-repeat;
    mask-position:center;
}
.activities-wrapper {
    display: flex;
    align-items: center;
        margin-top: 2em;
}
.activities-wrapper:nth-child(2n){
  flex-direction: row-reverse;
}
.activities-left {
    width: 55%;
}
.activities-content {
    width: 37%;   
    padding-left: 4em;
}
.activities-wrapper:nth-child(2n) .activities-content {
    text-align: right;
    padding-right: 4em;
    padding-left: 2em;
}
.activities-content p{
  font-size: 0.875em
}
.outdoor-item {
    width: 33%;
    float: left;
    padding: 0 15px;
        margin-bottom: 4em;
}
.outdoor-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
    margin-left: -15px;
    margin-right: -15px;
}
.out-title {
    font-size: 1em;
    color: #283325;
    font-family: 'Shine Typewriter';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    line-height: 22px;
        margin-bottom: 5px;
}
.out-span{
   font-size: 1em;
    color: rgb(58 74 53 / 68%);
    font-family: 'Shine Typewriter';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    margin-bottom: 10px;
    text-align: center;
    line-height: 22px;
    display: block;
}
.outdoor-btm {
    padding: 0 3em;
    text-align: center;
   margin-top: 20px;
}
.outdoor-btm p {
    font-size: .875em;
}
.outdoor-img, .outdoor-img img {
    border-radius: 40px;
}
.outdoor-top{margin-top: 3em}
.mb0{ margin-bottom: 0 }

.ayur-btm-wraper2 {
    text-align: center;
    border-top: 1px solid rgb(0 0 0 / 13%);
    border-bottom: 1px solid rgb(0 0 0 / 13%);
    padding: 15px 0;
    position: relative;
}
.btm-left {
    transform: rotate(180deg);
    position: absolute;
    left: 0%;
    bottom: 0;
}
.btm-right {
    transform: rotate(180deg);
    position: absolute;
    right: 0%;
    bottom: 0;
}
.ayur-span{
  font-size: .875em;
    color: #d1bb99;
    font-family: 'Shine Typewriter';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: .5px;
    text-align: center;
    line-height: 18px;
}
.ayur-btm-bg{
      width: 16%;
    float: left;
  background-color: #283325;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ayur-wrapper-btm {
    margin-top: 2em;
    justify-content: space-between;
    height: 100%;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/**/

.ayur-bg{
    width: 90%;
}
.ayur-btm-wraper{
  position: relative;
  background-color: #ebecea;
    padding: 15px 0;
    text-align: center;
}
.ayur-left1{
  position: absolute;
  left: 0;
  top: 50%; transform: translateY(-50%);
}
.ayur-left2{
  position: absolute;
  left: 0;
  top: 50%; transform: translateY(-50%);
}
.ayur-right1{
  position: absolute;
  right: 0;
  top: 50%; transform: translateY(-50%);
}
.ayur-right2{
  position: absolute;
  right: 0;
  top: 50%; transform: translateY(-50%);
}
.text-center{text-align: center;}
.ayur-btm{

}
.yoga-item {
    width: 20%;
    float: left;
    border-radius: 15px;
    padding: 25px 20px;
}
.yoga-bg{
   background-image: url(../images/yoga-bg.png);
    background-size: cover;
    border-radius: 15px;
     padding: 0 20px 20px;
}
.yoga-wrapper {
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.yoga-title{
    font-size: 1em;
    color: rgb(58 74 53 / 79%);
    font-family: 'Shine Typewriter';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-align: center;
    line-height: 22px;
}
.yoga-btm-wraper {
    text-align: center;
    margin-top: 2em;
}




/**/
.abt-wel-wraper {
  text-align: center;
}

.abt-page-para {
  margin: 25px 0 20px 0;
}

.capital-sec {
  display: flex;
  flex-wrap: wrap;
}

.capital-sec-card {
  width: 20%;
  height: auto;
}

.capital-card-title {
  color: #978773;
  margin-top: 5px;
}

.abt-page-btm-txt {
  margin: 70px 0 0 0;
}

.abt-page-btm-txt p {
  letter-spacing: 0;
  color: var(--text-clr);
  margin-bottom: 20px;
}

.abt-page-btm-txt p:last-child {
  margin-bottom: 0;
}


.experiences-wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.experiences-left {
  display: flex;
  gap: 20px;
  width: 48%;
}

.large-image {
  flex: 1.2;
}

.large-image img,
.small-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.small-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.experiences-content {
  width: 48%;
}

.exp-con-subtitle {
  letter-spacing: 2px;
  color: var(--text-clr);
  margin-bottom: 5px;
}

.exp-con-title {
  font-size: 1.375em;
  letter-spacing: 3px;
  color: var(--text-clr);
  margin-bottom: 5px;
}

.exp-con-tagline {
  color: var(--text-clr);
}

.exp-con-description {
  letter-spacing: 0;
  margin-bottom: 5px;
}

.exp-con-description strong {
  color: #a9856d;
  font-weight: 600;
}

.experiences-content .divider::after {
  margin-top: -2.5%;
  margin-right: -11%;
}



/***************** Rooms page *******************/

.banner-bed {
  display: flex;
  position: relative;
  justify-content: center;
  margin: -3% auto 0 auto;
  padding-left: 5%;
}

.section-heading {
  font-size: 1.375em;
  color: var(--text-clr);
  text-align: center;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.title-btm-shape {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rooms-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}

.rooms-sec-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.rooms-img {
  width: 69%;
  height: auto;
  position: relative;
}

.rooms-content {
  width: 30%;
  height: 485px;
  /* background-color: #f6f1e5; */
  padding: 30px;
  border-radius: 10px;
  position: relative;
  background-image: url(../images/rooms-con-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  align-content: center;
}

.rooms-slide .owl-nav {
  display: flex;
  position: absolute;
  left: 2%;
  bottom: 2%;
}

.rooms-title {
  font-size: 2.041em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--primary-green);
}

.rooms-content p {
  color: #777f71;
  letter-spacing: 0;
  margin: 20px 0;
}

.room-booking-btn {
  background-color: #283325;
  color: #c6c5be;
  padding: 5px 20px;
  border-radius: 10px;
  cursor: pointer;
}

.facility-con {
  width: 79%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.fac-con-left,
.fac-con-right {
  width: 48%;
  height: auto;
}

.fac-item {
  border: 1px solid #d4d6d3;
  padding: 10px 35px;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #606b5d;
  line-height: 1.5;
  position: relative;
}

.fac-item:last-child {
  margin-bottom: 0;
}

.fac-con-right .fac-item:first-child {
  padding: 14px 35px;
}

.fac-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

/***************** Contact page *******************/

.contact .banner-horseman {
  margin: -2% auto 0 auto;
}

.contact-details-box {
  background-image: url('../images/contact-deatails-location-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  border-radius: 10px;
  overflow: hidden;
  padding: 54px 50px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.phn-box {
  background-image: url('../images/contact-deatails-phn-bg.png');
  margin: 10px 0;
}

.mail-box {
  background-image: url('../images/contact-deatails-mail-bg.png');
  position: relative;
}

.map-link {
  position: absolute;
  top: 8%;
  right: 2%;
  background-color: #283325;
  color: #999c98;
  padding: 25px;
  text-align: center;
  border-radius: 20px;
}

.contact-bird-fly {
  position: absolute;
  top: 5%;
  left: -7%;
  z-index: 1;
}

.form-wrpaer {
  padding-top: 60px;
}

.form-para {
  text-align: center;
  padding-bottom: 20px;
}


/***************** Deals page *******************/

.deals .banner-bed {
  margin: -1.5% auto 0 auto;
  padding-left: 0;
}

.package-sec {
  margin-top: 30px;
}

.packagepage-item {
  position: relative;
  margin-bottom: 30px;
}

.packagepage-item:last-child {
  margin-bottom: 0;
}

.packagepage-card {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}

.package-type {
  font-size: 0.75em;
  letter-spacing: 2px;
  margin-bottom: 5px;
  opacity: 0.9;
  color: #fff;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
}

.package-title {
  font-size: 1.375em;
  line-height: 1.2;
  margin-bottom: 5px;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
}

.package-duration {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  gap: 35px;
  border-bottom: 1px solid #fff;
  opacity: 0.9;
}

.duration-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.675em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.pack-item-divider {
  background-color: #fff;
  height: 100px;
  width: 1px;
  opacity: 0.9;
}

.btn-view {
  display: inline-block;
  padding: 11px 22px 8px 22px;
  background-color: #ffffff;
  color: #333;
  text-decoration: none;
  border-radius: 16px;
  font-size: 1em;
  transition: all 0.3s ease;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.btn-view:hover {
  background-color: #d8b993;
  color: #fff;
}


/***************** Facilities page *******************/

.facilities .banner-bed {
  margin: -2.5% auto 0 auto;
  padding-left: 0;
}

.acco-sec {
  width: 76%;
  height: auto;
  margin: auto;
  position: relative;
  margin-top: 40px;
}

.acco-rooms {
  position: absolute;
  top: 19%;
  left: 50%;
  /* background-color: #fff; */
  transform: translateX(-50%);
  padding: 50px 35px;
  text-align: center;
  background-image: url(../images/acco-rooms-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.luxury-rooms {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.acco-con {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
  justify-content: space-between;
  margin-top: 30px;
}

.acco-item p {
  margin-top: 10px;
  line-height: 1.4;
}

.acco-title-line {
  height: 1px;
  background-color: #d6d6d6;
  width: 44%;
  margin: 20px auto 0 auto;
  position: relative;
}

.title-line-shape {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #fcfcfc;
}

/* Dining */

.dining-exp {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.culinary {
  width: 49.5%;
  height: auto;
}

/* Wellness & Spa */

.yoga-wraper .acco-title-line {
  width: 25%;
}

.spa-sec-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.treatment-card {
  width: 26%;
  height: auto;
  text-align: center;
  position: relative;
}

.treatment-card-title {
  position: absolute;
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.178em;
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: var(--text-clr);
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
}

.fac-pool {
  position: relative;
}

.fac-pool-title {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: clamp(1.8rem, 5vw, 4.5rem);
  padding: 1rem 2rem;
  border-radius: 20px;
  overflow: hidden;

  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.15),
    0 20px 40px rgba(0, 0, 0, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.fac-pool-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/noise.jpg");
  background-repeat: repeat;
  opacity: 0.20;
  pointer-events: none;
  z-index: 1;
}

.fac-pool-title>* {
  position: relative;
  z-index: 2;
}

/* activity sec */

.section-heading-line {
  height: 1px;
  background-color: #d6d6d6;
  width: 29%;
  margin: 20px auto 0 auto;
  position: relative;
}

.activity-container {
  padding: 0 11%;
}

.activity-sec-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.activity-item {
  background-color: #f6f6f5;
  padding: 20px;
  border-radius: 20px;
}

.indoor-games {
  width: 47%;
  height: auto;
}

.outdoor-games {
  width: 32%;
  height: auto;
}

.cultural-pro {
  width: 18%
}

.activity-item-title {
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: var(--text-clr);
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.activity-item-inner {
  display: flex;
  justify-content: space-between;
}

/* Fitness sec */

.fitness-sec-inner {
  display: flex;
  justify-content: center;
  gap: 10%;
  text-align: center;
  margin-top: 50px;
}

.fitness-sec-inner p {
  margin-top: 10px;
  line-height: 1.4;
}

/* Event sec */

.event-sec-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.event-items p {
  margin-top: 10px;
}

/* Family facilities sec */

.fam-facilities-sec {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.guest-sec-inner {
  width: 84%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #283325;
  justify-content: space-between;
  padding: 30px;
  margin: 50px auto 0 auto;
  position: relative;
}

.guest-sec-item {
  width: 25%;
  border-right: 1px solid #60604b;
  text-align: center;
  padding: 0 20px;
}

.guest-sec-item:last-child {
  border-right: none
}

.guest-sec-item p {
  color: #d1bb99;
  letter-spacing: 0;
}

.guest-sec-shape-left {
  position: absolute;
  top: 50%;
  left: -6%;
  transform: translateY(-50%);
}

.guest-sec-shape-right {
  position: absolute;
  top: 34%;
  right: -6%;
  transform: translateY(-50%);
  transform: scaleX(-1);
}

/* Outdoor Experience sec */

.exp-sec-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 50px;
}

.exp-items {
  position: relative;
}

.exp-items p {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}





/* Section Layout */
.amenities-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.amenity-card-left {
  background-image: url(../images/amenity-card-right.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 260px;
}

.amenity-card-right {
  background-image: url(../images/amenity-card-right.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 260px;
}

.amenity-card {
  position: relative;
  width: 50%;
  padding: 60px 40px 30px 40px;
  overflow: hidden;
}

.amenity-card h3 {
  text-align: left;
}

.amenity-card ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.amenity-card li {
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: var(--text-clr);
  margin-bottom: 12px;
  font-size: 1em;
}

/* Footer Items */
.amenities-footer {
  padding: 40px 15px 0 15px;
}

.amenities-footer ul {
  list-style: disc;
  padding-left: 13px;
  margin: 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.amenities-footer li {
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: var(--text-clr);
  font-size: 1.1em;
}


/* Package Love Escape */

.package-love_escape .section-heading-line {
  width: 16%;
}

.package-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.sec-divider {
  height: 1px;
  background-color: #d5d4d2;
  margin: 25px auto 0 auto;
  width: 73%;
  position: relative;
}

.sec-divider-left {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.sec-divider-right {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.package-nyt {
  display: flex;
  gap: 10px;
  color: var(--text-clr);
}

.package-days {
  display: flex;
  gap: 10px;
  padding-right: 20px;
  border-right: 1px solid #b2b1ae;
  color: var(--text-clr);
}

.package-features {
  margin-top: 50px;
  position: relative;
}

.package-features-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 50px;
  row-gap: 20px;
  margin-top: 20px;
}

.package-feature-box {
  background: #edeeed;
  padding: 20px;
  position: relative;
  width: 48%;
}

.package-feature-box h4 {
  font-family: 'Shine Typewriter';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: var(--text-clr);
  margin-bottom: 10px;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.package-feature-box ul {
  padding-left: 18px;
  margin: 0;
}

.package-feature-box li {
  margin-bottom: 10px;
  color: #555;
  font-size: 1em;
  line-height: 1.5;
}

.package-box-shape-left {
  position: absolute;
  top: 50%;
  left: -3%;
  transform: translateY(-50%);
}

.package-box-shape-right {
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translateY(-50%);
}

.sub-box p {
  line-height: 1.5;
}

.package-bird-img {
  position: absolute;
  left: -13%;
  top: 1%;
  z-index: 1;
}

.package-horse-img {
  position: absolute;
  right: 0;
  top: 9%;
  z-index: 1;
}

.btm-cta-wraper {
  padding-top: 15px;
}

.package-btm-cta {
  margin: 50px auto 0 auto;
  /* background: #283325; */
  background-image: url(../images/package-btm-cta-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: cover; */
  padding: 30px;
  position: relative;
  width: 79%;
}

.package-btm-cta p {
  color: #a8aba8;
  line-height: 1.4;
  letter-spacing: 0;
}

.txt-strong {
  font-size: 1.688em;
}

.package-btn-book {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 25px;
  color: #42533e;
  text-decoration: none;
  font-size: 1em;
  letter-spacing: 1px;
  transition: 0.3s ease;
  border-radius: 10px;
  background-color: #d5d7d5;
}

.package-btn-book:hover {
  background-color: #d8b993;
  color: #fff;
}

.package-btm-left-shape {
  position: absolute;
  left: -7%;
  top: 50%;
  transform: translateY(-50%);
}

.package-btm-right-shape {
  position: absolute;
  right: -7%;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  ;
}

.cta-horse-image {
  position: absolute;
  right: -2%;
  top: 50%;
  transform: translateY(-50%);
}

/* Package Colonial Escape */

.package-highlight {
  letter-spacing: 0;
  background: #ebecea;
  margin: 50px auto 0 auto;
  width: 75%;
  padding: 10px;
  text-align: center;
}

.package-colonial_escape .package-bird-img {
  left: -12%;
  top: 14%;
}

/* Package Family Delight */

.person-limit {
  border-right: 1px solid #ccc;
  padding-right: 20px;
  line-height: 1.3;
}

.package-family_delight .package-bird-img {
  left: -12%;
  top: 13%;
}

.package-family_delight .package-btm-cta {
  text-align: center;
}


.inner-package-sec {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}

.inner-package-item p {
  text-transform: uppercase;
}



/***************** FAQ ******************/

.faq .banner-horseman {
  width: auto;
}

.faq .inner-banner-heading {
  align-items: center;
}

.faq .tagline {
  font-size: 1.491em;
  letter-spacing: 4px;
}

.faq .banner-btm-txt {
  width: 78%;
}

.faq .banner-btm-txt-shape-left {
  left: 6%;
}

.faq .banner-btm-txt-shape-right {
  right: 6%;
}


.faq-inner {
  width: 78%;
  margin: auto;
}

.accordion-main {
  background: transparent;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cbcbc1;
  width: 100%;
  float: left;
}

.accordion_head {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 9px 14px 10px;
  line-height: 20px;
  border-radius: 5px;
  cursor: pointer;
  will-change: transform;
  transition: .3s;
  position: relative;
}

.plusminus {
  min-width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  align-content: center;
  text-align: center;
  color: #000;
  font-size: 1.5em;
  background-color: #ecedeb;
}


.plusminus::before,
.plusminus::after {
  content: '';
  position: absolute;
  background: var(--primary-green);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plusminus::before {
  width: 12px;
  height: 2px;
}

.plusminus::after {
  width: 2px;
  height: 12px;
  transition: 0.3s ease;
}

.accordion_head.active .plusminus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.plusminus .plus {
  opacity: 1;
  visibility: visible;
}

.plusminus .minus {
  opacity: 0;
  visibility: hidden;
}

.hr-clc {
  height: 2px;
  background: #fff;
  margin-top: 1px;
  width: 12px;
  padding: 0;
  border: 0;
  margin-left: 10px;
}

.accordion-title {
  width: 100%;
  height: auto;
  font-size: 1.125em;
  color: #000;
  text-transform: uppercase;
  color: var(--text-clr);
}

.accordion_body {
  width: 85%;
  margin-left: 6%;
  display: none;
}
/*
.accordion_body-inner {
  display: flex;
  align-items: stretch;
}*/

.accordion_body p {
  flex: 1;
  font-size: 1em;
  color: var(--text-clr);
  line-height: 1.5;
  letter-spacing: 0;
      margin-bottom: 10px;
}
.accordion_body-inner li {
    font-family: 'Shine Typewriter';
    font-weight: normal;
    font-size: 1em;
    color: var(--text-clr);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    position: relative;
        padding-left: 20px;
}
.accordion_body-inner li:before{
  position: absolute;
  content: "*";
  left: 0;
  top: 2px;
  font-size: 14px;
  color: #000;
}


/* .faq-inner .accordion-main:last-child {
  border: none;
} */

.accordion_head-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(236, 237, 235, 0.6);
  position: absolute;
  top: 0;
  left: -12px;
  z-index: -1;
}

.faq-horsewomen {
  position: absolute;
  bottom: 0;
  left: 0;
}

.faq-car {
  position: absolute;
  bottom: 10%;
  right: 0;
}


/****************** Gallery Page *********************/

.gallerypage-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.gallerypage-tabcontent {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.gallery-tablinks {
  cursor: pointer;
  transition: all 0.3s;
  padding: 10px 40px;
  background-color: transparent;
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
  font-size: 1.125em;
  font-family: 'Futura Std';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 3px;
  text-align: center;
}

.gallery-tablinks.tabnav-active {
  background-color: var(--primary-green);
  color: #fff;
}

.gallerypage-item {
  /* width: 33%; */
  /* padding: 10px 5px 0 0; */
  float: left;
  height: auto;
  position: relative;
  cursor: pointer;
}

.box-group {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.box-group img {
  max-width: 100%;
  max-height: 100%;
  transform: scale3d(1, 1, 1);
  transition: all 0.3s ease 0s;
  display: block;
  width: 100%;
  object-fit: cover;
  height: auto;
}

.box-group:hover img {
  transform: scale3d(1.15, 1.15, 1);
}

.box-group .box-content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 35%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.box-group:hover .box-content {
  opacity: 1;
}

.box-group .box-content:before,
.box-group .box-content:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  z-index: -1;
  transform: scale(1.5);
  transition: all 0.6s ease 0.2s;
}

.box-group .box-content:before {
  border-top: none;
  border-bottom: none;
  left: 30px;
  right: 30px;
}

.box-group .box-content:after {
  border-left: none;
  border-right: none;
  top: 30px;
  bottom: 30px;
}

.box-group:hover .box-content:before,
.box-group:hover .box-content:after {
  opacity: 1;
  transform: scale(1);
}

.box-group .content-inner {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}

.box-group:hover .content-inner {
  opacity: 1;
  transform: scale(1);
}

.group-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.fancybox-button,
.fancybox-navigation .fancybox-button {
  display: block !important;
  opacity: 1 !important;
}


/*video*/
.rs-video {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.rs-video .animate-border a {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.animate-border a i {
  color: var(--primary-green);
}

.rs-video .animate-border .video-vemo-icon {
  background: rgba(255, 255, 255, 0.4);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rs-video .animate-border .video-vemo-icon:before {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.rs-video .animate-border .video-vemo-icon:after {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

.rs-video .animate-border .video-vemo-icon {
  background: rgba(255, 255, 255, 0.4);
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.75em;
}



/*page scroll Animation */

.reveal {
  opacity: 0;
  transition: all 0.8s ease-out 0.3s;
  visibility: hidden;
}

.reveal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) scale(1) rotateX(0);
}

.reveal.slide-up {
  opacity: 0;
  transform: translateY(70px);
  transition: all 0.9s ease-out 0.4s;
  transition-delay: 0.2s;
}

.reveal.slide-up.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal.slide-right {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s ease-out 0.3s;
}

.reveal.slide-right.active {
  opacity: 1;
  transform: translateX(0);
}

.slide-left {
  transform: translateX(-50px);
}

.fade-in {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.fade-in.show {
  opacity: 1;
}

.reveal.zoom-in {
  opacity: 0;
  transform: scale(0.85) translateY(20px);
  transition: all 0.7s ease;
}

.reveal.zoom-in.active {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.reveal.grow-center {
  transform: scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}

.reveal.grow-center.active {
  transform: scaleX(1);
  opacity: 1;
}




@media (min-width: 1023px) and (max-width: 1279px) {

  body,
  li {
    font-size: 12px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .container {
    padding-left: 4%;
    padding-right: 4%;
  }

  .whats-app {
    width: 40px;
    height: 40px;
    /* font-size: 1.25em; */
  }

  #plus {
    width: 40px;
    height: 170px;
    font-size: 1.25em;
  }

  .wraper {
    padding-top: 30px;
  }

  /* .main-wraper {
    padding-top: 30px;
  } */

  .navigation {
    padding: 0 8%;
  }

  /* .logo {
    width: 70%;
  } */

  .nav-menu>li>a {
    margin: 0 7px;     font-size: 0.8em;
  }

  .nav-brand img {
    width: 70%;
  }

  .sexy-menu.detached .nav-menu>li>a {
    margin: 0 7px;
  }
  .sexy-menu.detached .nav-brand img {
    width: 40%;
  }
  .footer-social-links ul li a {
    font-size: 1.5em;
  }

  .icon-f {
    align-items: center;
  }

  .side-form-title {
    padding-left: 10px;
  }

  #popUp {
    width: 350px;
  }


  /* NavBar */

  .navigation {
    margin-top: -2.5% !important;
  }

  .top-nav {
    padding: 10px 8%;
  }

  .sexy-menu.detached .nav-menu>li>a {
    margin: 0 7px;
  }

  /* Banner */

  .banner-lft-shape {
    width: 190px;
  }

  .banner-right-shape {
    width: 190px;
  }

  .banner-bird {
    top: 19%;
    right: 22%;
    width: 160px;
  }

  .banner-wraper {
    height: 63vh;
  }

  .clock {
    bottom: 23%;
    right: 31.5%;
    width: 42px;
  }

  .clock-house {
    left: 27.5%;
    bottom: 34%;
    width: 48px;
  }

  .txt-left-shape {
    left: 35%;
    top: 57.5%;
    width: 50px;
  }

  .txt-right-shape {
    right: 35%;
    top: 57.5%;
    width: 50px;
  }

  .txt-mid-shape {
    left: 48.9%;
    top: 47%;
  }

  .banner-caption-head {
    font-size: 3.2em;
  }

  .banner-caption-mainhead {
    font-size: 9em;
  }

  .banner-btm-box {
    width: 82%;
  }

  .banner-btm-box-shape-left {
    left: 6.5%;
    width: 55px;
  }

  .banner-btm-box-shape-right {
    right: 6.5%;
    width: 55px;
  }

  /* About sec */

  .about-sec-inner {
    flex-direction: column;
    align-items: center;
  }

  .about-sec-left {
    width: 85%;
    align-items: center;
  }

  .about-sec-right {
    width: 85%;
    display: flex;
  }

  /* sec3 */

  .sec3-left {
    padding-left: 2%;
    margin-top: 12%;
  }

  .sec3-left img {
    width: 400px;
  }

  .sec3-mid1 {
    padding-top: 16%;
    margin-left: -5%;
  }

  .sec-mid-txt {
    font-size: 2.3em;
  }

  .sec3-mid2 {
    margin-left: -20%;
    margin-top: 21.3%;
  }

  .sec3-mid2 img {
    width: 400px;
  }

  .sec3-right {
    padding-right: 5%;
    padding-top: 21%;
  }

  .sec3-right p {
    line-height: 1.3;
    margin-bottom: 5px;
    letter-spacing: 0;
  }

  /* pool sec */

  .pool-img {
    width: 65%;
  }

  .pool-con {
    width: auto;
  }

  .pool-con p {
    background-position: unset;
    height: auto;
  }

  .pool-con-title {
    margin-bottom: 10px;
  }

  .ayurveda-sec {
    margin-top: 30px;
  }

  .ayurveda-heading {
    font-size: 13em;
  }

  .ayurveda-sub-head {
    padding-right: 59px;
  }

  .parallax-item:nth-child(1) {
    top: 3.5%;
    left: 16%;
  }

  .parallax-item:nth-child(1) img {
    width: 90px;
  }

  .parallax-item:nth-child(2) {
    top: 21%;
    left: 23%;
  }

  .parallax-item:nth-child(2) img {
    width: 75px;
  }

  .parallax-item:nth-child(3) {
    top: 4%;
    left: 33.5%;
  }

  .parallax-item:nth-child(3) img {
    width: 100px;
  }

  .parallax-item:nth-child(4) {
    top: 15%;
    right: 36%;
  }

  .parallax-item:nth-child(4) img {
    width: 110px;
  }

  .parallax-item:nth-child(5) {
    top: 24%;
    right: 24.5%;
  }

  .parallax-item:nth-child(5) img {
    width: 110px;
  }

  .parallax-item:nth-child(6) {
    top: 7.5%;
    right: 6%;
  }

  .parallax-item:nth-child(6) img {
    width: 150px;
  }

  .ayurveda-inner-sec p {
    text-align: center;
    font-size: 1.2em;
  }

  .ayurveda-inner-sec p br {
    display: none;
  }

  .theatre-sec .pool-con p {
    height: auto;
  }

  .cooking-sec-inner {
    padding: 30px 20px;
    width: 90%;
  }

  .cooking-sec-inner-mid {
    width: 50%;
  }

  .cooking-sec-inner-mid img {
    width: 100%;
  }

  .cooking-sec-main-head {
    font-size: 5.5em;
  }

  .cooking-sec-inner-con {
    margin-top: -3.5%;
  }

  .cooking-sec-inner-right {
    width: 28%;
    margin-left: -6%;
  }

  .history-card p br {
    display: none;
  }

  .section-title {
    margin-bottom: 15px;
  }

  .munnar-history {
    padding-bottom: 0;
  }

  .archi-brid {
    bottom: -66%;
    width: 250px;
  }

  .archi-right {
    margin-top: 18%;
    margin-left: 12%;
  }

  .archi-right img {
    width: 100%;
  }

  .archi-left {
    width: 28%;
    height: 200px;
    margin-top: 21%;
    margin-right: -3.5%;
  }

  .archi-left img {
    top: -14%;
  }

  .archi-mid p {
    right: -38%;
    top: 7%;
  }

  .archi-title {
    margin-top: -10%;
  }

  .architecture-bg {
    bottom: -9%;
    width: 100%;
  }

  .divider {
    width: 82%;
  }

  .divider::after {
    margin-top: -4%;
    margin-right: -22%;
  }

  .room-item {
    padding: 10px;
    margin-bottom: 10px;
  }

  .room-item-title {
    letter-spacing: 2px;
    margin-bottom: 5px;
  }

  .room-buttons {
    bottom: 10px;
    left: 15px;
  }

  .cuisine-img {
    width: 220px;
  }

  .item-right-top .cuisine-img {
    width: 180px;
  }

  .item-left-top .star-shape {
    width: 160px;
  }

  .item-left-bottom {
    left: 3%;
    bottom: -9%;
  }

  .item-left-bottom .star-shape {
    left: -9%;
    bottom: -11%;
    width: 180px;
  }

  .item-right-bottom {
    right: 2%;
  }

  .item-right-bottom .star-shape {
    right: 0%;
    top: -5%;
  }

  .dining-center img {
    width: 350px;
  }

  .dining-main-title {
    font-size: 7em;
  }


  .package-card {
    width: 23%;
  }

  .package-card p {
    font-size: 1.2em;
  }

  .packages-wraper {
    gap: 30px;
  }

  .package-bg-right {
    bottom: -18%;
    width: 40%;
  }

  .package-bg-left {
    bottom: -18%;
    width: 40%;
  }

  .btm-sec-title {
    font-size: 3em;
  }

  .btm-sec-para p br {
    display: none;
  }

  .btm-testimonial-btn {
    gap: 15px;
    padding: 8px 0;
  }

  .bottom-sec-inner .bottom-sec {
    & i {
      width: 26px;
      height: 26px;
    }
  }

  .bottom-sec .title-sec {
    justify-content: flex-start;
  }


  /* Footer */

  .footer-wraper {
    /* height: 635px; */
    margin-top: -6%;
  }

  .footer-container {
    width: 85%;
  }

  .footer-menu ul li {
    margin: 0px 7px;
  }

  .footer-logo img {
    width: 80px;
  }

  .footer-inner {
    justify-content: unset;
    gap: 40px;
  }

  .footer-bottom-container {
    margin: 10px 0 0 0;
  }

  .footer-details {
    align-items: center;
  }

  .footer-con {
    width: 85%
  }



  /**************** About Page ****************/

  .inner-wraper {
    padding-top: 23%;
  }

  .banner-btm-txt {
    width: 85%;
  }

  .banner-btm-txt-shape-left {
    left: 4%;
  }

  .banner-btm-txt-shape-right {
    right: 4%;
  }

  .abt-page-para {
    margin: 15px 0 10px 0;
  }

  .abt-page-btm-txt {
    margin: 40px 0 0 0;
  }

  .abt-page-btm-txt p {
    margin-bottom: 10px;
  }

  .experiences-left {
    gap: 10px;
  }

  .small-images {
    gap: 10px;
  }

  .experiences-content .divider {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .experiences-content .divider::after {
    margin-top: -3.5%;
    margin-right: -17%;
  }

  .experiences-wrapper {
    gap: 0;
  }


  /* Rooms Page */

  .rooms-content {
    height: 340px;
  }

  .fac-con-right .fac-item:first-child {
    padding: 17px 35px;
  }


  /* Contact Page */

  .contact-bird-fly {
    top: 12%;
    left: -3%;
    width: 170px;
  }

  .contact-details-box {
    padding: 50px 40px;
    gap: 10px;
  }

  .map-link {
    top: 13%;
    right: 2%;
  }


  /* Facilities Page */

  .acco-rooms {
    top: 12%;
  }

  .acco-sec {
    width: 90%;
  }

  .activity-container {
    padding: 0 4%;
  }

  .guest-sec-shape-left {
    left: -8%;
  }

  .guest-sec-shape-right {
    right: -8%;
  }

  .amenity-card {
    width: 49%;
    height: 192px;
    padding: 40px 40px 30px 40px;
  }

  .guest-sec-shape-left {
    left: -6.5%;
  }

  /* Deals inner page */

  .package-features-inner {
    column-gap: 37px;
    margin-top: 5px;
  }

  .package-family_delight .package-bird-img,
  .package-colonial_escape .package-bird-img,
  .package-bird-img {
    display: none;
  }

  .package-horse-img {
    display: none;
  }

  /* FAQ page */

  .faq .banner-btm-txt-shape-left {
    left: 4%;
  }

  .faq .banner-btm-txt-shape-right {
    right: 4%;
  }

  .faq-horsewomen,
  .faq-car {
    display: none;
  }

  .ayur-btm-bg{ padding: 5px 10px; }
  .ayur-span{ line-height: 15px; }

  .footer-logo img.img-full {
    width: 60%;
  }
  .icon-f {
    margin-bottom: 1em;
  }
  .footer-menu ul li {
      margin: 15px 1px;
  }
  .footer-menu ul li a {
    font-size: 0.7em;
  }
}


@media (min-width: 1280px) and (max-width: 1359px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  #plus {
    width: 50px;
    font-size: 1.1em;
  }

  .navigation {
    padding: 0 8%;
    margin-top: -2.5% !important;
  }

  .nav-menu>li>a {
    margin: 0 6px;
  }
  .nav-brand img {
    width: 70%;
  }

  .sexy-menu.detached .nav-brand img {
    width: 40%;
  }
  .top-nav {
    padding: 10px 12%;
  }

  .banner-contact {
    gap: 10px;
  }


  /* Banner */

  .banner-lft-shape {
    width: 250px;
  }

  .banner-right-shape {
    width: 250px;
  }

  .banner-bird {
    top: 19%;
    right: 22%;
    width: 180px;
  }

  .banner-wraper {
    height: 70vh;
  }

  .clock {
    bottom: 23%;
    right: 32.7%;
    width: 48px;
  }

  .clock-house {
    left: 28.6%;
    bottom: 34%;
  }

  .txt-left-shape {
    left: 36%;
    top: 57.5%;
    width: 60px;
  }

  .txt-right-shape {
    right: 36%;
    top: 57.5%;
    width: 60px;
  }

  .txt-mid-shape {
    left: 49.1%;
    top: 47%;
  }

  .banner-caption-head {
    font-size: 3.2em;
  }

  .banner-caption-mainhead {
    font-size: 9em;
  }

  .banner-btm-box {
    width: 82%;
  }

  .banner-btm-box-shape-left {
    left: 8.5%;
    width: 55px;
  }

  .banner-btm-box-shape-right {
    right: 8.5%;
    width: 55px;
  }

  /* About sec */

  .about-sec-inner {
    justify-content: space-between;
  }

  .about-sec-left {
    width: 60%;
  }

  .about-sec-right {
    width: 38%;
  }

  .about-sec-right-con p {
    padding-top: 0;
  }

  .about-sec-right-con {
    margin-top: 10px;
  }


  /* sec3 */

  .sec3-left {
    padding-left: 2%;
    margin-top: 2%;
  }

  .sec3-left img {
    width: 550px;
  }

  .sec3-mid1 {
    padding-top: 8%;
    margin-left: -5%;
  }

  .sec-mid-txt {
    font-size: 2.3em;
  }

  .sec3-mid2 {
    margin-left: -19%;
    margin-top: 10.5%;
  }

  .sec3-mid2 img {
    width: 500px;
  }

  .sec3-right {
    padding-right: 5%;
    padding-top: 14%;
  }

  .sec3-right p {
    line-height: 1.3;
    margin-bottom: 5px;
    letter-spacing: 0;
  }

  /* Pool sec */

  .pool-con p {
    background-position: unset;
    height: auto;
    width: auto;
  }


  /* ayurveda sec */

  .ayurveda-heading {
    font-size: 14em;
  }

  .ayurveda-sub-head {
    padding-right: 60px;
  }

  .parallax-item:nth-child(1) {
    left: 16%;
  }

  .parallax-item:nth-child(2) {
    top: 24%;
    left: 22%;
  }

  .parallax-item:nth-child(3) {
    left: 33%;
  }

  .parallax-item:nth-child(4) {
    top: 16%;
    right: 35%;
  }

  .parallax-item:nth-child(5) {
    top: 28.5%;
    right: 23.5%;
  }

  .parallax-item:nth-child(6) {
    right: 3.4%;
  }

  .ayurveda-inner-sec {
    gap: 17px;
  }

  .theatre-sec .pool-con p {
    height: auto;
  }

  .cooking-sec-inner {
    background-position: unset;
    width: 91%;
  }

  .cooking-sec-inner-right {
    margin-left: 6%;
  }

  .history-card p br {
    display: none;
  }

  .munnar-history {
    padding-bottom: 0;
  }

  .archi-brid {
    bottom: -68%;
    width: 280px;
  }

  .archi-right {
    margin-top: 13%;
    margin-left: 5%;
  }

  .archi-left {
    height: auto;
    margin-top: 14%;
  }

  .archi-left img {
    top: -11%;
  }

  .item-left-bottom {
    left: 6%;
    bottom: -5%;
  }

  .item-right-bottom {
    right: 2%;
    bottom: -10%;
  }

  .item-left-top {
    left: 0%;
    top: 2%;
  }

  .package-card {
    width: 20%;
  }

  .packages-wraper {
    gap: 50px;
  }

  .btm-testimonial-btn {
    padding: 10px 0;
  }

  /* Footer */

  .footer-container {
    width: 85%;
  }

  .footer-menu ul li {
    margin: 5px 10px;
  }

  .footer-bottom-container {
    margin: 5px 0 0 0;
  }

  .btm-sec-title {
    font-size: 3.5em;
  }

  .footer-details {
    align-items: center;
  }

  /**************** About Page ****************/

  .inner-wraper {
    padding-top: 21%;
  }

  .banner-btm-txt {
    width: 85%;
  }

  .banner-btm-txt-shape-left {
    left: 6%;
  }

  .banner-btm-txt-shape-right {
    right: 6%;
  }

  .abt-page-para {
    margin: 15px 0 10px 0;
  }

  .abt-page-btm-txt {
    margin: 40px 0 0 0;
  }

  .abt-page-btm-txt p {
    margin-bottom: 10px;
  }


  /**************** Rooms Page ****************/

  .rooms-content {
    height: 420px;
  }


  .fac-con-right .fac-item:first-child {
    padding: 15px 35px;
  }


  /**************** Contact Page ****************/

  .contact-bird-fly {
    top: 9%;
    left: -4%;
    width: 190px;
  }


  /**************** Contact Page ****************/

  .guest-sec-shape-left {
    left: -6.5%;
  }

  .guest-sec-shape-right {
    right: -6.5%;
  }

  .amenity-card {
    width: 49%;
    height: 235px;
    padding: 50px 40px 30px 40px;
  }

  /**************** facilities Page ****************/

  .activity-container {
    padding: 0 4%;
  }

  /**************** Deals inner Page ****************/

  .package-features-inner {
    column-gap: 44px;
    margin-top: 10px;
  }

  .package-family_delight .package-bird-img,
  .package-colonial_escape .package-bird-img,
  .package-bird-img {
    display: none;
  }

  .package-horse-img {
    display: none;
  }


  /**************** FAQ Page ****************/

  .faq .banner-btm-txt-shape-left {
    left: 5%;
  }

  .faq .banner-btm-txt-shape-right {
    right: 5%;
  }

  .faq-horsewomen,
  .faq-car {
    display: none;
  }

  .ayur-btm-bg{ padding: 7px 10px; }
  .ayur-span{ line-height: 18px; }
  .footer-container{ width: 80%; }

  .footer-logo img.img-full {
    width: 84%;
  }
  .icon-f {
    margin-bottom: 1em;
  }
  .footer-menu ul li {
      margin: 15px 2px;
  }

}





@media (min-width: 1360px) and (max-width: 1399px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    font-size: 1.1em;
  }

  /* Navbar */

  .navigation {
    padding: 0 10%;
    margin-top: -2.5% !important;
  }

  .nav-menu>li>a {
    margin: 0 8px;
  }

  .top-nav {
    padding: 10px 12%;
  }

  .nav-brand img {
    width: 70%;
  }

  .sexy-menu.detached .nav-brand img {
    width: 40%;
  }

  /* Banner */

  .banner-lft-shape {
    width: 250px;
  }

  .banner-right-shape {
    width: 250px;
  }

  .banner-bird {
    top: 17%;
    right: 21%;
  }

  .banner-wraper {
    /* height: 70vh; */
    height: 94vh;
  }

  .clock {
    bottom: 23%;
    right: 33.7%;
    width: 50px;
  }

  .clock-house {
    left: 30%;
    bottom: 34%;
  }

  .txt-left-shape {
    left: 37%;
    top: 57.5%;
    width: 60px;
  }

  .txt-right-shape {
    right: 37%;
    top: 57.5%;
    width: 60px;
  }

  .txt-mid-shape {
    left: 49.1%;
    top: 47%;
  }

  .banner-caption-head {
    font-size: 3.2em;
  }

  .banner-caption-mainhead {
    font-size: 9em;
  }

  .banner-btm-box {
    width: 82%;
  }

  .banner-btm-box-shape-left {
    left: 10%;
    width: 55px;
  }

  .banner-btm-box-shape-right {
    right: 10%;
    width: 55px;
  }

  /* About sec */

  .about-sec-inner {
    justify-content: space-between;
  }

  .about-sec-left {
    width: 60%;
  }

  .about-sec-right {
    width: 35%;
  }

  .about-sec-right-con p {
    padding-top: 0;
  }


  /* sec3 */

  .sec3-left {
    padding-left: 2%;
    margin-top: 2%;
  }

  .sec3-left img {
    width: 550px;
  }

  .sec3-mid1 {
    padding-top: 8%;
    margin-left: -5%;
  }

  .sec-mid-txt {
    font-size: 2.3em;
  }

  .sec3-mid2 {
    margin-left: -17%;
    margin-top: 9.5%;
  }

  .sec3-mid2 img {
    width: 520px;
  }

  .sec3-right {
    padding-right: 5%;
    padding-top: 14%;
  }

  .sec3-right p {
    line-height: 1.3;
    margin-bottom: 5px;
    letter-spacing: 0;
  }

  /* Pool sec */

  .pool-con p {
    background-position: unset;
    height: auto;
    width: auto;
  }

  .archi-mid p {
    right: -12%;
    top: 5%;
  }


  /* ayurveda sec */

  .ayurveda-heading {
    font-size: 14em;
  }

  .ayurveda-sub-head {
    padding-right: 60px;
  }

  .parallax-item:nth-child(1) {
    left: 18%;
  }

  .parallax-item:nth-child(2) {
    top: 24.5%;
    left: 24%;
  }

  .parallax-item:nth-child(3) {
    left: 34%;
  }

  .parallax-item:nth-child(4) {
    top: 16%;
    right: 36%;
  }

  .parallax-item:nth-child(5) {
    top: 29.5%;
    right: 25%;
  }

  .parallax-item:nth-child(6) {
    right: 6.4%;
    top: 4%;
  }

  .ayurveda-inner-sec {
    gap: 25px;
  }

  .theatre-sec .pool-con p {
    height: auto;
  }

  .cooking-sec-inner {
    background-position: unset;
    width: 86%;
  }

  .cooking-sec-inner-right {
    margin-left: 6%;
  }

  .cooking-sec-inner-con {
    margin-top: -4%;
  }

  .history-card p br {
    display: none;
  }

  .archi-brid {
    bottom: -68%;
    width: 280px;
  }

  .archi-right {
    margin-top: 13%;
    margin-left: 5%;
  }

  .archi-left {
    height: auto;
    margin-top: 14%;
  }

  .archi-left img {
    top: -11%;
  }

  .item-left-bottom {
    left: 6%;
    bottom: -5%;
  }

  .item-right-bottom {
    right: 2%;
    bottom: -10%;
  }

  .item-left-top {
    left: 0%;
    top: 2%;
  }

  .package-card {
    width: 20%;
  }

  .packages-wraper {
    gap: 50px;
  }

  /* Footer */

  .footer-container {
    width: 85%;
  }

  .footer-menu ul li {
    margin: 5px 13px;
  }

  .footer-bottom-container {
    margin: 5px 0 0 0;
  }

  .btm-sec-title {
    font-size: 3.5em;
  }

  .footer-details {
    align-items: center;
  }


  /**************** About Page ****************/

  .inner-wraper {
    padding-top: 20%;
  }

  .banner-btm-txt {
    width: 85%;
  }

  .banner-btm-txt-shape-left {
    left: 8%;
  }

  .banner-btm-txt-shape-right {
    right: 8%;
  }


  /**************** Rooms Page ****************/

  .rooms-content {
    height: 420px;
  }

  .fac-con-right .fac-item:first-child {
    padding: 15px 35px;
  }

  /**************** facilities Page ****************/

  .activity-container {
    padding: 0 3%;
  }

  .guest-sec-shape-left {
    left: -7%;
  }

  .guest-sec-shape-right {
    right: -7%;
  }

  .amenity-card {
    width: 49%;
    height: 238px;
  }

  /**************** Deals inner Page ****************/

  .package-features-inner {
    column-gap: 44px;
    margin-top: 10px;
  }

  .package-family_delight .package-bird-img,
  .package-colonial_escape .package-bird-img,
  .package-bird-img {
    display: none;
  }

  .package-horse-img {
    display: none;
  }

  /**************** FAQ Page ****************/

  .faq .banner-btm-txt-shape-left {
    left: 5%;
  }

  .faq .banner-btm-txt-shape-right {
    right: 5%;
  }

  .faq-horsewomen,
  .faq-car {
    display: none;
  }
  .footer-container{ width: 80%; }

  .footer-logo img.img-full {
    width: 80%;
  }
  .icon-f {
    margin-bottom: 1em;
  }
  .footer-menu ul li {
      margin: 15px 3px;
  }

}

@media (min-width: 1400px) and (max-width: 1441px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    font-size: 1.1em;
  }

  /* Navbar */

  .navigation {
    padding: 0 8%;
    margin-top: -2.5% !important;
  }

  .nav-menu>li>a {
    margin: 0 9px;
  }
  .sexy-menu.detached .nav-brand img {
      width: 45%;
  }
  .top-nav {
    padding: 10px 12%;
  }

  .nav-brand img {
    width: 75%;
  }

  /* Banner */

  .banner-lft-shape {
    width: 250px;
  }

  .banner-right-shape {
    width: 250px;
  }

  .banner-bird {
    top: 17%;
    right: 21%;
  }

  .banner-wraper {
    height: 72vh;
  }

  .clock {
    bottom: 23.5%;
    right: 33%;
    width: 50px;
  }

  .clock-house {
    left: 29.4%;
    bottom: 34%;
  }

  .txt-left-shape {
    left: 37%;
    top: 58%;
    width: 60px;
  }

  .txt-right-shape {
    right: 37%;
    top: 58%;
    width: 60px;
  }

  .txt-mid-shape {
    left: 49.2%;
    top: 45.5%;
  }

  .banner-caption-head {
    font-size: 3.2em;
  }

  .banner-caption-mainhead {
    font-size: 9em;
  }

  .banner-btm-box {
    width: 82%;
  }

  .banner-btm-box-shape-left {
    left: 9.5%;
    width: 55px;
  }

  .banner-btm-box-shape-right {
    right: 9.5%;
    width: 55px;
  }

  /* About sec */

  .about-sec-right-con p {
    padding-top: 0;
  }


  /* sec3 */

  .sec3-left {
    padding-left: 2%;
    margin-top: 2%;
  }

  .sec3-left img {
    width: 550px;
  }

  .sec3-mid1 {
    padding-top: 7%;
    margin-left: -5%;
  }

  .sec-mid-txt {
    font-size: 2.3em;
  }

  .sec3-mid2 {
    margin-left: -15%;
    margin-top: 7.5%;
  }

  .sec3-mid2 img {
    width: 550px;
  }

  .sec3-right {
    padding-right: 5%;
    padding-top: 12%;
  }

  .sec3-right p {
    line-height: 1.3;
    margin-bottom: 5px;
    letter-spacing: 0;
  }

  /* Pool sec */

  .pool-con p {
    background-position: unset;
    height: auto;
    width: auto;
  }


  /* ayurveda sec */

  .ayurveda-heading {
    font-size: 14em;
  }

  .ayurveda-sub-head {
    padding-right: 60px;
  }

  .parallax-item:nth-child(1) {
    left: 18%;
  }

  .parallax-item:nth-child(2) {
    top: 25.5%;
    left: 23%;
  }

  .parallax-item:nth-child(3) {
    left: 33.5%;
  }

  .parallax-item:nth-child(4) {
    top: 16%;
    right: 36%;
  }

  .parallax-item:nth-child(5) {
    top: 29.5%;
    right: 25%;
  }

  .parallax-item:nth-child(6) {
    right: 5%;
    top: 4%;
  }


  .theatre-sec .pool-con p {
    height: auto;
  }

  .cooking-sec-inner {
    background-position: unset;
    width: 86%;
  }

  .cooking-sec-inner-right {
    margin-left: 6%;
  }

  .cooking-sec-inner-con {
    margin-top: -4%;
  }

  .cooking-sec-main-head {
    font-size: 5.9em;
  }

  .history-card p br {
    display: none;
  }

  .munnar-history {
    padding-bottom: 0;
  }

  .archi-brid {
    bottom: -68%;
  }

  .archi-right {
    margin-top: 13%;
    margin-left: 1.5%;
  }

  .archi-left {
    height: auto;
    margin-top: 14%;
  }

  .archi-left img {
    top: -11%;
  }

  .archi-mid p {
    right: -8%;
    top: 3%;
  }

  .item-left-bottom {
    left: 6%;
    bottom: -5%;
  }

  .item-right-bottom {
    right: 2%;
    bottom: -10%;
  }

  .item-left-top {
    left: 0%;
    top: 2%;
  }

  .package-card {
    width: 20%;
  }

  .packages-wraper {
    gap: 50px;
  }

  .btm-sec-title {
    font-size: 3.5em;
  }

  /* Footer */

  .footer-container {
    width: 85%;
  }

  .footer-menu ul li {
    margin: 5px 12px;
  }

  .footer-bottom-container {
    margin: 5px 0 0 0;
  }

  .btm-sec-title {
    font-size: 3.5em;
  }

  .footer-details {
    align-items: center;
  }




  /**************** About Page ****************/

  .inner-wraper {
    padding-top: 20%;
  }


  .banner-btm-txt {
    width: 85%;
  }

  .banner-btm-txt-shape-left {
    left: 7%;
  }

  .banner-btm-txt-shape-right {
    right: 7%;
  }


  /**************** Rooms Page ****************/

  .rooms-content {
    height: 450px;
  }

  .fac-con-right .fac-item:first-child {
    padding: 15px 35px;
  }

  /**************** Contact Page ****************/
  .contact-bird-fly {
    top: 9%;
    left: -5%;
    width: 190px;
  }

  /**************** facilities Page ****************/

  .activity-container {
    padding: 0 3%;
  }

  .amenity-card {
    width: 49%;
    height: 238px;
  }


  /**************** Deals inner Page ****************/

  .package-features-inner {
    column-gap: 44px;
    margin-top: 10px;
  }

  .package-family_delight .package-bird-img,
  .package-colonial_escape .package-bird-img,
  .package-bird-img {
    display: none;
  }

  .package-horse-img {
    display: none;
  }

  /**************** FAQ Page ****************/

  .faq-inner {
    width: 65%;
    margin: auto;
  }

  .faq-car {
    right: -7%;
  }
.footer-container{ width: 80%; }

  .footer-logo img.img-full {
    width: 80%;
  }
  .icon-f {
    margin-bottom: 1em;
  }
  .footer-menu ul li {
      margin: 15px 3px;
  }

}

@media (min-width: 1441px) and (max-width: 1599px) {

  li,
  body {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    font-size: 1.1em;
  }
  .navigation {
    padding: 0 10%;
  }
  .footer-container{ width: 80%; }

  .footer-logo img.img-full {
    width: 80%;
  }
  .icon-f {
    margin-bottom: 1em;
  }
  .footer-menu ul li {
      margin: 15px 3px;
  }

}

@media (min-width: 1600px) and (max-width: 1680px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    font-size: 1.1em;
  }

  /* Navbar */

  .navigation {
    padding: 0 12%;
    margin-top: -2.5% !important;
  }

  .nav-menu>li>a {
    margin: 0 15px;
  }

  .top-nav {
    padding: 10px 12%;
  }


  /* Banner */

  .banner-wraper {
    height: 79vh;
  }

  .clock {
    bottom: 26%;
    right: 31.7%;
  }

  .clock-house {
    left: 28.2%;
    bottom: 38%;
  }

  .txt-left-shape {
    left: 36%;
    top: 53.5%;
  }

  .txt-right-shape {
    right: 36%;
    top: 53.5%;
  }

  .banner-bird {
    top: 16%;
    right: 23%;
  }

  .banner-booknow {
    padding-right: 8%;
  }

  .banner-btm-box {
    width: 82%;
  }

  .banner-btm-box-shape-left {
    left: 14.5%;
  }

  .banner-btm-box-shape-right {
    right: 14.5%;
  }


  /* About sec */

  .about-sec-inner {
    justify-content: space-between;
  }

  .about-sec-right-con p {
    padding-top: 0;
  }


  /* sec3 */

  .sec3-left {
    padding-left: 2%;
    margin-top: -5%;
  }

  .sec3-mid1 {
    padding-top: 2%;
    margin-left: -5%;
  }

  .sec3-mid2 {
    margin-left: -15%;
    margin-top: 3.5%;
  }

  .sec3-right {
    padding-right: 5%;
    padding-top: 10%;
  }

  .sec3-right p {
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: 0;
  }



  /* ayurveda sec */



  .parallax-item:nth-child(1) {
    left: 19%;
  }

  .parallax-item:nth-child(2) {
    top: 26%;
    left: 24%;
  }

  .parallax-item:nth-child(3) {
    left: 35%;
  }

  .parallax-item:nth-child(4) {
    top: 16%;
    right: 38%;
  }

  .parallax-item:nth-child(5) {
    top: 31%;
    right: 26.5%;
  }

  .parallax-item:nth-child(6) {
    right: 8%;
    top: 4%;
  }

  .ayurveda-inner-sec {
    gap: 25px;
  }

  .pool-con p {
    background-position: unset;
    height: auto;
    width: auto;
  }

  .theatre-sec .pool-con p {
    height: auto;
  }

  .cooking-sec-inner {
    background-position: unset;
    width: 75%;
  }

  .cooking-sec-inner-right {
    margin-left: 6%;
  }

  .cooking-sec-inner-con {
    margin-top: -4%;
  }

  .cooking-sec-main-head {
    font-size: 5.9em;
  }

  .history-card p br {
    display: none;
  }

  .munnar-history {
    padding-bottom: 0;
  }

  .archi-brid {
    bottom: -68%;
  }

  .archi-right {
    margin-top: 13%;
    margin-left: 2%;
  }

  .archi-left {
    height: auto;
    margin-top: 14%;
  }

  .archi-left img {
    top: -11%;
  }

  .archi-mid p {
    right: -8%;
    top: 3%;
  }

  /* .item-left-bottom {
    left: 6%;
    bottom: -5%;
  }

  .item-right-bottom {
    right: 2%;
    bottom: -10%;
  }

  .item-left-top {
    left: 0%;
    top: 2%;
  } */

  .package-card {
    width: 20%;
  }

  .packages-wraper {
    gap: 50px;
  }

  .btm-sec-title {
    font-size: 3.5em;
  }

  /* Footer */

  .footer-container {
    width: 78%;
  }

  /* 

  .footer-menu ul li {
    margin: 5px 13px;
  }

  .footer-bottom-container {
    margin: 5px 0 0 0;
  }

  .btm-sec-title {
    font-size: 3.5em;
  }

  .footer-details {
    align-items: center;
  } */



  /**************** About Page ****************/

  .inner-wraper {
    padding-top: 20%;
  }

  .banner-btm-txt {
    width: 100%;
  }

  .banner-btm-txt-shape-left {
    left: 6%;
  }

  .banner-btm-txt-shape-right {
    right: 6%;
  }

  /**************** Rooms Page ****************/

  .rooms-content {
    height: 450px;
  }

  .fac-con-right .fac-item:first-child {
    padding: 15px 35px;
  }

  /**************** facilities Page ****************/

  .activity-container {
    padding: 0 3%;
  }

  .amenity-card {
    width: 50%;
    height: 238px;
    padding: 55px 40px 30px 40px;
  }


  /**************** Deals inner Page ****************/

  .package-features-inner {
    column-gap: 44px;
    margin-top: 10px;
  }

  /* .package-family_delight .package-bird-img {
    display: none;
  } */

  .package-horse-img {
    right: -6%;
  }

  /**************** FAQ Page ****************/

  .faq-inner {
    width: 65%;
    margin: auto;
  }

}


@media (min-width: 1681px) {}




@media (max-width: 992px) {
  .header-contact {
    display: none;
  }

  .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent !important;
  }

  .nav-dropdown {
    min-width: 100% !important;
  }

  .sexy-menu.detached {
    opacity: 1 !important;
    position: unset !important;
  }

  .navigation-portrait li {
    font-size: 18px !important;
  }

  .nav-brand img {
    display: flex;
    align-items: center;
  }

  .navigation-portrait .nav-brand {
    /* font-size: 18px; */
    line-height: 0 !important;
  }

  .nav-header {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 52%);
  }

  .nav-menus-wrapper {
    flex-direction: column;
    align-items: flex-end;
    justify-content: start;
    gap: 0;
  }

  .hide-menu {
    position: fixed;
    bottom: 1%;
    left: 0;
    right: 0;
    background-color: #283325;
    z-index: 99999;
    padding: 10px 0;
    display: block;
    box-shadow:
      0 -2px 6px rgba(0, 0, 0, 0.05),
      0 -10px 25px rgba(0, 0, 0, 0.08);
    width: 95%;
    margin: auto;
    border-radius: 10px;

    /* background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow:
      0 8px 32px rgba(0, 0, 0, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 0.3); */
  }

  .hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px;
  }

  .hide-menu a {
    width: 25%;
    line-height: 1;
    font-size: 1em;
    display: inline-block;
    float: left;
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #d7d7d7;
  }

  .hide-menu a:hover {
    color: #fff;
  }


  .hide-menu a i {
    display: block;
    justify-content: center;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    margin: 0 auto 10px;
    font-size: 1.6em;
  }

  .desk-view {
    display: none;
  }

  .mob-view {
    display: block;
  }

  .nav-menu>li>a {
    color: #e3e4e2 !important;
  }

  .nav-toggle,
  .navigation-hidden .nav-header {
    display: block !important;
  }

  .sexy-menu.detached .header-phone a {
    margin: 12px 20px !important;
  }

  .sexy-menu.detached {
    position: fixed !important;
    bottom: 0px !important;
    top: inherit !important;
    height: auto;
    background-color: transparent !important;
    backdrop-filter: unset !important;
  }

  .sexy-menu.detached .top-nav {
    display: none;
  }

  #button.show {
    display: none;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 2em;
  }

  .banner-contact {
    display: none;
  }

  .nav-menu {
    flex-direction: column;
    padding-top: 0 !important;
  }

  #popUp {
    padding: 3% 4% 3%;
  }

  .sexy-menu.detached .logo {
    width: 100%;
    margin-top: 0;
  }

  .sexy-menu.detached .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sexy-menu.detached .nav-brand img {
    width: 100%;
    display: none;
  }


  /* .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open .nav-toggle {
    opacity: 0;
  } */

  .footer-social-links ul li a {
    font-size: 1.5em;
  }

  .navigation-portrait .nav-menu>li {
    width: 50% !important;
  }

  .nav-menu>li>a::after {
    background: #fff;
    height: 1px;
  }

  .nav-menus-wrapper-close-button {
    margin: 10px 25px 0 0 !important;
  }

  .innerpage-container {
    padding: 0 3%;
  }

  .whats-app {
    bottom: 18vh;
    right: 15px;
  }

  .smooth-scroll-wrapper {
    position: static !important;
    transform: none !important;
  }

  /* Nav Bar */

  .top-nav {
    padding: 10px 3%;
  }

  .banner-whatsapp {
    visibility: hidden;
  }

  .banner-whatsapp a {
    font-size: 1em;
    letter-spacing: 1px;
  }

  .banner-whatsapp {
    padding: 5px 0;
    gap: 5px;
  }

  .banner-booknow a {
    padding: 8px 15px;
    font-size: 1em;
    border-radius: 20px;
    letter-spacing: 1px;
  }

  .navigation {
    margin-top: -8% !important;
  }

  .nav-header {
    width: 23% !important;
  }

  .faq-link {
    display: block !important;
  }

  /*************** Index ***************/

  .navigation-portrait .nav-menu>li {
    width: 100% !important;
  }

  .nav-menu>li>a {
    text-align: left;
  }

  .main-wraper {
    padding-top: 40px;
  }

  .wraper {
    padding-top: 40px;
  }

  .banner-lft-shape,
  .banner-right-shape,
  .banner-bird,
  .clock-house,
  .clock {
    display: none;
  }

  .banner-wraper {
    margin-top: 54px;
    height: 56vh;
  }

  .banner-inner-item {
    padding-top: 30%;
  }

  .banner-inner {
    align-items: center;
  }

  .txt-mid-shape {
    left: 47.3%;
    top: 45%;
  }

  .banner-caption-head {
    font-size: 3em;
  }

  .txt-left-shape {
    left: 11%;
    top: 60.5%;
    width: 45px;
  }

  .txt-right-shape {
    right: 11%;
    top: 57.5%;
    width: 45px;
  }

  .banner-caption-mainhead {
    font-size: 4em;
  }

  .banner-caption-year {
    font-size: 1em;
    letter-spacing: 0;
  }

  .banner-caption-mainhead {
    margin: 10px 0 16px 0;
  }

  .banner-btm-box {
    width: 100%;
  }

  .banner-btm-box-shape-left,
  .banner-btm-box-shape-right {
    display: none;
  }

  .banner-caption {
    margin-bottom: 0%;
  }

  /* Banner bottom */

  .dummy-wraper {
    margin-top: 6%;
  }

  /* About sec */

  .about-sec-inner {
    flex-direction: column;
    text-align: center;
  }

  .about-sec-left {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }

  .about-sec-right {
    width: 100%;
    flex-direction: column-reverse;
    display: flex;
  }

  .about-sec-left-con {
    width: 100%;
  }

  .about-sec-left-img {
    width: 100%;
    text-align: center;
  }

  .about-sec-right-con p {
    padding-top: 0;
  }

  .about-sec-right-img {
    text-align: center;
    display: none;
  }

  /* Sec3 */

  .sec3-mid2 {
    display: none;
  }

  .sec3-left {
    padding-left: 0%;
    margin-top: 0%;
  }

  .sec3-left img {
    width: 100%;
  }

  .sec3-inner {
    padding: 0 3%;
    flex-direction: column;
    text-align: center;
  }

  .sec3-wraper {
    margin-top: 40px;
    height: auto;
    background-image: none;
  }

  .sec3-right {
    padding-right: 0;
    padding-top: 4%;
  }

  .sec3-mid1 {
    margin-left: 0%;
    display: flex;
    gap: 5px;
    justify-content: center;
  }

  .sec-mid-txt {
    font-size: 1.6em;
  }

  .cooking-sec-inner {
    padding: 30px 10px;
    width: 100%;
    /* margin-left: 3%;
    margin-right: 3%; */
  }


  /* Pool sec */

  .pool-sec-inner {
    flex-direction: column-reverse;
  }

  .pool-img {
    width: 100%;
  }

  .pool-con {
    width: 100%;
  }

  .pool-con p {
    background-size: cover;
    background-position: unset;
    padding: 20px;
    color: #fff;
    height: auto;
    width: 100%;
    text-align: center;
  }

  .theatre-sec .pool-con p {
    height: auto;
  }

  .theatre-sec .pool-con {
    margin-bottom: 0;
    margin-top: 10px;
  }



  /* Ayurveda sec */

  .parallax-item {
    transform: none !important;
    transition: none;
  }

  .parallax-item img {
    animation: none;
  }

  .ayurveda-inner-sec {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  .ayurveda-sec {
    margin-top: 30px;
  }

  .ayurveda-heading {
    font-size: 4.5em;
  }

  .parallax-item:nth-child(1) {
    top: 1%;
    left: 15%;
  }

  .parallax-item:nth-child(1) img {
    width: 35px;
  }

  .parallax-item:nth-child(2) {
    top: 9%;
    left: 22%;
  }

  .parallax-item:nth-child(2) img {
    width: 25px;
  }

  .parallax-item:nth-child(3) {
    top: 1%;
    left: 34%;
  }

  .parallax-item:nth-child(3) img {
    width: 40px;
  }

  .parallax-item:nth-child(4) {
    top: 6%;
    right: 37%;
  }

  .parallax-item:nth-child(4) img {
    width: 40px;
  }

  .parallax-item:nth-child(5) {
    top: 7.5%;
    right: 23%;
    z-index: 1;
  }

  .parallax-item:nth-child(5) img {
    width: 35px;
  }

  .parallax-item:nth-child(6) {
    top: 3.5%;
    right: 7%;
  }

  .parallax-item:nth-child(6) img {
    width: 45px;
  }

  .ayurveda-sub-head {
    font-size: 1em;
  }

  .ayurveda-sec-title br {
    display: none;
  }

  .ayurveda-sec-title {
    font-size: 1.5em;
    text-align: center;
  }

  .ayurveda-inner-sec img {
    width: 100%;
  }

  .ayurveda-inner-sec p br {
    display: none;
  }

  /* Pool */
  .pool-con-title {
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 10px;
  }

  .pool-con-title br {
    display: none;
  }


  /* Cooking sec */

  .cooking-sec-top-title {
    width: 90%;
  }

  .cooking-sec-main-head {
    font-size: 2.4em;
    margin-top: 5px;
    text-align: center;
  }

  .cooking-sec-sub-head {
    padding-left: 2%;
  }

  .cooking-sec-inner-lft-title {
    text-align: center;

    br {
      display: none;
    }
  }

  .cooking-sec-inner-con {
    margin-top: 5%;
    flex-direction: column;
    gap: 15px;
  }

  .cooking-sec-inner-lft {
    width: 100%;
    text-align: center;
  }

  .cooking-sec-inner-right {
    text-align: center;
  }

  .cooking-sec-inner-mid {
    width: 100%;
    margin-left: 0%;
  }

  .cooking-sec-inner-mid img {
    width: 100%;
  }

  .cooking-sec-inner-right {
    width: 100%;
    margin-left: 0%;
  }

  /* History Sec */

  .section-title {
    font-size: 1.3em;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

  .history-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .history-card p br {
    display: none;
  }

  .munnar-history {
    width: 94%;
    padding: 40px 0;
  }

  .history-card p {
    text-align: center;
  }

  /* ARCHITECTURE */

  .archi-title {
    font-size: 3em;
    margin-top: 0%;
  }

  .architecture-inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 100px;
  }

  .archi-brid {
    bottom: 0;
    top: 13%;
    width: 100px;
  }

  .architecture-top-img {
    flex-direction: column;
    gap: 20px;
  }

  .archi-left {
    width: 85%;
    margin-top: 0;
    margin-right: 0px;
    margin: auto;
    transform: rotate(7deg);
  }

  .archi-mid {
    width: 100%;
  }

  .archi-mid img {
    width: 100%;
  }

  .archi-mid p {
    right: 0%;
    top: 5%;
  }

  .archi-right {
    width: 85%;
    margin-top: 0%;
    margin-left: 0%;
    margin: auto;
    transform: rotate(7deg);
  }

  .architecture-bg {
    position: absolute;
    bottom: 0;
    top: 0;
  }

  .architecture-sec {
    margin-bottom: 40px;
  }


  /* Experience */

  .section-desc {
    margin-bottom: 15px;
  }

  .exp-card {
    padding: 20px 10px;
    width: 48%;
  }

  .exp-card img {
    width: 40px;
  }



  /* Rooms */

  .rooms-sec-inner {
    flex-direction: column;
  }

  .rooms-left {
    width: 100%;
    margin-top: 0px;
  }

  .rooms-right {
    width: 100%;
    margin-top: 10px;
  }

  .rooms-active-icon {
    display: none !important;
  }

  .view-btn {
    width: 120px;
    height: 32px;
  }

  .view-btn .text {
    transform: translateX(12px);
    font-size: .9em;
  }

  .view-btn .icon {
    transform: translateX(88px);
    height: 19px;
    width: 25px;
  }

  .book-btn .icon {
    transform: translateX(78px);
  }

  .room-buttons {
    bottom: 10px;
    left: 10px;
  }

  .rooms-left-title {
    text-align: center;
  }

  .room-intro {
    text-align: center;
  }

  .room-item p {
    display: none;
  }

  .room-item-title {
    margin-bottom: 0;
  }

  .room-item {
    padding: 10px 18px;
    margin-bottom: 10px;
  }


  /* cuisine sec */
  .cuisine-wraper {
    margin-top: 0;
  }

  .food-item {
    position: inherit;
    width: 42%;
    float: left;
  }

  .food-item img {
    width: 100%;
  }

  .cuisine-shape {
    width: 100%;
  }

  .dining-center img {
    width: 100%;
  }

  .dining-main-title {
    font-size: 4em;
  }

  .year {
    font-size: 2em;
  }

  .desc br {
    display: none;
  }

  .item-left-top {
    left: 0;
    top: 0;
    margin-top: 7%;
    margin-left: 5%;
  }

  .item-left-bottom {
    left: 0;
    bottom: 0;
    margin-left: 10%;
  }

  .item-right-top {
    right: 0;
    top: 0;
    width: 36%;
    margin-left: 6%;
  }

  .item-right-bottom {
    right: 0;
    bottom: 0;
    margin-left: 10%;
    margin-top: 7%;
  }

  .star-shape {
    animation: none;
    display: none;
  }


  /* Stay sec */

  .package-bg-left,
  .package-bg-right {
    display: none;
  }

  .packages-wraper {
    gap: 35px;
    padding-bottom: 30px;
    flex-direction: column;
  }

  .package-card {
    margin: -18% auto 13% auto;
    width: 65%;
  }

  .package-card:last-child {
    margin-bottom: 0;
  }

  .package-wraper-bg-left,
  .package-wraper-bg-mid,
  .package-wraper-bg-mid2,
  .package-wraper-bg-right {
    display: none;
  }

  .package-card p {
    line-height: 1.5;
    margin: 10px 5px 20px 5px;
  }


  /* Footer */

  /* .footer-details {
    display: none;
  } */


  .footer-logo img {
    display: none;
  }

  .btm-link {
    display: none;
  }

  .btm-link:nth-child(4) {
    display: block;
  }

  .footer-menu {
    display: none;
  }

  .bottom-sec-inner {
    flex-direction: column;
    gap: 20px;
  }

  .bottom-sec-inner .left-sec {
    width: 100%;
  }

  .bottom-sec-inner .right-sec {
    width: 100%;
  }

  .bottom-sec .title-sec {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .btm-sec-title {
    font-size: 3em;
    width: 100%;
    text-align: center;
  }

  .btm-sec-para {
    width: 100%;

    p {
      text-align: center;
    }
  }

  .btm-sec-para p br {
    display: none;
  }

  .bottom-sec-inner .bottom-sec {
    flex-direction: column;
  }

  .btm-testimonial-btn {
    width: 65%;
    margin: auto;
  }

  .bottom-sec-inner .bottom-sec {
    margin: 30px 0 0 0;
  }

  .footer-container {
    bottom: 28%;
    width: 95%;
    z-index: 0;
  }

  .footer-inner {
    justify-content: center;
  }

  .footer-details {
    justify-content: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .footer-bottom-container {
    margin: 15px 0 10px 0;
    align-items: center;
  }


  /*************** About Page *****************/

  .inner-banner-wraper {
    padding-top: 35%;
  }

  .inner-banner-mainhead {
    font-size: 4em;
  }

  .inner-banner-heading {
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }

  .tagline br {
    display: none;
  }

  .banner-btm-txt-shape-left,
  .banner-btm-txt-shape-right {
    display: none;
  }

  .capital-sec {
    flex-direction: row;
    gap: 5px;
    justify-content: center;
  }

  .capital-sec-card {
    width: 49%;
  }

  .abt-page-btm-txt {
    margin: 20px 0 0 0;
  }

  .abt-page-btm-txt p {
    margin-bottom: 8px;
  }

  .capital-card-title {
    margin-top: 5px;
  }

  .abt-page-para {
    margin: 8px 0;
    line-height: 1.5;
  }

  .banner-btm-txt {
    padding: 15px 10px;
  }

  .experiences-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .experiences-left {
    width: 100%;
    gap: 10px;
  }

  .experiences-content {
    width: 100%;
    text-align: center;
  }

  .small-images {
    gap: 10px;
  }

  .experiences-content .divider {
    margin-top: 15px;
  }

  .experiences-content .divider::after {
    margin-top: -4.5%;
    margin-right: -20%;
  }


  /*************** Rooms Page *****************/

  .rooms-sec {
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }

  .rooms-img {
    width: 100%;
  }

  .rooms-content {
    width: 100%;
    height: auto;
    padding: 15px;
    background-position: unset;
  }

  .rooms-title {
    font-size: 1.5em;
  }

  .rooms-content p {
    margin: 10px 0;
  }

  .facility-con {
    width: 90%;
    margin-top: 10px;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .fac-con-left,
  .fac-con-right {
    width: 100%;
  }

  .fac-item {
    padding: 10px 30px;
  }

  .fac-con-right .fac-item:first-child {
    padding: 10px 30px;
  }

  /*************** Contact Page *****************/

  .contact-bird-fly {
    display: none;
  }

  .form-para {
    padding-bottom: 10px;
  }

  .welcome-container {
    margin-top: 25px;
    flex-direction: column;
    gap: 25px;
  }

  .enquire-pic {
    width: 100%;
  }

  .enquiry-home {
    width: 100%;
    margin-top: 20px;
  }

  .contact-details-box {
    padding: 20px 25px;
    gap: 10px;
  }

  .map-link {
    padding: 21px;
    font-size: 0.938em;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .enquiry-home-title {
    text-align: center;
  }

  .enquiry-form-outer .user-box {
    margin-right: 0%;
    width: 100%;
  }

  .enquiry-form-outer {
    padding-top: 0;
  }

  .map-link {
    padding: 10px 25px;
    position: unset;
    top: unset;
    transform: unset;
    bottom: 0;
    right: 0;
  }

  .map-link br {
    display: none;
  }

  /*************** Deals Page *****************/

  .deals .banner-bed {
    width: 260px;
  }

  .package-sec {
    margin-top: 20px;
  }

  .packagepage-card {
    position: inherit;
    top: 0;
    left: 0;
    transform: unset;
    color: #000;
    text-align: center;
    margin-top: 5px;
  }

  .package-type {
    color: #000;
    font-size: 1em;
  }

  .packagepage-card img {
    filter: brightness(0) invert(0);
    margin-top: 5px;
  }

  .pack-item-divider {
    display: none;
  }

  .package-duration {
    gap: 80px;
    margin: 5px 0 20px 0;
  }

  .duration-item {
    font-size: 1em;
    flex-direction: row;
  }

  .btn-view {
    color: #fff;
    background-color: #283325;
  }


  /***************** Facilities ******************/

  .facilities .banner-bed {
    width: 300px;
  }

  .acco-sec {
    width: 100%;
  }

  .acco-rooms {
    top: 2.5%;
    padding: 12px 12px;
  }

  .acco-rooms img {
    width: 35px;
  }

  .acco-rooms p {
    font-size: 0.9em;
  }

  .acco-con {
    justify-content: center;
    column-gap: 70px;
  }

  .acco-item {
    width: 38%;
  }

  .acco-item p {
    letter-spacing: 0;
  }

  .acco-item br {
    display: none;
  }

  .acco-item img {
    width: 45px;
  }

  .acco-item p {
    margin-top: 3px;
  }

  .dining-exp {
    margin-top: 30px;
    flex-direction: column;
    gap: 15px;
  }

  .dining-exp p {
    text-align: center;
  }

  .culinary {
    width: 100%;
  }

  .spa-sec-inner {
    margin-top: 30px;
    flex-direction: column;
    gap: 15px;
  }

  .spa-sec-shape {
    display: none;
  }

  .treatment-card {
    width: 100%;
  }

  .fac-pool-title {
    bottom: 5%;
  }

  .activity-container {
    padding: 0 3%;
  }

  .activity-sec-inner {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
  }

  .indoor-games,
  .outdoor-games,
  .cultural-pro {
    width: 100%;
  }

  .fitness-sec-inner {
    margin-top: 35px;
  }

  .fitness-sec-inner {
    flex-wrap: wrap;
    column-gap: 71px;
    row-gap: 50px;
  }

  .fitness-sec-inner p br {
    display: none;
  }

  .event-sec-inner {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }

  .event-items p {
    margin-top: 0;
  }

  .fam-facilities-sec {
    gap: 15px;
    margin-top: 30px;
    flex-direction: column;
  }

  .fam-fac-item p {
    margin-top: 8px;
  }

  .guest-sec-inner {
    width: 100%;
    padding: 20px;
    margin: 30px auto 0 auto;
  }

  .guest-sec-shape-left,
  .guest-sec-shape-right {
    display: none;
  }

  .guest-sec-item {
    width: 77%;
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid #60604b;
    margin: auto;
  }

  .guest-sec-item:last-child {
    border-bottom: none;
  }

  .exp-sec-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 30px;
  }

  .exp-items p {
    font-size: 1.2em;
  }

  .activity-item-title br {
    display: none;
  }

  .amenities-section {
    gap: 10px;
  }

  .amenity-card {
    width: 100%;
    height: 155px;
    padding: 20px;
  }

  .amenity-card ul {
    margin-top: 10px;
  }

  .amenities-footer {
    padding-top: 20px;
  }

  .amenities-footer ul {
    flex-direction: column;
    gap: 10px;
  }


  /***************** Gallery ******************/

  .box-group img {
    height: auto;
  }

  .gallerypage-tabcontent {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-tablinks {
    padding: 10px 15px;
  }

  /***************** Deals innerPage ******************/

  .package-info {
    column-gap: 25px;
    row-gap: 10px;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .package-horse-img,
  .package-bird-img,
  .cta-horse-image {
    display: none;
  }

  .package-feature-box {
    padding: 20px;
    width: 95%;
  }

  .package-box-shape-left {
    left: -4%;
  }

  .package-box-shape-right {
    right: -5%;
  }

  .package-btm-left-shape,
  .package-btm-right-shape {
    display: none;
  }

  .package-btm-cta {
    margin: 0px auto 0 auto;
    background: #283325;
    background-image: none;
    padding: 15px;
    width: 100%;
    text-align: center;
  }

  .package-btn-book {
    padding: 8px 15px;
  }

  .package-btm-cta p br {
    display: none;
  }

  .package-features {
    margin-top: 30px;
  }

  .package-features-inner {
    margin-top: 5px;
  }

  .inner-package-sec {
    gap: 20px;
    margin-top: 10px;
    flex-direction: column;
  }

  .package-highlight {
    width: 100%;
  }

  .package-info p {
    text-align: center;
  }

  .person-limit {
    border-right: none;
    padding-right: 0;
  }

  .package-features-title {
    text-align: center;
  }

  /***************** FAQ Page ******************/

  .faq .banner-btm-txt {
    width: 100%;
  }

  .faq-inner {
    width: 95%;
  }

  .accordion-title {
    font-size: 1em;
  }

  .faq-horsewomen,
  .faq-car {
    display: none;
  }


}

@media (max-width: 420px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  /* .footer-address-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 15px 0;
  } */

  .footer-address:nth-child(3) {
    display: none;
  }

  .package-content {
    float: none;
    width: 100%;
    top: 60px;
  }

  .owl-controls {
    display: none;
  }

  .nav-brand img {
    /* width: 130px; */
    margin: 0 auto;
  }

  .carousel-indicators {
    display: none !important;
  }

  .side-btn {
    padding: 6px 19px;
    right: -33px;
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 17px;
  }

  #popUp {
    width: 300px;
    padding: 6% 5% 5% 9%;
    bottom: 14%;
  }

  .form-group {
    margin-bottom: 7px;
  }

  /* .side-form input[type="text"],
  .side-form textarea {
    padding: 12px 13px;
  } */

  .side-form-title {
    font-size: 1.5em;
    padding-bottom: 5px;
  }

  /* .whats-app {
    width: 40px;
    bottom: 25vh;
    right: 5px;
  } */

  .btm-title {
    font-size: 1.4em;
    line-height: 15px;
  }

  .footer-social-links ul li a {
    font-size: 1.4em;
    margin-left: 5px;
  }

  .micon {
    width: 20px;
  }

  .footer-menu ul li a {
    line-height: 25px;
  }

  .copy-right,
  .designed p {
    line-height: 45px;
  }

  .copy-right span {
    display: none;
  }

  .footer-content-title {
    margin-bottom: 5px;
  }

  .footer-social-links {
    margin-top: 5px;
  }

  .scheme-des textarea {
    width: 100%;
    height: 140px;
  }

  .enquiry-form-outer .user-box input,
  .enquiry-form-outer .user-box select {
    line-height: 50px;
    height: 50px;
  }

  /* .enquiry-form-outer .user-box label {
    line-height: 50px;
  } */

  .bred-next {
    letter-spacing: 0;
  }

  /* Banner */

  .banner-caption-head {
    font-size: 2.5em;
  }

  .txt-mid-shape {
    top: 43%;
  }

  .txt-left-shape {
    left: 9%;
    top: 57%;
    display: none;
  }

  .txt-right-shape {
    right: 9%;
    top: 57%;
    display: none;
  }

  .dummy-wraper {
    margin-top: 0%;
  }


  .cooking-sec-main-head {
    font-size: 2.2em;
  }

  .archi-brid {
    top: 14%;
  }

  .btm-sec-title {
    font-size: 2.5em;
  }

  .parallax-item:nth-child(2) {
    top: 9.5%;
    left: 19%;
  }

  .parallax-item:nth-child(3) {
    top: 2%;
    left: 33%;
  }

  .parallax-item:nth-child(6) {
    right: 2%;
  }

  .divider {
    width: 83%;
  }

  .divider::after {
    margin-top: -4%;
    margin-right: -20%;
  }

  .archi-mid p {
    right: -1%;
    font-size: 0.875em;
  }

  .clock-house-txt {
    margin: 10px 0 15px 0;
    width: 150px;
  }

  .sec-mid-txt {
    font-size: 1.5em;
  }


  /************* About Page **************/

  .banner-horseman {
    width: 150px;
  }

  .tagline {
    font-size: 1.2em;
  }

  .faq .tagline {
    font-size: 1.1em;
  }

  .faq .inner-banner-mainhead {
    font-size: 3.5em;
  }


  /************* Facilities Page **************/

  .activity-item-inner {
    flex-direction: column;
  }

  .fitness-sec-inner img {
    width: 40px;
  }

  .acco-rooms {
    top: 3.5%;
    padding: 10px 10px;
  }

  .acco-rooms img {
    width: 25px;
  }

  .acco-rooms p {
    font-size: 0.8em;
    letter-spacing: 0;
  }

  .acco-item img {
    width: 35px;
  }


  /************* Gallery Page **************/


  .gallery-tablinks {
    padding: 8px 15px;
    font-size: 1em;
    letter-spacing: 1px;
  }


  /************ Deals inner Page *************/

  .package-days {
    padding-right: 0;
    border-right: none;
  }
  .outdoor-wrapper{display: block;}
  .outdoor-item {
    width: 100%;
    margin-bottom: 2em;
  }
  .out-title{ letter-spacing: 1px;    margin-bottom: 0; }
  .outdoor-btm {
    margin-top: 10px;
  }
  .outdoor-item.mb0{     margin-bottom: 2em; }


  .ayur-btm-bg{       
    padding: 10px 10px;
    width: 100%;
    height: unset;
    margin-bottom: 5px;
  }
  .ayur-span{ line-height: 18px; }
  .ayur-left2,.ayur-left1,.ayur-right1,.ayur-right2,.btm-left,.btm-right{display: none;}
  .outdoor-wrapper.ayur-wrapper .outdoor-item {
    width: 100%;
  }
  .ayur-span br {
    display: none;
  }


  .yoga-item {
      width: 50%;
      float: none;
      border-radius: 15px;
      padding: 15px 10px;
  }
  .yoga-bg{ padding: 0 10px 10px; }
  .yoga-bg img {
      width: 100px;
      margin: 0 auto;
  }
  .yoga-title{ line-height: 18px; }
  .width_full{width: 100%}

}

@media (min-width: 421px) and (max-width: 460px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .side-form-title {
    padding-left: 10px;
  }

  /* Banner */

  .txt-mid-shape {
    left: 47.5%;
    top: 47.5%;
  }

  .txt-left-shape {
    left: 16%;
    top: 61.5%;
    width: 50px;
  }

  .txt-right-shape {
    right: 16%;
    top: 61.5%;
    width: 50px;
  }

  .dummy-wraper {
    margin-top: 0%;
  }

  .ayurveda-heading {
    font-size: 5.5em;
  }

  .ayurveda-inner-sec img {
    width: auto;
  }

  .cooking-sec-main-head {
    font-size: 2.8em;
  }

  .parallax-item:nth-child(6) {
    top: 4%;
    right: 2%;
  }

  .parallax-item:nth-child(6) img {
    width: 60px;
  }

  .parallax-item:nth-child(5) {
    top: 7.5%;
    right: 22%;
  }

  .parallax-item:nth-child(5) img {
    width: 50px;
  }

  .parallax-item:nth-child(4) {
    top: 5.5%;
    right: 37%;
  }

  .parallax-item:nth-child(4) img {
    width: 50px;
  }

  .parallax-item:nth-child(3) {
    top: 0%;
    left: 32%;
  }

  .parallax-item:nth-child(3) img {
    width: 50px;
  }

  .parallax-item:nth-child(2) {
    top: 9.5%;
    left: 20%;
  }

  .parallax-item:nth-child(2) img {
    width: 35px;
  }

  .parallax-item:nth-child(1) {
    left: 13%;
  }

  .parallax-item:nth-child(1) img {
    width: 40px;
  }

  .ayurveda-sub-head {
    font-size: 1.1em;
    padding-right: 30px;
  }

  .pool-con p {
    height: 180px;
    width: auto;
  }

  .archi-left {
    height: 280px;
  }

  .archi-brid {
    top: 12.5%;
  }

  .item-right-top {
    margin-top: 5%;
  }

  .package-card {
    width: 55%;
  }

  .copy-right span {
    display: none;
  }

  .item-right-bottom {
    margin-left: 15%;
    margin-top: 9%;
  }

  .footer-container {
    bottom: 24%;
  }


  /************ About Page *************/

  .experiences-content .divider::after {
    margin-top: -3.5%;
    margin-right: -16%;
  }


  /************ Rooms Page *************/

  .owl-controls {
    display: none;
  }

  /************ Contact Page *************/

  .contact-details-box {
    padding: 54px 30px;
  }

  /************ facilities Page *************/

  .acco-rooms {
    padding: 25px 20px;
  }

  .amenity-card {
    height: 179px;
  }

  .amenity-card ul {
    margin-top: 20px;
  }

  /************ Deals inner Page *************/

  .package-days {
    padding-right: 0;
    border-right: none;
  }


  .package-days {
    padding-right: 0;
    border-right: none;
  }
  .outdoor-wrapper{display: block;}
  .outdoor-item {
    width: 100%;
    margin-bottom: 2em;
  }
  .out-title{ letter-spacing: 1px;    margin-bottom: 0; }
  .outdoor-btm {
    margin-top: 10px;
  }
  .outdoor-item.mb0{     margin-bottom: 2em; }

   .ayur-btm-bg{       
    padding: 10px 10px;
    width: 100%;
    height: unset;
    margin-bottom: 5px;
  }
  .ayur-span{ line-height: 18px; }
  .ayur-left2,.ayur-left1,.ayur-right1,.ayur-right2,.btm-left,.btm-right{display: none;}
  .outdoor-wrapper.ayur-wrapper .outdoor-item {
    width: 100%;
  }
  .ayur-span br {
    display: none;
  }


  .yoga-item {
      width: 50%;
      float: none;
      border-radius: 15px;
      padding: 15px 10px;
  }
  .yoga-bg{ padding: 0 10px 10px; }
  .yoga-bg img {
      width: 100px;
      margin: 0 auto;
  }
  .yoga-title{ line-height: 18px; }
  .width_full{width: 100%}
}

@media (min-width: 461px) and (max-width: 560px) {

  body,
  li {
    font-size: 14px;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }


  .side-form-title {
    padding-left: 10px;
  }

  /* Banner */

  .inner-banner-wraper {
    padding-top: 30%;
  }

  .txt-mid-shape {
    left: 48%;
    top: 50%;
  }

  .txt-left-shape {
    left: 19%;
    top: 63.5%;
    width: 65px;
  }

  .txt-right-shape {
    right: 19%;
    top: 63.5%;
    width: 65px;
  }

  .pool-con p {
    height: 170px;
    width: auto;
  }

  .ayurveda-heading {
    font-size: 6.5em;
  }

  .ayurveda-inner-sec img {
    width: auto;
  }

  .parallax-item:nth-child(1) {
    top: 0%;
    left: 15%;
  }

  .parallax-item:nth-child(1) img {
    width: 50px;
  }

  .parallax-item:nth-child(2) img {
    width: 45px;
  }

  .parallax-item:nth-child(2) {
    left: 20%;
  }

  .parallax-item:nth-child(3) img {
    width: 60px;
  }

  .parallax-item:nth-child(3) {
    top: -1%;
    left: 32%;
  }

  .parallax-item:nth-child(4) img {
    width: 65px;
  }

  .parallax-item:nth-child(4) {
    top: 5%;
  }

  .parallax-item:nth-child(5) img {
    width: 60px;
  }

  .parallax-item:nth-child(6) {
    top: 2%;
    right: 3%;
  }

  .parallax-item:nth-child(6) img {
    width: 85px;
  }

  .ayurveda-sub-head {
    font-size: 1.3em;
  }

  .cooking-sec-main-head {
    font-size: 3.5em;
    margin-top: 0px;
  }

  .theatre-sec .pool-con p {
    height: auto;
  }

  .archi-brid {
    top: 13%;
    width: 120px;
  }

  .archi-left {
    width: 60%;
  }

  .archi-right {
    width: 55%;
  }

  .archi-mid p {
    right: 3%;
    top: 10%;
  }

  .item-right-bottom {
    margin-top: 7%;
  }

  .package-card {
    margin: -13% auto 9% auto;
    width: 46%;
  }

  .packages-wraper {
    column-gap: 10px;
    row-gap: 45px;
    flex-direction: row;
  }

  .bottom-sec-inner .top-sec p {
    text-align: center;
  }

  .bottom-sec-inner .top-sec p br {
    display: none;
  }

  .dining-center img {
    width: auto;
  }

  .footer-wraper {
    height: 320px;
  }

  .footer-wraper picture,
  .footer-wraper img {
    height: 100%;
  }


  .sec-mid-txt {
    font-size: 2em;
  }


  /************** About Page ***************/

  .capital-sec {
    flex-direction: row;
    justify-content: center;
  }

  .capital-sec-card {
    width: 49%;
  }

  .experiences-content .divider::after {
    margin-top: -2.5%;
    margin-right: -13%;
  }

  /************** Contact Page ***************/

  .map-link {
    font-size: 1em;
  }

  .acco-rooms {
    padding: 35px 31px;
  }

  .acco-rooms p {
    font-size: 1em;
  }

  .acco-rooms img {
    width: auto;
  }

  .treatment-card-title {
    font-size: 2em;
  }

  .exp-items p {
    font-size: 1.5em;
  }

  .amenity-card {
    height: 219px;
    align-content: center;
  }

  .activity-item-inner {
    justify-content: unset;
    gap: 5px;
  }

  .event-sec-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .event-items {
    width: 49%;
  }

  .fam-facilities-sec {
    gap: 5px;
    flex-direction: row;
  }

  .fam-fac-item p {
    letter-spacing: 0;
  }

  .guest-sec-item {
    width: 45%;
  }

  .guest-sec-item:nth-child(5) {
    border-bottom: none;
  }

  /************** Deals inner Page ***************/

  .inner-package-sec {
    gap: 5px;
    flex-direction: row;
  }


  .package-days {
    padding-right: 0;
    border-right: none;
  }
  .outdoor-wrapper{display: block;}
  .outdoor-item {
    width: 100%;
    margin-bottom: 2em;
  }
  .out-title{ letter-spacing: 1px;    margin-bottom: 0; }
  .outdoor-btm {
    margin-top: 10px;
  }
  .outdoor-item.mb0{     margin-bottom: 2em; }

   .ayur-btm-bg{       
    padding: 10px 10px;
    width: 100%;
    height: unset;
    margin-bottom: 5px;
  }
  .ayur-span{ line-height: 18px; }
  .ayur-left2,.ayur-left1,.ayur-right1,.ayur-right2,.btm-left,.btm-right{display: none;}
  .outdoor-wrapper.ayur-wrapper .outdoor-item {
    width: 100%;
  }
  .ayur-span br {
    display: none;
  }

  .yoga-item {
      width: 50%;
      float: none;
      border-radius: 15px;
      padding: 15px 10px;
  }
  .yoga-bg{ padding: 0 10px 10px; }
  .yoga-bg img {
      width: 100px;
      margin: 0 auto;
  }
  .yoga-title{ line-height: 18px; }

}

@media (min-width: 561px) and (max-width: 680px) {

  body,
  li {
    font-size: 14px;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }


  /* Banner */

  .logo {
    width: 85%;
  }

  .inner-banner-wraper {
    padding-top: 21%;
  }

  .banner-caption-mainhead {
    font-size: 6em;
  }

  .txt-mid-shape {
    left: 48.4%;
    top: 52%;
  }

  .txt-left-shape {
    left: 21%;
    top: 64%;
    width: auto;
  }

  .txt-right-shape {
    right: 21%;
    top: 64%;
    width: auto;
  }

  .sec3-mid1 {
    padding-top: 0%;
    display: flex;
    gap: 4px;
  }

  .sec-mid-txt {
    font-size: 2.2em;
    letter-spacing: 2px;
  }

  .pool-con-title {
    font-size: 2.2em;
    letter-spacing: 2px;
  }

  .pool-con-title br {
    display: none;
  }

  .pool-con p {
    height: 145px;
    width: auto;
  }

  .ayurveda-heading {
    font-size: 8em;
  }

  .parallax-item:nth-child(1) {
    top: -1%;
  }

  .parallax-item:nth-child(1) img {
    width: 55px;
  }

  .parallax-item:nth-child(2) {
    top: 11.5%;
    left: 20%;
  }

  .parallax-item:nth-child(2) img {
    width: 50px;
  }

  .parallax-item:nth-child(3) {
    top: -1%;
    left: 33%;
  }

  .parallax-item:nth-child(3) img {
    width: 65px;
  }

  .parallax-item:nth-child(4) {
    top: 7%;
  }

  .parallax-item:nth-child(4) img {
    width: 65px;
  }

  .parallax-item:nth-child(5) {
    top: 14.5%;
    right: 24%;
    z-index: -1;
  }

  .parallax-item:nth-child(5) img {
    width: 65px;
  }

  .parallax-item:nth-child(6) {
    top: 1.5%;
    right: 4.5%;
  }

  .parallax-item:nth-child(6) img {
    width: 85px;
  }

  .ayurveda-inner-sec img {
    width: auto;
  }

  .theatre-sec .pool-con p {
    height: 115px;
  }

  .cooking-sec-main-head {
    font-size: 4.3em;
    margin-top: 0px;
  }

  .section-title {
    font-size: 1.5em;
    letter-spacing: 3px;
  }

  .history-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .archi-title {
    font-size: 4.5em;
  }

  .archi-left {
    width: 55%;
    height: 270px;
  }

  .archi-mid {
    width: 75%;
    margin: auto;
  }

  .archi-mid p {
    top: 9%;
  }

  .archi-right {
    width: 45%;
  }

  .dining-center img {
    width: auto;
  }

  .item-right-bottom {
    margin-top: 7%;
  }

  .package-card {
    margin: -11% 0 13% 0;
    width: 35%;
  }

  .packages-wraper {
    gap: 35px;
    flex-direction: row;
  }

  .bottom-sec-inner .top-sec p {
    text-align: center;
  }

  .bottom-sec-inner .top-sec p br {
    display: none;
  }

  .btm-testimonial-btn {
    width: 42%;
  }

  .btm-testimonial-btn:last-child {
    width: 45%;
  }

  .brid-bottom {
    bottom: -63%;
    width: 400px;
  }

  .footer-wraper {
    height: 420px;
    margin-top: 0%;
  }

  .footer-wraper picture,
  .footer-wraper img {
    height: 100%;
  }

  .footer-container {
    bottom: 26%;
  }

  .footer-bottom-container {
    margin: 10px 0 10px 0;
  }

  .archi-brid {
    top: 15%;
    width: 120px;
  }

  .divider {
    width: 90%;
  }

  .divider::after {
    margin-top: -2.5%;
    margin-right: -11%;
  }

  .food-item img {
    width: auto;
  }

  .item-right-top {
    margin-top: 7%;
  }

  .bottom-sec-inner .bottom-sec {
    flex-direction: row;
  }

  .footer-wraper {
    height: 300px;
  }

  /**************** About Page ****************/

  .capital-sec {
    flex-direction: row;
    justify-content: center;
  }

  .capital-sec-card {
    width: 49%;
  }

  .experiences-content .divider::after {
    margin-top: -2.5%;
    margin-right: -10%;
  }

  /************** Contact Page ***************/

  .enquire-pic {
    display: flex;
    justify-content: space-between;
  }

  .contact-details-box {
    padding: 40px 10px;
    gap: 10px;
    flex-direction: column;
    width: 32%;
    text-align: center;
    justify-content: center;
  }

  .phn-box {
    margin: 0;
  }

  .enquiry-form-outer .user-box {
    margin-right: 2%;
    width: 49%;
  }

  .enquiry-form-outer {
    padding-top: 1em;
  }

  /************** facilities Page ***************/

  .acco-rooms {
    top: 5.5%;
    padding: 50px 35px;
  }

  .acco-rooms img {
    width: auto;
  }

  .acco-rooms p {
    font-size: 1em;
  }

  .acco-con {
    column-gap: 130px;
  }

  .dining-exp {
    flex-direction: row;
    gap: 5px;
  }

  .dining-exp p {
    font-size: .9em;
    margin-top: 5px;
  }

  .spa-sec-inner {
    flex-direction: row;
    gap: 10px;
  }

  .treatment-card-title {
    font-size: 1em;
  }

  .activity-item-inner {
    justify-content: unset;
    gap: 5px;
  }

  .event-sec-inner {
    flex-direction: row;
    column-gap: 0;
    row-gap: 10px;
    flex-wrap: wrap;
  }

  .fam-facilities-sec {
    gap: 5px;
    flex-direction: row;
  }

  .guest-sec-item {
    width: 48%;
    border-bottom: 1px solid #60604b;
    margin: 0;
  }

  .guest-sec-item:nth-child(5) {
    border-bottom: none;
  }

  .exp-sec-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }

  .exp-items p {
    font-size: 1em;
    bottom: 3%;
    width: 100%;
    text-align: center;
  }

  .amenity-card {
    height: 260px;
    align-content: center;
    padding: 40px;
  }

  .section-heading {
    font-size: 1.5em;
  }

  .amenity-card li {
    margin-bottom: 6px;
    font-size: 1.2em;
  }

  /************** Gallery Page ***************/

  .gallerypage-tabcontent {
    grid-template-columns: repeat(3, 1fr);
  }


  /************** Deals inner Page ***************/

  .inner-package-sec {
    gap: 5px;
    flex-direction: row;
  }

  /************** Deals inner Page ***************/

  .faq-inner {
    width: 85%;
  }
 .outdoor-item {
    width: 50%;
    margin-bottom: 2em;
  }

  .outdoor-btm {     padding: 0 1em;}


}
@media  (max-width: 768px) {

ul.nav-menu.align-to-right.prt1 {
    overflow: visible;
}
.dine-head {
    text-align: center !important;
}
.activities-wrapper {
    display: block;
}
.activities-left {
    width: 100%;
}
.activities-content {
    width: 100%; 
    padding-top: 10px;
    text-align: center;
    padding-left: 0;
}
.activities-heading{ margin-bottom: 5px; }
.activities-wrapper:nth-child(2n) .activities-content
 {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}
.activities-heading{ line-height: 19px; }


  .package-days {
    padding-right: 0;
    border-right: none;
  }
 
  .out-title{ letter-spacing: 1px;    margin-bottom: 0; }
  .outdoor-btm {
    margin-top: 10px;
  }
  .outdoor-item.mb0{     margin-bottom: 2em; }

   .ayur-btm-bg{       
    padding: 10px 10px;
    width: 49%;
    height: unset;
    margin-bottom: 5px;
  }
  .ayur-span{ line-height: 18px; }
  .ayur-left2,.ayur-left1,.ayur-right1,.ayur-right2,.btm-left,.btm-right{display: none;}
  .ayur-span br {
    display: none;
  }


  .yoga-item {
      width: 50%;
      float: none;
      border-radius: 15px;
      padding: 15px 10px;
  }
  .yoga-bg{ padding: 0 10px 10px; }
  .yoga-bg img {
      width: 100px;
      margin: 0 auto;
  }
  .yoga-title{ line-height: 18px; }
}
@media (min-width: 681px) and (max-width: 768px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }


  /* Banner */

  .logo {
    width: 78%;
  }

  .inner-banner-wraper {
    padding-top: 17%;
  }

  .txt-mid-shape {
    left: 48.4%;
    top: 53%;
  }

  .txt-left-shape {
    left: 29%;
    top: 66.5%;
    width: 55px;
  }

  .txt-right-shape {
    right: 29%;
    top: 66.5%;
    width: 55px;
  }

  .banner-caption-mainhead {
    font-size: 7.5em;
  }

  .clock-house {
    display: block;
    bottom: 23%;
    left: 20.5%;
    width: 50px;
  }

  .clock {
    display: block;
    bottom: 12%;
    right: 26%;
    width: 40px;
  }

  .banner-btm-box {
    padding: 15px 5px;
  }

  /* About sec*/

  .about-sec-inner {
    text-align: left;
  }

  .about-sec-left {
    flex-direction: row;
    gap: 0;
    align-items: center;
  }

  .about-sec-right {
    flex-direction: row;
    align-items: flex-end;
  }

  .about-sec-right-img {
    display: block;
  }

  .sec3-mid1 {
    display: flex;
    gap: 5px;
  }

  .sec3-right {
    padding-top: 2%;
  }

  .sec-mid-txt {
    font-size: 2em;
  }

  /* pool sec */

  .pool-con-title {
    font-size: 2em;
    margin-bottom: 10px;
  }

  .pool-con-title br {
    display: none;
  }

  .pool-con p {
    height: auto;
    width: auto;
  }

  /* Ayurveda sec */

  .ayurveda-heading {
    font-size: 8em;
  }

  .ayurveda-sub-head {
    padding-right: 65px;
  }

  .parallax-item:nth-child(1) {
    top: -1.5%;
    left: 18%;
  }

  .parallax-item:nth-child(1) img {
    width: 55px;
  }

  .parallax-item:nth-child(2) {
    top: 11.5%;
    left: 24%;
  }

  .parallax-item:nth-child(2) img {
    width: 55px;
  }

  .parallax-item:nth-child(3) {
    top: -1%;
    left: 35%;
  }

  .parallax-item:nth-child(3) img {
    width: 65px;
  }

  .parallax-item:nth-child(4) {
    top: 7%;
    right: 36%;
  }

  .parallax-item:nth-child(4) img {
    width: 80px;
  }

  .parallax-item:nth-child(5) {
    top: 15.5%;
    right: 27%;
    z-index: -1;
  }

  .parallax-item:nth-child(5) img {
    width: 75px;
  }

  .parallax-item:nth-child(6) {
    top: 1.5%;
    right: 9.5%;
  }

  .parallax-item:nth-child(6) img {
    width: 85px;
  }

  .ayurveda-sec-title br {
    display: block;
  }

  .ayurveda-inner-sec img {
    width: auto;
  }

  .ayurveda-inner-sec {
    flex-direction: row;
  }

  .ayurveda-inner-sec p {
    text-align: center;
  }

  .theatre-sec .pool-con p {
    height: auto;
  }

  .theatre-sec .pool-con {
    margin-top: 20px;
  }

  .cooking-sec-main-head {
    font-size: 4.5em;
    margin-top: 0px;
  }

  .cooking-sec-sub-head {
    padding-left: 5.5%;
  }

  .cooking-sec-inner-con {
    margin-top: 3%;
  }

  .history-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .exp-card {
    padding: 10px;
    width: 32%;
  }

  .divider {
    width: 90%;
  }

  .divider::after {
    margin-top: -2%;
    margin-right: -9%;
  }

  .dining-center img {
    width: auto;
  }

  .desc {
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .food-item img {
    width: auto;
  }

  .item-left-top {
    margin-top: 2%;
  }

  .item-right-bottom {
    margin-left: 13%;
    margin-top: 1%;
  }

  .item-left-bottom {
    margin-left: 9%;
  }

  .package-card {
    margin: -9% auto 0 auto;
    width: 33%;
  }

  .packages-wraper {
    gap: 0px;
    padding-bottom: 30px;
    flex-direction: row;
  }

  .bottom-sec-inner .top-sec p {
    text-align: center;
  }

  .bottom-sec-inner .top-sec p br {
    display: none;
  }

  .btm-testimonial-btn {
    width: 35%;
  }

  .btm-testimonial-btn:last-child {
    width: 37%;
  }

  /* Footer */

  .footer-wraper {
    height: 350px;
    margin-top: 0%;
  }

  .footer-wraper picture,
  .footer-wraper img {
    height: 100%;
  }

  .brid-bottom {
    bottom: -56%;
    left: 2%;
    width: 350px;
  }

  .architecture-inner {
    flex-direction: column;
    gap: 30px;
  }

  .architecture-top-img {
    flex-direction: row;
    gap: 0;
  }

  .archi-brid {
    bottom: -32%;
    top: unset;
    width: 100px;
  }

  .architecture-bg {
    width: 768px;
    bottom: -5%;
    top: unset;
  }

  .archi-left {
    width: 32%;
    margin-top: 12%;
    margin-right: -2.5%;
    margin-left: 0;
    height: 193px;
  }

  .archi-left img {
    top: -15%;
  }

  .archi-mid {
    width: 32%;
  }

  .archi-mid p {
    right: -19%;
    top: -5%;
  }

  .archi-right {
    width: 32%;
    margin-top: 11%;
    margin-left: -1%;
    margin-right: 0;
    margin-bottom: 0;
  }

  .archi-right img {
    width: 100%;
  }

  .archi-title {
    font-size: 4.5em;
    margin-top: -12%;
  }

  .bottom-sec-inner .bottom-sec {
    flex-direction: row;
  }

  .footer-container {
    bottom: 22%;
  }


  /************** About Page ***************/

  .capital-sec {
    flex-direction: row;
    justify-content: center;
  }

  .capital-sec-card {
    width: 49%;
  }

  .experiences-content .divider::after {
    margin-top: -2%;
    margin-right: -9%;
  }


  /************** Contact Page ***************/

  .enquire-pic {
    display: flex;
    justify-content: space-between;
  }

  .contact-details-box {
    padding: 40px 10px;
    gap: 10px;
    flex-direction: column;
    width: 32%;
    text-align: center;
    justify-content: center;
  }

  .phn-box {
    margin: 0;
  }

  .enquiry-form-outer .user-box {
    margin-right: 2%;
    width: 49%;
  }

  .enquiry-form-outer {
    padding-top: 1em;
  }


  /************** facilities Page ***************/

  .acco-rooms {
    top: 8.5%;
    padding: 50px 35px;
  }

  .acco-rooms img {
    width: auto;
  }

  .acco-rooms p {
    font-size: 1em;
  }

  .acco-con {
    column-gap: 130px;
  }

  .dining-exp {
    flex-direction: row;
    gap: 5px;
  }

  .dining-exp p {
    font-size: .9em;
    margin-top: 5px;
  }

  .event-items {
    width: 49%;
  }

  .spa-sec-inner {
    flex-direction: row;
    gap: 10px;
  }

  .treatment-card-title {
    font-size: 1em;
  }

  .activity-item-inner {
    justify-content: unset;
    gap: 10px;
  }

  .event-sec-inner {
    flex-direction: row;
    column-gap: 0;
    row-gap: 10px;
    flex-wrap: wrap;
  }

  .fam-facilities-sec {
    gap: 5px;
    flex-direction: row;
  }

  .guest-sec-item {
    width: 48%;
    border-bottom: 1px solid #60604b;
    margin: 0;
  }

  .guest-sec-item:nth-child(5) {
    border-bottom: none;
  }

  .exp-sec-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }

  .exp-items p {
    font-size: 1em;
    bottom: 3%;
    width: 100%;
    text-align: center;
  }

  .amenity-card {
    width: 49%;
    height: 147px;
    align-content: center;
    padding: 15px;
  }

  .section-heading {
    font-size: 1.3em;
  }

  .amenity-card li {
    margin-bottom: 6px;
    font-size: 1.2em;
  }

  .amenities-footer ul {
    flex-direction: row;
    gap: 0;
  }

  /************** Gallery Page ***************/

  .gallerypage-tabcontent {
    grid-template-columns: repeat(3, 1fr);
  }

  /************** Deals inner Page ***************/

  .package-box-shape-right {
    right: -4%;
  }

  .inner-package-sec {
    gap: 5px;
    flex-direction: row;
  }

  /************** Deals inner Page ***************/

  .faq-inner {
    width: 85%;
  }


   .outdoor-item {
    width: 50%;
    margin-bottom: 2em;
  }
  .package-days {
    padding-right: 0;
    border-right: none;
  }
  .outdoor-item {
    width: 50%;
    margin-bottom: 2em;
  }
  .out-title{ letter-spacing: 1px;    margin-bottom: 0; }
  .outdoor-btm {
    margin-top: 10px;
  }
  .outdoor-item.mb0{     margin-bottom: 2em; }

   .ayur-btm-bg{       
    padding: 10px 10px;
    width: 49%;
    height: unset;
    margin-bottom: 5px;
  }
  .ayur-span{ line-height: 18px; }
  .ayur-left2,.ayur-left1,.ayur-right1,.ayur-right2,.btm-left,.btm-right{display: none;}
  .ayur-span br {
    display: none;
  }
    .yoga-item {
      width: 33%;
      float: none;
      border-radius: 15px;
      padding: 15px 10px;
  }
  .yoga-bg{ padding: 0 10px 10px; }
  .yoga-bg img {
      width: 100px;
      margin: 0 auto;
  }
  .yoga-title{ line-height: 18px; }

}