:root {
  --white: #fff;
  --dark-yellow: #d3b369;
  --near-black: #23231f;
  --brown: #faecc8;
  --other-yellow: #9c9686;
  --transparent: #ddd0;
  --light-brown: #fff9f1;
  --ash: #f7f7f7;
  --light-grey: #eee;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-center {
  z-index: 100;
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  color: var(--white);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Philosopher, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
}

.nav-link:hover, .nav-link:focus-visible, .nav-link[data-wf-focus-visible], .nav-link.w--current {
  color: var(--dark-yellow);
}

.nav-link.inner {
  color: var(--near-black);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: var(--white);
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-family: Philosopher, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .4s;
}

.nav-dropdown-toggle:hover {
  color: var(--dark-yellow);
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle.inner {
  color: var(--near-black);
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border: 1px solid var(--brown);
  border-radius: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-dropdown-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  transition: all .3s;
}

.nav-dropdown-link:hover {
  background-color: var(--brown);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--dark-yellow);
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  border: 2px solid var(--dark-yellow);
  background-color: var(--dark-yellow);
  color: var(--near-black);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-family: Philosopher, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: var(--dark-yellow);
  background-color: #d3b36900;
}

.button-primary:active {
  background-color: #43464d;
}

.nav-bar {
  background-color: var(--transparent);
}

.top-bar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  font-family: Alegreya Sans, sans-serif;
}

.section-slider {
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 20px;
}

.slide-image {
  width: 100%;
}

.slider {
  background-color: var(--transparent);
  width: 100%;
  height: 100vh;
}

