@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');

*,
*::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;
  --Cormorant-SC: "Cormorant SC", serif;
  --tangerine-regular: "Tangerine";
  --radius-full: 100px;
  --primary: #a89264;
  --primary-dark: #2b0f2b;
  --text-color: #36211C;
  --light-gray: #F7F5F0;
  --polishgray: #EDEAE1;
  --brown: #422C25;
  --pink: #7F6152
}

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(--Montserrat);
}

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

body.loading {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

body.loaded {
  -webkit-animation: fadeIn 3s ease-out forwards;
  animation: fadeIn 3s ease-out forwards;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

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

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n3 {
  margin-left: -0.75rem !important;
}

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


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

header {
  position: fixed;
  z-index: 10;
  top: 0vw;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100vw;
  left: 50%;
  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));

  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}


header.dropped {
  top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100vw;

  /* background: var(--light); */
}

header.dropped .navbar-container .navlogo .logo {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

nav {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 1rem 6.5rem;
}

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

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 1rem;
  align-items: center;
}

.navbar-container .navlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.navbar-container .menu {
  display: block;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.navbar-container .menu:hover {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: var(--brown);
}

.navbar-container .menu:hover .menu-txt {
  background-image: unset;
  color: var(--light) !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}

/* .navbar-container .menu:hover .menu-bar {
  filter: invert(1) !important;
  transition: all 0.5s ease;
} */

.navbar-container .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.25rem;
  background: transparent;
  color: var(--light);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.navbar-container .menu .menu-txt {
  display: block;
  font-family: var(--Nunito-Sans);
  font-weight: 600;
  /* background-image: var(--primary-bg); */
  color: var(--light);
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* background-clip: text; */
  font-size: 0.95rem;
}

.navbar-container .navlogo .logo {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

nav.dropped .navbar-container .navlogo .logo {
  width: 100px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.mob-logo {
  width: 125px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-container .navbar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-container .navbar-links .navbar-link .nav-link {
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 600;
  text-wrap: nowrap;
  text-transform: capitalize;
}

@-webkit-keyframes pulse-effect-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.404);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.404);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-effect-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.26);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

.offcanvas.offcanvas-start {
  background: var(--brown);
}

.offcanvas-body .offcanvas-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

.offcanvas-body .offcanvas-navs .offcanvas-nav .offcanvas-link {
  color: var(--light);
  font-size: 1rem;
  font-weight: 500;
  /* opacity: 0.75; */
}

.offcanvas-header .btn-close {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.fixed-button {
  position: fixed;
  display: block;
  right: 1.5%;
  bottom: 2.5%;
  gap: 1rem;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}



.btn-fixed {
  border: 1px solid var(--primary);
  outline: none;
  border-radius: 100px;
  color: var(--light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  padding: 0.55rem 1.15rem;
}

.btn-fixed.primary {
  background: var(--brown);
}

.btn-fixed.primary-pink {
  background: var(--brown);
}

.btnprimary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  border: none;
  gap: 0.5rem;
  background: transparent;
  position: relative;
  transition: all 1s ease;
  text-transform: uppercase;
  padding: 0.65rem 1.25rem;
  font-weight: 400;
  color: var(--primary);
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
}

.about-btn {
  font-size: 1rem;
  margin-top: 2rem;
  background: var(--pink);
  outline: none;
  border-radius: 100px;
  text-transform: capitalize;
  padding: 0.65rem 1.95rem;
  font-weight: 400;
  color: var(--light);
  border: unset;
  cursor: pointer;
}

.btn-primary span {
  display: block;
}

.btnprimary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #52293b 0%, #290d2a 100%);
  z-index: -1;
  opacity: 0;
  transition: all 1s ease;
}

.btnprimary:hover::before {
  opacity: 1;
}


.btn-download {
  display: flex;
  align-items: center;
  background: transparent;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  outline: none;
  gap: 0.5rem;
  border: none;
  position: relative;
  border-top: 1px solid #a0906e;
  border-bottom: 1px solid #a0906e;
  color: #a0906e;
  font-weight: 400;
  z-index: 1;
}

.btn-download::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: #a0906e;
  transition: all 1s ease;
}

