@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: Adobe-Garamond-Pro;
  src: url("../assets/fonts/adobe-garamond-pro/AGaramondPro-Regular.otf");
}

@font-face {
  font-family: vivaldi;
  src: url("../assets/fonts/vivaldi/VIVALDII.TTF");
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --light: #ffffff;
  --dark: #000;
  --Lato: "Lato", sans-serif;
  --Montserrat: "Montserrat", sans-serif;
  --Raleway: "Raleway", sans-serif;
  --Adobe-Garamond-Pro: Adobe-Garamond-Pro;
  --vivaldi: vivaldi;
  --radius-1: 16px;
  --radius-full: 100px;
  --primary: #fff7e5;
  --secondary: rgba(25, 57, 41, 1);
  --text-color: rgba(26, 68, 39, 1);
}

html {
  font-size: 16px !important;
  overflow-x: hidden;
}

body {
  overflow-x: hidden !important;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  padding-right: 0px !important;
  font-family: var(--Adobe-Garamond-Pro);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  background-color: #ffffff00;
}

body::-webkit-scrollbar {
  width: 9px;
  background-color: #ffffff00;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #cfcfcf;
}

.toggle-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--dark-blue);
  width: 45px;
  height: 45px;
  border-radius: 100px;
  position: fixed;
  bottom: 0%;
  right: 1.25%;
  color: var(--light);
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.toggle-up.show {
  opacity: 1;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.toggle-up i {
  font-size: 1.15rem;
}

/* form loader css */

.form-loader-div {
  display: none;
}

.form-loader {
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: auto;
  border: 3px solid #b5acac;
  border-right-color: var(--light);
  -webkit-animation: l2 0.35s infinite linear;
  animation: l2 0.35s infinite linear;
}

@-webkit-keyframes l2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes l2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

/* form loader css */

.compensate-for-scrollbar {
  margin-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0rem;
}

ul {
  padding-left: 0rem;
  margin-bottom: 0rem;
}

/* li {
  list-style: none;
  text-decoration: none;
} */

a {
  text-decoration: none;
}

p {
  margin-bottom: 0rem;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.no-wrap {
  text-wrap: nowrap;
}

.invert {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mirror {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.letter-spacing {
  letter-spacing: 1.05px;
}

.text-shadow {
  text-shadow: 0px 2px 10px rgba(46, 74, 81, 0.3);
}

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

.vivaldi {
  font-family: var(--vivaldi);
  font-size: 3rem;
  color: var(--secondary);
  font-style: italic;
  font-weight: 400;
  line-height: 1rem;
  text-transform: capitalize;
}

.vivaldi.light {
  color: var(--light);
}

.primary-border {
  position: relative;
  border-radius: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-image-source: url("../assets/images/layers/text-layer.png");
  border-image-slice: 27;
  border-image-repeat: round;
  border-image-width: 4px;
}

.primary-border::before,
.primary-border::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background-image: url("../assets/images/layers/text-layer.png");
  background-size: cover;
}

.primary-border::before {
  left: 0;
}

.primary-border::after {
  right: 0;
}

.primary-border.active {
  border-image-source: unset;
}

.custom-container {
  width: 85vw;
  max-width: 90%;
  margin: auto;
}

.header-container {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 11;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

header.scrolled {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(transparent),
    to(rgba(0, 0, 0, 0.822))
  );
  background: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.822));
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.822));
}

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 8rem;
  /* background: var(--light); */
  gap: 1rem;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.menu {
  display: none;
  width: 21px;
  cursor: pointer;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.logo-img {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  width: 25rem;
}

.logo2 {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  opacity: 0;
  width: 7rem;
}

.logo img,
.logo2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.scrolled .logo-img {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  width: 18rem;
}

.scrolled .logo2 {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  width: 4rem;
}

.navLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  gap: 3rem;
}

.navLinks .navLink {
  display: block;
  font-size: 1rem;
  color: var(--light);
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.navLinks .navLink::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  bottom: -5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  border-radius: var(--radius-full);
  background-color: var(--primary-pink);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navLinks .navLink:hover::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.line {
  width: 100%;
  height: 2px;
  margin: 2rem auto;
  background-color: rgb(163 163 163 / 25%);
}

.m-n3 {
  margin: 0 0 0 -3rem;
}

.m-n2 {
  margin: -2rem 0 0 0;
}

.custom-width {
  width: 50rem;
  max-width: 100%;
}

.custom-width-2 {
  width: 60rem;
  max-width: 100%;
  margin: auto;
}

.custom-width-3 {
  width: 45rem;
  max-width: 100%;
}

.btnPrimary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  text-transform: capitalize;
  background: transparent;
  padding: 1rem 5rem;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
}

