@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');


@font-face {
  font-family: 'SpaceGrotesk_medium';
  src: url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Medium.eot?classic=true");
  src: url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Medium.eot?classic=true?#iefix") format("embedded-opentype"), url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Medium.woff2?classic=true") format("woff2"), url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Medium.woff?classic=true") format("woff"), url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Medium.ttf?classic=true") format("truetype"), url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Medium.svg?classic=true#SpaceGrotesk-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SpaceGrotesk_bold';
  src: url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Bold.eot?classic=true");
  src: url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Bold.eot?classic=true?#iefix") format("embedded-opentype"), url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Bold.woff2?classic=true") format("woff2"), url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Bold.woff?classic=true") format("woff"), url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Bold.ttf?classic=true") format("truetype"), url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Bold.svg?classic=true#SpaceGrotesk-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SpaceGrotesk_regular';
  src: url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Regular.eot?classic=true");
  src: url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Regular.eot?classic=true?#iefix") format("embedded-opentype"), url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Regular.woff2?classic=true") format("woff2"), url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Regular.woff?classic=true") format("woff"), url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Regular.ttf?classic=true") format("truetype"), url("https://www.moneycontrol.com/commonfiles/font/SpaceGrotesk-Regular.svg?classic=true#SpaceGrotesk-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: "Space Grotesk", sans-serif;
}

.navigation-bar {
  width: 100%;
  background-color: rgba(1, 6, 19, 0.9);
  position: fixed;
  transition: 1s;
  top: -100%;
  padding: 8px 0;
  z-index: 999;
}

.navigation-bar.showbar {
  transition: 1s;
  top: 0%;
}

.navigation-bar.hidebar {
  transition: 1s;
  top: -100%;
}

.navigation-bar .nav-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .navigation-bar .nav-wrapper {
    width: calc(100% - 20px);
  }
}

@media screen and (min-width: 1366px) {
  .navigation-bar .nav-wrapper {
    width: calc(100% - 90px);
  }
}

@media screen and (min-width: 1440px) {
  .navigation-bar .nav-wrapper {
    width: calc(100% - 280px);
  }
}

.navigation-bar .nav-wrapper .image-wrapper {
  max-width: 180px;
}

.navigation-bar .nav-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
}


.navigation-bar .nav-wrapper .nav-list {
  list-style-type: none;
}

.navigation-bar .nav-wrapper .nav-list li {
  display: inline-block;
}

.navigation-bar .nav-wrapper .nav-list li a {
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}

.navigation-bar .nav-wrapper .nav-list li:not(:last-child) {
  margin-right: 16px;
}

.navigation-bar .nav-wrapper .nav-list .passBtn {
  background-color: #F47F3D;
  padding: 10px;
}

.m-navigation-bar {
  display: none;
}

.banner-section {
  background-image: url("https://images.moneycontrol.com/images/ms/startupConclave/startup-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1042px;
  padding-top: 60px;
}

.banner-section .content-wrapper {
  width: calc(100% - 90px);
  margin-left: auto;
}

.banner-section .banner-wrapper {
  display: flex;
  flex-direction: column;
}

.banner-section .banner-wrapper .logo-wrapper {
  width: 400px;
  height: 100%;
  margin-bottom: 16px;
}

.banner-section .banner-wrapper .logo-wrapper img {
  width: 100%;
  height: 100%;
}

.banner-section .banner-wrapper .banner-headings {
  margin-bottom: 40px;
}

.banner-section .banner-wrapper .banner-headings ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  gap: 10px;
}

.banner-section .banner-wrapper .banner-headings ul li {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
  font-size: 68px;
  color: #FFFFFF;
}

.banner-section .banner-wrapper .banner-headings ul li:not(:last-child) {
  border-right: 2px solid #F47F3D;
  padding-right: 10px;
  letter-spacing: 1px;
}

.banner-section .banner-wrapper .banner-headings ul li:nth-child(2) {
  border-right: 2px solid #A1CF6D;
}

.banner-section .banner-wrapper .banner-headings .info-text {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.62px;
  color: #FFFFFF;
  font-size: 25px;
  line-height: 33px;
}

.banner-section .event-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.banner-section .event-container .event-schedule {
  display: flex;
  gap: 25px;
  padding: 10px 0;
  border: 1px solid #00000026;
}

.banner-section .event-container .event-schedule p {
  display: flex;
  align-items: center;
}

.banner-section .event-container .event-schedule p span {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 26px;
  margin-left: 13px;
}

.banner-section .event-container .pass-wrapper .pass-button {
  background-color: #F47F3D;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  font-size: 32px;
  padding: 18px 58px;
}

.banner-section .event-container .pass-wrapper .pass-button span {
  display: inline-block;
  width: 46px;
  height: 46px;

}

.banner-section .event-container .pass-wrapper .pass-button span img {
  width: 100%;
  height: 100%;
}

.banner-section .event-container .pass-wrapper .pass-details {
  margin-top: 10px;
}

.banner-section .event-container .pass-wrapper .pass-details .price {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.banner-section .event-container .pass-wrapper .pass-details .price span {
  text-decoration: line-through;
}

.banner-section .event-container .pass-wrapper .pass-details .curr-price {
  display: block;
  text-align: center;
  color: #F47F3D;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.banner-section .event-container .pass-wrapper .pass-details .offer {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
}


.banner-section .event-container .pass-wrapper .offer {
  font-size: 16px;
  line-height: normal;
  color: #000;
  text-align: left;
  margin-top: 5px;
}

.banner-section .event-container .pass-container {
  /* width: 100%; */
  justify-content: center;
  display: flex;
  gap: 10px;
  align-items: center;
}

.banner-section .event-container .pass-container .price-details .price span:nth-of-type(1) {
  text-decoration: line-through;
}

.banner-section .event-container .pass-container .price-details .price span {
  font-size: 32px;
  color: #000;
}

.banner-section .event-container .countdown {
  background: #010613;
  padding: 10px 15px;
}

.banner-section .event-container .countdown .clearfix {
  display: flex;
  align-items: center;
}

.banner-section .event-container .countdown .clearfix .show-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #909090;
  font-size: 12px;
  line-height: 14px;
  margin: 0 10px;
}

.banner-section .event-container .countdown .clearfix .show-time span {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
}

.banner-section .event-container .countdown .clearfix .semi-column {
  color: #fff;
  font-size: 30px;
  margin-top: -17px;
}

.banner-section .event-container {
  position: relative;
}

.banner-section .event-container .m-hero-carousel {
  display: none;
}

/* Carousel */
.banner-section .event-container .hero-carousel {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 35%;
  max-width: 520px;
  pointer-events: none;
}

@media screen and (min-width: 1280px) {
  .banner-section .event-container .hero-carousel {
    width: 25%;
  }
}

@media screen and (min-width: 1366px) {
  .banner-section .event-container .hero-carousel {
    width: 35%;
  }
}

.banner-section .event-container .hero-carousel .swiper-slide {
  color: white;
}

.banner-section .event-container .hero-carousel .image-wrapper {
  width: 410px;
  height: 408px;
}

.banner-section .event-container .hero-carousel .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-section .event-container .hero-carousel .description {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 28px;
  min-height: 88px;
}

