.main-content {
  background: linear-gradient(180deg, #16171c 0%, #000 78.51%);
}
.container {
  max-width: 1024px;
}
/* .join-btn {
  border-radius: 16px;
  font-size: clamp(1.125rem, 0.625rem + 1.389vw, 1.875rem);
  padding-inline: 12px;
  width: clamp(10rem, 6.333rem + 10.185vw, 15.5rem);
  height: clamp(3.438rem, 2.229rem + 3.356vw, 5.25rem);
} */

/* HERO SECTION STYLES HERE  ---------------------------------*/

.hero-section {
  padding: 64px 20px;
  padding-bottom: clamp(5.438rem, 4.563rem + 2.43vw, 6.75rem);
  background: url("/assets/front/2025/images/about-hero.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: clamp(21.25rem, 13.75rem + 20.833vw, 32.5rem);
}
.hero-section h4 {
  color: #fff;
  text-align: center;

  position: relative;
  margin-bottom: clamp(0.875rem, 0.708rem + 0.463vw, 1.125rem);
}
.hero-section h4 .star {
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateX(-100%);
  width: clamp(0.75rem, 0.25rem + 1.389vw, 1.5rem);
}

.hero-section .hero-title-wrapper {

  padding: clamp(0.25rem, 0.167rem + 0.231vw, 0.375rem);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.03) inset;
}
.hero-section h2 {
  /* min-height: 64.26px; */
  padding: clamp(0.75rem, 0.583rem + 0.463vw, 1rem)
    clamp(1.688rem, 1.438rem + 0.694vw, 2.063rem)
    clamp(0.75rem, 0.583rem + 0.463vw, 1rem)
    clamp(1.125rem, 0.5rem + 1.736vw, 2.063rem);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(
      70.71% 70.71% at 50% 50%,
      rgba(168, 127, 255, 0.04) 0%,
      rgba(168, 127, 255, 0) 100%
    ),
    rgba(4, 1, 21, 0.1);
  backdrop-filter: blur(17px);

  text-align: center;
  margin-bottom: 0px;
}

/* HERO SECTION STYLES END HERE --------------------------------- */

/* about-us-featured-content style start here  --------------------------------- */

.about-us-featured-content {
  padding-inline: clamp(1.25rem, -4.583rem + 16.204vw, 10rem);
}
.about-us-featured-content .featued-img {
  width: 100%;
  /* height: clamp(899.984px, 50%, 400px); */
  height: 100%;
  min-height: 400px;
  /* max-height: 899.984px; */
  object-fit: cover;
  object-position: center;
  border-radius: 32px;
  /* aspect-ratio: 1599.97/899.98; */
}
.about-us-featured-content .container .row {
  --bs-gutter-y: 80px;
}
.about-us-featured-content .description-wrapper {
  max-width: 1277px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, -4.583rem + 16.204vw, 10rem);
}
.about-us-featured-content .description-wrapper p {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.59);

  /* letter-spacing: -0.96px; */

  background: linear-gradient(
    143deg,
    #fff 18.17%,
    rgba(255, 255, 255, 0) 152.61%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin-bottom: clamp(0.875rem, 0.625rem + 0.694vw, 1.25rem);
}
.about-us-featured-content .description-wrapper .join-btn {
  margin-top: clamp(0.5rem, 0.417rem + 0.231vw, 0.625rem);
  display: inline-block;
}

/* MVV SECTION STYLES START HERE ---------------- MVV FOR MISSION VISION VALUES ----- */
.about-us-featured-content .our-mvv-section {
  max-width: 1024px;
  margin: auto;
}
.about-us-featured-content .our-mvv-section .row {
  --bs-gutter-x: clamp(0.938rem, 0.729rem + 0.579vw, 1.25rem) !important;
  --bs-gutter-y: clamp(0.938rem, 0.729rem + 0.579vw, 1.25rem) !important;
}

