/* TWKEverett Font Family */

@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Hairline.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-HairlineItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Thin.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-ThinItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Ultralight.otf") format("opentype");
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-UltralightItalic.otf") format("opentype");
  font-weight: 250;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-ExtraboldItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Super.otf") format("opentype");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-SuperItalic.otf") format("opentype");
  font-weight: 950;
  font-style: italic;
  font-display: swap;
}

/* main  */
.body {
  font-family: TWKEverett, sans-serif;
  background: #1e1e1e;
}

.d-md-none {
  display: none;
}

a {
  text-decoration: none !important;
}

/* header  */
.bigshift-navbar {
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
  height: 80px;
  align-items: center;
  border-bottom: 1px dashed #474343;
  background: #1e1e1e;
  color: #fff;
  font-family: "Geist Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bigshift-logo img {
  width: 175px;
  height: 35px;
}
.bigshift-menu .menu ul {
  display: flex;
  list-style: none;
  gap: 30px;
  align-items: center;
  padding: 0;
  margin: 0;
}
.bigshift-menu {
  display: flex;
  gap: 8px;
  align-items: center;
}
.bigshift-menu .menu {
  margin-right: 1rem;
}

.bitshift-btn a {
  background: radial-gradient(
    804.77% 124.73% at 13.61% 18.59%,
    #7e6b95 0%,
    #a77981 48.56%,
    #a9b2a1 100%
  );
  width: 149px;
  height: 48px;
  padding-top: 16px;
  padding-right: 14px;
  padding-bottom: 16px;
  padding-left: 14px;
  gap: 12px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-family: "Geist Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.007px;
  letter-spacing: -1.2px;
  border: none;
  border-radius: 0;
}

.bitshift-btn.second a {
  border: 1px solid #bbbec0;
  background: #fff;
  color: black;
  width: 100%;
}

/* a.nav-btn {
  width: 149px;
  height: 48px;
  border-radius: 80px;
  padding-top: 16px;
  padding-right: 14px;
  padding-bottom: 16px;
  padding-left: 14px;
  background: #a020f0;
  gap: 12px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
} */

.bigshift-menu .menu ul li a {
  color: white;
}

/* hero  */
/* .hero-section {
  background: url('https://inc42.com/cdn-cgi/image/quality=75/https://asset.inc42.com/2025/06/4c45730a4f29176f6220df2561e08c3eb303356d-min-scaled.jpg') no-repeat center center;
  height: 800px;
  background-size: cover;
  background-position: bottom;
} */

.hero-top-section {
  justify-content: center;
  display: flex;
  color: white;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  /* padding: 0 5rem; */
}
.hero-top-btn a:after {
  content: "\e80b";
  margin-left: -6px;
  font-family: "inc-font-icons";
  rotate: 180deg;
}

.hero-top-section .icon-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 5rem 3rem 5rem;
}
.icon-section p {
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.border-div {
  justify-content: center;
  display: flex;
  border-left: 1px dashed #474343;
  border-right: 1px dashed #474343;
  padding: 2rem 0;
}
.heading-wrap .heading h1 {
  text-align: center;
  margin: 0;
  color: #fff;
  font-family: "TWKEVERETT";
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -3.36px;
}
.icon-section img.logo-img {
  width: 315px;
}
.info-section ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 52%;
  margin: 0 auto;
  background: #a020f033;
  /* border: 1px solid #a020f0; */
  border-radius: 100px;
  height: 50px;
  align-items: center;
}
.info-section ul li {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}
.hero-top-btn a {
  width: 200px;
  height: 48px;
  border-radius: 80px;
  padding-top: 16px;
  padding-right: 14px;
  padding-bottom: 16px;
  padding-left: 14px;
  background: #a020f0;
  gap: 12px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
}
.heading-wrap {
  gap: 24px;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 5rem;
  border-top: 1px dashed #474343;
  border-bottom: 1px dashed #474343;
}
.info-section ul li:nth-child(1),
.info-section ul li:nth-child(2) {
  border-right: 1px solid white;
  padding-right: 18px;
  margin-right: 0;
  display: inline-block;
}
.hero-top-section .icon-section img {
  width: 100%;
}

/* 2nd fold  */