.btnPrimary::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
  background: url("../assets/images/layers/btn-primary.svg") no-repeat center
    center/cover;
  background-size: 100% 100%;
}

.btnPrimary.custom-size {
  font-size: 0.8rem;
}

.btnPrimary.light {
  color: var(--primary);
}

.btnPrimary.light::after {
  background: url("../assets/images/icons/btn-light.png") no-repeat center
    center/contain;
}

.btnPrimary2 {
  background: var(--secondary);
  color: var(--light);
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1.15rem;
}

.btn-simple {
  color: var(--text-color);
  border-radius: 0;
  background-color: var(--light);
  font-size: 1.15rem;
  padding: 0.75rem 3rem;
}

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

.offcanvas.offcanvas-end {
  width: 100%;
}

.offcanvas.offcanvas-end .offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.offcanvas-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offcanvas-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.offcanvas-close {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-radius: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  -webkit-transform: translateY(4px) scale(0.95);
  -ms-transform: translateY(4px) scale(0.95);
  transform: translateY(4px) scale(0.95);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.offcanvas-close i {
  font-size: 2rem;
}

.offcanvas-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 1rem 0;
}

.offcanvas-links .line {
  margin: auto auto;
}

.offcanvas-link {
  display: block;
  font-size: 3vw;
  font-family: var(--Montserrat);
  font-weight: 600;
  transition: all 0.5s ease;
  color: var(--text-color);
  text-transform: uppercase;
  position: relative;
  width: 100%;
}

.offcanvas-logo .logo-img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 120px;
  max-width: 100%;
}

.section-heading {
  position: relative;
  z-index: 4;
}

.section-heading .section-title {
  font-size: 2.5vw;
  color: var(--dark);
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
}