.slider.not-hero {
  height: auto;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.section-navigation {
  z-index: 200;
}

.hero-slider-overlay {
  z-index: 200;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-primary {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-right: 5px;
  font-family: Philosopher, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  display: inline-flex;
}

.heading-primary.fancy {
  letter-spacing: 6px;
  text-transform: capitalize;
  font-family: Style Script, sans-serif;
  font-size: 92px;
  line-height: 92px;
}

.heading-primary.dark {
  color: var(--near-black);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-primary.dark.subtitle {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 28px;
}

.heading-primary.dark.small {
  font-size: 24px;
  line-height: 24px;
}

.heading-primary.yellow {
  color: var(--dark-yellow);
  margin-top: 5px;
  margin-bottom: 5px;
}

.heading-primary.white {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-primary.white.small {
  font-size: 24px;
  line-height: 24px;
}

.container-2 {
  flex: 1;
}

.para-primary {
  color: var(--light-brown);
  text-align: justify;
  font-size: 16px;
  line-height: 20px;
}

.para-primary.fancy {
  font-weight: 900;
}

.gallery-slider {
  background-color: var(--ash);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-section.inner-pages {
  height: auto;
}

.hero-section.main {
  background-color: var(--light-brown);
  justify-content: flex-end;
  align-items: center;
  height: 80vh;
  padding-bottom: 100px;
}

.hero-section.main.small {
  height: 60vh;
  padding-bottom: 80px;
}

.hero-section.main.about {
  background-image: linear-gradient(#ffffff36, #ffffff36), url('../images/about-eastend-1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero-section.main.micro {
  height: 40vh;
  padding-bottom: 40px;
}

.hero-section.main.left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 35vh;
  padding-bottom: 40px;
}

.hero-section.main.left._10 {
  height: 10vh;
}

.hero-section.main.left._20 {
  height: 20vh;
}

.container-3 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-div {
  min-width: 50%;
}

.hero-left-block {
  padding: 20px;
}

.slide-1 {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.arrow {
  color: var(--transparent);
}

.logo-link {
  background-color: #fff;
  padding: 20px;
}

.logo-link.transparent {
  background-color: #fff0;
}

.slide-2 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/7.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#0000007d, #0000007d), url('../images/1-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: url('../images/2.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.section {
  background-color: var(--light-brown);
  padding-top: 80px;
  padding-bottom: 60px;
}

.section.dark {
  background-color: var(--brown);
}

.section.dark.full {
  background-color: #b69d63;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-margin-bottom {
  padding-bottom: 0;
}

.section.black {
  background-color: var(--light-grey);
}

.section.padding-bottom {
  background-image: url('../images/el-2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.contact {
  background-image: url('../images/el-3-1-1-1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 15%;
}

.section.dark-yellow {
  background-color: var(--dark-yellow);
}

.section.ayurveda {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/4-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 80px;
}

.section.ayurveda-munnar {
  background-image: linear-gradient(#00000059, #00000059), url('../images/PMV005401-1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.minimum-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.white {
  background-color: var(--white);
}

.full-width {
  width: 100%;
}

.div-block {
  height: 400px;
  transition: all .4s;
}

.div-block:hover {
  transform: translate(0, -10px);
}

.div-block.lakesong {
  background-image: url('../images/lakesong-1.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block.munnar {
  background-image: url('../images/munnar-1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block.clay-house {
  background-image: url('../images/clayhouse-1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block.e05 {
  background-image: url('../images/E05-back-2.webp');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.logo {
  background-color: #fff;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  max-width: 40%;
  min-height: 120px;
  padding: 20px;
  display: flex;
}

.logo.black {
  background-color: #000;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-2 {
  border-left: 2px solid var(--dark-yellow);
  align-self: flex-start;
  padding-left: 10px;
}

.div-block-2.dark-border {
  border-left-color: var(--near-black);
}

.div-block-2.margin-bottom {
  margin-bottom: 20px;
}

.flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.flex-horizontal.margin-bottom {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.flex-horizontal.margin-bottom.gallery-slide-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
}

.flex-horizontal.margin-bottom.gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-horizontal.margin-bottom.absolute {
  z-index: 200;
  background-image: linear-gradient(#000000a8, #0000);
  padding: 20px 40px;
  position: absolute;
  inset: 0%;
}

.flex-horizontal.margin-bottom.absolute.hero {
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 20%;
  inset: 0% 0% auto;
}

.flex-horizontal.unstretch {
  border: 1px solid var(--dark-yellow);
  align-items: stretch;
}

.flex-horizontal.align-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-horizontal.align-top.margin-bottom {
  margin-bottom: 40px;
}

.flex-horizontal.gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
}

.footer-dark {
  background-color: var(--near-black);
  color: var(--light-brown);
  padding: 50px 30px 15px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--dark-yellow);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Philosopher, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--light-brown);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: all .4s;
}

.footer-link:hover {
  color: #fff9f19e;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-block.header {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -30px;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--near-black);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #696163;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

/* Attribution link style to match copyright text */
.nextler-link {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.nextler-link:hover,
.nextler-link:focus {
  color: inherit;
  text-decoration: none;
}

.div-50-wide {
  min-width: 50%;
}

.div-50-wide.padding {
  min-width: 50%;
  padding: 60px 40px;
}

.div-50-wide.padding.center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-center-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--near-black);
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.padding-40 {
  padding: 40px;
}

.padding-40.color {
  background-color: var(--brown);
}

.padding-40.color.div-50-wide {
  background-color: var(--dark-yellow);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.features-metrics {
  background-color: var(--ash);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-family: Philosopher, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.features-title.large {
  font-size: 78px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.heading-secondary {
  margin-top: 0;
  font-family: Philosopher, sans-serif;
}

.heading-secondary.small {
  margin-bottom: 10px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.text-block {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.text-block-2 {
  margin-bottom: 3px;
}

.features-metrics-2 {
  background-color: var(--dark-yellow);
  color: var(--near-black);
  padding: 60px 30px;
  position: relative;
}

.div-70-wide {
  min-width: 70%;
  max-width: 70%;
}

.div-30-wide {
  width: 30%;
}

.div-30-wide.flex-vertical {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.div-33-height {
  height: 33%;
}

.lin-33-height {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 33%;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.lin-33-height:hover {
  transform: translate(0, -10px);
}

.lin-33-height.ayurveda {
  background-image: linear-gradient(#095f0c8f, #095f0c8f), url('../images/4-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lin-33-height.events {
  background-image: linear-gradient(#33378573, #33378573), url('../images/3-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.lin-33-height.weddings {
  background-image: linear-gradient(#80000075, #80000075), url('../images/weddings-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 34%;
}

.side-element-absolute {
  position: absolute;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 80px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-wrapper.boxes {
  transition: all .3s;
}

.gallery-image-wrapper.boxes:hover {
  transform: translate(0, -5px);
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  background-image: linear-gradient(90deg, #231f2036, #fff0);
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 24px;
  display: inline;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-image-text.box {
  text-align: left;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  background-image: linear-gradient(#0000, #231f20c4);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff9f1b3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.grid-3._2-column {
  grid-template-columns: 1fr 1fr;
}

.grid-3._2-column.transparent {
  background-color: #fff0;
}

.grid-3._2-column.transparent.align-bottom {
  align-items: end;
}

.grid-3._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-3._2 {
  grid-template-columns: 1fr 1fr;
}

.grid-3.transparent {
  background-color: #fff9f100;
  margin-bottom: 20px;
}

.grid-3.transparent._2.align-bottom {
  align-items: end;
}

.grid-4 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-columns: 1fr 1fr 1fr;
}

.code-embed {
  font-size: 90px;
  font-weight: 300;
}

.bold-text {
  font-family: Philosopher, sans-serif;
}

.link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--dark-yellow);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block:hover {
  color: var(--near-black);
}

.link-block.dark {
  color: var(--near-black);
  margin-top: 5px;
}

.div-block-5 {
  min-width: 350px;
}

.para-secondary {
  color: var(--brown);
}

.para-secondary.white {
  color: var(--white);
}

.div-block-6 {
  padding-left: 20px;
}

.box-link {
  transform-style: preserve-3d;
}

.box-link:hover {
  transform: scale3d(1, 1, 1.1);
}

.right-bottom-el {
  position: absolute;
}

.mask-2 {
  height: 100vh;
}

.slide-6 {
  height: 90vh;
}

.hero-slide {
  height: 100vh;
}

.hero-slide.munnar {
  background-image: url('../images/3.webp');
  background-position: 50%;
  background-size: auto;
}

.hero-slide.lakesong {
  background-image: linear-gradient(#00000029, #00000029), url('../images/PMV03329.JPG');
  background-position: 0 0, 100% 100%;
  background-size: auto, auto;
}

.hero-slide.lake {
  background-image: linear-gradient(#00000012, #00000012), url('../images/PMV04039.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.hero-slide.lake-2 {
  background-image: url('../images/DJI_20241218074334_0246_D.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.hero-slide.kathakali {
  background-image: linear-gradient(#00000024, #00000024), url('../images/PMV00540.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-slide.tourists {
  background-image: linear-gradient(#00000045, #00000045), url('../images/PMV01365.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.icon-for-brackground {
  z-index: 100;
  opacity: .08;
  position: absolute;
}

.link-block-2 {
  z-index: 200;
  transition: all .3s;
  position: fixed;
  inset: auto 2% 2% auto;
}

.link-block-2:hover {
  transform: translate(0, -8px);
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-3 {
  width: 100%;
}

.gallery-scroll-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-sticky-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-2 {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-2:hover {
  color: #1a1b1fcc;
}

.gallery-link-2.w--current {
  font-weight: 600;
}

.gallery-image-wrapper-2 {
  position: relative;
}

.gallery-image-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-slider-2 {
  background-color: var(--light-brown);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-slider-2.white {
  background-color: var(--dark-yellow);
}

.gallery-slider-2.top-border {
  border-top: 1px solid var(--brown);
  background-color: var(--light-grey);
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.gallery-slide-2 {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper-2 {
  border: 1px solid var(--dark-yellow);
  max-width: 47%;
  margin-right: 5%;
}

.gallery-slide-wrapper-2.one-slide-view {
  max-width: 100%;
}

.gallery-slide-image-2 {
  position: relative;
}

.gallery-image-4 {
  width: 100%;
}

.gallery-slide-text-2 {
  color: #f5f7fa;
  background-color: #231f2075;
  margin-bottom: 0;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  bottom: 10px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-2:focus-visible, .gallery-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.gallery-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-2:focus-visible, .gallery-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav-2 {
  display: none;
}

.gallery-overview-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-block-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block-2 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.gallery-grid-3 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-scroll-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-sticky-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-3 {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-3:hover {
  color: #1a1b1fcc;
}

.gallery-link-3.w--current {
  font-weight: 600;
}

.gallery-image-wrapper-3 {
  position: relative;
}

.gallery-image-text-3 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-scroll-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-4 {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-4:hover {
  color: #1a1b1fcc;
}

.gallery-link-4.w--current {
  font-weight: 600;
}

.gallery-grid-4 {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper-4 {
  position: relative;
}

.gallery-image-5 {
  width: 100%;
}

.gallery-image-text-4 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-overview-3 {
  background-color: var(--light-brown);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-block-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block-3 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-3 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.gallery-scroll-5 {
  background-color: var(--light-brown);
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-5 {
  color: var(--dark-yellow);
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.gallery-link-5:hover {
  color: var(--brown);
}

.gallery-link-5.w--current {
  font-weight: 600;
}

.gallery-grid-5 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper-5 {
  position: relative;
}

.gallery-image-6 {
  width: 100%;
}

.gallery-image-text-5 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.link-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--near-black);
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-3:hover {
  background-color: var(--brown);
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-8 {
  border: 1px solid #f5e0b0;
  margin-bottom: 10px;
}

.text-block-3 {
  font-size: 18px;
}

.div-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.heading {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph {
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.subtitle {
  font-family: Philosopher, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.bold-text-2 {
  font-family: Philosopher, sans-serif;
}

.para-white {
  color: var(--white);
  font-weight: 300;
}

.list {
  padding-left: 10px;
}

.list-item {
  margin-bottom: 10px;
}

.spacer {
  margin-top: 20px;
}

.image {
  background-color: #000;
  padding: 20px;
}

.fixed-button {
  z-index: 300;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--brown);
  background-color: var(--dark-yellow);
  text-align: center;
  min-width: 120px;
  margin-top: 42vh;
  transition: all .3s;
  position: fixed;
  inset: 0% 0% auto auto;
}

.fixed-button:hover {
  background-color: #000;
}

.fixed-button.two {
  margin-top: 50vh;
}

.floating-button-div {
  position: fixed;
  inset: auto 0% 0%;
}

.margin-top {
  margin-top: 20px;
}

.center {
  text-align: center;
}

.container-11 {
  width: 100%;
}

.margin-bottom {
  margin-bottom: 40px;
}

.map {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    color: #fff;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--other-yellow);
    color: #fff;
  }

  .menu-button.dark {
    color: var(--near-black);
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--other-yellow);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .slider {
    height: 80vh;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-primary {
    font-size: 30px;
  }

  .heading-primary.fancy {
    font-size: 72px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-section {
    height: 80vh;
  }

  .hero-section.main {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section.main.small {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-section.main.about {
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-section.main.micro {
    height: 40vh;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section.main.left {
    height: 30vh;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-link {
    width: 120px;
    padding: 10px;
  }

  .navbar-wrapper-2 {
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .section.black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.padding-bottom {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.contact {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .flex-horizontal.margin-bottom.absolute.hero {
    padding-top: 30%;
    padding-right: 220px;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-brand {
    width: 100px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-social-block.header {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 32px;
  }

  .padding-40.color.div-50-wide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .features-block.blank {
    width: 0%;
  }

  .features-metrics-2 {
    padding-top: 40px;
  }

  .side-element-absolute {
    width: 200px;
    margin-top: 60px;
  }

  .container-6 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .mask-2, .hero-slide {
    height: 80vh;
  }

  .container-7 {
    max-width: 728px;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky-2 {
    position: relative;
    top: 0;
  }

  .gallery-slider-2 {
    padding-top: 10px;
  }

  .gallery-slider-2.white, .gallery-slider-2.top-border {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-8 {
    max-width: 728px;
  }

  .gallery-wrapper-4 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-block-3 {
    margin-bottom: 0;
  }

  .gallery-slide-text-2 {
    line-height: 16px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .gallery-sticky-3 {
    position: relative;
    top: 0;
  }

  .container-9 {
    max-width: 728px;
  }

  .gallery-wrapper-5 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky-4 {
    position: relative;
    top: 0;
  }

  .gallery-overview-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-10 {
    max-width: 728px;
  }

  .gallery-wrapper-6 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky-5 {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .heading-primary {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-primary.fancy {
    margin-top: 0;
    font-size: 52px;
    line-height: 52px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-section.main.small {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section.main.about {
    padding-bottom: 60px;
  }

  .hero-section.main.left {
    padding-bottom: 10px;
  }

  .hero-section.main.tab100 {
    height: 100vh;
    padding-bottom: 60px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .section.dark.padding, .section.padding-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.dark-yellow.padding {
    padding-top: 60px;
  }

  .section.ayurveda.padding-40 {
    padding-bottom: 40px;
  }

  .section.ayurveda-munnar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.minimum-padding, .section.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.padding {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    height: 300px;
  }

  .logo {
    max-width: 50%;
  }

  .div-block-2 {
    margin-bottom: 10px;
  }

  .flex-horizontal.margin-bottom.absolute.hero {
    padding-right: 220px;
  }

  .flex-horizontal.align-top.margin-bottom {
    flex-flow: column;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 20%;
    margin-bottom: 40px;
  }

  .features-title {
    font-size: 32px;
    line-height: 32px;
  }

  .features-metrics-2 {
    padding: 60px 15px;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .grid-3._2-column.transparent {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .grid-3.transparent {
    grid-template-columns: 1fr 1fr;
  }

  .code-embed {
    font-size: 52px;
  }

  .div-block-5 {
    min-width: 200px;
  }

  .div-block-6 {
    padding-left: 0;
  }

  .gallery-overview, .gallery-scroll-2, .gallery-slider-2 {
    padding: 60px 15px;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-2 {
    line-height: 16px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .gallery-overview-2, .gallery-scroll-3, .gallery-scroll-4, .gallery-overview-3 {
    padding: 60px 15px;
  }

  .gallery-scroll-5 {
    padding: 0 20px 60px;
  }

  .div-block-9 {
    column-count: 2;
  }

  .paragraph {
    font-size: 12px;
    line-height: 14px;
  }

  .fixed-button {
    margin-bottom: 20px;
    inset: auto auto 0% 0%;
  }

  .div-block-10 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: #fff0;
    border-radius: 0;
  }

  .nav-dropdown-link {
    color: var(--white);
  }

  .nav-dropdown-link:hover {
    color: var(--near-black);
  }

  .menu-button.w--open {
    background-color: var(--other-yellow);
  }

  .nav-menu {
    background-color: var(--other-yellow);
    flex-direction: column;
    padding-top: 30px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .slider {
    height: 100vh;
  }

  .heading-primary {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary.fancy {
    font-size: 32px;
    line-height: 36px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-section {
    height: 100vh;
  }

  .hero-section.main.small {
    height: 80vh;
  }

  .hero-section.main.about {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section.main.left {
    height: 27vh;
  }

  .hero-section.main.tab100 {
    height: auto;
    padding-top: 220px;
    padding-bottom: 10px;
  }

  .navbar-wrapper-2 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .section.dark.padding {
    padding-top: 40px;
  }

  .section.black {
    padding-top: 60px;
  }

  .section.dark-yellow.padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.padding {
    padding-top: 40px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .flex-horizontal.margin-bottom.absolute.hero {
    padding-top: 75%;
    padding-right: 40px;
  }

  .flex-horizontal.unstretch {
    flex-flow: column;
  }

  .container-4, .container-5 {
    max-width: none;
  }

  .features-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .features-block {
    align-items: stretch;
    width: 50%;
  }

  .features-block.blank {
    display: none;
  }

  .features-metrics-2 {
    padding: 20px 10px;
  }

  .side-element-absolute {
    display: none;
  }

  .container-6 {
    max-width: none;
  }

  .gallery-wrapper-2, .grid-3 {
    grid-template-columns: 1fr;
  }

  .grid-3._2-column.mobile-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .grid-3._2 {
    grid-template-columns: 1fr;
  }

  .grid-3.transparent {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .mask-2, .hero-slide {
    height: 100vh;
  }

  .container-7 {
    max-width: none;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .gallery-slider-2 {
    padding-top: 20px;
  }

  .container-8 {
    max-width: none;
  }

  .gallery-wrapper-4 {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .container-9 {
    max-width: none;
  }

  .gallery-wrapper-5 {
    grid-template-columns: 1fr;
  }

  .gallery-scroll-5 {
    padding-top: 40px;
  }

  .container-10 {
    max-width: none;
  }

  .gallery-wrapper-6 {
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    column-count: 1;
  }
}

#w-node-_3862ac44-dd5e-bfe1-9503-bf42e6901fbe-4833e87d, #w-node-_41eaf598-3104-7bca-d4da-997553e22244-4833e87d, #w-node-_5ad48259-fb45-dd0d-9e78-553f1ef3c7f4-4833e87d, #w-node-_70f1ccef-c61f-cd89-4842-4ab92a8e2a08-4833e87d, #w-node-_8bcc5311-a017-8ad4-c7e8-94efa8727e29-4833e87d, #w-node-b5f28076-0b04-0510-6cc8-97b2a058b941-4833e87d, #w-node-c8e4979e-296f-fb2e-64f9-f071483eb6d6-4833e87d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8e4979e-296f-fb2e-64f9-f071483eb6db-4833e87d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8e4979e-296f-fb2e-64f9-f071483eb6df-4833e87d, #w-node-c8e4979e-296f-fb2e-64f9-f071483eb6e9-4833e87d, #w-node-c8e4979e-296f-fb2e-64f9-f071483eb6ee-4833e87d, #w-node-_43ba7782-809e-005b-52c0-b6c876d5d75d-4833e87d, #w-node-a74499e8-ae84-de30-844f-99c3cd29fdd5-4833e87d, #w-node-b7996ed6-7aa8-2f1a-22dc-0f9c60be84fe-4833e87d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7996ed6-7aa8-2f1a-22dc-0f9c60be8504-4833e87d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b7996ed6-7aa8-2f1a-22dc-0f9c60be8508-4833e87d, #w-node-b7996ed6-7aa8-2f1a-22dc-0f9c60be8512-4833e87d, #w-node-_68137323-0bc8-f84a-61d6-8144aa1ade98-aa1ade92, #w-node-_68137323-0bc8-f84a-61d6-8144aa1adea3-aa1ade92, #w-node-_68137323-0bc8-f84a-61d6-8144aa1adeac-aa1ade92, #w-node-_502ad839-4982-731c-bfdf-f94b3e33964f-322f238b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_502ad839-4982-731c-bfdf-f94b3e33965f-322f238b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_502ad839-4982-731c-bfdf-f94b3e339660-322f238b, #w-node-_502ad839-4982-731c-bfdf-f94b3e339661-322f238b, #access-dash.w-node-_502ad839-4982-731c-bfdf-f94b3e339664-322f238b, #w-node-_502ad839-4982-731c-bfdf-f94b3e339665-322f238b, #lead-retrieval.w-node-_502ad839-4982-731c-bfdf-f94b3e339668-322f238b, #w-node-_502ad839-4982-731c-bfdf-f94b3e339669-322f238b, #w-node-_1b158420-4e94-1cfb-a723-ee7bf039fe3c-322f238b, #w-node-_3512bda3-c4f6-08b1-e392-907291ebbbd4-322f238b, #w-node-_502ad839-4982-731c-bfdf-f94b3e33964f-0c4a5cdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_502ad839-4982-731c-bfdf-f94b3e33965f-0c4a5cdc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_502ad839-4982-731c-bfdf-f94b3e339660-0c4a5cdc, #w-node-_502ad839-4982-731c-bfdf-f94b3e339661-0c4a5cdc, #access-dash.w-node-_502ad839-4982-731c-bfdf-f94b3e339664-0c4a5cdc, #w-node-_502ad839-4982-731c-bfdf-f94b3e339665-0c4a5cdc, #lead-retrieval.w-node-_502ad839-4982-731c-bfdf-f94b3e339668-0c4a5cdc, #w-node-_502ad839-4982-731c-bfdf-f94b3e339669-0c4a5cdc, #lead-scoring.w-node-_502ad839-4982-731c-bfdf-f94b3e33966c-0c4a5cdc, #w-node-_502ad839-4982-731c-bfdf-f94b3e33966d-0c4a5cdc, #sponsored-sections.w-node-_502ad839-4982-731c-bfdf-f94b3e339670-0c4a5cdc, #w-node-_502ad839-4982-731c-bfdf-f94b3e339671-0c4a5cdc, #sponsored-sections.w-node-_2e00f4c3-dfa0-4b54-086f-223635c0b645-0c4a5cdc, #w-node-_2e00f4c3-dfa0-4b54-086f-223635c0b646-0c4a5cdc, #sponsored-sections.w-node-_03441981-3f01-d04f-f71f-769a4aad98ff-0c4a5cdc, #w-node-_03441981-3f01-d04f-f71f-769a4aad9900-0c4a5cdc, #sponsored-sections.w-node-ba5901c4-8a40-ddf8-a7f5-e243571ee30b-0c4a5cdc, #w-node-ba5901c4-8a40-ddf8-a7f5-e243571ee30c-0c4a5cdc, #w-node-da8332b1-17da-338b-6626-dc3c02429c5a-0c4a5cdc, #w-node-da8332b1-17da-338b-6626-dc3c02429c64-0c4a5cdc, #w-node-_346a0755-86c0-22ac-298f-47abdce779c6-0c4a5cdc, #w-node-_7080ec17-4a22-93da-52cf-dc2d2451a0a6-0c4a5cdc, #w-node-_502ad839-4982-731c-bfdf-f94b3e33964f-2a06d190 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_502ad839-4982-731c-bfdf-f94b3e33965f-2a06d190 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_502ad839-4982-731c-bfdf-f94b3e339660-2a06d190, #w-node-_502ad839-4982-731c-bfdf-f94b3e339661-2a06d190, #access-dash.w-node-_502ad839-4982-731c-bfdf-f94b3e339664-2a06d190, #w-node-_502ad839-4982-731c-bfdf-f94b3e339665-2a06d190, #lead-retrieval.w-node-_502ad839-4982-731c-bfdf-f94b3e339668-2a06d190, #w-node-_502ad839-4982-731c-bfdf-f94b3e339669-2a06d190, #lead-scoring.w-node-_502ad839-4982-731c-bfdf-f94b3e33966c-2a06d190, #w-node-_502ad839-4982-731c-bfdf-f94b3e33966d-2a06d190, #w-node-aafa9ab1-7866-b387-5903-aa862d0b44b5-2a06d190, #w-node-_28552c89-c1b6-4b29-3894-897d3a08a547-2a06d190, #w-node-_502ad839-4982-731c-bfdf-f94b3e33964f-8bd9f359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_502ad839-4982-731c-bfdf-f94b3e33965f-8bd9f359 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_502ad839-4982-731c-bfdf-f94b3e339660-8bd9f359, #w-node-_502ad839-4982-731c-bfdf-f94b3e339661-8bd9f359, #access-dash.w-node-_502ad839-4982-731c-bfdf-f94b3e339664-8bd9f359, #w-node-_502ad839-4982-731c-bfdf-f94b3e339665-8bd9f359, #lead-retrieval.w-node-_502ad839-4982-731c-bfdf-f94b3e339668-8bd9f359, #w-node-_502ad839-4982-731c-bfdf-f94b3e339669-8bd9f359, #lead-scoring.w-node-_502ad839-4982-731c-bfdf-f94b3e33966c-8bd9f359, #w-node-_502ad839-4982-731c-bfdf-f94b3e33966d-8bd9f359, #w-node-_2de73f26-8c92-05c2-a2eb-32ada8d35712-8bd9f359, #w-node-_2de73f26-8c92-05c2-a2eb-32ada8d3571c-8bd9f359, #w-node-_2de73f26-8c92-05c2-a2eb-32ada8d35721-8bd9f359, #w-node-fddc65d5-c133-4705-6ab7-4472f6c3d692-ee1841ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fddc65d5-c133-4705-6ab7-4472f6c3d698-ee1841ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fddc65d5-c133-4705-6ab7-4472f6c3d69c-ee1841ca, #w-node-fddc65d5-c133-4705-6ab7-4472f6c3d6a6-ee1841ca, #w-node-_6455c535-a46c-2746-8d90-7e8b73001bcb-ee1841ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_104610d5-3bde-aade-e302-07b4f704bc9c-ee1841ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_104610d5-3bde-aade-e302-07b4f704bca0-ee1841ca, #w-node-_104610d5-3bde-aade-e302-07b4f704bca6-ee1841ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c8e4979e-296f-fb2e-64f9-f071483eb6d6-4833e87d, #w-node-b7996ed6-7aa8-2f1a-22dc-0f9c60be84fe-4833e87d, #w-node-_502ad839-4982-731c-bfdf-f94b3e33964f-322f238b, #w-node-_502ad839-4982-731c-bfdf-f94b3e33964f-0c4a5cdc, #w-node-_502ad839-4982-731c-bfdf-f94b3e33964f-2a06d190, #w-node-_502ad839-4982-731c-bfdf-f94b3e33964f-8bd9f359, #w-node-fddc65d5-c133-4705-6ab7-4472f6c3d692-ee1841ca, #w-node-_6455c535-a46c-2746-8d90-7e8b73001bcb-ee1841ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f3470d8e-b88a-7e69-98e9-7412f87c7629-4833e87d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7c54854-8452-e992-4902-b80a7ea5c6cf-4833e87d {
    place-self: center;
  }

  #w-node-d75564e7-476c-5b80-b27b-d114addb143b-4833e87d {
    justify-self: center;
  }

  #w-node-d75564e7-476c-5b80-b27b-d114addb1442-4833e87d, #w-node-d75564e7-476c-5b80-b27b-d114addb1447-4833e87d {
    place-self: center;
  }

  #w-node-c8e4979e-296f-fb2e-64f9-f071483eb6d6-4833e87d, #w-node-c8e4979e-296f-fb2e-64f9-f071483eb6db-4833e87d, #w-node-b7996ed6-7aa8-2f1a-22dc-0f9c60be84fe-4833e87d, #w-node-b7996ed6-7aa8-2f1a-22dc-0f9c60be8504-4833e87d, #w-node-ceffebfa-f13f-4c56-164c-6f5020e22319-5f1e1f51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ceffebfa-f13f-4c56-164c-6f5020e2231a-5f1e1f51 {
    place-self: center;
  }

  #w-node-ceffebfa-f13f-4c56-164c-6f5020e2231f-5f1e1f51 {
    justify-self: center;
  }

  #w-node-ceffebfa-f13f-4c56-164c-6f5020e22324-5f1e1f51, #w-node-ceffebfa-f13f-4c56-164c-6f5020e22329-5f1e1f51 {
    place-self: center;
  }

  #w-node-_3eefd2ad-0afe-d248-9402-eceb276ae36d-af824618 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3eefd2ad-0afe-d248-9402-eceb276ae36e-af824618 {
    place-self: center;
  }

  #w-node-_3eefd2ad-0afe-d248-9402-eceb276ae373-af824618 {
    justify-self: center;
  }

  #w-node-_3eefd2ad-0afe-d248-9402-eceb276ae378-af824618, #w-node-_3eefd2ad-0afe-d248-9402-eceb276ae37d-af824618 {
    place-self: center;
  }

  #w-node-a0ddaf4e-0433-a7e7-86b3-edbdb0ac32bc-b63ae69d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a0ddaf4e-0433-a7e7-86b3-edbdb0ac32bd-b63ae69d {
    place-self: center;
  }

  #w-node-a0ddaf4e-0433-a7e7-86b3-edbdb0ac32c2-b63ae69d {
    justify-self: center;
  }

  #w-node-a0ddaf4e-0433-a7e7-86b3-edbdb0ac32c7-b63ae69d, #w-node-a0ddaf4e-0433-a7e7-86b3-edbdb0ac32cc-b63ae69d {
    place-self: center;
  }

  #w-node-_502ad839-4982-731c-bfdf-f94b3e33964f-322f238b, #w-node-_502ad839-4982-731c-bfdf-f94b3e33965f-322f238b, #w-node-_502ad839-4982-731c-bfdf-f94b3e33964f-0c4a5cdc, #w-node-_502ad839-4982-731c-bfdf-f94b3e33965f-0c4a5cdc, #w-node-_502ad839-4982-731c-bfdf-f94b3e33964f-2a06d190, #w-node-_502ad839-4982-731c-bfdf-f94b3e33965f-2a06d190, #w-node-_502ad839-4982-731c-bfdf-f94b3e33964f-8bd9f359, #w-node-_502ad839-4982-731c-bfdf-f94b3e33965f-8bd9f359, #w-node-_836b6e16-306a-bcb1-e865-2dd6053930b4-6ec68a08 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_836b6e16-306a-bcb1-e865-2dd6053930b5-6ec68a08 {
    place-self: center;
  }

  #w-node-_836b6e16-306a-bcb1-e865-2dd6053930ba-6ec68a08 {
    justify-self: center;
  }

  #w-node-_836b6e16-306a-bcb1-e865-2dd6053930bf-6ec68a08, #w-node-_836b6e16-306a-bcb1-e865-2dd6053930c4-6ec68a08 {
    place-self: center;
  }

  #w-node-fddc65d5-c133-4705-6ab7-4472f6c3d692-ee1841ca, #w-node-fddc65d5-c133-4705-6ab7-4472f6c3d698-ee1841ca, #w-node-_6455c535-a46c-2746-8d90-7e8b73001bcb-ee1841ca, #w-node-_104610d5-3bde-aade-e302-07b4f704bc9c-ee1841ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


