@font-face {
  font-family: Stangith Font;
  src: url('../fonts/Stangith-Font.zip') format("undefined");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #adadad;
  --black-new: var(--black);
  --white: var(--black);
  --ivory: #fffcf1;
  --white-2: white;
  --black-2: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.div-block {
  background-image: url('../images/Landing-bg2x.jpg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.section {
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-2 {
  justify-content: flex-end;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.insta-link {
  cursor: pointer;
  margin-right: 20px;
}

.ph-link {
  cursor: pointer;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.mob-img, .div-block-7 {
  display: none;
}

.div-block-8 {
  z-index: 100;
  background-image: url('../images/Landing-bg2x.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  height: 870px;
  margin-top: -81px;
  display: flex;
  position: relative;
}

.section-2 {
  z-index: 80;
  height: auto;
  margin-top: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-9 {
  z-index: 100;
  background-color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-top: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-10 {
  background-color: #fff;
  background-image: url('../images/Right-element-bg2x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.div3 {
  background-color: #a14191;
  height: 600px;
}

.sticky-header {
  z-index: 0;
  background-color: #641a1a;
  flex: 1;
  height: 80px;
  margin-top: 0;
  position: static;
  inset: 0% 0% auto;
}

.container {
  background-color: #fff;
}

.nav-link {
  color: #1a1919;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0;
  font-family: Cormorant, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.nav-link:focus {
  border-bottom: 1px solid #000;
  font-weight: 700;
}

.nav-link.w--current {
  color: #000;
  font-weight: 700;
}

.nav-link-2 {
  margin-right: 40px;
}

.navbar {
  z-index: 0;
  background-color: #f9f4e400;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.stickyheader {
  z-index: 200;
  background-color: #f9f4e4;
  background-image: url('../images/Header-bg2x.png');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.link-block, .link-block.w--current {
  margin-left: 60px;
  margin-right: 60px;
}

.bottom-header {
  z-index: 50;
  background-color: #f9f4e4;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.bg-pic {
  z-index: 100;
  background-image: url('../images/Landing-bg2x.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: auto;
}

.container-2 {
  z-index: 200;
  background-color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.section-3 {
  display: block;
  overflow: hidden;
}

.image-2 {
  width: 83%;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 0;
  padding-bottom: 0;
}

.div-block-11 {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  aspect-ratio: auto;
  color: #fff;
  text-align: left;
  object-fit: fill;
  width: auto;
  min-width: 0;
  max-width: 791px;
  min-height: auto;
  position: static;
  overflow: visible;
}

.div-block-12 {
  flex: 0 auto;
  width: 52%;
  display: none;
}

.paragraph {
  color: #dfdfdf;
  text-align: justify;
  width: 95%;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.div-block-13 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-14 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 14px;
}

.section-4 {
  height: auto;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}

.section-5 {
  background-color: #0f0e0a;
  height: auto;
  margin-top: 0;
  position: relative;
  top: auto;
  overflow: visible;
}

.div-block-15 {
  background-image: url('../images/video-pic.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 90%;
  max-width: 100%;
  display: flex;
}

.div-block-16 {
  background-color: #100e0a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.background-video {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  flex: 0 auto;
}

.div-block-17 {
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 20px;
  padding-left: 20px;
  display: block;
  position: relative;
  top: auto;
  left: auto;
}

.image-4 {
  flex: 1;
  align-self: auto;
  display: block;
}

.section-6 {
  background-color: #030303;
  height: auto;
}

.image-5 {
  width: auto;
  height: auto;
}

.div-block-18 {
  background-image: url('../images/video-pic.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60vw;
  height: 63vh;
  margin-top: 60px;
  display: flex;
}

.image-6 {
  z-index: 20;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 1px;
}

.div-block-19 {
  background-image: url('../images/Kashmir-bg2-food2x.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 2px;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.section-7 {
  background-color: #131010;
  overflow: hidden;
}

.div-block-20 {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  width: 88%;
  margin-top: 0;
}

.text-block-2 {
  color: #fff;
  margin-right: 5px;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.link-block-2 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-21 {
  background-image: url('../images/Slide-content-bg2x.png');
  background-position: 50% 0;
  background-size: cover;
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-22 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
}

.div-block-23 {
  background-image: url('../images/Slider-txt-bg2x.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 90%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.paragraph-2 {
  color: #181818;
  text-align: center;
  width: 95%;
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.black-link-button {
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.black-link-button.w--current {
  margin-top: 5px;
}

.black-text {
  color: #0f0909;
  margin-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.div-block-25 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.slider {
  background-color: #0000;
  align-self: center;
  width: 80%;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.slide-nav {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 8px;
  inset: auto 0%;
}

.image-7 {
  margin: 412.07px 40px;
}

.right-arrow {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.left-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heritage-div {
  z-index: 10;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60%;
  margin-right: 140px;
  padding-left: 0;
  display: block;
  position: relative;
  top: 22px;
  left: auto;
}

.image-8 {
  align-self: center;
  width: 66%;
  margin-bottom: 4px;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-27 {
  margin-top: -37px;
  margin-bottom: 0;
  margin-left: 91px;
}

.heading {
  color: #0e0e0e;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-28 {
  background-color: #131010;
  height: auto;
  padding-bottom: 0;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  padding-bottom: 0;
}

.about-text {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
}

.para-2 {
  color: #dfdfdf;
  width: 70%;
  margin-bottom: 15px;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.div-block-29 {
  padding-bottom: 0;
}

.image-9 {
  margin-left: 46px;
  padding-left: 0;
}

.regiinal-s {
  z-index: 20;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: auto;
  right: 55px;
}

.kashmir-pic {
  z-index: 20;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: -56px;
}

.kashmir-text {
  z-index: 20;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: auto;
}

.div-block-30 {
  background-color: #f9f4e4;
  justify-content: space-between;
  height: auto;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-31 {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 20px 0 0;
  display: flex;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.5fr;
  place-content: stretch center;
  place-items: center stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.heading-2 {
  margin-bottom: 10px;
  font-family: Stangith Font, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.paragraph-3 {
  font-family: Josefin Sans, sans-serif;
}

.div-block-32 {
  align-self: center;
  width: auto;
  padding-top: 0;
}

.div-block-33 {
  display: flex;
}

.link-block-3 {
  margin-right: 10px;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
}

.div-block-35, .div-block-36 {
  margin-bottom: 15px;
}

.getintouch-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
}

.text-block-3 {
  font-family: Cormorant, sans-serif;
  font-size: 18px;
}

.sub-heading {
  color: #fafafa;
  margin-top: 0;
  font-family: Stangith Font, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.image-10 {
  border-radius: 8px;
  max-width: 95%;
}

.div-block-37 {
  background-image: url('../images/Right-element-bg2x.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 100px;
}

.section-8 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.link-block-4 {
  display: none;
}

.image-2-copy {
  width: 78%;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 0;
  padding-bottom: 0;
  display: none;
}

.div-block-38 {
  position: relative;
  top: -6px;
}

.grid-artist {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  place-items: center stretch;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.grid-art-mob {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  padding-bottom: 0;
  display: none;
}

.mood-mob {
  display: none;
}

.div-block-40 {
  margin-top: 20px;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center;
  width: 95%;
  padding-right: 0;
  display: grid;
}

.div-block-42 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 95%;
  margin-left: 0;
  display: flex;
}

.div-block-43 {
  max-width: 100%;
  margin-right: 8px;
}

.socials-grid {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.75fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  line-height: 14px;
  display: flex;
  position: relative;
  top: -36px;
}

.socials-grid.div-left.n {
  margin-top: 10px;
  top: auto;
}

.socials-grid.div-left.n.socila {
  margin-top: 0;
}

.follow-text {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.link-block-6 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.mood-mob-small {
  display: none;
}

.add-div {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
}

.image-12 {
  width: 80%;
  padding-top: 3px;
}

.div-block-44 {
  text-align: left;
  position: relative;
  top: -39px;
}

.image-13 {
  width: 80%;
  display: inline-block;
}

.image-14, .image-15 {
  width: 80%;
}

.body {
  background-color: #100e0a;
}

.sub-header {
  z-index: 50;
  background-color: #f9f4e400;
  background-image: url('../images/Header-bg2x.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section-9 {
  background-color: #100e0a;
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 80px;
  display: block;
}

.div-block-45 {
  justify-content: center;
  height: auto;
  padding-top: 0;
  display: block;
}

.grid-4 {
  grid-template-rows: auto;
  width: 90%;
}

.grid-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-16 {
  align-self: stretch;
  width: auto;
  max-width: 100%;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.headings-white {
  z-index: 20;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: auto;
  right: auto;
}

.div-block-47 {
  text-align: right;
  padding-left: 0;
}

.text-block-4 {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: Cormorant, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.section-food {
  display: block;
}

.food-slider {
  background-color: #0000;
  align-self: center;
  width: auto;
  height: auto;
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 60px;
}

.grid-food {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  place-content: center;
  place-items: center;
  width: 75%;
  margin-top: 0;
}

.div-pic {
  justify-content: center;
  align-items: center;
  display: block;
}

.text-bg-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.pic-wrap {
  background-image: url('../images/Slider-txt-bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 95%;
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
  top: auto;
}

.slide-text2 {
  text-align: center;
  width: 87%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.headiing-2 {
  color: #020202;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

.section-10 {
  height: auto;
}

.section-kankari {
  display: block;
  overflow: hidden;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  display: block;
}

.grid-kandkari {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  width: 75%;
  margin-top: 0;
}

.kandkari-bg {
  opacity: 1;
  background-image: linear-gradient(#100e0ab5, #100e0ab5), url('../images/Kashmir-bg12x_1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.regional-div {
  z-index: 10;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 41px;
  left: auto;
}

.section-naqashi {
  display: block;
  overflow: visible;
}

.grid-naqashi {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  align-self: stretch;
  place-items: center;
  width: 75%;
  margin-top: 0;
}

.naqashi {
  z-index: 20;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: auto;
  right: 57px;
}

.naqashi-div {
  z-index: 10;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60%;
  margin-right: 140px;
  padding-left: 0;
  display: block;
  position: relative;
  top: 55px;
  left: auto;
}

.naqqshi-slider {
  background-color: #0000;
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 60px;
  position: static;
}

.image-17 {
  border-radius: 8px;
  max-width: 100%;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.naqa-div-wrap {
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.div-naqa {
  align-self: flex-start;
  display: block;
}

.div-block-20-copy {
  align-self: flex-start;
  display: inline-block;
}

.grid-kandkari-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  width: 85%;
  margin-top: 0;
}

.div-block-49 {
  opacity: 1;
  background-image: url('../images/Kandkari-bg2x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-50 {
  width: 85%;
}

.div-block-51 {
  background-image: url('../images/Regional-showcase2x.png');
  background-position: 100% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 98vh;
  display: flex;
}

.section-11 {
  padding-top: 74px;
}

.text-block-5 {
  color: #c5c5c599;
  width: 60%;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.div-block-52 {
  margin-top: 20px;
  margin-left: 100px;
}

.sec-2 {
  background-image: url('../images/Kashmir-bg12x.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.white-button {
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.white-text {
  color: #fff;
  margin-right: 5px;
  font-family: Stangith Font, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.div-block-53 {
  background-image: url('../images/Naqashi-bg2x.png');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.small-text {
  color: #fff;
  margin-top: 20px;
  font-family: Stangith Font, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.section-about {
  height: auto;
  margin-top: 0;
  padding-top: 0;
}

.coming-soon {
  text-align: center;
  letter-spacing: -1px;
  width: 90%;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 45px;
  position: relative;
  bottom: auto;
}

.div-block-54 {
  z-index: 100;
  background-color: #131010;
  height: 700px;
  position: relative;
}

.div-block-23-copy {
  background-image: url('../images/Slider-bg2x.png');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 95%;
  height: 87%;
  margin-bottom: 40px;
  padding-bottom: 10px;
  display: flex;
}

.coming-soon-text {
  background-image: url('../images/Slider-bg2x_1.png');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  height: 92%;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
}

.body-2 {
  background-color: #131010;
  overflow: visible;
}

.div-left {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.logo-div {
  align-self: center;
  width: auto;
}

.image-18 {
  width: 75%;
  max-width: none;
}

.div-block-7-copy {
  background-image: linear-gradient(#000, #00000087 11%, #0000004d 21%, #0000000d 38%, #0000), linear-gradient(#0000 40%, #030303b5 73%, #040404db 100%, #030303c4 100%, #030303bf), url('../images/Slide-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 700px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 102px;
  padding-left: 103px;
  display: flex;
}

.text-block-6 {
  color: #161616;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-55 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  margin-top: auto;
  padding-top: 0;
  display: block;
  position: relative;
  top: 467px;
  left: 144px;
}

.paragraph-4 {
  color: #5e313199;
  letter-spacing: -.5px;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(209deg, #a87733, #bc9a68);
  -webkit-background-clip: text;
  background-clip: text;
  width: 70%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-56 {
  margin-right: 10px;
}

.div-block-57 {
  margin-bottom: 10px;
}

.navbar-logo-left {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  overflow: scroll;
}

.div-pic3 {
  background-image: linear-gradient(#000, #00000087 11%, #0000004d 21%, #0000000d 38%, #0000), linear-gradient(#0000 37%, #01010157 56%, #02020294 70%, #040404db 89%, #030303bf), url('../images/Slide-3.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 700px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 102px;
  padding-left: 103px;
  display: flex;
}

.right-arrow-3 {
  display: none;
}

.text-3 {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(209deg, #a87733, #bc9a68);
  -webkit-background-clip: text;
  background-clip: text;
  width: 90%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-58 {
  background-image: linear-gradient(#000000d9, #00000087 15%, #0000004d 24%, #0000000d 42%, #0000), linear-gradient(#0000 25%, #030303bf 84%, #040404db), url('../images/Slide-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 700px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 102px;
  padding-left: 103px;
  display: flex;
}

.slide-nav-3 {
  margin-bottom: 0;
  font-size: 8px;
  inset: auto 0% 0%;
}

.mask-2 {
  height: 700px;
  padding-bottom: 0;
  top: auto;
}

.slider-3 {
  background-color: #0000;
  height: auto;
  margin-top: 0;
  display: none;
}

.heading-3 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.text-wrap {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 0;
  line-height: 14px;
  display: block;
}

.div-block-59 {
  margin-bottom: 10px;
}

.left-arrow-3 {
  display: none;
}

.button-ani {
  color: #fff;
  letter-spacing: 0;
  background-image: linear-gradient(96deg, #f9f4e4, #f9f4e4 0%, #f4efdd 0%, #f1ebd8 0%, #e6dec8 36%, #ddd2b1 93%);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 12px 25px;
  text-decoration: none;
  display: flex;
}

.button-ani:hover {
  letter-spacing: 0;
  background-image: linear-gradient(90deg, #fdfaf1, #f8f5eb 52%, #f3ecda);
}

.sec-slideshow {
  z-index: 100;
  background-color: #0000;
  height: auto;
  margin-top: 0;
  padding-top: 87px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.paragraph-5 {
  color: #eee;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  position: static;
}

.heading-4 {
  color: #fff;
  text-align: left;
  border-bottom: 1.5px solid #f9f4e4;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 75px;
}

.heading-4.h {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.about-div {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 20px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.div-block-60 {
  background-color: #f9f4e4;
  align-self: center;
  width: 100px;
  height: 2px;
  margin-top: 10px;
}

.main-heading {
  color: #fff;
  border-bottom: 1.5px solid #f9f4e4;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
}

.line-1 {
  background-color: #f9f4e4;
  align-self: center;
  width: 40px;
  height: 2px;
  margin-top: 10px;
}

.section-12 {
  padding-top: 20px;
  overflow: visible;
}

.bold-text {
  font-family: Cormorant, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.bold-text-2 {
  font-family: Cormorant, sans-serif;
  font-size: 24px;
  line-height: 18px;
}

.text-block-7 {
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-7.f {
  width: 100%;
  font-family: Cormorant, sans-serif;
  line-height: 24px;
}

.text-block-7.f.tagline {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.text-block-7.f.tagline._2 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
}

.slide {
  height: 700px;
}

.slider-4 {
  z-index: 100;
  background-color: #000;
  align-items: flex-start;
  height: 780px;
  display: block;
  position: static;
  overflow: hidden;
}

.slide-nav-4 {
  font-size: 8px;
}

.slide-2 {
  background-image: linear-gradient(#0000 1%, #0a0a0ab3 59%, #0d0d0de6 82%, #0f0f0f), url('../images/slide-1_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#0000, #1111117d 30%, #181818ad 47%, #202020e0 69%, #050505 93%), url('../images/Slide-22x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(#0000, #0202023d 0%, #05050585 41%, #080808cc 71%, #030303), url('../images/slide-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.right-arrow-4, .left-arrow-4 {
  display: none;
}

.line {
  background-color: #f9f4e4;
  align-self: flex-end;
  width: 100px;
  height: 2px;
  margin-top: 10px;
}

.about {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.mob-navwrap {
  display: none;
}

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

.div-block-125 {
  width: 100%;
  overflow: hidden;
}

.scroll-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-19 {
  white-space: nowrap;
  width: 22%;
  max-width: none;
  margin-right: 40px;
  display: block;
  overflow: visible;
}

.mob-logo-wrap {
  width: 100%;
  display: none;
  overflow: hidden;
}

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

.image-20 {
  border-radius: 8px;
  max-width: 95%;
}

.dropdown-toggle {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 24px;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
}

.dropdown-toggle:focus {
  font-weight: 700;
}

.icon {
  margin-right: 0;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #f3eddf;
  margin-top: 19px;
  padding-top: 0;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.dropdown-link.w--current {
  color: #161616;
}

.dropdown-link-2 {
  color: #070707;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
}

.dropdown-link-2:focus {
  font-weight: 700;
}

.dropdown-link-2.w--current {
  color: #000;
  font-weight: 700;
}

.dropdown-link-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
}

.dropdown-link-3:focus {
  font-weight: 700;
}

.dropdown-link-3.w--current {
  color: #000;
  font-weight: 700;
}

.naqashi-bg {
  background-image: url('../images/Kashmir-bg2-food2x.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-126 {
  margin-top: 0;
}

.food-div1 {
  background-image: url('../images/Right-element-bg2x.png');
  background-position: 100% 0;
  background-size: cover;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 60px;
}

.grid-qawah {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr;
  place-content: center;
  place-items: stretch stretch;
  width: 90%;
  margin-top: 20px;
}

.text-block-8 {
  color: var(--black);
  text-align: right;
  font-family: Poppins, sans-serif;
}

.text-block-8.m {
  color: var(--black);
}

.food-div2 {
  background-image: url('../images/Purpose-bg2x.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.div-2 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.grid-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  place-content: center;
  place-items: center;
  width: 97%;
  margin-top: 0;
}

.text-para {
  text-align: center;
  width: 80%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.food-div-left {
  background-image: url('../images/Right-element-bg2x.png');
  background-position: 100% 0;
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.text-para-left {
  text-align: left;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.left-sub-h {
  font-family: Poppins, sans-serif;
}

.div-left2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.centre-div {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.centre-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-big {
  text-align: center;
  width: 96%;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-honey {
  color: #5c5c5c;
  text-align: center;
  width: 95%;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.div-hiney {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-21 {
  border-radius: 8px;
  width: 100%;
  max-width: none;
  display: block;
}

.image-22 {
  border-radius: 8px;
}

.home-div {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.div-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-bottom: 12px;
  display: flex;
}

.div-block-24-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-n {
  text-align: center;
  width: 90%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-naq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-div {
  opacity: 1;
  background-image: url('../images/Kashmir-bg2-food2x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.image-23, .image-24, .image-25, .image-26 {
  border-radius: 8px;
}

.text-para2 {
  text-align: center;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.left-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.qawah-link {
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.qawah-link.w--current {
  margin-top: 5px;
}

.image-27, .image-28 {
  border-radius: 8px;
}

.h3 {
  color: #020202;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Stangith Font, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.left-div2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 78%;
  display: flex;
}

.pic-wrap2 {
  background-image: url('../images/Slider-txt-bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 87%;
  height: 97%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: auto;
}

.div-block-127 {
  background-color: #1d1d1d;
  padding-left: 60px;
}

.div-block-128 {
  width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-9 {
  color: #fff;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
}

.link-block-8 {
  margin-right: 10px;
  text-decoration: none;
}

.link-block-9 {
  margin-right: 5px;
  text-decoration: none;
}

.link-block-10 {
  border-bottom: 1px solid #000;
}

.link-block-10.w--current {
  border-bottom-color: #f7f7f7;
  text-decoration: none;
}

.link-block-10.acacia-honey.w--current {
  text-decoration: none;
}

.comingsoon-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.kashmir-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-grid {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  width: 85%;
  margin-top: 60px;
}

.div-food {
  background-image: url('../images/Kashmir-bg2-food2x.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 2px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-wrap-copy {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 40px;
  margin-left: 100px;
  line-height: 14px;
  display: block;
}

.mongra-saffron {
  border-bottom: 1px solid #000;
}

.mongra-saffron.w--current {
  border-bottom-color: #f7f7f7;
  text-decoration: none;
}

.mongra-saffron.acacia-honey.w--current {
  text-decoration: none;
}

.image-29 {
  flex: 1;
  align-self: center;
  display: block;
}

.div-block-129 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-dic-2 {
  opacity: 1;
  background-image: url('../images/Kashmir-bg12x_1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 60px;
  display: flex;
}

.grid-dic-2.n1 {
  background-image: none;
  padding-bottom: 5px;
}

.grid-dic-2.n2 {
  background-color: #100e0a;
  background-image: none;
  padding-bottom: 5px;
}

.grid-div-3 {
  opacity: 1;
  background-image: url('../images/Right-element-bg2x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 5px;
  display: flex;
}

.pic-div {
  width: 85%;
}

.grid-div--1 {
  opacity: 1;
  background-image: url('../images/Kashmir-bg2-food2x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.pic-home-wrap {
  background-image: url('../images/Slider-txt-bg2x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
  position: relative;
  top: auto;
}

.text-qawa {
  text-align: center;
  width: 85%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.pic-new-slide {
  background-image: url('../images/Slider-txt-bg2x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 11px;
  display: flex;
  position: relative;
  top: auto;
}

.k-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.grid-dic-2-copy {
  opacity: 1;
  background-image: url('../images/Kashmir-bg12x_1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 60px;
  display: flex;
}

.grid-last {
  opacity: 1;
  background-image: url('../images/Kashmir-bg2-food2x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 60px;
  display: flex;
}

.grid-wrap-copy {
  justify-content: flex-start;
  display: flex;
}

.grip-pic2 {
  justify-content: flex-start;
  height: 700px;
  display: flex;
}

.section-9-copy {
  background-color: #100e0a;
  margin-top: 90px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.div-main {
  justify-content: center;
  height: auto;
  padding-top: 0;
  display: block;
}

.section-9-copy-copy {
  background-color: #100e0a;
  margin-top: 90px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.sec-about {
  background-color: #100e0a;
  margin-top: 91px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.about-pic {
  background-image: linear-gradient(#0000 64%, #0f0d0ded), url('../images/About-pic2x.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 740px;
  margin-left: 0;
  display: flex;
}

.div-block-130 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 95%;
  display: flex;
}

.div-block-131 {
  background-color: #100e0a00;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.section-17 {
  opacity: 1;
  background-color: #100e0a;
  background-image: url('../images/Purpose-bg2x_1.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 100px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-content: center;
  place-items: center;
  width: 85%;
}

.section-18 {
  height: 500px;
}

.image-30 {
  flex: 1;
}

.sec-18 {
  background-color: #100e0a;
  padding-top: 100px;
  padding-bottom: 0;
}

.grid-5-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  place-content: center;
  place-items: center;
  width: 85%;
}

.pic-wrap--2 {
  background-image: none;
  background-size: auto;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 32px;
  display: flex;
  position: relative;
  top: auto;
}

.body-3 {
  background-color: #020202;
}

.grid-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

.div-block-132 {
  background-color: #2c2c2c;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 10px;
  display: block;
}

.div-block-133 {
  z-index: 10;
  position: relative;
  top: 77px;
  right: 36px;
  overflow: hidden;
}

.white-heading {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.para-s {
  color: #b8b8b8;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.para-s.right {
  text-align: center;
  width: 60%;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-134 {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.div-block-135 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.div-block-136 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.know-div {
  display: flex;
}

.div-block-138 {
  height: auto;
  padding-top: 0;
}

.section-19 {
  background-image: linear-gradient(#100e0a87, #100e0a87), url('../images/Indian-Luxury-bg2x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.section-19.n {
  padding-bottom: 82px;
}

.para-centre {
  color: #dadada;
  text-align: center;
  width: 62%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.para-centre.new {
  margin-top: 0;
  font-weight: 400;
}

.grid-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  width: 85%;
  position: relative;
  top: 31px;
}

.middle-div {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 28px;
  right: auto;
  overflow: hidden;
}

.section-20 {
  padding-top: 60px;
}

.right-div {
  z-index: 10;
  justify-content: flex-end;
  display: flex;
  position: relative;
  top: 70px;
  right: -24px;
  overflow: hidden;
}

.white-text-new {
  color: var(--black);
  text-align: left;
  width: 100%;
  margin-left: 0;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.white-text-new.left {
  text-align: left;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.white-text-new.saf {
  color: var(--black);
}

.white-heading-left {
  z-index: 20;
  color: #fff;
  text-align: left;
  border-bottom: 0 #f9f4e4;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Cormorant, sans-serif;
  font-weight: 600;
  display: block;
  position: relative;
  top: auto;
  right: auto;
}

.white-heading-left.u {
  text-align: right;
  border-bottom: 1.5px solid #f9f4e4;
  width: auto;
  display: inline-block;
}

.div-heading-wrap {
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.div-block-139 {
  flex-direction: column;
  align-items: flex-start;
  width: 85%;
  padding-left: 0;
  display: flex;
}

.about-div2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.about-div2.left {
  align-items: flex-start;
}

.div-block-140 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.right-div-2 {
  width: 92%;
  padding-left: 0;
  padding-right: 0;
}

.div-heading-wrap--left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-heading-wrap--left.l {
  flex-direction: row;
  flex: 0 auto;
  align-items: stretch;
  width: auto;
  display: block;
}

.line-copy {
  background-color: #f9f4e4;
  align-self: flex-start;
  width: 100px;
  height: 2px;
  margin-top: 10px;
}

.text-wrap-new {
  background-color: #100e0a00;
  margin-left: 49px;
  margin-right: 0;
}

.text-transp {
  color: var(--black);
  text-align: right;
  width: 100%;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.hd {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stangith Font, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.div-trans {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-trans-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.right-heading {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.div-block-141 {
  display: flex;
}

.image-31 {
  width: 75%;
}

.div-block-142 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-heading {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 0;
  line-height: 14px;
  display: block;
}

.about-link-div {
  margin-top: 40px;
}

.div-block-143 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-134-copy {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.right-div-lux {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-32 {
  width: 65%;
}

.div-block-144 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.para-s--c {
  color: #b8b8b8;
  text-align: center;
  width: 85%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.para-s--c.right {
  width: 60%;
}

.div-block-145 {
  background-image: url('../images/Purpose-bg2x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.image-33 {
  width: 60%;
}

.section-21 {
  margin-top: 100px;
  padding-top: 20px;
  display: none;
}

.section-22 {
  margin-top: 140px;
  margin-bottom: 60px;
}

.section-22.n {
  margin-top: 40px;
}

.team-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 75%;
}

.team-grid.n {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 80%;
}

.div-block-146 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.container-3 {
  align-self: center;
}

.c2 {
  background-color: #2c2c2c;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: 55vh;
  padding: 10px 10px 20px;
  display: block;
  position: relative;
}

.team-heaing {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.text-sub {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Cormorant, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.text-sub.right {
  text-align: center;
  width: 60%;
  font-size: 16px;
}

.bold-text-2-copy {
  font-family: Cormorant, sans-serif;
}

.text-new {
  color: #fff;
  font-family: Cormorant, sans-serif;
}

.c3 {
  background-color: #2c2c2c;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 10px 10px 25px;
  display: block;
}

.c4 {
  background-color: #2c2c2c;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 10px 10px 20px;
  display: block;
  position: relative;
}

.heritage-gifting {
  color: #1a1919;
  margin-left: 15px;
  margin-right: 20px;
  padding: 10px 0;
  font-family: Cormorant, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.heritage-gifting:focus {
  border-bottom: 1px solid #000;
  font-weight: 700;
}

.heritage-gifting.w--current {
  color: #000;
  margin-left: 20px;
}

.div-block-32-copy {
  align-self: center;
  width: auto;
  padding-top: 24px;
}

.footer-div {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  width: auto;
  height: auto;
  padding-top: 0;
  display: flex;
}

.footer-div.f {
  padding-left: 0;
  display: block;
}

.card-div {
  background-color: #2c2c2c;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: 55vh;
  padding: 10px 10px 25px;
  display: block;
}

.honey-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.sub-text {
  color: var(--black);
  text-align: right;
  font-family: Poppins, sans-serif;
}

.sub-text.h {
  color: var(--black);
}

.heading-new {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stangith Font, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.text-new-w {
  color: var(--black);
  text-align: left;
  width: 100%;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.image-34 {
  max-height: none;
}

.kash-white-text {
  color: #adadad;
  text-align: right;
  width: 100%;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.kash-white-text.left {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.kash-white-text.saf {
  color: var(--black);
}

.text6 {
  color: var(--black);
  text-align: right;
  font-family: Poppins, sans-serif;
}

.text6.m {
  color: var(--black);
}

.text-new-4 {
  color: var(--black-new);
  text-align: right;
  font-family: Poppins, sans-serif;
}

.text-new-4.m {
  color: var(--black);
}

.text-block-10, .regular-text {
  font-family: Poppins, sans-serif;
}

.sub-text-new {
  color: var(--black);
  text-align: right;
  font-family: Poppins, sans-serif;
}

.sub-text-new.m {
  color: var(--black);
}

.bold-text-3 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  overflow-wrap: normal;
}

.grid-div-main {
  opacity: 1;
  background-image: url('../images/Kandkari-bg2x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-11 {
  font-family: Poppins, sans-serif;
}

.body-4, .body-5 {
  background-color: #100e0a;
}

.contact-pic {
  background-image: linear-gradient(#0000, #0f0d0ded), url('../images/Contact-pic-–-12x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 600px;
  margin-left: 0;
  display: flex;
}

.section-23 {
  height: 600px;
}

.image-35 {
  width: auto;
}

.text-field-4 {
  color: #fff;
  background-color: #e0dccfd9;
  border: 0 #000;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
}

.text-field-4:focus {
  color: #fff;
}

.text-field-4::placeholder {
  color: #fff;
  -webkit-text-stroke-color: #414141;
}

.text-field-4.v {
  height: 38vh;
}

.div-block-76 {
  flex: 1;
  display: block;
}

.field-label-4 {
  opacity: .6;
  color: #fff;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-24 {
  color: #db6868;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.form {
  width: auto;
  margin-top: 10px;
  display: block;
}

.ph-div2 {
  margin-left: 20px;
}

.div-block-72 {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.text-block-23 {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.success-message {
  background-color: #0000;
  margin-top: 40px;
  padding-left: 0;
}

.text-wrap-contact {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-70 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-77 {
  flex: 1;
}

.div-block-73 {
  margin-top: 20px;
  display: flex;
}

.grid-11 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 60%;
}

.div-block-74 {
  flex: 1;
  margin-left: 20px;
}

.address-text {
  color: #fff;
  width: 100%;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
}

.heading-9 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.form-block {
  margin-bottom: 0;
  display: none;
}

.text-field {
  color: #fff;
  background-color: #ddd8c8;
  border: 0 #000;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
}

.text-field:focus {
  color: #202020;
}

.text-field::placeholder {
  color: #303030;
}

.submit-button {
  color: #140f0f;
  background-color: #f8f8f8;
  background-image: linear-gradient(90deg, #f9f4e4, #e1d7b9 47%, #ddd2b1 96%);
  border-radius: 4px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Cormorant, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  transition: background-color .2s;
}

.submit-button:hover {
  background-image: linear-gradient(90deg, var(--ivory), var(--ivory)), linear-gradient(90deg, #f9f4e4, #e1d7b9 47%, #ddd2b1 96%);
  letter-spacing: 0;
}

.field-label {
  opacity: .6;
  color: #fff;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-148 {
  width: auto;
}

.div-wrap {
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.text-block-21 {
  color: #fff;
  font-family: Cormorant, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-block-22 {
  color: #fff;
  width: auto;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
}

.image-36 {
  width: auto;
  height: auto;
}

.para-conect {
  color: #fff;
  letter-spacing: -.5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(209deg, #a87733, #bc9a68);
  -webkit-background-clip: text;
  background-clip: text;
  width: 60%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.image-37 {
  width: 28px;
  height: 30px;
}

.ph-div {
  margin-left: 20px;
}

.error-message {
  background-color: #0000;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  font-family: Cormorant, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 35px;
}

.div-block-71 {
  color: #292929;
  background-color: #242424;
  border-radius: 4px;
  padding: 20px;
}

.div-block-75 {
  flex-direction: column;
  margin-top: 20px;
  display: block;
}

.section-24 {
  margin-bottom: 40px;
}

.section-purpose {
  margin-top: 60px;
  padding-top: 20px;
}

.knowmore-slide {
  color: #fff;
  background-image: linear-gradient(96deg, #f3e0a3, #f9f4e4 0%, #f4efdd 0%, #f1ebd8 0%, #dfd6bc 0%, #dacda6 93%);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 15px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.knowmore-slide:hover {
  letter-spacing: 0;
  background-image: linear-gradient(107deg, #fffaf0, #fffcf5);
}

.knowmore-slide.n {
  margin-right: 0;
}

.knowmore-slide.n:hover {
  letter-spacing: 0;
  background-image: linear-gradient(107deg, #fcf5e7, #fffaef);
}

.text-block-25 {
  font-size: 22px;
  line-height: 22px;
}

.div-block-149 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.text-block-26 {
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-27 {
  font-size: 22px;
}

.text-block-28 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-29 {
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.image-38 {
  width: 95%;
}

.div-block-150 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-151, .div-block-152 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-153 {
  flex: 0 auto;
  width: 90%;
}

.bold-text-4, .bold-text-5 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.link {
  color: #333;
  text-decoration: none;
}

.div-block-154 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-39 {
  width: 85%;
  height: 100%;
  display: block;
}

.image-40 {
  width: 85%;
  height: 100%;
}

.div-block-155 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-41 {
  border-radius: 10px;
  max-width: 90%;
}

.image-42 {
  max-width: 90%;
}

.div-block-156, .div-block-157 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-43, .image-44, .image-45 {
  border-radius: 4px;
}

.bold-text-6 {
  border-bottom: 1.5px solid #f9f4e4;
  align-items: center;
  width: 100%;
  line-height: 60px;
  display: block;
}

.background-video-2 {
  width: 90%;
  height: 600px;
}

.slider-5 {
  background-color: #ddd0;
  border-radius: 10px;
  width: 95%;
  height: 100%;
}

.slide-nav-5 {
  display: none;
}

.div-block-158 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.right-arrow-5, .left-arrow-5 {
  display: none;
}

.sedrplayback {
  border-radius: 8px;
  height: 80vh;
}

.div-block-159 {
  justify-content: center;
  align-items: center;
  display: block;
}

.bold-text-7 {
  font-size: 40px;
  line-height: 40px;
}

.div-block-160 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bold-text-8 {
  text-align: left;
  line-height: 60px;
  display: block;
}

.paragraph-6 {
  color: #b8b8b8;
  text-align: center;
  font-family: Cormorant, sans-serif;
  font-weight: 300;
}

.div-block-161 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gifts-pic {
  background-image: linear-gradient(#0000, #0f0d0ded), url('../images/Gifts-landing-pic2x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 740px;
  margin-left: 0;
  display: flex;
}

.heritage-one {
  opacity: 1;
  background-color: #100e0a;
  background-image: url('../images/Purpose-bg2x_1.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 100px;
}

.heritage-2 {
  background-color: #100e0a;
  background-image: linear-gradient(#46404047, #221f1fa6 0%, #000), url('../images/Purpose-bg2x_1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 100px;
}

.heritage-landing {
  background-color: #100e0a;
  margin-top: 91px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-26 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-162 {
  width: 85%;
}

.div-block-163 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section-27 {
  margin-top: 0;
  margin-bottom: 60px;
}

.img-wed {
  width: 100%;
  height: 100%;
  display: block;
}

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

.bold-text-9 {
  text-transform: capitalize;
  line-height: 70px;
}

.div-block-164 {
  margin-top: 20px;
}

.div-block-165 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.bold-text-10 {
  font-weight: 100;
}

.image-46 {
  opacity: .23;
  position: relative;
  top: 15px;
}

.image-47 {
  display: none;
}

.image-47:hover, .image-48 {
  display: block;
}

.div-block-166 {
  background-color: #e2d5ad;
  width: 105%;
  height: 20%;
  position: absolute;
  inset: 0%;
  transform: translate(120px);
}

.div-block-167 {
  overflow: hidden;
}

.div-block-168 {
  background-color: var(--ivory);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 14%;
  height: 6%;
  padding: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate(0, 47px);
}

.div-block-169 {
  position: absolute;
}

.div-block-170 {
  margin-right: 10px;
}

.div-block-171 {
  display: flex;
}

._w-text {
  color: #161616;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-172 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.img1 {
  width: 85%;
  height: 100%;
  display: block;
}

.grid-5-left--mob {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  place-content: center;
  place-items: center;
  width: 85%;
  display: none;
}

.mask-3, .slide-5, .video {
  border-radius: 10px;
}

.image-49 {
  width: auto;
}

.div-block-174 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-4 {
  display: none;
}

.bold-text-13 {
  line-height: 70px;
}

.grid-giftn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  place-content: center;
  place-items: center;
  width: 85%;
}

.mob-cop-pic {
  display: none;
}

.mob-grid5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-content: center;
  place-items: center;
  width: 85%;
  display: none;
}

.mob-wed-grid, .mob-corp-pic {
  display: none;
}

.bold-text-14 {
  line-height: 64px;
}

.body-6 {
  background-color: #030303;
}

.div-block-178 {
  background-image: url('../images/Kandkari-bg2x.png');
  background-position: 0 0;
  background-size: cover;
  height: 800px;
  margin-top: 98px;
}

.container-5 {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 65px;
  display: flex;
}

.heading2 {
  color: #fff;
  border-bottom: 0 #f9f4e4;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
}

.container-6 {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.text-block-30 {
  font-family: Cormorant, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

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

.div-block-182 {
  margin-top: 20px;
  padding-bottom: 0;
}

.bold-text-15 {
  margin-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-weight: 400;
}

.container-7 {
  max-width: 800px;
}

.div-block-183 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-block-31 {
  text-align: center;
  font-family: Cormorant, sans-serif;
  line-height: 16px;
}

.div-block-184 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.about-1 {
  color: #1a1919;
  margin-left: 0;
  margin-right: 20px;
  padding: 10px 0;
  font-family: Cormorant, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.about-1:focus {
  border-bottom: 1px solid #000;
  font-weight: 700;
}

.about-1.w--current {
  color: #000;
  font-weight: 700;
}

.bold-text-16 {
  line-height: 70px;
}

.desk-form-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.mob-form-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: none;
}

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

@media screen and (min-width: 1440px) {
  .link-block {
    margin-left: 140px;
    margin-right: 140px;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    max-width: 1400px;
  }

  .image-18 {
    width: 72%;
  }

  .heading-4, .main-heading {
    line-height: 75px;
  }

  .dropdown-toggle {
    margin-right: 10px;
  }

  .main-grid {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    background-image: url('../images/Sedr-tab2x.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 72px;
    display: flex;
    inset: 0%;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: none;
  }

  .div-block-3 {
    flex: 0 auto;
  }

  .mob-img {
    display: none;
  }

  .div-block-7 {
    display: flex;
  }

  .section-2 {
    display: none;
  }

  .div-block-10 {
    background-image: url('../images/Mob-about-bg2x.png'), url('../images/About-bg2x.png');
    background-position: 0 0, 50%;
    background-size: cover, cover;
    padding-bottom: 60px;
  }

  .nav-link {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    max-width: none;
    display: block;
    position: relative;
  }

  .nav-link:focus {
    font-weight: 700;
    display: block;
  }

  .navbar {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    width: 100%;
    max-width: 1400px;
    padding-top: 0;
    padding-left: 20px;
    display: block;
  }

  .stickyheader {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    height: 65px;
    margin-top: 0;
    display: flex;
  }

  .link-block {
    display: none;
  }

  .bottom-header {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 80px;
    padding: 0 20px;
    display: block;
  }

  .section-3 {
    display: block;
  }

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

  .nav-menu {
    background-color: #f9f4e4;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    display: block;
    right: auto;
  }

  .nav-menu:hover, .nav-menu:focus {
    background-color: #f9f4e4;
  }

  .nav-menu-2 {
    background-color: #f9f4e4;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
  }

  .div-block-12 {
    width: 70%;
  }

  .section-4 {
    margin-top: -6px;
  }

  .section-5 {
    height: auto;
  }

  .div-block-16 {
    padding-top: 20px;
  }

  .div-block-18 {
    height: 500px;
  }

  .image-6 {
    margin-left: 0;
  }

  .div-block-19 {
    background-image: url('../images/Mob-slide-bg2x.png'), url('../images/slide-bg2x.png');
    background-position: 0 0, 50%;
    background-size: cover, cover;
    padding-top: 40px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, .25fr) 426px;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 20px;
  }

  .div-block-22 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .div-block-23 {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .slide-nav {
    top: auto;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .heritage-div {
    top: 145px;
  }

  .para-2 {
    width: 80%;
  }

  .image-9 {
    margin-left: 0;
  }

  .regiinal-s {
    top: auto;
  }

  .div-block-31 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1.75fr 1.75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-32 {
    width: 23%;
    margin-left: 44px;
  }

  .div-block-34 {
    margin-right: 0;
  }

  .getintouch-text {
    flex: 0 auto;
    align-items: center;
    display: flex;
  }

  .menu-button {
    justify-content: space-between;
    align-self: center;
    display: block;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
    justify-content: flex-end;
    display: block;
  }

  .link-block-4 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
  }

  .link-block-4.w--current {
    display: inline-block;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #f9f4e4;
  }

  .image-2-copy {
    width: 60%;
  }

  .mood-mob {
    display: none;
  }

  .div-block-41 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-content: center;
    width: 95%;
  }

  .div-block-42 {
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }

  .div-block-43 {
    width: auto;
  }

  .follow-text {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .link-block-6 {
    justify-content: center;
  }

  .mood-mob-small {
    display: none;
  }

  .add-div {
    margin-right: 0;
  }

  .image-12 {
    width: 100%;
  }

  .sub-header {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .section-9 {
    margin-top: 41px;
    padding-top: 0;
  }

  .headings-white {
    top: auto;
  }

  .food-slider {
    margin-top: 40px;
    padding-bottom: 10px;
  }

  .grid-food {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: .25fr auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 20px;
  }

  .text-bg-div {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
  }

  .pic-wrap {
    width: 60%;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .div-block-48 {
    display: flex;
  }

  .grid-kandkari {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: .25fr auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 20px;
  }

  .kandkari-bg {
    opacity: 1;
    background-image: url('../images/Mob-slide-bg-–-22x.png');
    background-position: 0 0;
    background-size: cover;
    margin-top: 0;
  }

  .regional-div {
    top: auto;
  }

  .grid-naqashi {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 20px;
  }

  .naqashi {
    top: auto;
  }

  .naqashi-div {
    top: 145px;
  }

  .image-17 {
    width: auto;
  }

  .grid-kandkari-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, .25fr) 731px;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 20px;
  }

  .section-about {
    margin-top: -6px;
  }

  .div-block-23-copy, .coming-soon-text {
    width: 60%;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .logo-div {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-18 {
    width: 60%;
  }

  .div-block-7-copy {
    padding-left: 54px;
  }

  .div-block-55 {
    width: 80%;
    left: 50px;
  }

  .paragraph-4 {
    width: 90%;
  }

  .div-pic3 {
    padding-left: 54px;
  }

  .text-3 {
    width: 100%;
  }

  .div-block-58 {
    padding-left: 54px;
  }

  .paragraph-5 {
    width: 70%;
  }

  .heading-4.h {
    display: none;
  }

  .bold-text-2 {
    display: block;
  }

  .slider-4 {
    margin-top: -30px;
  }

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

  .div-block-62 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-63 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .desktop-nav {
    justify-content: space-between;
    max-width: 100%;
    display: block;
  }

  .mob-navwrap {
    z-index: 200;
    background-color: #000;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .section-16, .section-loo {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-20 {
    max-width: 100%;
  }

  .naqashi-bg {
    background-image: url('../images/Mob-slide-bg2x_1.png');
    background-position: 0 0;
    background-size: cover;
  }

  .grid-qawah, .grid-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, .25fr) 731px;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 20px;
  }

  .home-div {
    padding-top: 0;
  }

  .pic-wrap2 {
    width: 60%;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .main-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .div-food {
    background-image: url('../images/Mob-slide-bg2x_1.png');
    background-position: 0 100%;
    background-size: cover;
  }

  .pic-home-wrap {
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .pic-new-slide {
    width: 60%;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .sec-about {
    margin-top: 48px;
  }

  .about-pic {
    background-image: linear-gradient(#0000 51%, #0f0d0ded), url('../images/About-pic2x.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

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

  .sec-18 {
    padding-top: 0;
  }

  .grid-5-left {
    grid-template-columns: 1fr;
    display: none;
  }

  .pic-wrap--2 {
    width: 60%;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .body-3 {
    color: #100e0a;
  }

  .section-19 {
    padding-bottom: 20px;
  }

  .section-19.n {
    padding-bottom: 82px;
  }

  .white-heading-left {
    top: auto;
  }

  .right-div-2 {
    width: 100%;
  }

  .section-22.n {
    margin-top: 60px;
  }

  .team-grid.n {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 85%;
  }

  .team-heaing {
    font-weight: 400;
  }

  .c4 {
    width: 20vw;
  }

  .heritage-gifting {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    max-width: none;
    display: block;
    position: relative;
  }

  .heritage-gifting:focus {
    font-weight: 700;
    display: block;
  }

  .div-block-32-copy, .footer-div {
    width: 23%;
    margin-left: 44px;
  }

  .footer-div.f {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .image-35 {
    width: 3.8vw;
  }

  .grid-11 {
    grid-column-gap: 20px;
    width: 70%;
  }

  .text-block-22 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .image-36 {
    width: 3vw;
  }

  .para-conect {
    width: 85%;
  }

  .image-37 {
    width: 3vw;
  }

  .slider-5 {
    background-color: #ddd0;
    width: 96%;
  }

  .div-block-160 {
    justify-content: flex-start;
    margin-top: 40px;
  }

  .heritage-landing {
    margin-top: 54px;
  }

  .img1 {
    width: 90%;
  }

  .grid-5-left--mob {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-173 {
    justify-content: flex-end;
    display: flex;
  }

  .video {
    border-radius: 10px;
  }

  .grid-giftn {
    grid-template-columns: 1fr;
    display: block;
  }

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

  .about-1 {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    max-width: none;
    display: block;
    position: relative;
  }

  .about-1:focus {
    font-weight: 700;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    background-image: url('../images/Sedr-mob2x.png');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 26px;
  }

  .section-2 {
    overflow: visible;
  }

  .div-block-10 {
    background-image: url('../images/About-bg2x.png');
    background-position: 0 0;
    background-size: cover;
  }

  .nav-link {
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .navbar {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    max-width: none;
    padding-left: 0;
    display: block;
  }

  .stickyheader {
    margin-top: 0;
  }

  .bottom-header {
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .bg-pic {
    background-image: url('../images/Mob-landing-bg2x.png');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .section-3 {
    display: block;
  }

  .image-2 {
    display: none;
  }

  .nav-menu {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .div-block-12 {
    width: 80%;
  }

  .paragraph {
    width: auto;
  }

  .section-5 {
    height: auto;
  }

  .div-block-17 {
    padding-left: 20px;
    top: -31px;
  }

  .div-block-18 {
    height: 450px;
  }

  .image-6 {
    width: 70%;
    top: auto;
  }

  .div-block-19 {
    background-image: none;
    margin-top: 93px;
    padding-bottom: 0;
  }

  .grid {
    grid-template-rows: minmax(auto, .25fr) 457px;
    width: 90%;
  }

  .div-block-22 {
    justify-content: flex-start;
  }

  .div-block-23 {
    background-image: url('../images/Slider-txt-bg2x.png');
    background-size: cover;
    justify-content: center;
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .slider {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .slide-nav {
    top: auto;
    bottom: auto;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .heritage-div {
    margin-right: 100px;
  }

  .div-block-27 {
    width: 70%;
    margin-left: 0;
  }

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

  .para-2 {
    width: auto;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .image-9 {
    margin-left: 0;
  }

  .regiinal-s {
    right: auto;
  }

  .kashmir-text {
    top: -23px;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-31 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.75fr;
    place-content: center;
    place-items: stretch stretch;
    width: 100%;
    margin-left: 0;
  }

  .div-block-32 {
    margin-top: 40px;
    margin-left: 0;
  }

  .div-block-34 {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .div-block-37 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .menu-button {
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: block;
  }

  .menu-button.w--open {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: center;
    display: block;
  }

  .link-block-4 {
    padding-left: 20px;
    padding-right: 10px;
    display: inline-block;
  }

  .link-block-4.w--current {
    z-index: 250;
    margin-top: 5px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .image-2-copy {
    width: 100%;
    margin-top: -96px;
    display: block;
  }

  .link-block-5 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 35%;
    padding-right: 0;
    display: flex;
  }

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

  .grid-art-mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-11 {
    width: auto;
  }

  .div-block-39 {
    justify-content: flex-end;
    align-items: center;
    padding-left: 60px;
    display: flex;
  }

  .mood-desk {
    display: none;
  }

  .mood-mob {
    display: inline-block;
  }

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

  .div-block-42 {
    align-items: center;
    margin-top: 40px;
  }

  .div-block-43 {
    margin-right: 0;
  }

  .socials-grid {
    justify-content: center;
  }

  .socials-grid.div-left.n.socila {
    flex-direction: row;
    justify-content: center;
  }

  .follow-text {
    justify-content: center;
  }

  .link-block-6 {
    width: auto;
  }

  .mood-mob-small {
    display: none;
  }

  .add-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .section-9 {
    overflow: hidden;
  }

  .headings-white {
    right: auto;
  }

  .section-food {
    background-image: linear-gradient(#100e0a69, #100e0a69), url('../images/Mob-slide-bg2x_1.png');
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
    overflow: hidden;
  }

  .food-slider {
    padding-bottom: 40px;
    overflow: hidden;
  }

  .grid-food {
    grid-template-rows: minmax(auto, .25fr) 457px;
    width: 85%;
  }

  .text-bg-div {
    justify-content: flex-start;
  }

  .pic-wrap {
    background-image: url('../images/mob-slide-text-bg.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    width: auto;
    height: auto;
    padding-top: 190px;
    padding-bottom: 40px;
  }

  .grid-kandkari {
    grid-template-rows: minmax(auto, .25fr) 457px;
    width: 85%;
    overflow: visible;
  }

  .kandkari-bg {
    background-image: linear-gradient(#100e0aa1, #100e0aa1), url('../images/Mob-slide-bg2x_1.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    margin-top: 60px;
  }

  .regional-div {
    width: 100%;
    margin-right: 0;
  }

  .section-naqashi {
    overflow: visible;
  }

  .grid-naqashi {
    grid-template-rows: .25fr auto;
    width: 85%;
  }

  .naqashi {
    right: auto;
  }

  .naqashi-div {
    margin-right: 100px;
  }

  .naqqshi-slider {
    overflow: hidden;
  }

  .grid-kandkari-copy {
    grid-template-rows: minmax(auto, .25fr) 457px;
    width: 85%;
  }

  .div-block-23-copy, .coming-soon-text {
    background-image: url('../images/mob-slide-text-bg.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    width: auto;
    height: auto;
    padding-top: 190px;
    padding-bottom: 40px;
  }

  .div-left {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-div {
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-right: 0;
    display: flex;
  }

  .image-18 {
    width: 70%;
    max-width: none;
  }

  .div-block-55, .paragraph-4 {
    width: 90%;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: 8px;
  }

  .paragraph-5 {
    width: 80%;
  }

  .heading-4 {
    text-align: center;
  }

  .about-div {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 20px;
    top: -31px;
  }

  .section-12 {
    padding-top: 0;
  }

  .text-block-7.f {
    text-align: center;
  }

  .text-block-7.f.tagline {
    width: 80%;
  }

  .about {
    text-align: center;
  }

  .div-block-61 {
    justify-content: space-between;
    padding-left: 20px;
    display: block;
  }

  .div-block-62 {
    display: flex;
  }

  .desktop-nav {
    justify-content: space-between;
    padding-left: 20px;
    display: block;
  }

  .section-16 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .scroll-wrapper {
    padding-left: 0;
  }

  .image-19 {
    margin-right: 15px;
  }

  .mob-logo-wrap {
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .section-loo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .naqashi-bg {
    background-image: linear-gradient(#100e0aa8, #100e0aa8), url('../images/Mob-slide-bg2x_1.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    margin-top: 20px;
  }

  .grid-qawah, .grid-right {
    grid-template-rows: minmax(auto, .25fr) 457px;
    width: 85%;
  }

  .home-div {
    padding-bottom: 0;
  }

  .pic-wrap2 {
    background-image: url('../images/mob-slide-text-bg.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    width: auto;
    height: auto;
    padding-top: 190px;
    padding-bottom: 40px;
  }

  .main-grid {
    overflow: hidden;
  }

  .div-food {
    background-image: none;
    margin-top: 93px;
  }

  .text-wrap-copy {
    margin-left: 40px;
  }

  .pic-home-wrap {
    background-image: url('../images/Slider-txt-bg2x.png');
    background-position: 50% 0;
    background-size: cover;
    justify-content: center;
    width: auto;
    height: auto;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .pic-new-slide {
    background-image: url('../images/Slider-txt-bg2x.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    width: auto;
    height: auto;
    padding-top: 190px;
    padding-bottom: 40px;
  }

  .about-pic {
    background-image: linear-gradient(#0000 50%, #0f0d0ded), url('../images/About-pic2x.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 700px;
  }

  .section-17 {
    background-image: url('../images/Mob-slide-bg2x_1.png');
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .grid-5 {
    display: none;
  }

  .grid-5.craft {
    display: block;
  }

  .sec-18 {
    background-image: url('../images/Mob-slide-bg2x_1.png');
    background-position: 0 0;
    background-size: cover;
    padding-top: 60px;
  }

  .pic-wrap--2 {
    background-image: url('../images/mob-slide-text-bg.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    width: auto;
    height: auto;
    padding-top: 190px;
    padding-bottom: 40px;
  }

  .div-block-132 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 45%;
    display: block;
  }

  .para-s.right {
    width: 85%;
    margin-top: 20px;
    font-weight: 300;
  }

  .section-19.n {
    margin-top: 0;
  }

  .para-centre {
    width: auto;
  }

  .grid-7 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .white-text-new {
    margin-top: 40px;
  }

  .white-heading-left {
    right: auto;
  }

  .div-block-139 {
    width: auto;
  }

  .para-s--c {
    width: 100%;
    margin-top: 20px;
    font-weight: 300;
  }

  .div-block-146 {
    margin-top: 0;
  }

  .c3 {
    width: 45%;
  }

  .heritage-gifting {
    flex-direction: row;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .div-block-32-copy, .footer-div {
    margin-top: 40px;
    margin-left: 0;
  }

  .footer-div.f {
    margin-top: 20px;
  }

  .image-35 {
    width: 4.2vw;
  }

  .grid-11 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-36 {
    width: 4vw;
  }

  .para-conect {
    width: 100%;
  }

  .image-37 {
    width: 4vw;
  }

  .div-block-71 {
    padding-bottom: 20px;
  }

  .div-block-154 {
    margin-top: 0;
  }

  .image-40 {
    width: 100%;
  }

  .div-block-155 {
    margin-top: 0;
    padding-bottom: 62px;
  }

  .slider-5 {
    width: 96%;
  }

  .gifts-pic {
    height: 700px;
  }

  .heritage-one {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .heritage-2 {
    background-image: linear-gradient(#46404047, #221f1fa6 0%, #171515c2 0%, #000), url('../images/Purpose-bg2x_1.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    margin-top: 60px;
    padding-top: 40px;
  }

  .img-corp {
    display: none;
  }

  .div-block-173 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-174, .right-arrow-6, .left-arrow-6 {
    display: none;
  }

  .slide-nav-6 {
    font-size: 8px;
  }

  .slider-6 {
    background-color: #ddd0;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 49px;
    display: flex;
  }

  .div-block-175 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-176, .div-block-177 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .desk-cop-pic {
    display: none;
  }

  .mob-cop-pic {
    display: block;
  }

  .mob-grid5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .desk-wed {
    display: none;
  }

  .mob-wed-grid, .mob-corp-pic, .image-50 {
    display: block;
  }

  .div-block-179 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-182 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-1 {
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-bottom: 40px;
  }

  .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .insta-link {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-4 {
    margin-bottom: 20px;
  }

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

  .mob-img {
    display: block;
  }

  .image {
    display: none;
  }

  .section-2 {
    overflow: hidden;
  }

  .div-block-10 {
    padding-top: 0;
  }

  .nav-link {
    display: block;
    position: relative;
  }

  .navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    align-self: auto;
    place-items: flex-start stretch;
    display: block;
  }

  .bottom-header {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    display: block;
    overflow: hidden;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    display: block;
    position: static;
  }

  .div-block-12 {
    width: 95%;
  }

  .paragraph {
    text-align: justify;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .section-4 {
    margin-top: 0;
    overflow: visible;
  }

  .section-5 {
    height: auto;
    overflow: visible;
  }

  .div-block-18 {
    width: 90%;
    height: 350px;
  }

  .div-block-19 {
    margin-top: 20px;
    padding-top: 0;
  }

  .section-7 {
    overflow: hidden;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, .25fr) auto;
    width: 100%;
  }

  .div-block-22 {
    justify-content: flex-start;
  }

  .div-block-23 {
    background-image: url('../images/Slider-txt-bg2x.png');
    background-position: 50% 0;
    background-size: cover;
    width: auto;
    height: auto;
    padding-top: 116px;
    padding-bottom: 20px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .slider {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
  }

  .slide-nav {
    margin-top: 8px;
    bottom: auto;
  }

  .heritage-div {
    width: 80%;
    margin-right: 40px;
    top: 25px;
  }

  .div-block-26 {
    justify-content: flex-end;
    margin-top: 0;
  }

  .heading {
    border-bottom: 1.5px solid #000;
    padding-bottom: 8px;
  }

  .image-9, .kashmir-text {
    margin-left: 0;
  }

  .div-block-30 {
    background-image: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .div-block-32 {
    width: 60%;
  }

  .div-block-34 {
    justify-content: center;
    align-items: center;
  }

  .sub-heading {
    font-size: 14px;
    line-height: 14px;
  }

  .image-10 {
    width: 100%;
    max-width: 100%;
  }

  .menu-button.w--open {
    display: block;
  }

  .link-block-4 {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .link-block-4.w--current {
    z-index: 250;
    justify-content: flex-start;
    align-items: center;
    display: inline-block;
    position: relative;
  }

  .image-2-copy {
    width: 95%;
    margin-top: -49px;
    margin-bottom: 0;
  }

  .div-block-38 {
    width: 70%;
  }

  .mood-mob {
    display: none;
  }

  .div-block-42 {
    align-items: center;
  }

  .div-block-43 {
    margin-right: 15px;
  }

  .link-block-6 {
    width: 100%;
  }

  .mood-mob-small {
    display: block;
  }

  .add-div {
    align-items: center;
  }

  .div-block-44 {
    width: 80%;
  }

  .section-9 {
    padding-bottom: 40px;
  }

  .text-block-4 {
    text-align: left;
    font-size: 40px;
    line-height: 40px;
  }

  .section-food {
    background-image: url('../images/Mob-slide-bg2x_1.png');
    background-position: 50% 0;
  }

  .food-slider {
    width: 90%;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 40px;
  }

  .grid-food {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    width: 100%;
  }

  .text-bg-div {
    justify-content: flex-start;
    align-items: center;
  }

  .pic-wrap {
    background-image: url('../images/mob-slide-text-bg.png'), url('../images/Slide-content-bg2x.png');
    background-position: 50% 0, 50% 0;
    background-size: cover, cover;
    width: auto;
    height: auto;
    padding-top: 116px;
    padding-bottom: 20px;
  }

  .grid-kandkari {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: .25fr auto;
    width: 100%;
  }

  .kandkari-bg {
    background-image: url('../images/Mob-slide-bg2x_1.png');
    background-position: 0 0;
    background-size: cover;
    margin-top: 40px;
  }

  .regional-div {
    width: 100%;
    margin-right: 0;
    top: 25px;
  }

  .grid-naqashi {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    width: 100%;
  }

  .naqashi-div {
    width: 80%;
    margin-right: 40px;
    top: 25px;
  }

  .naqqshi-slider {
    width: 90%;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 36px;
  }

  .naqa-div-wrap {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 23px;
  }

  .grid-kandkari-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, .25fr) 416px;
    width: 100%;
  }

  .div-block-23-copy, .coming-soon-text {
    background-image: url('../images/mob-slide-text-bg.png'), url('../images/Slide-content-bg2x.png');
    background-position: 50% 0, 50% 0;
    background-size: cover, cover;
    width: auto;
    height: auto;
    padding-top: 116px;
    padding-bottom: 20px;
  }

  .div-left {
    justify-content: center;
    align-items: center;
  }

  .logo-div {
    width: auto;
  }

  .image-18 {
    width: 70%;
  }

  .div-block-7-copy {
    padding-left: 25px;
  }

  .div-block-55 {
    top: 442px;
    left: 20px;
  }

  .paragraph-4 {
    width: 98%;
    font-size: 30px;
    line-height: 35px;
  }

  .div-pic3 {
    padding-left: 25px;
  }

  .text-3 {
    font-size: 30px;
    line-height: 38px;
  }

  .div-block-58 {
    height: 600px;
    padding-bottom: 100px;
    padding-left: 25px;
  }

  .slider-3 {
    height: 600px;
  }

  .heading-3 {
    font-size: 14px;
  }

  .text-wrap {
    align-items: flex-start;
    display: block;
  }

  .paragraph-5 {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-4 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .about-div {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .main-heading {
    border-bottom-style: none;
    border-bottom-width: 1.5px;
    font-size: 35px;
    line-height: 40px;
  }

  .bold-text-2 {
    line-height: 28px;
  }

  .text-block-7.f.tagline {
    width: 90%;
  }

  .slider-4 {
    height: 650px;
    overflow: hidden;
  }

  .slide-2 {
    background-image: linear-gradient(#05050570 54%, #221d1db3 69%, #000), url('../images/slide-1_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-3 {
    background-image: linear-gradient(#0000 34%, #181818ad 61%, #1f1f1fdb 86%, #030303), url('../images/Slide-22x.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-4 {
    background-image: linear-gradient(#0000 16%, #0202023d 52%, #05050585 69%, #080808cc 99%, #030303c2), url('../images/slide-4.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .about {
    text-align: left;
    font-size: 35px;
    line-height: 42px;
  }

  .section-16 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mob-logo-wrap {
    margin-top: 0;
  }

  .section-loo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .naqashi-bg {
    margin-top: 0;
  }

  .grid-qawah, .grid-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, .25fr) 416px;
    width: 100%;
  }

  .div-left2 {
    justify-content: flex-end;
    margin-top: 0;
  }

  .centre-div {
    padding-bottom: 0;
  }

  .pic-wrap2 {
    background-image: url('../images/mob-slide-text-bg.png'), url('../images/Slide-content-bg2x.png');
    background-position: 50% 0, 50% 0;
    background-size: cover, cover;
    width: auto;
    height: auto;
    padding-top: 116px;
    padding-bottom: 20px;
  }

  .div-food {
    margin-top: 40px;
  }

  .text-wrap-copy {
    align-items: flex-start;
    width: 90%;
    margin-left: 20px;
    display: block;
  }

  .pic-home-wrap {
    background-image: url('../images/Slider-txt-bg2x.png');
    background-position: 50% 0;
    background-size: cover;
    width: auto;
    height: auto;
    padding-top: 80px;
    padding-bottom: 13px;
  }

  .pic-new-slide {
    background-image: url('../images/Slider-txt-bg2x.png');
    background-position: 50% 0;
    background-size: cover;
    width: auto;
    height: auto;
    padding-top: 73px;
    padding-bottom: 20px;
  }

  .about-pic {
    justify-content: center;
    align-items: flex-end;
    height: 600px;
  }

  .section-17 {
    background-position: 50% 0;
    padding-bottom: 0;
  }

  .grid-5 {
    width: 90%;
  }

  .sec-18 {
    background-image: url('../images/Mob-slide-bg2x_1.png');
    background-position: 50% 0;
  }

  .pic-wrap--2 {
    background-image: url('../images/mob-slide-text-bg.png'), url('../images/Slide-content-bg2x.png');
    background-position: 50% 0, 50% 0;
    background-size: cover, cover;
    width: auto;
    height: auto;
    padding-top: 116px;
    padding-bottom: 20px;
  }

  .div-block-132 {
    width: 88%;
  }

  .para-s {
    font-size: 16px;
    line-height: 20px;
  }

  .para-centre {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

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

  .white-text-new {
    text-align: justify;
    margin-top: 0;
    line-height: 24px;
  }

  .white-text-new.left {
    text-align: justify;
    line-height: 24px;
  }

  .div-heading-wrap {
    justify-content: flex-end;
    margin-top: 0;
  }

  .div-block-139 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .right-div-2 {
    width: 100%;
  }

  .div-heading-wrap--left, .div-trans-wrap, .right-heading {
    justify-content: flex-end;
    margin-top: 0;
  }

  .text-heading {
    align-items: flex-start;
    display: block;
  }

  .div-block-134-copy {
    margin-top: 0;
  }

  .para-s--c, .text-sub {
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text-2-copy, .text-new {
    line-height: 28px;
  }

  .c3 {
    width: 85%;
  }

  .heritage-gifting {
    display: block;
    position: relative;
  }

  .div-block-32-copy, .footer-div {
    width: 60%;
  }

  .grid-div-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-35 {
    width: 7vw;
  }

  .text-field-4.v {
    height: 25vh;
  }

  .form {
    margin-left: 10px;
    margin-right: 10px;
  }

  .ph-div2 {
    margin-left: 20px;
  }

  .div-block-147 {
    margin-left: 0;
  }

  .text-wrap-contact {
    margin-top: 40px;
  }

  .div-block-70 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-73 {
    flex-direction: column;
    align-items: stretch;
  }

  .grid-11 {
    grid-template-rows: auto;
    width: 85%;
  }

  .div-block-74 {
    margin-left: 0;
  }

  .address-text {
    width: 100%;
    font-size: 16px;
  }

  .div-block-148 {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .div-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 3.75fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-block-22 {
    font-size: 16px;
  }

  .image-36 {
    width: 6vw;
  }

  .para-conect {
    width: 95%;
    font-size: 30px;
    line-height: 34px;
  }

  .image-37 {
    width: 6vw;
  }

  .ph-div {
    margin-left: 0;
    display: block;
  }

  .heading-10 {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
  }

  .div-block-71 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .knowmore-slide {
    margin-right: 0;
  }

  .knowmore-slide.n {
    margin-top: 10px;
  }

  .div-block-149 {
    flex-flow: column;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .div-block-149._1 {
    margin-top: 85px;
  }

  .div-block-151 {
    flex-flow: column;
    display: flex;
  }

  .div-block-152 {
    flex-flow: column;
  }

  .div-block-152._1 {
    margin-top: 45px;
  }

  .div-block-154 {
    margin-top: 0;
  }

  .image-40 {
    width: 100%;
  }

  .div-block-155 {
    margin-top: 0;
  }

  .bold-text-6 {
    text-align: center;
  }

  .div-block-158 {
    margin-top: 0;
  }

  .sedrplayback {
    height: 45vh;
  }

  .bold-text-8 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
  }

  .gifts-pic {
    justify-content: flex-start;
    align-items: flex-end;
    height: 650px;
  }

  .heritage-one {
    padding-bottom: 40px;
  }

  .heritage-2 {
    margin-top: 10px;
    padding-top: 60px;
  }

  .img1 {
    width: 100%;
  }

  .grid-5-left--mob {
    width: 85%;
  }

  .div-block-173 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .bold-text-11 {
    border-bottom: 1.5px solid #faf8f8;
    font-size: 35px;
    line-height: 30px;
  }

  .slider-6 {
    width: 95vw;
  }

  .div-block-175 {
    width: auto;
  }

  .container-4 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-12 {
    font-size: 42px;
    font-weight: 700;
    line-height: 38px;
  }

  .section-28 {
    padding-top: 0;
  }

  .bold-text-13 {
    font-size: 36px;
    line-height: 30px;
  }

  .mob-grid5 {
    width: 90%;
  }

  .bold-text-14 {
    border-bottom: 1.5px solid #f5f5f5;
  }

  .image-50 {
    flex: 1;
  }

  .heading2 {
    border-bottom-style: none;
    border-bottom-width: 1.5px;
    font-size: 35px;
    line-height: 40px;
  }

  .mask-4 {
    padding-bottom: 0;
  }

  .div-block-180 {
    width: 99.9999%;
  }

  .about-1 {
    display: block;
    position: relative;
  }

  .desk-form-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
  }

  .mob-form-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }
}

#w-node-_460d971c-0007-a67c-afa2-396edde025d8-e08dd0c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_460d971c-0007-a67c-afa2-396edde025d9-e08dd0c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_460d971c-0007-a67c-afa2-396edde025da-e08dd0c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-bdfefe64-514f-9b82-d06b-7510a4798b5c-e08dd0c6, #w-node-_8f93f6d3-faaf-382d-43d1-fca9833f1cd1-e08dd0c6, #w-node-_2aee2c94-521b-b0d7-e96e-9ba0185a0e66-e08dd0c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2aee2c94-521b-b0d7-e96e-9ba0185a0e67-e08dd0c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_094c1651-5489-503f-386a-ba868a85b82f-e08dd0c6, #w-node-_094c1651-5489-503f-386a-ba868a85b830-e08dd0c6, #w-node-_094c1651-5489-503f-386a-ba868a85b832-e08dd0c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_155ff714-6340-daf7-f183-caa84c1e2a95-e08dd0c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_39c8db5e-9fc4-0c94-6f82-63bd249c46d6-e08dd0c6, #w-node-_39c8db5e-9fc4-0c94-6f82-63bd249c46d7-e08dd0c6, #w-node-_39c8db5e-9fc4-0c94-6f82-63bd249c46d9-e08dd0c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe87fbe4-eb72-c505-3ade-33cff9a3c27c-e08dd0c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a725f51f-4a5d-caae-ce77-4c27a66cae55-e08dd0c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a725f51f-4a5d-caae-ce77-4c27a66cae56-e08dd0c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a725f51f-4a5d-caae-ce77-4c27a66cae57-e08dd0c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_21f50994-7f7d-c9f9-b3bf-5d13b86aa768-b86aa764, #w-node-_21f50994-7f7d-c9f9-b3bf-5d13b86aa769-b86aa764, #w-node-_21f50994-7f7d-c9f9-b3bf-5d13b86aa76a-b86aa764 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21f50994-7f7d-c9f9-b3bf-5d13b86aa76b-b86aa764 {
  justify-self: center;
}

#w-node-_21f50994-7f7d-c9f9-b3bf-5d13b86aa76c-b86aa764 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21f50994-7f7d-c9f9-b3bf-5d13b86aa770-b86aa764 {
  place-self: start;
}

#w-node-_9b7cdda3-2af5-d1d3-fbbc-9dd7b8fdcb8f-b86aa764 {
  justify-self: center;
}

#w-node-e3130629-a9f6-4ed7-b5c7-2fbd1f327151-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b7150bb4-d7a9-437b-1fc9-76b4a0250473-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0be7593-eae2-e60a-ac38-19545b5c3ff0-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d37f1d25-df94-93bc-ed7c-42316be82064-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-d37f1d25-df94-93bc-ed7c-42316be82065-bfa0a0f3, #w-node-d37f1d25-df94-93bc-ed7c-42316be82067-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37f1d25-df94-93bc-ed7c-42316be82068-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_98673c97-e65a-47cb-3bdc-fa1b6c7f8507-bfa0a0f3, #w-node-_98673c97-e65a-47cb-3bdc-fa1b6c7f8508-bfa0a0f3, #w-node-_98673c97-e65a-47cb-3bdc-fa1b6c7f850a-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53894b2a-15fa-397c-f3fb-26f260f7d5b1-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_98673c97-e65a-47cb-3bdc-fa1b6c7f8519-bfa0a0f3, #w-node-_98673c97-e65a-47cb-3bdc-fa1b6c7f851a-bfa0a0f3, #w-node-_98673c97-e65a-47cb-3bdc-fa1b6c7f851c-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ae875bd-dfcc-c858-a954-52669f4d087b-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-adaf5485-ffc6-78f9-2ff4-00c169e18a1a-bfa0a0f3, #w-node-adaf5485-ffc6-78f9-2ff4-00c169e18a1b-bfa0a0f3, #w-node-adaf5485-ffc6-78f9-2ff4-00c169e18a1d-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adaf5485-ffc6-78f9-2ff4-00c169e18a1e-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_29e3217d-4581-edbd-e51d-d826e1ee4e96-bfa0a0f3, #w-node-_29e3217d-4581-edbd-e51d-d826e1ee4e97-bfa0a0f3, #w-node-_29e3217d-4581-edbd-e51d-d826e1ee4e99-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d85aa85-67a0-8257-696e-4515eddbc443-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_59537f74-297c-e1a0-fee6-2a46ab6c97f4-bfa0a0f3, #w-node-_59537f74-297c-e1a0-fee6-2a46ab6c97f5-bfa0a0f3, #w-node-_59537f74-297c-e1a0-fee6-2a46ab6c97f7-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_799ddce7-28fc-70d0-393a-4f4d580f24dc-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_171c8921-c5fa-5dfe-efff-53ba02c6e625-bfa0a0f3, #w-node-_171c8921-c5fa-5dfe-efff-53ba02c6e626-bfa0a0f3, #w-node-_171c8921-c5fa-5dfe-efff-53ba02c6e628-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0037980-2e45-90d6-c083-9a1aad92f685-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-cd44c2d7-9214-2384-fa10-99ec2d393f44-bfa0a0f3, #w-node-cd44c2d7-9214-2384-fa10-99ec2d393f45-bfa0a0f3, #w-node-cd44c2d7-9214-2384-fa10-99ec2d393f47-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd44c2d7-9214-2384-fa10-99ec2d393f4a-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-ff6ac722-5319-bc6b-d480-68e156b91a5a-bfa0a0f3, #w-node-ff6ac722-5319-bc6b-d480-68e156b91a5b-bfa0a0f3, #w-node-ff6ac722-5319-bc6b-d480-68e156b91a5d-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ac722-5319-bc6b-d480-68e156b91a5e-bfa0a0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-c2a971f2-7aa7-a0a1-e4eb-080fcce6365a-6aad59f7 {
  place-self: center start;
}

#w-node-_4d34a0ae-1069-b34b-52bb-e84373cde579-6aad59f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_76da3c1f-33f7-e683-3120-6d4797676565-6aad59f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_3a71f9fe-0e9f-9e61-2c0a-de61fb9c1722-6aad59f7, #w-node-bccc9ae1-2f2b-47f2-d83b-99a92b614a04-6aad59f7 {
  place-self: center end;
}

#w-node-bccc9ae1-2f2b-47f2-d83b-99a92b614a02-6aad59f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_27637b45-9408-e70f-514d-f0cc0e6cff4c-6aad59f7, #w-node-_17177b46-5590-62e2-35b5-c5a47fc36c05-6aad59f7, #w-node-_313fd11e-8b15-dc19-51b6-bf572d67df17-6aad59f7, #w-node-_161c3e37-7ada-9875-343e-fd4cbd770db6-6aad59f7, #w-node-_161c3e37-7ada-9875-343e-fd4cbd770db9-6aad59f7, #w-node-_59609775-f4a6-70fc-aea5-74d22b6c2814-6aad59f7, #w-node-b653f03f-764d-70c9-c822-9ccf40b9b10c-6aad59f7, #w-node-b653f03f-764d-70c9-c822-9ccf40b9b10d-6aad59f7, #w-node-_4711d3f3-5f7f-b3be-1b58-d3e91a098a3c-6aad59f7, #w-node-_4711d3f3-5f7f-b3be-1b58-d3e91a098a3d-6aad59f7, #w-node-_4030cba1-8f65-b6d4-de3b-822093006f23-6aad59f7, #w-node-_4030cba1-8f65-b6d4-de3b-822093006f24-6aad59f7, #w-node-_1a4ff999-e7c2-fe23-b9c8-6bf56bfaf83d-6aad59f7, #w-node-_1a4ff999-e7c2-fe23-b9c8-6bf56bfaf846-6aad59f7, #w-node-_5a074f1b-212b-7d73-598f-cef664fbb5a3-6aad59f7, #w-node-_97d11519-79b1-dfbd-bd3c-980c5999fe9a-6aad59f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02f0fc9f-4d8d-106e-4431-b5731f6d0032-f16d1761 {
  place-self: center start;
}

#w-node-_02f0fc9f-4d8d-106e-4431-b5731f6d0043-f16d1761, #w-node-_40efe572-df37-7fbe-7385-ba54dbc65bd8-f16d1761 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_40efe572-df37-7fbe-7385-ba54dbc65bc7-f16d1761 {
  place-self: center start;
}

#w-node-_3bce7073-06c7-2b75-ca4d-cc7da9f07b43-f16d1761 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_3bce7073-06c7-2b75-ca4d-cc7da9f07b45-f16d1761 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_9b7cdda3-2af5-d1d3-fbbc-9dd7b8fdcb8f-b86aa764 {
    justify-self: center;
  }

  #w-node-d37f1d25-df94-93bc-ed7c-42316be82068-bfa0a0f3 {
    place-self: center;
  }

  #w-node-_4d34a0ae-1069-b34b-52bb-e84373cde579-6aad59f7 {
    justify-self: start;
  }

  #w-node-bccc9ae1-2f2b-47f2-d83b-99a92b614a02-6aad59f7 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_21f50994-7f7d-c9f9-b3bf-5d13b86aa770-b86aa764 {
    place-self: center;
  }

  #w-node-_9b7cdda3-2af5-d1d3-fbbc-9dd7b8fdcb8f-b86aa764 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_313fd11e-8b15-dc19-51b6-bf572d67df17-6aad59f7 {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_21f50994-7f7d-c9f9-b3bf-5d13b86aa770-b86aa764 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Stangith Font';
  src: url('../fonts/Stangith-Font.zip') format('undefined');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}