@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 {
    --nism-purple: #020076;
    --nism-red: #E41F28;
    --nism-orange: #E34D00;
    --nism-yellow: #F1B519;
    --MIT-blue: #28A5C1;
    --MIT-yellow: #FCB71C;
    --nism-light-purple: #4c3ea7a6;
    --nism-light-orange: #fd7e14c4;
    --nism-light-red: #f33c44a8;
    --nism-light-yellow: #f9c53da8;
    --nism-ex-light-purple: #392e7d89;
    --nism-ex-light-orange: #fd7e1461;
    --nism-ex-light-red: #e41f284f;
    --nism-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;
  }
/* module hero starts from here*/

#heroin{
    width: 100%;
    position: relative;
  }
  #heroin .sectionBox{
    margin: 0 9rem;
    top: 30%;
  }
  .heroinbg{
    width: 100%;
    height: 65vh;
    min-height: 65vh;
    background-color: #020076;
    position: absolute;
    z-index: 0;
  }
  .heroinMainDiv{
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 10rem;
    z-index: 3;
    padding-bottom: 2rem;

  }

  .leftHeroin{
    width: 65%;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    gap: 1.7rem;
  }
  .leftHeroin h2{
    color: #fff;
  }
  .rightHeroin{
    width: 35%;
    display: flex;
    align-items: start;
    justify-content: end;

  }
.moduleherobodyimg {
    height: 50vh;
    width: 70%;
    display: flex;
    align-items: end;
    /* justify-content: center; */
}
.moduleherobodypara h2{
    color: #fff;
}
.moduleherobodyimg img {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
    object-fit: cover;
}

.moduleherobodybuttons{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.moduleherobodybuttons .btn{
    background-color: white;
    color: #020076;
    font-weight: 600;
    border-radius: 0%;
    border: 1px solid #020076;
    border-radius: 5px;
}

#moduleshedule{
    padding: 3rem 0;
    background-color: #E9E9E9;
}
.moduleshedulecards {
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-block: 10px;
    border-radius: 5px;
    gap: 1.5rem;
    padding: 2rem 0;
}

.moduleshedulecards .hrline{
    width: 1px;
    min-height: 5vh;
    background-color: #00000018;
}

.moduleshedulecard{
  display: flex;
  align-items: center;
  flex-grow: 1;
  max-width: 25%;
  /* align-items: center; */
  width: 100%;
  gap: 1.5rem;
}

.moduleshedulecard .moduleshedulecardimg{
    align-self: center;
    max-width: 35px;

}
.moduleshedulecard .moduleshedulecardimg i{
    font-size: 2rem;
    color: #020076;
}
.lefttHeroin p{
    width: 100%;
    text-align: justify;
    font-weight: 600;
}

.rightHeroin  .sideSection{
    width: 80%;
    border: 1px solid #020076;
    background-color: #fff;
    margin-top: 4.5rem;
}

.rightHeroin   .sideCardTop{
    padding: 1.2rem;
    text-align: center;
    border-bottom: 1px solid #020076;
  }
  .rightHeroin  .sideCardImgDiv{
    width: 100%;
    height: 30vh;
    max-width: 700px;
    /* new */
    background-color: #ffffff;
    position: relative;
  }
  .rightHeroin  .sideCardImgDiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .previewIcon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    color: #029e9d;
  }
  .textpreview {
    padding-top: 1rem;
  }
  .sideCardBottom{
    padding: 1.2rem;

  }
  .priceDiv{
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .priceDiv i{
    font-size: 2rem;
    color: rgb(65, 105, 225);
  }
  .btnDiv{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    gap: 1rem;
  }
  .btnDiv a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 0.5rem ;
    border: 3px solid #020076;
    text-transform: uppercase;
    color: #fff;
    background-color: #020076;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
  }
 
  .btnDiv a:hover{
    scale: 1.05;
  }

  .cardDets{
    margin-top: 2rem;
  }
  .dets{
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
  }
  .detsChild{
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .detsChild i{
    font-size: 1.2rem;
    color: #020076;
    
  }

  .icon{
    width: 25px;
  }
#whoshoudtakethiscourse{
    width: 100%;
}
/*  Who should take this course */
#whoshoudtakethiscourse .sectioncontainer{
    display: flex;
    flex-direction: column;
    width: 100%;
    /* align-items: center; */
}

.whoshoudtakethiscoursebody{
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.whoshoudtakethiscoursebodycards{
    display: flex;
    /* gap: 1rem; */
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem;
    
    
}
.whoshoudtakethiscoursebodycard{
    align-items: start;
    display: flex;
    border-radius: 5px;
    gap: 0.5rem;
    width: 100%;
}
.whoshoudtakethiscoursebodycard i{
    margin-top: 2.5px;
    color: var(--nism-purple);
}


/* course content starts from here */

#coursecontentcourse{
    width: 100%;
    background-color: #E9E9E9;
    padding-bottom: 2rem;
}
#coursecontentcourse .sectioncontainer{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.coursecontentcoursebody{
    display: flex;
    gap: 1rem;
    max-width: 70%;
    width: 100%;
}