.btn-download:hover {
  border-top: 1px solid #52293b;
  border-bottom: 1px solid #52293b;
  color: var(--primary-dark);
}

.btn-download:hover img {
  display: none;
}

.btn-download:hover img.active {
  display: block;
}

.btn-download img.active {
  display: none;
}

.btn-download:hover::before {
  opacity: 1;
}

.btn-know {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  outline: none;
  color: #2b0f2b;
  gap: 0.5rem;
  border: none;
  font-size: 0.9rem;
  margin: 1rem auto auto auto;
  position: relative;
  border-top: 1px solid #2b0f2b;
  border-bottom: 1px solid #2b0f2b;
  font-weight: 400;
  z-index: 1;
}

.btn-know::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(180deg, #52293b 0%, #290d2a 100%);
  transition: all 1s ease;
}

.btn-know.opacity-1::before {
  opacity: 1;
}

.btn-know:hover {
  border-top: 1px solid #deba75;
  border-bottom: 1px solid #deba75;
  color: #d99b67;
}

.btn-know.opacity-1 {
  border-top: 1px solid #deba75;
  border-bottom: 1px solid #deba75;
  color: #d99b67;
}

.btn-know:hover img {
  display: none;
}

.btn-know.opacity-1 img {
  display: none;
}

.btn-know:hover img.active {
  display: block;
}

.btn-know.opacity-1 img.active {
  display: block;
}

.btn-know img.active {
  display: none;
}

.btn-know:hover::before {
  opacity: 1;
}

section.main-banner {
  z-index: 1;
  position: relative;
}

section.main-banner {
  /* margin: 4.25rem 0 0 0; */
}

section.main-banner .video-banner {
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

section.main-banner .video-banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}



.texture-bg {
  background: var(--light-gray);
}

.texture-bg-2 {
  background: var(--polishgray);
}

.dark-bg {
  background: linear-gradient(44deg, #343434 -2.49%, #1b1b1b 65.14%);
}

.section-heading .section-title {
  font-size: 4vw;
  font-weight: 700;
  color: var(--brown);
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: var(--brown);
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: var(--tangerine-regular);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-heading .section-title.light {
  color: var(--light);
  -webkit-text-stroke-color: var(--light);
}

.section-heading .section-title.dark {
  color: var(--brown);
  -webkit-text-stroke-color: var(--brown);
}

.section-heading .section-subtitle {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 32px;
  color: var(--text-color);
  font-family: var(--Montserrat);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-subtitle {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 32px;
  color: var(--text-color);
  font-family: var(--Montserrat);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-heading .section-subtitle.light {
  color: var(--light);
}

.section-heading .section-desc {
  font-size: 1.45rem;
  color: var(--light);
  font-family: var(--Montserrat);
  font-weight: 400;
  line-height: 32px;
  letter-spacing: unset;
  text-transform: capitalize;
}

.section-desc {
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--brown);
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.italic {
  font-style: italic;
  font-weight: 700;
}

/* ********section kohinoor starts********** */
.custom-container {
  width: 85%;
  max-width: 90%;
  margin: auto;
}

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

.custom-width {
  margin-right: 6vw;
}

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

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

img.vert-move {
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}

img.vert-move {
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
}

/* ********section kohinoor ends********** */

/* shailesh css of section wall of fame start */
section.section-wallfame {
  position: relative;
  padding: 10rem 0;
  z-index: 1;
}

section.section-wallfame::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../assets/images/elements/vector.png) no-repeat;
  inset: 0;
  z-index: 0;
  top: 2px;
  right: 0px;
  background-size: initial;
}

section.section-wallfame::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  background: url("../assets/images/wall-fame/wall.png") no-repeat center bottom/cover;
}

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

.wallfame-container {
  width: 100%;
  margin: auto;
  height: 590px;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.wallfame-content {
  display: flex;
  height: 100%;
  width: calc(100% / 5);
  justify-content: center;
}

.wallfame-content.start {
  align-items: start;
}

.wallfame-content.end {
  align-items: end;
}

.wallfame-content .wallframe .wallframe-border-1 {
  padding: 1rem;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  background-color: rgba(127, 97, 82, 1);
}

.wallfame-content .wallframe .wallframe-border-2 {
  width: 100%;
  padding: 1rem;
  height: 100%;
  background-color: rgba(217, 214, 212, 1);
}

.fame {
  padding: 0.5rem;
  background-color: #fff;
  width: 100%;
  font-family: var(--Montserrat);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.fame .wall-title {
  font-weight: 600;
  font-size: 2.5vw;
  letter-spacing: 2px;
  color: #422c25;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}

.fame .wall-subtitle {
  color: #422c25;
  font-size: 1.1vw;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.amenities-carousel .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 2rem auto 1rem auto;
}

.amenities-carousel .owl-nav button {
  width: 75px;
  height: 75px;
}

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

/* shailesh css of section wall of fame start */


/* **********gallery section starts */
#sectionGallery {
  position: relative;
}

#sectionGallery::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../assets/images/elements/wave.png") no-repeat;
  inset: 0;
  z-index: 0;
  top: 2px;
  right: 0px;
  background-size: initial;
}

section.section-gallery {
  padding: 4rem 0;
}

#sectionGallery .gallery-swiper-3 {
  width: 100%;
  margin: 3rem 0 0px;
}

#sectionGallery .swiper-container {
  position: relative;
}

