@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Regular 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2"), url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #faf7f2;
  --primary: var(--dark-slate-grey);
  --white: white;
  --dark-sea-green: #7e9f8400;
  --maroon: #7e1418;
  --grey: lightgrey;
  --crimson: #ce1d2f;
  --sub-heading: "Josefin Sans", sans-serif;
  --heading-font: Alegreya, sans-serif;
  --dark-slate-grey: #2a3f36;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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;
}

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

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

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

body {
  background-color: var(--cream);
  color: var(--primary);
  font-family: Alegreya, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 54px;
  font-weight: 400;
  line-height: 58px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Alegreya, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Josefin Sans, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 26px;
}

a {
  color: var(--primary);
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
  text-decoration: underline;
}

li {
  font-family: Josefin Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

img {
  max-width: 100%;
  display: inline-block;
}

form {
  max-width: 400px;
}

label {
  margin-bottom: 5px;
  font-family: Josefin Sans, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container.banner-container {
  position: relative;
}

.container.narrow {
  max-width: 830px;
}

.container.narrow.center {
  text-align: center;
}

.container.narrow.width-100 {
  max-width: 100%;
}

.container.center {
  text-align: center;
}

.container.destination {
  margin-bottom: 60px;
}

.container.destination.last-destination {
  margin-bottom: 0;
}

.container.pro-cont-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.section.full-height {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.full-height.photo-background {
  color: var(--white);
  background-image: linear-gradient(#383d3ccc, #383d3ccc), url('../images/plants_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.full-height.photo-background.banner-photo {
  background-image: linear-gradient(#2a3f36c9, #2a3f36c9), url('../images/plants_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 100vh;
  padding-top: 85px;
  padding-bottom: 0;
  position: relative;
}

.section.full-height.photo-background.banner-photo.bg {
  background-image: none;
  background-position: 0 0;
  width: 100%;
  min-height: 400px;
}

.section.full-height.destination {
  padding-top: 140px;
}

.section.large-cta {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 150px;
  display: flex;
}

.section.large-cta.home-section-one {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.large {
  cursor: pointer;
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: visible;
}

.section.large.photo-background {
  color: var(--white);
  background-image: linear-gradient(#455d5880, #455d5880), url('../images/Wellness-Program_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.large.photo-background.event {
  background-image: linear-gradient(#252b298f, #252b298f), url('../images/Weddings.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.large.photo-background.wedding {
  background-image: linear-gradient(#455d5869, #455d5869), url('../images/wedding2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.large.photo-background.photo-bg-section {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/Wellness-Program_2.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.large.photo-background.photo-bg-section.packages {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Oceans.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.large.appartment-intro {
  padding-top: 130px;
  padding-bottom: 100px;
}

.section.large.hero.remove-top {
  padding-top: 80px;
}

.section.large._60px-m {
  padding-top: 100px;
}

.section.large.t-space-remove {
  padding-top: 40px;
}

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

.section.dark.large {
  padding-top: 200px;
}

.section.dark.large.destination {
  padding-bottom: 260px;
}

.section.dark.large.near-destination.itinerary, .section.dark.large.top-remove-space {
  padding-top: 100px;
}

.section.slider-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.rooms {
  padding-top: 0;
  padding-bottom: 0;
}

.section.dark {
  color: #faf7f2;
  background-color: #455d58;
}

.section.dark.section-dark-modify {
  padding-top: 70px;
}

.banner-title {
  margin-bottom: 54px;
  font-size: 48px;
  line-height: 1em;
}

.banner-title.h1, .banner-title.h1-copy {
  line-height: 1.1em;
}

.button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 24px 54px;
  font-family: Josefin Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: color .2s, border-color .2s;
}

.button:hover, .button.border {
  color: var(--primary);
  background-color: #0000;
}

.button.border:hover {
  background-color: var(--primary);
  color: var(--cream);
}

.button.border.reversed {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.border.reversed:hover {
  background-color: var(--white);
  color: var(--primary);
}

.button.border.cream {
  border-color: var(--cream);
  color: var(--cream);
}

.button.border.cream:hover {
  background-color: var(--cream);
  color: var(--primary);
}

.button.border.cream.shift-left {
  margin-left: 0;
}

.button.border.pro-btn {
  font-size: 14px;
}

.button.border.contact-us {
  margin-top: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}

.button.reversed {
  background-color: var(--white);
  color: var(--primary);
}

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

.banner-image {
  z-index: 0;
  object-fit: cover;
  background-image: linear-gradient(#455d581a, #455d581a), url('../images/Hotel_All_Seasons_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-self: center;
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 70vh;
  position: absolute;
}

.banner-image.home-banner {
  background-image: linear-gradient(#455d581a, #455d581a), url('../images/Hotel_All_Seasons_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.row.full-height {
  align-items: stretch;
}

.row.wrap {
  flex-flow: row;
}

.row.wrap.equipment-row {
  flex-direction: row;
}

.row.wrap.equipment-row.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.row.wrap.l {
  flex-flow: row;
}

.row.row-sticky {
  align-items: flex-start;
}

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

.row.space-btn {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.col {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.col.left-marg-80.vert-center {
  align-items: center;
  margin-left: 0;
  display: flex;
}

.col.left-marg-80.vert-center.aaa {
  margin-left: 40px;
}

.col.left-marg-80.vert-center.pro-col-margin {
  margin-left: 0;
}

.col.left-marg-80.vert-center.left-remove-space {
  margin-left: 0;
  padding-left: 20px;
}

.col.align-center {
  text-align: center;
  flex-flow: column;
}

.col.vert-cent {
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.col.vert-cent.align-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.col.sticky {
  top: 120px;
}

.col._1-2 {
  width: 50%;
}

.col.auto {
  width: auto;
}

.col.equipment-col {
  width: 33.3333%;
}

.col.equipment-col.equipment-col-modify.width-100 {
  width: 100%;
}

.col.aaa, .col.bottom-space, .col.l-r-remove {
  padding-left: 0;
  padding-right: 0;
}

.size-1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
}

.size-1.size1-modify {
  text-transform: capitalize;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 50px;
}

.size-1.size1-modify.remove-bottom-space {
  margin-bottom: 5px;
}

.size-1.bottom-space {
  margin-bottom: 20px;
}

.content-block-500 {
  width: 100%;
  max-width: 100%;
}

.content-block-500.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider.packages {
  margin-top: 0;
  padding-top: 100px;
}

.slider.events {
  margin-top: 100px;
}

.slider.destination {
  margin-top: -188px;
  margin-bottom: 140px;
}

.hide {
  display: none;
}

.cover-slider {
  height: 540px;
}

.cta-text {
  margin-bottom: 50px;
}

.cta-text.small {
  text-align: center;
  max-width: 400px;
  margin-bottom: 30px;
}

.cta-text.homepage {
  margin-bottom: 0;
}

.cta-text.bottom-space {
  margin-bottom: 20px;
}

.section-title {
  justify-content: center;
  margin-bottom: 64px;
  display: flex;
}

.more {
  border-bottom: 1px solid var(--primary);
  color: var(--primary);
  letter-spacing: .2em;
  text-transform: uppercase;
  padding-bottom: 4px;
  font-family: Josefin Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.more:hover {
  opacity: .7;
}

.event-image {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}

.background-element {
  background-color: var(--primary);
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-nav {
  color: var(--cream);
  font-size: 10px;
  bottom: -65px;
}

.slider-nav.destination {
  background-color: var(--dark-sea-green);
  color: var(--maroon);
}

.nav-link {
  color: var(--primary);
  letter-spacing: .2em;
  text-transform: uppercase;
  border-top: 2px solid #0000;
  border-bottom: 2px solid #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Josefin Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: border-color .2s;
}

.nav-link:hover {
  border-bottom-color: #455d58a6;
}

.nav-link.w--current {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
}

.nav-link.book {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: var(--cream);
  margin-left: 10px;
  transition: color .2s, border-color .2s;
}

.nav-link.book:hover {
  color: var(--primary);
  background-color: #0000;
}

.navbar {
  background-color: var(--cream);
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.page-image-intro {
  object-fit: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
}

.logo {
  max-height: 85px;
  margin-bottom: 0;
}

.logo.header-logo, .logo.footer-logo {
  width: 200px;
  max-height: none;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.footer {
  background-color: var(--primary);
  color: var(--cream);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 90px;
}

.footer-logo-link.w--current {
  min-width: auto;
  max-height: none;
}

.footer-link {
  color: var(--cream);
  text-transform: none;
  cursor: pointer;
  margin-bottom: 7px;
  font-family: Josefin Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.footer-link:hover {
  opacity: .75;
  text-decoration: none;
}

.copyright {
  text-align: center;
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
}

.accordion {
  border-bottom: 1px solid var(--grey);
  margin-top: 13px;
  padding-bottom: 3px;
}

.accordion.last {
  border-bottom-style: none;
}

.accordion-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.accordion-content {
  overflow: hidden;
}

.accordion-arrow {
  width: 20px;
}

.accordion-title {
  margin-bottom: 0;
}

.accordion-wrapper {
  margin-bottom: 20px;
}

.block-230 {
  color: var(--cream);
  width: 30%;
  max-width: 230px;
}

.div-block {
  width: 75%;
  display: flex;
}

.block-300 {
  color: var(--cream);
  width: 40%;
  max-width: 320px;
}

.sticky {
  object-fit: cover;
  display: inline-block;
  position: sticky;
  top: 80px;
}

.tab-link {
  border-bottom: 2px solid var(--cream);
  background-color: #0000;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .2s;
}

.tab-link.w--current {
  border-bottom: 2px solid var(--primary);
  background-color: #0000;
}

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

.dish {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-bottom: 15px;
  display: flex;
}

.dish-name {
  text-align: left;
  max-width: 400px;
  margin-bottom: 0;
}

.dish-price {
  font-weight: 700;
}

.tabs-menu {
  margin-bottom: 30px;
}

.center-text {
  max-width: 600px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.phone {
  color: var(--primary);
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.phone:hover {
  opacity: .8;
  text-decoration: none;
}

.phone._1.contact-link:hover {
  color: var(--crimson);
}

.full-height {
  object-fit: cover;
  height: 100%;
}

.slide {
  background-image: url('../images/room-1.jpeg');
  background-position: 50%;
  background-size: cover;
}

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

.slide.spa._2 {
  background-image: url('../images/DFort_8.webp');
}

.slide.spa._3 {
  background-image: url('../images/Dfort_5.webp');
}

.slide.spa._4 {
  background-image: url('../images/Wellness_Program-1_1.webp');
}

.slide.restaurant {
  background-image: url('../images/restaurant-1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide.restaurant._2 {
  background-image: url('../images/restaurant-2.jpeg');
}

.slide.restaurant._3 {
  background-image: url('../images/restaurant-3.jpeg');
}

.slide.home {
  background-image: url('../images/Dfort_Reception_2.webp');
  background-position: 61%;
  background-size: cover;
}

.slide.home._2 {
  background-image: url('../images/Dlight_1.webp');
  background-position: 50%;
}

.slide.home._2.semi-suite-rooms {
  background-image: url('../images/twin-bedroom_1.webp');
}

.slide.home._2.suite-rooms {
  background-image: url('../images/Suite_Room_Bath_1.webp');
  background-position: 50%;
}

.slide.home._2.two-bed-rooms {
  background-image: url('../images/Two_Bed_Room_1.webp');
  background-position: 0%;
}

.slide.home._2.three-bedrooms {
  background-image: url('../images/Three_Bedroom.jpg');
  background-position: 100%;
}

.slide.home._3 {
  background-image: url('../images/Dlight_4.webp');
  background-position: 60%;
}

.slide.home._3.premium-rooms {
  background-image: url('../images/deluxe_1.webp');
}

.slide.home._3.suite-rooms {
  background-image: url('../images/Suite_Room_Bathtub_1.webp');
  background-position: 50%;
}

.slide.home._4 {
  background-image: url('../images/Swimming-Area.jpeg');
}

.slide.home._4.premium-rooms {
  background-image: url('../images/Premium_Twin_Room_1.webp');
}

.slide.home._5 {
  background-image: url('../images/Dlight_3.webp');
}

.slide.home._5.premium-rooms {
  background-image: url('../images/Premium_Twin_Room-2_1.webp');
}

.slide.home._6 {
  background-image: url('../images/DFort_Waiting_Area_1.webp');
}

.slide.home._6.deluxe-rooms-single {
  background-image: url('../images/DELUXE-SINGLE-ROOM_1.webp');
}

.slide.home._7 {
  background-image: url('../images/DFort_8.webp');
  background-position: 90%;
}

.slide.home.deluxe-rooms-single.suite {
  background-image: url('../images/suite-room_1.webp');
}

.slide.home.deluxe-rooms-single.suite._2 {
  background-image: url('../images/suite-room-1_1.webp');
}

.slide.home.deluxe-rooms-single.suite._3 {
  background-image: url('../images/suite-room-2_1.webp');
}

.slide.home.deluxe-rooms-single.suite._4 {
  background-image: url('../images/suite-room-3_1.webp');
}

.slide.home.premium-rooms {
  background-image: url('../images/Premium_Double_Room-1_1.webp');
}

.slide.home.semi-suite-rooms {
  background-image: url('../images/Semi_Suite_Rooms_Bathroom_1.webp');
}

.slide.home.suite-rooms {
  background-image: url('../images/Suite_Room_1.webp');
  background-position: 50%;
}

.slide.home.two-bed-room {
  background-image: url('../images/Two_Bedroom_1.webp');
}

.slide.home.three-bedroom {
  background-image: url('../images/Three_Bedroom_1.webp');
}

.slide.home._8 {
  background-image: url('../images/Dlight_2.webp');
}

.slide.home._9 {
  background-image: url('../images/Events-Hall.webp');
}

.slide.home._10 {
  background-image: url('../images/Wellness-Programs.webp');
}

.slide.home.permium {
  background-image: url('../images/premium_1.webp');
}

.slide.home.permium._2 {
  background-image: url('../images/premium-1_1.webp');
}

.slide.home._1 {
  background-image: url('../images/entrance-s_1.webp');
}

.slide.home._1-2 {
  background-image: url('../images/reception-s_1.webp');
}

.slide.home._1-3 {
  background-image: url('../images/entrance-2_1.webp');
}

.slide.home._1-4 {
  background-image: url('../images/reception-2_1.webp');
}

.title-section-wrapper {
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.block-600 {
  max-width: 600px;
}

.room-description-wrapper {
  background-color: var(--cream);
  color: var(--primary);
  text-align: left;
  flex-direction: row;
  align-self: flex-end;
  max-width: 400px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 25px;
  display: flex;
  position: relative;
  top: -50px;
  left: auto;
  right: auto;
}

.room-description-wrapper.room-descriptive-wrapper-modified {
  max-width: 415px;
  padding-right: 10px;
  position: static;
  top: 0;
}

.room-wrapper {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.room-wrapper.room-wrapper-modified {
  height: 520px;
  text-decoration: none;
}

.room-wrapper.room-wrapper-modified.hide {
  display: none;
}

.price-block {
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 22px;
  display: flex;
}

.price-block.packages {
  margin-top: 0;
  margin-bottom: 0;
}

.price-block.hide {
  display: none;
}

.room-price {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 30px;
  font-weight: 300;
  line-height: .5em;
}

.room-price.room-price-modify {
  font-weight: 400;
}

.room-currency {
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  line-height: .6em;
}

.room-currency.room-currency-modify {
  font-weight: 400;
}

.room-price-text {
  margin-right: 5px;
  line-height: 11px;
}

.room-price-text.night {
  line-height: 17px;
}

.room-left-wrapper {
  flex-direction: column;
  width: 245px;
  padding-right: 30px;
}

.room-details {
  border: 1px solid var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.room-details.room-details-modified {
  flex-direction: row;
  width: 40%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.room-detail {
  border-bottom: 1px solid var(--primary);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  display: flex;
}

.room-detail.last {
  border-bottom-style: none;
  border-right-style: none;
}

.room-detail.room-detail-modified {
  border-bottom-width: 0;
  flex-direction: column;
  justify-content: space-between;
  max-width: none;
}

.detail-text {
  flex-wrap: wrap;
  flex: 1;
  align-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 19px;
  display: flex;
}

.detail-text.horizontal {
  flex: 0 auto;
}

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

.detail-icon {
  margin-right: 10px;
}

.detail-icon.detail-icon-modified {
  margin-bottom: 10px;
}

.detail {
  margin-bottom: 0;
  line-height: 19px;
}

.detail.meters {
  margin-left: 2px;
}

.detail.max {
  padding-right: 3px;
}

.detail.per {
  margin-left: 2px;
}

.image {
  object-fit: cover;
  height: 350px;
}

.nav-menu {
  margin-top: 10px;
  margin-bottom: 10px;
}

.room-details-hor {
  align-items: center;
  display: flex;
}

.room-detail-horizontal {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.equipment-wrapper {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.equipment-icon {
  width: 24px;
  height: auto;
  margin-right: 15px;
  font-family: "Fa Solid 900", sans-serif;
}

.equipment-icon.equipment-icon-modify {
  color: #2a3f36;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
}

.equipment-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.mb40 {
  margin-bottom: 40px;
}

.room-link {
  text-decoration: none;
}

.equipments-wrap {
  margin-top: 60px;
}

.button-box {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.fade-in-2 {
  margin-bottom: 0;
}

.fade-in-3.packages, .fade-in-3.itinerary {
  margin-top: 40px;
}

.fade-in-3.read-blog {
  margin-top: 30px;
}

.fade-in-4 {
  width: 100%;
}

.fade-in-4.foo-social-media-block {
  margin-top: 40px;
}

.fade-in-4.foo-social-media-block.top-space-remove {
  margin-top: 0;
}

.fade-in-5.destination-1 {
  background-image: url('../images/Munroe-Island-Kollam.webp');
  background-position: 50%;
  background-size: cover;
  height: 440px;
}

.fade-in-5.destination-2 {
  background-image: url('../images/Jatayu-Earth-Centre.webp');
  background-position: 0%;
  background-size: cover;
  height: 440px;
}

.fade-in-5.destination-3 {
  background-image: url('../images/Sambranikodi_1.webp');
  background-position: 50%;
  background-size: cover;
  height: 440px;
}

.fade-in-5.destination-4 {
  background-image: url('../images/Paalaruvi_1.webp');
  background-position: 50%;
  background-size: cover;
  height: 440px;
}

.fade-in-5.destination-5 {
  background-image: url('../images/Varkala-Beach_1.webp');
  background-position: 50%;
  background-size: cover;
  height: 440px;
}

.color {
  border: 1px solid var(--primary);
  border-radius: 3px;
  height: 120px;
}

.color.primary {
  background-color: var(--primary);
}

.color-hex {
  margin-top: 10px;
  font-weight: 400;
}

.button-style-wrap {
  border: 1px solid var(--cream);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 30px;
  display: flex;
}

.button-style-wrap.full {
  background-color: var(--cream);
}

.deploy-date {
  margin-bottom: 3px;
}

.version {
  margin-bottom: 10px;
}

.photo {
  background-image: url('../images/hotel-intro.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 30px;
}

.photo._2 {
  background-image: url('../images/wedding3.jpeg');
}

.photo._3 {
  background-image: url('../images/restaurant-1.jpeg');
}

.photo._4 {
  background-image: url('../images/get-in-touch.jpeg');
}

.primary, .color-link {
  color: var(--primary);
}

.license-icon {
  width: 24px;
}

.room-image {
  width: 100%;
}

.text-field {
  border: 1px solid var(--primary);
  background-color: #0000;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
}

.text-field:focus {
  border-color: var(--primary);
}

.text-field.area {
  min-height: 150px;
  padding-top: 20px;
}

.success-message {
  border: 2px solid var(--primary);
  background-color: #0000;
  margin-top: 20px;
  font-family: Josefin Sans, sans-serif;
}

.error-message {
  border: 2px solid var(--primary);
  background-color: #0000;
  margin-top: 30px;
  font-family: Josefin Sans, sans-serif;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-medium-height {
  object-fit: cover;
  min-height: 600px;
}

.image-medium-height.thangi {
  min-height: 350px;
}

.cream-link {
  color: var(--white);
  cursor: pointer;
  font-weight: 400;
}

.cream-link:hover {
  opacity: .51;
}

.heading {
  color: var(--primary);
}

.link-block {
  color: var(--white);
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.link-block.foo-contact-block {
  align-items: stretch;
  margin-bottom: 20px;
}

.foo-link-icon {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.foo-link-icon:hover {
  opacity: .64;
}

.paragraph {
  margin-top: 0;
  padding-top: 0;
}

.paragraph.foo-contact-block-para {
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph.foo-contact-block-para:hover {
  opacity: .81;
}

.paragraph.white-para {
  font-family: var(--sub-heading);
}

.paragraph.white-para.packages {
  margin-bottom: 0;
  padding-right: 10px;
}

.paragraph.margin-none {
  text-align: left;
  margin-bottom: 0;
}

.paragraph.margin-none.itinerary {
  color: #faf7f2;
}

.paragraph.contact-link:hover {
  color: var(--maroon);
}

.foo-title {
  text-transform: none;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
}

.foo-social-icon {
  color: var(--cream);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.link-block-2 {
  padding-right: 10px;
}

.link-block-2.foo-social-link-block {
  padding-right: 15px;
  display: inline-block;
}

.link-block-2.foo-social-link-block:hover {
  transform: scale(1.1);
}

.list {
  flex-direction: row;
  display: flex;
}

.list-item {
  display: block;
}

.bold-text {
  font-weight: 400;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .underline-text {
  text-decoration: underline;
}

.text-block {
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
}

.dfort-home-content-block {
  float: none;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.dfort-home-content-block.packages {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
}

.dfort-home-content-block.packages.last-item {
  padding-bottom: 10px;
}

.dfort-room-content-block {
  margin-bottom: 10px;
  display: flex;
}

.dfort-room-content-block.hide, .image-2 {
  display: none;
}

.image-3 {
  width: 100%;
}

.image-4 {
  display: none;
}

.image-5 {
  width: 100%;
}

.column {
  padding-left: 0;
  padding-right: 15px;
}

.room-descriptive-wrapper-block {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  top: -50px;
}

.collection-list-wrapper-hide, .div-block-4 {
  display: none;
}

.div-block-5 {
  display: block;
}

.column-2 {
  padding-left: 15px;
  padding-right: 0;
}

.room-name {
  margin-top: 0;
  font-family: Alegreya, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-modify {
  margin-bottom: 100px;
}

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

.tabs {
  display: flex;
}

.tabs-menu-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: block;
}

.tabs-content {
  flex-direction: column-reverse;
  align-items: baseline;
  width: 70%;
  display: inline;
  position: relative;
  top: auto;
  overflow: visible;
}

.tab-link-tab-1 {
  cursor: pointer;
  background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Wellness-Teaser.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 45%;
  height: 234px;
  margin: 10px;
  padding: 0;
  display: inline-block;
}

.tab-link-tab-1:hover {
  background-image: linear-gradient(#7e1418bf, #7e1418bf), url('../images/Dfort_9.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tab-link-tab-1.w--current {
  width: 45%;
}

.tab-link-tab-1._1:hover {
  background-image: linear-gradient(#7e1418bf, #7e1418bf), url('../images/Wellness-Teaser.webp');
  background-position: 0 0, 50%;
}

.tab-link-tab-1._2 {
  background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Pain-Management.webp');
  background-position: 0 0, 50%;
}

.tab-link-tab-1._2:hover {
  background-image: linear-gradient(#7e1418bf, #7e1418bf), url('../images/Pain-Management.webp');
  background-position: 0 0, 50%;
}

.tab-link-tab-1._2.w--current {
  background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Pain-Management.webp');
  background-position: 0 0, 50%;
}

.tab-link-tab-1._2.w--current:hover {
  background-image: linear-gradient(#7e1418bf, #7e1418bf), url('../images/Pain-Management.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tab-link-tab-1._3 {
  background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Ayurveda_2.webp');
  background-position: 0 0, 100%;
}

.tab-link-tab-1._3:hover {
  background-image: linear-gradient(#7e1418bf, #7e1418bf), url('../images/Ayurveda_2.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.tab-link-tab-1._4 {
  background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Kaanthi-1.webp');
  background-position: 0 0, 50%;
}

.tab-link-tab-1._4:hover {
  background-image: linear-gradient(#7e1418bf, #7e1418bf), url('../images/Kaanthi-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tab-link-tab-1._5 {
  background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/stress-and-anxiety.webp');
  background-position: 0 0, 100%;
}

.tab-link-tab-1._5:hover {
  background-image: linear-gradient(#7e1418bf, #7e1418bf), url('../images/stress-and-anxiety.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.tab-link-tab-1._6 {
  background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Kaanthi.webp');
  background-position: 0 0, 50%;
}

.tab-link-tab-1._6:hover {
  background-image: linear-gradient(#7e1418bf, #7e1418bf), url('../images/Kaanthi.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tab-link-tab-1._7 {
  background-image: linear-gradient(#2a3f3691, #2a3f3691), url("https://cdn.prod.website-files.com/679b04f19446dcec6adbc687/679b04f19446dcec6adbc7ab_Mathru'Raksha.webp");
  background-position: 0 0, 50%;
}

.tab-link-tab-1._7:hover {
  background-image: linear-gradient(#7e1418bf, #7e1418bf), url("https://cdn.prod.website-files.com/679b04f19446dcec6adbc687/679b04f19446dcec6adbc7ab_Mathru'Raksha.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tab-link-tab-1._8 {
  background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Rasaayanam.webp');
  background-position: 0 0, 50%;
}

.tab-link-tab-1._8:hover {
  background-image: linear-gradient(#7e1418bf, #7e1418bf), url('../images/Rasaayanam.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tab-link-tab-1._9 {
  background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Diabetes-Reversal.webp');
  background-position: 0 0, 50%;
}

.tab-link-tab-1._9:hover {
  background-image: linear-gradient(#7e1418bf, #7e1418bf), url('../images/Diabetes-Reversal.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tab-link-tab-1._10 {
  background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Rehabilation.webp');
  background-position: 0 0, 50%;
}

.tab-link-tab-1._10:hover {
  background-image: linear-gradient(#7e1418bf, #7e1418bf), url('../images/Rehabilation.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-block-2 {
  color: var(--white);
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-3, .text-block-4 {
  color: var(--white);
}

.tab-pane-tab-1 {
  padding-left: 10px;
  padding-right: 10px;
  position: sticky;
  top: 100px;
  bottom: auto;
  right: auto;
}

.div-block-6 {
  position: sticky;
  top: 10px;
}

.deluxe-rooms-single, .deluxe-rooms-single-block, .premium-rooms-block, .suite-rooms-block, .three-bedroom-apartments-block, .deluxe-rooms-twin-block, .semi-suite-rooms-block, .two-bedroom-apartment-block {
  text-decoration: none;
}

.button-2 {
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #455d58;
  border: 1px solid #455d58;
  border-radius: 3px;
  padding: 24px 54px;
  font-family: Josefin Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: color .2s, border-color .2s;
}

.button-2:hover, .button-2.border {
  color: #455d58;
  background-color: #0000;
}

.button-2.border:hover {
  color: #faf7f2;
  background-color: #455d58;
}

.button-2.border.cream {
  color: #faf7f2;
  border-color: #faf7f2;
}

.button-2.border.cream:hover {
  color: #455d58;
  background-color: #faf7f2;
}

.button-2.border.button2-modify {
  margin-top: 10px;
}

.fade-in-6 {
  margin-bottom: 0;
}

.text-block-5 {
  color: #fff;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-5.modify {
  font-size: 30px;
  line-height: 40px;
  display: none;
  position: static;
}

.modify {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Alegreya, sans-serif;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-7 {
  background-color: var(--crimson);
  width: 80%;
  height: 1px;
  margin: 20px auto;
}

.accordion-item {
  background-color: #0000;
  border: 0 solid #951b81a1;
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  overflow: hidden;
}

.accordion-toggle {
  background-color: #0e4669;
  border: 0 solid #951b81a1;
  align-items: center;
  height: 80px;
  padding: 0;
  display: flex;
}

.accordion-toggle.w--open {
  padding: 0;
}

.accordion-icon {
  color: #fff;
  font-size: 25px;
}

.accordion-icon-title {
  color: #fff;
  white-space: break-spaces;
  margin-left: 20px;
  margin-right: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.dropdown-list-7 {
  background-color: #dddddd4a;
  padding: 0;
  display: block;
  position: static;
}

.dropdown-list-7.w--open {
  padding: 0;
  display: block;
}

.div-block-96 {
  padding: 20px;
}

.dropdown-link-3 {
  white-space: break-spaces;
  padding: 20px;
}

.dropdown-link-3.paragraph-main {
  padding: 0;
}

.div-block-97 {
  padding: 20px;
}

.grid-wellness-responsive {
  display: none;
}

.div-block-82 {
  border: 0 solid #951b81a1;
  padding-top: 0;
  padding-bottom: 0;
}

.image-62 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-81 {
  border: 0 solid #951b81a1;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.div-block-95 {
  border: 1px solid #0e4669;
  padding: 20px;
}

.text-block-6 {
  color: var(--white);
  padding-bottom: 0;
  padding-right: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 41px;
}

.div-block-98 {
  background-color: var(--maroon);
  border-radius: 50px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.div-block-98.new-hide {
  display: none;
}

.text-block-7 {
  color: var(--cream);
  text-align: center;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-7:hover {
  color: var(--crimson);
}

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

.form {
  max-width: 100%;
  display: flex;
}

.form-block {
  text-align: center;
  width: 100%;
}

.div-block-100 {
  text-align: center;
  margin-top: 100px;
  margin-left: 20px;
  margin-right: 20px;
  display: none;
}

.text-field-2 {
  width: 93%;
}

.consult-dr-input {
  width: 28%;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--maroon);
  width: 16%;
}

.heading-2 {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.link-block-3 {
  text-transform: none;
  text-decoration: none;
}

.contact-dr {
  width: 60%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

.column-3 {
  text-align: right;
  padding-left: 0;
  padding-right: 40px;
}

.column-4 {
  border-right: 1px solid var(--grey);
  border-left: 1px solid var(--grey);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.column-5 {
  text-align: left;
  padding-left: 40px;
  padding-right: 0;
  line-height: 23px;
}

.text-block-8 {
  color: var(--white);
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-12 {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-12.new-title {
  font-family: var(--heading-font);
  font-size: 25px;
  text-decoration: none;
}

.link {
  color: var(--white);
  text-transform: capitalize;
  cursor: pointer;
  font-family: Alegreya, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: var(--grey);
}

.paragraph-13 {
  text-align: center;
}

.columns {
  align-items: center;
  display: flex;
}

.column-6 {
  padding-left: 0;
  padding-right: 40px;
}

.column-6.itinerary-1 {
  padding-right: 0;
}

.column-7 {
  padding-left: 40px;
  padding-right: 0;
}

.column-7.itinerary {
  padding-left: 0;
}

.column-7.itinerary-1 {
  text-align: right;
}

.div-block-101 {
  justify-content: space-around;
  margin-bottom: 40px;
  display: flex;
}

.form-2 {
  max-width: none;
}

.text-field-3 {
  text-align: center;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #00000024;
  margin-right: 15px;
}

.text-field-3:focus {
  border-bottom-color: var(--maroon);
  background-color: #fff0;
}

.text-field-4 {
  text-align: center;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #00000024;
  margin-left: 15px;
}

.text-field-4:focus {
  border-bottom-color: var(--maroon);
  background-color: #fff0;
}

.form-block-2 {
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.textarea {
  text-align: center;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #00000024;
  margin-bottom: 40px;
}

.textarea:focus {
  border-bottom-color: var(--maroon);
  background-color: #fff0;
}

.div-block-102 {
  margin-top: 60px;
}

.div-block-103 {
  background-color: var(--grey);
  width: 70%;
  height: 1px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.tab-heading {
  color: var(--cream);
  font-family: Alegreya, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.tab-link-photo {
  background-color: var(--dark-sea-green);
}

.tab-link-photo.w--current {
  border-bottom: 3px solid var(--maroon);
  background-color: var(--dark-sea-green);
}

.tabs-menu-3 {
  text-align: center;
}

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

.grid.gallery-grid {
  grid-template-rows: auto auto auto;
}

.tabs-content-2 {
  margin-top: 60px;
}

.section-3 {
  background-color: var(--primary);
  background-image: linear-gradient(#2a3f36c9, #2a3f36c9), url('../images/plants_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 0;
}

.blog-heading-banner {
  color: var(--cream);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
}

.blog-heading-banner.blog-page {
  color: var(--primary);
}

.container-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section-4 {
  padding: 80px 30px;
}

.container-3 {
  max-width: 1080px;
}

.grid-block {
  box-shadow: 2px 2px 9px 0 var(--grey);
}

.blogs-block-image {
  background-image: url('../images/Meeting.webp');
  background-position: 50%;
  background-size: cover;
  height: 190px;
}

.blogs-block-image._2 {
  background-image: url("https://cdn.prod.website-files.com/679b04f19446dcec6adbc687/679b04f19446dcec6adbc7e1_Autograph%20Moments%20At%20D'Fort.webp");
}

.blogs-block-image._3 {
  background-image: url('../images/Mindful-Breathing.webp');
}

.date-blog {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
}

.blog-title {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}

.blog-content-block {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-page-main {
  box-shadow: 2px 2px 9px 0 var(--grey);
  text-align: center;
  padding: 40px;
}

.image-63 {
  width: 40%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.blog-page-divider-line {
  background-color: var(--maroon);
  width: 30%;
  height: 1px;
  margin: 40px auto;
}

.div-block-104 {
  height: 30px;
}

.slider-2 {
  display: block;
}

.slider-gallery {
  display: none;
}

.form-block-contact {
  margin-top: 40px;
  margin-bottom: 0;
}

.link-2 {
  text-decoration: none;
}

.link-2.contact-link:hover {
  color: var(--crimson);
}

.div-block-105 {
  display: none;
}

.div-block-105.show {
  display: block;
}

.promotion_1 {
  text-align: center;
  order: -1;
  align-self: auto;
  font-size: 36px;
  font-weight: 500;
}

.flex-cont {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.pro-image-1 {
  width: 100%;
}

.brix---mg-bottom-12px {
  margin-bottom: 0;
}

.brix---avatar-image-square {
  border-radius: 16px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-32px {
  margin-bottom: 10px;
}

.brix---display-3 {
  font-family: var(--heading-font);
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.brix---badge-wrapper-bottom-center {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 33px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---container-default-2 {
  max-width: 1160px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-2 {
  font-family: var(--heading-font);
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
}

.brix---heading-link-dark {
  color: #211f54;
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link-dark:hover {
  color: #4a3aff;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---paragraph-default-2 {
  font-family: var(--sub-heading);
  color: var(--primary);
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.brix---paragraph-default-2.des {
  padding-top: 10px;
  font-weight: 300;
}

.brix---paragraph-default-2.email {
  text-decoration: none;
}

.brix---paragraph-default-2.mobile {
  margin-top: 4px;
}

.brix---color-neutral-801 {
  color: #6e7191;
}

.brix---color-neutral-802 {
  color: #211f54;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---badge-secondary-small-bold {
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.brix---grid-3-columns-gap-row-64px {
  grid-column-gap: 28px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---social-media-grid-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  justify-items: center;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-image-link._400px {
  object-fit: cover;
}

.brix---section-2 {
  color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
}

.brix---icon-square-36px {
  background-color: #2a3f360f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  font-size: 16px;
  transform: scale(.92);
}

.text-block-9 {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
}

.new-col {
  display: block;
}

.image-65, .image-66, .image-67 {
  width: 100%;
}

.heading-7 {
  font-size: 24px;
  line-height: 30px;
}

.background-video {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-height: 500px;
  margin-top: 20px;
  display: flex;
}

.play-pause-button {
  top: 30px;
  bottom: auto;
  right: 25px;
}

.section-5 {
  text-align: center;
  margin-top: 120px;
}

.image-68 {
  width: 100%;
}

.facilities--section {
  padding-bottom: 60px;
}

.container-4 {
  width: 100%;
  max-width: 1000px;
}

.image-69 {
  width: 24px;
  margin-right: 15px;
}

.image-70 {
  width: 100%;
}

.heading-13 {
  font-size: 48px;
}

.text-span-9 {
  display: inline-block;
}

.text-block-10 {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
}

.brix---heading-h2-size-3 {
  color: #2a3f36;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alegreya, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
}

.brix---color-neutral-803 {
  color: #211f54;
}

.brix---paragraph-default-3 {
  color: #2a3f36;
  margin-bottom: 4px;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.brix---paragraph-default-3.mobile {
  margin-top: 4px;
}

.brix---paragraph-default-3.email {
  text-decoration: none;
}

.brix---paragraph-default-3.des {
  padding-top: 10px;
  font-weight: 300;
}

.brix---display-4 {
  color: #2a3f36;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Alegreya, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.fade-in-7 {
  width: 100%;
}

.fade-in-7.banner-heading-div {
  width: 60%;
}

.button-3 {
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #2a3f36;
  border: 1px solid #2a3f36;
  border-radius: 3px;
  padding: 24px 54px;
  font-family: Josefin Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: color .2s, border-color .2s;
}

.button-3:hover, .button-3.border {
  color: #2a3f36;
  background-color: #0000;
}

.button-3.border:hover {
  color: #faf7f2;
  background-color: #2a3f36;
}

.button-3.border.reversed {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-3.border.reversed:hover {
  color: #2a3f36;
  background-color: #fff;
}

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

.section-6.full-height {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-6.full-height.photo-background {
  color: #fff;
  background-image: linear-gradient(#383d3ccc, #383d3ccc), url('../images/plants.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6.full-height.photo-background.banner-photo {
  background-image: linear-gradient(#2a3f36c9, #2a3f36c9), url('../images/plants.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 100vh;
  padding-top: 85px;
  padding-bottom: 0;
  position: relative;
}

.section-6.full-height.photo-background.banner-photo.bg {
  background-image: none;
  background-position: 0 0;
  width: 100%;
}

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

.container-5.banner-container {
  position: relative;
}

.background-video-2 {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.banner-image-2 {
  z-index: 0;
  object-fit: cover;
  background-image: linear-gradient(#455d581a, #455d581a), url('../images/Hotel_All_Seasons.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-self: center;
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 70vh;
  position: absolute;
}

.banner-image-2.home-banner {
  background-image: linear-gradient(#455d581a, #455d581a), url('../images/Hotel_All_Seasons.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: none;
}

.play-pause-button-2 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section.full-height.photo-background.banner-photo.bg {
    background-image: none;
    background-position: 0 0;
  }

  .section.dark.large.near-destination {
    padding-top: 100px;
  }

  .col.left-marg-80.vert-center.pro-col-margin {
    margin-left: 0;
  }

  .promotion_1 {
    font-size: 42px;
  }

  .flex-cont {
    width: 100%;
    max-width: 100%;
  }

  .brix---heading-h2-size-2 {
    font-size: 42px;
  }

  .background-video {
    min-height: 600px;
  }

  .brix---heading-h2-size-3 {
    font-size: 42px;
  }

  .section-6.full-height.photo-background.banner-photo.bg {
    background-image: none;
    background-position: 0 0;
  }
}

@media screen and (min-width: 1440px) {
  .section.full-height.photo-background.banner-photo.bg {
    background-image: linear-gradient(#00000014, #00000014);
    background-position: 0 0;
    background-size: auto;
  }

  .section.full-height.destination {
    min-height: auto;
    padding-top: 220px;
  }

  .flex-cont {
    width: 100%;
    max-width: 100%;
  }

  .background-video {
    min-height: 700px;
  }

  .section-6.full-height.photo-background.banner-photo.bg {
    background-image: linear-gradient(#00000014, #00000014);
    background-position: 0 0;
    background-size: auto;
  }
}

@media screen and (min-width: 1920px) {
  .section.full-height.photo-background.banner-photo.bg {
    min-height: 600px;
  }

  .section.full-height.destination {
    min-height: auto;
    padding-top: 220px;
  }

  .row.pro-div {
    justify-content: flex-start;
  }

  .col.left-marg-80.vert-center.pro-col-margin {
    margin-left: 0;
  }

  .content-block-500.pro-div {
    order: 0;
    align-self: auto;
    display: block;
  }

  .promotion_1 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .flex-cont {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .background-video {
    min-height: 800px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .container.top-space {
    padding-top: 20px;
  }

  .section.full-height.photo-background.banner-photo {
    background-image: linear-gradient(to bottom, var(--cream), var(--cream)), linear-gradient(to bottom, #383d3ccc, #383d3ccc), url('../images/plants_1.webp');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .section.full-height.photo-background.banner-photo.bg {
    height: auto;
    min-height: auto;
  }

  .section.full-height.l-r-space-10px {
    padding-bottom: 60px;
  }

  .section.large-cta.home-section-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.large.photo-background.event {
    padding-top: 60px;
  }

  .section.large.photo-background.photo-bg-section {
    background-image: linear-gradient(#000000a3, #000000a3), url('../images/Wellness-Program_2.webp');
    background-position: 0 0, 50%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.large.hero.remove-top {
    padding-top: 40px;
  }

  .section.large.hero.top-space {
    padding-top: 120px;
  }

  .section.large._60px-m {
    padding-top: 60px;
  }

  .section.large.t-space-remove {
    padding-top: 20px;
  }

  .section.dark.large {
    padding-top: 155px;
  }

  .section.dark.large.near-destination {
    padding-top: 60px;
  }

  .section.dark.large.near-destination.itinerary {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.dark.large.top-remove-space {
    padding-top: 60px;
  }

  .section.dark.section-dark-modify.bottom-space, .section.dark.section-dark-modify.bottom-space-remove {
    padding-bottom: 80px;
  }

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

  .banner-title {
    font-size: 72px;
  }

  .banner-title.h1, .banner-title.h1-copy {
    font-size: 40px;
    line-height: 1.1em;
  }

  .button.border {
    margin-bottom: 20px;
  }

  .button.border.cream.shift-left {
    margin-bottom: 0;
    margin-left: 0;
  }

  .banner-image {
    background-image: linear-gradient(#455d5836, #455d5836), url('../images/Hotel_All_Seasons_2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    max-height: 100vh;
    top: 0;
  }

  .banner-image.home-banner {
    background-image: linear-gradient(#2a3f3699, #2a3f3699), url('../images/Hotel_All_Seasons_2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .row.wrap {
    flex-flow: row;
  }

  .row.mobile-reverse.contact {
    flex-flow: column;
  }

  .row.mobile-reverse.space-btn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .row.pro-div, .row.promotion {
    flex-flow: row;
  }

  .row.wel-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .row.space-btn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .col.left-marg-80 {
    margin-left: 0;
  }

  .col.left-marg-80.vert-center {
    align-self: auto;
    margin-left: 0;
  }

  .col.left-marg-80.vert-center.aaa {
    margin-left: 0;
  }

  .col.left-marg-80.vert-center.add-top-space {
    padding-top: 20px;
  }

  .col.left-marg-80.vert-center.l-r-space, .col.align-center, .col.bottom-space, .col.l-r-remove {
    padding-left: 0;
    padding-right: 0;
  }

  .size-1 {
    padding-top: 20px;
    font-size: 48px;
    line-height: 54px;
  }

  .size-1.size1-modify {
    color: var(--white);
    font-size: 30px;
    line-height: 40px;
  }

  .content-block-500 {
    align-self: auto;
    max-width: 100%;
  }

  .cta-text.pro-sub-title {
    margin-bottom: 20px;
  }

  .cta-text.bottom-space.top-space {
    margin-top: 20px;
  }

  .cta-text.contact-img {
    margin-bottom: 10px;
  }

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

  .event-image {
    height: 220px;
  }

  .nav-link, .nav-link.w--current {
    color: var(--cream);
  }

  .nav-link.book {
    margin-left: auto;
    margin-right: auto;
  }

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

  .nav-container {
    align-items: center;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    display: flex;
  }

  .block-230 {
    width: 30%;
  }

  .div-block {
    justify-content: space-between;
    width: 100%;
  }

  .block-300 {
    width: 45%;
  }

  .slide.home {
    background-image: url('../images/Dfort_Reception_1.webp');
  }

  .slide.home._2 {
    background-image: url('../images/Dfort_7.webp');
  }

  .slide.home._3 {
    background-image: url('../images/Dfort_1.webp');
  }

  .slide.home._4 {
    background-image: url('../images/Dfort_2.webp');
  }

  .slide.home._5 {
    background-image: url('../images/Dfort_6.webp');
  }

  .slide.home._6 {
    background-image: url('../images/Dfort_3.webp');
  }

  .slide.home._7 {
    background-image: url('../images/Dfort_4.webp');
  }

  .room-description-wrapper {
    width: 100%;
    top: 0;
  }

  .room-wrapper.room-wrapper-modified {
    height: 460px;
  }

  .room-wrapper.room-wrapper-modified.remove-bottom-space {
    margin-bottom: 10px;
  }

  .price-block, .room-price, .room-currency {
    color: var(--white);
  }

  .room-price-text {
    color: var(--primary);
  }

  .room-price-text.night {
    color: var(--white);
    line-height: 20px;
  }

  .room-price-text.night.paragraph {
    color: var(--white);
    margin-bottom: 0;
    line-height: 26px;
  }

  .room-left-wrapper {
    width: 100%;
  }

  .image {
    width: 100%;
    height: 240px;
  }

  .nav-menu {
    z-index: 1;
    background-color: var(--primary);
    margin-top: 0;
    margin-bottom: 0;
    position: fixed;
    inset: 0%;
  }

  .fade-in-1.footer-logo-block {
    margin-bottom: 40px;
  }

  .fade-in-3 {
    padding-bottom: 0;
  }

  .fade-in-4.banner-heading-div {
    width: 100%;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    z-index: 2;
    color: var(--cream);
    background-color: #0000;
  }

  .nav-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .image-medium-height.thangi {
    width: 100%;
  }

  .icon {
    font-size: 45px;
  }

  .paragraph {
    color: var(--white);
  }

  .paragraph.margin-none {
    color: var(--primary);
  }

  .paragraph.margin-none.itinerary {
    color: var(--white);
  }

  .paragraph.colored-para {
    color: var(--primary);
  }

  .foo-title {
    font-size: 24px;
  }

  .dfort-room-content-block {
    flex-direction: row;
  }

  .image-2, .image-4 {
    width: 100%;
    display: block;
  }

  .image-5 {
    display: none;
  }

  .room-descriptive-wrapper-block {
    width: 100%;
    top: 0;
  }

  .collection-list-wrapper-hide, .tabs.wellness-tabs {
    display: none;
  }

  .tabs-menu-2 {
    width: 94%;
  }

  .tabs-content {
    width: 64%;
    position: sticky;
    top: 40px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    width: 42%;
  }

  .button-2.border.button2-modify {
    border-color: var(--white);
    color: var(--white);
  }

  .accordion-item {
    margin-top: -65px;
  }

  .accordion-toggle {
    background-color: #0000;
    height: 63px;
  }

  .accordion-icon-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
  }

  .dropdown-list-7 {
    background-color: #7e1418db;
  }

  .dropdown-link-3.paragraph-main {
    font-size: 16px;
    line-height: 22px;
  }

  .grid-wellness-responsive {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-62 {
    display: none;
  }

  .div-block-95 {
    background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Wellness-Teaser.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 220px;
  }

  .div-block-95._1 {
    background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Pain-Management.webp');
    background-position: 0 0, 50%;
  }

  .div-block-95._2 {
    background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Ayurveda_2.webp');
    background-position: 0 0, 0%;
  }

  .div-block-95._3 {
    background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Kaanthi-1.webp');
    background-position: 0 0, 50%;
  }

  .div-block-95._4 {
    background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/stress-and-anxiety.webp');
    background-position: 0 0, 50%;
  }

  .div-block-95._5 {
    background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Kaanthi.webp');
    background-position: 0 0, 50%;
  }

  .div-block-95._6 {
    background-image: linear-gradient(#2a3f3691, #2a3f3691), url("https://cdn.prod.website-files.com/679b04f19446dcec6adbc687/679b04f19446dcec6adbc7ab_Mathru'Raksha.webp");
    background-position: 0 0, 50%;
  }

  .div-block-95._7 {
    background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Rasaayanam.webp');
    background-position: 0 0, 50%;
  }

  .div-block-95._8 {
    background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Diabetes-Reversal.webp');
    background-position: 0 0, 50%;
  }

  .div-block-95._9 {
    background-image: linear-gradient(#2a3f3691, #2a3f3691), url('../images/Rehabilation.webp');
    background-position: 0 0, 50%;
  }

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

  .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
    color: var(--white);
  }

  .heading-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .contact-dr {
    width: 80%;
    margin-top: 0;
    padding-top: 80px;
  }

  .link {
    font-size: 22px;
    line-height: 32px;
  }

  .columns.itinerary {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .columns.itinerary-1 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-6.itinerary {
    text-align: left;
    padding-right: 0;
  }

  .column-6.col-left {
    padding-right: 0;
  }

  .column-7.itinerary-1 {
    text-align: left;
    padding-left: 0;
  }

  .column-7.col-left {
    padding-left: 0;
  }

  .tab-link-photo {
    margin-bottom: 20px;
  }

  .tabs-content-2 {
    margin-top: 60px;
  }

  .blog-heading-banner {
    font-size: 52px;
  }

  .blog-heading-banner.blog-page {
    font-size: 36px;
  }

  .container-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .date-blog {
    font-size: 14px;
  }

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

  .image-63 {
    width: 50%;
  }

  .blog-page-divider-line {
    width: 40%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .slider-gallery {
    display: none;
  }

  .div-block-105.show {
    display: block;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---display-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 26px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .brix---social-media-grid-center {
    grid-column-gap: 10px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .image-64 {
    width: 100%;
  }

  .heading-3 {
    padding-top: 40px;
  }

  .heading-4 {
    padding-top: 20px;
  }

  .heading-5, .heading-6 {
    margin-top: 20px;
  }

  .background-video {
    min-height: 300px;
  }

  .head-title-text {
    padding-top: 20px;
  }

  .heading-9, .heading-10, .heading-11, .heading-12 {
    color: var(--cream);
  }

  .text-span-9 {
    display: inline-block;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---display-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .fade-in-7.banner-heading-div {
    width: 100%;
  }

  .button-3.border {
    margin-bottom: 20px;
  }

  .section-6.full-height.photo-background.banner-photo {
    background-image: linear-gradient(#faf7f2, #faf7f2), linear-gradient(#383d3ccc, #383d3ccc), url('../images/plants.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .banner-image-2 {
    background-image: linear-gradient(#455d5836, #455d5836), url('../images/Hotel_All_Seasons_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    max-height: 100vh;
    top: 0;
  }

  .banner-image-2.home-banner {
    background-image: linear-gradient(#2a3f3699, #2a3f3699), url('../images/Hotel_All_Seasons_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 95%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container.destination {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.destination.last-destination {
    margin-bottom: 0;
  }

  .container.pro-cont-1 {
    order: 0;
  }

  .section.full-height.destination {
    padding-bottom: 60px;
  }

  .section.large-cta {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.large-cta.home-section-one, .section.large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.large.hero.remove-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.large._60px-m {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.large.b-space-remove {
    padding-bottom: 20px;
  }

  .section.dark.large {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.dark.large.near-destination {
    padding-top: 60px;
  }

  .section.dark.large.top-remove-space {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .banner-title {
    font-size: 54px;
  }

  .banner-title.h1, .banner-title.h1-copy {
    font-size: 38px;
    line-height: 1.1em;
  }

  .button.border.cream.shift-left {
    margin-bottom: 0;
  }

  .row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .row.full-height.mob-reverse {
    flex-direction: column-reverse;
  }

  .row.wrap {
    flex-direction: column;
  }

  .row.wrap.equipment-row {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .row.wrap.equipment-row.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .row.wrap.l {
    flex-flow: column;
  }

  .row.mobile-reverse {
    flex-direction: column;
  }

  .row.mobile-reverse.contact {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .row.mobile-reverse.space-btn {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .row.pro-div {
    flex-flow: column;
  }

  .row.wel-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .row.space-btn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .col {
    margin-bottom: 40px;
  }

  .col.left-marg-80 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .col.left-marg-80.vert-center {
    display: flex;
  }

  .col.left-marg-80.vert-center.aaa {
    margin-left: 0;
    padding-top: 0;
  }

  .col.left-marg-80.vert-center.pro-col-margin {
    order: 1;
  }

  .col.left-marg-80.vert-center.left-remove-space {
    padding-left: 0;
    padding-right: 0;
  }

  .col.align-center {
    margin-bottom: 0;
  }

  .col.align-center.margin-bottom {
    margin-bottom: 40px;
  }

  .col.vert-cent {
    margin-bottom: 0;
  }

  .col.vert-cent.align-right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .col.vert-cent.l-r-space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.sticky {
    position: relative;
    top: 0;
  }

  .col._1-2 {
    width: 100%;
  }

  .col.equipment-col {
    width: 50%;
    margin-bottom: 10px;
  }

  .col.equipment-col.equipment-col-modify.width-100 {
    width: 100%;
    margin-bottom: 0;
  }

  .col.l-r-remove {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.l-r-remove.remove-space, .col.l-r-remove.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .size-1 {
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 42px;
    line-height: 48px;
  }

  .size-1.size1-modify {
    font-size: 28px;
    line-height: 38px;
  }

  .size-1.destination {
    margin-bottom: 20px;
  }

  .content-block-500.pro-div {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .slider.events {
    margin-top: 80px;
  }

  .cover-slider {
    height: 420px;
  }

  .cta-text.destination {
    margin-bottom: 0;
  }

  .event-image {
    height: 300px;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    margin-bottom: 20px;
    display: block;
  }

  .footer-link.last-element {
    margin-bottom: 0;
  }

  .block-230 {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block {
    flex-direction: column;
  }

  .block-300 {
    width: 100%;
    margin-bottom: 30px;
  }

  .room-description-wrapper {
    top: -50px;
  }

  .room-description-wrapper.room-descriptive-wrapper-modified {
    max-width: 100%;
  }

  .room-wrapper {
    margin-bottom: 0;
  }

  .room-wrapper.room-wrapper-modified {
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .room-price-text.night {
    color: var(--white);
  }

  .equipments-wrap {
    padding-left: 20px;
    padding-right: 0;
  }

  .fade-in-1.footer-logo-block {
    margin-bottom: 40px;
  }

  .fade-in-3 {
    padding-bottom: 0;
  }

  .fade-in-4 {
    text-align: center;
  }

  .fade-in-4.foo-social-media-block {
    margin-top: 30px;
  }

  .fade-in-4.events {
    margin-bottom: 20px;
  }

  .fade-in-4.left-align {
    text-align: left;
  }

  .fade-in-5.wellness {
    text-align: center;
    margin-bottom: 30px;
  }

  .fade-in-5.video-banner-btn {
    text-align: center;
  }

  .room-image {
    width: 100%;
  }

  .image-medium-height {
    min-height: 250px;
  }

  .image-medium-height.thangi {
    margin-bottom: 20px;
  }

  .link-block.foo-contact-block.last-element {
    margin-bottom: 0;
  }

  .foo-title {
    font-size: 23px;
  }

  .foo-title.h-left, .foo-social-media.div-left {
    text-align: left;
  }

  .list, .list-2 {
    margin-bottom: 0;
  }

  .image-2, .image-4 {
    width: 100%;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-wrapper-hide {
    display: none;
  }

  .div-block-modify {
    margin-bottom: 80px;
  }

  .tabs-menu-2 {
    width: 47%;
    margin-right: 40px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    width: 100%;
  }

  .tab-pane-tab-1 {
    padding-right: 40px;
  }

  .deluxe-rooms-single, .deluxe-rooms-single-block, .premium-rooms, .premium-rooms-block, .suite-rooms, .suite-rooms-block, .deluxe-rooms-twin, .deluxe-rooms-twin-block, .semi-suite-rooms, .semi-suite-rooms-block {
    width: 100%;
  }

  .accordion-toggle {
    padding-top: 0;
  }

  .accordion-icon-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 31px;
  }

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

  .div-block-95 {
    height: 300px;
  }

  .contact-dr {
    width: 100%;
    margin-top: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns, .columns.destination-1 {
    flex-direction: column-reverse;
  }

  .columns.destination-2 {
    flex-direction: column;
  }

  .column-7 {
    margin-bottom: 10px;
    padding-left: 0;
  }

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

  .grid.gallery-grid {
    display: none;
  }

  .tabs-content-2 {
    margin-top: 40px;
  }

  .blog-heading-banner {
    font-size: 50px;
  }

  .blog-heading-banner.blog-page {
    font-size: 34px;
  }

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

  .blog-title {
    font-size: 24px;
    line-height: 30px;
  }

  .blog-page-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-63, .blog-page-divider-line {
    width: 50%;
  }

  .slide-gallery {
    background-image: url('../images/stress-and-anxiety.webp');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery._1 {
    background-image: url('../images/Ayurveda_5.webp');
  }

  .slide-gallery._2 {
    background-image: url('../images/Ayurveda_3.webp');
  }

  .slide-gallery._3 {
    background-image: url('../images/Ayurveda_4.webp');
  }

  .slide-gallery._4 {
    background-image: url('../images/Ayurveda_1.webp');
  }

  .slide-gallery._5 {
    background-image: url('../images/Ayurveda_2.webp');
  }

  .slide-gallery._6 {
    background-image: url('../images/Twin-Deluxe-Room-1.webp');
  }

  .slide-gallery._7 {
    background-image: url('../images/Two-Bedroom-Apartment_1.webp');
  }

  .slide-gallery._8 {
    background-image: url('../images/Two-Bedroom-Apartment_2.webp');
  }

  .slide-gallery._9 {
    background-image: url('../images/Two-Bedroom-Apartment.webp');
  }

  .slide-gallery._10 {
    background-image: url('../images/Three-Bedroom-Apartment_1.webp');
  }

  .slide-gallery._11 {
    background-image: url('../images/Three-Bedroom-Apartment.webp');
  }

  .slide-gallery._12 {
    background-image: url('../images/Three-Bedroom-Apartment_2.webp');
  }

  .slide-gallery._13 {
    background-image: url('../images/Single-Deluxe-Room.webp');
  }

  .slide-gallery._14 {
    background-image: url('../images/Premium-Double-Room.webp');
  }

  .slide-gallery._15 {
    background-image: url('../images/Premium-Double-Room_1.webp');
  }

  .slide-gallery._16 {
    background-image: url('../images/Premium-Twin-Room_1.webp');
  }

  .slide-gallery._17 {
    background-image: url('../images/Premium-Twin-Room.webp');
  }

  .slide-gallery._18 {
    background-image: url('../images/Premium-Twin-Room_2.webp');
  }

  .slide-gallery._19 {
    background-image: url('../images/Presidential-Suite_2.webp');
  }

  .slide-gallery._20 {
    background-image: url('../images/Presidential-Suite.webp');
  }

  .slide-gallery._21 {
    background-image: url('../images/Presidential-Suite_1.webp');
  }

  .slide-gallery._22 {
    background-image: url('../images/Semi-Suite.webp');
  }

  .slide-gallery._23 {
    background-image: url('../images/Restaurant_3.webp');
  }

  .slide-gallery._24 {
    background-image: url('../images/Restaurant_5.webp');
  }

  .slide-gallery._25 {
    background-image: url('../images/Restaurant_7.webp');
  }

  .slide-gallery._26 {
    background-image: url('../images/Restaurant.webp');
  }

  .slide-gallery._27 {
    background-image: url('../images/Restaurant_6.webp');
  }

  .slide-gallery._28 {
    background-image: url('../images/Restaurant_2.webp');
  }

  .slide-gallery._29 {
    background-image: url('../images/Restaurant_4.webp');
  }

  .slide-gallery._30 {
    background-image: url('../images/Restaurant_1.webp');
  }

  .slide-gallery._31 {
    background-image: url('../images/Houseboat-1.webp');
  }

  .slide-gallery._33 {
    background-image: url('../images/Varkala-Beach.webp');
  }

  .slide-gallery._34 {
    background-image: url('../images/Paalaruvi.webp');
  }

  .slide-gallery._35 {
    background-image: url('../images/Jatayu-Earth-Centre_1.webp');
  }

  .slide-gallery._36 {
    background-image: url('../images/Sambranikodi.webp');
  }

  .slide-gallery._37 {
    background-image: url('../images/Munroe-Island.webp');
  }

  .slide-gallery._32 {
    background-image: url('../images/Ocean-Hills-Lagoons.webp');
  }

  .slide-gallery._38 {
    background-image: url('../images/Houseboat-1.webp');
  }

  .slide-gallery._39 {
    background-image: url('../images/Mindfulness.webp');
  }

  .slide-gallery._40 {
    background-image: url('../images/Kaanthi-1.webp');
  }

  .slide-gallery._41 {
    background-image: url('../images/Pain-Management_1.webp');
  }

  .slide-gallery._42 {
    background-image: url('../images/Rasaayanam-1.webp');
  }

  .slide-gallery._43 {
    background-image: url('../images/Meeting-Event.webp');
  }

  .slide-gallery._44 {
    background-image: url('../images/Meeting-Events.webp');
  }

  .slide-gallery._45 {
    background-image: url('../images/Houseboat-1_1.webp');
  }

  .slide-gallery._46 {
    background-image: url('../images/Houseboat.webp');
  }

  .slide-gallery._47 {
    background-image: url('../images/Houseboat_4.webp');
  }

  .slide-gallery._48 {
    background-image: url('../images/Houseboat_2.webp');
  }

  .slide-gallery._49 {
    background-image: url('../images/Houseboat_3.webp');
  }

  .slide-gallery._50 {
    background-image: url('../images/Houseboat_1.webp');
  }

  .slide-gallery._51 {
    background-image: url('../images/Mindfulness-1.webp');
  }

  .slide-gallery._52 {
    background-image: url('../images/Chakras-Healing.webp');
  }

  .slide-gallery._53 {
    background-image: url('../images/Sound-Meditation.webp');
  }

  .slide-gallery._54 {
    background-image: url('../images/Yoga-Nidra.webp');
  }

  .slide-gallery._55 {
    background-image: url('../images/Manifestation.webp');
  }

  .slide-gallery._56 {
    background-image: url('../images/Personal-Guidance.webp');
  }

  .slide-gallery._57 {
    background-image: url('../images/Chakras-Healing_1.webp');
  }

  .slide-gallery._58 {
    background-image: url('../images/Sound-Meditation_1.webp');
  }

  .slide-gallery._59 {
    background-image: url('../images/Mindfulness_1.webp');
  }

  .slide-gallery._60 {
    background-image: url('../images/Sound-Meditation_2.webp');
  }

  .slide-gallery._61 {
    background-image: url('../images/Ayurveda-Team.webp');
  }

  .slide-gallery._62 {
    background-image: url('../images/Ayurveda.webp');
  }

  .slide-gallery._63 {
    background-image: url('../images/Dr-Nirmithi-Chief-Consultant.webp');
  }

  .slide-gallery._64 {
    background-image: url('../images/Dr-Athira-Resident-Doctor.webp');
  }

  .icon-left-slider {
    color: var(--cream);
    background-color: #79141880;
    background-image: linear-gradient(#00000080, #00000080);
  }

  .icon-left-slider:hover {
    background-color: var(--maroon);
  }

  .icon-right-slider {
    background-color: #79141880;
  }

  .icon-right-slider:hover {
    background-color: var(--maroon);
  }

  .slider-2, .slider-gallery {
    display: block;
  }

  .slider-gallery._32 {
    background-image: url('../images/Ocean-Hills-Lagoons.webp');
    background-position: 50%;
    background-size: cover;
  }

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

  .form-3 {
    max-width: none;
  }

  .div-block-105 {
    height: 385px;
    display: block;
  }

  .pro-title, .brix---mg-bottom-32px {
    text-align: center;
  }

  .brix---display-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .background-video {
    height: 340px;
    min-height: auto;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---display-4 {
    font-size: 24px;
    line-height: 32px;
  }

  .fade-in-7 {
    text-align: center;
  }

  .container-5 {
    width: 95%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .container {
    overflow: visible;
  }

  .container.foo-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.destination {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.contact {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section.full-height.photo-background.banner-photo.bg {
    min-height: 100%;
    margin-top: 80px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.full-height.l-r-space-10px {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section.large-cta.home-section-one {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section.large.photo-background.event {
    padding-bottom: 20px;
  }

  .section.large.photo-background.photo-bg-section {
    background-image: linear-gradient(#000000a3, #000000a3), url('../images/Wellness-Program_2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10px;
  }

  .section.large.hero {
    padding-top: 100px;
  }

  .section.large.hero.remove-top {
    padding-top: 10px;
  }

  .section.large.hero.top-space {
    padding-top: 100px;
  }

  .section.large._60px-m {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section.dark.large.top-remove-space {
    padding: 60px 0;
  }

  .section.rooms {
    padding-bottom: 0;
  }

  .section.dark.section-dark-modify {
    padding-top: 50px;
  }

  .section.dark.section-dark-modify.bottom-space-remove {
    padding-bottom: 60px;
  }

  .banner-title.h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.1em;
  }

  .banner-title.h1-copy {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2em;
  }

  .button {
    padding: 22px 30px;
  }

  .button.border.reversed.small {
    margin-bottom: 0;
    padding: 12px 28px;
  }

  .button.border.cream.shift-left {
    margin-bottom: 0;
  }

  .button.border.pro-btn {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 12px;
  }

  .banner-image {
    background-image: linear-gradient(#455d585c, #455d585c), url('../images/Hotel_All_Seasons_2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .row.wrap.equipment-row {
    grid-template-columns: 1fr;
  }

  .row.wrap.equipment-row.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .row.mobile-reverse.contact {
    margin-left: 0;
    margin-right: 0;
  }

  .row.mobile-reverse.space-btn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .row.wel-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .col {
    padding-left: 0;
    padding-right: 0;
  }

  .col.left-marg-80.vert-center {
    margin-bottom: 0;
  }

  .col.left-marg-80.vert-center.left-remove-space {
    padding-left: 0;
  }

  .col.vert-cent.l-r-space {
    padding-left: 0;
    padding-right: 0;
  }

  .col.equipment-col {
    width: 50%;
    margin-bottom: 0;
  }

  .col.equipment-col.equipment-col-modify {
    width: 100%;
  }

  .col.bottom-space {
    margin-bottom: 20px;
  }

  .col.l-r-remove {
    padding-left: 0;
    padding-right: 0;
  }

  .size-1 {
    font-size: 32px;
    line-height: 38px;
  }

  .size-1.size1-modify {
    font-size: 26px;
    line-height: 36px;
  }

  .size-1.events {
    margin-bottom: 20px;
  }

  .size-1.bottom-space {
    font-size: 32px;
  }

  .slider.events {
    margin-top: 60px;
  }

  .cover-slider {
    height: 200px;
  }

  .cta-text.small {
    margin-bottom: 15px;
  }

  .cta-text.bottom-space.top-space {
    margin-top: 0;
  }

  .event-image {
    height: 220px;
  }

  .background-element {
    height: 120px;
  }

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

  .nav-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 100px;
  }

  .footer-logo-link.w--current {
    min-width: auto;
    height: auto;
    max-height: none;
  }

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

  .tab-link {
    margin-bottom: 7px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .room-description-wrapper {
    flex-direction: row;
    padding-top: 25px;
    padding-left: 0;
    top: 0;
  }

  .room-description-wrapper.room-descriptive-wrapper-modified {
    align-items: stretch;
  }

  .room-wrapper.room-wrapper-modified {
    width: 100%;
    margin-bottom: 40px;
  }

  .price-block {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .room-price {
    font-size: 27px;
  }

  .room-currency {
    font-size: 18px;
  }

  .room-price-text {
    font-size: 14px;
  }

  .room-price-text.night.paragraph {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 26px;
  }

  .room-left-wrapper {
    padding-bottom: 20px;
  }

  .room-details {
    align-self: flex-start;
    padding-left: 5px;
    padding-right: 5px;
  }

  .room-detail {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .detail {
    font-size: 15px;
    line-height: 17px;
  }

  .image {
    max-height: 170px;
  }

  .equipment-title {
    font-size: 15px;
    line-height: 19px;
  }

  .equipments-wrap {
    padding-left: 10px;
    padding-right: 0;
  }

  .fade-in-3 {
    padding-bottom: 20px;
  }

  .fade-in-3.wel-div, .fade-in-3.eve-div, .fade-in-3.remove-bttom-space, .fade-in-3.bottom {
    padding-bottom: 0;
  }

  .fade-in-5.destination-1, .fade-in-5.destination-2, .fade-in-5.destination-3, .fade-in-5.destination-4, .fade-in-5.destination-5 {
    height: 230px;
  }

  .menu-button {
    padding-right: 0;
  }

  .image-medium-height {
    min-height: 200px;
  }

  .image-medium-height.thangi {
    min-height: 230px;
  }

  .brand {
    padding-left: 0;
  }

  .image-2, .image-4 {
    width: 100%;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    width: 100%;
  }

  .collection-list-wrapper-hide {
    display: none;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-modify {
    margin-bottom: 60px;
  }

  .tabs {
    flex-flow: column;
    align-items: baseline;
    width: 100%;
    display: flex;
  }

  .tabs-menu-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-tab-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: baseline;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .suite-rooms, .suite-rooms-block {
    width: 100%;
  }

  .button-2 {
    padding: 22px 30px;
  }

  .modify {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .accordion-icon-title {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-97 {
    padding: 10px;
  }

  .div-block-95 {
    height: 200px;
  }

  .div-block-98 {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-dr {
    margin-top: 0;
  }

  .column-3 {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .column-4 {
    border-width: 1px 0;
    border-top-style: solid;
    border-top-color: var(--grey);
    border-bottom-style: solid;
    border-bottom-color: var(--grey);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .column-4.col-2 {
    border-bottom-style: none;
  }

  .column-5 {
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
  }

  .paragraph-12 {
    font-size: 19px;
  }

  .link {
    font-size: 21px;
  }

  .tab-heading {
    text-align: center;
  }

  .tab-link-photo {
    width: 50%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-photo.w--current {
    width: 50%;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tabs-menu-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between;
    place-items: stretch stretch;
    display: grid;
  }

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

  .blog-heading-banner {
    font-size: 46px;
  }

  .blog-heading-banner.blog-page {
    font-size: 32px;
    line-height: 40px;
  }

  .container-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4 {
    padding: 40px 20px;
  }

  .date-blog {
    font-size: 13px;
  }

  .blog-title {
    font-size: 22px;
    line-height: 27px;
  }

  .image-63 {
    width: 100%;
  }

  .blog-page-divider-line {
    width: 65%;
  }

  .div-block-105 {
    height: 200px;
  }

  .promotion_1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
  }

  .pro-title {
    font-size: 30px;
  }

  .brix---display-3 {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 39px;
  }

  .brix---badge-wrapper-bottom-center {
    bottom: 20px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 26px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 26px;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---section-2 {
    padding-top: 120px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .image-64 {
    width: 100%;
  }

  .heading-6.heading-8.remove-top {
    margin-top: auto;
  }

  .heading-8 {
    font-size: 46px;
    line-height: 46px;
  }

  .background-video {
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-5 {
    margin-top: 80px;
  }

  .head-title-text {
    padding-top: 30px;
    font-size: 32px;
    line-height: 48px;
  }

  .heading-13 {
    font-size: 40px;
  }

  .text-span-9 {
    display: inline-block;
  }

  .brix---heading-h2-size-3 {
    font-size: 26px;
    line-height: 34px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 26px;
  }

  .brix---display-4 {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 39px;
  }

  .button-3 {
    padding: 22px 30px;
  }

  .section-6.full-height {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6.full-height.photo-background.banner-photo.bg {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    overflow: visible;
  }

  .banner-image-2 {
    background-image: linear-gradient(#455d585c, #455d585c), url('../images/Hotel_All_Seasons_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }
}

#w-node-ca9f14ae-598a-30fd-5963-666fde29a512-6adbc6e9, #w-node-_9cca8c9c-c51e-9859-15fb-19e34d4e41b4-6adbc6e9, #w-node-fc1cfc7f-7c77-3ec9-67ea-5d478f52fb8a-6adbc6e9, #w-node-_53540519-48a0-ffc8-25e0-fb398ce19198-6adbc6e9, #w-node-_06408de5-837d-45b6-a9f8-e11cc0ea211b-6adbc6ec, #w-node-ad552877-d693-588d-8123-f7ddc3b24fba-6adbc6ed, #w-node-b5182ab9-efca-9a3c-cdff-25ddbd2b3506-6adbc6ef, #w-node-_875bdb12-4818-00bf-319b-1b313dfe1a49-6adbc6f0, #w-node-_2046531d-6d54-7fcf-3d52-27b0d746cbe4-6adbc6f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-b5182ab9-efca-9a3c-cdff-25ddbd2b3519-6adbc6ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ca9f14ae-598a-30fd-5963-666fde29a512-6adbc6e9, #w-node-_9cca8c9c-c51e-9859-15fb-19e34d4e41b4-6adbc6e9, #w-node-fc1cfc7f-7c77-3ec9-67ea-5d478f52fb8a-6adbc6e9, #w-node-_53540519-48a0-ffc8-25e0-fb398ce19198-6adbc6e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}