.coursecontentcoursebody .coursecontentcoursepara{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0rem;
}



.coursecontentcoursebody .coursecontentcoursepara .coursecontentcourseparalist p{
    font-weight: 500;
    padding: 1rem;
    margin: 10px 0px;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* border: 1px solid var(--MIT-blue); */
    border-radius: 5px;
}

.coursecontentcourseinnerparaone{
    padding: 1rem;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



.coursecontentcourseinnerparaone,.coursecontentcourseinnerparatwo {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.coursecontentcourseinnerparatwoinner{
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-evenly;
}

.coursecontentcourseinnerparatwoinner>div{
    max-width: 40%;
}

.coursecontentcourseinnerparatwoinner>div video{
    width: 100%;
}

.coursecontentcourseinnerparatwoinnerpara{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.coursecontentcourseinnerparatwoinnerpara .heading{
    color: white;
}

.coursecontentcourseinnerparatwo{
    /* background-image: url(../images/banners/darkblubanner.jpg); */
    background-color: #E9E9E9;
    width: 100%;
    min-height: fit-content ;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding-bottom: 2rem ;
}

.coursecontentcourseinnerparatwoinnerimg{
    max-width: 350px; 
    /* max-height: 200px; */
    width: 100%;
    margin: auto;
}

.coursecontentcourseinnerparatwoinnerimg img{
    height: max-content;
    width: 100%;
}



.coursecontentcoursebody .coursecontentcoursecontact{
    position: sticky;
    top: 0%;
    max-width: 35%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
 
}



.coursecontentcoursebody .coursecontentcoursecontactbodycard{
    border-radius: 10px;
    padding: 5px;
}

.coursecontentcoursecontactbodycardinner{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.coursecontentcoursecontactbodycardinnerpara{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    gap: 1rem;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 1rem;
}

.coursecontentcoursecontactbodycardinnerpara i{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coursecontentcoursecontactbodycardinnerpara  .hr_line{
    width: 1px;
    height: 100%;
    min-height: 10vh;
    background-color: var(--nism-orange);
    align-self: flex-end;
}

.coursecontentcoursecontactbodycardinnerpara a{
    max-width: 80%;
    width: 100%;
}

.coursecontentcoursecontactbodycardinner .note{
    font-size: smaller;
}

/* fee starts from here */

.feecards{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feecard{
    min-width: 80%;
    background-color: var(--MIT-blue);
    padding: 3rem;
    border-radius: 30px;
    text-align: center;
    color: white;
}
.feecard .cardtextone span{
    font-size: 2rem;
}



/* contact starts from here */

#coursecontact{
    background-color: var(--nism-purple);
    color: white;
    text-align: center;
    padding-block:1rem 3rem;
}

#coursecontact .heading{
    color: white;
}

.coursecontactbodypara{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#coursecontact  a{
    color: white;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

#coursecontact  a i{
    margin-top: 3px;
}

/* faq starsts from here */
#coursefaqs .sectioncontainer{
    display: flex;
    align-items: center;
    flex-direction: column;
}

#coursefaqs #courseFAQ{
    width: 100%;
}
#coursefaqs .accordion-button::after{
    color: #E66F25;
}
#coursefaqs .accordion{
   display: flex;
   flex-direction: column;
   gap: 0.5rem;
   width: 100%;
}

#coursefaqs .accordion .accordion-item{
    border: 1px solid var(--MIT-blue);
    border-radius: 5px;
}

#coursefaqs .accordion-button:not(.collapsed){
    background-color: transparent;
    font-weight: 600;
    color: var(--MIT-blue);
    box-shadow: none;
}
#coursefaqs .accordion-button:focus{
   border: none;
   box-shadow: none;
}
#courseContentAndWhoShouldTakethisCourse_Parant{
    display: flex;
    width: 100%;
    background-color: #E9E9E9;
}
#courseContentAndWhoShouldTakethisCourse_Parant .whoshoudtakethiscourse{
    width: 50%;
    background-color: #18d26b;
}



  #coursecontentcourse .accordion .accordion-item {
    border: 1px solid #020076;
    border-radius: 5px;
}
#coursecontentcourse .accordion-button:focus{
    outline: none;
    box-shadow: none;
}
#coursecontentcourse .accordion-button:not(.collapsed){
    background-color: rgb(245, 245, 245);
    color: black;
}
#coursecontentcourse .accordion-button:not(.collapsed) {
    color: #020076;
    font-weight: 600;
    /* background-color: #e7f1ff; */
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

#coursecontentcourse .courseContentbody {
    width: 100%;
    max-width: 100%;
}
#coursecontentcourse .accordion {
    display: flex