#sectionGallery .swiper-slide {
  overflow: hidden;
  transition: .7s;
  border-radius: 10px;
}

#sectionGallery .swiper-slide img {
  width: 100%;
}

#sectionGallery .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.5);
}

#sectionGallery .swiper-slide img {
  width: 100%;
}

#sectionGallery .swiper-button-prev,
#sectionGallery .swiper-button-next {
  border-radius: 50%;
  top: 47%;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sectionGallery .swiper-button-prev img,
#sectionGallery .swiper-button-next img {
  width: 100%;
}

#sectionGallery .swiper-button-prev::after,
#sectionGallery .swiper-button-next::after {
  content: "";
}

/* gallery ends  */


/* ***********overview section starts */

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


.overview-img {
  width: 100%;
  height: 100%;
  margin: 4.5rem auto 0 auto;
}

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

.flower1-overlay {
  position: absolute;
  width: 9%;
  height: 17%;
  right: 0%;
  bottom: 0;
}

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

.flower-overlay {
  position: absolute;
  width: 11%;
  height: 27%;
  left: 0%;
  bottom: 0;
}

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

.over-icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.over-icon img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin: auto;
}

/* **************Location section starts***** */

section.section-location {
  position: relative;
  padding: 4rem 0rem;
  background: url(../assets/images/elements/background.png) no-repeat center bottom/cover;
}

.location-accordion {
  /* background: linear-gradient(44deg, #343434 -2.49%, #1b1b1b 65.14%); */
  /* border: 2px solid rgba(255, 255, 255, 0.1); */
  padding: 2rem;
  margin-top: 3rem;
  width: 35vw;
}

.location-accordion .accordion {
  --bs-accordion-bg: transparent !important;
}

.location-accordion .accordion-item {
  border: unset;
}

.location-accordion .accordion-header {
  background: transparent;
  position: relative;
  border: 1px solid var(--gold);
  border-radius: 20px;
  padding: 0.25rem;
}

.location-accordion .accordion-header button {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  color: var(--brown);
  /* text-transform: uppercase; */
  font-weight: 400;
  padding: 0.25rem 1rem 0.25rem 1.75rem;
  position: relative;
  line-height: 52px;
  letter-spacing: 2px;
  /* border: 1px solid var(--brown); */
  font-size: 1.05rem;
}

.accordion-item {
  position: relative;
}

.accordion-item img {
  position: absolute;
  left: -8%;
  top: 14px;
  width: 31px;
}

.location-accordion .accordion-button::after {
  background-image: url("../assets/images/icons/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: all 0.5s ease;
  transform: rotate(180deg);
  content: "";
}

.location-accordion .accordion-button:not(.collapsed) {
  background: transparent;
}

.location-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../assets/images/icons/minus.svg");
  /* show minus when open */
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.location-accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
}

