@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  transition: all .3s ease-in-out;
}

ul li {
  list-style: none;
}

/* nse colors */
:root {
  /* nse primary color */
  --nse-purple: #392E7D;
  --nse-orange: #E96F24;
  --nse-red: #E41F28;
  --nse-yellow: #F1B519;
  --MIT-blue: #22438A;
  --MIT-yellow: #FCB71C;

  --nse-light-purple: #4c3ea7a6;
  --nse-light-orange: #fd7e14c4;
  --nse-light-red: #f33c44a8;
  --nse-light-yellow: #f9c53da8;

  --nse-ex-light-purple: #392e7d89;
  --nse-ex-light-orange: #fd7e1461;
  --nse-ex-light-red: #e41f284f;
  --nse-ex-light-yellow: #f1b51952;

  --btn-color: #585858;
  --main-bg-color: #fff;
  --white-color: #fff;
  --black-color: #000;
  --gray-color: #dadada;
  --light-gray-color: #eee;
  --light-bg-color: #f7f8fc;

  --bg-main-theme: #F3F6F8;
  --bg-secondary-theme: #f7fcff;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-blue: #0d6efd;
  --bs-dark-blue: #5863a6;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0080ff;
  --bs-secondary: #6c757d;
  --bs-success: #18d26b;
  --bs-info: #00b8d4;
  --bs-warning: #ffa800;
  --bs-danger: #ff3f3f;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-light-green: #58baab;



}

/* navbar starts from here */
.navbar {
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
}

.navbar .centerr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.navbar div .navbar-logo {
  max-width: 12rem;
}

.navbar div .navbar-logo img {
  width: 100%;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .navbar {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 700px) and (min-width: 100px) {
  .navbar div .navbar-logo {
    width: 80px;
  }

  .navbar div img.IIM_logo {
    width: 80px;
  }

  .navbar {
    padding: 1rem 2rem !important;
  }

  .footer_inner {
    display: block !important;

  }


}

/* navbar end here */

/* left container */
.left-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 10px;
}

/* left heading */
.purpose-heading,
.more-heading {
  margin: 2rem;
  text-align: center;
  color: #392E7D;
}

/* left headings ends here */

/* jumbotron starts from here */
.jumbotron-banner-image {
  position: relative;
  max-width: 100%;
  /* height: 80vh; */
}

.jumbotron-banner-image img {
  width: 100%;
  max-height: 100vh;
  height: fit-content;
}


/* hero section starts from here */
.hero-section {
  padding: 20px;
  max-width: 100%;
  bottom: 10%;
  left: 3%;
  position: absolute;
  color: rgb(255, 255, 255);
}

.hero-section-inner {
  background-color: rgba(0, 0, 0, 0.564);
  padding: 10px;
  border-radius: 10px;
  filter: blur(0px 0px 5px black);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.475), -1px -1px 3px rgba(127, 127, 127, 0.767);
}

.hero-section-inner {
  width: 80%;
}

.nse-line-img {
  max-width: 100%;
  min-width: 30%;
}

.nse-line-img img {
  width: 100%;
}

/* hero section end from here */


/* perspective starts from here*/
.para {
  padding: 10px;
  /* filter: drop-shadow(2px 2px 3px black); */
  border-radius: 5px;
  display: flex;
  gap: 1rem;
  align-items: center;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.308), -2px -2px 3px rgba(0, 0, 0, 0.349);
}

.para-img {
  max-width: 300px;
  min-width: 100px;
}

.para-img img {
  width: 100%;
}


.para-icon {
  font-size: 8rem;
  opacity: 0.3;
}

.para-text {
  font-size: 1.4rem;
  color: var(--black-color);

}

/* perspective  ends here*/


/* purpose starts from here */

.purpose-cards {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}

.purpose_section_card {
  padding: 3rem 2rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 1rem;
  width: 265px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  transition: all 1s ease;
  text-align: center;
  position: relative;
}

.purpose_section_card h4 {
  min-height: 50px;
  color: var(--nse-purple);
}

.purpose_section_card p {
  font-size: 1.4rem;
}

.purpose_section_cardIMG {
  max-width: 10rem;
  max-height: 10rem;
  padding: 10px;
}

.purpose_section_cardIMG img {
  width: 100%;
  height: 100%;
}

.purpose_section_card:hover {
  scale: 0.9;
  box-shadow: 2px 2px 3px orangered, -2px -2px 3px blueviolet;
}

