/*create scss structure*/
@font-face {
  font-family: "Butler FREE VERSION";
  src: url("../fonts/Butler-Free-Bd.woff2") format("woff2"), url("../fonts/Butler-Free-Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Butler FREE VERSION";
  src: url("../fonts/Butler-Free-Rmn.woff2") format("woff2"), url("../fonts/Butler-Free-Rmn.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Butler FREE VERSION";
  src: url("../fonts/Butler-Free-Med.woff2") format("woff2"), url("../fonts/Butler-Free-Med.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Butler FREE VERSION";
  src: url("../fonts/Butler-Free-SBd.woff2") format("woff2"), url("../fonts/Butler-Free-SBd.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --black: #051E11;
  --white: #fff;
  --green: #0D4A2B;
  --light-green: #368F25;
  --green-white: #E7EDEA;
  --butler-font: "Butler FREE VERSION", sans-serif;
  --manrope-font: "Manrope", sans-serif;
}

/*basic styles*/
/*create scss structure*/
html {
  padding: env(safe-area-inset);
  scroll-behavior: smooth;
}

.row_clr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

* {
  padding: 0;
  margin: 0;
}

.no-pad {
  padding: 0;
}

.tac {
  text-align: center;
}

@media (min-width: 768px) {
  .col-sm-20 {
    width: 20%;
    position: relative;
  }
}
.hid {
  opacity: 0;
}

#__bs_notify__ {
  display: none !important;
}

body {
  font-family: var(--manrope-font);
  color: var(--black);
  --current-color: #051e11;
  --current-color-rgb: rgb(5, 30, 17);
  background-color: var(--green-white);
  font-size: 1vw;
}

.pen {
  pointer-events: none !important;
}

.container {
  max-width: 100%;
  padding: 0 clamp(1.25rem, 2.6041666667vw, 3.125rem);
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none !important;
  background: none;
  text-decoration: none !important;
  box-shadow: none !important;
}

.butler-font {
  font-family: var(--butler-font);
  font-optical-sizing: auto;
  font-style: normal;
}

.manrope-font {
  font-family: var(--manrope-font);
  font-optical-sizing: auto;
  font-style: normal;
}

.title-100 {
  font-size: clamp(3.125rem, 5.2083333333vw, 6.25rem);
  line-height: 1.2;
  font-family: var(--butler-font);
  font-weight: 500;
  margin-bottom: 0;
}

.title-54 {
  font-size: clamp(2.125rem, 2.8125vw, 3.375rem);
  line-height: 1.14;
  font-family: var(--butler-font);
  font-weight: 500;
  margin-bottom: 0;
}

.title-44 {
  font-size: clamp(1.75rem, 2.2916666667vw, 2.75rem);
  line-height: 1.14;
  font-family: var(--butler-font);
  font-weight: 500;
  margin-bottom: 0;
}

.title-32 {
  font-size: clamp(1.5rem, 1.6666666667vw, 2rem);
  line-height: 1.14;
  font-family: var(--butler-font);
  font-weight: 500;
  margin-bottom: 0;
}

.title-28 {
  font-size: clamp(1.25rem, 1.4583333333vw, 1.75rem);
  line-height: 1.5em;
  font-weight: 300;
}

.title-24 {
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  line-height: 1.5em;
  font-weight: 300;
}

p {
  font-size: clamp(0.9375rem, 0.9375vw, 1.125rem);
  line-height: 1.8em;
  font-family: var(--manrope-font);
  margin-bottom: 0;
}

.p-34 {
  font-size: clamp(1.625rem, 1.7708333333vw, 2.125rem);
  line-height: 1.5em;
  font-weight: 300;
}

.p-24 {
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  line-height: 1.5em;
  font-weight: 300;
}

.p-18 {
  font-size: clamp(0.9375rem, 0.9375vw, 1.125rem);
  line-height: 1.5em;
  font-weight: 300;
}

.p-14 {
  font-size: clamp(0.625rem, 0.7291666667vw, 0.875rem);
  line-height: 1.5em;
  font-weight: 300;
}

.fw-900 {
  font-weight: 900;
}

.fw-800 {
  font-weight: 800;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

.fw-200 {
  font-weight: 200;
}

.fw-100 {
  font-weight: 100;
}

.mb-10 {
  margin-bottom: clamp(0.3125rem, 0.5208333333vw, 0.625rem);
}

.mb-20 {
  margin-bottom: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}

.mb-30 {
  margin-bottom: clamp(0.9375rem, 1.5625vw, 1.875rem);
}

.mb-40 {
  margin-bottom: clamp(1.25rem, 2.0833333333vw, 2.5rem);
}

.mb-50 {
  margin-bottom: clamp(1.5625rem, 2.6041666667vw, 3.125rem);
}

.mb-80 {
  margin-bottom: clamp(2.5rem, 4.1666666667vw, 5rem);
}

.mb-100 {
  margin-bottom: clamp(3.125rem, 5.2083333333vw, 6.25rem);
}

.mt-10 {
  margin-top: clamp(0.3125rem, 0.5208333333vw, 0.625rem);
}

.mt-20 {
  margin-top: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}

.mt-30 {
  margin-top: clamp(0.9375rem, 1.5625vw, 1.875rem);
}

.mt-40 {
  margin-top: clamp(1.25rem, 2.0833333333vw, 2.5rem);
}

.mt-50 {
  margin-top: clamp(1.5625rem, 2.6041666667vw, 3.125rem);
}

.mt-80 {
  margin-top: clamp(2.5rem, 4.1666666667vw, 5rem);
}

.mt-100 {
  margin-top: clamp(3.125rem, 5.2083333333vw, 6.25rem);
}

.pb-10 {
  padding-bottom: clamp(0.3125rem, 0.5208333333vw, 0.625rem);
}

.pb-20 {
  padding-bottom: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}

.pb-30 {
  padding-bottom: clamp(0.9375rem, 1.5625vw, 1.875rem);
}

.pb-40 {
  padding-bottom: clamp(1.25rem, 2.0833333333vw, 2.5rem);
}

.pb-50 {
  padding-bottom: clamp(1.5625rem, 2.6041666667vw, 3.125rem);
}

.pb-100 {
  padding-bottom: clamp(3.125rem, 5.2083333333vw, 6.25rem);
}

.pb-180 {
  padding-bottom: clamp(5rem, 9.375vw, 11.25rem);
}

.pt-10 {
  padding-top: clamp(0.3125rem, 0.5208333333vw, 0.625rem);
}

.pt-20 {
  padding-top: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}

.pt-30 {
  padding-top: clamp(0.9375rem, 1.5625vw, 1.875rem);
}

.pt-40 {
  padding-top: clamp(1.25rem, 2.0833333333vw, 2.5rem);
}

.pt-50 {
  padding-top: clamp(1.5625rem, 2.6041666667vw, 3.125rem);
}

.pt-100 {
  padding-top: clamp(3.125rem, 5.2083333333vw, 6.25rem);
}

.pt-180 {
  padding-top: clamp(5rem, 9.375vw, 11.25rem);
}

.gap-100 {
  gap: clamp(3.125rem, 5.2083333333vw, 6.25rem);
}

.gap-50 {
  gap: clamp(1.25rem, 2.6041666667vw, 3.125rem);
}

.gap-40 {
  gap: clamp(1.875rem, 2.0833333333vw, 2.5rem);
}

.gap-30 {
  gap: clamp(1.25rem, 1.5625vw, 1.875rem);
}

.gap-20 {
  gap: clamp(0.75rem, 1.0416666667vw, 1.25rem);
}

.black {
  color: var(--black);
  --current-color: #000;
  --current-color-rgb: rgb(0, 0, 0);
}

.white {
  color: var(--white);
  --current-color: #e1ead8;
  --current-color-rgb: rgb(225, 234, 216);
}

.green {
  color: var(--green);
  --current-color: #c1f033;
  --current-color-rgb: rgb(193, 240, 51);
}

.primary-btn {
  background-color: transparent;
  color: var(--white);
  font-family: var(--manrope-font);
  font-weight: 500;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  line-height: 1;
  padding: clamp(0.75rem, 0.78125vw, 0.9375rem) clamp(1rem, 1.0416666667vw, 1.25rem);
  border-radius: 3.125rem;
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
  display: inline-block;
  text-align: center;
  border: 2px solid var(--white);
}
.primary-btn:hover {
  background-color: var(--white);
  color: var(--black);
}

.img-outer {
  position: relative;
}
.img-outer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--green-white);
  z-index: 3;
}
.img-outer .img-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.img-outer .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.scale-title {
  transform: scale(1);
  transition: transform 0.1s linear;
  will-change: transform;
}

/*main styles*/
/*create scss structure*/
#preloader {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  display: grid;
  place-items: center;
  background-color: var(--green-white);
}
#preloader.loaded {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
}