.section-heading .section-subtitle {
  font-size: 2.5vw;
  color: var(--primary);
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-heading .section-desc {
  font-size: 1.1rem;
  color: var(--text-color);
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-heading .section-desc.light {
  color: var(--light);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-heading .section-more-desc {
  font-size: 1.25rem;
  color: var(--text-color);
  font-style: italic;
  font-weight: 700;
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.title-line {
  width: 90%;
}

.title-line.title-line-2 {
  width: 70%;
}

.title-line.title-line-3 {
  width: 40%;
}

.title-line img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.texture-pattern {
  position: relative;
  z-index: 2;
}

.texture-pattern::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../assets/images/overlay/main-overlay.jpg") no-repeat left
    center/cover;
}

.custom-input {
  padding: 0.75rem 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: unset;
  color: var(--text-color);
  font-weight: 400;
  letter-spacing: 1.438px;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.custom-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(188, 32, 49, 0.5);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 0px 0px 2px var(--primary-pink);
  box-shadow: 0px 0px 0px 2px var(--primary-pink);
}

.custom-input::placeholder {
  color: var(--text-color) !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-size: 1rem !important;
}

.form-check-label {
  font-size: 0.95rem;
}

.custom-modal-content {
  position: relative;
  z-index: 1;
  padding: 1.25rem 0.5rem 0.5rem 0.5rem;
  background: var(--primary);
  border: 2px solid var(--primary);
}

.custom-modal-content::before,
.custom-modal-content::after {
  position: absolute;
  content: "";
  width: 35%;
  transform: scale(-1, -1);
  transition: all 0.5s ease;
  height: 25%;
  top: 0;
  z-index: -1;
  left: 0;
  background: url("../assets/images/layers/flower.svg") no-repeat center
    center/cover;
}

.custom-modal-content::after {
  right: 0;
  left: unset;
  transform: unset;
  top: unset;
  z-index: -1;
  bottom: 0;
}

.modal-logo {
  width: 100px;
  max-width: 100%;
  margin: 3rem auto 1rem auto;
}

.modal-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-close {
  position: absolute;
  top: 3%;
  width: 48px;
  height: 48px;
  right: 3%;
  cursor: pointer;
}

.modal-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.banner-overlay-contents {
  position: absolute;
  display: flex;
  bottom: 5%;
  z-index: 1;
  justify-content: space-between;
  align-items: end;
  left: 50%;
  width: 90%;
  transform: translate(-50%, 0%);
}

.banner-overlay-contents .banner-overlay-content-1 {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.banner-overlay-contents .banner-overlay-content-2 {
  width: 28vw;
  max-width: 100%;
}

.primary {
  background: url(../assets/images/layers/text-layer.png) lightgray 50% / cover
    no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.primary.dark {
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: var(--text-color);
}

.text-light {
  color: var(--light);
}

.banner-overlay-txt .banner-overlay-title {
  font-size: 4vw;
  font-weight: 400;
  transition: all 0.5s ease;
  text-transform: uppercase;
}

.banner-overlay-txt .banner-overlay-subtitle {
  transition: all 0.5s ease;
  font-size: 1.35vw;
  font-weight: 400;
}

.banner-overlay-form {
  background: var(--primary);
  box-shadow: 4px 4px 60px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  padding: 2rem;
  z-index: 1;
  position: relative;
}

.banner-overlay-form::after {
  content: "";
  position: absolute;
  width: 24%;
  height: 20%;
  z-index: -1;
  right: 0;
  bottom: 0;
  background: url("../assets/images/layers/flower.svg") no-repeat center
    center/cover;
  background-size: 100% 100%;
}

section.section-mobile-form {
  padding: 2rem 0 4rem 0;
}

.mobile-form {
  box-shadow: 4px 4px 60px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--primary);
  padding: 2rem 1.5rem;
  width: 90%;
  margin: -4rem auto auto auto;
  position: relative;
  z-index: 2;
}

.mobile-form::after {
  content: "";
  position: absolute;
  width: 24%;
  height: 20%;
  z-index: -1;
  right: 0;
  bottom: 0;
  background: url("../assets/images/layers/flower.svg") no-repeat center
    center/cover;
  background-size: 100% 100%;
}

section.section-overview {
  width: 100%;
  z-index: 1;
  position: relative;
  padding: 7rem 0 5rem 0;
}

section.section-overview::after {
  position: absolute;
  content: "";
  width: 10%;
  z-index: -1;
  height: 10%;
  background: url("../assets/images/over/over-leaf.webp") no-repeat center
    center/cover;
  top: 4%;
  left: 0;
}

.overview-img {
  width: 100%;
  height: 100%;
}

.overview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview-form {
  padding: 3rem 2rem;
  background-color: var(--primary);
}

.form-title {
  font-size: 1.65vw;
  margin: 1rem 0 2rem 0;
  font-weight: 500;
  transition: all 0.5s ease;
}

section.section-artisty {
  width: 100%;
  position: relative;
  padding: 4rem 0;
}

section.section-artisty::after {
  position: absolute;
  content: "";
  width: 10%;
  z-index: -1;
  height: 15%;
  background: url("../assets/images/artisty/leaf.webp") no-repeat center
    center/cover;
  top: 5%;
  right: 0;
}

.artistry_img {
  margin: 0 0 1.25rem 0;
}

thead tr th {
  background-color: var(--primary) !important;
}

.config-table {
  text-align: center;
  table-layout: fixed;
}

.config-table tr th {
  text-align: center;
  vertical-align: middle !important;
  padding: 15px 0 !important;
}

.config-table tr td {
  vertical-align: middle !important;
  padding: 15px 5px !important;
  /* background: #f3f3f3; */
  font-size: 1.25rem;
}

.config-table thead {
  background: #002f5b;
  color: #fff;
  border: none !important;
}

.config-table > tbody > tr > td,
.config-table > tbody > tr > th,
.config-table > tfoot > tr > td,
.config-table > tfoot > tr > th,
.config-table > thead > tr > td,
.config-table > thead > tr > th {
  border: 1px solid #f3bb59;
}

.config-table tbody {
  background: #ffffff;
}

.price-click {
  background: #000;
  color: #fff;
  padding: 5px 7px;
  outline: 1px solid #000 !important;
  outline-offset: 5px;
}

.price-click:hover,
.price-click:focus {
  color: #ffffff;
}

section.section-essence {
  position: relative;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  z-index: 1;
}

section.section-essence.is-pinned {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

section.section-essence::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: -5%;
  background: url(../assets/images/layers/cow.svg) no-repeat center center /
    contain;
  width: 23vw;
  height: 22dvh;
  transform: translate(-50%, 0%);
}

.essence-content-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: auto;
  width: 45rem;
  max-width: 90%;
}

.essence-content-img {
  position: relative;
  height: 100dvh;
}

.mySwiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.mySwiper .swiper-slide {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}

.mySwiper .swiper-slide .scroll-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mySwiper .swiper-slide .scroll-content img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper-slide .scroll-content .scroll-txt {
  position: absolute;
  top: 70%;
  font-weight: 400;
  right: 10%;
  padding: 0 0 0 1.5rem;
  transition: all 1s ease;
  text-align: end;
  font-size: 1.5vw;
  transform: translate(0%, -50%);
  color: var(--light);
  z-index: 1;
}

.mySwiper .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: #f5d289 !important;
  opacity: 0.29 !important;
  margin: 0 5px !important;
  transform: scale(0.9);
  transition: all 1s ease !important;
}

.mySwiper .swiper-pagination-bullet-active {
  opacity: 1 !important;
  transform: scale(1);
  background: #f5d289 !important;
  transition: all 1s ease !important;
}

/* gsap animation css */

.panels-container {
  position: relative;
  height: 100dvh;
}

.custom-panel {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: transparent;
  color: white;
}

.panels-container.pinned .custom-panel {
  position: fixed;
}

.outer,
.inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-size: cover;
  background-position: center;
}

.custom-panel-txt {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 0.5rem 1rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  position: relative;
  -ms-flex-align: start;
  align-items: start;
  background-color: #e7e0d8;
  height: 100%;
}

.custom-panel-txt {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 0.5rem 1rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  position: relative;
  -ms-flex-align: start;
  align-items: start;
  z-index: 1;
  background-color: #e7e0d8;
  height: 100%;
}

.custom-panel-txt .animation-video {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.custom-panel-txt .animation-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-panel-txt h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.custom-panel-txt h3 {
  font-size: 2vw;
  margin: 1.5rem 0 2.5rem 0 !important;
  text-transform: uppercase;
}

.custom-panel-txt p {
  font-size: 1rem;
  text-transform: uppercase;
}

.custom-panel-img {
  width: 50%;
  height: 100%;
}

.custom-panel-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* gsap animation css */

section.section-amenities {
  position: relative;
  padding: 8rem 0 4rem 0;
}

.amenities-swiper-container {
  margin: 2rem auto auto auto;
  position: relative;
}

.amenities-swiper .swiper-wrapper,
.amenities-swiper-2 .swiper-wrapper {
  padding: 2rem 0rem;
}

.amenities-contents {
  display: flex;
  justify-content: center;
  gap: 5rem 4rem;
  width: 90%;
  flex-wrap: wrap;
  margin: auto;
}

.amenities-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 235px;
  position: relative;
  padding: 4rem 1rem 2rem 1rem;
  z-index: 1;
  align-items: center;
}

.amenities-content .amens-overlay-1 {
  border-radius: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-image-source: url("../assets/images/layers/text-layer.png");
  border-image-slice: 27;
  border-image-repeat: round;
  border-image-width: 4px;
}

.amenities-content .amens-overlay-1 {
  border-radius: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-image-source: url("../assets/images/layers/text-layer.png");
  border-image-slice: 27;
  border-image-repeat: round;
  border-image-width: 4px;
}

.amenities-content .amens-overlay-1 .leaf-1 {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  top: -30px;
  left: -25px;
}

.amenities-content .amens-overlay-1 .leaf-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.amenities-content .amens-overlay-1::before,
.amenities-content .amens-overlay-1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background-image: url("../assets/images/layers/text-layer.png");
  background-size: cover;
}

