/* ============================================
   HEADER SECTION
   ============================================ */

/* Header Base Styles */
header {
  padding: 30px 0 20px;
}

/* Navigation Menu */
.menu_wrap {
  text-align: center;
}

.menu_wrap > ul {
  width: max-content;
  margin: 0 auto;
  min-width: 125px;
  padding-top: 20px;
  border-top: 1px solid var(--c-000000);
}

.menu_wrap * {
  font-size: 20px;
}

/* Logo Styles */
.logo_wrap img {
  max-width: 286px;
}

/* Social Icons */
.sociel_icons {
  margin: 0 0 0 auto;
}

.sociel_icons ul {
  display: flex;
  column-gap: 30px;
}

/* ============================================
   BANNER SECTION
   ============================================ */

/* Banner Base Styles */
.main_banner_img,
.unreasonable_banner_img,
.slider_item_image,
.stories_banner_img,
.about_banner_img,
.contact_banner_img,
.financial_banner_img {
  position: relative;
}

/* Video Controls */
.play_btn_wrap svg, 
section[class] div.play_btn_wrap[class] img {
  border-radius: 50%;
  max-width: 65px;
  backdrop-filter: blur(10px);
}

.play_btn_wrap, 
.video_poster_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_poster_img, 
.video_poster_img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play_btn_wrap svg, 
.play_btn_wrap img {
  cursor: pointer;
}

/* ============================================
   UNREASONABLE BANNER
   ============================================ */

.unreasonable_banner_con {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 65%;
  margin: 0 auto;
  text-align: center;
}

.unreasonable_banner_con p {
  color: var(--c-FFFFFF);
  text-shadow: 0px 0px 3px rgba(247, 169, 221, 0.57);
  font-weight: 300;
  font-family: var(--fm-poppins);
  letter-spacing: var(--letter-1);
  font-size: var(--font-7);
  margin-bottom: 15px;
}

.unreasonable_banner_con h3 {
  font-size: var(--font-5);
  color: var(--c-FFFFFF);
  font-family: var(--fm-poppins);
  line-height: var(--line-1);
  letter-spacing: var(--letter-2);
  font-weight: 700;
  margin-bottom: var(--spacing);
}

/* ============================================
   SLIDER SECTION
   ============================================ */

/* Slider Content */
.slider_item_content {
  position: absolute;
  width: 100%;
  top: 0;
  right: 10%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  padding-bottom: var(--spacing);
}

.slider_description_con p {
  color: var(--c-F4FFFE);
  font-weight: 600;
  line-height: var(--line-3);
  font-size: var(--font-3);
  margin-bottom: 15px;
}

/* Celebrity Name Section */
.slider_celeb_name {
  text-align: right;
  margin: 0 0 0 auto;
  backdrop-filter: blur(2px);
}

.slider_celeb_name h4,
.slider_celeb_name p {
  font-weight: 700;
  font-size: var(--font-8);
  color: var(--c-F4FFFE);
}

div.slider_celeb_name p {
  font-weight: 400;
}

div.slider_celeb_name p span {
  display: block;
}

/* Celebrity Circle Images */
.celeb_circle_img img {
  max-width: 66px;
  margin: 0 auto 15px;
  aspect-ratio: 3/3;
}

.celeb_circle_img {
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}

.mukud_cirle_slider {
  margin-top: var(--spacing);
}

.circle_con p {
  color: var(--c-FFFFFF);
  line-height: var(--line-4);
  font-size: var(--font-10);
}

.mukud_cirle_slider .slick-list {
  overflow: unset;
  overflow-x: clip;
}

/* ============================================
   EVENT SECTION
   ============================================ */

/* Event Wrapper */
.event_wrap {
  background: url(../images/event.webp) no-repeat;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  padding: 10%;
}

.event_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 70px;
  text-align: center;
}

/* Event Heading */
.event_heading h2 {
  font-family: var(--fm-euclid-ultralight);
  font-weight: 200;
  font-size: var(--font-1);
  line-height: var(--line-3);
  letter-spacing: var(--letter-3);
  color: var(--c-FFFFFF);
}

.event_heading p {
  color: var(--c-FFFFFF);
  font-size: var(--font-4);
  line-height: var(--line-2);
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
}

/* Event Items */
.event_item {
  display: grid;
  grid-template-rows: auto 3fr auto;
}

