:root {
  --gray-700: rgba(52, 64, 84, 1);
  --white: rgba(255, 255, 255, 1);
  --gray-300: rgba(208, 213, 221, 1);
  --gray-600: rgba(71, 84, 103, 1);
  --text-md-semibold-font-family: "Inter", Helvetica;
  --text-md-semibold-font-weight: 600;
  --text-md-semibold-font-size: 16px;
  --text-md-semibold-letter-spacing: 0px;
  --text-md-semibold-line-height: 24px;
  --text-md-semibold-font-style: normal;
  --montserrat-bold-type-12-font-family: "Montserrat", Helvetica;
  --montserrat-bold-type-12-font-weight: 700;
  --montserrat-bold-type-12-font-size: 12px;
  --montserrat-bold-type-12-letter-spacing: 0px;
  --montserrat-bold-type-12-line-height: 120.00000762939453%;
  --montserrat-bold-type-12-font-style: normal;
  --montserrat-regular-type-16-font-family: "Montserrat", Helvetica;
  --montserrat-regular-type-16-font-weight: 400;
  --montserrat-regular-type-16-font-size: 16px;
  --montserrat-regular-type-16-letter-spacing: 0px;
  --montserrat-regular-type-16-line-height: 150%;
  --montserrat-regular-type-16-font-style: normal;
  --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.rudhira-page {
  display: flex;
  flex-direction: column;

  align-items: center;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden;
}

.rudhira-page .container {
  display: flex;
  width: 1440px;
  height: 136px;
  align-items: flex-start;
  gap: 32px;
  padding: 50px 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  backdrop-filter: blur(6px) brightness(100%);
  -webkit-backdrop-filter: blur(6px) brightness(100%);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.rudhira-page .component {
  position: relative;
  width: 98.28px;
  height: 80px;
  margin-bottom: -44.00px;
}

.rudhira-page .frame {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.rudhira-page .content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.rudhira-page .navigation {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.rudhira-page .button-base {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.rudhira-page .text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19.2px;
  white-space: nowrap;
}

.rudhira-page .text-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.rudhira-page .img {
  position: relative;
  width: 20px;
  height: 20px;
}

.rudhira-page .div {
  margin-top: -0.50px;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  line-height: 19.2px;
  position: relative;
  width: fit-content;
  letter-spacing: 0;
  white-space: nowrap;
}

.rudhira-page .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -4.00px;
  margin-bottom: -4.00px;
}

.rudhira-page .buttons-neutral {
  height: 44px;
  gap: 8px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  box-shadow: var(--shadow-xs);
}

.rudhira-page .text-2 {
  font-family: "Gilroy-Bold-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  line-height: 19.2px;
  position: relative;
  width: fit-content;
  letter-spacing: 0;
  white-space: nowrap;
}

.rudhira-page .buttons-neutral-2 {
  height: 44px;
  gap: 8px;
  padding: 10px 18px;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  box-shadow: var(--shadow-xs);
}

.rudhira-page .text-3 {
  font-family: "Gilroy-Bold-Bold", Helvetica;
  font-weight: 700;
  color: #161616;
  font-size: 16px;
  line-height: 19.2px;
  position: relative;
  width: fit-content;
  letter-spacing: 0;
  white-space: nowrap;
}

.rudhira-page .frame-3 {
  display: flex;
  flex-direction: column;
  height: 650px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 100px 120px 38px;
  position: relative;
  align-self: stretch;
  width: 100%;
  z-index: 7;
 background: url("../../images/rudhira/rudhira-hero-bg.png");
  background-size: cover;
  background-position: center;
}

.rudhira-page .rectangle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    38deg,
    rgba(23, 2, 2, 1) 0%,
    rgba(86, 24, 24, 1) 100%
  );
  opacity: 0.9;
}

.rudhira-page .component-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.rudhira-page .indri-logo {
  position: relative;
  
  height: 153px;
  object-fit: cover;
}

.rudhira-page .heading {
  position: relative;
  width: 33px;
  height: 25px;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.rudhira-page .g {
  position: relative;
  width: 98.28px;
  height: 80px;
}

.rudhira-page .vector {
  position: relative;
  width: 192px;
  height: 55px;
}

.rudhira-page .p {
  position: relative;
  width: 1187px;
  height: 49px;
  font-family: "DM Serif Display", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 54px;
  text-align: center;
  letter-spacing: 0;
  line-height: 54px;
  white-space: nowrap;
}

.rudhira-page .span {
  font-style: italic;
  color: #eed274;
}

.rudhira-page .text-wrapper-2 {
  font-family: "Gilroy-SemiBold-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 51px;
  line-height: 51px;
}

.rudhira-page .heading-2 {
  position: relative;
  align-self: stretch;
  height: 71px;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #e6e6e6;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 35.8px;
}

.rudhira-page .buttons-neutral-3 {
  display: inline-flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 28px;
  position: relative;
  background-color: #561818;
  border: 0.5px solid;
  border-color: #ffffff80;
  box-shadow: var(--shadow-xs);
}

.rudhira-page .text-4 {
  font-family: "Gilroy-Bold-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  line-height: 21.6px;
  position: relative;
  width: fit-content;
  letter-spacing: 0;
  white-space: nowrap;
}

.rudhira-page .component-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 113px;
  z-index: 6;
  background-color: #561818;
}

.rudhira-page .component-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 39px;
  position: relative;
  top: 23px;
  left: calc(50.00% - 252px);
}