.amenities-content .amens-overlay-1::before {
  left: 0;
}

.amenities-content .amens-overlay-1::after {
  right: 0;
}

.amenities-content .amens-overlay-2 {
  border-radius: 0;
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-image-source: url("../assets/images/layers/text-layer.png");
  border-image-slice: 27;
  border-image-repeat: round;
  border-image-width: 4px;
}

.amenities-content .amens-overlay-2 .leaf-2 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -18px;
  right: -10px;
  z-index: 2;
}

.amenities-content .amens-overlay-2 .leaf-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.amenities-content .amens-overlay-2::before,
.amenities-content .amens-overlay-2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background-image: url("../assets/images/layers/text-layer.png");
  background-size: cover;
}

.amenities-content .amens-overlay-2::before {
  left: 0;
}

.amenities-content .amens-overlay-2::after {
  right: 0;
}

.amenities-content .amenities-img {
  width: 100px;
  height: 100px;
}

.amenities-content .amenities-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.amenities-content .amenities-txt {
  font-size: 1.15rem;
  color: var(--dark);
  font-weight: 400;
  text-wrap: wrap;
  white-space: wrap;
  text-align: center;
  text-transform: capitalize;
}

.amenities-swiper-container .swiper-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 2rem 0rem 1rem 0rem;
}

.amenities-swiper-container .swiper-nav .swiper-button {
  cursor: pointer;
  width: 75px;
  height: 75px;
}

.amenities-swiper-container .swiper-nav .swiper-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* .amenities-swiper-container .swiper-nav .swiper-button.swiper-button-prev-2 {
  left: 0%;
}

.amenities-swiper-container .swiper-nav .swiper-button.swiper-button-next-2 {
  right: 0%;
} */

section.section-config {
  position: relative;
  padding: 4rem 0;
}