.event_container {
  border-radius: 20px;
  background: rgba(194, 166, 253, 0.40);
  backdrop-filter: blur(21.5px);
  padding: 10%;
  height: 100%;
}

.event_container p:not(:last-child) {
  margin-bottom: 20px;
}

.event_container p {
  color: var(--c-FFFFFF);
  font-size: var(--font-11);
  font-weight: 400;
}

.event_container p:first-child, 
.event_heading p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.event_container p strong {
  font-size: var(--font-9);
}

/* Enquire Button */
.enquire_btn {
  margin-top: 30px;
}

.enquire_btn button {
  font-size: var(--font-11);
  padding: 15px 25px;
  display: block;
  width: 100%;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.29);
  backdrop-filter: blur(20px);
  border: none;
  color: var(--c-FFFFFF);
  cursor: pointer;
  font-family: var(--fm-poppins);
  font-weight: 600;
}

/* ============================================
   ABOUT SECTION
   ============================================ */

.about_content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 40%;
}

.about_heading {
  margin-bottom: 50px;
}

.about_heading h3 {
  font-size: var(--font-6);
  font-weight: 700;
  line-height: var(--line-3);
  letter-spacing: var(--letter-5);
  color: var(--c-FFFFFF);
  text-transform: uppercase;
}

.about_heading h1 {
  font-size: var(--font-2);
  font-family: var(--fm-euclid-ultralight);
  font-weight: 200;
  letter-spacing: var(--letter-4);
  line-height: var(--line-3);
  color: var(--c-FFFFFF);
  text-indent: -5px;
}

.about_txt p:not(:last-child) {
  margin-bottom: 30px;
}

.about_txt p {
  color: var(--c-FFFFFF);
  font-size: var(--font-9);
  font-weight: 300;
}

.about_txt p strong {
  font-weight: 700;
}

/* ============================================
   FEATURED SECTION
   ============================================ */

.feautured_wrap .section_heading h2 {
  color: var(--c-000000);
  text-align: center;
  font-size: var(--font-3);
  line-height: var(--line-4);
  font-family: var(--fm-euclid-ultralight);
  font-weight: 200;
  letter-spacing: 2.8px;
  margin-bottom: 40px;
}

.featured_img img {
  max-height: 80px;
  max-width: 80%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

/* ============================================
   CONTACT SECTION
   ============================================ */

.contact_banner_con {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
  text-align: center;
}

.contact_txt h2 {
  font-size: var(--font-12);
  font-family: var(--fm-euclid-ultralight);
  font-weight: 200;
  color: var(--c-FFFFFF);
  letter-spacing: 8px;
  line-height: var(--line-1);
  margin-bottom: 20px;
}

.contact_txt a {
  color: var(--c-FFFFFF);
  font-size: var(--font-11);
  line-height: 25px;
  letter-spacing: 1.12px;
  transition: 0.4s;
}

.contact_txt a:hover {
  text-shadow: 0px 0px 3px rgb(255 255 255 / 91%);
}

/* ============================================
   FINANCIAL SECTION
   ============================================ */

.financial_banner_con {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  max-width: 45%;
}

.financial_banner_con h2 {
  font-size: var(--font-15);
  color: var(--c-FFFFFF);
  line-height: var(--font-2);
  font-weight: 300;
}
.financial_banner_con h3 span {
  display: block;
}



/* ============================================
   POPUP SECTION
   ============================================ */

.popup-overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.popup-box {
  transform: scale(0.8);
  transition: transform 0.3s ease;
  padding: 40px;
  text-align: center;
  color: var(--c-FFFFFF);
  border-radius: 20px;
  background: rgba(194, 166, 253, 0.50);
  backdrop-filter: blur(2px);
  max-width: 450px;
  min-height: 325px;
  align-content: center;
  width: 100%;
  position: relative;
}

.close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 15px;
  cursor: pointer;
  background: none;
  border: none;
  max-width: 30px;
  filter: invert(1);
}

.popup-overlay.active .popup-box {
  transform: scale(1);
}

.popup-box h3 {
  font-size: var(--font-9);
  margin-bottom: 30px;
  font-weight: 700;
}

.popup-box a:not(:last-child) {
  margin-bottom: 20px;
}

.popup-box a {
  display: inline-block;
  width: 100%;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.39);
  backdrop-filter: blur(20px);
  color: var(--c-FFFFFF);
  padding: 15px 25px;
  font-size: var(--font-11);
  font-weight: 600;
}