.number-info-section-wrap {
  background: linear-gradient(120deg, #b55f42, #5b4a6a, #7e8a69);
  background-size: 300% 300%;
  animation: gradientShift 12s ease-in-out infinite;
}

/* Keyframes for smooth gradient motion */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.number-info-section-wrap {
  /* background: #1E1E1E; */
}
.number-info-section {
  display: flex;
  justify-content: space-between;
  color: white;
  position: relative;
  padding: 0;
  border-bottom: 1px dashed #474343;
  text-align: center;
  background: #1e1e1e;
}
.number-info-section .number-info-box .number {
  color: #fff;
  text-align: center;
  font-family: "TWKEverett";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 76.8px;
}
.number-info-section .number-info-box .title {
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  font-family: "Geist Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
}

.number-info-box {
  min-width: 25%;
  padding: 1rem 0;
}
.number-info-box:nth-child(-n + 3) {
  border-right: 1px dashed #474343;
}

.number-info-section:before {
  content: "";
  position: absolute;
  top: 0;
  width: 88%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(126, 25, 189, 0) 0%,
    #a020f0 49.04%,
    rgba(92, 18, 138, 0) 100%
  );
  right: 0;
  left: 0;
  margin: 0 auto;
}
.content-section-wrap {
  display: flex;
  color: white;
  padding: 6rem 3rem;
  background: url(https://inc42.com/cdn-cgi/image/quality=75/https://asset.inc42.com/2025/10/br-wrap.png);
  background-position: center;
  background-size: 100%;
}
/* .content-section-wrap > div {
  width: 50%;
} */
.color-sub-heading {
  color: #fff;
  text-align: center;
  font-family: "Geist Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.36px;
  text-transform: uppercase;
}

/* .main-heading {
  color: #efe6e6;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: normal;
} */

.main-heading {
  color: #fff;
  font-family: "TWKEverett";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 89px;
  letter-spacing: -3.72px;
  text-transform: capitalize;
}

.expect-description {
  color: #fff;
  font-family: "Geist Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.expect-heading .main-heading {
  width: 50%;
}
.number-info-heading-wrap h3 {
  width: 94%;
  color: #fff;
  font-family: "TWKEverett";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 99px;
  letter-spacing: -4px;
}

.number-info-content {
  letter-spacing: normal;
  color: #fff;
  font-family: "Geist Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  width: 50%;
}

.about-program-section-wrap {
  width: 97%;
  display: flex;
  margin: 0 auto;
  border: 1px dashed #fff;
  background: rgba(0, 0, 0, 0.24);
  padding: 2rem;
}

.number-info-heading-wrap {
  width: 60%;
}
/* .read-more:after{
    content: "\e80b";
    margin-left: -6px;
    font-family: "inc-font-icons";
    rotate: 180deg;
} */
span.read-more a {
  color: white;
  align-items: center;
  display: flex;
  gap: 5px;
}

/* what to expect  */
.expect-box-wrap-new {
  display: flex;
  gap: 30px;
  margin-top: 4rem;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.expect-box-wrap-new::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.expect-box-wrap-new .box-content-wrap {
  padding: 10px;
  border: 2px dashed #a6b5a5;
  margin-left: -4rem;
}

.expect-box-wrap-new .box-content {
  padding: 1.7rem 2.7rem;
  height: 333px;
  width: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.expect-box-wrap-new .box-content-wrap:nth-child(odd) {
  margin-top: 0;
  height: 100%;
}

.expect-box-wrap-new .box-content-wrap:nth-child(even) {
  margin-top: 30px;
  z-index: 999;
}

.expect-box-wrap-new .box-content-wrap:nth-child(4n + 1) .box-content {
  background: #d3886b;
}

.expect-box-wrap-new .box-content-wrap:nth-child(4n + 2) .box-content {
  background: #a6b5a5;
}

.expect-box-wrap-new .box-content-wrap:nth-child(4n + 3) .box-content {
  background: #7e6b95;
}

.expect-box-wrap-new .box-content-wrap:nth-child(4n + 4) .box-content {
  background: #9e9ece;
}

.expect-box-wrap-new .box-content-wrap:nth-child(1) {
  margin-left: 2rem;
}

.expect-box-wrap-new .box-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.expect-box-wrap-new .box-title h4 {
  color: #fff;
  font-family: "Geist Mono";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 49px; /* 111.364% */
  letter-spacing: -1.02px;
  text-transform: capitalize;
}

.expect-box-wrap-new .box-content p {
  color: #fff;
  font-family: "Geist Mono";
  font-size: 16.325px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.447px;
  letter-spacing: -0.612px;
  margin: 0;
}

.what-to-expect {
  padding: 5rem 0rem 4rem 0rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.expect-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 30px;
  padding: 0 3rem;
}

.expect-heading-wrap > div {
  width: 40%;
}

.expect-box-wrap .box-content {
  display: flex;
  width: 291.601px;
  padding: 30px 37px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 18.317px;
  /* border: 1.195px solid rgba(255, 255, 255, 0.3); */
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  flex-direction: column;
  color: white;
  box-shadow: 0 -1px 0 #ffffff4d, -1px 0 0 #ffffff4d;
}
.expect-box-wrap .box-title h4 {
  color: #fff;
  text-align: center;
  font-size: 22.299px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: normal;
  padding: 10px 0;
  margin: 0;
}
.expect-box-wrap .box-content p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
  text-transform: inherit;
  margin: 0;
  opacity: 0.64;
}
.expect-box-wrap {
  padding: 2rem 0 2rem 0;
  display: flex;
  justify-content: space-around;
}
.what-to-expect .hero-top-btn {
  margin-top: 2rem;
}

/* eligibility criteria  */
.eligibility-criteria {
  padding: 4rem 3rem;
}
.eligibility-heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 2rem;
}
.eligibility-heading-wrap p {
  width: 50%;
  margin: 0;
  color: #fff;
  font-family: "Geist Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 30%;
}

.eligibility-tabs {
  display: flex;
  justify-content: space-between;
}
div#v-pills-tab {
  width: 50%;
  text-align: left;
  display: flex;
  align-items: baseline;
  border: 1px dashed #666;
  /* overflow: scroll;
  height: 700px; */
  flex-direction: column;
}
div#v-pills-tabContent {
  width: 50%;
}

div#v-pills-tab .nav-link {
  border-bottom: 1px dashed #666;
  width: 100%;
  border-radius: 0;
  text-align: left;
  color: #9e9999;
  font-family: "Geist Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  padding: 24px;
}
div#v-pills-tab .nav-link.active {
  color: white;
  background: url(https://inc42.com/cdn-cgi/image/quality=75/https://asset.inc42.com/2025/10/hover-card.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div#v-pills-tab .nav-link p {
  display: none;
}

div#v-pills-tab .nav-link.active p {
  display: block;
  color: #fff;
  font-family: Geist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
img.eligibility-img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}



.eligibility-heading-wrap h3.main-heading {
  margin: 0;
  width: 30%;
}
.eligibility-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eligibility-point {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  color: #989898;
}
.eligibility-point:hover {
  color: black;
}
.eligibility-point > div {
  width: 50%;
}
.eligibility-heading h4 {
  /* color: #1E1E1E; */
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: normal;
  margin: 0;
  display: flex;
  gap: 30px;
}

.eligibility-point:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 40px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='41' viewBox='0 0 40 41' fill='none'><path d='M31.2507 10.5V26.75C31.2507 27.0815 31.119 27.3995 30.8846 27.6339C30.6502 27.8683 30.3322 28 30.0007 28C29.6692 28 29.3512 27.8683 29.1168 27.6339C28.8824 27.3995 28.7507 27.0815 28.7507 26.75V13.5172L10.8851 31.3844C10.6505 31.6189 10.3324 31.7507 10.0007 31.7507C9.66899 31.7507 9.35087 31.6189 9.11632 31.3844C8.88177 31.1498 8.75 30.8317 8.75 30.5C8.75 30.1683 8.88177 29.8502 9.11632 29.6156L26.9835 11.75H13.7507C13.4192 11.75 13.1012 11.6183 12.8668 11.3839C12.6324 11.1495 12.5007 10.8315 12.5007 10.5C12.5007 10.1685 12.6324 9.85054 12.8668 9.61612C13.1012 9.3817 13.4192 9.25 13.7507 9.25H30.0007C30.3322 9.25 30.6502 9.3817 30.8846 9.61612C31.119 9.85054 31.2507 10.1685 31.2507 10.5Z' fill='%23989898'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}
.eligibility-point:hover:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 40px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='41' viewBox='0 0 40 41' fill='none'><path d='M31.2507 10.5V26.75C31.2507 27.0815 31.119 27.3995 30.8846 27.6339C30.6502 27.8683 30.3322 28 30.0007 28C29.6692 28 29.3512 27.8683 29.1168 27.6339C28.8824 27.3995 28.7507 27.0815 28.7507 26.75V13.5172L10.8851 31.3844C10.6505 31.6189 10.3324 31.7507 10.0007 31.7507C9.66899 31.7507 9.35087 31.6189 9.11632 31.3844C8.88177 31.1498 8.75 30.8317 8.75 30.5C8.75 30.1683 8.88177 29.8502 9.11632 29.6156L26.9835 11.75H13.7507C13.4192 11.75 13.1012 11.6183 12.8668 11.3839C12.6324 11.1495 12.5007 10.8315 12.5007 10.5C12.5007 10.1685 12.6324 9.85054 12.8668 9.61612C13.1012 9.3817 13.4192 9.25 13.7507 9.25H30.0007C30.3322 9.25 30.6502 9.3817 30.8846 9.61612C31.119 9.85054 31.2507 10.1685 31.2507 10.5Z' fill='%231E1E1E'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