.loader {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-family: var(--butler-font);
  font-size: 30px;
  letter-spacing: 1px;
  background: radial-gradient(circle closest-side, var(--green) 94%, rgba(0, 0, 0, 0)) right/calc(200% - 1em) 100%;
  animation: l24 1s infinite alternate linear;
}

.loader::before {
  content: "Loading...";
  line-height: 1em;
  color: rgba(0, 0, 0, 0);
  background: inherit;
  background-image: radial-gradient(circle closest-side, #fff 94%, var(--green));
  -webkit-background-clip: text;
  background-clip: text;
}
@keyframes l24 {
  100% {
    background-position: left;
  }
}
header {
  overflow: hidden;
}

nav {
  padding: clamp(0.625rem, 0.8333333333vw, 1rem) clamp(1.25rem, 2.6041666667vw, 3.125rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  position: fixed;
  width: 100%;
  background-color: transparent;
  top: 0;
  transition: all 0.35s ease-in-out;
}

nav .logo {
  display: flex;
  align-items: center;
}
nav .logo .black-txt {
  fill: var(--green-white);
  transition: all 0.35s ease-in-out;
}

nav .logo svg {
  height: clamp(1.625rem, 2.0833333333vw, 2.5rem);
  width: auto;
  margin-right: 10px;
}

nav ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  gap: clamp(1.875rem, 2.6041666667vw, 3.125rem);
}

nav ul li a {
  text-decoration: none;
  color: var(--green-white);
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  font-weight: 400;
  padding: 4px 0;
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
  position: relative;
}
nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--green);
  transition: all 0.35s ease-in-out;
}

nav ul li a:hover::after {
  width: 100%;
}

.header-desktop.nav-scroll-down {
  top: -200px;
}

.header-desktop.nav-scroll {
  background-color: var(--green-white);
}
.header-desktop.nav-scroll .logo .black-txt {
  fill: var(--black);
}
.header-desktop.nav-scroll ul li a {
  color: var(--black);
}

.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 1px;
  background-color: #1f1f1f;
  display: block;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger-active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}

.hamburger-active .line:nth-child(2) {
  width: 0px;
}

.hamburger-active .line:nth-child(1),
.hamburger-active .line:nth-child(3) {
  transition-delay: 0.3s;
}

.hamburger-active .line:nth-child(1) {
  transform: translateY(12px);
}

.hamburger-active .line:nth-child(3) {
  transform: translateY(-5px) rotate(90deg);
}

.menubar {
  position: fixed;
  top: 0;
  left: -60%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100vh;
  padding: 20% 0;
  background: var(--green-white);
  transition: all 0.5s ease-in;
  z-index: 998;
}

.active {
  left: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.menubar ul {
  padding: 0;
  list-style: none;
}

.menubar ul li {
  margin-bottom: 32px;
}

.menubar ul li a {
  text-decoration: none;
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 5px;
}

.menubar ul li a:hover {
  background-color: #f5f5f5;
}

@media screen and (max-width: 790px) {
  .hamburger {
    display: block;
  }
  nav ul {
    display: none;
  }
}
.nav-outer {
  transition: all 0.35s linear;
}

.nav-outer .nav-top {
  background-color: transparent;
  padding: clamp(0.625rem, 0.781vw, 0.9375rem) 0;
}

.nav-outer .nav-top .nav-top-inner {
  justify-content: space-between;
  align-items: center;
}

.nav-outer .nav-top .nav-top-inner .lft {
  width: 50%;
}

.nav-outer .nav-top .nav-top-inner .lft .dropdown .btn {
  font-size: 16px;
  font-size: clamp(0.75rem, 0.938vw, 1.125rem);
  line-height: 16px;
  line-height: clamp(0.75rem, 0.938vw, 1.125rem);
  margin-right: clamp(1.25rem, 3.385vw, 4.0625rem);
  padding: 0;
  color: var(--white);
}

.nav-outer .nav-top .nav-top-inner .lft .s-nav {
  margin-bottom: 0;
}

.nav-outer .nav-top .nav-top-inner .lft .s-nav li {
  display: inline-block;
  margin-right: clamp(0.9375rem, 1.563vw, 1.875rem);
}

.nav-outer .nav-top .nav-top-inner .lft .s-nav li a svg path {
  fill: var(--white);
}

.nav-outer .nav-top .nav-top-inner .rht .tr-list {
  margin-bottom: 0;
}

.nav-outer .nav-top .nav-top-inner .rht .tr-list li {
  display: inline-block;
  margin-right: clamp(0.9375rem, 2.083vw, 2.5rem);
}

.nav-outer .nav-top .nav-top-inner .rht .tr-list li a {
  font-size: 16px;
  font-size: clamp(0.75rem, 0.833vw, 1rem);
  line-height: 19px;
  line-height: clamp(0.75rem, 0.99vw, 1.1875rem);
  color: var(--white);
  transition: all 0.35s;
  text-decoration: none;
}

.nav-outer .nav-top .nav-top-inner .rht .tr-list li a svg {
  margin-right: 8px;
  transform: translateY(-1px);
}

.nav-outer .nav-top .nav-top-inner .rht .tr-list li a svg path {
  fill: var(--white);
  transition: all 0.35s;
}

.nav-outer .nav-top .nav-top-inner .rht .tr-list li a:hover svg {
  margin-right: 8px;
}

.nav-outer .nav-top .nav-top-inner .rht .tr-list li a:hover svg path {
  fill: #188dcd;
}

.nav-outer .nav-top .nav-top-inner .rht .tr-list li.book {
  margin-right: 0;
}

.nav-outer .nav-top .nav-top-inner .rht .tr-list li.book a {
  color: var(--green);
  display: block;
  padding: clamp(0.75rem, 0.781vw, 0.9375rem) clamp(1.125rem, 1.302vw, 1.5625rem);
  border-radius: 25px;
  background-color: var(--white);
  font-family: "SFPD Regular";
  text-decoration: none;
  transition: all 0.35s;
}

.nav-outer .nav-top .nav-top-inner .rht .tr-list li.book a:hover {
  color: var(--green);
  color: var(--white);
}

.nav-outer .nav-bottom {
  background-color: transparent;
}

.nav-outer .nav-bottom #navigation {
  padding: clamp(1.25rem, 2.083vw, 2.083vw) 0;
  background-color: transparent;
}