.location-accordion-content .location-content {
  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;
}

.location-accordion-content .location-content .location-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.location-accordion-content .location-content .location-head .location-no {
  font-size: 1rem;
  font-weight: 400;
  color: var(--brown);
  font-family: var(--Montserrat);
}

.location-accordion-content .location-content .location-head .location-title {
  font-weight: 400;
  font-family: var(--Montserrat);
  color: var(--brown);
  font-size: 1rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.location-accordion-content .location-content .location-dist {
  font-weight: 400;
  font-family: var(--Montserrat);
  color: var(--brown);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1rem;
  text-wrap: nowrap;
}

.location-map {
  width: 100%;
  height: 400px;
  /* border-radius: 6px; */
  padding: 1rem;
  /* border: 1px solid var(--brown); */
  margin: 1rem auto auto auto;
}

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

/* **************contact section ends***** */

section.section-contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../assets/images/elements/wavecon.png") no-repeat;
  inset: 0;
  z-index: -1;
  background-position: top right;
  top: 0;
  right: 0px;
  background-size: initial;
}

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

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

.custom-form-input {
  position: relative;
}

.custom-input {
  background-color: transparent;
  padding: 0.55rem 1rem 0.55rem 1.5rem;
  border-bottom: 1px solid #775D50;
  border-top: unset;
  border-right: unset;
  border-left: unset;
  box-shadow: unset;
  width: 100%;
  border-radius: unset;
  outline: unset;
  color: var(--brown);
  font-size: 1rem;
  font-weight: 400;
}

.custom-input:focus {
  outline: unset;
  border-bottom: 1px solid #775D50;
  border-top: unset;
  border-right: unset;
  border-left: unset;
  box-shadow: unset;
  background-color: transparent;
}

.custom-input::placeholder {
  color: var(--brown);
  font-size: 1rem;
  font-weight: 400;
}

.custom-padding {
  padding-left: 3.5rem !important;
}

span.cc {
  position: absolute;
  top: 22px;
  left: 1rem;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 400;
  pointer-events: none;
  color: var(--brown);
}

.contactFormWrap {
  width: 60%;
  margin: auto;
}


.form-check-input:checked {
  border-radius: 27px;
  border: 1px solid var(--pink) !important;
  background-color: var(--pink) !important;
}

.form-check-label {
  color: var(--pink);
  font-size: 0.85rem;
}

.label-text {
  color: #000;
}

/* **************cintact section ends***** */

/* ***********footer section starts */
footer {
  padding: 2rem 0rem;
}

.text-footer a {
  color: #242424;
}

.copyright {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  padding: 1rem 0rem;
  width: 200px;
  margin: auto;
  height: auto;
  max-width: 100%;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
}

.footer-qr {
  padding: 1rem 0rem;
  width: 120px;
  margin: auto;
  height: auto;
  max-width: 100%;
}

.legal-link {
  color: #77aa4a;
  font-size: 0.95rem;
  padding: 0.2rem 1rem;
  text-decoration: none;
}

.legal-link:hover {
  text-decoration: underline;
}

.footer-qr img {
  width: 100%;
  height: 100%;
  /* border-radius: 6px; */
  -o-object-fit: cover;
  object-fit: cover;
}

.text-footer p {
  color: var(--text-color);
  text-align: center;
  font-size: 0.85rem;
  font-weight: 400;
  padding: 1.3rem 1rem;
  text-wrap: balance;
}

.footer-desc p {
  color: var(--text-color);
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.2rem 1rem;
}

.copyright-desc {
  color: #242424;
  margin-top: 1rem;
  padding: 0.2rem 1rem;
}

.copyright-desc2 {
  color: var(--text-color);
  font-size: 0.95rem;
  padding: 0.2rem 1rem;
}

.copyright {
  display: flex;
  justify-content: space-between;
}


.copyright2 {
  text-align: center;
  /* display: flex
; */
  /* justify-content: space-between; */
  /* margin: auto; */
}

.custom-hr {
  color: var(--brown);
}