.banner-section .event-container .hero-carousel .description .name {
  font-family: 'SpaceGrotesk_bold', sans-serif;
  line-height: 47px;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 400;
}

.banner-section .event-container .hero-carousel .description .position {
  font-family: 'SpaceGrotesk_regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
/*  max-width: 188px;*/
  display: inline-block;
}




.conclave-bg {
  background-color: #000;
  height: 222px;
  position: relative;
}

.conclave-bg .about-conclave {
  scroll-margin-top: 96px;
  position: absolute;
  top: -258px;
}

.conclave-bg .about-conclave .heading {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 62px;
  line-height: 76px;
  color: #ffffff;
  padding-left: 90px;
}

.conclave-bg .about-conclave .text {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  letter-spacing: 6.6px;
  padding-left: 90px;
}

.conclave-bg .about-conclave .conclave-info {
  display: flex;
  gap: 35px;
  margin-top: 30px;
}

.conclave-bg .about-conclave .conclave-info img {
  height: 261px;
}

.conclave-bg .about-conclave .conclave-info p {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  max-width: 754px;
  line-height: 30px;
}

.conclave-bg .about-conclave .conclave-info p span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-weight: 500;
}

.store-container {
  padding: 70px 0 50px 0;
}

.store-container .store-list {
  display: flex;
  align-items: center;
  gap: 75px;
  margin-bottom: 55px;
}

.store-container .store-list .heading {
  color: #010613;
  font-size: 62px;
  line-height: 70px;
}

.store-container .store-list ul {
  display: flex;
  gap: 55px;
}

.store-container .store-list ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.store-container .store-list ul li:not(:last-child) {
  border-right: 1px solid #000;
  padding-right: 55px;
}

.store-container .store-list ul li .count {
  color: #F47F3D;
  font-size: 78px;
  line-height: 40px;
}

.store-container .store-list ul li .count span {
  font-size: 30px;
  vertical-align: super;
  font-weight: 500;
}

.store-container .store-list ul li .count-text {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  margin-top: 20px;
  text-align: center;
}

.store-container .conclave-benefits .heading {
  font-size: 35px;
  line-height: 26px;
  color: #000;
}

.store-container .conclave-benefits .text {
  color: #F47F3D;
  font-size: 20px;
  line-height: 26px;
  width: fit-content;
  border-bottom: 1px solid #A1CF6D;
  margin-bottom: 19px;
}

.store-container .conclave-benefits ul li {
  display: flex;
  gap: 16px;
}

.store-container .conclave-benefits ul li:not(:last-child) {
  margin-bottom: 17px;
}

.store-container .conclave-benefits ul li img {
  height: 28px;
  width: 28px;
}

.store-container .conclave-benefits ul li p {
  color: #000;
  font-size: 20px;
  line-height: 26px;
}

.store-container .conclave-benefits .terms-conditions {
  border-top: 1px solid #000;
  margin-top: 30px;
  padding-top: 20px;
}

.store-container .conclave-benefits .terms-conditions .terms-text {
  font-size: 16px;
  color: #000;
  text-align: center;
}

.store-container .conclave-benefits .terms-conditions .terms-text a {
  text-decoration: none;
  color: #F47F3D;
}

.store-container {
  padding: 70px 0 50px 0;
}

.store-container .store-list {
  display: flex;
  align-items: center;
  gap: 75px;
  margin-bottom: 55px;
}

.store-container .store-list .heading {
  font-family: 'SpaceGrotesk_medium', sans-serif;
  font-weight: 500;
  color: #010613;
  font-size: 62px;
  line-height: 70px;
}

.store-container .store-list ul {
  display: flex;
  gap: 55px;
}

.store-container .store-list ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.store-container .store-list ul li:not(:last-child) {
  border-right: 1px solid #000;
  padding-right: 55px;
}

.store-container .store-list ul li .count {
  color: #F47F3D;
  font-size: 78px;
  line-height: 40px;
}

.store-container .store-list ul li .count span {
  font-size: 30px;
  vertical-align: super;
  font-weight: 500;
}

.store-container .store-list ul li .count-text {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  margin-top: 20px;
  text-align: center;
}

.store-container .conclave-benefits .heading {
  font-weight: 500;
  font-size: 35px;
  line-height: 44px;
  color: #000;
}

.store-container .conclave-benefits .text {
  color: #F47F3D;
  font-size: 20px;
  line-height: 26px;
  width: fit-content;
  padding-bottom: 8px;
  border-bottom: 3px solid #A1CF6D;
  margin-bottom: 19px;
}

.store-container .conclave-benefits ul li {
  display: flex;
  gap: 16px;
}

.store-container .conclave-benefits ul li:not(:last-child) {
  margin-bottom: 17px;
}

.store-container .conclave-benefits ul li img {
  height: 28px;
  width: 28px;
}

.store-container .conclave-benefits ul li p {
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
}

.store-container .conclave-benefits .terms-conditions {
  border-top: 1px solid #000;
  margin-top: 30px;
  padding-top: 20px;
}