.purpose_section_card:hover {
  transition: all 1s ease;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

/* purpose end here */

/* more about start here */
.more-about {
  display: flex;
  gap: 2rem;
}

.more-about-img {
  max-width: 250px;
}

.more-about-img img {
  max-width: 100%;
  border-radius: 2rem;
}

.more-about-text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.more-about-text .more-about-text-list {
  display: flex;
  gap: 1rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .more-about {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
  }

  .para {
    flex-direction: column;
  }

  .purpose_section_card {
    width: 100%;
  }

  .card-container {
    margin-bottom: 10px;
  }
}

/* more about end here */


/* footer */
.footer_main {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.2rem;

}

.footer_main .nse_line_footer {
  width: 98%;
  height: .6rem;
  margin: 0 auto;
}

.footer_inner {
  display: flex;
  justify-content: space-between;
}

.footer_inner {
  font-size: 1.4rem;
  color: var(--bs-gray);
  font-weight: 400;
}

.social_media ul {
  width: fit-content;
  display: flex;
  gap: 2rem;
}

.social_media .icon {
  min-width: 2.8rem;
  width: 2.8rem;
}

.social_media .icon img {
  min-width: 2.8rem;
  width: 2.8rem;
}













































/* form starts from here */
.form-container {
  position: sticky;
  border-left: 0.5px solid lightgrey;
}

.form {
  /* min-height: 100vh; */
  top: 10%;
  position: sticky;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.title {
  font-size: 28px;
  color: var(--nse-purple);
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.title::before,
.title::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
  background-color: var(--nse-purple);
}

.title::before {
  width: 18px;
  height: 18px;
  background-color: var(--nse-purple);
}

.title::after {
  width: 18px;
  height: 18px;
  animation: pulse 1s linear infinite;
}

.message,
.signin {
  color: rgba(88, 87, 87, 0.822);
  font-size: 14px;
}

.signin {
  text-align: center;
}

.signin a {
  color: var(--nse-purple);
}

.signin a:hover {
  text-decoration: underline var(--nse-purple);
}

.flex {
  display: flex;
  width: 100%;
  gap: 6px;
}

.flex label input {
  max-width: 100%;
}

.form label {
  position: relative;
}

.form label .input {
  width: 100%;
  padding: 10px 10px 20px 10px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 10px;
  font-size: 1.3rem;
}

.form label .input+span {
  position: absolute;
  left: 10px;
  top: 15px;
  color: grey;
  font-size: 1.4em;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input:placeholder-shown+span {
  top: 15px;
  font-size: 2em;
}

.form label span {
  font-size: 1.2rem;
}

.form label .input:focus+span,
.form label .input:valid+span {
  top: 30px;
  font-size: 1.5em;
  font-weight: 600;
}

.form label .input:valid+span {
  color: green;
}

.submit {
  border: none;
  outline: none;
  background-color: var(--nse-purple);
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: .3s ease;
}

.submit:hover {
  background-color: rgb(56, 90, 194);
}

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* form ends from here */


@media screen and (max-width: 1000px) and (min-width: 100px) {
  .hero-section {
    padding: 20px;
    max-width: 100%;
    top: 10%;
    left: 3%;
    color: rgb(255, 255, 255);
  }
}

/* @media screen and (max-width: 700px) and (min-width: 100px) {
 .hero-section h1{
  font-size: 20px;
 }
 .hero-section h2{
  font-size: 15px;
 } */


/* ////// updated css ///// */

.card-container {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* width: 350px; */
  /* Adjust width as needed */
  text-align: center;
  height: 310px;
}

.card-image {
  width: 100%;
  height: 150px;
  /* Adjust height as needed */
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image covers the area without distortion */
  display: block;
}

.card-content {
  padding: 25px;
}

.card-content h2 {
  font-size: 1.5rem;
  color: #392e7d;
  margin-bottom: 25px;
  line-height: 1.3;
  font-weight: 700;
  font-style: italic;
  /* Matching the font weight from the image */
}

.learn-more-button {
  display: inline-flex;
  align-items: center;
  background-color: #392e7d;
  /* Dark purple */
  color: #ffffff;
  padding: 12px 40px;
  border-radius: 30px;
  /* Pill shape */
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  position: relative;
}

.learn-more-button:hover {
  background-color: #392e7d;
  /* Slightly darker purple on hover */
  transform: translateY(-2px);
}

.arrow-icon {
  background-color: #ffffff;
  color: #392e7d;
  /* Dark purple */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  /* margin-right: 10px; */
  left: -12px;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}