.nav-outer .nav-bottom #navigation .navbar-brand {
  padding: 0;
}

.nav-outer .nav-bottom #navigation .navbar-brand img {
  height: 50px;
}

.nav-outer .nav-bottom #navigation .navbar-nav .nav-item {
  margin-right: clamp(0.9375rem, 2.865vw, 3.4375rem);
}

.nav-outer .nav-bottom #navigation .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  font-size: clamp(0.875rem, 1.042vw, 1.25rem);
  line-height: 24px;
  line-height: clamp(1rem, 1.25vw, 1.5rem);
  padding: 0;
  color: var(--white);
  transition: all 0.35s;
}

.nav-outer .nav-bottom #navigation .navbar-nav .nav-item .nav-link:hover {
  color: var(--green);
}

.nav-outer .nav-bottom #navigation .navbar-nav .nav-item .nav-link.active {
  color: var(--green);
}

.nav-outer .nav-bottom #navigation .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.nav-outer .nav-bottom #navigation .navbar-nav .dropdown-menu {
  background-color: var(--green);
  border-radius: 0;
  padding: 0 20px;
  min-width: 11.5rem;
  transform: translateY(5px);
}

.nav-outer .nav-bottom #navigation .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 20px;
  font-size: clamp(0.875rem, 1.042vw, 1.25rem);
  line-height: 24px;
  line-height: clamp(1rem, 1.25vw, 1.5rem);
  padding: 15px;
  padding-left: 0;
  color: var(--black);
  transition: all 0.35s;
  border: 0;
  border-bottom: 1px solid var(--white);
  background-color: transparent !important;
}

.nav-outer .nav-bottom #navigation .navbar-nav .dropdown-menu .dropdown-item:hover {
  padding-left: 2px;
  border-bottom-color: var(--white);
}

.nav-outer .nav-bottom #navigation .navbar-nav .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.nav-outer .nav-bottom #navigation .navbar-nav .dropdown:after {
  content: "";
  height: 10px;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  background: transparent;
}

@media (min-device-width: 768px) {
  .nav-outer .nav-bottom #navigation .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.nav-outer.scrolled {
  background-color: var(--black);
}

.navbar-toggler {
  background: var(--green);
}

.home-hero {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.home-hero .hero-slide {
  height: 100vh;
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.home-hero .hero-slide .hero-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-hero .hero-slide .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  bottom: clamp(1.25rem, 2.0833333333vw, 2.5rem);
  padding: 0 clamp(1.25rem, 2.6041666667vw, 3.125rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.8333333333vw, 1rem);
  align-items: center;
  color: var(--white);
}
.home-hero .hero-slide .txt .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.home-hero .hero-slide .txt .header-wrap h1 {
  font-size: 14em;
  text-transform: uppercase;
  line-height: 0.8;
  margin-bottom: 0;
}
.home-hero .hero-slide .txt .b-txt-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.home-hero .hero-slide .txt .b-txt-wrap .l-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(0.375rem, 0.5208333333vw, 0.625rem);
}
.home-hero .hero-slide .txt .b-txt-wrap .l-wrap .dot {
  width: clamp(0.1875rem, 0.2604166667vw, 0.3125rem);
  height: clamp(0.1875rem, 0.2604166667vw, 0.3125rem);
  background-color: var(--white);
  border-radius: 50%;
  display: inline-flex;
}
.home-hero .hero-slide .txt .b-txt-wrap .rt {
  font-size: clamp(1.5rem, 2.0833333333vw, 2.5rem);
  line-height: 1.14;
  text-transform: uppercase;
}
.home-hero .hero-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(5, 30, 17, 0.5) 100%);
  z-index: 1;
}

.home-about .d-flex .about-img {
  flex: 0 0 clamp(34rem, 56.25vw, 67.5rem);
  position: relative;
}
.home-about .d-flex .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-about .d-flex .about-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(5, 30, 17, 0.5) 100%);
  z-index: 2;
  opacity: 0.2;
}
.home-about .d-flex .about-txt {
  flex: 0 0 calc(100% - (clamp(34rem, 56.25vw, 67.5rem) + clamp(1.25rem, 2.6041666667vw, 3.125rem)));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(0.875rem, 1.0416666667vw, 1.25rem);
  padding: clamp(1.875rem, 4.1666666667vw, 5rem) 0;
}
.home-about .d-flex .about-txt .details-list-outer .details-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  gap: clamp(0.625rem, 0.8333333333vw, 1rem);
}
.home-about .d-flex .about-txt .details-list-outer .details-list .title {
  color: var(--light-green);
  display: block;
}

.home-pillars .home-pillars-top {
  align-items: center;
  justify-content: center;
}
.home-pillars .home-pillars-bottom {
  align-items: center;
}
.home-pillars .home-pillars-bottom .lft {
  flex: 0 0 calc(50% - clamp(26.25rem, 31.0416666667vw, 37.25rem) / 2);
  gap: clamp(1.25rem, 3.125vw, 3.75rem);
}
.home-pillars .home-pillars-bottom .lft .piller-element {
  padding-right: clamp(1.25rem, 9.375vw, 11.25rem);
}
.home-pillars .home-pillars-bottom .mid {
  flex: 0 0 clamp(26.25rem, 31.0416666667vw, 37.25rem);
  height: 900px;
}
.home-pillars .home-pillars-bottom .rht {
  flex: 0 0 calc(50% - clamp(26.25rem, 31.0416666667vw, 37.25rem) / 2);
  gap: clamp(1.25rem, 3.125vw, 3.75rem);
}
.home-pillars .home-pillars-bottom .rht .piller-element {
  padding-left: clamp(1.25rem, 9.375vw, 11.25rem);
  text-align: right;
}