.store-container .conclave-benefits .terms-conditions .terms-text {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.store-container .conclave-benefits .terms-conditions .terms-text span {
  color: #F47F3D;
}

.key-conversations {
  scroll-margin-top: 96px;
  background-color: #F47F3D;
  padding: 44px;
}

.key-conversations .title-text {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 62px;
  line-height: 76px;
  text-align: center;
}

.key-conversations .grid-container {
  display: grid;
  grid-auto-flow: row;
  margin-top: 24px;
  grid-template-areas: "a1 a2 a3" "a4 a2 a5";
  grid-row-gap: 50px;
}

.key-conversations .grid-container .grid-item {
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .key-conversations .grid-container .grid-item .item-number{
        text-align: left;
    } */

.key-conversations .grid-container .grid-item .item-number {
  color: rgba(0, 0, 0, 0.3);
  font-size: 28px;
  line-height: 28px;
  align-self: flex-start;
}

.key-conversations .grid-container .grid-item .image-wrapper {
  max-width: 308px;
  max-height: 230px;
  height: auto;
  border: 4px solid #fff;
  overflow: hidden;
}

.key-conversations .grid-container .grid-item .image-wrapper img {
  width: 100%;
  height: 100%;
}

.key-conversations .grid-container .grid-item .convo-description {
  text-align: center;
  margin-top: 16px;
  max-width: 355px;
}

.key-conversations .grid-container .grid-item .convo-description span {
  font-family: "SpaceGrotesk_bold", sans-serif;
  color: #000000;
  font-size: 28px;
}

.key-conversations .grid-container .grid-item .convo-description p {
  max-width: 325px;
  font-family: 'SpaceGrotesk_medium';
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}

.key-conversations .grid-container .a1 {
  grid-area: a1;
}

.key-conversations .grid-container .a2 {
  grid-area: a2;
  margin-top: 40%;
}

.key-conversations .grid-container .a3 {
  grid-area: a3;
}

.key-conversations .grid-container .a4 {
  grid-area: a4;
}

.key-conversations .grid-container .a5 {
  grid-area: a5;
}

.highlighter-section {

  background-color: #0000000D;
  padding: 60px 0 0 0;
}

.highlighter-section .speakers {
  scroll-margin-top: 158px;
}

.highlighter-section .speakers .title-text {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 62px;
  line-height: 76px;
  color: #000000;
  text-align: center;
}

.highlighter-section .speakers .title-text span {
  font-family: "SpaceGrotesk_regular", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 6.6px;
  display: block;
}

.highlighter-section .speakers .speakers-carousel {
  background-color: #010613;
  max-width: 95%;
  margin-left: auto;
  margin-top: 32px;
}

.highlighter-section .speakers .speakers-carousel .swiper-wrapper {
  margin: 78px 0;
  margin-left: 74px;
}

.highlighter-section .speakers .speakers-carousel .swiper-wrapper .swiper-slide {
  width: auto !important;
}

.highlighter-section .speakers .speakers-carousel .speaker-card {
  max-width: 228px;
  overflow: hidden;
}

.highlighter-section .speakers .speakers-carousel .speaker-card .image-wrapper {
  width: 228px;
  height: 228px;
}

.highlighter-section .speakers .speakers-carousel .speaker-card .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.highlighter-section .speakers .speakers-carousel .speaker-card .speaker-details {
  background-color: #FFFFFF80;
  padding: 12px 20px;
  border-left: 1px solid #FFFFFF40;
  border-right: 1px solid #FFFFFF40;
  min-height: 100px;
}

.highlighter-section .swiper-wrapper .swiper-slide:nth-child(even) .speaker-details {
  background-color: #A5A5A580;
}

/* .highlighter-section .speakers .speakers-carousel .speaker-card .speaker-details{
            background-color: red;
          }
           */


.highlighter-section .speakers .speakers-carousel .speaker-card .speaker-details p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  font-family: "SpaceGrotesk_bold", sans-serif;
}

.highlighter-section .speakers .speakers-carousel .speaker-card .speaker-details span {
  font-family: "SpaceGrotesk_regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin-top: 5px;
  color: #fff;
}

.highlighter-section .speakers .speakers-carousel .swiper-button-prev-cst,
.highlighter-section .speakers .speakers-carousel .swiper-button-next-cst {
  position: absolute;
  top: 40%;
  z-index: 20;
  background-color: #3C3C3C;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.highlighter-section .speakers .speakers-carousel .swiper-button-prev-cst {
  left: 36px;
}

.highlighter-section .speakers .speakers-carousel .swiper-button-next-cst {
  right: 140px;
}

.highlighter-section .agenda {
  margin-top: 64px;
}

.highlighter-section .agenda .title-text {
  font-family: "SpaceGrotesk_medium", sans-serif;
  font-weight: 500;
  font-size: 62px;
  line-height: 76px;
  text-align: center;
  color: #000000;
}

.highlighter-section .agenda .agenda-list-wrapper {
  background-color: #fff;
  width: 80%;
  padding: 40px 0;
  margin-top: 18px;
  /* width */
  /* Track */
  /* Handle */
}

.highlighter-section .agenda .agenda-list-wrapper ::-webkit-scrollbar {
  width: 5px;
}

.highlighter-section .agenda .agenda-list-wrapper ::-webkit-scrollbar-track {
  background: #E6E6E6;
}

.highlighter-section .agenda .agenda-list-wrapper ::-webkit-scrollbar-thumb {
  background: #F47F3D;
}

.highlighter-section .agenda .agenda-list-wrapper .table-wrapper {
  margin-top: 18px;
  min-height: 200px;
  max-height: 400px;
  width: 98%;
  background-color: #fff;
  overflow: auto;
}

.highlighter-section .agenda .agenda-list-wrapper .agenda-list {
  border-collapse: collapse;
  width: 90%;
  margin-left: auto;
  margin-right: 20px;
  overflow: hidden;
}

.highlighter-section .agenda .agenda-list-wrapper .agenda-list .agenda-info {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}

.highlighter-section .agenda .agenda-list-wrapper .agenda-list .agenda-info .person-name {
    font-family: "Space Grotesk", sans-serif;
  display: inline;
  color: #F47F3D;
  font-weight: 700;
}

.highlighter-section .agenda .agenda-list-wrapper .agenda-list tr td:first-child{
    color: #000000;
    font-size: 28px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
}


.highlighter-section .agenda .agenda-list-wrapper .agenda-list .title-element {
    font-family: "Space Grotesk", sans-serif;
    line-height: normal;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}


.highlighter-section .agenda .agenda-list-wrapper .agenda-list .subtitle-text {
    margin-bottom: 21px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
    color: #000000;
}

.highlighter-section .agenda .agenda-list-wrapper .agenda-list .descriptionText{
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
}



.highlighter-section .agenda .agenda-list-wrapper .agenda-list tr:not(:last-child) {
  border-bottom: 2px solid #A1CF6D;
}

.highlighter-section .agenda .agenda-list-wrapper .agenda-list td {
  padding: 20px 0;
  font-size: 28px;
  line-height: 33px;
}

.highlighter-section .agenda .agenda-list-wrapper .agenda-list td:first-child {
  width: 20%;
  text-align: center;
  vertical-align: top;
  display: block;
}

.highlighter-section .agenda .agenda-list-wrapper .agenda-list span {
  display: block;
}

.highlighter-section .startupBanner{
  width: 728px;
  margin: 0 auto;
  margin-top: 30px;
}

.highlighter-section .startupBanner a{
  color: #000;
}

.highlighter-section .startupBanner span{
  font-size: 12px;
  display: inline-block;
  background-color: #A5A5A580;
  margin-bottom: 5px;
  padding: 2px;
}

.highlighter-section .startupBanner .imageWrapper{
  width: 728px;
  height: 90px;
}


.highlighter-section .startupBanner .imageWrapper .desktop{
  width: 100%;
  height: 100%;
}

.highlighter-section .startupBanner .imageWrapper .mobile{
  display: none;
}



@media screen and (max-width: 767px){
  .highlighter-section .startupBanner{
    width: 320px;
    margin-top: 10px;
  }
  
  .highlighter-section .startupBanner span{
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    background-color: #A5A5A580;
    margin-bottom: 5px;
    padding: 2px;
  }
  
  .highlighter-section .startupBanner .imageWrapper{
    width: 320px;
    height: 50px;
  }
  .highlighter-section .startupBanner .imageWrapper img{
    width: 100%;
    height: 100%;
  }
  .highlighter-section .startupBanner .imageWrapper .desktop{
    display: none;
  }
  
  .highlighter-section .startupBanner .imageWrapper .mobile{
    display: block;
    width: 100%;
    height: 100%;
  }
  
}



.highlighter-section .spotlight {
  scroll-margin-top: 96px;
  margin-top: 65px;
  position: relative;
}

.highlighter-section .spotlight .title-text {
  font-family: "Space Grotesk", sans-serif;
  color: #010101;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  font-size: 62px;
  line-height: 76px;
  letter-spacing: -1.15px;
}

.highlighter-section .spotlight .title-text span {
  font-family: "SpaceGrotesk_regular";
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 6.6px;
  display: block;
}

.highlighter-section .spotlight .spotlight-carousel {
  width: 95%;
  margin: 0 auto;
}

.highlighter-section .spotlight .spotlight-carousel .swiper-slide {
  margin: auto 0;
}

.highlighter-section .spotlight .spotlight-carousel .swiper-slide.swiper-slide-active .spotlight-card {
  /* min-height: 260px; */
  min-height: 305px;
  /* max-width: 512px; */
  max-width: 556px;
  width: 100%;
}

.highlighter-section .spotlight .spotlight-carousel .swiper-slide.swiper-slide-active .play-btn {
  width: 70px;
}

.highlighter-section .spotlight .spotlight-carousel .swiper-slide.swiper-slide-active .play-btn .play-icon {
  border-width: 0 15px 23px 15px;
}

.highlighter-section .spotlight .spotlight-carousel .spotlight-slider {

  padding: 100px 0;
  padding-top: 40px;
}

.highlighter-section .spotlight .spotlight-carousel .spotlight-card {
  width: 212px;
  height: 120px;
  text-align: center;
  margin: 0 auto;
  border: 10px solid #FFFFFF;
  position: relative;
}

.highlighter-section .spotlight .spotlight-carousel .spotlight-card .image-wrapper {
  width: 100%;
  height: 100%;
}

.highlighter-section .spotlight .spotlight-carousel .spotlight-card .image-wrapper img {
  width: 100%;
  height: 100%;
}

.highlighter-section .spotlight .spotlight-carousel .spotlight-card .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.85);
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
}