.copyright {
  width: 80%;
  margin: auto;
}

.believe-nav .custom-nav {
  margin: 1.4rem auto auto auto;
  gap: 1.5rem;
}

.readmore-btn {
  background: none;
  border: none;
  color: #a0906e;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  font-size: 0.85rem;
}

.custom-modal-content {
  background: var(--brown);
  border: 2px solid var(--primary);
}

.modal-logo {
  width: 120px;
  max-width: 100%;
  margin: 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;
}

.modal-form .custom-input {
  background-color: transparent;
  padding: 0.85rem 1rem 0.85rem 1.5rem;
  border-radius: unset;
  width: 100%;
  outline: unset;
  color: var(--light);
  font-size: 1rem;
}

.modal-form .custom-input:focus {
  box-shadow: unset;
  outline: unset;
  border: 1px solid var(--light);
  background-color: transparent;
}

.modal-form .custom-input::placeholder {
  color: var(--light);
}

.modal-form span.cc {
  top: 26px;
  font-size: 1rem;
  font-weight: 400;
  pointer-events: none;
  color: var(--light);
}

.modal-form .invalid-feedback {
  color: var(--light);
  font-size: 0.785rem;
}

.modal-form .form-check-label {
  color: var(--light);
  font-size: 0.95rem;
  cursor: pointer;
}

/************************* vikas css ********************/

/* thank you css */

section.section-thankyou {
  height: calc(100vh - 75px);
  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(--Metropolis-Meduim);
  margin: 0.35rem 0 0 0;
  font-weight: 500;
}

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

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

@media only screen and (max-width: 1900px) {
  .wallfame-content {
    width: calc(95% / 5);
  }

  .wallfame-content .wallframe .wallframe-border-1 {
    width: 280px;
    height: 280px;
  }
}