.home-experinces {
  position: relative;
  z-index: 8;
  width: 100%;
  display: block;
  padding-top: clamp(5rem, 7.8125vw, 9.375rem);
}
.home-experinces .home-experinces-inner {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}
.home-experinces .home-experinces-top {
  text-align: center;
  position: sticky;
  top: 0;
}
.home-experinces .home-experinces-top .header-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 14vh;
  justify-content: center;
}
.home-experinces .home-experinces-sticky-box-outer {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: clamp(1.875rem, 4.1666666667vw, 5rem) 0;
  margin: 0 auto;
}
.home-experinces .sticky-box {
  position: sticky;
  flex: 0 0 auto;
  width: 100%;
  height: 86vh;
  top: 14vh;
  border-radius: 0px;
  overflow: hidden;
}
.home-experinces .sticky-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, #051e11 100%);
  z-index: 2;
  opacity: 0.8;
}
.home-experinces .sticky-box .experience-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-experinces .sticky-box .sb-txt {
  position: absolute;
  bottom: clamp(3.125rem, 4.1666666667vw, 5rem);
  left: clamp(3.125rem, 4.1666666667vw, 5rem);
  width: clamp(25rem, 37.5vw, 45rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(0.625rem, 1.0416666667vw, 1.25rem);
  text-align: left;
  color: var(--white);
  z-index: 3;
}
.home-experinces .sticky-box .sb-txt img {
  height: clamp(1.75rem, 2.2916666667vw, 2.75rem);
  margin-bottom: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}
.home-experinces .sticky-box .sb-txt h4 {
  margin: 0;
}

.home-sanctuary .home-sanctuary-top {
  align-items: flex-start;
  gap: clamp(6.25rem, 10.4166666667vw, 12.5rem);
}
.home-sanctuary .home-sanctuary-top .lft {
  flex: 0 0 clamp(25rem, 38.5416666667vw, 46.25rem);
}
.home-sanctuary .home-sanctuary-top .rht {
  flex: 0 0 calc(100% - (clamp(25rem, 38.5416666667vw, 46.25rem) + clamp(6.25rem, 10.4166666667vw, 12.5rem)));
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.home-sanctuary .home-sanctuary-bottom {
  gap: 0 20px;
}
.home-sanctuary .home-sanctuary-bottom .mid {
  flex: 0 0 clamp(18.75rem, 36.4583333333vw, 43.75rem);
  aspect-ratio: 24/32;
}
.home-sanctuary .home-sanctuary-bottom .mid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-sanctuary .home-sanctuary-bottom .lft {
  flex: 0 0 calc(50% - clamp(18.75rem, 36.4583333333vw, 43.75rem) / 2 - 20px);
  align-self: flex-end;
  position: sticky;
  bottom: 20px;
  margin-top: 20%;
}
.home-sanctuary .home-sanctuary-bottom .rht {
  flex: 0 0 calc(50% - clamp(18.75rem, 36.4583333333vw, 43.75rem) / 2 - 20px);
  align-self: flex-start;
  height: clamp(17.5rem, 20.8333333333vw, 25rem);
}
.home-sanctuary .home-sanctuary-bottom .rht img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-karaoke {
  position: relative;
  height: 300vh;
}
.home-karaoke .sticky-section {
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.home-karaoke .main-txt {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  will-change: opacity;
  background-color: var(--green-white);
  mix-blend-mode: lighten;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}
.home-karaoke .main-txt .butler-font {
  font-size: 15vw;
  color: var(--black);
  margin-bottom: 0;
}
.home-karaoke .karaoke-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(0.5);
  will-change: transform;
}

.testimonials .testimonials-top {
  align-items: flex-end;
}
.testimonials .testimonials-bottom .testimonials-slder .slick-track {
  display: flex;
}
.testimonials .testimonials-bottom .testimonials-slder .slide {
  margin: 0 clamp(0.3125rem, 0.5208333333vw, 0.625rem);
  border-right: 1px solid var(--black);
  height: auto;
  position: relative;
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.testimonials .testimonials-bottom .testimonials-slder .slide .slider-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 1.0416666667vw, 1.25rem);
  padding: clamp(1.25rem, 1.5625vw, 1.875rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.testimonials .testimonials-bottom .testimonials-slder .slide .slider-inner .title {
  font-size: clamp(1.5rem, 2.0833333333vw, 2.5rem);
  line-height: 1.14;
  font-weight: 300;
  margin-bottom: 0;
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.testimonials .testimonials-bottom .testimonials-slder .slide .slider-inner p {
  flex-grow: 1;
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
  margin-bottom: clamp(1.25rem, 1.5625vw, 1.875rem);
}
.testimonials .testimonials-bottom .testimonials-slder .slide .slider-inner .name {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  line-height: 1.5em;
  font-weight: 500;
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.testimonials .testimonials-bottom .testimonials-slder .slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--green);
  z-index: 1;
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.testimonials .testimonials-bottom .testimonials-slder .slide:hover {
  border-color: var(--green);
}
.testimonials .testimonials-bottom .testimonials-slder .slide:hover::after {
  height: 100%;
}
.testimonials .testimonials-bottom .testimonials-slder .slide:hover .slider-inner p,
.testimonials .testimonials-bottom .testimonials-slder .slide:hover .slider-inner .title,
.testimonials .testimonials-bottom .testimonials-slder .slide:hover .slider-inner .name {
  color: var(--green-white);
}

.contact .contact-inner {
  gap: clamp(3.125rem, 10.4166666667vw, 12.5rem);
}
.contact .lft,
.contact .rht {
  flex: 0 0 calc(50% - clamp(1.5625rem, 5.2083333333vw, 6.25rem));
}
.contact .lft h2 {
  font-size: clamp(5rem, 10.4166666667vw, 12.5rem);
  line-height: 0.88;
}
.contact .lft h2 span {
  margin-left: clamp(2.5rem, 6.25vw, 7.5rem);
}
.contact .contact-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.25rem, 1.8229166667vw, 2.1875rem);
}
.contact .contact-form .form-group {
  width: 100%;
}
.contact .contact-form .form-group input,
.contact .contact-form .form-group textarea {
  border: 0;
  border-bottom: 1px solid var(--white);
  background-color: transparent;
  color: var(--white);
  font-family: var(--manrope-font);
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  padding: 0;
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
  width: 100%;
  height: 60px;
}
.contact .contact-form .form-group input::-moz-placeholder,
.contact .contact-form .form-group textarea::-moz-placeholder {
  color: var(--white);
  opacity: 1;
}
.contact .contact-form .form-group input::-moz-placeholder, .contact .contact-form .form-group textarea::-moz-placeholder {
  color: var(--white);
  opacity: 1;
}
.contact .contact-form .form-group input::placeholder,
.contact .contact-form .form-group textarea::placeholder {
  color: var(--white);
  opacity: 1;
}
.contact .contact-form .form-group input:focus,
.contact .contact-form .form-group textarea:focus {
  border-color: var(--green);
  outline: none;
}
.contact .contact-form .form-group textarea {
  height: 160px;
}
.contact .contact-form .form-row {
  display: flex;
  gap: clamp(1.25rem, 2.0833333333vw, 2.5rem);
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.contact .contact-form .form-row .form-group {
  flex: 0 0 calc(50% - clamp(1.25rem, 2.0833333333vw, 2.5rem) / 2);
}

.footer {
  background-color: var(--green);
  padding-top: 60px;
}
.footer .footer-inner-top {
  background-color: var(--light-black);
  padding: 0;
  color: var(--green-white);
  display: flex;
  justify-content: space-between;
}
.footer .footer-inner-top .mid .footer-list {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.5625vw, 1.875rem);
}
.footer .footer-inner-top .mid .footer-list li a {
  font-size: clamp(1.25rem, 2.8125vw, 3.375rem);
  transition: all 0.35s;
  font-weight: 500;
}
.footer .footer-inner-top .mid .footer-list li a:hover {
  color: var(--green-white);
}
.footer .footer-inner-top .rht .social-list {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.0416666667vw, 1.25rem);
  list-style: none;
}
.footer .footer-inner-top .rht .social-list li a {
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
}
.footer .footer-inner-top h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  line-height: clamp(22px, 2.2916666667vw, 44px);
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  font-family: var(--header-font);
}
.footer .footer-inner-top p {
  margin-bottom: clamp(10px, 1.0416666667vw, 20px);
}
.footer .footer-inner-top a {
  color: var(--green-white);
  text-decoration: none;
  transition: all 0.35s;
}
.footer .footer-inner-top a:hover {
  color: var(--red);
}
.footer .footer-inner-top .s-nav {
  display: flex;
  margin: clamp(20px, 2.6041666667vw, 50px) 0 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer .footer-inner-top .s-nav li {
  list-style: none;
  margin-right: clamp(15px, 1.3020833333vw, 25px);
}
.footer .footer-inner-top .s-nav li:last-child {
  margin-right: 0;
}
.footer .footer-inner-top .s-nav li a {
  font-size: clamp(12px, 0.78125vw, 15px);
  line-height: clamp(14px, 0.9375vw, 18px);
  color: var(--red);
}
.footer .footer-inner-top .footer-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.footer .footer-inner-top .footer-list li {
  margin-top: clamp(10px, 1.0416666667vw, 20px);
}
.footer .footer-inner-top .footer-list li a {
  font-size: clamp(14px, 1.0416666667vw, 20px);
  line-height: clamp(18px, 1.4583333333vw, 28px);
  color: var(--green-white);
  text-decoration: none;
  transition: all 0.35s;
}
.footer .footer-inner-top .footer-list li a:hover {
  color: var(--red);
}
.footer .footer-inner-top .footer-form {
  flex: 0 0 100%;
  position: relative;
  border-bottom: 1px solid var(--green-white);
  margin-top: clamp(20px, 2.0833333333vw, 40px);
}
.footer .footer-inner-top .footer-form .form-group {
  flex: 0 0 calc(100% - 1.5625vw);
}
.footer .footer-inner-top .footer-form .form-group .form-control {
  width: 100%;
  background: transparent;
  border: 0;
  padding-left: 0;
  outline: 0;
  box-shadow: none;
  color: var(--green-white);
  font-size: clamp(14px, 1.0416666667vw, 20px);
  line-height: clamp(18px, 1.4583333333vw, 28px);
}
.footer .footer-inner-top .footer-form .btn {
  width: 1.5625vw;
  display: grid;
  place-items: center;
  background: transparent !important;
  border: 0;
  padding: 0;
}
.footer .footer-inner-top .footer-form .btn img {
  width: 0.8854166667vw;
  transform: rotate(45deg);
}
.footer .footer-inner-bottom {
  background-color: var(--light-black);
  padding: clamp(1.875rem, 4.1666666667vw, 5rem) 0 clamp(1rem, 1.5625vw, 1.875rem);
  color: var(--green-white);
  border-bottom: 1px solid var(--green-white);
  display: flex;
  justify-content: space-between;
  font-size: clamp(12px, 0.8333333333vw, 16px);
  text-align: center;
}
.footer .footer-inner-bottom span {
  margin: clamp(3px, 0.2604166667vw, 5px);
}
.footer .footer-inner-bottom a {
  color: var(--green-white);
  text-decoration: none;
  transition: all 0.35s;
}
.footer .footer-inner-bottom a:hover {
  color: var(--red);
}
.footer .footer-inner-bottom p {
  margin-bottom: 0;
}
.footer .footer-inner-bottom .lft {
  flex: 0 0 50%;
  padding: 0;
  text-align: left;
}
.footer .footer-inner-bottom .lft a {
  color: var(--red);
}
.footer .footer-inner-bottom .rht {
  flex: 0 0 50%;
  padding: 0;
  text-align: right;
}
.footer .main-txt {
  z-index: 2;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.8333333333vw, 1rem);
  align-items: center;
  color: var(--white);
  padding: clamp(1.25rem, 1.5625vw, 1.875rem) 0;
}
.footer .main-txt .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer .main-txt .header-wrap h1 {
  font-size: 14em;
  text-transform: uppercase;
  line-height: 0.8;
  margin-bottom: 0;
}
.footer .main-txt .b-txt-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer .main-txt .b-txt-wrap .l-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(0.375rem, 0.5208333333vw, 0.625rem);
}
.footer .main-txt .b-txt-wrap .l-wrap .dot {
  width: clamp(0.1875rem, 0.2604166667vw, 0.3125rem);
  height: clamp(0.1875rem, 0.2604166667vw, 0.3125rem);
  background-color: var(--white);
  border-radius: 50%;
  display: inline-flex;
}
.footer .main-txt .b-txt-wrap .rt {
  font-size: clamp(1.5rem, 2.0833333333vw, 2.5rem);
  line-height: 1.14;
  text-transform: uppercase;
}