.highlighter-section .spotlight .spotlight-carousel .spotlight-card .play-btn .play-icon {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 18px 9px;
  border-color: transparent transparent #F47F3D transparent;
}

.highlighter-section .spotlight .spotlight-carousel .spotlight-card .card-description {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  font-size: 18px;
  line-height: 21.6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.highlighter-section .spotlight .spotlight-carousel .spotlight-card .card-description p {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
  text-align: center;
}

.highlighter-section .spotlight .spotlight-carousel .swiper-button-prev-cst-2,
.highlighter-section .spotlight .spotlight-carousel .swiper-button-next-cst-2 {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  background-color: #3C3C3C;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 20;
}

.highlighter-section .spotlight .spotlight-carousel .swiper-button-prev-cst-2 {
  left: 4%;
}

.highlighter-section .spotlight .spotlight-carousel .swiper-button-next-cst-2 {
  right: 4%;
}

.highlighter-section .spotlight .plain-background {
  position: absolute;
  bottom: calc(0% - 6px);
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 198px;
}

.highlighter-section .spotlight .modal .modal-dialog {
  width: 60%;
}

.highlighter-section .spotlight .modal .modal-content {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.highlighter-section .spotlight .modal .modal-body {
  padding: 0;
  height: 100%;
  border: 0;
}

.highlighter-section .spotlight .modal .modal-body iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.highlighter-section .m-spotlight {
  display: none;
}

.photo-gallery {
  background-color: #A1CF6D;
  margin-top: 18px;
  padding: 40px 0;
  padding-bottom: 80px;
}

.photo-gallery .title-text {
  font-family: "Space Grotesk", sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 62px;
  line-height: 76px;
  text-align: center;
}

.photo-gallery .title-text span {
  display: block;
  font-family: "SpaceGrotesk_regular", sans-serif;
  font-weight: 400;
  letter-spacing: 6.6px;
  font-size: 22px;
  line-height: 22px;
}

.photo-gallery .gallery-carousel {
  margin-top: 42px;
}

.photo-gallery .gallery-carousel .navigation-wrapper {
  position: relative;
  height: 400px;
  width: 95%;
  margin: 0 auto;
}

.photo-gallery .gallery-carousel .navigation-wrapper .swiper {
  background-color: #fff;
  height: 100%;
  width: 100%;
  max-width: 1156px;
  padding: 32px 28px;
  border-radius: 8px;
}

.photo-gallery .gallery-carousel .navigation-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  min-width: 268px;
}

.photo-gallery .gallery-carousel .navigation-wrapper .swiper-slide .image-wrapper {
  width: 100%;
  height: 100%;
}

.photo-gallery .gallery-carousel .navigation-wrapper .swiper-slide .image-wrapper img {
  width: 100%;
  height: 100%;
}

.photo-gallery .gallery-carousel .navigation-wrapper .swiper-button-prev-cst-3,
.photo-gallery .gallery-carousel .navigation-wrapper .swiper-button-next-cst-3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3C3C3C;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 20;
}

.photo-gallery .gallery-carousel .navigation-wrapper .swiper-button-prev-cst-3 {
  left: 4%;
}

.photo-gallery .gallery-carousel .navigation-wrapper .swiper-button-next-cst-3 {
  right: 4%;
}

.photo-gallery .m-gallery-carousel {
  display: none;
}

.articles {
  scroll-margin-top: 40px;
  padding-top: 42px;
}

.articles .title-text {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 62px;
  color: #000000;
  line-height: 76px;
  text-align: center;
}

.articles .title-text span {
  display: block;
  font-family: "SpaceGrotesk_regular", sans-serif;
  font-weight: 400;
  letter-spacing: 6.6px;
  font-size: 22px;
  line-height: 22px;
}

.articles .m-articleCarousel {
  display: none;
}

.articles .carousel-wrapper {
  margin-top: 20px;
  background-color: black;
  width: 95%;
  color: white;
}

.articles .carousel-wrapper .articleCarousel {
  width: 85%;
  margin: unset;
  margin-left: auto;
  margin-right: 30px;
}

.articles .carousel-wrapper .articleCarousel .swiper-slide.swiper-slide-active .article-card {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.articles .carousel-wrapper .articleCarousel .swiper-button-prev-cst-4,
.articles .carousel-wrapper .articleCarousel .swiper-button-next-cst-4 {
  position: absolute;
  top: 28%;
  z-index: 20;
  background-color: #3C3C3C;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.articles .carousel-wrapper .articleCarousel .swiper-button-prev-cst-4 {
  left: 0px;
}

.articles .carousel-wrapper .articleCarousel .swiper-button-next-cst-4 {
  right: 0px;
}

.articles .carousel-wrapper .article-card {
  padding: 60px 20px;
  text-align: center;
}

.articles .carousel-wrapper .article-card .image-wrapper {
  width: 80%;
  height: 136px;
  margin: 0 auto;
  max-width: 240px;
}

.articles .carousel-wrapper .article-card .image-wrapper img {
  width: 100%;
  height: 100%;
}

.articles .carousel-wrapper .article-card .article-card_description {
  margin-top: 20px;
}

.articles .carousel-wrapper .article-card .article-card_description .description {
  font-family: 'SpaceGrotesk_regular', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.8);
}

.articles .carousel-wrapper .article-card .article-card_description .link-item {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 6px;
  color: #F47F3D;
}

.partners {
  padding: 65px 0;
  scroll-margin-top: 50px;
}

.partners .title-text {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 62px;
  color: #000000;
  text-align: center;
}

.partners .m-partnersCarousel {
  display: none;
}

.partners .carousel-wrapper {
  width: 95%;
  max-width: 1460px;
  margin: 0 auto;
  margin-top: 28px;
}

.partners .carousel-wrapper .partnersCarousel{
  min-height: 180px;
}


.partners .carousel-wrapper .partnersCarousel .partner-card span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #6C6C6C;
  display: block;
  height: unset;
}