.config-nav {
  margin: 5rem 0 0 0;
}

.config-nav .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

.config-tab-content {
  margin: 2rem 0 0 0;
}

.config-nav .nav-pills .nav-link {
  position: relative;
  padding: 1rem 4.5rem;
  background: transparent;
  font-size: 1.175rem;
  color: var(--secondary);
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 0;
}

.config-nav .nav-pills .nav-link.active {
  background: var(--secondary);
  color: var(--light);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.config-nav .nav-pills .nav-link.active::before,
.config-nav .nav-pills .nav-link.active::after {
  background-image: unset;
}

.config-container {
  position: relative;
}

.config-container .swiper {
  width: 100%;
  height: 100%;
}

.config-container .swiper .swiper-wrapper {
  padding: 1.5rem 0;
}

.config-container .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.config-container .config-img {
  width: 75%;
  cursor: pointer;
  height: 100%;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
}

.config-container .config-img .config-txt {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
  color: var(--light);
  font-size: 1.25rem;
  padding: 1rem 3rem;
  background-color: #193929;
  font-weight: 400;
  text-transform: capitalize;
  z-index: 1;
}

.config-container .swiper-slide img {
  display: block;
  width: 100%;
  filter: blur(8px);
  height: 100%;
  object-fit: cover;
}

.mySwiper2-3bhk,
.mySwiper2-4bhk,
.mySwiper2-master {
  height: 80%;
  width: 100%;
}

.mySwiper-3bhk,
.mySwiper-4bhk,
.mySwiper-master {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper-3bhk .swiper-slide,
.mySwiper-4bhk .swiper-slide,
.mySwiper-master .swiper-slide {
  width: calc(60% / 4) !important;
  height: 120px;
  opacity: 0.4;
  cursor: pointer;
}

.mySwiper-3bhk .swiper-slide-thumb-active,
.mySwiper-4bhk .swiper-slide-thumb-active,
.mySwiper-master .swiper-slide-thumb-active {
  opacity: 1;
}

.config-container .swiper-button-prev:after,
.config-container .swiper-button-next:after {
  content: "" !important;
}

.config-container .swiper-nav .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  width: 75px;
  height: 75px;
}

.config-container .swiper-nav .swiper-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.config-container .swiper-nav .swiper-button.swiper-button-prev {
  left: 2%;
}

.config-container .swiper-nav .swiper-button.swiper-button-next {
  right: 2%;
}

.swip-button {
  display: flex;
  justify-content: center;
}

section.section-living {
  position: relative;
  padding: 4rem 0;
  z-index: 1;
}

section.section-living::before {
  content: "";
  position: absolute;
  width: 23%;
  z-index: 2;
  height: 33%;
  background: url(../assets/images/layers/flower1.png) no-repeat center center /
    cover;
  left: 0;
  transition: all 0.5s ease;
  bottom: 0;
}

section.section-living::after {
  content: "";
  position: absolute;
  width: 32%;
  z-index: 2;
  height: 25%;
  background: url(../assets/images/layers/flower2.png) no-repeat center center /
    cover;
  right: 0;
  transition: all 0.5s ease;
  bottom: 0;
}

.container-living {
  padding: 1.25rem;
  width: 90%;
  max-width: 100%;
  margin: 5rem auto auto auto;
  transition: all 0.5s ease;
}

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

.living-content img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: transparent;
  border: none;
}

.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.section-location {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 12rem 0 28rem 0;
}

section.section-location::after,
section.section-location::before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 15%;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 255, 255, 0) 85%
  );
}

section.section-location::after {
  transform: scale(-1, -1);
  top: 0;
}

section.section-location::before {
  bottom: 0;
}

.location-container {
  width: 92vw;
  max-width: 100%;
  transition: all 0.5s ease;
  margin: auto 0 auto auto;
}

.location-content {
  margin: 4rem 0 0 0;
}

.location-content {
  margin: 4rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.location-content .location-title {
  font-size: 1.25rem;
  transition: all 0.5s ease;
}

.location-content .location-list {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 1rem;
  gap: 0.5rem;
}

.location-content .location-list .location-item {
  font-size: 1rem;
  transition: all 0.5s ease;
  padding: 0 0.5rem 0 0;
}

.map-frame {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 1;
}

.map-frame iframe,
.map-frame img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.map-frame::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
}

.location-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 35%;
}

.location-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-space {
  position: relative;
  padding: 4rem 0;
}