.rudhira-page .featured-projects {
  position: relative;
  width: fit-content;
  font-family: "Gilroy-Medium-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 1.00px;
  line-height: 36.0px;
  white-space: nowrap;
}

.rudhira-page .featured-projects-2 {
  width: fit-content;
  font-weight: 600;
  color: #ffffff;
  font-size: 64px;
  text-align: center;
  letter-spacing: 1.20px;
  line-height: 76.8px;
  white-space: nowrap;
  position: relative;
  margin-top: -1.00px;
  font-family: "Gilroy-SemiBold-SemiBold", Helvetica;
}

.rudhira-page .frame-4 {
  position: relative;
  width: 1440px;
  height: 749px;
  z-index: 5;
  overflow: hidden;
}

.rudhira-page .desktop-indri-dinner {
position: absolute;
    top: 0;
    left: 0;
    width: 710px;
    height: 749px;
    object-fit: cover;
}
.rudhira-page .mob-indri-dinner{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 710px;
    height: 749px;
    object-fit: cover;
}
.rudhira-page .bottle-png {
    position: absolute;
    top: 10%;
    left: 33%;
    width: auto;
    height: 612px;
    object-fit: cover;
}

.rudhira-page .heading-3 {
  position: absolute;
  top: calc(50.00% - 206px);
  left: 874px;
  width: 451px;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.rudhira-page .text-wrapper-3 {
  color: #161616;
}

.rudhira-page .text-wrapper-4 {
  color: #161616;
  font-size: 25px;
  line-height: 37.5px;
}

.rudhira-page .text-wrapper-5 {
  font-family: "Gilroy-SemiBold-SemiBold", Helvetica;
  font-weight: 600;
  color: #561818;
  font-size: 25px;
  line-height: 37.5px;
}

.rudhira-page .text-wrapper-6 {
  color: #561818;
  font-size: 25px;
  line-height: 37.5px;
}

.rudhira-page .frame-5 {
  position: relative;
  width: 1440px;
  height: 860px;
  z-index: 4;
  overflow: hidden;
   background: url("../../images/rudhira/whybg.png");
  background-size: cover;
  background-position: center; background-repeat: no-repeat;
}

.rudhira-page .image {
  position: relative;
 
  width: 100%;
  height: 860px;
  object-fit: cover;
}

.rudhira-page .div-wrapper {
  position: absolute;
  top: 330px;
  left: 196px;
  width: 299px;
  height: 133px;
  display: flex;
}

.rudhira-page .component-4 {
  flex: 1;
  width: 299px;
  position: relative;
  background-color: #811d11e6;
}

.rudhira-page .rectangle-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #811d11e6;
}

