@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: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  font-size: 62.5%;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}

:root {
  --textwhite: rgb(247, 247, 247);
  --btn-color: #585858;
  --main-bg-color: #fff;
  --purple-color: #382c79;
  --yellow-color: #efb31d;
  --orangered-color: #e26c23;
  --red-color: #e22028;
  --white-color: #fff;
  --black-color: #000;
  --gray-color: #dadada;
  --light-gray-color: #eee;
  --light-bg-color: #f7f8fc;
  --nse-purple: #392e7d;
  --nse-orange: #e96f24;
  --nse-red: #e41f28;
  --nse-yellow: #f1b519;
  --nse-light-cyan: #4cd9f5b0;
  --nse-light-purple: #4c3ea7a6;
  --nse-light-orange: #fd7e14c4;
  --nse-light-red: #f33c44a8;
  --nse-light-yellow: #f9c53da8;
  --nse-ex-light-cyan: #0dcaf066;
  --nse-ex-light-purple: #392e7d89;
  --nse-ex-light-orange: #fd7e1461;
  --nse-ex-light-red: #e41f284f;
  --nse-ex-light-yellow: #f1b51952;
  --bg-main-theme: #f3f6f8;
  --bg-secondary-theme: #f7fcff;
  --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;
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #558309;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
  --ex-light-purple: #f4effc;
  --shadow-color1: rgba(255, 255, 255, 0.1);
  --shadow-color2: rgba(50, 50, 93, 0.25);
  --shadow-color3: rgba(0, 0, 0, 0.3);
  --inner-gap: 2.5rem;
  --border-radius-btn: 1rem;
  --gradient-color: -webkit-linear-gradient(
    left,
    var(--nse-purple),
    var(--nse-red)
  );
  --gradient-white-color: -webkit-linear-gradient(
    left,
    var(--white-color),
    var(--nse-red)
  );
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
}

.heading_secondry {
  text-align: center;
}
.heading_secondry h2 {
  font-size: 3rem;
}

button {
  background-color: transparent;
  border: none;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(55, 45, 121);
  border-radius: 30px;
}

::-webkit-scrollbar-track {
  background-color: rgb(239, 179, 29);
}

.text_size1 {
  /*font-size: 1.5rem;*/
  font-size: 1.4rem;
    font-weight: 400;

}

.navigation_header {
  z-index: 99;
  background-color: white;
  position: sticky;
  width: 100%;
  top: 0%;
  height: 14vh;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  /* border: 1px solid black; */
}
.navigation_header nav{
  width: 100%;
  padding-inline: 1rem;
  /* box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px; */
  background-color: white;
}

.navbar {
  font-size: 1.5rem;
}

.header_logo {
  max-width: 120px;
}

.header_logo_ncfmpro {
  max-width: 155px;
  padding: 1rem 0rem;
}

.header_logo > img {
  width: 100%;
}

.header_logo_ncfmpro > img {
  width: 100%;
}

.dropdown-menu .dropdown-item {
  font-size: 1.3rem;
}
.navbar-nav .dropdown-menu {
  background-color: #382c79;
}
.dropdown-menu .dropdown-item {
  font-size: 1.3rem;
  border-bottom: 1px solid white;
  color: white;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: transparent !important;
}
.header {
  font-size: 1.65rem;
  font-weight: 600;
}

/* modal hero starts from here  */