.story-hero {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.story-hero .lft {
  flex: 0 0 clamp(18.75rem, 36.4583333333vw, 43.75rem);
  position: relative;
  text-align: center;
  overflow: hidden;
}
.story-hero .lft .hero-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.story-hero .rht {
  flex: 0 0 calc(100% - clamp(18.75rem, 36.4583333333vw, 43.75rem));
  min-height: 700px;
  padding: clamp(1.25rem, 2.6041666667vw, 3.125rem);
}
.story-hero .rht .txt {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.story-hero .rht .txt .b-txt-wrap .t-wrap,
.story-hero .rht .txt .c-txt-wrap .t-wrap {
  display: flex;
  justify-content: space-between;
}
.story-hero .rht .txt .b-txt-wrap .t-wrap .ls,
.story-hero .rht .txt .c-txt-wrap .t-wrap .ls {
  flex: 0 0 calc(100% - (clamp(17.5rem, 37.5vw, 45rem) + clamp(1.25rem, 2.6041666667vw, 3.125rem)));
}
.story-hero .rht .txt .b-txt-wrap .t-wrap .ls p + p,
.story-hero .rht .txt .c-txt-wrap .t-wrap .ls p + p {
  margin-top: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}
.story-hero .rht .txt .b-txt-wrap .t-wrap .rs,
.story-hero .rht .txt .c-txt-wrap .t-wrap .rs {
  flex: 0 0 clamp(17.5rem, 37.5vw, 45rem);
  position: relative;
}
.story-hero .rht .txt .b-txt-wrap .t-wrap .rs .img-outer,
.story-hero .rht .txt .c-txt-wrap .t-wrap .rs .img-outer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.story-hero .rht .txt .c-txt-wrap {
  margin-top: clamp(1.25rem, 2.6041666667vw, 3.125rem);
}

.home-sanctuary.story-sanctuary .home-sanctuary-bottom {
  align-items: flex-start;
}
.home-sanctuary.story-sanctuary .home-sanctuary-bottom .lft {
  margin-top: 0;
  position: relative;
  align-self: flex-start;
}
.home-sanctuary.story-sanctuary .home-sanctuary-bottom .rht {
  align-self: flex-end;
  position: sticky;
  bottom: 20px;
  height: auto;
}
.home-sanctuary.story-sanctuary .home-sanctuary-bottom .rht .cv-list {
  list-style: none;
  padding-left: 0;
}
.home-sanctuary.story-sanctuary .home-sanctuary-bottom .rht .cv-list li {
  padding-bottom: clamp(0.625rem, 0.8333333333vw, 1rem);
  margin-bottom: clamp(0.625rem, 0.8333333333vw, 1rem);
  border-bottom: 1px solid var(--black);
}

.service-essence {
  position: relative;
  height: 200vh;
}
.service-essence .sticky-section {
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.service-essence .sticky-section .container.txt-wrap {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
  color: #fff;
  transition: color 0.35s ease;
  z-index: 3;
}
.service-essence .sticky-section .container.txt-wrap .text-layer {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  width: 100%;
}
.service-essence .sticky-section .container.txt-wrap .text-black {
  color: var(--black);
  z-index: 2;
}
.service-essence .sticky-section .container.txt-wrap .text-black .omotenashi {
  width: 100%;
}
.service-essence .sticky-section .container.txt-wrap .text-black .omotenashi path {
  fill: var(--black);
  transition: fill 0.35s ease;
}
.service-essence .sticky-section .container.txt-wrap .text-white {
  color: var(--green-white);
  z-index: 4;
  /* this will be animated */
  clip-path: inset(0 0 0 0);
  will-change: clip-path;
}
.service-essence .sticky-section .container.txt-wrap .text-white .omotenashi {
  width: 100%;
}
.service-essence .sticky-section .container.txt-wrap .text-white .omotenashi path {
  fill: var(--green-white);
  transition: fill 0.35s ease;
}
.service-essence .sticky-section .container.txt-wrap .rht {
  width: clamp(18.75rem, 23.4375vw, 28.125rem);
  align-self: flex-end;
  padding-bottom: 50px;
}
.service-essence .sticky-section .container.txt-wrap .lft {
  width: clamp(18.75rem, 23.4375vw, 28.125rem);
  padding-top: 50px;
}
.service-essence .sticky-section .essence-video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  will-change: transform;
}
.service-essence.text-dark .container.txt-wrap {
  color: #000;
}
.service-essence.text-dark .container.txt-wrap .lft .omotenashi path {
  fill: var(--black);
}

.team .team-inner {
  justify-content: space-between;
}
.team .team-inner .lft {
  flex: 0 0 calc(100% - clamp(33.75rem, 47.3958333333vw, 56.875rem));
  padding-right: clamp(3.75rem, 6.25vw, 7.5rem);
}
.team .team-inner .rht {
  flex: 0 0 clamp(33.75rem, 47.3958333333vw, 56.875rem);
}
.team .team-inner .rht .team-outer {
  justify-content: space-between;
}
.team .team-inner .rht .team-outer .team-member {
  flex: 0 0 calc((100% - clamp(1.25rem, 1.0416666667vw, 1.25rem) * 2) / 3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  position: relative;
}
.team .team-inner .rht .team-outer .team-member .img {
  width: 100%;
  margin-bottom: clamp(0.625rem, 1.0416666667vw, 1.25rem);
  position: relative;
  overflow: hidden;
}
.team .team-inner .rht .team-outer .team-member .img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 30, 17, 0) 0%, #051e11 100%);
  opacity: 0.6;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.team .team-inner .rht .team-outer .team-member .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.team .team-inner .rht .team-outer .team-member .name {
  margin-bottom: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}
.team .team-inner .rht .team-outer .team-member .designation {
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  line-height: 1.5em;
  font-weight: 400;
  position: absolute;
  bottom: clamp(0.625rem, 1.0416666667vw, 1.25rem);
  left: clamp(0.625rem, 1.0416666667vw, 1.25rem);
  z-index: 3;
  color: var(--green-white);
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.team .team-inner .rht .team-outer .team-member.blurred .name {
  filter: blur(7px);
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.team .team-inner .rht .team-outer .team-member.blurred .img img {
  filter: blur(7px);
}
.team .team-inner .rht .team-outer .team-member.blurred .img::after {
  opacity: 1;
}
.team .team-inner .rht .team-outer .team-member.blurred .designation {
  bottom: -40px;
}

/*stay page*/
.stay-hero .stay-hero-top {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(1.875rem, 3.125vw, 3.75rem);
  padding-top: clamp(5rem, 7.8125vw, 9.375rem);
}
.stay-hero .stay-hero-top .lft {
  flex: 0 0 calc(100% - clamp(22.5rem, 32.2916666667vw, 38.75rem));
  padding-right: clamp(2.5rem, 4.1666666667vw, 5rem);
}
.stay-hero .stay-hero-top .rht {
  flex: 0 0 clamp(22.5rem, 32.2916666667vw, 38.75rem);
}
.stay-hero .stay-hero-bottom {
  justify-content: space-between;
}
.stay-hero .stay-hero-bottom .img-outer {
  flex: 0 0 calc((100% - clamp(1.875rem, 2.6041666667vw, 3.125rem)) / 2);
  aspect-ratio: 1/1;
}

.sanctuary-stay .sanctuary-stay-inner {
  display: flex;
  justify-content: center;
}
.sanctuary-stay .sanctuary-stay-inner.bottom {
  align-items: flex-start;
}
.sanctuary-stay .sanctuary-stay-inner .butler-font {
  font-size: clamp(2rem, 15.625vw, 18.75rem);
  line-height: 0.8;
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  flex-direction: row;
}
.sanctuary-stay .sanctuary-stay-inner .butler-font .letter {
  position: relative;
}
.sanctuary-stay .sanctuary-stay-inner .butler-font .letter span {
  transition: all 0.35s ease;
}
.sanctuary-stay .sanctuary-stay-inner .butler-font .letter::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 95%;
  background-color: var(--green);
  z-index: -1;
  transform: scaleY(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.sanctuary-stay .sanctuary-stay-inner .butler-font .letter:hover span {
  color: var(--green-white);
}
.sanctuary-stay .sanctuary-stay-inner .butler-font .letter:hover::after {
  transform: scaleY(1);
}
.sanctuary-stay .sanctuary-stay-inner.top {
  text-align: center;
}
.sanctuary-stay .sanctuary-stay-inner.middle .img-outer {
  flex: 1 1 auto;
  padding: 0 clamp(1.25rem, 2.6041666667vw, 3.125rem);
  position: relative;
}
.sanctuary-stay .sanctuary-stay-inner.middle .img-outer .img-inner {
  position: relative;
  width: 100%;
}
.sanctuary-stay .sanctuary-stay-inner.middle .img-outer .experience-img {
  position: absolute;
  width: 100%;
  height: 90%;
  left: 0;
  top: 7%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sanctuary-stay .sanctuary-stay-inner.middle .img-outer .experience-img.img-2 {
  height: 0%;
  transition: height 0.5s ease-in-out;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sanctuary-stay .sanctuary-stay-inner.middle .img-outer:hover .experience-img.img-2 {
  height: 94%;
}
.sanctuary-stay .sanctuary-stay-inner.bottom {
  gap: clamp(1.25rem, 5.2083333333vw, 6.25rem);
}
.sanctuary-stay .sanctuary-stay-inner.bottom .txt {
  width: clamp(12.5rem, 29.1666666667vw, 35rem);
  padding-top: clamp(0.3125rem, 0.5208333333vw, 0.625rem);
}
.sanctuary-stay .sanctuary-stay-inner + .sanctuary-stay-inner {
  margin-top: clamp(1.25rem, 4.1666666667vw, 5rem);
}

.rooms .rooms-slider .lft {
  flex: 0 0 clamp(18.75rem, 36.4583333333vw, 43.75rem);
  aspect-ratio: 24/32;
}
.rooms .rooms-slider .lft img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.rooms .rooms-slider .mid {
  flex: 0 0 calc(100% - (clamp(18.75rem, 36.4583333333vw, 43.75rem) + clamp(12.5rem, 20.3125vw, 24.375rem)));
  padding: 0 clamp(1.875rem, 4.1666666667vw, 5rem);
}
.rooms .rooms-slider .mid .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.rooms .rooms-slider .mid .inner .details-list-outer .details-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  gap: clamp(0.625rem, 0.8333333333vw, 1rem);
}
.rooms .rooms-slider .mid .inner .details-list-outer .details-list .title {
  color: var(--light-green);
  display: block;
}
.rooms .rooms-slider .rht {
  flex: 0 0 clamp(12.5rem, 20.3125vw, 24.375rem);
  align-self: flex-start;
  height: 400px;
}
.rooms .rooms-slider .rht img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.beyond-villa .beyond-villa-top {
  text-align: center;
  margin-bottom: clamp(3.125rem, 5.2083333333vw, 6.25rem);
}
.beyond-villa .beyond-villa-bottom {
  justify-content: space-between;
  gap: clamp(1.875rem, 5.2083333333vw, 6.25rem);
}
.beyond-villa .beyond-villa-bottom .feature {
  flex: 0 0 calc((100% - clamp(1.875rem, 5.2083333333vw, 6.25rem) * 2) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(0.625rem, 0.8333333333vw, 1rem);
}
.beyond-villa .beyond-villa-bottom .feature img {
  width: clamp(5rem, 6.25vw, 7.5rem);
  height: clamp(5rem, 6.25vw, 7.5rem);
}

.stay-karaoke .stay-karaoke-inner .lft {
  flex: 0 0 clamp(37.5rem, 61.4583333333vw, 73.75rem);
  min-height: 50vh;
  min-height: 50dvh;
}
.stay-karaoke .stay-karaoke-inner .lft .img-inner .label {
  position: absolute;
  bottom: clamp(1.25rem, 2.0833333333vw, 2.5rem);
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  font-weight: 300;
  opacity: 0.8;
}
.stay-karaoke .stay-karaoke-inner .rht {
  flex: 0 0 calc(100% - clamp(37.5rem, 61.4583333333vw, 73.75rem));
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.25rem, 3.125vw, 3.75rem) 0 clamp(1.25rem, 3.125vw, 3.75rem) clamp(1.25rem, 3.125vw, 3.75rem);
}

.contact .contact-banner {
  margin-bottom: clamp(1.875rem, 3.125vw, 3.75rem);
}
.contact .contact-banner .img-outer {
  width: 100%;
  height: 70vh;
}
.contact .contact-details {
  margin-top: clamp(1.25rem, 2.083vw, 2.5rem);
  display: grid;
  grid-template-columns: 100%;
  gap: 40px 0;
}
.contact .contact-details p {
  font-size: 34px;
  font-size: clamp(1.25rem, 1.5625vw, 1.875rem);
  line-height: clamp(2rem, 2.604vw, 3.125rem);
  color: #000000;
  margin-bottom: clamp(10px, 1.042vw, 15px);
}
.contact .contact-details p a {
  text-decoration: none;
  color: #2e2e2e;
}
.contact .contact-details p .fa {
  margin-right: 10px;
}
.contact .contact-details .social-list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.8333333333vw, 1rem);
  list-style: none;
  padding-left: 0;
}
.contact .contact-details .social-list li a {
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  color: var(--black);
}
.contact .contact-details .social-list li a i {
  margin-right: 5px;
}
.contact .cont-details-outer {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: flex-start;
}
.contact .cont-outer {
  margin-top: clamp(1.25rem, 2.083vw, 2.5rem);
}
.contact .cont-outer .form-group .form-control {
  background: rgba(247, 247, 249, 0.1019607843);
  border-radius: 5px;
  height: clamp(40px, 3.125vw, 3.75rem);
  bottom: 0;
  font-size: 18px;
  font-size: clamp(0.75rem, 0.938vw, 1.125rem);
  line-height: 21px;
  line-height: clamp(0.75rem, 0.99vw, 1.3125rem);
  color: rgba(64, 64, 77, 0.3);
  border: 2px solid var(--black);
  padding: 1.042vw;
  box-shadow: none;
  margin-bottom: 20px;
  border-radius: 0;
}
.contact .cont-outer .form-group textarea.form-control {
  height: 8.333vw;
}
.contact .cont-outer .btn1 {
  color: #fff;
  display: block;
  padding: clamp(0.75rem, 0.781vw, 0.9375rem) clamp(1.125rem, 2.083vw, 2.5rem);
  border-radius: 25px;
  background-color: var(--green);
  border: 0;
  text-decoration: none;
  transition: all 0.35s;
  font-size: 18px;
  font-size: clamp(0.75rem, 0.938vw, 1.125rem);
  line-height: 21px;
  line-height: clamp(0.75rem, 0.99vw, 1.3125rem);
}
.contact .cont-outer .btn1:hover {
  background-color: var(--black);
  color: #fff;
}
.contact .cont-outer ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(64, 64, 77, 0.3);
  opacity: 1;
}
.contact .cont-outer ::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(64, 64, 77, 0.3);
}

/*animation styles*/
.animated-element {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animated-element.visible {
  opacity: 1;
  transform: none;
}
.animated-element.slide-left {
  transform: translateX(-100px);
}
.animated-element.slide-left.visible {
  transform: translateX(0);
}
.animated-element.slide-right {
  transform: translateX(100px);
}
.animated-element.slide-right.visible {
  transform: translateX(0);
}
.animated-element.zoom {
  transform: scale(0.8);
}
.animated-element.zoom.visible {
  transform: scale(1);
}
.animated-element.width-left {
  opacity: 1 !important;
  transform: none !important;
  transition: none;
}
.animated-element.width-left.visible::before {
  width: 0%;
  transition: width 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animated-element.width-left.visible::before.visible {
  width: 100%;
}
.animated-element.width-right {
  opacity: 1 !important;
  transform: none !important;
  transition: none;
}
.animated-element.width-right::before {
  left: auto;
  right: 0;
}
.animated-element.width-right.visible::before {
  width: 0%;
  transition: width 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animated-element.width-right.visible::before.visible {
  width: 100%;
}
.animated-element.rotate {
  transform: rotate(-180deg) scale(0.5);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animated-element.rotate.visible {
  transform: rotate(0) scale(1);
}
.animated-element.fade-only {
  opacity: 0;
  transform: none !important;
}
.animated-element.fade-only.visible {
  opacity: 1;
}
.stagger-parent .animated-element:nth-child(1) {
  transition-delay: 0.1s;
}
.stagger-parent .animated-element:nth-child(2) {
  transition-delay: 0.2s;
}
.stagger-parent .animated-element:nth-child(3) {
  transition-delay: 0.3s;
}
.stagger-parent .animated-element:nth-child(4) {
  transition-delay: 0.4s;
}
.stagger-parent .animated-element:nth-child(5) {
  transition-delay: 0.5s;
}

.animated-element.fast {
  transition-duration: 0.4s;
}
.animated-element.slow {
  transition-duration: 1.2s;
}
.animated-element.bounce {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (max-width: 768px) {
  .animated-element {
    transform: translateY(30px);
    transform: translateY(30px);
  }
  .animated-element.slide-left, .animated-element.slide-right {
    transform: translateX(0) translateY(30px);
  }
  .animated-element.slide-left.visible, .animated-element.slide-right.visible {
    transform: translateX(0) translateY(0);
  }
  .animated-element.visible {
    transform: translateY(0);
  }
}
@keyframes spin-360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin-slow {
  animation: spin-360 20s linear infinite;
  -webkit-animation: spin-360 20s linear infinite;
  transform-origin: center center;
  will-change: transform;
}

/* Add this modifier to reverse on hover */
.spin-slow--hover-reverse:hover {
  animation-direction: reverse;
  -webkit-animation-direction: reverse;
}

/* Utility to make the spin reversed by default */
.spin-slow--reverse {
  animation-direction: reverse;
  -webkit-animation-direction: reverse;
}

/*responsive styles*/
@media (max-width: 1199px) {
  .home-sanctuary.story-sanctuary .home-sanctuary-bottom {
    align-items: unset;
  }
  .story-hero .rht .txt .b-txt-wrap .t-wrap, .story-hero .rht .txt .c-txt-wrap .t-wrap {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 1080px) {
  .lth-cards .cards-container .lth-cards-outer .lt-card, .lth-cards .cards-container .lth-cards-outer .lt-card .wrapper, .lth-cards .cards-container .lth-cards-outer .lt-card .card, .lth-cards .cards-container .lth-cards-outer .lt-card .card > div {
    width: 220px;
    height: 320px;
  }
}
@media (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
  .story-hero {
    min-height: auto;
  }
  .team .team-inner .lft {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .team .team-inner .rht {
    flex: 0 0 100%;
  }
  .story-hero .rht .txt .c-txt-wrap {
    display: none;
  }
  .story-hero .rht {
    padding: 80px 20px 0;
  }
  .contact .cont-details-outer {
    display: flex;
  }
  .contact .contact-details {
    flex: 0 0 100%;
  }
  #contact_form {
    padding: 0;
  }
  .contact .contact-details {
    gap: 10px;
  }
  .contact .cont-outer .form-group .form-control {
    border-width: 1px;
  }
  .contact .cont-outer .form-group textarea.form-control {
    height: 100px;
  }
}
/*create scss structure*/
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 25px;
  }
  .home-hero {
    height: 80vh;
  }
  .home-hero .hero-slide {
    width: 100%;
    height: 80vh;
  }
  .home-hero .hero-slide.slide-2 {
    display: none;
  }
  .home-hero .hero-slide .txt .header-wrap h1 {
    font-size: 13.25em;
  }
  .home-hero .hero-slide .txt .b-txt-wrap {
    flex-direction: column-reverse;
  }
  .home-hero .hero-slide .txt .b-txt-wrap .l-wrap {
    margin: 20px 0;
  }
  .home-hero .hero-slide .txt .b-txt-wrap .l-wrap .info:first-child {
    display: none;
  }
  .home-hero .hero-slide .txt .b-txt-wrap .l-wrap .dot {
    display: none;
  }
  .home-about .d-flex .about-txt {
    flex: 0 0 100%;
  }
  .home-about .d-flex .about-img {
    flex: 0 0 100%;
    height: 400px;
  }
  .home-pillars .home-pillars-top .title-54 {
    text-align: center;
  }
  .home-pillars .home-pillars-bottom .lft {
    flex: 0 0 100%;
  }
  .home-pillars .home-pillars-bottom .lft .piller-element {
    padding-right: 0;
  }
  .home-pillars .home-pillars-bottom .mid {
    flex: 0 0 100%;
    height: 400px;
    margin: 30px 0;
  }
  .home-pillars .home-pillars-bottom .rht {
    flex: 0 0 100%;
  }
  .home-pillars .home-pillars-bottom .rht .piller-element {
    padding-left: 0;
  }
  .home-experinces .home-experinces-sticky-box-outer {
    padding: 0;
  }
  .home-experinces .sticky-box .sb-txt {
    width: 100%;
    left: 0;
    padding: 0 30px;
  }
  .home-experinces .sticky-box::after {
    opacity: 1;
  }
  .home-sanctuary .home-sanctuary-top {
    gap: 20px;
    margin-bottom: 20px;
  }
  .home-sanctuary .home-sanctuary-top .lft,
  .home-sanctuary .home-sanctuary-top .rht {
    flex: 0 0 100%;
  }
  .home-sanctuary .home-sanctuary-bottom {
    flex-direction: column;
    gap: 20px 0;
  }
  .home-sanctuary .home-sanctuary-bottom .lft,
  .home-sanctuary .home-sanctuary-bottom .mid,
  .home-sanctuary .home-sanctuary-bottom .rht {
    flex: 0 0 100%;
  }
  .home-sanctuary .home-sanctuary-bottom .lft {
    margin-top: 0px;
  }
  .home-sanctuary .home-sanctuary-bottom .mid {
    width: 100%;
  }
  .home-sanctuary .home-sanctuary-bottom .rht {
    display: none;
  }
  .testimonials .testimonials-top {
    align-items: flex-start;
  }
  .testimonials .testimonials-bottom .testimonials-slder .slide {
    border: 0;
  }
  .testimonials .testimonials-bottom .testimonials-slder .slide .slider-inner {
    padding: 0;
  }
  .footer .footer-inner-top {
    flex-wrap: wrap;
  }
  .footer .footer-inner-top .lft {
    flex: 0 0 100%;
  }
  .footer .footer-inner-top .mid {
    flex: 0 0 50%;
  }
  .footer .footer-inner-top .rht {
    flex: 0 0 50%;
    margin-top: 0;
  }
  .footer .footer-inner-top .rht .social-list {
    padding-left: 0;
    margin-top: 30px;
  }
  .footer {
    padding-top: 50px;
  }
  .footer span.info.p-24:first-child {
    display: none;
  }
  .footer .dot {
    display: none !important;
  }
  img.footer-logo.mb-30 {
    margin: 0 auto 20px;
    display: block;
  }
  .story-hero .rht {
    flex: 0 0 100%;
    padding: 70px 25px 0;
  }
  .home-sanctuary.story-sanctuary .home-sanctuary-bottom .rht {
    display: block;
    position: relative;
    margin-top: 30px;
  }
  .home-sanctuary.story-sanctuary .home-sanctuary-bottom .rht .cv-list {
    font-size: 15px;
    margin-bottom: -40px;
  }
  .service-essence .sticky-section .container.txt-wrap .rht p {
    font-size: 12px;
  }
  .service-essence .sticky-section .container.txt-wrap .rht {
    width: 100%;
    flex: 0 0 auto;
    align-self: flex-end;
    padding-bottom: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 25px 20px;
    text-align: right;
  }
  .team .team-inner .lft {
    padding-right: 0;
  }
  .team {
    padding-top: 50px;
  }
  .team .team-inner .rht .team-outer {
    gap: 20px;
  }
  .team .team-inner .rht .team-outer .team-member {
    flex: 0 0 100%;
  }
  .sanctuary-stay .sanctuary-stay-inner.bottom {
    flex-direction: column;
  }
  .sanctuary-stay .sanctuary-stay-inner.bottom .txt {
    flex: 0 0 auto;
    width: 100%;
  }
  .sanctuary-stay .sanctuary-stay-inner.middle .img-outer {
    padding: 0 10px;
  }
  .rooms .rooms-slider .lft,
  .rooms .rooms-slider .mid,
  .rooms .rooms-slider .rht {
    flex: 0 0 100%;
  }
  .rooms .rooms-slider .mid {
    padding: 40px 0;
  }
  .rooms .rooms-slider .mid .bottom {
    margin-top: 20px;
  }
  .beyond-villa .beyond-villa-bottom .feature {
    flex: 0 0 100%;
  }
  .stay-karaoke .stay-karaoke-inner .lft {
    flex: 0 0 100%;
  }
  .stay-karaoke .stay-karaoke-inner .rht {
    flex: 0 0 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .stay-karaoke .stay-karaoke-inner .lft .img-inner .label {
    font-size: 12px;
    padding: 0 20px;
  }
  .contact-top .container {
    padding: 0 15px;
  }
  .stay-hero .stay-hero-top .lft {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .stay-hero .stay-hero-top .rht {
    flex: 0 0 100%;
  }
}/*# sourceMappingURL=master.css.map */