.eligibility-points {
  padding: 1rem 0;
}
.eligibility-point:hover {
  border-bottom: 1px solid black;
}
.eligibility-point {
  border-bottom: 1px solid #92928f3d;
  padding: 1.5rem 0;
}

.active .eligibility-point {
  border-bottom: 1px solid black;
  color: black;
}
.active .eligibility-point:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 40px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='41' viewBox='0 0 40 41' fill='none'><path d='M31.2507 10.5V26.75C31.2507 27.0815 31.119 27.3995 30.8846 27.6339C30.6502 27.8683 30.3322 28 30.0007 28C29.6692 28 29.3512 27.8683 29.1168 27.6339C28.8824 27.3995 28.7507 27.0815 28.7507 26.75V13.5172L10.8851 31.3844C10.6505 31.6189 10.3324 31.7507 10.0007 31.7507C9.66899 31.7507 9.35087 31.6189 9.11632 31.3844C8.88177 31.1498 8.75 30.8317 8.75 30.5C8.75 30.1683 8.88177 29.8502 9.11632 29.6156L26.9835 11.75H13.7507C13.4192 11.75 13.1012 11.6183 12.8668 11.3839C12.6324 11.1495 12.5007 10.8315 12.5007 10.5C12.5007 10.1685 12.6324 9.85054 12.8668 9.61612C13.1012 9.3817 13.4192 9.25 13.7507 9.25H30.0007C30.3322 9.25 30.6502 9.3817 30.8846 9.61612C31.119 9.85054 31.2507 10.1685 31.2507 10.5Z' fill='%231E1E1E'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

/* meetup exp  */
.meetup-exp {
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.meetup-exp-heading h3 {
  width: 65%;
}
.meetup-exp-marquee-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}

.meetup-exp-marquee {
  display: flex;
  gap: 3px;
  animation: marquee-left 5s linear infinite;
}

.meetup-exp-marquee-container.reverse .meetup-exp-marquee {
  animation: marquee-right 5s linear infinite;
}

.meetup-exp-marquee img {
  height: auto;
  width: 100%;
  flex-shrink: 0;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* --- Animations --- */
@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* stack card mobile  */
/* background: url(https://inc42.com/cdn-cgi/image/quality=75/https://asset.inc42.com/2025/10/hover-card.png); */

.stack-container {
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-left: 0;
}

.stack-container .card {
  background: url(https://inc42.com/cdn-cgi/image/quality=75/https://asset.inc42.com/2025/11/bigshift-color-min.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 25px;
}

.card-item {
  list-style: none;
  position: sticky;
  /* top: 10vh; */
  top: -3vh;
  margin-bottom: 20px;
  transform-origin: center center;
}

.card {
  background: #1a1d21;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 70vh;
  transition: transform 0.3s ease;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 25px 0;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.card-content h2 {
  color: #fff;
  font-family: "Geist Mono";
  font-size: 23.76px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.016px;
  letter-spacing: -0.855px;
  text-transform: uppercase;
}

.card-content p {
  color: #fff;
  font-family: "Geist Mono";
  font-size: 19.008px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.264px;
}

.card-content a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  align-self: start;
  transition: all 0.3s ease;
}

.card-content a:hover {
  background: #fff;
  color: #000;
}

/* faq  */
/* Layout */
.faq-section {
  display: flex;
  /* min-height: 100vh; */
  background-color: #1c1c1c;
  color: #fff;
}

.faq-left {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  padding: 3rem;
  width: 30%;
}


.faq-left h1 {
  color: #f5f5f5;
  color: #fff;
  font-family: "TWKEverett";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 114px;
  letter-spacing: -3.72px;
}
.faq-right {
  flex: 2;
  padding: 3rem;
  /* overflow-y: auto; */
}

/* Accordion */
.accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px dashed #444;
  border-radius: 0;
}

.accordion-button {
  background-color: transparent;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 1.2rem 0;
  border: none;
  box-shadow: none;
}

.accordion-button::after {
  content: "+" !important;
  font-size: 1.5rem;
  color: #aaa;
  transform: none !important;
}

button.accordion-button {
  background: transparent;
  color: #fff;
  font-family: "Geist Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -1.28px;
}
.accordion-button:not(.collapsed) {
  background: transparent;
  color: white !important;
  padding: 26px 0;
  box-shadow: none !important;
}
button.accordion-button {
  border: none !important;
  padding: 26px 0;
}
.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.accordion-item {
  border: none !important;
  border-bottom: 2px dashed #4c4c4c !important;
}

button.accordion-button,
.accordion-item,
div#accordionExample {
  background: transparent !important;
}

.accordion-item:first-of-type,
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0;
  color: white;
}

.accordion-item:last-of-type {
  border-radius: 0 !important;
}
.accordion-button:not(.collapsed)::after {
  content: "–" !important;
  transform: none !important;
  background-image: none !important;
}

.accordion-body {
  color: #ccc;
  font-size: 1rem;
  padding: 0 0 1rem 0 !important;
}

.accordion-button:not(.collapsed) {
  color: white;
}
/* Hover effect */
.accordion-button:hover {
  color: #f8f8f8;
}

