@import url('https://fonts.googleapis.com/css2?family=Cairo+Play:wght@200..1000&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&family=Pacifico&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root {
    --nse-purple: #392E7D;
    --nse-red: #E41F28;
    --nse-orange: #E96F24;
    --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;
    --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-light: #f8f9fa;
    --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-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-dark: #212529;
    --bs-light-green: #58baab;
  }

*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: "IBM Plex Sans", serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
p{
    margin-bottom: 0%;
}


html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    height: 100%;
}

/* loader */
.loader {
    border: 16px solid #f3f3f3; /* Light grey background */
    border-top: 16px solid #3498db; /* Blue color */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite; /* Spin animation */
  }

  /* Keyframes for the spin animation */
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /* Hidden loader when page is loaded */
  .hidden {
    display: none;
  }
/* loader */

main{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 4.5rem;
    /* gap:3.5rem; */
}
/* Universal classess */

/* text */

.heading{
    font-size: 1.6rem;
    padding-block: 1.5rem;
    text-align: center;
    font-weight: 600;
    background: linear-gradient(to right,  #392E7D,  #E41F28,  #E96F24,   #F1B519 );
    -webkit-background-clip: text;
    color: transparent;
    width: fit-content;
    justify-self: center;
}
.cardheading{
    font-size: 1.05rem;
}
.paraheading{
    font-size:1.25rem;
}

.cardtextone{
    font-size: 15px;
}
.cardtexttwo{
    font-size: 0.95rem;
}

/* section starts from here */

.sectioncontainer{
    width: 100%;
    padding-inline: 3rem;
    
}


/* nabar starts from here  */
.navbaron{
    display: flex;
    justify-content: space-between;
}

.navbaron img{
    max-width: 100%;
}

header{
    min-height: 12vh;
    width: -webkit-fill-available;
    position: fixed;
    display: flex;
    align-items: center;
    top: 0%;
    z-index: 99;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header .nav{
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
}
.header .nav img:nth-child(1){
    max-width: 100px;
    height: fit-content;
}
.header .nav img:nth-child(2){
    max-width: 200px;
    height: fit-content;
}


/* main starts from here  */
.bodymain{
    overflow-y: hidden;
    background-color: var(--bg-main-theme);
}

.sectionsmain{
    background-color: var(--white-color);
}
#hero,
#mbaprograms,
#pgdiploma,
#workingproffesionals,
#howtoenroll,
#aboutnse,
#contactus,
#aboutbootcamp{
    padding-bottom: 3rem;

}

/* hero starst from here  */

#hero{
    min-height: 90vh;
    width: 100%;
    background-size: cover;
    background-image: url(../images/banners/TATA\ \ AIA\ banner.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}



.herobody{
    display: flex;
    gap: 1rem;
    padding-block: 3rem;
    height: 85vh;
}



.herobody>div{
    max-width: 40%;
    width: 100%;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    justify-content: center;
}

.nselineimage{
    max-width: 82%;
}

.heroimg img{
    border-radius: 10px;
}

.herobody h1{
    font-size: 3rem;
    font-weight: 600;
    color: white;
}

.herobody h4{
    font-size: 2rem;
    color: var(--nse-orange);
}

.porgrambtn{
    padding: 1rem;
    max-width: 200px;
    width: 100%;
    color: white;
    font-weight: 600;
    background-color: var(--nse-orange);

}

.herologocards {
    display: flex;
    gap: 1rem;
    position: relative;
    overflow: hidden; 
    justify-content: center;
    align-items: center;
  }
  

.herologocards .logocard{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid rgba(128, 128, 128, 0.418);
    max-width: 200px;
    height: 15vh;
    width: 100%;
    background-color: white;
    
    padding: 5px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.herologocards .logocard img{
    width: 100%;
    height: fit-content;
}

/* mbaprograms starts from here */
/* #mbaprograms{
    background-color: white;
} */

.programcards{
    border-radius: 5px;
    color: white;
    justify-self: center;
    width: fit-content;
    background-color: var(--nse-orange);
    text-align: center;
    /* color: var(--nse-orange); */
    padding: 0.5rem;
    margin-block: 2rem;
    font-size: 1.7rem;
}

.programsbodycards{
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.programsbodycard{
    border-radius: 10px;
    max-width: 375px;
    width: 100%;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.programsbodycard:hover .programsbodycardimg .programsbodycardmainimg{
    transition: 1s ease-in-out;
    scale: 1.02;
}

.programsbodycardmainimg {
    min-height: 226px;
}

.programsbodycardimg{
    width: 100%;
    position: relative;
}

.programsbodycardimg img{
    width: 100%;
    height: 10vh;
}

.programsbodycardimg .cardlogo{
    max-width: 70%;
    min-height: 10vh;
    background-color: white;
    left: 2%;
    bottom: 2%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
} 

.programsbodycardpara{
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
    min-height: 20vh;
}
.programsbodycardpara h4{
    min-height: 7vh;
}

.programsbodycardbuttons{
    width: 100%;
    align-self: flex-end;
    justify-self: baseline;
    display: flex;
    justify-content: space-between;
    padding: 1rem 10px;
    gap: 1rem;
}

.programsbodycardbuttons .btn{
    flex-grow: 1;
    border: 1px solid var(--nse-purple);
}

.programsbodycardbuttons .btn:nth-child(1){
    background-color: var(--nse-purple);
    color: white;
}

.duration{
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}
.cardtextone{
font-weight: 600;
}

#pgdiploma{
    background-color:#F3F6F8 ;
    padding-bottom: 3rem;
}

/* how to enroll starts from here  */
.howtoenrollbody{
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.howtoenrollbody{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 3rem;
    border-radius: 30px;
    gap: 2rem;
    justify-content: space-evenly;
}

.howtoenrollbody .howtoenrollpara{
    max-width: 700px;
    width: 100%;
}

.howtoenrollbody .howtoenrollbtn{
    display: flex;
    justify-content: start;
    width: 100%;
}

.howtoenrollbody .howtoenrollbtn .btn{
    width: 100%;
    background: linear-gradient(to right,  #392E7D,  #E41F28,  #E96F24,   #F1B519 );
    color: white;
    max-width: 200px;
    padding: 0.5rem;
}

/* about nse start from here  */

.aboutnsebody{
    display: flex;
    align-items: center;
    gap: 3rem;
    /* flex-direction: row-reverse; */
}

.aboutnsebodypara{
    text-align: justify;
    max-width: 50%;
    width: 100%;
    padding: 3rem;
}

.aboutnsebodyimg{
    max-width: 40%;
    width: 100%;
}

.aboutnsebodyimg img{
    
    width: 100%;
}

.aboutnsebodyimgone{
    border: 10px solid white;
    top: 10%;
    z-index: 0;
    outline-offset: 10px;
    outline: 1px solid var(--nse-purple);
}

/* contact starts fome here  */
#contactus{
background-color: var(--nse-purple);
color: white;
text-align: center;
padding-block: 3rem;
}

#contactus .heading{
    color: white;
}
.contactusbody{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.contactusbodypara{
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
.contactusbodypara a{
    text-decoration: none;
    color: white;
}
.contactcard{
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    min-width: 320px;
    align-items: center;
}

.contactcard.btn{
    background-color: var(--white-color);
    padding-block: 1rem;
    color: var(--nse-purple);
    font-weight: 600;
}
.contactcard.btn i,
.contactcard i{
    /* font-size: 1rem; */
    /* margin-top: 4px; */
}

/* disclaimer starts from here */

#disclaimer .heading{
    text-align: left;
}

.disclaimerlist {
    display: flex;
    gap:0.5rem;
}

.disclaimerlist i{
    min-width: 10px;
    margin-top: 5px;
}


/* media */

@media (max-width:991px) {
    body{
        width: 100%;
    }
    .sectioncontainer{
        padding-inline: 1rem;
    }
    .herobody{
        flex-wrap: wrap;
       height: 50vh;

    }
    #hero {
        min-height: 75vh;
        background-color: #392e7d;
        background-image: none;
    }
    .herobody>div{
        max-width: 100%;
    }
    .herologocards{
        flex-wrap: wrap;
    }
    .herologocards .logocard{
        max-width: 120px;
        height: 6vh;
    }
    .howtoenrollbody{
        flex-wrap: wrap;
        padding: 1rem;
    }
    .howtoenrollbody .howtoenrollpara {
        max-width: 100%;
        padding: 1rem;
    }
    .howtoenrollbtn{
        max-width: 100%;
    }
    .aboutnsebody{
        flex-wrap: wrap;
        gap: 1rem;
        flex-direction: column-reverse;
    }
    .aboutnsebodypara{
        padding: 1rem;
    }
    .aboutnsebodypara,
    .aboutnsebodyimg{
        max-width: 100%;
    }
}


/* modal form css starts from here */
#registerModal {
    z-index: 999999999999;
  }
  #registerModal .modal-header img {
    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_title h4 {
    font-size: 0.9rem;
    color: #392d7d;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0;
  }
  
  .get_in_touch_innerForm_input {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding: 20px;
  }
  .get_in_touch_innerForm_input .form-control {
    border-radius: 0px;
    border: none;
    background-color: #f2f2f3;
    font-size: 1rem;
    color: #777;
    border-radius: 0.3rem;
  }
  .get_in_touch_innerForm_input .form-control:focus {
    width: 100%;
    box-shadow: none;
    outline: none;
    background-color: #f2f2f3;
  }
  .get_in_touch_innerForm_input span {
    display: flex;
    gap: 1.2rem;
  }
  .get_in_touch_innerForm_input select {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
      rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    font-size: 1rem;
    border: none;
    color: #777;
  }
  .get_in_touch_innerForm_input .form-control::placeholder {
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #777;
  }
  .get_in_touch_innerForm_input button {
    padding: 0.8rem 1.2rem;
    color: #fff;
    background-color: #392d7d;
    border: none;
    border-radius: 0.4rem;
    font-size: 0.9rem;
    font-weight: 500;
  }
  
  .btn-close {
    font-size: 0.9rem;