.partners .carousel-wrapper .partnersCarousel .partner-card{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.partners .carousel-wrapper .partnersCarousel .partner-card .image-wrapper {
  margin-top: 10px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
}

.partnersCarousel .swiper-pagination-bullet-active{
  background-color: rgba(0,0,0,0.72);
}


@media screen and (max-width: 767px){
  .partners .carousel-wrapper .partnersCarousel .partner-card .image-wrapper{
    width: 140px;
  }
  .partners .carousel-wrapper .partnersCarousel .partner-card span{
    height: 48px;
  }
}


.partners .carousel-wrapper .partnersCarousel .partner-card .image-wrapper img{
  width: 100%;
  object-fit: cover;
}



.partners .carousel-wrapper .partnersCarousel .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners .carousel-wrapper .partnersCarousel .swiper-button-prev-cst-5,
.partners .carousel-wrapper .partnersCarousel .swiper-button-next-cst-5 {
  position: absolute;
  top: 50%;
  z-index: 20;
  background-color: #3C3C3C;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.partners .carousel-wrapper .partnersCarousel .swiper-button-prev-cst-5 {
  left: 0px;
}

.partners .carousel-wrapper .partnersCarousel .swiper-button-next-cst-5 {
  right: 0px;
}

#IDFaqs {
  scroll-margin-top: 100px;
}

.faq-accordions {
  padding-top: 12px;
}

.faq-accordions .faq-heading {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 62px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 28px;
}

.faq-accordions .accordion-item {
  border-bottom: 1px dashed #F47F3D;
}

.faq-accordions .accordion-item .accordion-header {
  position: relative;
  display: flex;
  align-items: center;
}

.faq-accordions .accordion-item .accordion-header .accordion-button {
  font-family: "Space Grotesk", sans-serif;
  width: 100%;
  padding: 20px 20px 20px 20px;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  font-size: 23px;
  line-height: 30px;
  font-weight: 600;
}

.faq-accordions .accordion-item .accordion-header .accordion-button:focus {
  background: transparent;
  outline: none;
}

.faq-accordions .accordion-item .accordion-header img {
  position: absolute;
  right: 0;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.faq-accordions .accordion-item .accordion-header.active img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(8%) saturate(2192%) hue-rotate(39deg) brightness(92%) contrast(84%);
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.faq-accordions .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  border-left: 4px solid #A1CF6D;
  margin-left: 30px;
}

.faq-accordions .accordion-item .accordion-content p {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  margin: 0;
  padding-left: 15px;
  background: white;
  font-size: 20px;
  line-height: 26px;
}

.footer-container {
  margin-top: 100px;
}

.footer-container .contact-bg {
  background-color: #EEEEEE;
}

.footer-container .contact-bg .contact-container {
  padding: 50px 0 60px;
  display: flex;
  justify-content: space-between;
}

.footer-container .contact-bg .contact-container .contact-us {
  display: flex;
  gap: 22px;
}

.footer-container .contact-bg .contact-container .contact-us .heading {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #000;
  white-space: nowrap;
}

.footer-container .contact-bg .contact-container .contact-us .mail p {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
  color: #000;
  white-space: nowrap;
}

.footer-container .contact-bg .contact-container .contact-us .mail a {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  color: #F47F3D;
  font-size: 28px;
  line-height: 40px;
}

.footer-container .contact-bg .contact-container .follow-us {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: 20px;
}

.footer-container .contact-bg .contact-container .follow-us .heading {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #000;
  white-space: nowrap;
}

.footer-container .contact-bg .contact-container .follow-us .link-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer-container .copyright-bg {
  background-color: #191919;
}