.rudhira-page .heading-4 {
  position: absolute;
  width: 89.30%;
  height: 24.81%;
  top: 15.79%;
  left: 5.35%;
  background: linear-gradient(
    168deg,
    rgba(170, 111, 67, 1) 0%,
    rgba(241, 236, 181, 1) 49%,
    rgba(241, 236, 181, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Gilroy-Bold-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.rudhira-page .heading-5 {
  position: absolute;
  width: 84.95%;
  height: 39.85%;
  top: 43.61%;
  left: 5.35%;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.rudhira-page .exclusively-curated {
  position: absolute;
  top: 330px;
  left: 520px;
  width: 299px;
  height: 133px;
  display: flex;
}

.rudhira-page .group {
  flex: 1;
  width: 299px;
  position: relative;
  background-color: #841d11e6;
}

.rudhira-page .heading-6 {
  position: absolute;
  width: 89.30%;
  height: 24.81%;
  top: 15.79%;
  left: 8.36%;
  background: linear-gradient(
    168deg,
    rgba(170, 111, 67, 1) 0%,
    rgba(241, 236, 181, 1) 49%,
    rgba(241, 236, 181, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Gilroy-Bold-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.rudhira-page .heading-7 {
  position: absolute;
  width: 85.28%;
  height: 40.60%;
  top: 43.61%;
  left: 8.36%;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.rudhira-page .group-2 {
  position: absolute;
  top: 236px;
  left: 196px;
  width: 559px;
  height: 66px;
  display: flex;
}

.rudhira-page .heading-8 {
  margin-top: 2px;
  height: 64px;
  width: 112px;
  align-self: center;
  text-shadow: 0px 4px 4px #00000040;
  font-family: "Gilroy-SemiBold-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 51px;
  letter-spacing: 0;
  line-height: 76.5px;
  white-space: nowrap;
}

.rudhira-page .vector-2 {
  width: 192px;
  height: 55px;
  margin-left: 13px;
}

.rudhira-page .heading-9 {
  margin-top: 2px;
  height: 64px;
  width: 218px;
  align-self: center;
  margin-left: 20px;
  text-shadow: 0px 4px 4px #00000040;
  font-family: "Gilroy-SemiBold-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 51px;
  letter-spacing: 0;
  line-height: 76.5px;
  white-space: nowrap;
}

.forbx{    display: flex;
    position: absolute;
    top: 330px;
    left: 196px;
    width: 630px;
    flex-wrap: wrap;
    gap: 25px;
}
.forbx .rectangle-1{
 position: relative;
    width: 300px;
    height: 140px;
    background-color: #841d11e6;
    padding: 20px;

}
.forbx .rectangle-1.exclusively-curated2{
    position: relative;     
    height: 140px;
    background-color: #841d11e6;
    padding: 20px; width: 100%;

}


.forbx .rectangle-1 .heading-1{
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  background: linear-gradient(
    168deg,
    rgba(170, 111, 67, 1) 0%,
    rgba(241, 236, 181, 1) 49%,
    rgba(241, 236, 181, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Gilroy-Bold-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 36px;
}
.forbx .rectangle-1 p{
  position: relative;
  width: fit-content;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  }



.rudhira-page .extremely-limited {
  display: flex;
  flex-direction: column;
  width: 299px;
  height: 133px;
  align-items: flex-start;
  gap: 4px;
  padding: 21px 16px;
  position: absolute;
  top: 491px;
  left: 196px;
  background-color: #841d11e6;
}

.rudhira-page .heading-10 {
  position: relative;
  width: 267px;
  height: 33px;
  margin-top: -1.00px;
  background: linear-gradient(
    168deg,
    rgba(170, 111, 67, 1) 0%,
    rgba(241, 236, 181, 1) 49%,
    rgba(241, 236, 181, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Gilroy-Bold-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.rudhira-page .heading-11 {
  position: relative;
  width: 244px;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.rudhira-page .launch-market {
  display: flex;
  flex-direction: column;
  width: 299px;
  height: 133px;
  align-items: flex-start;
  gap: 1px;
  padding: 21px 25px;
  position: absolute;
  top: 491px;
  left: 520px;
  background-color: #841d11e6;
}

.rudhira-page .heading-12 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  background: linear-gradient(
    168deg,
    rgba(170, 111, 67, 1) 0%,
    rgba(241, 236, 181, 1) 49%,
    rgba(241, 236, 181, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Gilroy-Bold-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.rudhira-page .heading-13 {
  position: relative;
  width: fit-content;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.rudhira-page .frame-6 {
  position: relative;
  width: 1440px;
  height: 870px;
  z-index: 3;
  background-color: #ffffff;
  overflow: hidden;
     background: url("../../images/rudhira/frame2.png");
  background-size: cover;
  background-position: center; background-repeat: no-repeat;
}

.rudhira-page .screenshot {
  position: absolute;
  top: 0;
  left: 0px;
  width: 1440px;
  height: 870px;
  object-fit: cover;
}

.rudhira-page .bunch-of-cabernet {
     position: relative;
    width: 100%;
    height: 870px;
    object-fit: cover;
}

.rudhira-page .stamp-image-for {
  position: absolute;
  top: 204px;
  left: 336px;
  width: 814px;
  height: 465px;
  background: url("../../images/rudhira/stamp.png");
  background-size: cover;
  background-position: center; background-repeat: no-repeat;
}

.rudhira-page .rectangle-3 {
     position: relative;
    top: 95px;
    left: 33px;
    width: 700px;
    background-color: #e6e6e6;
    border: 1px solid;
    border-color: #561818;
    padding: 10px 25px;
    height: 280px;
}

.rudhira-page .box4color{position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;}
.rudhira-page .box4color .box1{
   width: 49%;
    min-height: 61px;
    padding: 10px;
    margin: 0;
}
.rudhira-page .box4color .heading-14 {
  position: relative;  
  font-family: "Gilroy-Bold-Bold", Helvetica;
  font-weight: 700;
  color: #561818;
  font-size: 24px; 
  line-height: 36px;
  
}
.rudhira-page .box4color .paragraph{
    position: relative;  
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px; 
  line-height: 27px;
  
}



.rudhira-page .heading-15 {
  position: absolute;
  top: calc(50.00% - 102px);
  left: 744px;
  width: 267px;
  font-family: "Gilroy-Bold-Bold", Helvetica;
  font-weight: 700;
  color: #561818;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.rudhira-page .heading-16 {
  position: absolute;
  top: calc(50.00% + 12px);
  left: 416px;
  width: 267px;
  font-family: "Gilroy-Bold-Bold", Helvetica;
  font-weight: 700;
  color: #561818;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.rudhira-page .heading-17 {
  position: absolute;
  top: calc(50.00% + 12px);
  left: 744px;
  width: 267px;
  font-family: "Gilroy-Bold-Bold", Helvetica;
  font-weight: 700;
  color: #561818;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.rudhira-page .heading-18 {
  position: absolute;
  top: calc(50.00% - 65px);
  left: 416px;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.rudhira-page .heading-19 {
  position: absolute;
  top: calc(50.00% - 65px);
  left: 744px;
  width: 289px;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.rudhira-page .heading-20 {
  position: absolute;
  top: calc(50.00% + 49px);
  left: 416px;
  width: 289px;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.rudhira-page .heading-21 {
  position: absolute;
  top: calc(50.00% + 49px);
  left: 744px;
  width: 237px;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.rudhira-page .frame-7 {
  position: relative;
  width: 1440px;
  height: 801px;
  z-index: 2;
  background-color: #ffffff;
  overflow: hidden;
}

.rudhira-page .rudhira-webpage {
  position: absolute;
  top: -116px;
  right: 0;
  width:1440px;
  height: 953px;
  object-fit: cover;
}

.rudhira-page .heading-22 {
 
  width: 338px;
  text-shadow: 0px 4px 4px #00000040;
  font-family: "Gilroy-SemiBold-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 42px;
}
.productitem{
position: absolute;
    top: calc(50.00% - 246px);
    left:10%;
    gap: 11px;
    display: flex;
    flex-direction: column;

}



.rudhira-page .heading-23 {
 
  width: 302px;
  text-shadow: 0px 4px 4px #00000040;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;margin-top: 15px;
}

.rudhira-page .greenwood-apartments {
  
  width: 67px;
  height: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
}

.rudhira-page .greenwood-apartments-2 {
   
  display: flex;
  align-items: flex-start;
  justify-content: left;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
}

.rudhira-page .group-3 {
   
  width: 104px;
  height: 31px; margin-bottom: 7px;
}

.rudhira-page .location-on {
 
  width: 18px;
  height: 18px;
}

.rudhira-page .event-lineup-grid {
  display: flex;
  flex-direction: column;
  height: 578px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 32px;
  padding: 160px 60px;
  position: relative;
  align-self: stretch;
  width:1440px;
  z-index: 1;
  background: url("../../images/rudhira/eventbg.png");
  background-size: cover;
  background-position: center; margin: 0 auto;
}

.rudhira-page .frame-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.rudhira-page .featured-projects-wrapper {
  display: flex;
  flex-direction: column;
  width: 852px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.rudhira-page .featured-projects-3 {
  width: 620px;
  font-weight: 400;
  color: transparent;
  font-size: 51px;
  letter-spacing: 0;
  line-height: 51px;
  position: relative;
  margin-top: -1.00px;
  font-family: "Gilroy-SemiBold-SemiBold", Helvetica;
}

.rudhira-page .text-wrapper-7 {
  font-weight: 600;
  color: #ffffff;
}

.rudhira-page .text-wrapper-8 {
  font-family: "DM Serif Display", Helvetica;
  font-style: italic;
  color: #eed274;
  font-size: 54px;
  line-height: 54px;
}

.rudhira-page .section {
  display: flex;
  flex-direction: column;
  height: 608px;
  align-items: center;
  justify-content: flex-end;
  gap: 64px;
  padding: 64px 0px 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  z-index: 0;
  background-color: #161616;
}

.rudhira-page .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  height: 608px;
  object-fit: cover;
}

.rudhira-page .content-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.rudhira-page .content-2 {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.rudhira-page .logo-and-supporting {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.rudhira-page .frame-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.rudhira-page .g-2 {
  position: relative;
  width: 108.34px;
  height: 126px;
}

.rudhira-page .supporting-text {
  position: relative;
  align-self: stretch;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24.0px;
}

.rudhira-page .frame-9 {
  display: inline-flex;
  height: 32px;
  align-items: center;
  gap: 32px;
  position: relative;
}

.rudhira-page .img-2 {
  position: relative;
  width: 32px;
  height: 32px;
}

.rudhira-page .frame-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.rudhira-page .frame-11 {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.rudhira-page .frame-12 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.rudhira-page .supporting-text-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.rudhira-page .frame-13 {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.rudhira-page .buttons-neutral-4 {
  height: 60px;
  gap: 12px;
  padding: 16px 28px;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  box-shadow: var(--shadow-xs);
}

.rudhira-page .text-5 {
  font-family: "Gilroy-Bold-Bold", Helvetica;
  font-weight: 700;
  color: #161616;
  font-size: 18px;
  text-align: center;
  line-height: 21.6px;
  position: relative;
  width: fit-content;
  letter-spacing: 0;
  white-space: nowrap;
}

.rudhira-page .buttons-neutral-5 {
  height: 60px;
  gap: 12px;
  padding: 16px 28px;
  border: 0.5px solid;
  border-color: #9d9d9d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  box-shadow: var(--shadow-xs);
}

.rudhira-page .text-6 {
  font-family: "Gilroy-Bold-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 21.6px;
  position: relative;
  width: fit-content;
  letter-spacing: 0;
  white-space: nowrap;
}

.rudhira-page .footer-links-column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.rudhira-page .frame-14 {
  display: flex;
  flex-direction: column;
  width: 110px;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
  position: relative;
}

.rudhira-page .text-7 {
  margin-top: -1.00px;
  opacity: 0.5;
  font-family: var(--montserrat-bold-type-12-font-family);
  font-weight: var(--montserrat-bold-type-12-font-weight);
  color: #ffffff;
  font-size: var(--montserrat-bold-type-12-font-size);
  line-height: var(--montserrat-bold-type-12-line-height);
  position: relative;
  width: fit-content;
  letter-spacing: var(--montserrat-bold-type-12-letter-spacing);
  white-space: nowrap;
  font-style: var(--montserrat-bold-type-12-font-style);
}

.rudhira-page .text-8 {
  font-family: var(--montserrat-regular-type-16-font-family);
  font-weight: var(--montserrat-regular-type-16-font-weight);
  color: #ffffff;
  font-size: var(--montserrat-regular-type-16-font-size);
  line-height: var(--montserrat-regular-type-16-line-height);
  position: relative;
  width: fit-content;
  letter-spacing: var(--montserrat-regular-type-16-letter-spacing);
  white-space: nowrap;
  font-style: var(--montserrat-regular-type-16-font-style);
}

.rudhira-page .text-9 {
  margin-right: -10.00px;
  font-family: var(--montserrat-regular-type-16-font-family);
  font-weight: var(--montserrat-regular-type-16-font-weight);
  color: #ffffff;
  font-size: var(--montserrat-regular-type-16-font-size);
  line-height: var(--montserrat-regular-type-16-line-height);
  position: relative;
  width: fit-content;
  letter-spacing: var(--montserrat-regular-type-16-letter-spacing);
  white-space: nowrap;
  font-style: var(--montserrat-regular-type-16-font-style);
}

.rudhira-page .frame-15 {
  display: flex;
  max-width: 1280px;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.rudhira-page .footer-text {
  position: relative;
  width: 415px;
  margin-top: -1.00px;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.8px;
}

.rudhira-page .footer-text-2 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Gilroy-Regular-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.8px;
}


/***********************Responive*****************/
@media (max-width: 768px) {
.rudhira-page .frame-3{width: 100%; padding:  150px 40px 40px;;  height: auto;}
.rudhira-page .component-wrapper{width: 100%; padding: 20px; text-align: center; }
.rudhira-page .frame-4{width: 100%;padding: 0px; height: auto; padding-bottom: 50px; }

.rudhira-page .frame-6{width: 100%;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
.rudhira-page .frame-7{width: 100%;padding: 20px;  }
.rudhira-page .event-lineup-grid{width: 100%;
        padding: 20px;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;}
.rudhira-page .p{font-size: 32px; line-height: 36px; width: 100%; height: auto;white-space: normal;} 
.rudhira-page .text-wrapper-2{width: 100%;
        min-height: 110px;
        padding: 0;
    }
.rudhira-page .heading-2{font-size: 18px; line-height: 22px; height: auto; }
.rudhira-page .featured-projects-2{font-size: 36px; line-height: 42px; width: 100%;}
.rudhira-page .heading-8{font-size: 32px; line-height: 38px; }   
  .rudhira-page .component-2 {    gap: 16px;  }
.rudhira-page .indri-logo{    height: auto  ;    width: auto;}
.rudhira-page .component-3{    gap: 16px;  left: 0;}
.rudhira-page .featured-projects{font-size: 24px; line-height: 28px; }
.rudhira-page .desktop-indri-dinner{width: 100%; height: auto; position: relative; display: none;}
.rudhira-page .bottle-png{width: 250px;
        height: auto;
        left: 0;
        top: 5%;
        right: 0;
        margin: 0 auto;
    }   

.rudhira-page .mob-indri-dinner{
    display: block;        width: 100%; height: auto; position: relative;
}
.rudhira-page .text-wrapper-3{font-size: 16px;        line-height: 28px;        display: block;margin-bottom: 15px;}
.rudhira-page .heading-3{             left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        top: 100px;
        margin-bottom: 100px;
        height: fit-content;}
        .rudhira-page .frame-4 .heading-3{ top: 70px;    margin-bottom: 60px;}
.rudhira-page .text-wrapper-4{font-size: 18px; line-height: 28px; }
.rudhira-page .text-wrapper-5{font-size: 18px; line-height: 28px; }
.rudhira-page .text-wrapper-6{font-size: 18px; line-height: 28px; }
.rudhira-page .div-wrapper{        position: relative;
        left: 20px;
        top: 120px;}
.rudhira-page .exclusively-curated{        position: relative;
        left: 0;
        top: 0;}
.rudhira-page .group-2{           position: relative;
        left: -62px;
        top: 50px;
        width: 100%;
        scale: 0.6;}
 
.rudhira-page .extremely-limited{        position: relative;
        left: 0;
        top: 0;}
.rudhira-page .launch-market{        position: relative;
        left: 0;
        top: 0;}
.rudhira-page .image{position: absolute;}
.rudhira-page .heading-9{font-size: 32px; line-height: 38px; }
.rudhira-page .heading-6{font-size: 20px; line-height: 28px; position: relative;
    width: 100%;
    height: auto;
    top: 0; }
.rudhira-page .heading-7{font-size: 16px; line-height: 24px; position: relative;
    width: 100%;
    height: auto;
    top: 0;}
 .forbx{        gap: 15px;
        width: 90%;
        left: 0;
        top: 110px;
        right: 0;
        margin: 0 auto;}
 .forbx .rectangle-1{width: 100%; padding: 12px;   height: auto;}
 .forbx .rectangle-1 .heading-1{font-size: 20px;margin-bottom: 10px;    line-height: 25px;}
 .rudhira-page .vector-2{width: 155px;
    height: 47px;
    margin-left: 0;
    top: -10px;
    position: relative;}

.rudhira-page .frame-5 { width: 100%;
        padding-bottom: 0;
        background: url(../../images/rudhira/whybgm.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        min-height: 820px;
        background-position: bottom; height: fit-content;}

.rudhira-page .stamp-image-for{position: relative;
        top: 0px;
        left: 0;
        width: 100%;
        scale: .9;
        background-position: center;
        display: flex;
        height: max-content;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding: 70px 30px 24px 60px;
        background: url(../../images/rudhira/stampm.png);
        background-size: 112% 106%;
        background-repeat: no-repeat;}
    .rudhira-page .rectangle-3{width: 100%;
        top: 0;
        height: fit-content;
        left: 0;
    }
    .rudhira-page .box4color{gap: 10px;}
    .rudhira-page .box4color .box1{width: 100%;    padding: 0;}
   .rudhira-page .frame-7{width: 106%;
        padding: 0;
        height: auto;}
.rudhira-page .rudhira-webpage{position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: fit-content;
    object-fit: cover; display: none;}
.productitem{position: absolute;
        left: 40px;
        gap: 10px;
        display: flex;
        flex-direction: column;
        scale: 1;
        top: 60px;
        width: 210px;}
        .rudhira-page .heading-22{font-size: 24px; line-height: 32px; width: 100%;}
.rudhira-page .heading-23{font-size: 16px; line-height: 24px; width: 100%;}
.rudhira-page .event-lineup-grid{        padding: 30px 20px;
         background: url(../../images/rudhira/eventbgm.png);
        background-size: 100% 100%;height: 300px;
        background-repeat: no-repeat; align-items: flex-start;
    justify-content: flex-start;}
    .rudhira-page .featured-projects-wrapper{width: 100%;}
    .rudhira-page .featured-projects-3{width: 100%;     line-height: 30px;   font-size: 26px;}
    .rudhira-page .text-wrapper-8{font-size: 26px;  display: block;   line-height: 30px;}
    .forbx .rectangle-1.exclusively-curated2{width: 100%; height: auto;padding: 10px;}
    .rudhira-webpage-mob{
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .rudhira-page .buttons-neutral-3 {padding: 15px 20px;height: 50px;}
    .rudhira-page .buttons-neutral-3 .text-4{font-size: 16px;}
    .forbx .rectangle-1 p{font-size: 16px; line-height: 24px; width: 100%; height: auto;white-space: normal;}
}

@media (max-width: 420px) {
  .rudhira-page .frame-3{padding: 150px 25px 40px;}
  .rudhira-page .p{font-size: 24px;        line-height: 26px; }
  .rudhira-page .text-wrapper-2{font-size: 22px;    line-height: 31px;}
  .rudhira-page .component-wrapper{height: 90px;}
  .rudhira-page .component-3{gap: 12px;    top: 5px; }
  .rudhira-page .featured-projects{font-size: 20px; line-height: 24px;letter-spacing: 0.00px;  }
  .rudhira-page .bottle-png{width: 220px; }
  .rudhira-page .group-2{left: -45px; }
  .rudhira-page .frame-6{padding: 0px;}
  .rudhira-page .stamp-image-for{padding:50px 15px 25px 40px; left: -5px;}
  .rudhira-page .rectangle-3{padding: 8px 15px;}
  .rudhira-page .box4color .paragraph{font-size: 14px; line-height: 20px; }
    .rudhira-page .buttons-neutral-3 {padding: 15px 15px;height: 50px;}
    .rudhira-page .buttons-neutral-3 .text-4{font-size: 14px;}
  
}
 
@media (max-width: 320px) {
  .rudhira-page .bottle-png{width: 195px; }
  .rudhira-page .heading-22{font-size: 16px; line-height: 20px; }
  .productitem{top: 30px; width: 180px;}
  .rudhira-page .greenwood-apartments-2{font-size: 14px; line-height: 14px; }
  .rudhira-page .heading-23{font-size: 14px; line-height: 20px; }
}