.about-us-featured-content .our-mvv-section .mvv-card {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  border: 2px solid #eed69a;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(1.75rem, 1.583rem + 0.463vw, 2rem)
    clamp(0.5rem, 0.417rem + 0.231vw, 0.625rem);
  gap: clamp(0.625rem, 0.458rem + 0.463vw, 0.875rem);
}
.about-us-featured-content .our-mvv-section .mvv-card .icon {
  height: clamp(3.75rem, 2.083rem + 4.63vw, 6.25rem);
}
.about-us-featured-content .our-mvv-section .mvv-card h3 {
  text-align: center;

  margin: 0px;
  background: var(
    --gradient,
    linear-gradient(115deg, #e4c77b 4.94%, #bf841a 95.11%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-us-featured-content .our-mvv-section .mvv-card p {
  color: #151412;
  text-align: center;

  margin: 0px;
}
.about-us-featured-content .our-mvv-section .mvv-card p.bold {
  font-weight: 700;
}

/* MVV SECTION STYLES END HERE -------------------- */

@media screen and (max-width: 991px) {
  .about-us-featured-content .container .row {
    --bs-gutter-y: 80px;
  }

  .about-us-featured-content .our-mvv-section .mvv-card {
    max-width: 303px;
    min-height: 370px;
    margin: auto;
  }
  .about-us-featured-content .our-mvv-section .row {
    --bs-gutter-y: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .about-us-featured-content .container .row {
    --bs-gutter-y: 48px;
  }

  .about-us-featured-content .our-mvv-section .row {
    --bs-gutter-y: 24px !important;
  }

  .about-us-featured-content .our-mvv-section .mvv-card {
    max-width: 289px;
    min-height: 327px;
    justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  /* .about-us-featured-content .description-wrapper .join-btn {
    width: 160px;
    height: 55px;
  } */

  .about-us-featured-content .container .row {
    --bs-gutter-y: 32px;
  }
}
/* about-us-featured-content style end here  ---------------------------------*/

/* WE ARE TOP SECTION STYLES START HERE ------------------------- */
.we-are-top-section {
  margin-top: clamp(3.75rem, 0rem + 10.417vw, 9.375rem);
}
.we-are-top-section .inner-wrapper {
  padding-inline: clamp(1.25rem, -4.583rem + 16.204vw, 10rem);
}

.we-are-top-section h1 {
  font-family: Raleway;

  font-size: clamp(2.5rem, 0.417rem + 5.787vw, 5.625rem);
  font-style: normal;
  font-weight: 700;
  line-height: 109.768%; /* 178.472px */
  margin-bottom: 0px;
  text-align: center;
  background: var(
    --gradient,
    linear-gradient(115deg, #e4c77b 4.94%, #bf841a 95.11%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.we-are-top-section .inner-card {
  border-radius: clamp(1.5rem, 0.5rem + 2.778vw, 3rem);
  border: clamp(0.25rem, 0.083rem + 0.463vw, 0.5rem) solid #eed69a;
  margin-top: clamp(2rem, 0.833rem + 3.241vw, 3.75rem);
  padding: clamp(2rem, 0rem + 5.556vw, 5rem)
    clamp(1.25rem, -0.458rem + 4.745vw, 3.813rem);
  display: flex;
  flex-direction: column;
  gap: clamp(2.125rem, 1.042rem + 3.009vw, 3.75rem);

  /* margin-inline: clamp(1.25rem, -4.583rem + 16.204vw, 10rem); */
  margin-inline: clamp(0.938rem, 0.729rem + 0.579vw, 1.25rem);
}

.we-are-top-section .inner-card h6 {
  color: #fff;
 
  margin-bottom: clamp(0.75rem, 0.583rem + 0.463vw, 1rem);
}
.we-are-top-section .inner-card h4 {
  color: #fff;


  padding: clamp(0.25rem, 0.083rem + 0.463vw, 0.5rem);
  background: var(
    --gradient,
    linear-gradient(115deg, #e4c77b 4.94%, #bf841a 95.11%)
  );
  display: inline-block;
  margin-bottom: clamp(0.75rem, 0.583rem + 0.463vw, 1rem);
}
.we-are-top-section .inner-card p {
  color: #fff;

  margin-top: clamp(0.5rem, 0.208rem + 0.81vw, 0.938rem);
  margin-bottom: clamp(0.938rem, 0.563rem + 1.042vw, 1.5rem);
}
.we-are-top-section .inner-card .fan-btn {
  color: var(--primary, #e2a200) !important;
  font-weight: 700;
  text-decoration: none;
  /* background: var(
    --gradient,
    linear-gradient(115deg, #e4c77b 4.94%, #bf841a 95.11%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */

}

.we-are-top-section .inner-card .featued-img {
  border-radius: clamp(1.5rem, 0.5rem + 2.778vw, 3rem);
  width: 100%;
  min-height: 240px;
  object-fit: cover;
  object-position: center;
}
.we-are-top-section .inner-card h2 {
  color: #fff;

}

.we-are-top-section .inner-card h2 .highlight {
  border-radius: clamp(0.25rem, -0.25rem + 1.389vw, 1rem);
  background: var(
    --gradient,
    linear-gradient(115deg, #e4c77b 4.94%, #bf841a 95.11%)
  );
  padding: clamp(0.25rem, 0.083rem + 0.463vw, 0.5rem);
  color: #fff;
}

.we-are-top-section .inner-card .what-does-card {
  padding: clamp(1.625rem, 0.375rem + 3.472vw, 3.5rem)
    clamp(1.25rem, 0.042rem + 3.356vw, 3.063rem);
  border-radius: clamp(1.5rem, 0.5rem + 2.778vw, 3rem);
  background: #fff;
}
.we-are-top-section .inner-card .what-does-card h2 {


  background: linear-gradient(115deg, #eed69a 4.94%, #bf841a 95.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.we-are-top-section .inner-card .what-does-card h3 {
  color: #272727;


  margin-bottom: 17px;
}
.we-are-top-section .inner-card .what-does-card p {
  color: #272727;

  margin-bottom: clamp(1.5rem, 1.167rem + 0.926vw, 2rem);
}
.we-are-top-section .inner-card .what-does-card .join-btn {

  width: clamp(9.063rem, 7.188rem + 5.208vw, 11.875rem);
  height: clamp(3.375rem, 2.958rem + 1.157vw, 4rem);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 576px) {
}
/* WE ARE TOP SECTION STYLES END HERE ------------------------- */

/* GALLERY SECTION START FROM HERE ------------------------------- */
.gallery-section {
  margin-top: clamp(3.75rem, 0rem + 10.417vw, 9.375rem);
  overflow: hidden;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(
    2,
    clamp(7.59rem, 0.983rem + 18.352vw, 17.5rem)
  ); /* 2 rows */
  column-gap: clamp(1rem, -0.208rem + 3.356vw, 2.813rem);
  row-gap: clamp(0.938rem, -0.104rem + 2.894vw, 2.5rem);
  overflow-x: auto;

  padding-inline: clamp(1rem, -0.208rem + 3.356vw, 2.813rem);
}
.gallery-item {
  width: 100%;
  height: 100%;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(0.5rem, -0.167rem + 1.852vw, 1.5rem);
}

.item-1 {
  grid-column: 1 / span 2;
  grid-row: 1;
  min-width: clamp(7.364rem, -1.563rem + 24.796vw, 20.753rem);
}

.item-2 {
  grid-column: 1 / span 2;
  grid-row: 2;
  min-width: clamp(7.364rem, -1.563rem + 24.796vw, 20.753rem);
}

.item-3 {
  grid-column: 3 / span 3;
  grid-row: 1 / span 2;
  min-width: clamp(10.967rem, -2.327rem + 36.928vw, 30.908rem);
}

.item-4 {
  grid-column: 6 / span 2;
  grid-row: 1;
  min-width: clamp(7.364rem, -1.563rem + 24.796vw, 20.753rem);
}

.item-5 {
  grid-column: 6 / span 2;
  grid-row: 2;
  min-width: clamp(7.364rem, -1.563rem + 24.796vw, 20.753rem);
}

.item-6 {
  grid-column: 8 / span 3;
  grid-row: 1;
  min-width: clamp(10.349rem, -2.197rem + 34.851vw, 29.169rem);
}

.item-7 {
  grid-column: 8 / span 3;
  grid-row: 2;
  min-width: clamp(10.349rem, -2.197rem + 34.851vw, 29.169rem);
}

.item-8 {
  grid-column: 11 / span 3;
  grid-row: 1 / span 2;
  min-width: clamp(10.967rem, -2.327rem + 36.928vw, 30.908rem);
}

/* GALLERY SECTION END FROM HERE ------------------------------- */

/* EVENT SECTION START FROM HERE --------------------- */

/* .event-section .container {
  max-width: 1529.447px;
} */
.event-section {
  margin-top: clamp(3.75rem, 0rem + 10.417vw, 9.375rem);
  padding-inline: clamp(1.25rem, -4.583rem + 16.204vw, 10rem);
}
.event-section .event-card {
  padding-inline: clamp(1.25rem, -4.583rem + 16.204vw, 10rem);

  height: 400px;
  position: relative;
  /* background: var(
    --gradient,
    linear-gradient(115deg, #e4c77b 4.94%, #bf841a 95.11%)
  ); */

  background: url("/assets/front/2025/images/event-party-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  overflow: hidden;
}
/* .event-section .event-card::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("/assets/front/2025/images/event-bg.png");
} */
.event-section .event-card .girl-1 {
  position: absolute;
  bottom: -189px;
  left: -154px;
  z-index: 2;
}
.event-section .event-card .girl-2 {
  position: absolute;
  bottom: -268px;
  right: 10px;
  z-index: 2;
}

.event-section .event-card .inner-content {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 829px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.event-section .event-card h2 {
  color: #fff;

  margin: 0px;
  text-align: center;
}
.event-section .event-card p {
  color: #fff;
  text-align: center;

  margin-top: 15px;
  max-width: 490px;
}
.event-section .event-card .join-btn {
  margin-top: 16px;
  /* border: 1px solid #fff; */
  background: var(
    --gradient,
    linear-gradient(115deg, #e4c77b 4.94%, #bf841a 95.11%)
  );

  width: clamp(9.063rem, 7.188rem + 5.208vw, 11.875rem);
  /* height: clamp(3.375rem, 2.958rem + 1.157vw, 4rem); */
  padding-inline: 14px;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .event-section .event-card {
    height: 50vw;
    min-height: 496.25px;
  }

  .event-section .event-card .inner-content {
    padding-inline: 10px;
  }
  .event-section .event-card .girl-1 {
    position: absolute;
    bottom: 0px;
    left: -59px;
    z-index: 2;
    width: 45%;
    min-width: 232.32px;
  }
  .event-section .event-card .girl-2 {
    position: absolute;
    bottom: 0px;
    right: -58px;
    z-index: 2;
    width: 45%;
    min-width: 250.94px;
  }
}
/* EVENT SECTION END FROM HERE --------------------- */

@media screen and (max-width: 576px) {
}
/* FOOTER SECTION END FROM HERE  ---------------------  */


@media (max-width: 499px) {

  .we-are-top-section .inner-card h2 .highlight{
    font-size: 12px !important;
  }
}
