/* index.html main page starts */

/* card st */
.card {
  background-color: #FFF;
  border-radius: 10px;
  background-color: #FFF;
  /* box-shadow: 2px 4px 14px silver; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 0px !important;
}

.card:hover {
  border: 0px;
}

.card-image {
  position: relative;
  border-radius: 50%;
  background: #FFF;
}

.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-content {
  position: relative;
  row-gap: 5px;
}

/* card ends */
a {
  text-decoration: none !important;
  color: black;
}

a:hover {
  text-decoration: none;
  color: #32bbff;
}

.carousel-indicators li {
  background-color: #131313;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-indicators .active {
  background-color: #32bbff;
}

.btn-color {
  color: #020e22;
  background-color: white;
  border-radius: 20px !important;
  margin-bottom: 5px;
  white-space: wrap;

}

.carousel-item img {
  min-height: 180px;
  /* object-fit: cover; */

}

.carousel-item {
  transition: transform 0.1s ease !important;
}

/* button tabs st */
.tab-headers .tab-header,
.tab-headers-web .tab-header-web,
.tab-headers-ncert .tab-header-ncert,
.tab-headers-allclass .tab-header-allclass {
  display: inline-block;
  cursor: pointer;
  margin-right: 2px;
}

.tab-headers .tab-header.active,
.tab-headers-web .tab-header-web.active,
.tab-headers-ncert .tab-header-ncert.active,
.tab-headers-allclass .tab-header-allclass.active {
  background-color: #00aeef;
  color: #fff;
}

.tab-headers .tab-header1.active,
.tab-headers-web .tab-header1-web.active,
.tab-headers-ncert .tab-header1-ncert.active,
.tab-headers-allclass .tab-header1-allclass.active {
  background-color: #ddd;
}

.tab-content .tab-pane,
.tab-pane-web,
.tab-pane-ncert,
.tab-pane-allclass {
  display: none;
}

.tab-content .tab-pane.active,
.tab-pane-web.active,
.tab-pane-ncert.active,
.tab-pane-allclass.active {
  display: block;
}

.tab-content1 .tab-panes,
.tab-panes-web,
.tab-panes-ncert,
.tab-panes-allclass {
  display: none;
  padding: 15px;
  background-color: #F9FAFC;
}

.tab-content1 .tab-panes.active,
.tab-panes-web.active,
.tab-panes-ncert.active,
.tab-panes-allclass.active {
  display: block;
}

/* button tabs en */

.text-center h2 {
  /* font-size: 35px;
  color: rgb(0, 0, 0);
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 45px;
  text-shadow: .1px .1px rgb(0, 0, 0);
  text-transform: capitalize; */
}

/* card style starts */
.name-card {
  margin-block: 1rem;
  font-size: 20px;
  padding: 2px 18px;
  text-align: center;
  font-weight: 800;
  color: #000000;

}

.card-content p {
  margin-block: 0rem;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center !important;

}

.btn-foundation {
  background-color: #090a62;
  color: #ffffff;
  border-radius: 40px;
  font-weight: 600;
  margin-block: 1rem;
  text-align: center;
  padding: 6px 18px;
  font-size: 16px;
  margin-block: 1rem;
  border: none !important;
}

.btn-foundation:hover {
  background-color: #1c1d94;
  color: #ffffff;
}

.card-journey-1 {
  width: 360px;
  border-radius: 10px;
  /* box-shadow: 2px 4px 14px silver; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ncert-tabs-sec {
  background-color: #ffffff;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;

  border-radius: 0.5rem;
}

.journey-card-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-top: 24px;
}

.journey-card-section a:hover {
  text-decoration: none;
}

.jour_pd_bl {
  padding-block: 36px;
  background-color: #ffffff;
}

/* card style ends */

.w-main-default {
  width: 95%;
  margin: auto; 

}

.background-div {
  width: 100%; /* Adjust width as needed */
  /* height: 680px;  */
  padding-bottom: 6rem;
  background-image: url('/images/home/cracker-sh.png');
  background-size: cover; /* or 'contain' */
  background-repeat: no-repeat;
  background-position: center; /* adjust as needed */
}
/* index.html main page ends */

/* media query */
@media(max-width:940px) {

  .text-center h2 {
    /* font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: 800;
    letter-spacing: .2px;
    line-height: 30px; */
  }

}

@media screen and (max-width: 768px) {
  .journey-card-section {
    gap: 3rem !important;
    margin-top: 28px !important;
  }

  .jour_pd_bl {
    padding-inline: 10px !important;
  }
}

@media screen and (max-width: 1200px) {

  .name-card {
    font-size: 18px !important;
    font-weight: 700 !important;
  }

  .lapsm_cardsize {
    width: 50% !important;
  }
}


@media screen and (max-width: 550px) {
  .ncert-tabs-sec {
  padding-block: 0;
  background:none;
  }
}

@media screen and (max-width: 680px) {
  .lapsm_cardsize {
    width: 100% !important;
  }
}


@media screen and (max-width: 1400px) {
  .background-div {
    padding-bottom: 1rem !important;
  }
}


.registration-badge {
  position: absolute;
  top: -32px;
  right: 0px;
  background-color: #42b140;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  animation: blink 1s infinite;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
