@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;1,500;1,600&family=Poppins:wght@300&display=swap");
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.7;
}
.nav-logo {
  width: 12rem;
}
.navbar {
  padding: 1rem 6rem !important;
}
.navbar-nav {
  gap: 6rem;
}
.nav-item {
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

/* hero banner */
.hero-banner {
  width: 100% !important;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  /* background-image: linear-gradient(to  right, #171925 , #232324); */
  background-image: url("../images/tech-img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-main-banner {
  width: 100% !important;
  min-height: 70vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 2rem 5rem;
  background-color: #33333342;
}

.hero-img.img-fluid {
  height: 50vh;
  width: 40%;
  object-fit: cover;
  border-radius: 2rem;
  box-shadow: 0 0 5px #fff;
  border: none;
}

/* hero banner title section */
.hero-section-title {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}
.hero-section-title h1 {
  font-size: 4.2rem;
  color: #fff;
  font-weight: 900;
}
.hero-section-title p {
  font-size: 2.2rem;
  color: #e96f24;
  font-weight: 700;
}
.img-fluid.hero-nse-line {
  width: 100%;
  height: 0.8rem;
  object-fit: fill;
}

.btn .hero-banner-btn {
  color: #fff;
  font-size: 2rem;
  background-color: #e96f24;
  padding: 1rem 2rem;
  font-weight: 500;
  /* margin-top: 4rem; */
}
.btn .brocher-btn {
  color: #fff;
  font-size: 2rem;
  background-color: #3a2d7e;
  padding: 1rem 2rem;
  font-weight: 500;
}
.btn .hero-banner-btn:hover {
  color: #e96f24;
  font-size: 2rem;
  background-color: #fff;
  font-weight: 500;
}
.btn .brocher-btn:hover {
  color: #000;
  font-size: 2rem;
  background-color: #fff;
  font-weight: 500;
}
.brocher-btn {
  width: fit-content;
}

/* hero right side */

.coursePrice_card {
  width: 100%;
  height: 55vh;
  display: flex;
  justify-content: space-around;
  background-color: transparent;
}
.card.formCard {
  width: 50%;
  height: 100%;
  border: none;
}

.card.formCard .card-header {
  padding: 1rem;
  background-color: #e96f24;
  font-weight: 500;
  color: #fff;
  font-size: 1.4rem;
}

/* hero side session class section */
.class-session {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 5rem 0;

  position: relative;
}

.card.class-session-body {
  box-shadow: 0 0 20px #333;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: fit-content;
  background-color: #fff;
  border-radius: 2rem;
}
.class-session-body-mid {
  padding: 2.2rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.class-session-img {
  width: 5rem;
  height: 5rem;
  text-align: center;
}
.class-session-title {
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
}
/* carousel-inner */
.class-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 6rem;
  position: relative;
  gap: 3rem;
}
.class-content p {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
}
.indicator-btn {
  display: flex;
  gap: 2rem;
}
.indicator-btn button {
  padding: 2rem 3rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  background-color: #3a2d7e;
  border-radius: 2rem;
}
.indicator-btn button:hover {
  padding: 2rem 3rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  background-color: #e96f24;
  border-radius: 2rem;
}

/* about */

.about-section {
  background-color: #eeeeee;
  padding: 5rem 6rem;
}
.about-nse-section {
  background-color: #fff;
}
.about {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.section-heading {
  font-size: 4rem;
  text-align: center;
  text-transform: capitalize;
  color: #e96f24;
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin: auto;
  margin-bottom: 4rem;
}

/* 
.section-heading:before {
    background-color: #3A2D7E;
    content: '';
    display: block;
    height: .5rem;
    width: 75px;
    margin-bottom: .1rem;
}
.section-heading:after {
    background-color: #E96F24;
    content: '';
    display: block;
  position:absolute; 
  right:0; 
  bottom:-.7rem;
    height: .5rem;
    width: 75px;
} */

.about-left P {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
  padding: 5rem;
}
.about-nse-left p {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
  padding: 2.5rem;
}
.about img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  border-radius: 1rem;
}

/* course content */

.course-days {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 2rem;
  box-shadow: inset 0 0 20px #333;
  padding: 5rem 6rem;
  height: 100%;
}

.topic-list {
  width: 15%;
  padding: 5rem 6rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.topic-list.card {
  border-radius: 2rem;
}
.topic-list-row {
  gap: 2rem;
  display: flex;
  align-items: center;
}
.days-icon {
  width: 18rem;
  height: 20rem;
  object-fit: fill;
  text-align: center;
  /* border-radius: 50%; */
}
.days-icon-box {
  width: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-group-item.days-li {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 3rem;
  border: none;
}
.list-group-item.days-li i {
  color: #e96f24;
  font-weight: 700;
  font-size: 2.5rem;
}

#more {
  display: none;
}

/* course-obj-section */

.course-obj-section {
  background-color: #eeeeee;
  padding: 5rem 6rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.course-obj.card {
  background-color: transparent;
  padding: 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
  margin: 1rem;
  box-shadow: 0rem 0rem 0.4rem #00000088;
  border-radius: 2rem;
}

.course-obj-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  height: 100%;
}
.course-obj-text h1 {
  font-size: 3rem;
  color: #e96f24;
}

.course-obj-text p {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
}
.course-obj img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}
.objective-img {
  width: 95%;
  border-radius: 2rem;
  height: 40%;
  object-fit: cover;
}
/* elig-prere-section */

.elig-prere-section {
  padding: 5rem 6rem;
}
.elig-sec-img {
  width: 95%;
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.eligibilty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  height: 100%;
}
.eligibilty p {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
}
/* program-sched-section */

.program-sched-section {
  /* background-color: #dadada; */
  background-image: url("../images/nse/nse.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5rem 6rem;
}
.program-box {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  gap: 5rem;
}

.program {
  width: 60%;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 2rem 6rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.program-border {
  border-right: 0.2rem solid #0000006e;
}

.program-list {
  text-decoration: none;
}
.program-list li {
  font-size: 2rem;
  width: fit-content;
  background-color: transparent;
  text-decoration: none;
  border: none;
  color: #000;
  font-weight: 500;
}
.program-list li i {
  margin-right: 1rem;
  color: #e96f24;
  font-weight: 700;
}

.registration-pau-btn {
  width: fit-content;
  margin-top: 5rem;
  padding: 2rem 6rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.registration-pau-btn.btn {
  font-size: 2rem;
  text-transform: capitalize;
  background-color: #e96f24;
  color: #fff;
  padding: 2rem;
  font-weight: 500;
}
.registration-pau-btn.btn:hover {
  /* background-color: #e97024c4; */
  color: #e96f24;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* contact us */
.contact-section {
  padding: 5rem 6rem;
  background-color: #eeeeee;
}
.contact-box {
  border: 0.2rem solid #e96f24;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.contact-box p {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
}

/* faculty */

.faculty-section {
  background-color: #fff;
  padding: 5rem 6rem;
}
.card.faculty {
  display: flex;
  align-items: center;
  gap: 5rem;
  flex-direction: row;
  padding: 2rem 5rem;
  border-radius: 2rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border: none;
}
.faculty-left {
  width: 30%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.img-fluid.faculty-img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  border: 0.3rem solid #e96f24;
}
.faculty-left h1 {
  font-size: 2rem;
  text-align: center;
  color: #e96f24;
  line-height: 3rem;
  font-weight: 700;
}
.faculty-right {
  width: 70%;
}

.faculty-right h1 {
  line-height: 3rem;
  font-size: 2.2rem;
  color: #000;
  font-weight: 500;
}

/* addition-ben-section */

.addition-ben-section {
  background-color: #eeeeee;
  padding: 5rem 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.additional-ben {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.card.additional-ben-card {
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.additional-ben-card h1 {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
}

.additional-ben-card img {
  width: 50%;
}
/* disclaimer-section */

.disclaimer-section {
  padding: 5rem 6rem;
  background-color: #fff;
}

.disc-li {
  font-size: 1.8rem;
}
footer {
  background-color: #fff;
  padding: 2rem;
}
footer h1 {
  font-size: 2rem;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}

/* responsive part */

/* @media (min-width: 768px) and (max-width: 991.98px) { 
    html,body{
        font-size: 50%;
    }
    .hero-section-title h1{
        font-size: 4rem;
    }
} */

/* responsive */
/* 200px - 575px */
@media (min-width: 200px) and (max-width: 575.98px) {
  html {
    font-size: 50%;
  }
  .navbar-nav {
    gap: 1rem;
  }
  .navbar {
    padding: 1rem !important;
  }

  .hero-main-banner {
    padding: 0%;
    height: 150vh;
  }
  .hero-section-title h1 {
    font-size: 1.5rem;
  }
  .btn .hero-banner-btn {
    font-size: 1.2rem;
  }
  .btn .brocher-btn {
    font-size: 1.2rem;
  }
  .btn .hero-banner-btn:hover {
    font-size: 1.2rem;
  }
  .btn .brocher-btn:hover {
    font-size: 1.2rem;
  }

  /* form */

  .card.formCard {
    width: 100%;
    height: 100%;
    border: none;
    position: relative;
    margin-top: -5rem;
  }
  .coursePrice_card {
    height: 80vh;
  }

  /* class sched */

  .class-session-title {
    font-size: 1.2rem;
  }

  .card.class-session-body {
    flex-direction: column;
  }

  /* about */

  .about-section {
    padding: 5rem 0;
  }
  .section-heading {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .about-left P {
    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
    padding: 5rem 2rem;
  }
  .about-nse-left P {
    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
    padding: 5rem 2rem;
  }

  /* course content */

  .course-obj-section {
    padding: 5rem 0%;
  }

  .course-obj.card {
    padding: 1rem;
  }
  .course-obj.card img {
    width: 100%;
    border-radius: 2rem;
  }
  .course-obj-text p {
    font-size: 1.8rem;
    margin-top: 2rem;
  }

  /* eligibility */

  .elig-prere-section {
    padding: 5rem 1rem;
  }
  .eligibilty p {
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
  }
  .elig-sec-img {
    margin-bottom: 2rem;
  }

  /* program */

  .program-sched-section {
    padding: 5rem 1rem;
  }
  .program {
    width: 100%;
    padding: 2rem;
  }

  .program-list li {
    font-size: 1.4rem;
  }
  .prog-h1 {
    margin-top: 2rem;
  }

  /* contact */

  .contact-section {
    padding: 5rem 1rem;
  }
  .contact-box p {
    font-size: 1.4rem;
  }

  .faculty-section {
    background-color: #fff;
    padding: 5rem 1rem;
  }
  .card.faculty {
    flex-direction: column;
    padding: 2rem;
  }
  .faculty-left {
    width: 100%;
  }
  .faculty-right {
    width: 100%;
  }
  .faculty-left h1 {
    font-size: 1.6rem;
  }
  .faculty-right h1 {
    font-size: 1.4rem;
  }

  .addition-ben-section {
    padding: 5rem 1rem;
  }
  .additional-ben-card h1 {
    font-size: 1.2rem;
  }
  footer h1 {
    font-size: 1.2rem;
  }

  /* disclaimer-section */

  .disclaimer-section {
    padding: 5rem 1rem;
  }

  .disc-li {
    font-size: 1.2rem;
  }
  #points-section .point-para {
    font-size: 1.8rem;
  }
}

/*  */

@media (min-width: 575.98px) and (max-width: 991.98px) {
  html {
    font-size: 40%;
  }
  .navbar-nav {
    gap: 1rem;
  }
  .navbar {
    padding: 1rem 1.2rem !important;
  }

  .hero-main-banner {
    padding: 0%;
    height: 135vh;
  }
  .hero-section-title h1 {
    font-size: 1.8rem;
  }
  .btn .hero-banner-btn {
    font-size: 1.4rem;
  }
  .btn .brocher-btn {
    font-size: 1.4rem;
  }
  .btn .hero-banner-btn:hover {
    font-size: 1.4rem;
  }
  .btn .brocher-btn:hover {
    font-size: 1.4rem;
  }

  .class-session {
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 5rem;
    position: relative;
  }

  /* form */

  .card.formCard {
    width: 80%;
    height: 100%;
    border: none;
    position: relative;
  }
  .coursePrice_card {
    height: 80vh;
  }

  /* class sched */

  .class-session-title {
    font-size: 1.2rem;
  }

  .card.class-session-body {
    flex-direction: row;
  }

  /* about */

  .about-section {
    padding: 5rem 0;
  }
  .section-heading {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .about-left P {
    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
    padding: 5rem 2rem;
  }
  .about-nse-left P {
    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
    padding: 5rem 2rem;
  }

  /* course content */

  .course-obj-section {
    padding: 5rem 0%;
  }

  .course-obj.card {
    padding: 1rem;
  }
  .course-obj.card img {
    width: 100%;
    border-radius: 2rem;
  }
  .course-obj-text p {
    font-size: 1.8rem;
    margin-top: 2rem;
  }

  /* eligibility */

  .elig-prere-section {
    padding: 5rem 1rem;
  }
  .eligibilty p {
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
  }
  .elig-sec-img {
    margin-bottom: 2rem;
  }

  /* program */

  .program-sched-section {
    padding: 5rem 1rem;
  }
  .program {
    width: 80%;
    padding: 2rem;
  }

  .program-list li {
    font-size: 1.4rem;
  }
  .prog-h1 {
    margin-top: 2rem;
  }

  /* contact */

  .contact-section {
    padding: 5rem 1rem;
  }
  .contact-box p {
    font-size: 1.4rem;
  }

  .about-nse-left p {
    font-size: 1.4rem;
  }

  .faculty-section {
    background-color: #fff;
    padding: 5rem 1rem;
  }
  .card.faculty {
    /* flex-direction: column; */
    padding: 2rem;
  }
  .faculty-left {
    width: 100%;
  }
  .faculty-right {
    width: 100%;
  }
  .faculty-left h1 {
    font-size: 1.6rem;
  }
  .faculty-right h1 {
    font-size: 1.6rem;
  }

  .addition-ben-section {
    padding: 5rem 1rem;
  }
  .additional-ben-card h1 {
    font-size: 1.2rem;
  }
  footer h1 {
    font-size: 1.2rem;
  }

  .disclaimer-section {
    padding: 5rem 1rem;
  }

  .disc-li {
    font-size: 1.5rem;
  }
}

/* @media (min-width: 200px) and (max-width: 575.98px) */

@media (min-width: 991.98px) and (max-width: 1399.98px) {
  html {
    font-size: 30%;
  }
  .nav-item {
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  .navbar-nav {
    gap: 1rem;
  }
  .hero-section-title h1 {
    font-size: 3rem;
  }
  .btn .hero-banner-btn {
    font-size: 1.8rem;
  }
  .btn .brocher-btn {
    font-size: 1.8rem;
  }
  .btn .hero-banner-btn:hover {
    font-size: 1.8rem;
  }
  .btn .brocher-btn:hover {
    font-size: 1.8rem;
  }

  .card.formCard {
    width: 80%;
    height: 100%;
    border: none;
    position: relative;
  }

  .class-session-title {
    font-size: 1.6rem;
  }

  .about-section {
    padding: 5rem 2rem;
  }
  .section-heading {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .about-left P {
    font-size: 1.8rem;
    color: #000;
    font-weight: 500;
    padding: 5rem 2rem;
  }
  .about-nse-left p {
    font-size: 1.8rem;
  }

  /* course content */

  .course-obj-section {
    padding: 5rem 2rem;
  }
  .course-obj-text p {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  .course-obj.card img {
    width: 80%;
    border-radius: 2rem;
  }

  /* eligibility */

  .elig-prere-section {
    padding: 5rem 2rem;
  }
  .eligibilty p {
    font-size: 1.8rem;
  }

  .program-sched-section {
    padding: 5rem 2rem;
  }
  .program {
    width: 80%;
    padding: 2rem;
  }

  .program-list li {
    font-size: 1.8rem;
  }
  .prog-h1 {
    margin-top: 2rem;
  }

  .contact-box p {
    font-size: 1.8rem;
  }

  .faculty-left h1 {
    font-size: 1.8rem;
  }
  .faculty-right h1 {
    font-size: 1.8rem;
  }
  .addition-ben-section {
    padding: 5rem 2rem;
  }
  .additional-ben-card h1 {
    font-size: 1.6rem;
  }
  .disclaimer-section {
    padding: 5rem 2rem;
  }

  .disc-li {
    font-size: 1.6rem;
  }
}

/*download brochure form*/
.modal-logo {
  max-width: 100px;
}

.get_in_touch_innerForm_input {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.get_in_touch_innerForm_input .form-control {
  border-radius: 0px;
  border: none;
  background-color: #f2f2f3;
  font-size: 1.1rem;
  color: #777;
  padding: 0.5rem 1.2rem;
  border-radius: 0.3rem;
}

.get_in_touch_innerForm_input span {
  display: flex;
  gap: 1.2rem;
}

.get_in_touch_innerForm_input button {
  padding: 0.8rem 1.6rem;
  color: #fff;
  background-color: #392d7d;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  font-weight: 500;
}