.owl-nav button {
  pointer-events: all;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.space-container {
  margin: 3rem auto 0 auto;
  width: 100%;
}

.gal-carousel .owl-item.active.center .space-content {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  filter: none;
}

.gal-carousel .owl-item:not(.active.center) .space-content {
  position: relative;
  filter: grayscale(100%) blur(4px);
  transition: all 0.5s ease;
}

.gal-carousel .owl-item .space-content {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
}

.gal-carousel .owl-nav {
  position: absolute;
  top: 40%;
  margin-top: unset !important;
  width: 100%;
  transform: translateY(-50%);
}

.gal-carousel .owl-nav button {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.gal-carousel .owl-nav button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gal-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 6%;
}

.gal-carousel .owl-nav .owl-next {
  position: absolute;
  right: 6%;
}

section.section-about {
  background: url("../assets/images/about/about.jpg") no-repeat center
    center/cover;
  width: 100%;
  height: 95dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.about-container {
  width: 90%;
  display: flex;
  justify-content: start;
  align-items: end;
  padding: 1rem 1rem 3rem 3rem;
  height: 90%;
  margin: auto;
}

section.section-contact {
  width: 100%;
  height: 100%;
  padding: 6rem 0 2rem 0;
  background: url("../assets/images/layers/contact-layer.jpg") no-repeat center
    center/cover;
  inset: 0;
}

.contact-form {
  width: 35rem;
  max-width: 90%;
  margin: 3rem auto auto auto;
}

.footer-container {
  margin: 4rem auto auto auto;
  width: 50rem;
  max-width: 95%;
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  width: 90%;
  margin: auto;
}

.created {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.call {
  color: var(--text-color);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 0.075rem;
  display: inline-block;
}

.fixed-button {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  background-color: transparent;
  transform: translate(76px, -50%) rotate(270deg);
}

.fixed-button.fixed-button-2 {
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  top: unset;
  width: 100%;
  right: unset;
  z-index: 999;
  background-color: transparent;
  transform: unset;
}

.btn-fixed {
  padding: 0.75rem 1.75rem 0.5rem 1.75rem;
  font-size: 1.25rem;
  color: #1a4427;
  width: 100%;
  border: none;
  background-color: var(--light);
}
/* thank you css */

section.section-thankyou {
  height: 85vh;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thankyou-title {
  text-align: center;
  font-family: var(--Montserrat);
  margin: 0.35rem 0 0 0;
  font-weight: 500;
}

.thankyou-subtitle {
  text-align: center;
  font-family: var(--Montserrat);
  font-weight: 400;
  text-wrap: balance;
  opacity: 0.85;
  margin: 0.5rem 0 0 0;
}

.go_txt {
  font-size: 15px;
  color: #000;
  color: var(--light);
  background-color: var(--secondary) !important;
  border-radius: 3.125rem;
  font-family: var(--Montserrat);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  margin: 15px auto 0;
}

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

/*********** media query *********/

@media only screen and (max-width: 1700px) {
  .navbar-container {
    padding: 1rem 5rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
}

@media only screen and (max-width: 1400px) {
  .navbar-container {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    padding: 1rem 2rem;
  }

  .custom-container {
    width: 90vw;
    max-width: 90%;
    margin: auto;
  }

  section.section-overview::after {
    width: 11%;
    height: 11%;
    top: 2%;
  }

  section.section-essence::after {
    bottom: -7%;
    width: 26vw;
    height: 26dvh;
  }

  .amenities-contents {
    gap: 2rem 2rem;
  }

  .mySwiper-3bhk .swiper-slide,
  .mySwiper-4bhk .swiper-slide,
  .mySwiper-master .swiper-slide {
    width: calc(70% / 4) !important;
    height: 100px;
  }

  section.section-living::before {
    width: 21%;
    height: 24%;
    transition: all 0.5s ease;
  }

  section.section-living::after {
    width: 32%;
    height: 21%;
    transition: all 0.5s ease;
  }

  .location-container {
    width: 95vw;
    transition: all 0.5s ease;
  }
}

@media only screen and (max-width: 1200px) {
  .navbar-container {
    padding: 1rem 2rem;
  }

  .logo-img {
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    width: 18rem;
  }

  .navLinks {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    gap: 1rem;
  }

  .menu {
    display: block;
  }

  .navLinks {
    display: none;
  }

  .custom-visible {
    display: none;
  }

  .banner-overlay-form {
    transition: all 0.5s ease;
    padding: 1rem;
  }

  .section-heading .section-title {
    font-size: 3.5vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  section.section-overview::after {
    width: 10%;
    height: 10%;
    top: 1%;
  }

  section.section-essence::after {
    bottom: -9%;
    width: 30vw;
    height: 30dvh;
  }

  .mySwiper-3bhk .swiper-slide,
  .mySwiper-4bhk .swiper-slide,
  .mySwiper-master .swiper-slide {
    width: calc(80% / 3) !important;
  }

  .custom-width-3 {
    width: 35rem;
  }

  .mySwiper .swiper-slide .scroll-content .scroll-txt {
    right: 8%;
    font-size: 1.65vw;
    transition: all 1s ease;
  }
}

@media only screen and (max-width: 1080px) {
  .navbar-container {
    padding: 1rem 2rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
}

@media only screen and (max-width: 991px) {
  .section-heading .section-title {
    font-size: 5.5vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .logo-img {
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    width: 15rem;
  }

  .scrolled .logo-img {
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    width: 12rem;
  }

  .banner-overlay-contents .banner-overlay-content-1 {
    gap: 1rem;
  }

  .banner-overlay-contents .banner-overlay-content-1 {
    width: 100%;
  }

  .banner-overlay-contents .banner-overlay-content-2 {
    display: none;
  }

  .banner-overlay-txt .banner-overlay-title {
    font-size: 5.5vw;
    transition: all 0.5s ease;
  }

  .banner-overlay-txt .banner-overlay-subtitle {
    transition: all 0.5s ease;
    font-size: 2.75vw;
  }

  .offcanvas-link {
    font-size: 3vw;
    transition: all 0.5s ease;
  }

  .essence-content-txt {
    padding: 5rem 0 3rem 0;
    max-width: 90%;
  }

  .essence-content-img {
    height: 80dvh;
  }

  section.section-overview::after {
    width: 18%;
    height: 5%;
    top: 0.5%;
  }

  section.section-essence::after {
    bottom: -10%;
    width: 25vw;
    height: 25dvh;
  }

  section.section-artisty::after {
    width: 15%;
    height: 4%;
    top: 1.5%;
  }

  .amenities-swiper-container .swiper-nav,
  .config-container .swiper-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin: 1rem auto;
  }

  .amenities-swiper-container .swiper-nav .swiper-button,
  .config-container .swiper-nav .swiper-button {
    position: relative;
    /* top: unset; */
    width: 55px;
    height: 55px;
  }

  /* .config-container .swiper-nav .swiper-button.swiper-button-prev {
    left: unset;
  }

  .config-container .swiper-nav .swiper-button.swiper-button-next {
    right: unset;
  } */

  .config-container .config-img {
    width: 90%;
  }

  .mySwiper .swiper-slide .scroll-content .scroll-txt {
    top: 50%;
    left: 50%;
    right: unset;
    transform: translate(-50%, 0%);
    text-wrap: balance;
    font-size: 2.5vw;
    transition: all 1s ease;
  }

  .mySwiper-3bhk .swiper-slide,
  .mySwiper-4bhk .swiper-slide,
  .mySwiper-master .swiper-slide {
    width: calc(90% / 4) !important;
    margin: auto;
    height: 60px;
  }

  section.section-location {
    padding: 6rem 0 8rem 0;
  }

  .map-frame {
    position: relative;
    height: 100%;
    margin: 2rem auto 0 auto;
    width: 100%;
  }

  .location-overlay {
    width: 40%;
    height: 17%;
    z-index: 2;
  }

  .custom-width-3 {
    width: 90%;
  }

  .location-content .location-title {
    font-size: 1.15rem;
    transition: all 0.5s ease;
  }

  .location-content .location-list .location-item {
    font-size: 0.925rem;
    transition: all 0.5s ease;
  }

  section.section-amenities {
    padding: 5rem 0 2rem 0;
  }

  .config-nav .nav-pills .nav-link {
    padding: 0.75rem 3.5rem;
    font-size: 1.15rem;
  }

  .amenities-content {
    width: 90%;
    padding: 3rem 1rem 2rem 1rem;
  }

  .amenities-content .amenities-img {
    width: 60px;
    transition: all 0.5s ease;
    height: 60px;
  }

  .amenities-content .amenities-txt {
    transition: all 0.5s ease;
    font-size: 0.925rem;
  }

  .form-title {
    transition: all 0.5s ease;
    font-size: 3.75vw;
  }
}

@media only screen and (max-width: 767px) {
  .section-heading .section-title {
    font-size: 6.5vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .banner-overlay-contents {
    bottom: 7%;
  }

  .offcanvas-link {
    font-size: 4vw;
    transition: all 0.5s ease;
  }

  .essence-content-img {
    height: 75dvh;
  }

  section.section-overview::after {
    width: 25%;
    height: 6%;
    top: 0;
  }

  section.section-essence::after {
    bottom: -11%;
    width: 28vw;
    height: 28dvh;
  }

  .config-container .config-img {
    width: 95%;
  }

  .config-nav .nav-pills {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    gap: 2.5rem;
    padding: 0 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }

  section.section-living::before {
    width: 23%;
    height: 15%;
    transition: all 0.5s ease;
  }

  section.section-living::after {
    width: 35%;
    height: 14%;
    transition: all 0.5s ease;
  }

  .living-content {
    height: 40dvh;
    transition: all 0.5s ease;
  }

  .space-container {
    margin: 3rem auto 0 auto;
    width: 90%;
  }

  .custom-modal-content::before,
  .custom-modal-content::after {
    width: 20%;
    height: 15%;
    transition: all 0.5s ease;
  }

  .mySwiper .swiper-slide .scroll-content .scroll-txt {
    font-size: 3.25vw;
    transition: all 1s ease;
  }

  .fixed-button {
    display: none;
  }

  .fixed-button.fixed-button-2 {
    display: block;
  }

  .config-table tr td {
    vertical-align: middle !important;
    padding: 10px 5px !important;
    /* background: #f3f3f3; */
    font-size: 1rem;
  }

  .btn-simple {
    font-size: 1.15rem;
    padding: 0.65rem 1.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .navbar-container {
    padding: 1rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .logo-img {
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    width: 12rem;
  }

  .scrolled .logo-img {
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    width: 10rem;
  }

  .offcanvas-link {
    font-size: 4.5vw;
    transition: all 0.5s ease;
  }

  .offcanvas-close {
    width: 40px;
    height: 40px;
  }

  .banner-overlay-contents {
    bottom: 8%;
  }

  .banner-overlay-txt .banner-overlay-title {
    font-size: 7.5vw;
    transition: all 0.5s ease;
  }

  .banner-overlay-txt .banner-overlay-subtitle {
    transition: all 0.5s ease;
    font-size: 3.5vw;
  }

  section.section-overview::after {
    width: 35%;
    height: 6%;
    top: 0.25%;
  }

  .overview-form {
    padding: 2rem 1.5rem;
  }

  .form-title {
    transition: all 0.5s ease;
    font-size: 4.5vw;
  }

  section.section-essence::after {
    bottom: -14%;
    width: 32vw;
    height: 32dvh;
  }

  section.section-living::before {
    width: 41%;
    height: 14%;
    transition: all 0.5s ease;
  }

  section.section-living::after {
    width: 35%;
    height: 14%;
    transition: all 0.5s ease;
  }

  .container-living {
    padding: 1rem;
    width: 100%;
    transition: all 0.5s ease;
    margin: 5rem auto auto auto;
  }

  section.section-location {
    padding: 5rem 0;
  }

  .location-overlay {
    width: 35%;
    height: 12%;
    z-index: 2;
  }

  section.section-about {
    height: 100%;
    display: flex;
    padding: 1.5rem;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .about-container {
    width: 100%;
    padding: 6rem 1.5rem 2rem 1.5rem;
  }

  .custom-modal-content::before,
  .custom-modal-content::after {
    width: 35vw;
    height: 15vh;
    transition: all 0.5s ease;
    top: 2vw;
  }

  .custom-modal-content::after {
    top: unset;
    bottom: 0;
  }

  .fixed-button {
    transform: translate(54px, -50%) rotate(270deg);
  }

  .btn-fixed {
    padding: 0.75rem 1.25rem 0.5rem 1.25rem;
    font-size: 0.9215rem;
  }

  .config-container .config-img .config-txt {
    font-size: 1rem;
    padding: 0.85rem 2rem;
  }

  .mySwiper .swiper-slide .scroll-content .scroll-txt {
    font-size: 4vw;
    width: 90%;
    transition: all 1s ease;
    text-align: center;
  }

  .config-table tr td {
    font-size: 0.9rem;
  }

  .btn-simple {
    font-size: 1rem;
    text-wrap: nowrap;
    white-space: normal;
    padding: 0.5rem 1rem;
  }
}

@media only screen and (max-width: 450px) {
  section.section-overview::after {
    width: 40%;
    height: 5%;
    top: 0.5%;
  }

  section.section-living::before {
    width: 30%;
    height: 12%;
    transition: all 0.5s ease;
  }

  section.section-living::after {
    width: 42%;
    height: 10%;
    transition: all 0.5s ease;
  }

  .btnPrimary {
    padding: 1rem 5rem;
    font-size: 3.5vw;
    white-space: nowrap;
  }

  .mySwiper .swiper-slide .scroll-content .scroll-txt {
    font-size: 5vw;
    transition: all 1s ease;
  }
}

@media only screen and (max-width: 350px) {
}