/* ============================================
   ANIMATIONS & EFFECTS
   ============================================ */

/* Reveal Animation */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   DESKTOP SPECIFIC STYLES (min-width: 1100px)
   ============================================ */

@media screen and (min-width: 1100px) {
  .circle_slider_items:hover .celeb_circle_img {
    transform: translateY(-10px);
  }
  
  .financial_banner_img:after {
    content: "";
    background: rgb(0 0 0 / 10%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  
  .logo_wrap a {
    display: inline-block;
  }
  .financial_banner_con h3 {
  margin: 40px 0;
  font-size: var(--font-3);
  color: var(--c-FFFFFF);
  line-height: var(--line-3);
  font-weight: 600;
}
.financial_banner_con p {
  font-size: var(--font-7);
  font-weight: 300;
  color: var(--c-FFFFFF);
}
}

/* ============================================
   LARGE SCREEN ADJUSTMENTS (max-width: 1900px)
   ============================================ */

@media screen and (max-width: 1900px) {
  .event_item:first-child .event_heading h2 {
    text-indent: 20px;
  }
}

/* ============================================
   TABLET SPECIFIC STYLES (max-width: 1100px, min-width: 767px)
   ============================================ */

@media screen and (max-width: 1100px) and (min-width: 767px) {
  .financial_txt br {
    display: none;
  }
}

/* ============================================
   TABLET AND MOBILE STYLES (max-width: 1100px)
   ============================================ */

@media screen and (max-width: 1100px) {
  /* Base Container */
  .container {
    max-width: 100%;
    padding: 0 12px;
  }

  section {
    padding-bottom: 30px;
  }

  /* Navigation */
  .nav_list {
    display: block;
  }

  .nav_list > div:not(:first-child),
  .circle_con,
  .slider_celeb_name h4 br,
  .slider_celeb_name p br {
    display: none;
  }

  .logo_wrap img {
    margin: 0 auto;
  }

  /* Video Controls */
  section[class] div.play_btn_wrap[class] img {
    max-width: 40px;
  }

  /* Unreasonable Banner */
  .unreasonable_banner_con {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    background: var(--c-000000);
    max-width: 100%;
    padding: 40px 30px;
    border-radius: 20px;
    margin-top: -60px;
    bottom: 0;
  }

  .unreasonable_banner_con p {
    font-size: 18px;
    letter-spacing: -0.18px;
    margin-bottom: 30px;
  }

  .unreasonable_banner_con h3 {
    font-size: 25px;
    line-height: 36px;
    letter-spacing: -0.25px;
    margin-bottom: 50px;
  }

  /* Slider Content */
  .slider_item_content {
    position: static;
    max-width: 100%;
    border-radius: 20px;
    background: #EAEAEA;
    padding: 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
  }

  .slider_description_con p {
    font-size: 24px;
    line-height: 31px;
    color: var(--c-000000);
    font-weight: 600;
    margin-bottom: 0;
  }

  .slider_description {
    display: flex;
    flex-direction: column;
  }

  .slider_celeb_name,
  .mukud_cirle_slider {
    order: -1;
    text-align: left;
  }

  .celeb_circle_img img {
    margin-bottom: 0;
  }

  .mukud_cirle_slider {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    padding: 15px;
    margin-top: -48px;
  }

  .slider_content_slider {
    padding: 20px 32px 32px;
  }

  .slider_celeb_name h4,
  .slider_celeb_name p {
    font-size: 20px;
    color: var(--c-000000);
    line-height: 27px;
    letter-spacing: normal;
  }

  .slider_celeb_name {
    margin: 0 0 15px;
  }

  /* Event Section */
  .event_sec .event_grid {
    display: block;
    margin: 0;
  }

  .main_bnr_sec .play_btn_wrap {
    top: 60%;
    left: 50%;
    transform: translate(-55%, -60%);
  }

  .stories_sec .play_btn_wrap {
    top: 60%;
    left: 55%;
    transform: translate(-55%, -60%);
  }

  .play_btn_wrap svg {
    max-width: 40px;
  }

  .event_heading h2 {
    font-size: var(--font-2);
    line-height: 60px;
    letter-spacing: var(--letter-3);
    font-weight: 300;
  }

  .event_heading p {
    font-size: var(--font-4);
    line-height: var(--line-3);
    font-weight: 600;
  }

  .event_wrap {
    background: url(../images/event_mob.webp) no-repeat;
    padding: 65px 40px;
    background-size: cover;
    overflow: unset;
  }

  .event_wrap .slick-arrow {
    height: 49px;
    width: auto;
    z-index: 1;
    object-fit: contain;
  }

  .event_container {
    margin: 0 10px;
    padding: 20px;
  }

  .event_wrap .slick-dots {
    position: static;
    margin-top: 30px;
  }

  .event_wrap .slick-dots li {
    margin: 0;
  }

  .event_wrap .slick-dots li button:before {
    color: var(--c-FFFFFF);
    font-size: 12px;
    transition: 0.3s;
  }

  .event_wrap .slick-dots .slick-active button:before {
    color: var(--c-FFFFFF);
    font-size: 15px;
  }

  .event_wrap .slick-next {
    right: -52px;
  }

  .event_wrap .slick-prev {
    left: -52px;
  }

  /* About Section */
  .about_content {
    max-width: 100%;
    transform: unset;
    padding: 0 15px 55px;
    position: unset;
    background: url(../images/about_mob_bottom.webp) no-repeat;
    background-size: 100% 100%;
    background-position: top;
  }

  .about_txt p {
    font-size: 18px;
  }

  .about_heading h3 {
    font-size: var(--font-7);
    line-height: var(--line-1);
    letter-spacing: var(--letter-6);
  }

  .about_heading {
    margin-bottom: 35px;
  }

  .about_heading h1 {
    font-size: var(--font-2);
    line-height: var(--line-1);
    letter-spacing: var(--letter-4);
  }

  .about_txt p:not(:last-child) {
    margin-bottom: 25px;
  }

  /* Featured Section */
  .feautured_wrap .section_heading h2 {
    font-size: var(--font-3);
    line-height: var(--line-7);
    letter-spacing: var(--letter-5);
  }

  /* Contact Section */
  .contact_txt h2 {
    font-size: var(--font-12);
    line-height: var(--font-3);
    margin-bottom: 10px;
  }

  .contact_txt a {
    font-size: var(--font-13);
  }

  /* Financial Section */
  .financial_sec img {
    display: none;
  }

  div.financial_banner_con {
    position: static;
    transform: none;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    text-align: center;
    background: #EAEAEA;
  }

  div.financial_banner_con h2 {
    font-size: 35px;
    color: var(--c-000000);
    line-height: var(--font-2);
    font-weight: 300;
    line-height: 43px;
  }

  div.financial_banner_con h3 {
    margin: 20px 0;
    font-size: 25px;
    color: var(--c-000000);
    line-height: 36px;
    font-weight: 700;
  }

  div.financial_banner_con p {
    font-size: 18px;
    font-weight: 300;
    color: var(--c-000000);
  }
}

/* ============================================
   MEDIUM TABLET STYLES (max-width: 1100px, min-width: 850px)
   ============================================ */

@media screen and (max-width: 1100px) and (min-width: 850px) {
  .event_sec .event_grid {
    display: flex;
    overflow-x: auto;
    column-gap: 20px;
    scrollbar-width: none;
  }

  .event_item {
    min-width: calc(48% - 2px);
  }

  .event_container {
    margin: 0;
  }
}

/* ============================================
   SMALL TABLET STYLES (min-width: 600px, max-width: 1100px)
   ============================================ */

@media screen and (min-width: 600px) and (max-width: 1100px) {
  .celeb_circle_img img {
    max-width: 110px;
  }
}

/* ============================================
   SMALL MOBILE STYLES (max-width: 400px, min-width: 350px)
   ============================================ */

@media screen and (max-width: 400px) and (min-width: 350px) {
  .about_heading h1 {
    font-size: 50px;
  }

  .contact_txt h2 {
    line-height: normal;
  }

  div.financial_banner_con h3 {
    font-size: 22px;
  }
}

/* ============================================
   LARGE DESKTOP ADJUSTMENTS (max-width: 1280px, min-width: 1100px)
   ============================================ */

@media screen and (max-width: 1280px) and (min-width: 1100px) {
  div.about_content {
    left: 7%;
    max-width: 50%;
  }

  .financial_banner_con {
    left: 7%;
  }

  .event_wrap {
    padding: 10% 7%;
  }
}