@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Krona+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap");

.bannerbtn {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* ---------------------- GLOBAL NAV ---------------------- */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ---- MAKE .my-nav ABSOLUTE WITH SPACING ---- */
/*.my-nav {*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  z-index: 1000;*/
/*}*/

.my-nav {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-bottom: 14px;
}
.my-nav .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  margin-top: 16px;
}

.navbarnav ul li a {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-align: center;
  color: #000;
}

.navbarnav ul li a {
  font-family: "Sora";
  font-size: 16px;
  text-decoration: none;
}

.navbarnav ul li {
  display: inline-flex;
  margin-left: 25px;
}

.navbarnav ul li a {
  font-family: "Sora";
  font-size: 16px;
  text-decoration: none;
}

/* ---------------------- HAMBURGER ---------------------- */
.hamburger {
  display: none;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  height: 22px;
}
.hamburger span {
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 3px;
  transition: 0.4s ease;
}
.close-menu {
  display: none;
}
.navbarnav {
  transform: translateY(10px);
}
#closeMenu {
  color: #fff;
  padding-right: 34px;
  font-size: 40px;
}
.homebanner h1 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.homebanner p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.hbann1 a button,
.hbann2 a button {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-align: center;
  color: #fff;
}
.hbann2 a button:hover,
.hbann1 a button:hover {
  background: linear-gradient(94.63deg, #df097f 0.19%, #410353 87.53%);
  padding: 16px 35px;
  border: 1px solid #482d3c;
  border-radius: 30px;
  box-shadow: 4px 4px 4px 0px #46464626;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-align: center;
}
.hbann2 a button,
.hbann1 a button {
  background: #9f9f9f5e;
  padding: 16px 35px;
  border: 1px solid transparent;
  border-radius: 30px;
  box-shadow: 4px 4px 4px 0px #46464626;
  border: 1px solid #c5bebe;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-align: center;
}
.abvheader {
  display: flex;
  justify-content: space-between;
  color: #262626;
  text-align: center;
  margin: 0px 40px;
  background: #f8f8f8;
  border-radius: 20px;
  padding: 0px 25px;
}
.abvheader p {
  margin: 10px 0px;
}
.abvheader p {
  margin: 10px 0px;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #6b6b6b;
}
.headneh p span {
  color: #262626;
  text-decoration: underline;
}
.headneh:nth-child(1),
.headneh:nth-child(2) {
  padding: 8px 0px;
}
.choose-icon {
  width: 26%;
  background: #702f83;
  padding: 15px 12px;
  margin-bottom: 16px;
}
#whychoose {
  background: #f8f8f8;
  padding: 60px 0px;
}
.Exceptional {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.choose-card {
  background: #fff;
  padding: 70px 20px 45px 20px;
  width: calc(100% / 4 - 20px);
  margin: 10px;
  border: 1px solid #fff;
}

.whychoose-head p span {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #410353;
}
.whychoose-head {
  text-align: center;
}
.whychoose-head h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
.whychoose-head p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
  margin-top: 20px;
}
.whychoose-head h2 span {
  color: #df097f;
}
.nature {
  display: flex;
  justify-content: space-between;
}
.santuary-ele {
  display: flex;
}
.elegance-images {
  display: flex;
  gap: 15px;
}
.choose-card h3 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 125%;
  letter-spacing: 0px;
  color: #000;
}
.choose-card p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
  color: #6b6b6b;
}

.choose-card:hover .choose-icon {
  background: #df097f;
}
.choose-card:hover {
  border: 0.5px solid #df097f;
  box-shadow: 8px 4px 6px 0px #0000001f;
}
#Sanctuary {
  padding: 60px 0px;
}
.sanctuary-content p span {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #410353;
  text-transform: capitalize;
}
.sanctuary-content h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 125%;
  letter-spacing: 0px;
  color: #1d1d1d;
}

.sanctuary-content p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: lowercase;
  color: #1e1e1e;
}

.nature-cout h3 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 33px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: lowercase;
  color: #df097f;
}
.nature-cout p {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.our-packages {
  text-align: center;
}
#Packages {
  background: #fff;
  padding: 60px 0px;
}
.our-packages p span {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #410353;
}
.our-packages h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
}
.our-packages h2 span {
  color: #df097f;
}
.our-packages p {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
  margin-top: 20px;
}
.tabs {
  display: inline-flex;
  background: #f1f1f1;
  padding: 5px;
  border-radius: 6px;
  margin-top: 19px;
  margin-bottom: 49px;
}
.tab {
  padding: 10px 35px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}