.footer-container .copyright-bg .copyright-container {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.footer-container .copyright-bg .copyright-container .copyright-text {
  color: #ffffff;
  opacity: 0.8;
  font-size: 13px;
  line-height: 15px;
}

.footer-container .copyright-bg .copyright-container ul {
  display: flex;
  gap: 8px;
}

.footer-container .copyright-bg .copyright-container ul li {
  color: #ffffff;
  opacity: 0.8;
  font-size: 13px;
  line-height: 15px;
}

.footer-container .copyright-bg .copyright-container ul li:not(:last-child) {
  border-right: 1px solid #ffffff80;
  padding-right: 8px;
}

.thanku-section {
  background-image: url("https://images.moneycontrol.com/images/ms/startupConclave/startup-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  padding: 93px 0;
}

.thanku-section .banner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thanku-section .banner-wrapper .logo-wrapper {
  width: 245px;
  height: 100px;
}

.thanku-section .banner-wrapper .logo-wrapper img {
  width: 100%;
  height: 100%;
}

.thanku-section .thanku-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 794px;
}

.thanku-section .thanku-container .heading {
  color: #F47F3D;
  font-size: 30px;
  line-height: 26px;
  margin-bottom: 22px;
  margin-top: 30px;
}

.thanku-section .thanku-container .reg-confirm {
  color: #fff;
  margin-bottom: 30px;
}

.thanku-section .thanku-container .reg-confirm p {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 20px;
}

.thanku-section .thanku-container .btn-secondary {
  background-color: #F47F3D;
  padding: 14px 38px;
  color: #fff;
  border: none;
  font-size: 25px;
  line-height: 42px;
  cursor: pointer;
}

.layoutwrapper {
  max-width: calc(100% - 180px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .layoutwrapper {
    max-width: 100%;
  }
}

.arrow {
  border: solid #F47F3D;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  cursor: pointer;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 5px;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: 5px;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    display: none;
  }

  .m-navigation-bar {
    display: block;
    background-color: rgba(1, 6, 19, 0.9);
    position: fixed;
    transition: 1s;
    top: -100%;
    width: 100%;
    padding: 12px 15px;
    z-index: 999;
  }

  .m-navigation-bar.showbar {
    top: 0%;
  }

  .m-navigation-bar.hidebar {
    top: -100%;
  }

  .m-navigation-bar .navigation {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .m-navigation-bar .nav-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .m-navigation-bar .image-wrapper {
    align-self: flex-end;
    max-width: 100px;
  }

  .m-navigation-bar .image-wrapper img {
    width: 100%;
    height: 100%;
  }

  .m-navigation-bar .navigation_checkbox {
    display: none;
  }

  .m-navigation-bar .navigation .navigation_button {
    display: inline-block;
    height: 40px;
  }

  .m-navigation-bar .navigation .nav-list-wrapper {
    position: absolute;
    left: -100%;
    overflow: hidden;
    transition: all .2s;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    top: 0;
    padding: 20px 25px;
  }

  .m-navigation-bar .navigation .nav-list-wrapper .nav-list {
    padding-top: 20px;
  }

  .m-navigation-bar .navigation .nav-list-wrapper .nav-list li {
    margin-bottom: 6px;
  }

  .m-navigation-bar .navigation .nav-list-wrapper .nav-list li:not(:last-child) {
    border-bottom: 1px dotted #000;
  }

  .m-navigation-bar .navigation .nav-list-wrapper .nav-list a {
    font-family: "Space Grotesk", sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0;
    display: block;
    text-transform: capitalize;
  }

  .m-navigation-bar .navigation .nav-list-wrapper .close-nav {
    float: right;
  }

  .m-navigation-bar .navigation .navigation_checkbox:checked~.nav-list-wrapper {
    height: 100vh;
    left: 0px;
  }

  .m-navigation-bar .navigation .pass-btn {
    background-color: #F47F3D;
    padding: 10px;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    display: block;
  }

  .key-conversations {
    padding: 40px 12px;
  }

  .key-conversations .title-text {
    font-family: "Space Grotesk", sans-serif;
    font-size: 46px;
    line-height: 45px;
    text-align: left;
  }

  .key-conversations .grid-container {
    grid-auto-flow: column;
    grid-template-areas: "a1" "a2" "a3" "a4" "a5";
    grid-row-gap: 20px;
  }

  .key-conversations .grid-container .grid-item .image-wrapper {
    max-width: calc(100% - 20px);
  }

  .key-conversations .grid-container .a2 {
    margin-top: 0%;
  }

  .highlighter-section {
    padding: 40px 12px;
  }

  .highlighter-section .speakers .title-text {
    font-size: 46px;
    line-height: 48px;
    color: #000000;
    text-align: left;
  }

  .highlighter-section .speakers .title-text span {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 5.4px;
    margin-top: 10px;
  }

  .highlighter-section .speakers .speakers-carousel {
    max-width: 100vw;
    margin-right: -12px;
    margin-left: -12px;
    margin-top: 24px;
  }

  .highlighter-section .speakers .speakers-carousel .swiper-wrapper {
    margin: 42px 0;
    margin-left: 42px;
  }

  .highlighter-section .speakers .speakers-carousel .speaker-card {
    max-width: 175px;
  }

  .highlighter-section .speakers .speakers-carousel .speaker-card .image-wrapper {
    width: 175px;
    height: 175px;
  }

  .highlighter-section .speakers .speakers-carousel .speaker-card .speaker-details {
    min-height: 90px;
  }

  .highlighter-section .speakers .speakers-carousel .swiper-button-prev-cst,
  .highlighter-section .speakers .speakers-carousel .swiper-button-next-cst {
    display: none;
  }

  .highlighter-section .speakers .speakers-carousel .speaker-card .speaker-details p {
    font-size: 16px;
    line-height: 18px;
  }

  .highlighter-section .speakers .speakers-carousel .speaker-card .speaker-details span {
    font-size: 11px;
    line-height: 14px;
  }

  .highlighter-section .speakers .speakers-carousel .swiper-button-prev-cst {
    left: 10px;
  }

  .highlighter-section .speakers .speakers-carousel .swiper-button-next-cst {
    right: 10px;
  }

  .highlighter-section .agenda .title-text {
    font-family: 'SpaceGrotesk_medium', sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 46px;
    line-height: 46px;
    letter-spacing: -1.15px;
  }

  .highlighter-section .agenda .agenda-list-wrapper {
    width: 100vw;
    margin-left: -12px;
    padding: 10px 0;
  }

  .highlighter-section .agenda .agenda-list-wrapper .agenda-list td {
    font-size: 20px;
    line-height: 20px;
  }

  .highlighter-section .agenda .agenda-list-wrapper .agenda-list td:first-child {
    width: auto;
    vertical-align: top;
    white-space: nowrap;
  }

  .highlighter-section .agenda .agenda-list-wrapper .agenda-list td:not(:first-child) {
    padding-left: 5px;
  }

  .highlighter-section .agenda .agenda-list-wrapper .agenda-list .title-element {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
}

.highlighter-section .agenda .agenda-list-wrapper .agenda-list .subtitle-text {
  font-size: 16px;
  line-height: 20px;
}

.highlighter-section .agenda .agenda-list-wrapper .agenda-list .descriptionText{
  font-size: 14px;
  line-height: 18px;
}


  .highlighter-section .spotlight {
    display: none;
  }

  .highlighter-section .m-spotlight {
    scroll-margin-top: 30px;
    display: block;
    padding: 28px 0;
  }

  .highlighter-section .m-spotlight .title-text {
    font-family: "Space Grotesk", sans-serif;
    font-size: 46px;
    line-height: 46px;
    color: #000000;
  }

  .highlighter-section .m-spotlight .title-text span {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-family: "SpaceGrotesk_regular", sans-serif;
    font-weight: 400;
    letter-spacing: 5.4px;
    margin-top: 5px;
  }

  .highlighter-section .m-spotlight .cards-list {
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto;
    padding-bottom: 20px;
  } 

  .highlighter-section .m-spotlight .spotlight-card {
    width: 248px;
    background-color: #fff;
    padding: 16px;
    flex-shrink: 0;
    margin-right: 22px;
  }

  .highlighter-section .m-spotlight .spotlight-card .image-wrapper {
    position: relative;
  }

  .highlighter-section .m-spotlight .spotlight-card .image-wrapper img {
    width: 100%;
    height: 100%;
  }

  .highlighter-section .m-spotlight .spotlight-card .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.85);
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
  }

  .highlighter-section .m-spotlight .spotlight-card .play-btn .play-icon {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 9px 18px 9px;
    border-color: transparent transparent #F47F3D transparent;
  }

  .highlighter-section .m-spotlight .spotlight-card .spotlight-text {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .highlighter-section .m-spotlight .modal .modal-dialog {
    width: 100%;
    margin-top: 40%;
  }

  .highlighter-section .m-spotlight .modal .modal-content {
    width: 75%;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 0 auto;
  }

  .highlighter-section .m-spotlight .modal .modal-body {
    padding: 0;
    height: 100%;
    border: 0;
  }

  .highlighter-section .m-spotlight .modal .modal-body iframe {
    border: 0;
    width: 100%;
    height: 100%;
  }

  .photo-gallery {
    padding: 18px 12px;
  }

  .photo-gallery .title-text {
    font-family: 'SpaceGrotesk_medium', sans-serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 46px;
    text-align: left;
    letter-spacing: -1.15px;
  }

  .photo-gallery .title-text span {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 5.4px;
  }

  .photo-gallery .gallery-carousel {
    display: none;
  }

  .photo-gallery .m-gallery-carousel {
    display: block;
  }

  .photo-gallery .m-gallery-carousel .m-photoGallery {
    width: 100%;
    background-color: #fff;
    margin-top: 28px;
    margin-left: 12px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .photo-gallery .m-gallery-carousel .grid-container {
    padding: 30px 28px;
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr 1fr;
    row-gap: 0;
    grid-auto-flow: column;
  }

  .photo-gallery .m-gallery-carousel .grid-container .grid-item .image-wrapper {
    width: 268px;
    height: 150px;
  }

  .photo-gallery .m-gallery-carousel .grid-container .grid-item .image-wrapper img {
    width: 100%;
    height: 100%;
  }

  .articles {
    padding: 30px 12px;
  }

  .articles .title-text {
    font-family: "Space Grotesk", sans-serif;
    font-size: 46px;
    line-height: 46px;
    text-align: left;
  }

  .articles .title-text span {
    margin-top: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .articles .carousel-wrapper {
    display: none;
  }

  .articles .m-articleCarousel {
    display: block;
    width: calc(100% + 24px);
    background-color: black;
    padding: 45px 0;
    margin-top: 20px;
    margin-left: -12px;
  }

  .articles .keyarticles-list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .articles .keyarticles-list .keyArticle-card {
    flex-shrink: 0;
    width: 210px;
  }

  .articles .m-articleCarousel .keyarticles-list .keyArticle-card .image-wrapper {
    width: 90%;
    height: 110px;
    margin: 0 auto;
  }

  .articles .keyarticles-list .keyArticle-card .image-wrapper img {
    width: 100%;
    height: 100%;
  }

  .articles .keyarticles-list .keyArticle-card .keyArticle-card-description {
    padding: 10px;
    text-align: center;
  }

  .articles .keyarticles-list .keyArticle-card .keyArticle-card-description .description {
    font-family: 'SpaceGrotesk_regular', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
  }

  .articles .keyarticles-list .keyArticle-card .keyArticle-card-description .link-item {
    font-family: 'SpaceGrotesk_bold', sans-serif;
    font-weight: 700;
    color: #F47F3D;
    font-size: 11px;
  }

  .partners {
    padding: 0 12px;
    margin-bottom: 55px;
  }

  .partners .title-text {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 76px;
    text-align: left;
  }

  

  .partners .m-partnersCarousel {
    display: block;
    margin-right: -12px;
  }

  .partners .m-partnersCarousel .partners-list {
    overflow: auto;
    display: flex;
  }

  .partners .partner-card span {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #6C6C6C;
  }

  .partners .m-partnersCarousel .partner-card {
    flex-shrink: 0;
    margin-right: 60px;
  }

  .partners .m-partnersCarousel .partner-card span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .partners .m-partnersCarousel .partner-card .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 80px;
    background-color: #EEEEEE;
  }
}

@media (max-width: 767px) {
  .banner-section {
    background-image: url("https://images.moneycontrol.com/images/ms/startupConclave/startup-bg.png");
    height: unset;
    padding-top: 56px;
  }

  .banner-section .content-wrapper {
    width: 100%;
  }

  .banner-section .banner-wrapper {
    align-items: center;
  }

  .banner-section .banner-wrapper .logo-wrapper {
    width: 250px;
    height: 100%;
  }

  .banner-section .banner-wrapper .banner-headings {
    padding: 0 13px;
    margin-bottom: 30px;
  }

  .banner-section .banner-wrapper .banner-headings ul {
    justify-content: center;
    line-height: 38px;
    flex-wrap: wrap;
    margin-top: 14px;
  }

  .banner-section .banner-wrapper .banner-headings ul li {
    font-size: 41px;
  }

  .banner-section .banner-wrapper .banner-headings .info-text {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .banner-section .event-container {
    align-items: flex-start;
  }

  .banner-section .event-container .event-schedule {
    margin: 0 auto;
    max-width: 370px;
    /* margin: 0 10px 20px 10px; */
    /* border: 1px solid #fff; */
    padding: 10px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .banner-section .event-container .event-schedule p span {
    font-size: 18px;
  }

  .banner-section .event-container .event-schedule p img {
    height: 22px;
    width: 22px;
  }

  .banner-section .event-container .pass-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .banner-section .event-container .pass-wrapper .pass-button {
    padding: 14px 24px;
  }

  .banner-section .event-container .pass-wrapper .offer {
    font-size: 16px;
    line-height: normal;
    color: #000;
    text-align: left;
  }

  .banner-section .event-container .pass-container {
    padding: 10px 0;
    display: block;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: unset;
  }

  .banner-section .event-container .pass-container a {
    font-size: 28px;
    line-height: 42px;
  }

  .banner-section .event-container .pass-container .price-details .price {
    font-size: 16px;
    line-height: 21px;
  }

  .banner-section .event-container .pass-container .price-details .price span {
    font-size: 20px;
    line-height: 26px;
  }

  .banner-section .event-container .pass-container .price-details .offer {
    font-size: 11px;
  }

  .banner-section .event-container .countdown {
    background: transparent;
    margin: 0 auto;
  }

  /* Hero-Carousel */
  .banner-section .event-container .hero-carousel {
    display: none;
  }

  .banner-section .event-container .m-hero-carousel {
    display: block;
    width: 100%;
    pointer-events: none;
    margin-top: 30px;
  }

  .banner-section .event-container .m-hero-carousel .swiper-slide {
    color: white;
  }

  .banner-section .event-container .m-hero-carousel .image-wrapper {
    width: 70%;
    aspect-ratio: 1;
    margin: 0 auto;
  }

  .banner-section .event-container .m-hero-carousel .image-wrapper img {
    width: 100%;
    height: 100%;
  }

  .banner-section .event-container .m-hero-carousel .description {
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 28px;
    padding-bottom: 20px;
    text-align: center;
  }

  .banner-section .event-container .m-hero-carousel .description .name {
    font-family: 'SpaceGrotesk_bold', sans-serif;
    line-height: 47px;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
  }

  .banner-section .event-container .m-hero-carousel .description .position {
    font-family: 'SpaceGrotesk_regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
   /* max-width: 188px;*/
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }


  .conclave-bg {
    height: unset;
  }

  .conclave-bg .about-conclave {
    position: unset;
    top: unset;
    padding: 5px 10px 10px;
  }

  .conclave-bg .about-conclave .conclave-info {
    flex-wrap: wrap;
  }

  .conclave-bg .about-conclave .conclave-info img {
    object-fit: fill;
    margin-left: -10px;
    width: 100%;
  }

  .conclave-bg .about-conclave .heading {
    text-align: left;
    font-size: 46px;
    line-height: 45px;
    padding-left: 0;
  }

  .conclave-bg .about-conclave .text {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    padding-left: 0;
  }

  .faq-accordions {
    padding: 0 10px;
  }

  .faq-accordions .faq-heading {
    font-weight: 500;
    text-align: left;
    font-size: 46px;
    line-height: 76px;
    margin-bottom: 25px;
  }

  .faq-accordions .accordion-item .accordion-header .accordion-button {
    font-size: 22px;
    line-height: 24px;
  }

  .faq-accordions .accordion-item .accordion-content p {
    font-size: 16px;
    line-height: 21px;
  }

  .store-container {
    padding: 30px 10px 0 10px;
  }

  .store-container .store-list {
    flex-wrap: wrap;
    gap: 32px;
  }

  .store-container .store-list .heading {
    font-size: 45px;
    line-height: 46px;
  }

  .store-container .store-list ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .store-container .store-list ul li {
    width: 100%;
  }

  .store-container .store-list ul li .count {
    font-size: 68px;
    line-height: 40px;
  }

  .store-container .store-list ul li:not(:last-child) {
    border-bottom: 1px solid #000;
    border-right: none;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .store-container .store-list ul li .count-text {
    font-size: 18px;
    line-height: 30px;
  }

  .store-container .conclave-benefits .terms-conditions {
    margin-bottom: 10px;
  }

  .store-container .conclave-benefits .heading {
    font-size: 28px;
    line-height: 30px;
  }

  .store-container .conclave-benefits .text {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 8px;
  }

  .store-container .conclave-benefits ul li p {
    font-size: 15px;
    line-height: 20px;
  }

  .footer-container {
    margin-top: 44px;
  }

  .footer-container .contact-bg .contact-container {
    flex-wrap: wrap;
    padding: 20px 10px;
  }

  .footer-container .contact-bg .contact-container .follow-us {
    margin-left: 0;
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .footer-container .contact-bg .contact-container .follow-us .heading {
    font-size: 22px;
  }

  .footer-container .contact-bg .contact-container .contact-us {
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer-container .contact-bg .contact-container .contact-us .heading {
    font-size: 22px;
  }

  .footer-container .contact-bg .contact-container .contact-us .mail p {
    font-size: 16px;
    line-height: 20px;
    white-space: unset;
  }

  .footer-container .contact-bg .contact-container .contact-us .mail a {
    font-size: 20px;
    line-height: 26px;
  }

  .footer-container .copyright-bg .copyright-container {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }

  .footer-container .copyright-bg .copyright-container ul {
    margin-top: 5px;
  }

  .footer-container .copyright-bg .copyright-container ul li {
    text-align: center;
  }

  .thanku-section {
    padding: 93px 0;
  }

  .thanku-section .banner-wrapper {
    width: 80%;
    margin: 0 auto;
  }

  .thanku-section .thanku-container .heading {
    font-size: 20px;
  }

  .thanku-section .thanku-container .reg-confirm p {
    font-size: 14px;
  }

  .thanku-section .thanku-container .btn-secondary {
    font-size: 14px;
    padding: 5px 16px;
  }
}


/* Updated changes*/
.speakersGallery {
  background-color: black;
  width: 100%;
  padding: 40px;
  margin-top: 32px;
}

.speakersGallery .cardsWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  margin: 0 auto;
  row-gap: 48px;
  column-gap: 45px;
}

.speakersGallery .cardsWrapper .speakerCard:nth-child(n + 9) {
  display: none;
}

/* .speakersGallery .cardsWrapper.active {
  max-height: 100%;
} */

.speakersGallery .speakerCard {
  padding: 24px;
  background-color: #FFFFFF80;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #707070;
}

.speakersGallery .speakerCard:nth-child(2),
.speakersGallery .speakerCard:nth-child(4),
.speakersGallery .speakerCard:nth-child(5),
.speakersGallery .speakerCard:nth-child(7),
.speakersGallery .speakerCard:nth-child(10),
.speakersGallery .speakerCard:nth-child(12),
.speakersGallery .speakerCard:nth-child(13),
.speakersGallery .speakerCard:nth-child(15),
.speakersGallery .speakerCard:nth-child(18),
.speakersGallery .speakerCard:nth-child(20),
.speakersGallery .speakerCard:nth-child(21),
.speakersGallery .speakerCard:nth-child(23),
.speakersGallery .speakerCard:nth-child(26),
.speakersGallery .speakerCard:nth-child(28) {
  background-color: #A5A5A580;
}

.speakersGallery .speakerCard .image-wrapper {
  width: 228px;
  height: 228px;
}

.speakersGallery .speakerCard .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speakersGallery .speakerCard .speakerDetails {
  margin-top: 18px;
  text-align: center;
  color: white;
}

.speakersGallery .speakerCard .speakerDetails .name {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
}

.speakersGallery .speakerCard .speakerDetails .designation {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  display: inline-block;
  max-width: 190px;
}

.speakersGallery .btnWrapper {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 42px;
}

.speakersGallery .btnWrapper button {
  padding: 14px 30px;
  color: #FFFFFF;
  background-color: #F47F3D;
  border: 0;
}



@media screen and (max-width: 1400px) {
  .speakersGallery .cardsWrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .speakersGallery .cardsWrapper .speakerCard:nth-child(n + 7) {
    display: none;
  }
  .speakersGallery {
    background-color: black;
    width: 100vw;
    margin-left: -12px;
    margin-top: 24px;
    padding-top: 47px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .speakersGallery .cardsWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 0 auto;
    row-gap: 18px;
    column-gap: 16px;
  }

  .speakersGallery .speakerCard .image-wrapper {
    width: 138px;
    height: 138px;
  }

  .speakersGallery .speakerCard {
    padding: 15px;
  }

  .speakersGallery .speakerCard .speakerDetails {
    margin-top: 4px;
  }

  .speakersGallery .speakerCard .speakerDetails .designation {
    margin-top: -8px;
  }

  .speakersGallery .speakerCard {
    background-color: #808389;
  }

  .speakersGallery .speakerCard:nth-child(2),
  .speakersGallery .speakerCard:nth-child(4),
  .speakersGallery .speakerCard:nth-child(5),
  .speakersGallery .speakerCard:nth-child(7),
  .speakersGallery .speakerCard:nth-child(10),
  .speakersGallery .speakerCard:nth-child(12),
  .speakersGallery .speakerCard:nth-child(13),
  .speakersGallery .speakerCard:nth-child(15),
  .speakersGallery .speakerCard:nth-child(18),
  .speakersGallery .speakerCard:nth-child(20),
  .speakersGallery .speakerCard:nth-child(21),
  .speakersGallery .speakerCard:nth-child(23),
  .speakersGallery .speakerCard:nth-child(26),
  .speakersGallery .speakerCard:nth-child(28) {
    background-color: #808389;
  }

  .speakersGallery .speakerCard:nth-child(2),
  .speakersGallery .speakerCard:nth-child(3),
  .speakersGallery .speakerCard:nth-child(6),
  .speakersGallery .speakerCard:nth-child(7),
  .speakersGallery .speakerCard:nth-child(10),
  .speakersGallery .speakerCard:nth-child(11),
  .speakersGallery .speakerCard:nth-child(14),
  .speakersGallery .speakerCard:nth-child(15),
  .speakersGallery .speakerCard:nth-child(18),
  .speakersGallery .speakerCard:nth-child(19),
  .speakersGallery .speakerCard:nth-child(22),
  .speakersGallery .speakerCard:nth-child(23),
  .speakersGallery .speakerCard:nth-child(26),
  .speakersGallery .speakerCard:nth-child(27) {
    background-color: #53565C;
  }

  .speakersGallery .btnWrapper {
    margin-top: 26px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
  }

  .speakersGallery .btnWrapper button {
    padding: 6px 22px;
  }

  .partners-list {

    padding-bottom: 20px;
  }
  /* width */
  ::-webkit-scrollbar {
    width: 2px;
    height: 3px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: gray
  }
}

@media screen and (max-width: 380px) {
  .speakersGallery .speakerCard .image-wrapper {
    width: 110px;
    height: 110px;
  }

/*  .speakersGallery .cardsWrapper {
    max-height: 696px;
  }*/
}

.pass-wrapper .pass-button{text-decoration: none;}
.pass-wrapper .pass-button:hover{text-decoration: none;}

#popupVideo .modal-dialog {max-width: 800px;}
#popupVideo .modal-body{padding: 10px; margin-bottom: -6px;}
@media screen and (max-width: 767px){
    #popupVideo .modal-dialog {max-width: 320px;margin: 60px auto;padding: 6px;}
    #popupVideo .modal-body{padding: 6px; margin-bottom: -6px;}
}
.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); */
  background-image: unset !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
a {
  /* color: transparent; */
  text-decoration: none !important;
}