.coures_pages{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.modal_hero {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.modal_hero .banner {
    z-index: -1;
    --p: 30%;
    position: absolute;
    width: 45%;
    height: 100%;
    background-color: #392E7d;
    right: 0%;
    /* HTML: <div class="slanted-edge"></div> */
    aspect-ratio: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, var(--p) 100%);
}

.modal_hero_body {
  top: 10%;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.modal_hero_body>div{
    max-width: 50%;
    width: 100%;
}

.modal_hero_body .img img{
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.589) 0px 1px 4px;
}

.modal_hero_para {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}
.modal_hero_para h1{
font-size: 3rem;
color: #382c79;
}

.modal_hero_button {
    display: flex;
    gap: 1rem;
    *{
        font-size: 14px;
    }
}

.modal_hero_button .btn:nth-child(1) {
    color: var(--white-color);
    background-color: var(--nse-purple);
}

.modal_hero_button .btn:nth-child(2) {
    border: 1px solid var(--nse-purple);
}
/* shedule starst from here */

.modal_shedule {
    margin-top: -7.5rem;

    * {
        font-size: medium;
    }
}

.shedule_cards {
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    width: 100%;
    justify-content: space-evenly;
    min-height: 15vh;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.shedule_card {
    display: flex;
    gap: 1rem;
    align-items: center;
    width: 250px;
    
}

.shedule_card p{
    font-size: 14px;
}

.shedule_card i {
    font-size: 2.5rem;
}

/* course outlin starts from here   */

.cousre_outline {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.cousre_outline>p{
    font-size: 15px;
    font-weight: 500;
}

.course_outline_cards{
    font-size: 14px;
    display: flex;
    width: 100%;
    gap: 2rem;
    align-items: center;
    justify-content: start;    
    flex-wrap: wrap;
    margin-top: 10px;
}

.course_outline_card {
  display: flex;
  gap: 2rem;
  /* align-items: center; */
  max-width: 320px;
  width: 100%;
  min-height: 10vh;
}   

.course_outline_card i{
    color: #382c79;
    font-size: 2rem;
    margin-top: 5px;
}


/* course offering starts from  */
.cousre_offering_cards{
  display: flex;
      gap: 6rem 3rem;
      margin-top: 5rem;
      flex-wrap: wrap;
      justify-content: start;

}

.esag .offering_card{
  max-width: 100% !important;
}

.cousre_offering{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}


.offering_card{
  max-width: 355px;
  width: 100%;
  gap: 1rem;
  position: relative;
  min-height: 19vh;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 10px;
}

.offering_card .inner_card_para{
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.offering_card .inner_card_para>div{
    display: flex;
    gap: 1rem;
}
.offering_card .inner_card_para>div i{
    margin-top: 5px;
    color: var(--nse-orange);
}

.offering_card>i{
  padding: 10px;
  color: #382c79;
  font-size: 3rem;
  background-color: white;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  top: -20%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  min-width: 5rem;
  min-height: 5rem;
  max-width: 5rem;
  max-height: 5rem;
}

/* eligbility starts from here  */


.eligbility{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.eligbility_cards{
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-image: url('/photos/bannerimages/7.png');
    width: 100%;
    min-height: 40vh;
}

.eligbility_cards_banner{
    background-color: rgba(245, 245, 245, 0.37);
    width: 100%;
    min-height: 40vh;
    padding: 2rem;
}

.eligbility_card{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 100%;
    display: flex;
    gap: 2rem;
    border-radius: 5px;
    font-size: 14px;
    background-color: rgba(245, 245, 245, 0.829);
    max-width: 320px;
    width: 100%;
    padding: 10px;

}

.eligbility_card i{
    margin-top: 5px;
    color: var(--nse-orange);
}
/* contact starts from here */

.contact_cards{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
}

.contact_card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    color: black;
    width: 100%;
    padding: 10px;
    background-color: var(--nse-light-purple);
}

.contact_card .contact_card_icon{
    font-size: 3rem;
    padding: 10px;
}

.contact_card_para{
    flex-grow: 1;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.contact_card_para a{
    font-size: 16px;
    color: black;
}

.line{
    width: 1px;
    height: 100%;
    min-height: 12vh;
    background-color: #000;
}

.contact_card_icon{
    display: flex;
    justify-content: center;
    max-width: 25%;
    width: 100%;
}

/* benefits starst from here  */

.benefits{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.modal_benefits_cards{
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 10px;
}

.modal_benefits_card{
    max-width: 320px;
    width: 100%;
    display: flex;
    gap: 2rem;
}
.modal_benefits_card i{
    margin-top: 4px;
    font-size: 2rem;
}


.programfees_card {
    overflow: hidden;
    background-color: rgb(248, 249, 250);
    border-radius: 5px;
    display: flex;
    flex-flow: row-reverse wrap;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px;
    gap: 3rem;
  }
  
  .programfees_card_banner {
    height: 100%;
    right: 0%;
    min-width: 20%;
    background-color: var(--nse-purple);
    position: absolute;
  }
  
  .programfees_card_inner {
    text-align: center;
    max-width: 250px;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px;
    z-index: 99;
    position: static;
    background-color: white;
    font-size: 1.2rem;
  }
  
  .programfees_card_para table tr td {
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    border: 2px solid transparent;
  }
  
  .programfees_card_para table tr td p {
    font-size: 1.2rem;
    text-align: center;
  }
  
  .programfees_card_para table tr td:nth-child(1) {
    width: 500px;
  }
  
  .programfees_card_para table tr td:nth-child(2) {
    width: 100px;
    background-color: white;
  }

  .test_details{
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  

/* footer starts from here  */


.footer {
    background-color: rgb(44, 47, 49);
    min-height: 10vh;
    font-size: 1.2rem;
    color: white;
  }
  
  .footer .container-fluid {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  
  .footer .nse_line {
    width: 100%;
    height: 5px;
  }
  
  .footer_para {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
  }
  
  .footer_text {
    display: flex;
    gap: 2rem;
  }
  
  .footer_social_icons {
    display: flex;
    gap: 2rem;
  }
  
  .footer .nse_line img {
    width: 100%;
    height: 100%;
  }
  
  .footer_social_links {
    max-width: 30px;
  }
  
  .footer_social_icons img {
    width: 100%;
  }
  .v_line{
    height: 50px;
    width: 1px;
    background-color: black;
    margin: 1rem 0rem;
  }
  /* end  */


 
  #registerModal {
    z-index: 2147483647;
    height: 100vh;
  }
  
  #registerModal .modal-header img {
    position: static !important;
    width: 8rem;
  }
  
  .get_in_touch_inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  
  .get_in_touch_inner .section_heading_main {
    color: var(--bs-white);
  }
  
  .get_in_touch_innerForm {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .get_in_touch_innerForm form {
    width: 70rem;
    min-width: 40rem;
    padding: 0px 2rem 2rem;
    border-radius: 0.8rem;
    background-color: rgb(255, 255, 255);
    z-index: 9;
  }
  
  .get_in_touch_innerForm_title h4 {
    font-size: 2rem;
    color: rgb(57, 45, 125);
    font-weight: 600;
    text-align: center;
    margin: 1rem 0px;
  }
  
  .get_in_touch_innerForm_input {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0px;
  }
  
  .get_in_touch_innerForm_input .form-control {
    border: none;
    background-color: rgb(242, 242, 243);
    font-size: 1.6rem;
    color: rgb(119, 119, 119);
    padding: 1rem 1.2rem;
    border-radius: 0.3rem;
  }
  
  .get_in_touch_innerForm_input .form-control:focus {
    width: 100%;
    box-shadow: none;
    outline: none;
    background-color: rgb(242, 242, 243);
  }
  
  .get_in_touch_innerForm_input span {
    display: flex;
    gap: 1.2rem;
  }
  
  .get_in_touch_innerForm_input select {
    padding: 1rem 1.2rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
      rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    font-size: 1.6rem;
    border: none;
    color: rgb(119, 119, 119);
  }
  
  .get_in_touch_innerForm_input .form-control::placeholder {
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: rgb(119, 119, 119);
  }
  
  .get_in_touch_innerForm_input button {
    padding: 0.8rem 1.6rem;
    color: rgb(255, 255, 255);
    background-color: rgb(57, 45, 125);
    border: none;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    font-weight: 500;
  }
  
  .btn-close {
    font-size: 1.4rem;
  }
  
  #ajaxResponseCheckoutForm {
    font-size: 1.4rem;
  }
.nse_line img{
  width: 90%;
  /* height: 2vh; */
}


  /* media starts from here */

  @media (max-width:991px) {
    .modal_hero{
        min-height: 70vh;
        /* margin-top: 15vh; */
    }
    .modal_hero_body{
      position: static;
        flex-direction: column-reverse;
    } 
    .modal_hero_body>div{
        max-width: 100%;
    }
    .modal_hero .banner {
        top: 0%;
        z-index: -1;
        --p: 70px;
        position: absolute;
        width: 100%;
        height: 30vh;
        background-color: #392E7d;
        right: 0%;
        /* HTML: <div class="slanted-edge"></div> */
        aspect-ratio: 1;
        clip-path: polygon(0 0,100% 0,100% calc(100% - var(--p)),0 100%);
    }
    .modal_hero_body .img{
        padding: 3rem
    }
    .modal_shedule {
        margin-top: 0rem;
    }
    .shedule_cards{
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .shedule_cards .line{
        width: 100%;
        min-height: 1px;
    }
    .shedule_card {
        justify-content: flex-start;
    }
    .course_outline_cards{
        flex-direction: column;
        justify-content: flex-start; 
        align-items: start;
    }
    .cousre_offering_cards{
        justify-content: center;
        /* align-items: center; */
    }
    .eligbility_cards{
        min-height: 10vh;
    }
    .eligbility_cards_banner {
        background-color: rgb(245, 245, 245);
        width: 100%;
        min-height: 10vh;
        padding: 2rem;
    }
    .v_line{
      height: 40px !important;
    }
    
  }
  @media (max-width: 499px) {
    .header_logo_ncfmpro {
        max-width: 120px;
    }
    .course_outline_card {
      min-height: 5vh;
    }
    .course_outline_cards{
      gap: 0rem;
    }
    .offering_card{
      max-width: 100%;
    }
    .cousre_offering_cards{
      justify-content: start;
    }
    .footer_text{
      flex-direction: column;
    }
    .footer .container-fluid{
      flex-direction: column;
      padding: 1rem;
    }
    .footer_text {
      gap: 1rem;
    }
    .navigation_header {
      height: 10vh;
    }
}