/* 
body{
  overflow: hidden;
}
.logo{
      margin: -22px 31px!important;
     height: 52px!important;
}

.nav{
  min-height: 19vh;
  
}
.row{
  display: flex;
}
.nav-logo{
    display: flex!important;
  align-items: center;
  justify-content: center;
}
 .nav-content{
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
} 
p{

  text-align:center;
}
.para{
  list-style-type: none;
  font-size: 26px!important;
  color: #ec7a21;
  font-weight: 900;
  padding-bottom: 10px;
  font-family: "poppins";
  text-align:center!important;
} */




.navb{
  background-color: white;
  height: 120px;
  padding: 10px 0px;

}
.nav-img img{
  width: 100px;
}
.navbar-fix{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  padding: 0px 20px;
}
.nav-con1{
  list-style-type: none;
  color: #ec7a21;
  font-weight: 900;
  font-family: "poppins";
  font-size: 26px;
}
.nav-con2{
  display: none;
}

.mag{
    background-image: url('./images/ima.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
}
.main{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;

}
.main h2{
       color:#ec7a21;
       font-size: 24px;
       font-weight: 600;
     
}
.main p{
    color:white;
    font-size: 20px;
    font-weight: 600;
    text-align: justify;
}

/* .mern-lists h2{
  color:#ec7a21;
  font-size: 24px;
  font-weight: 700;
} */
.mern-lists span{
  color:#ec7a21;
  font-size: 24px;
  font-weight: 600;
}
.mern-lists ul li{
  list-style-type: disc;
  font-size: 20px;
  color: white;
  font-weight: 600;
}

.mern-form{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  padding: 30px;
   width:100%;
    
  border-radius: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

::placeholder {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.form button {
  align-self: flex-end;
}

.flex-column > label {
  color: #151717;
  font-weight: 600;
}

.inputForm {
  border: 1.5px solid #ecedec;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: 0.2s ease-in-out;
}

.input {
  margin-left: 10px;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 100%;
 color: #6c757d;
 font-weight: 600;
}

.input:focus {
  outline: none;
}

.inputForm:focus-within {
  border: 1.5px solid #2d79f3;
}
.select {
  margin-left: 10px;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 100%;
}
.select option{
  font-weight: 600;
  color: darkgray;
}
.select:focus {
  outline: none;

}

.button-submit {
  margin: 20px 0 10px 0;
  background-color:#ec7a21;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  cursor: pointer;
}


.btn {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  border: 1px solid #ededef;
  background-color: white;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.btn:hover {
  border: 1px solid #2d79f3;
}
.duaration-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
    
.duaration-img img {
  height: 300px;

 }
 .duration-info{
  background: white;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
 }
 .duration-info-1{
      display:flex;
      flex-direction: column;
 }
 
 .duration-info-1 span{
 color: #ec7a21;
 text-align: center;
 font-size: 24px;
 font-weight: 600;
}
.duration-info-1  small{
    color: darkgray;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.mern-career h2{
  color:black;
  text-align:start;
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0;
}
.mern-career p{
  color: dimgrey;
  text-align: justify;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
  letter-spacing: 1px;
}
.career-photo{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.career-img{
  height: 400px;
}

.career-photo p{
  color: dimgrey;
  text-align: justify;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
  letter-spacing: 1px;
}
.next h3{
    text-align: start;
    color:black;
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0;
}
.next-logo{
    height: 50px;
}
.mern h2{
   color:black;
   font-size: 24px;
   font-weight: 600;
}
.mern p{
    margin: 10px 0;
    color:  dimgrey;
     font-size: 18px;
     font-weight: 600;
     letter-spacing: 1px;
     text-align: justify;
}
.key{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mern-key{
    background-color: white;
    max-width: 85%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-top: 2px solid #ec7a21  ;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 20px;
}
.mern-key h5{
    color: #ec7a21  ;
    font-weight: 20px;
}
.mern-key li{
    margin: 10px 0;
    list-style-type: none;
    font-size: 18px;
    font-weight: 600;
    color: #757574;
    margin-bottom: 15px;
}
.mern-key ul li i {
    color: #58A4B0;
    font-size: 16px;
    margin-right: 10px;
    padding: 5px 5px;
    border: 1px solid #58A4B0;
    border-radius: 20%;
  }
  .certificate h3{
    color:black;
  font-size: 24px;
  font-weight: 600;
  }
  .certificate p{
  color: dimgrey;
  font-size: 18px;
  text-align: justify;
  font-weight: 600;
  margin-bottom: 18px;
  }
  .certify{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .certify img{
    height: 220px;
  }
  .testimonials .testimonial-wrap {
    padding-left: 10px;
  }
  .testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 30px 10px;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
    border-radius: 10px;
  }
  .testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight:600;
    margin: 10px 0 5px 0;
    color: #000;
  }
  
  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
  }
  
  .testimonials .testimonial-item .stars {
    margin: 10px 0;
  }
  
  .testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
  }
  
  .testimonials .testimonial-item p {
    font-style: "Poppins";
    color: #6c757d;
    margin: 15px auto 15px auto;
    font-weight: 600;
  }
  
  .testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: darkslategray;
  }
  
  @media (max-width: 767px) {
    .testimonials .testimonial-wrap {
      padding-left: 0;
    }
  
    .testimonials .testimonial-item {
      padding: 30px;
      margin: 15px;
    }
  
    .testimonials .testimonial-item .testimonial-img {
      position: static;
      left: auto;
    }
  }
  
.faq-container {
 
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .faq-item {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .faq-item:last-child {
    border-bottom: none;
  }
  
  .faq-question {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 3px;
    padding-top: 3px;
  }
  
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    text-align: start;
    padding-left: 10px;
    padding-right: 10px;
  }
  .faq-answer p{
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
  }
  .faq-answer.active {
    border-bottom: 1px solid #e0e0e0;
  }
  
  .icon-container i {
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
  }
  
  .icon-container i.active {
    transform: rotate(90deg);
  }
  .chose-mern {
    background-image: url('./images/mer-n-why.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 20vh;
    border-radius: 20px;
 }
 
 
  .mern-why{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  .mern-why h2{
      color:#ec7a21;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 18px;
  }
  .mern-why p{
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
  }
  .mern-why button{
      border: none;
      background-color: #ec7a21;
      padding: 10px 18px;
      border-radius: 5px;
      font-weight: 600;
  }
  .mern-why button a{
    text-decoration-line: none;
    color: white;
  }
  .mern-2{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding : 1rem;
  }
  
   .slyabus h1 {
    text-align: center;  
    font-size: 24px;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1.8em;
    color: black;
  }
  section.faq {
    width: 100%;
    max-width: 640px;
    border-radius: 12px;
    padding: 2em;
    background-color: white;
    box-shadow: 2px 2px 15px 4px rgba(0, 0, 0, 0.2);
  }
  .faq-container {
    display: grid;
    gap: 1em;
  }
  
  .faq-header {
    padding: 1.2em 1em;
    font-weight: 600;
    background-color: whitesmoke;
    user-select: none;
    cursor: pointer;
    color: darkslategrey;
  }
  
  .faq-content {
    padding: 1em;
    transition: 3s;
  }
  .faq-content  li{
      list-style-type:disc;
      font-size: 14px;
      font-weight: 500;
      color: #999;
  }
  
  .faq-content p{
    font-size: 14px;
    font-weight: 500;
    color: #999;
}
.ask {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding : 1rem;
}

 .ask h1 {
  text-align: center;  
  font-size:24px;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1.8em;
  color:black;
}
section.ques {
  width: 100%;
  max-width: 940px;
  border-radius: 12px;
  padding: 2em;
  background-color: white;
  box-shadow: 2px 2px 15px 4px rgba(0, 0, 0, 0.2);
}
.ans-container {
  display: grid;
  gap: 1em;
}

.ans-header {
  padding: 1.2em 1em;
  font-weight: 600;
  background-color: whitesmoke;
  user-select: none;
  cursor: pointer;
  color: darkslategrey;
}

.ans-content {
  padding: 1em;
  transition: 3s;
}
.ans-content p{
  font-size: 14px;
  font-weight: 500;
  color: #999;
  text-align: justify;
}
.end{
  background-image: url('./images/mer-n-why.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    border-radius: 20px;
}
.end-mern{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.end p{
  font-size: 18px;
  font-weight: 600;
  color:white;
  text-align: center;
}
.end p span{
  color: #ec7a21;
  font-weight: 600;
}
  .end-btn{
    margin: 15px 0;
    border: none;
    background-color: #ec7a21;
    color: white;
    padding: 10px 18px;
    border-radius: 5px;
    font-weight: 600;
    border: none;
  }
  .end-btn a{
    text-decoration-line: none;
    color: white;
  }
.eligible{
  background-color:#EEF0EB;
}
.who h6{
  font-size: 24px;
  color: black;
  font-weight: 600;
}
.who ul li{
  list-style-type: none;
  color:dimgray;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 25px;
  font-weight: 600;
} 
.who  ul li i {
  color: #099e9c;
  font-size: 18px;
  margin-right: 5px;
  font-weight: 600;
}  
.who-img{
  display: flex;
  align-items: center;
  justify-content: center;
}  
.who-img img{
  height: 300px;
}
.mern-career-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mern-table div h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.mern-table div i {
  color: #38aac1;
  font-size: 40px;
  font-weight: 600;
  margin-right: 10px;
}

.mern-table div p {
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
  margin-bottom: 15px;
  margin-left: 45px;
  color: #6c757d;
}

.mern-first table th {
  cursor: pointer;
}

.act {
  background-color: #ec7a21   !important;
  color: white;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background:white;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.section-title h2{
  font-weight: 600;
  padding: 15px;
  font-size: 28px;
  color:black;
  margin-top: 15px;
}
.pricing .box h3 {
  font-weight: 600;
  padding: 15px;
  font-size: 18px;
  color: #ec7a21;
}
.pricing .box h4  {
  font-size: 16px;
  color: #757574;
  font-weight: 600;
}
.pricing .box span  {
  font-size: 20px;
  color:#ec7a21;
  font-weight: 600;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
}

.pricing .box ul li {
  padding-bottom: 16px;
  color: dimgrey;
  font-size: 18px;
  font-weight: 600;

}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  color: #fff;
  background-color: #ec7a21;
   text-decoration-line: none;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.pricing .box .btn-buy:hover {
  border-color: #fff;
}

.pricing .featured {
  background: #e03a3c;
}

  
  
  
#snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color:#ec7a21;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}

#snackbar.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
  
.event-cards{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 20px;
  height: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.event-cards h3{
  color:black;
  font-size: 24px;
  font-weight: 600;
  text-align: start;
  margin-bottom: 20px;
} 

.event-cards h2{
  color: #ec7a21;
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0;
} 
.event-cards span{
  color:darkgray;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
} 
.img-fluid-1{
  height: 392px !important;
  object-fit: cover;
  width: 557px;
 } 
  

 
  