;
    flex-direction: column;
    gap: 0.5rem;
}
#coursecontentcourse .accordion .accordion-item:focus{
    border: none !important;
}
#coursecontentcourse .accordion-button {
    padding: 1.5rem 1.25rem !important;
}
.coursecontentcourseinnerparatwo .accordion{
    width: 82vw;
  }
  .coursecontentcourseinnerparatwo .sectioncontainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  @media (min-width: 601px) and (max-width: 1099px){
    .heroinMainDiv{
        flex-direction: column;
    }
    .leftHeroin {
        width:100%;
        color: #000;
        display: flex
    ;
        flex-direction: column;
        align-items: flex-start;
        justify-content: start;
        gap: 1.7rem;
    }
    .leftHeroin h2 {
        color: #fff;
        margin: auto;
    }
    #heroin .sectionBox{
        margin: 0 2rem !important;

    }
    .heroinbg {
        height: 20vh;
    
    }
    .rightHeroin {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .leftHeroin p{
        text-align: justify;
    }
    .moduleherobodyimg {
        width: 100%;
        display: flex;
        align-items: end;
    }
    .paratextone{
        font-size: 2vw;
    }
        .whoshoudtakethiscoursebody{
            max-width: 100%;
        }
        .coursecontentcoursebody{
            max-width: 100%;
        }
        .coursecontentcourseinnerparatwoinner{
            flex-direction: column;
        }
        .coursecontentcourseinnerparatwoinner>div{
            max-width: 100%;
        }
        #coursefaqs .coursefaqsbody {
            max-width: 100%;
        }
        #courseContentAndWhoShouldTakethisCourse_Parant{
            flex-direction: column;
        }
        
        .moduleHeroSideBody {
            justify-content: center;
        }
        .sideCardTop {
            width: 100%;
            padding: 1.2rem;
            text-align: center;
            border-bottom: 1px solid #020076;
        }
        .moduleshedulecard{
            padding: 0 2rem;
          }
          .moduleherobodypara p {
            width: 100%;
            text-align: justify;
        }
        .moduleherobodyimg {
            
            justify-content: center;
        }
        .moduleherobodybuttons {
            justify-content: center;
        }
        .moduleherobodypara h2{
            color: #020076;
            text-align: center;
        }
        #coursecontentcourse .courseContentbody {
            width: 100%;
            max-width: 100vw;
    
        }
        .coursecontentcourseinnerparatwo {
            min-height: 50vh;
    
        }
        #modulehero .sectioncontainer .moduleherobody {
            gap: 3rem;
        }
        .moduleherobodyimg img {
            width: 100%;
            border-radius: 10px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        }
        .sideSection{
            margin-top: 1rem;
        }
        .moduleshedulecards {
            padding-block: 10px;
            border-radius: 5px;
            gap: 0.5rem;
        }
    
}


@media (max-width:600px){
    .moduleHeroSideBody .sideCardTop {
        width: 100%;
        padding: 1.2rem;
        text-align: center;
        border-bottom: 1px solid #020076;
    }

    .leftHeroin{
        width: 100% !important;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.7rem;
}
.moduleherobodyimg {
    justify-content: center;
    margin: auto;
    width: 100%;
    height: 29vh;
}
.moduleshedulecards{
    flex-direction: column;
    border: 1px solid #020076 ;

}
.moduleshedulecard{
    max-width: 100%;
    align-items: center;
    padding: 0 2rem;
}
.moduleshedulecards span{
    display: none !important;
}
    #heroin .sectionBox{
        margin: 0 0 !important;

    }
    .heroinMainDiv {
        flex-direction: column-reverse;
        gap: 2rem;
    }
    .rightHeroin {
        width: 100% !important;
    }
    .leftHeroin {
        width: 100% !important;

    }
    .rightHeroin .sideSection {
        width: 100%;
    }
    .leftHeroin h2 {
        color: #020076 !important;
        text-align: center;
        font-size: 1.5rem;
    }
    .leftHeroin p{
        text-align: justify;
    }
    .moduleherobodybuttons {
        margin: 1rem auto;
    }
    #heroin .sectionBox{
        margin: 0 1rem !important;
        top: 30%;
      }
      .paratextone {
        font-size: 4vw !important;
    }
    #coursecontentcourse .courseContentbody {
        width: 100%;
        max-width: 90%;
    }
} 
@media (max-width: 991px) {
    .btnDiv button{
        width: 150px;
    }
    
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/logos/icons8-plus-ice-cream/icons8-plus-480.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s sease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/logos/icons8-plus-ice-cream/icons8-plus-480.png);
    transform: rotate(-180deg);
}

.sideSection .btn-primary{
    background-color: transparent !important;
    border-color: transparent !important;
}

.sideSection .btn-primary:hover {
    color: #019b9d;
    background-color: transparent !important;
    border-color: transparent !important;
}
#previewModel iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  iframe{
    width: 100%;
  }
  .npf_wgts{
    width: 100%;
  }
#downloadBrochure{
    height: 80vh !important;
}
#downloadBrochure  section{
    height: 100%;
}