/* Scrollbar */
.faq-right::-webkit-scrollbar {
  width: 6px;
}
.faq-right::-webkit-scrollbar-thumb {
  background-color: #444;
  border-radius: 3px;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-section {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .faq-left {
    border-right: none;
    border-bottom: 1px solid #333;
    width: 100%;
    justify-content: flex-start;
    padding: 0 1rem;
  }
  .faq-right {
    flex: 2;
    padding: 0 1rem;
  }
  .accordion-body {
    font-size: 14px;
  }
  .faq-left h1 {
    font-size: 2.5rem;
  }
}

/* ready to pitch  */

.ready-to-pitch img {
  width: 100%;
  height: 100%;
}
.ready-to-pitch .number-info-content {
  padding: 3rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.ready-to-pitch .about-program-section-wrap {
  gap: 0;
  padding: 0;
}

.ready-to-pitch .bitshift-btn.second a {
  width: max-content;
  padding: 0 2rem;
}

.ready-to-pitch {
  margin-top: 5rem;
  background: linear-gradient(120deg, #b55f42, #5b4a6a, #7e8a69);
  background-size: 300% 300%;
  animation: gradientShift 12s ease-in-out infinite;
}

/* Keyframes for smooth gradient motion */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* sector section wrap  */

.feature-section {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  padding: 20px;
  justify-content: center;
  margin: 4rem 0;
}

.feature-card:nth-child(4n + 1) {
  background: #d3886b;
}

.feature-card:nth-child(4n + 2) {
  background: #a6b5a5;
}

.feature-card:nth-child(4n + 3) {
  background: #7e6b95;
}

.feature-card:nth-child(4n + 4) {
  background: #9e9ece;
}
.feature-card {
  flex: 0.1;
  /* flex: 0 0 auto; */
  width: 100px;
  height: 130px;
  border: 1px dashed #888;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2rem;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
}

.feature-card.active {
  flex: 1;
  /* background-color: #96a895; */
  padding: 20px;
  max-width: 350px;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.feature-card.active span {
  opacity: 1;
  visibility: visible;
  display: block;
  color: #fff;
  font-family: "Geist Mono";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 49px;
  letter-spacing: -1.02px;
  text-transform: capitalize;
  width: 50%;
}

.feature-card span {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  display: none;
}
.feature-card img {
  width: 47px;
  height: 47px;
}

/* Mobile layout */
@media (max-width: 767px) {
  .feature-section {
    flex-direction: column;
    padding: 0 14px;
  }

  .sector-section-wrap .container {
    padding: 0;
  }

  .feature-card {
    width: 100%;
    height: auto;
    flex: 1;
    padding: 20px;
    max-width: 350px;
    justify-content: space-between;
  }
  .feature-card.active {
    width: 100%;
    flex-direction: row;
  }
}

.sector-section-wrap .bitshift-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sector-section-wrap {
  padding: 3rem 0;
  margin-top: 4rem;
}
.sector-icon-box {
  display: flex;
  justify-content: space-evenly;
  padding: 1rem 0;
}
.sector-section-wrap h3 {
  color: #fff;
  font-family: "TWKEverett";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 69px;
  letter-spacing: -2px;
  width: 44%;
}
.sector-icon-wrap {
  width: 256px;
  padding: 20px;
  gap: 17px;
  border-radius: 10px;
  border: 1px solid rgba(18, 46, 49, 0.2);
  background: rgba(18, 46, 49, 0.09);
  display: flex;
  flex-direction: row;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: normal;
  align-items: center;
}
.sector-section-wrap .hero-top-btn {
  padding: 3rem 0 0 0;
}
.slider-wrap .hero-top-btn {
  margin-top: 5rem;
}
.why-bigshift {
  padding: 3rem 2rem !important;
  background: #12042d;
}
.why-bigshift-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.why-bigshift .why-bigshift-heading h3.main-heading {
  color: white;
  margin: 0;
}
.why-bigshift .why-bigshift-heading span.color-sub-heading {
  color: #e5bbff;
}
.why-bigshift .why-bigshift-heading {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.25);
}
.slider-wrap .slider-box .slider-content {
  padding: 26px 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 19px;
  display: flex;
  height: 400px;
  width: 390px;
  background: white;
}
.slider-wrap .slider-box .slider-content span {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.slider-wrap .slider-box .slider-content p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
.slider-wrap {
  padding: 3rem 0;
  overflow: auto;
}
.slider-box {
  display: flex;
  gap: 10px;
}

.slider-box {
  display: flex;
  width: fit-content;
  gap: 10px;
}

/* program perks section  */
.program-perks {
  color: white;
  padding: 5rem 0 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.program-perks h3 {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: normal;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.program-perks p {
  color: #828282;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.program-perks h3 span {
  color: #e7c0ff;
}
.perks-box {
  display: flex;
  width: 302px;
  padding: 30px 20px;
  flex-direction: row;
  gap: 10px;
  color: white;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(160, 32, 240, 0.51);
  background: linear-gradient(156deg, #2d0149 0%, #12042d 99.97%);
}
.perks-box p {
  color: white;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
  width: 100%;
}
.perks-box p span {
  color: #a020f0;
}
.program-perks-box-wrap {
  display: flex;
  gap: 20px;
  justify-content: space-around;
}

/* footer  */
footer {
  background: black;
  padding: 4rem 3rem 10px 3rem;
  color: white;
}
.footer-content-wrap {
  display: flex;
  justify-content: space-between;
}
.footer-col-2 {
  display: flex;
  width: 400px;
}
.footer-col-2 > div {
  width: 50%;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.icon-twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath d='M0.965233 15.0501H2.86414L7.93424 9.45905L12.3445 15.0409H17.5L10.7351 6.36417L16.4603 0.0546875H14.5614L9.85688 5.24044L5.8217 0.0592926H0.5L7.04649 8.34453L0.960486 15.0547L0.965233 15.0501ZM3.39109 1.43633H5.1191L14.6421 13.6592H13.0518L3.39584 1.43633H3.39109Z' fill='white'/%3E%3C/svg%3E");
  display: inline-block;
  width: 18px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.footer-col-1 {
  gap: 30px;
  display: flex;
  flex-direction: column;
  width: 30%;
}
.footer-content span {
  color: #fff;
  font-size: 27.616px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.footer-content {
  border-top: 0.986px solid rgba(255, 255, 255, 0.4);
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.bigshift-footer-menu span {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.726px;
}
.bigshift-footer-menu ul {
  list-style: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 40px;
}
.bigshift-footer-menu ul li a {
  color: rgba(255, 255, 255, 0.75);
}

/* copyright  */
.copyright-wrap {
  padding: 2rem 0;
  margin-top: 4rem;
  border-top: 1px solid #b09683;
  display: flex;
  justify-content: space-between;
}
.copyright-social-wrap .footer-social li {
  font-size: 22px;
}
.copyright-icon-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.copyright-icon-wrap img {
  width: 80px;
}
.copyright-icon-wrap span {
  color: #fff;
  font-size: 15.781px;
  font-style: normal;
  font-weight: 500;
  line-height: 27.616px;
  opacity: 0.6;
}
.icon-twitter:before {
  display: none;
}
.copyright-social-wrap .footer-social li a:hover {
  color: white;
}

/* form  */
form#gform_126 label {
  display: none;
}
div#validation_message_126_1 {
  display: none;
}
div#gform_126_validation_container span.gform-icon.gform-icon--circle-error {
  color: red;
}
form#gform_126 {
  display: flex;
  align-items: center;
  border-radius: 78.904px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 6px 10px 8px;
  height: 56px;
}
form#gform_126 .gform-body.gform_body {
  background: transparent;
  width: 100%;
}
input#input_126_1 {
  background: transparent;
  border: none;
}
input#gform_submit_button_126 {
  border-radius: 70px;
  background: radial-gradient(
    804.77% 124.73% at 13.61% 18.59%,
    #7e6b95 0%,
    #a77981 48.56%,
    #a9b2a1 100%
  );
  color: #fff;
  text-align: center;
  font-size: 11.836px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
input#input_126_1::placeholder {
  color: #fff;
  font-size: 13.808px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

/* Mobile Menu - Hidden by default */
.mobile-toggle {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
}
#hide-dekstop {
  display: none;
}
#hide-mobile {
  display: flex;
}
.mobile-popup-menu {
  display: none;
}

.mobile-toggle span {
  width: 24px;
  height: 3px;
  background: white;
  display: block;
}
span.extra-content {
  display: none;
}

/* Accelerate */

.accelerate {
  background: url(https://inc42.com/cdn-cgi/image/quality=75/https://asset.inc42.com/2025/06/accelerate-background-min.png)
    no-repeat center center;
  background-size: 95% 97%;
  height: auto;
  background-position: bottom;
  height: 600px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.accelerate-heading h3 {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: normal;
  text-align: center;
}

.accelerate-heading h3 span {
  color: #e7c0ff;
  font-weight: 500;
}
.accelerate-content .hero-top-btn a {
  background: white;
  color: #a020f0;
}
.accelerate-content {
  text-align: center;
  gap: 30px;
  display: flex;
  flex-direction: column;
}

.accelerate-content span {
  color: #e7c0ff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
}
.accelerate-content p,
.accelerate-content p a {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: normal;
}
.accelerate-content p a {
  text-decoration: underline;
}
/* .content-section-wrap > div {
  width: 90%;
  display: flex;
  margin: 0 auto;
} */
/* timeline  */

.timeline li#deactive {
  pointer-events: none;
  cursor: none;
}

ul#pills-tab {
  width: 100%;
  justify-content: space-between;
  margin: 0;
  padding: 0 3.5rem;
  border-bottom: 1px solid #232925;
}

div#pills-tabContent {
  padding: 0 3.5rem;
  width: 100%;
}
li.nav-item {
  min-width: 350px;
}

.timeline-wrap-box .wrap-left .wrap-box:nth-child(1) {
  background-color: #7e6b95;
}

.timeline-wrap-box .wrap-left .wrap-box:nth-child(2) {
  background-color: #d3886b;
}

.timeline-wrap-box .wrap-left .wrap-box:nth-child(3) {
  background-color: #a6b5a5;
}

.content-wrap-timline span {
  color: #fff;
  font-family: "Geist Mono";
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 76.8px;
  letter-spacing: -1px;
  text-transform: capitalize;
}

.content-wrap-timline .inner-box {
  color: #fff;
  font-family: "Geist Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.dates-wrap .inner-box,
.dates-wrap .inner-box span {
  color: #fff;
  font-family: "Geist Mono";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-pills .nav-link {
  border-radius: 0;
  min-width: 350px;
}

.nav-pills .nav-link.active .tab-ed-button h3 {
  color: #fff;
  font-family: "Geist Mono";
  font-size: 23.25px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.2px;
}

.tab-ed-button h3 {
  color: #909692;
  font-family: "Geist Mono";
  font-size: 23.25px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.2px; /* 134.194% */
}

.tab-ed-button .dates {
  color: #909692;
  font-family: "Geist Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.nav-pills .nav-link.active .tab-ed-button .dates {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Geist Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  gap: 6px;
}

.nav-pills .nav-link.active {
  border-bottom: 4px solid #7e6b95;
  background-color: rgba(114, 114, 114, 0.15) !important;
  min-width: 350px;
  border-radius: 0;
}

.timeline {
  margin: 0;
  display: flex;
  justify-content: space-between;
  /* border-top: 1px solid #a020f0; */
  color: white;
  padding: 5rem 0;
  align-items: center;
  flex-direction: column;
  background: #1e1e1e;
}
.wrap-box-heading .timeline-icon-container {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.timeline-wrap-box .wrap-box .inner-box.demo {
  background: #d6c1ff;
  color: #2a0044;
}
.timeline-content {
  width: 100%;
  text-align: left;
  padding: 0 3.5rem;
}
.timeline-wrap-box {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  gap: 14px;
  padding-top: 4rem;
}
.timeline-wrap-box .wrap-left {
  gap: 20px;
  display: flex;
}
.demo-day .timeline-wrap-box .wrap-left {
  gap: 0px;
  display: flex;
  width: 98%;
  margin: 0 auto;
  border: 1px dashed #fff;
}
.timeline-content .hero-top-btn a {
  margin: inherit;
}
.timeline-content .hero-top-btn {
  text-align: left;
}
.timeline-content p {
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.timeline-wrap-box .wrap-box {
  border-radius: 0;
  display: flex;
  width: 50%;
  height: auto;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  justify-content: space-between;
  gap: 14px;
}

.timeline-wrap-box .dates-wrap {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.timeline-wrap-box .dates-wrap .inner-box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
/* .timeline-wrap-box .wrap-box .inner-box {
  color: #0E0100;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  line-height: 131%;
  width: 80%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
} */
.wrap-box > :nth-child(2) {
  /* border-bottom: 1px solid #3e172340; */
}
.timeline-wrap-box .wrap-box .inner-box span.blue-text {
  color: #a020f0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 131%; /* 18.34px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.content-wrap-timline {
  width: 100%;
}

.wrap-box-heading {
  text-align: left;
  width: 100%;
}

.wrap-box-heading .timeline-icon img {
  width: 60px;
  height: 60px;
  display: block;
}

.timeline .hero-top-btn {
  padding-top: 4rem;
}

/* hero icon  */

.hero-icon-heading {
  color: white;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: normal;
}
.hero-icon-subheading {
  color: #d38cff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  letter-spacing: 4px;
  text-transform: uppercase;
}

/* perk popup  */
.perk-popup {
  position: absolute;
  background: #370059;
  padding: 10px;
  border-radius: 10px;
  z-index: 99;
  bottom: 100%;
}

.perk-popup:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -1px;
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 20px solid #370059;
}



/* sponsor  */
.sponsors-top-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
}
section.sponsors-section .bitshift-btn {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

section.sponsors-section .bitshift-btn a{
  width: auto;
}

section.sponsors-section {
  padding: 4rem 0;
}
.sponsor-heading h3 {
  color: #FFF;
  font-family: "Geist Mono";
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.sponsor-logo {
  width: 150px;
}
.logo-wraps {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 50%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.sponsor-lists {
  padding: 2rem 3rem;
}

.sponsor-heading {
  border-bottom: 1px solid #474343;
  display: flex;
  justify-content: center;
}
.sponsor-heading h3::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #FCFCFF;
}



/* mentor section  */
.mentor-section {
  /* background: linear-gradient(180deg, #000 0%, #12042d 100%);
  padding: 4rem 3rem;
  text-align: center; */
}




.mentor-top-wrap p {
  margin: 0;
  color: #fff;
  font-family: "Geist Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 43%;
}
.sponsors-top-wrap p {
  margin: 0;
  color: #fff;
  font-family: "Geist Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 43%;
}
.mentor-top-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
}

.mentor-inner-wrap .mentor {
  display: flex;
  width: 300px;
  /* height: 528px; */
  min-height: 400px;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  color: white;
  justify-content: end;
  /* border: 0.79px solid #f7eaff; */
  /* background: url(../images/mentors/m2.png) no-repeat center center;; */
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 14.11%, rgba(0, 0, 0, 0.15) 36.06%, #000 84.92%), linear-gradient(180deg, #20005E 0%, #A020F0 100%); */
}
/* .mentor-inner-wrap #mentor-1 {
  background: url(../images/mentors/m8.png) no-repeat center center;
}
.mentor-inner-wrap #mentor-2 {
  background: url(../images/mentors/m3.png) no-repeat center center;
}
.mentor-inner-wrap #mentor-3 {
  background: url(../images/mentors/m2.png?werf) no-repeat center center;
}
.mentor-inner-wrap #mentor-4 {
  background: url(../images/mentors/m5.png) no-repeat center center;
}
.mentor-inner-wrap #mentor-5 {
  background: url(../images/mentors/m6.png) no-repeat center center;
}
.mentor-inner-wrap #mentor-6 {
  background: url(../images/mentors/m1.png) no-repeat center center;
}
.mentor-inner-wrap #mentor-7 {
  background: url(../images/mentors/m7.png) no-repeat center center;
}
.mentor-inner-wrap #mentor-8 {
  background: url(../images/mentors/m4.png) no-repeat center center;
}
.mentor-inner-wrap #mentor-11 {
  background: url("https://inc42.com/cdn-cgi/image/quality=75/https://asset.inc42.com/2025/06/Suraj-Malik_1.png")
    no-repeat center center;
}
.mentor-inner-wrap #mentor-10 {
  background: url("https://inc42.com/cdn-cgi/image/quality=75/https://asset.inc42.com/2025/06/Nitin-Aggarwal_1.png")
    no-repeat center center;
}
.mentor-inner-wrap #mentor-9 {
  background: url("https://inc42.com/cdn-cgi/image/quality=75/https://asset.inc42.com/2025/06/Ramesh-Loganathan_1.png")
    no-repeat center center;
}
.mentor-inner-wrap #mentor-12 {
  background: url("https://inc42.com/cdn-cgi/image/quality=75/https://asset.inc42.com/2025/06/Prateek-Sinha.png")
    no-repeat center center;
}

.mentor-inner-wrap #mentor-13 {
  background: url("https://inc42.com/cdn-cgi/image/quality=75/https://asset.inc42.com/2025/06/Srinath-Ravichandran_Web.png")
    no-repeat center center;
}
.mentor-inner-wrap #mentor-14 {
  background: url("https://inc42.com/cdn-cgi/image/quality=75/https://asset.inc42.com/2025/06/Madhav-Krishna.png")
    no-repeat center center;
}
.mentor-inner-wrap #mentor-15 {
  background: url("https://inc42.com/cdn-cgi/image/quality=75/https://asset.inc42.com/2025/06/Rishabh-Choudhary_Web.png")
    no-repeat center center;
} */

.mentor-inner-wrap .mentor .mentor-content span.mentor-name {
  color: #FFF;
  font-family: Geist;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.447px;
  letter-spacing: -0.612px;
}
/* .mentor-inner-wrap .mentor .mentor-content span.mentor-name:after {
  content: "";
  display: block;
  height: 2px;
  background: #ffffff9e;
  margin-top: 15px;
} */

.mentor-inner-wrap .mentor .mentor-content span.mentor-designation {
  color: #bfbfbf;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: none;
}

.mentor-inner-wrap .mentor .mentor-content span.mentor-description {
  color: #FFF;
  font-family: "Geist Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.447px;
  letter-spacing: -0.612px;
}
.mentor-content img {
  width: 100px;
  height: 40px;
  object-fit: cover;
}
.mentor-content {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 10px;
  background: #313030;
}

/* .mentor-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 24px 14px 24px;
  text-align: left;
  width: 100%;
  min-height: 168px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.38) 19%,
    rgba(0, 0, 0, 0.78) 50%,
    rgba(0, 0, 0, 1) 82%,
    rgba(0, 0, 0, 1) 100%
  );
} */
.mentor-inner-wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
  flex-wrap: wrap;
  gap: 20px;
}

.mentor-wrap {
  margin-top: 3rem;
}

span.mentor-designation:after {
  content: "";
  display: block;
  height: 2px;
  background: #ffffff9e;
  margin-top: 15px;
}
.mentor-mobile {
  display: none;
}
#hide-mentor {
  display: block;
}
.number-info-section {
  justify-content: space-around;
}
p.subtitle {
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #e3e3e3;
  font-family: "Geist Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  width: 50%;
  margin: 0;
}
.sector-icon-wrap {
  border: 1px solid #eed4ff;
  background: #f7eaff;
}

/* tunnel  */
.ready-to-pitch .tunnel .marquee-container.snack {
  left: -650px;
}

.tunnel .marquee-container.snack {
  position: absolute;
  width: auto;
  left: -423px;
  top: -18px;
  right: auto;
  bottom: auto;
  z-index: 10;
}
.tunnel .snack svg {
  width: 100%;
  height: 600px;
}
.tunnel {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.marquee-container.snack {
  position: absolute;
  width: auto;
  right: -330px;
  bottom: -65px;
}
.snack svg {
  width: 80%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.snack text {
  font-size: 24px;
  fill: white; /* Text color */
  text-anchor: middle; /* Center text horizontally */
  alignment-baseline: middle; /* Center text vertically */
  dominant-baseline: central;
}

.snack .marquee {
  font-size: 24px;
  white-space: nowrap;
  animation: scroll 80s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* responsive  */
@media (max-width: 768px) {
  .bigshift-menu .menu ul {
    flex-direction: column;
    background: #1d1231;
    padding: 16px;
    border-radius: 12px;
    display: none;
  }

  .tunnel .marquee-container.snack {
    position: absolute;
    width: auto;
    left: -400px;
    top: -18px;
    right: 0;
    bottom: auto;
    z-index: 10;
    height: 100%;
  }
  .tunnel .snack svg {
    height: 100%;
  }
  .bigshift-menu .menu ul.show {
    display: flex;
  }

  .bigshift-menu {
    flex-direction: column;
    align-items: flex-end;
  }

  .bitshift-btn {
    display: none;
  }

  .mobile-toggle {
    display: flex;
    position: relative;
  }
  .d-md-none {
    display: block;
  }
  .d-md-block {
    display: none;
  }

  /* new  */
  .hero-top-section .icon-section img {
    width: 257px;
  }
  .heading-wrap .heading h1 {
    font-size: 36px;
    width: 80%;
    margin: 0 auto;
    /* text-align: left; */
  }
  .hero-top-section .heading-wrap .heading h1 {
    font-size: 36px;
    width: 80%;
    margin: 0;
    text-align: left;
  }

  .ready-to-pitch .tunnel .marquee-container.snack {
    left: -320px;
    top: -8px;
  }

  .info-section ul {
    width: 90%;
  }
  .hero-top-section .hero-top-btn a {
    width: 94%;
    border-radius: 0;
  }
  .hero-section {
    height: auto;
    background-size: cover;
    background-position: bottom;
    height: 650px;
  }

  .timeline-wrap-box .wrap-left {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .number-info-section .number-info-box .number {
    line-height: normal;
    font-size: 20px;
  }
  .number-info-section .number-info-box .title {
    font-size: 14px;
  }

  .number-info-section .number-info-box {
    text-align: center;
  }
  .number-info-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 1rem 1rem 1rem 1rem;
  }

  .number-info-box:nth-child(-n + 3) {
    border: none;
  }
  .content-section-wrap {
    padding: 3rem 2rem;
    flex-direction: column;
  }
  .content-section-wrap > div {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }
  .number-info-heading-wrap {
    width: 100%;
  }
  .color-sub-heading {
    font-size: 11px;
  }

  .number-info-content {
    letter-spacing: normal;
    width: 100%;
    color: #fff;
    font-family: "Geist Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .number-info-heading-wrap h3 {
    width: 100%;
    color: #fff;
    font-family: "TWKEverett";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -1px;
  }
  .main-heading {
    font-size: 40px;
    letter-spacing: normal;
    line-height: normal;
  }
  .number-info-content span.read-more a {
    color: white;
    align-items: center;
    display: flex;
    gap: 5px;
  }
  .what-to-expect {
    padding: 2rem 1rem 3rem 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: baseline;
  }

  .expect-box-wrap-new .box-content {
    width: 295px;
    height: 280px;
  }
  .expect-box-wrap-new .box-title h4 {
    font-size: 26px;
    line-height: normal;
  }

  ul#pills-tab {
    width: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 0 0;
    border-bottom: 1px solid #232925;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto;
  }

  .expect-heading-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0 1rem;
  }
  .expect-heading-wrap > div {
    width: 100%;
  }

  .feature-card.active span {
    font-size: 18px;
  }

  .expect-heading .main-heading {
    width: 100%;
    line-height: normal;
    letter-spacing: -0.72px;
  }
  .expect-box-wrap {
    padding: 2rem 0 2rem 0;
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .expect-box-wrap .box-content {
    padding: 10px 10px;
    width: auto;
  }
  .expect-box-wrap .box-content img {
    width: 40px;
  }
  .expect-box-wrap .box-title h4 {
    font-size: 16px;
  }
  .expect-box-wrap .box-content p {
    font-size: 12px;
  }
  .what-to-expect .hero-top-btn {
    margin-top: 2rem;
    display: none;
  }
  .eligibility-criteria {
    padding: 3rem 0rem;
  }
  .eligibility-heading-wrap h3.main-heading {
    font-size: 40px;
    width: 100%;
  }

  .eligibility-heading-wrap {
    padding: 0 2rem;
  }

  .eligibility-tabs {
    display: none;
  }
  .eligibility-heading-wrap p {
    width: 100%;
  }
  .eligibility-point {
    flex-direction: column;
    align-items: baseline;
  }
  .eligibility-point > div {
    width: 100%;
  }
  .sector-section-wrap h3 {
    font-size: 30px;
    width: 100%;
    line-height: normal;
    letter-spacing: normal;
    padding: 0 2rem;
  }
  .sector-icon-box {
    flex-direction: column;
    gap: 26px;
  }
  .sector-icon-wrap {
    width: auto;
  }
  #hide-mobile {
    display: none;
  }
  #hide-dekstop {
    display: block;
  }
  .why-bigshift-heading {
    flex-direction: column;
    align-items: baseline;
  }
  .program-perks h3 {
    font-size: 26px;
    width: 100%;
  }
  .mentor-wrap{
    margin-top: 2rem;
  }

  .sponsors-top-wrap{
    padding: 0 2rem;
  }

  .sponsors-top-wrap{
    flex-direction: column;
  }

  
  .image-wrap-mentor ,.sponsors-top-wrap p{
    width: 100%;
}
.mentor-inner-wrap .mentor{
  width: 42%;
  min-height: 320px;
  justify-content: flex-start;
}

  .mentor-top-wrap{
    flex-direction: column;
  }
  .mentor-top-wrap p{
    width: 100%;
  }

  .mentor-top-wrap{
    padding: 0 2rem;
  }
  .program-perks p {
    width: 100%;
  }
  .program-perks-box-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .perks-box {
    padding: 30px 20px;
    width: auto;
    /* width: 172px; */
    flex-direction: column;
    align-items: baseline;
  }
  footer {
    padding: 4rem 2rem 10px 2rem;
  }

  .footer-content-wrap {
    flex-direction: column;
  }

  .footer-col-1 {
    width: 100%;
  }

  .footer-col-2 {
    width: auto;
    margin-top: 3rem;
  }
  .copyright-wrap {
    padding: 2rem 0 0 0;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .copyright-icon-wrap {
    align-items: center;
  }
  .program-perks {
    padding: 2rem 0 4rem 0;
  }
  .mobile-show-more-btn {
    text-align: center;
    font-size: 17px;
    color: black;
  }
  .mobile-show-more-btn a {
    color: black;
  }

  .mobile-popup-menu.show-menu {
    background: white;
    border-radius: 4px;
    padding: 1rem 0rem;
    position: absolute;
    width: 100%;
    display: block;
  }
  .mobile-popup-menu li {
    gap: 10px;
    padding: 8px 0;
    list-style: none;
    font-family: "Geist Mono";
    color: black;
  }
  .mobile-popup-menu.show-menu ul {
    line-height: normal;
    margin: 0;
  }
  .eligibility-content {
    display: none;
  }

  .eligibility-point:after,
  .active .eligibility-point:after {
    display: none !important;
  }
  .eligibility-heading h4 {
    font-size: 26px;
    letter-spacing: normal;
  }

  .eligibility-heading h4:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 40px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='41' viewBox='0 0 40 41' fill='none'><path d='M31.2507 10.5V26.75C31.2507 27.0815 31.119 27.3995 30.8846 27.6339C30.6502 27.8683 30.3322 28 30.0007 28C29.6692 28 29.3512 27.8683 29.1168 27.6339C28.8824 27.3995 28.7507 27.0815 28.7507 26.75V13.5172L10.8851 31.3844C10.6505 31.6189 10.3324 31.7507 10.0007 31.7507C9.66899 31.7507 9.35087 31.6189 9.11632 31.3844C8.88177 31.1498 8.75 30.8317 8.75 30.5C8.75 30.1683 8.88177 29.8502 9.11632 29.6156L26.9835 11.75H13.7507C13.4192 11.75 13.1012 11.6183 12.8668 11.3839C12.6324 11.1495 12.5007 10.8315 12.5007 10.5C12.5007 10.1685 12.6324 9.85054 12.8668 9.61612C13.1012 9.3817 13.4192 9.25 13.7507 9.25H30.0007C30.3322 9.25 30.6502 9.3817 30.8846 9.61612C31.119 9.85054 31.2507 10.1685 31.2507 10.5Z' fill='%231E1E1E'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    position: absolute;
  }
  .eligibility-point {
    border-bottom: 1px solid black;
    color: black;
  }
  .bigshift-navbar {
    padding: 0 1rem;
  }
  .bigshift-logo img {
    width: 130px;
    height: auto;
  }
  .slider-wrap .slider-box .slider-content {
    padding: 26px 20px;
    height: 400px;
    width: 276px;
  }

  .accelerate {
    background: transparent;
    height: auto;
    border-radius: 14.965px;
    background: linear-gradient(180deg, #5c128a -13.69%, #2a0044 100%);
    padding: 1rem 0;
  }
  .accelerate-heading h3 {
    font-size: 44px;
  }
  .accelerate-content span {
    font-size: 10px;
  }
  .accelerate-content p,
  .accelerate-content p a {
    font-size: 10px;
  }
  .accelerate-content {
    gap: 10px;
  }
  .accelerate-content .hero-top-btn a {
    width: 150px;
  }
  .accelerate img {
    margin-bottom: -5rem;
  }
  .timeline {
    flex-direction: column;
    margin: 0 2rem;
    padding: 3rem 0;
  }
  div#gform_126_validation_container {
    margin-bottom: 1rem;
  }

  .eligibility-heading-wrap {
    flex-direction: column;
  }

  .nav-pills .nav-link.active .tab-ed-button .dates,
  .nav-pills .nav-link .tab-ed-button .dates {
    display: none;
  }

  .content-wrap-timline span {
    font-size: 35px;
  }

  div#pills-tabContent {
    padding: 0;
  }
  .nav-pills .nav-link.active .tab-ed-button h3,
  .tab-ed-button h3,
  .content-wrap-timline .inner-box {
    font-size: 14px;
  }
  .nav-pills .nav-link.active,
  li.nav-item,
  .nav-pills .nav-link {
    min-width: fit-content;
  }

  .timeline-content {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 2rem;
  }
  .timeline-wrap-box {
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }
  .timeline-wrap-box .wrap-box {
    width: auto;
  }

  /* menu  */
  .mobile-toggle.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 0px;
    color: white;
  }

  .mobile-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .mobile-toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 8px;
    position: absolute;
  }
  .mobile-toggle span {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  /* .perk-popup { 
     position: absolute;
    background: #370059;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    z-index: 99;
} */

  .perk-popup {
    position: absolute;
    background: #370059;
    padding: 10px;
    border-radius: 10px;
    min-width: 260px;
    z-index: 99;
  }
  .perks-box:nth-child(odd) > .perk-popup {
    left: 0;
  }
  .perks-box:nth-child(even) > .perk-popup {
    right: 0;
  }

  .meetup-exp-icon {
    display: none;
  }
  .meetup-exp {
    padding: 0 2rem;
  }

  .meetup-exp-heading h3 {
    width: 100%;
    font-size: 32px;
  }

  .feature-card span {
    opacity: 1;
    visibility: visible;
    display: block;
    color: #fff;
    font-family: "Geist Mono";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 49px;
    letter-spacing: -1.02px;
    text-transform: capitalize;
    width: 50%;
    text-align: right;
  }

  /* mentor  */
  .mentor-mobile {
    display: block;
  }

  .mentor-mobile {
    height: 528px;
    width: auto;
  }

  .mentor-section {
    padding: 0rem 3px 1px 0rem;
  }

  .mentor-inner-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .mentor-mobile {
    height: max-content;
  }
  #hide-mentor {
    display: none;
  }

  .mentor-inner-wrap .mentor {
    display: flex !important;
  }

  .slick-dots li.slick-active button {
    background: #a020f0;
  }

  .slick-dots li button {
    background: rgba(160, 32, 240, 0.2);
  }
  .icon-section img.logo-img {
    width: 260px;
  }


  .mentor-inner-wrap .mentor .mentor-content span.mentor-name{
    font-size: 16px;
  }
  .mentor-inner-wrap .mentor .mentor-content span.mentor-description{
    color: #FFF;
    font-family: "Geist Mono";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
  }


  /* new  */
  .expect-box-wrap-section {
    overflow: hidden;
    width: 100%;
  }

  .heading-wrap .bitshift-btn {
    display: block;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
  }
  .heading-wrap {
    flex-direction: column;
    padding: 1rem 0;
    align-items: baseline;
  }
  .border-div {
    border-bottom: 1px dashed #474343;
    border-top: 1px dashed #474343;
    border-left: 0;
    border-right: 0;
  }
  .heading-wrap .heading {
    width: 100%;
    padding: 0 1rem;
  }

  .hero-top-section .icon-section {
    padding: 0 1rem 3rem 1rem;
  }
  p.subtitle {
    width: 100%;
    padding: 0 1rem;
  }

  .hero-top-section {
    align-items: baseline;
  }
}