@media only screen and (max-width: 1400px) {
  .flower1-overlay {
    width: 8%;
    height: 13%;
    right: 0%;
    bottom: 0;
  }

  .flower-overlay {
    width: 11%;
    height: 20%;
  }

  .wallfame-container {
    height: 530px;
  }

  .wallfame-content .wallframe .wallframe-border-1 {
    width: 250px;
    height: 250px;
  }

  section.section-wallfame::before {
    width: 35%;
    background-size: contain;
    background-position: top right;
    top: 0px;
    right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  nav {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0.6rem 4rem;
  }

  .section-heading .section-desc {
    font-size: 1.25vw;
    margin: 0.5rem auto auto auto;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .wallfame-container {
    height: 465px;
  }

  .wallfame-content .wallframe .wallframe-border-1 {
    width: 220px;
    height: 220px;
  }

  .section-desc {
    font-size: 1.25vw;

  }

  .location-accordion {
    padding: 1.5rem;
    width: 100%;
  }

  .location-accordion .accordion-header button {
    padding: 0.25rem 1rem 0.25rem 1.75rem;
    position: relative;
    line-height: 45px;
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 1080px) {
  .flower-overlay {
    width: 14%;
    height: 20%;
  }
}

@media only screen and (max-width: 991px) {
  nav {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0.75rem 2rem;
  }

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

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

  .section-desc {
    font-size: 1.95vw;
  }

  .wallfame-content {
    width: 100%;
  }

  .fame .wall-title {
    font-size: 3.5vw;
  }

  .fame .wall-subtitle {
    font-size: 1.45vw;
  }

  .custom-width {
    margin-right: 0vw;
  }

  .contact-form {
    max-width: 90%;
  }

  section.section-wallfame::before {
    width: 35%;
    background-size: contain;
    background-position: top right;
    top: 0px;
    right: 0;
  }

  #sectionGallery::before {
    width: 20%;
    background-size: contain;
    top: 0px;
    right: 0;
    background-position: top right;
  }

  section.section-contact::before {
    width: 33%;
    background-size: contain;
    top: 0px;
    right: 0;
  }

  .contactFormWrap {
    width: 100%;
    margin: auto;
  }

  .custom-input {
    padding: 0.85rem 1rem 0.85rem 1.5rem;
    width: 100%;
    font-size: 1.25rem;
  }

  span.cc {
    top: 30px;
    font-size: 1.25rem;
  }

  .custom-input::placeholder {
    font-size: 1.25rem;
  }

  .custom-padding {
    padding-left: 4rem !important;
  }

  .flower1-overlay {
    width: 11%;
    height: 9%;
    right: 0%;
    bottom: 0;
  }

  .location-accordion {
    padding: 1.5rem;
    width: 100%;
  }

  section.section-location {
    padding: 4rem 0 3rem 0;
    background: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-container .navlogo .logo {
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    width: 90px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  header.dropped .navbar-container .navlogo .logo {
    width: 90px;
  }

  header.dropped .navbar-container .navlogo .logo {
    width: 90px;
  }

  section.main-banner {
    /* margin: 3.5rem auto auto auto; */
  }

  section.main-banner .video-banner {
    width: 100%;
    overflow: hidden;
    height: unset;
  }

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

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

  .section-desc {
    font-size: 2.25vw;
    line-height: 26px;
  }

  section.section-wallfame {
    padding: 4rem 0;
  }

  .fame .wall-title {
    font-size: 4.5vw;
  }

  .fame .wall-subtitle {
    font-size: 2vw;
  }

  .flower1-overlay {
    width: 16%;
    height: 8%;
    right: 0%;
    bottom: 0;
  }

  .flower-overlay {
    width: 18%;
    height: 15%;
  }

  .custom-width {
    margin-right: 0;
  }

  /* .overview-img {
    height: 350px;
  } */

  .overview-img {
    margin: 2.5rem auto 0 auto;
  }

  #sectionGallery .swiper-button-prev,
  #sectionGallery .swiper-button-next {
    display: flex;
  }

  .location-accordion {
    margin-top: unset;
  }

  section.section-wallfame::before {
    width: 30%;
    background-size: contain;
    background-position: top right;
    top: 0px;
    right: 0;
  }

  #sectionGallery::before {
    width: 26%;
    background-size: contain;
    top: 0px;
    right: 0;
    background-position: top right;
  }

  section.section-contact::before {
    width: 39%;
    background-size: contain;
    top: 3px;
    right: 0;
  }

  .contactFormWrap {
    width: 100%;
    margin: auto;
  }

  .copyright2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2.5rem;
    gap: 0.2rem;
  }

  .custom-input::placeholder {
    font-size: 1rem;
  }

  span.cc {
    font-size: 1rem;
  }

  .footer-logo {
    width: 100px;
  }

  .footer-qr {
    width: 100px;
  }

  section.section-mobile-fixed {
    position: fixed;
    z-index: 999;
    left: 0;
    padding: 0;
    bottom: 0;
    width: 100vw;
  }

  .btn-toggle-fixed {
    width: 100%;
    border: none;
    padding: 15px 0;
    margin: 0;
  }

  .mobile-toggle-fixed .col-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-button {
    display: none;
  }

  .mobile-toggle-fixed {
    width: 100%;
  }

  .col-12:first-child .btn-toggle-fixed {
    background-color: var(--brown);
    border-top: 1px solid var(--brown);
  }

  .col-12:first-child .btn-toggle-fixed-txt {
    color: var(--light);
  }
}

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

  .flower1-overlay {
    width: 27%;
    height: 7%;
    right: 0%;
    bottom: 0;
  }

  .flower-overlay {
    width: 20%;
    height: 13%;
  }

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

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

  .section-desc {
    font-size: 3.5vw;
    line-height: 26px;
  }

  .fame .wall-title {
    font-size: 9vw;
  }

  .fame .wall-subtitle {
    font-size: 4vw;
  }

  /* 
  .overview-img {
    height: 300px;
  } */
}

@media only screen and (max-width: 450px) {
  .flower1-overlay {
    width: 24%;
    height: 7%;
    right: 0%;
    bottom: 0;
  }

  .btn-middle {
    width: 55px;
    height: 55px;
  }

  .mobile-fixed-content .btn-fixed {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: -7px;
    font-size: 0.625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.4rem 0.5rem;
  }

}

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