.tab {
  padding: 14px 20px;
  border: none;
  background: #f0f0f0;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #767575;
}
.events-tab {
  text-align: center;
}
.tab.active {
  background: #e50671;
  color: #fff;
}
.packages-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.package-card img {
  width: 100%;
}
.package-card {
  width: calc(100% / 3 - 20px);
  text-align: left;
  border: 1px solid #767575;
}
.package-card h3 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  color: #0c0c0c;
}
.package-card h4 {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: lowercase;
  color: #df097f;
}
.package-card p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #6b6b6b;
}
.package-card a button {
  background: linear-gradient(94.63deg, #df097f 0.19%, #410353 87.53%);
  border: unset;
  box-shadow: 4px 4px 4px 0px #46464626;
  border-radius: 50px;
  padding: 16px 0px;
  width: 100%;
  color: #ffffff;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-align: center;
  margin-top: 20px;
}
.package-content {
  padding: 30px 25px;
}
.package-card h4 {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: lowercase;
  color: #df097f;
  padding: 10px 0px 22px 0px;
}
.package-card:nth-child(1),
.package-card:nth-child(3) {
  margin-top: 60px;
  margin-bottom: 33px;
}
.cardwedex p {
  margin-bottom: unset;
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}
.cardwedex {
  background: #702f83;
  padding: 12px 0px;
}
.elegance-images .elegance1 img,
.elegance-images .elegance2 img {
  width: 100%;
}
.elegance {
  padding-right: 58px;
}
.galleryp {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.galleryp a {
  width: calc(33.33% - 20px);
}
.galleryp img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.photo-gallery h3 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #702f83;
  margin-bottom: 25px;
}
.visual-journey-content p span {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #410353;
}
.visual-journey-content h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
.visual-journey-content p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  margin-top: 20px;
}
#visual-journey {
  padding: 60px 0px;
  background: #fff;
}
.galleryv {
  display: flex;
  justify-content: space-between;
}
.video-gallery h3 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #702f83;
  padding: 40px 0px 15px 0px;
  text-align: left;
}
.video-gallery a button {
  padding: 16px 35px;
  background: linear-gradient(94.63deg, #df097f 0.19%, #410353 87.53%);
  padding: 16px 35px;
  border: 1px;
  border-radius: 30px;
  box-shadow: 4px 4px 4px 0px #46464626;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-align: center;
  color: #fff;
  margin-top: 50px;
}
.video-gallery {
  text-align: center;
}
#faq-section {
  padding: 60px 0;
  background: #fafafa;
  text-align: center;
}
.faq-subtitle {
  color: #410353;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
}
.faq-title {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 45px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
.faq-desc {
  color: #000;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 25px;
}
.faq-item {
  background: #fff;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px 0px #0000000d;
}
.faq-question {
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  background: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Sora";
  border: none;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
}
.faq-question .arrow {
  transition: 0.3s;
  font-size: 35px;
}
.faq-question.active .arrow {
  transform: rotate(180deg);
}
.faq-answer {
  display: none;
  padding: 20px 20px;
  text-align: left;
  background: #fff;
  font-family: "Inter";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #6b6b6b;
}
.faq-question.active {
  background: #ebebeb;
}
.faq-stillques a button {
  background: linear-gradient(94.63deg, #df097f 0.19%, #410353 87.53%);
  padding: 16px 35px;
  border: 1px;
  border-radius: 30px;
  box-shadow: 4px 4px 4px 0px #46464626;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-align: center;
  color: #fff;
}
.faq-stillques {
  margin-top: 50px;
}
.faq-stillques p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
.faq-wrapper {
  margin-top: 50px;
}
span.arrow {
  color: #898b8e;
}
.faq-answer p {
  margin-bottom: unset;
}
.gexp p span {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #410353;
}
.gexp h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
.gexp p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  margin-top: 20px;
}
.slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: auto;
}
.tesect .slick-slide {
  margin: 0 15px;
}
.testimonialg {
  padding: 50px 22px 17px 22px;
  background: #fff;
  box-shadow: 0px 2.12px 3.61px 0px #38383806;
  box-shadow: 0px 9.34px 7.47px 0px #3838380a;
  box-shadow: 0px 22.92px 14.9px 0px #3838380d;
  box-shadow: 0px 44.14px 29.2px 0px #3838380f;
}
#Guest-Experience {
  padding: 60px 0px;
}
.tes-nav {
  text-align: center;
  margin-top: 35px;
}
.tes-prev:active,
.tes-next:active {
  background: #313131;
  padding: 0px 13px;
  color: #ffffff;
  font-size: 36px;
  box-shadow: 0px 9.17px 17.19px 0px #48488a14;
  border: 1px solid transparent;
}
.testimonialg p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  color: #6b6b6b;
  margin-top: 20px;
}
.testimonialg p span {
  font-family: "Sora";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #313131;
}
p.testdescri {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #767575;
}
.tes-prev,
.tes-next {
  background: #ffffff;
  font-size: 36px;
  box-shadow: 0px 9.17px 17.19px 0px #48488a14;
  border: 1px solid #fff;
  padding: 0px 13px;
  color: #96b0b8;
}
.gettouchc p span {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #410353;
}
.gettouchc h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
.gettouchc p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  margin-top: 20px;
}
#get-in-touch {
  background: #fff;
  padding: 55px 0px;
}
.con-message {
  display: flex;
  gap: 25px;
  margin-top: 50px;
}
.cont-info {
  padding-top: 45px !important;
}
.cont-info,
.send-message {
  background: #f1f1f1;
}
.cont-info,
.send-message {
  background: #f1f1f1;
  /* width: calc(100% / 2); */
  padding: 25px 40px;
}
.conifget {
  display: flex;
}
.conifgetsvg {
  background: #702f83;
  padding: 15px 15px;
  height: 50px;
}
.conifget {
  display: flex;
  gap: 20px;
}
.configsinfo p {
  max-width: 264px;
}
.event-form {
  max-width: 700px;
  margin: 0 auto;
}
.form-row {
  display: flex;
  gap: 20px;
}
.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.form-group label {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 600;
}
.event-form input,
.event-form select,
.event-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  font-size: 14px;
  background: #fff;
}
.event-form textarea {
  height: 120px;
  resize: none;
}
.event-form button {
  background: linear-gradient(94.63deg, #df097f 0.19%, #410353 87.53%);
  padding: 16px 35px;
  border: 1px;
  border-radius: 30px;
  box-shadow: 4px 4px 4px 0px #46464626;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-align: center;
  color: #fff;
}
.contactinformation h3 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 25px;
}
.configsinfo h4 {
  font-family: "Sora";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1px;
  vertical-align: middle;
  color: #000;
}
.configsinfo p,
.configsinfo p a {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.1px;
  vertical-align: middle;
  color: #6b6b6b;
  text-decoration: none;
  max-width: 304px;
}
.pkg-btn:hover {
  color: #fff;
}
.send-message h3 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  text-transform: capitalize;
}
.send-message p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: #000;
  margin-top: 15px;
}
.event-form label {
  color: #000;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}
.event-form {
  padding-top: 25px;
}
.event-form input,
.event-form select,
.event-form textarea {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #898b8e;
}
.send-message {
  padding-top: 44px;
}
#footer {
  background: #000000;
  padding-bottom: 15px;
}
.footer-content {
  text-align: center;
  color: #fff;
}
.footer-content,
.footer-content a {
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.footer-content p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: center;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
}
.copyright p,
.privacy p,
.btop p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -1%;
  text-align: center;
  margin: 0px 0px;
  padding: 0px !important;
}
.footer-content {
  padding: 50px 0px 0px 0px;
}
.footer-content p {
  padding: 37px 0px 25px 0px;
}
.faqbanner h1 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
.contactbanner h1 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
.aboutbanner h1 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.missionvisioni p span {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #410353;
}
.missionvisioni h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #101010;
}
.missionvisioni p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
  margin-top: 20px;
}
.conm h3,
.conv h3 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 125%;
  letter-spacing: 0px;
  color: #000000;
}
.conm p,
.conv p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
.driveus {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.mission,
.vision {
  border: 1px solid #767575;
  text-align: center;
  padding: 10px;
}
#missionvision {
  padding: 130px 0px 60px 0px;
  background: #fff;
}
.conm,
.conv {
  padding: 45px 0px 10px 0px;
}
.missionvisioni {
  margin-bottom: 50px;
}
.mission img,
.vision img {
  width: 100%;
}
.eventcontent p span {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #410353;
}
.eventcontent h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
}
.eventcontent p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
}
.what-offer {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
}
.soloffer:nth-child(3) {
  border-right: unset;
}
.soloffer {
  border-right: 1px solid #767575;
  width: calc(100% / 3);
}
.soloffer {
  padding: 0px 60px 0px 60px;
}
.soloffer h3 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  color: #0c0c0c;
}
.soloffer p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000;
}
#eventsolutions {
  padding: 60px 0px;
}
#Core-Values {
  padding: 60px 0px;
}
.values {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0px;
}
.valtype {
  border: 1px solid #ffffff;
  padding: 15px;
  backdrop-filter: blur(41px);
  width: calc(100% / 5 - 20px);
}
#Core-Values h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}
.soloffer h3 {
  margin-top: 30px;
}
.their-commitment {
  display: flex;
}
.naturecommit1 {
  display: flex;
  align-items: center;
}
.naturecommit2 {
  padding: 75px 100px;
  background: #f2f2f2;
}
/* .naturecommit3 img, .naturecommit1 img {
    width: 100%;
    height: 80%;
    object-fit: cover;
} */
.naturecommit3 img,
.naturecommit1 img {
  width: 20%;
  height: 55%;
  object-fit: cover;
  position: absolute;
}
.naturecommit1 img {
  margin-left: 65px;
}
.naturecommit3 img {
  position: absolute;
  margin-top: 153px;
}
.naturecommit3 img {
  position: absolute;
  margin-top: 265px;
  margin-left: -55px;
}
.naturecommit2 h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #212121;
}
.naturecommit2 p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 33px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #000;
}
#commitment {
  background: #fff;
}
#packagesbanner h1 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.packagesbanner p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}
.expackages {
  display: flex;
}
.evenuima img {
  width: 100%;
}
.prime-event {
  display: flex;
  justify-content: flex-start;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #df097f;
  background-color: #f8f8f8;
  font-family: "Sora";
  font-weight: 600;
  font-size: 20px;
  line-height: 58px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #410353 #410353 #f8f8f8;
  border-radius: 0px;
}

.nav-tabs {
  border-bottom: 1px solid;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 58px;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
#myTabContent {
  border: 1px solid #410353;
  border-top: unset;
  padding: 40px 20px 40px 20px;
}
#event-tabs-section {
  padding: 60px 0px;
}
.nav-tabs {
  border-bottom: 1px solid #410353;
}
#event-tabs-section h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 58px;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
  margin-bottom: 60px;
}
.nav-link:hover {
  border-color: none;
  isolation: isolate;
}
#regularp p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000;
}
#regularp p span {
  font-family: "Sora";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.primecontent ul li {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000;
}
.primecontent ul li span {
  font-family: "Sora";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000;
}
.packbutton button {
  background: linear-gradient(94.63deg, #df097f 0.19%, #410353 87.53%);
  padding: 16px 35px;
  border: 1px;
  border-radius: 30px;
  box-shadow: 4px 4px 4px 0px #46464626;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-align: center;
  color: #fff;
}
.packbutton {
  text-align: center;
}
.discoverpack h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 71px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #000;
}
.othpackbtn {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0px 80px 0px;
}
.othpack a button {
  border: 1px solid #702f83;
  background: #ffffff;
}
.othpack a button {
  height: 150px;
  padding: 20px 60px;
}
#discoverpack {
  margin: 40px 0px;
}
.primecontent p span {
  font-family: "Sora";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000;
}
.primecontent ol li {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000;
}
.primecontent ol li span {
  font-family: "Sora";
  font-weight: 600;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000;
}
.othpackbtn .othpack a button {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 47px;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
.rglance {
  display: flex;
  justify-content: space-between;
}
.atglance img {
  width: 100%;
}
.glancer {
  display: flex;
  gap: 40px;
}
.glance-content p span {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #410353;
}
.glance-content h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 58px;
  letter-spacing: 0px;
  color: #1d1d1d;
}
.glance-content p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  color: #1e1e1e;
}
.offrneh {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.offrneh-card {
  background: #fff;
  padding: 70px 20px 45px 20px;
  width: calc(100% / 4 - 20px);
  margin: 10px;
  border: 1px solid #fff;
}
.offrneh-icon {
  width: 26%;
  background: #702f83;
  padding: 15px 12px;
  margin-bottom: 16px;
}
#whatoffer {
  padding: 60px 0px;
}
.what-head p span {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #410353;
}
.what-head h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
.what-head p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
  margin-top: 20px;
}
.what-head {
  margin-bottom: 30px;
}
.resortbanner p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.resortbanner h1 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.resbann1 a button {
  background: #9f9f9f5e;
  padding: 16px 35px;
  border: 1px solid transparent;
  border-radius: 30px;
  box-shadow: 4px 4px 4px 0px #46464626;
  border: 1px solid #c5bebe;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-align: center;
  color: #fff;
}
.resbann1 a button:hover {
  background: linear-gradient(94.63deg, #df097f 0.19%, #410353 87.53%);
  padding: 16px 35px;
  border: 1px solid #482d3c;
  border-radius: 30px;
  box-shadow: 4px 4px 4px 0px #46464626;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-align: center;
}
.venues-section p span {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #410353;
}
.venues-section h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
}
.venues-section p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
}
.venue-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding: 60px 0px 30px 0px;
}
.venue-card h3 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  vertical-align: bottom;
  color: #0c0c0c;
  margin-top: 15px;
}
.venue-card ul li {
  color: #6b6b6b;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.venue-card p.desc {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  text-align: left;
}
#Glance {
  padding: 60px 0px 0px 0px;
}
.exvenue {
  padding: 80px;
}
.exvenue p span {
  color: #410353;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
}
.exvenue h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 58px;
  letter-spacing: 0px;
  color: #000000;
}
.exvenue p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
}
.event-high {
  display: flex;
  justify-content: space-between;
}
.evenh1 p span {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #410353;
}
.evenh1 h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  color: #000;
}
.evenh1 p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  color: #000;
  margin-top: 20px;
}
.evenh2 a button {
  border: 1px solid transparent;
  border-radius: 30px;
  box-shadow: 4px 4px 4px 0px #46464626;
  border: 1px solid #000;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-align: center;
  color: #000;
  padding: 16px 15px;
}
.glimpshigh {
  width: 100%;
  margin-top: 30px;
}
.glims {
  width: 300px;
  margin: 0 10px;
}
.glims img {
  height: 45%;
}
.glims img {
  width: 100%;
  display: block;
}
#event-hightlights .mx-container {
  width: 91%;
  max-width: 100%;
  margin: 0 0 0 auto;
}
/* Section Styling */
.venues-section {
  text-align: center;
  padding: 60px 0;
  font-family: "Sora", sans-serif;
}
.sub-heading {
  color: #7d5cff;
  font-weight: 600;
  margin-bottom: 5px;
}
.main-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
}
.tagline {
  color: #666;
  margin-bottom: 40px;
}
.venue-card {
  background: #efefef;
  padding: 20px;
  border-radius: 20px;
  text-align: left;
}
.venue-card img {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 15px;
}
.venue-card ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 15px;
}
.gallerybanner h1 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.visualcollect p span {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #410353;
}
.visualcollect h2 {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
.visualcollect p {
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
  margin: 20px 0px;
}
.nav-tabs .nav-link:hover {
  border-color: #fff #fff #000;
}
.nav-link.active:hover {
  border-color: #000 #000 #fff #000;
}
#Exclusive-Venue {
  margin-top: 70px;
}
#visual-collec {
  padding: 60px 0px;
}
.vidgallery .vidgal {
  margin: 0 35px;
}
.vidgallery .vidgal img {
  width: 500px;
  height: 400px;
  object-fit: cover;
}
.slick-center {
  opacity: 1 !important;
}
.vidgallery .slick-dots {
  display: none !important;
}
.vidgallery .slick-prev,
.vidgallery .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.vidgallery .slick-prev {
  left: 29.8%;
}
.vidgallery .slick-next {
  right: 29.8%;
}
.vidgallery .slick-prev:before,
.vidgallery .slick-next:before {
  font-size: 28px;
  color: #000;
  background: none;
  border-radius: 50%;
  padding: 6px 10px;
}
.progress-bar-wrap {
  width: 7%;
  height: 6px;
  background: #c4c4c4;
  border-radius: 20px;
  margin: 25px auto 0;
  overflow: hidden;
}
.progress-bar-fill {
  width: 0%;
  height: 100%;
  background: #000;
  border-radius: 20px;
  transition: width 0.4s linear;
}
#visual-collec .container-fluid {
  padding: 0px;
}
.packages-section {
  padding: 60px 0;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.heading-wrap .subtitle {
  color: #410353;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
}
.heading-wrap .title {
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0;
}
.heading-wrap .desc {
  color: #000;
  margin-bottom: 40px;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 15px;
}
.packages-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 40px;
}
.tailored-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border: 0.74px solid #767575;
}
.pkg-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.pkg-content {
  padding: 20px;
  text-align: left;
}
.pkg-content h3 {
  margin-bottom: 15px;
  color: #0c0c0c;
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  vertical-align: bottom;
  height: 40px;
}
.pkg-content ul {
  list-style: none;
  padding: 0;
  height: 19vh;
}
.pkg-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #6b6b6b;
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.pkg-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745;
  font-weight: bold;
}
.pkg-btn {
  display: inline-block;
  background: linear-gradient(94.63deg, #df097f 0.19%, #410353 87.53%);
  color: #fff;
  padding: 10px 25px;
  border: 1px solid #482d3c;
  border-radius: 30px;
  box-shadow: 4px 4px 4px 0px #46464626;
  text-decoration: none;
  font-weight: 600;
  font-family: "Sora";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-align: center;
  padding: 16px 35px;
  margin-top: 70px;
}
#videosli {
  padding: 40px 0;
}
.galleryvideo .video-i {
  width: 100%;
  padding: 10px;
}
.galleryvideo iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}
.heading-wrap .title {
  font-family: "Krona One";
  font-weight: 400;
  font-style: Regular;
  font-size: 45px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
.tglance {
  padding: 56px 0px;
}
#Exclusive-Venue .container-fluid {
  padding: unset;
}
.navbarnav ul li a:hover,
.navbarnav ul li a:active {
  color: #df097f;
}
/* Fade side images */
.vidgal.slick-slide {
  opacity: 0.2;
  transition: 0.4s;
}
.vidgallery .slick-prev,
.vidgallery .slick-next {
  background: transparent;
  border: unset;
}
.galleryvideo .video-i {
  margin: 0 40px;
}
.galleryvideo .slick-prev,
.galleryvideo .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.galleryvideo .slick-prev {
  left: 0;
}
.galleryvideo .slick-next {
  right: 0;
}
.galleryvideo .slick-prev,
.galleryvideo .slick-next {
  background: none;
  border: unset;
}
.galleryvideo .slick-prev {
  right: 69%;
}
.galleryvideo .slick-next {
  left: 69%;
}
.galleryvideo iframe {
  border-radius: 0px;
}
.navbarnav ul li a.active {
  color: #df097f;
  font-weight: 600;
}
/* Responsive */
@media screen and (max-width: 1024px) {
  .choose-icon {
    width: 40%;
  }
  .santuary-ele {
    display: block;
  }
  .elegance,
  .elegancei {
    width: 100%;
  }
  .video-item iframe {
    width: 450px;
  }
  .values {
    justify-content: left;
    gap: 30px;
  }
  .valtype {
    width: calc(100% / 3 - 20px);
  }
  .offrneh-icon {
    width: 40%;
  }
  .offrneh-card h3 {
    height: 67px;
  }
  #event-hightlights .mx-container {
    width: 95.7%;
    max-width: 100%;
  }
  .venue-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .vidgallery .slick-prev {
    left: 20% !important;
  }
  .vidgallery .slick-next {
    right: 22.9% !important;
  }
  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .exvenue {
    padding: 0px 0px 0px 32px;
  }
  .evenuima img {
    width: 100%;
    height: 472px;
  }
  .nav-tabs .nav-link {
    font-size: 17px;
  }
  .atglance img {
    width: 100%;
    height: 557px;
  }
  .glims {
    padding-right: 30px;
  }
  .naturecommit2 h2 {
    font-size: 29px;
    line-height: 43px;
  }
}
@media (max-width: 991px) {
  .hamburger {
    display: flex;
  }
  .navbarnav {
    transform: none;
  }
  .navbarnav ul li a {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
  }
  /* ===== ULTRA MODERN MENU ===== */
  .navbarnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 60px 20px;
    transform: rotateY(90deg);
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
    z-index: 999;
  }
  /* OPEN STATE */
  .navbarnav.active {
    transform: rotateY(0deg);
    background: #702f83;
  }
  /* MENU ITEMS */
  .navbarnav ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 40px;
  }
  .navbarnav ul li {
    opacity: 0;
    transform: translateX(40px);
    filter: blur(5px);
    transition: 0.5s ease;
    margin-left: unset;
  }
  /* STAGGER ANIMATION */
  .navbarnav.active ul li:nth-child(1) {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    transition-delay: 0.2s;
  }
  .navbarnav.active ul li:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    transition-delay: 0.3s;
  }
  .navbarnav.active ul li:nth-child(3) {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    transition-delay: 0.4s;
  }
  .navbarnav.active ul li:nth-child(4) {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    transition-delay: 0.5s;
  }
  .navbarnav.active ul li:nth-child(5) {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    transition-delay: 0.6s;
  }
  .navbarnav.active ul li:nth-child(6) {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    transition-delay: 0.7s;
  }
  .navbarnav.active ul li:nth-child(6) {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    transition-delay: 0.8s;
  }
  .navbarnav.active ul li:nth-child(7) {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    transition-delay: 0.9s;
  }
  .navbarnav.active ul li:nth-child(8) {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    transition-delay: 0.1s;
  }
  /* CLOSE ICON */
  .close-menu {
    display: block;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    color: #000;
    transition: 0.3s;
  }
  .close-menu:hover {
    transform: scale(1.2);
  }
  /* ===== HAMBURGER → X ===== */
  .hamburger.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .homebanner {
    margin: 0px 140px;
  }
  .choose-card {
    width: calc(100% / 2 - 20px);
    margin: 10px;
  }
  .choose-icon {
    width: 26%;
  }
  .package-card {
    width: calc(100% / 2 - 20px);
  }
  .packages-cards {
    justify-content: left;
  }
  .elegance,
  .elegancei {
    width: 100%;
  }
  .package-card:nth-child(1),
  .package-card:nth-child(3) {
    margin-top: unset;
    margin-bottom: unset;
  }
  .galleryp a {
    width: calc(50% - 20px);
  }
  .video-item iframe {
    width: 600px;
    margin-bottom: 20px;
  }
  .galleryv {
    display: block;
  }
  .con-message {
    display: block;
  }
  .cont-info1,
  .send-message {
    width: 100%;
  }
  .coninfomap {
    width: 100%;
    margin-bottom: 25px;
  }
  .coninfomap iframe {
    width: 100%;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom {
    padding-bottom: 25px;
  }
  .gettouchc {
    margin-bottom: 40px;
  }
  .homebanner h1,
  .faqbanner h1,
  .resortbanner h1,
  #packagesbanner h1,
  .gallerybanner h1,
  .contactbanner h1,
  .aboutbanner h1 {
    font-size: 40px;
  }
  .soloffer {
    width: calc(100% / 2);
  }
  .soloffer:nth-child(3) {
    margin-top: 40px;
  }
  .soloffer:nth-child(2) {
    border-right: unset;
  }
  .offrneh-card {
    width: calc(100% / 2 - 20px);
    margin: 10px;
  }
  .offrneh-icon {
    width: 24%;
  }
  .offrneh-card h3 {
    height: unset;
  }
  .pkg-content ul {
    height: 24vh !important;
  }
  .expackages {
    display: block;
  }
  .evenuima img {
    height: unset;
  }
  .exvenue {
    padding: 0px 0px 0px 0px;
  }
  .nav-tabs .nav-link {
    font-size: 16px;
    padding: 10px 9px;
  }
  .atglance img {
    height: unset;
  }
  .glancer {
    display: block;
  }
  .glims {
    padding-right: 110px;
  }
  .event-high {
    display: block;
  }
  .naturecommit1 img {
    margin-left: unset;
  }
  .naturecommit2 {
    padding: unset;
  }
  .naturecommit3 img {
    position: absolute;
    margin-top: unset;
    margin-left: unset;
  }
  .navbarnav.active ul li {
    transition: 0.5s ease;
  }
  .logo {
    z-index: 1000;
  }
  .galleryvideo .video-i {
    margin: 0px;
  }
  .vidgallery .slick-prev,
  .vidgallery .slick-next {
    left: 17.6% !important;
  }
}
@media screen and (max-width: 480px) {
  .homebanner h1,
  .faqbanner h1,
  .resortbanner h1,
  #packagesbanner h1,
  .gallerybanner h1,
  .contactbanner h1,
  .aboutbanner h1 {
    font-size: 30px;
  }
  .homebanner {
    margin: 0px 45px;
  }
  .hbann2 a button:hover,
  .hbann1 a button:hover {
    padding: 16px 15px;
    font-size: 14px;
    width: 115%;
  }
  .hbann2 a button,
  .hbann1 a button {
    padding: 16px 15px;
    font-size: 14px;
    width: 115%;
  }
  .bannerbtn {
    gap: 40px;
  }
  .choose-card {
    width: calc(100%);
  }
  .package-card {
    width: calc(100% / 1 - 20px);
  }
  .packages-cards {
    justify-content: center;
  }
  .elegance-images {
    display: block;
  }
  .elegance1 img,
  .elegance2 img {
    width: 100%;
  }
  .mission,
  .vision {
    width: 100%;
  }
  .driveus {
    display: block;
  }
  .vision {
    margin-top: 30px;
  }
  .soloffer {
    width: calc(100%);
  }
  .soloffer {
    margin-top: 40px;
  }
  .soloffer:nth-child(1),
  .soloffer:nth-child(2) {
    border-right: unset;
  }
  .valtype {
    width: calc(100%) !important;
  }
  .offrneh-card {
    width: calc(100%);
  }
  .offrneh-icon {
    width: 21%;
  }
  .glancer {
    display: block;
  }
  .packages-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .pkg-content ul {
    height: unset !important;
  }
  .glims {
    padding-right: 0px;
  }
  .venues-section {
    padding-top: unset;
  }
  .venue-grid {
    padding-top: 30px;
  }
  .exvenue h2,
  #event-tabs-section h2,
  .discoverpack h2,
  .faq-title,
  .visualcollect h2 {
    line-height: 35px;
  }
  .sanctuary-content h2,
  .whychoose-head h2,
  .heading-wrap .title,
  .visual-journey-content h2,
  .glance-content h2,
  .venues-section h2,
  .what-head h2,
  .evenh1 h2,
  .gettouchc h2,
  .exvenue h2,
  #event-tabs-section h2,
  .discoverpack h2,
  .faq-title,
  .visualcollect h2,
  .gettouchc h2 {
    font-size: 27px;
  }
  .vidgallery .slick-next,
  .vidgallery .slick-prev {
    display: none !important;
  }
  .othpackbtn .othpack a button {
    font-size: 12px;
    height: 10vh;
    line-height: 24px;
  }
  .othpack a button {
    height: 150px;
    padding: 0px 17px;
  }

  .nature-cout h3 {
    font-size: 25px;
  }
  .nature-cout svg {
    height: 21px !important;
    width: 30px !important;
  }
  .glance-content h2 {
    line-height: 40px;
  }
  .elegance2 {
    margin-top: 30px;
  }
  .photo-gallery h3 {
    margin-top: 40px;
  }
  #banner {
    height: 43vh !important;
  }
  #packagesbanner h1 {
    line-height: 135%;
    padding: 0px 10px;
  }
  .footer-content p {
    line-height: 180%;
  }
  .footer-content p {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .galleryp a {
    width: 100%;
  }
  .venue-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .main-heading {
    font-size: 28px;
  }
  .galleryvideo .slick-prev,
  .galleryvideo .slick-next {
    display: none !important;
  }
}
@media (max-width: 758px) {
  .video-item iframe {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .valtype {
    width: calc(100% / 2 - 20px);
  }
  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
  .galleryvideo iframe {
    height: 250px;
  }
  .form-row {
    flex-direction: column;
  }
}
