




/* POPUP */
/* Overlay */.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;              
  pointer-events: none;    
  transition: opacity 0.2s ease; 
}


.popup.show {
  opacity: 1;
  pointer-events: auto;    
}


.popup-content {
  background-color: white;
  width: 400px;
  height: 550px;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  margin-top: 40px;

  
  transform: translateY(100px); 
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease; 
}


.popup.show .popup-content {
  transform: translateY(0); 
  opacity: 1;
}



.popup-content h2{
 color:rgb(65, 65, 130);
  font-weight: bold;
}
.popup-content input{
border-radius: 10px;
border: 1px solid gray;
width: 100%;
height: 40px;
font-size: 16px;


}
.ppbtn{
width: 100%;
height: 40px;
border: none;
border-radius: 5px;
color: white;
 background-color:rgb(65, 65, 130);
color: white;
}

/* POPUP END */








.firstnav{
  width: 100%;
  height: 80px;
 
 
  margin-top: 20px;
  
 
}
nav{
  width: 85%;
  height: 100%;
  border: 1px solid rgb(65, 65, 130);
 
  margin: auto;
  border-radius: 20px;
  font-weight: bold;
 
 
  
 
  
}
.navbar-brand img{

   height: 70px;
  width: 180px;
  /* mix-blend-mode: screen; */
  background: transparent;
  border-radius: 20px;
 
}

.cornnav{
   
  align-items: center;
  margin-top: 15px;
  height: 150px;
  
}

.btn{
  height: 40px;
 background-color:rgb(65, 65, 130);
 color:white ;
 border: none;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 3px  3px 6px 0px  rgb(87, 117, 226);
}
.btn-free{
  height: 40px;
  border: none;
  border-radius: 10px;
    border:none;
  margin: 10px;
 background-color:rgb(65, 65, 130);
 color:white ;
 font-weight: bold;
 box-shadow: 3px  3px 6px 0px  rgb(87, 117, 226);
}
.btn-free:hover{
  background-color: white;
  color: rgb(65, 65, 130);
}


/* Navbar End */



#start.crclimg{

 height: 20px;
 width: 100%;




}

.imgdv{
  display: flex;

 margin: auto;

 border: 1px solid rgb(237, 232, 232);
 width: 30%;
 margin-top: 50px;

 height: 60px;
 border-radius: 40px;
 justify-content: center;
 align-items: center;
background-color:rgb(65, 65, 130);

 
}
.imgdv img{
height: 40px;
width: 60px;
border-radius: 50%;
 border: 1px solid rgb(237, 232, 232);


}
.imgtxt{
  margin-left: 30px;
   align-items: center;
   margin-top: 12px;
  color: white;
 font-weight: bold;

}
.txthead{

  text-align: center;
  margin-top: 20px;

}
.txthead .par1{
  font-size: 50px;

  font-weight: bold;

  line-height: 1.1;
}
.txthead .par2{
  font-size: 50px;
  color: rgb(65, 65, 130);
  font-weight: bold;
}
.par3{
  font-size: 25px;
  color: rgb(91, 89, 89);
  font-weight: bold;
}

.parbtn{
    height: 50px;
  border: none;
  border-radius: 10px;
 width: 170px;
 background-color:white ;
 color:rgb(65, 65, 130);
 border: 2px solid rgb(65, 65, 130);
 font-weight: bold;
 box-shadow: 3px  3px 6px 0px  rgb(87, 117, 226);
 
}
.parbtn:hover{
  color: white;
  background-color: rgb(65, 65, 130);
   box-shadow: 3px  3px 6px 0px  rgb(87, 117, 226);
}
.front{
  margin-top: 20px;
}
#start .frnt{
  height: 700px;
  width: 100%;
  filter:opacity(4);
 
}

















  /* cards */


  .cards{
    height: 450px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;
     background-color: rgb(65, 65, 130);
     padding: 20px;
     margin-bottom: 60px;
  }
  .card1{
    height: 100%;
    width: 37%;
    background-color:white; 
    border-radius: 30px;
    text-align: center;
    
    padding: 2px;
    color:  rgb(65, 65, 130);
  }
  .card1 img{
    height: 75%;
   width: 100%;
    border-top-left-radius: 30px;
     border-top-right-radius: 30px;
  }


  .card2{
    width: 28%;
    height:100% ;
    align-items: center;
  

  }

  

.crd1 img{
  height: 40px;
  width: 60px;
  border: 1px solid rgb(237, 232, 232);
   border-radius: 50%;
     
}
  .card2 .crd1{
    height: 48%;
    width: 100%;
    border: 2px solid  rgb(65, 65, 130);
 
    background-color:  rgb(255, 7, 77);
    padding: 30px;
    border-radius: 30px;
margin-bottom: 18px;
  
  }

  .crd1 p{
   
    
     font-size: larger;
     color: white;
font-weight: bold;
     margin-top:10px ;
     font-size: 14px;
  }
  .card2 .crd2{
    height: 48%;
    width: 100%;
    background-color: orangered;
    border-radius: 30px;
   padding: 20px;

  }
  .crd2 .crdpar{
    color: white;
    font-size: 18px;
  }


  .card3{
    width: 28%;
    height: 100%;
    border-radius: 30px;
     background-color:white; 
     color:  rgb(65, 65, 130);
     text-align: center;
  }
  .card3 img{
    height: 65%;
    width: 100% ;
  
    border-top-left-radius: 30px;
     border-top-right-radius: 30px;
  }


  .hdv{
   
    text-align: center;
    margin-top: 30px;
  }
  .hdv .hd{
    font-size: 40px;
    font-weight: bolder;
  }
  .hdv .pr{
    font-size: 40px;
  }
  .hdv span{
    color: rgb(65, 65, 130);
    font-weight: bold;
  }




  
 
   .imgslider{


    overflow: hidden;

       width: 100%;
       height: 550px;
        background-color: rgb(65, 65, 130);
 
   }
   .imgslide{
    display:flex ;
    width: 100%;
     animation: imgslides 30s ease-in-out infinite;
   
    
  }

   .imgslide img{

    margin: 5px;
    height: 500px;
  width: 33%;
    object-fit: cover;
    margin: 10px;
    border-radius: 30px;

   
   }


@keyframes imgslides {

  0%   {
     transform: translateX(0%);
     }
  10%  {
     transform: translateX(-15%);
     }

 
20% { 
    transform: translateX(-25%); 
  }
 30% {
     transform: translateX(-35%); 
  }

40%
  { 
    transform: translateX(-45%); 
  }
  50%{
    transform: translateX(-55%);
  }
  55%
  { 
    transform: translateX(-45%); 
  }
   70% {
     transform: translateX(-35%); 
  }
  80% { 
    transform: translateX(-25%); 
  }
  90% { 
    transform: translateX(-15%); 
  }
  0% { 
    transform: translateX(0%); 
  }
  }









  .coursecard{
  height: 1080px;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
  
  }
  .crscard1{
     width: 25%;
    height: 100%; 
  
    
   
  }
    .crscard2{
     width: 25%;
    height: 100%; 
  
    
   
  }
    .crscard3{
     width: 25%;
    height: 100%; 
  
    
   
  }
    .crscard4{
     width: 25%;
    height: 100%; 
  
    
   
  }

  .inrcard1{
    height: 90%;
    width: 90%;
    border-radius: 20px;
      border: 2px solid rgb(65, 65, 130);
      
    border-style: dotted;
    background-color: rgb(173, 173, 235);
    padding: 20px;
   
    
    
  }

    .inrcard2{
    height: 90%;
    width: 90%;
    border-radius: 20px;
      border: 2px solid orangered;
    border-style: dotted;
    background-color:rgb(242, 216, 167);
    padding: 20px;
   
    
    
  }

    .inrcard3{
    height: 90%;
    width: 90%;
    border-radius: 20px;
      border: 2px solid green;
    border-style: dotted;
    background-color: rgb(174, 244, 174);
    padding: 20px;
   
    
    
  }

    .inrcard4{
    height: 90%;
    width: 90%;
    border-radius: 20px;
      border: 2px solid purple;
    border-style: dotted;
    background-color: rgb(246, 224, 246);
    padding: 20px;
   
    
    
  }

  .crsimg{
    position: relative;
    border-radius: 20px;
    width: 100%;
  }
  .crsimg img{
    border-radius: 20px;
    width: 100%;
  }
  .crspar{
    position: absolute;
   top: 10%;
    color: white;
    margin-left: 10px;
    }

    .scndport{
      width: 100%;
   height: 530px;
    border: 1px solid rgb(187, 181, 181);
     border-radius: 20px;
    padding: 20px;
     margin-top: 10px;
     background-color: white;
    

    }
    .scndport .fndbtn{
      display: flex;
      justify-content: space-around;
     
     

    }
    .btn1{
      border-radius: 15px;
      height: 40px;
      border: none;
      background-color:rgb(65, 65, 130);
      color: white;
      width: 80px;
    }
    .btn2{
      border-radius: 15px;
      height: 40px;
      border: none;
      background-color:orangered;
      color: white;
      width: 80px;
    }

    .btn3{
      border-radius: 15px;
      height: 40px;
      border: none;
      background-color: green;
      color: white;
      width: 80px;
    }

    .btn4{
      border-radius: 15px;
      height: 40px;
      border: none;
      background-color: purple;
      color: white;
      width: 80px;
    }

    .anth{
      display: flex;
      justify-content: space-around;
      width: 100%;
      
    }
    .anth .anth1{
      width: 40%;
   border: 1px solid rgb(237, 232, 232);
   border-radius: 6px;
   text-align: center;

    }
      .anth .anth2{
      width: 40%;
   border: 1px solid rgb(237, 232, 232);

   border-radius: 6px;
   text-align: center;
   
    }
    .anthA{
      width: 100%;
      justify-content: center;
      text-align: center;
      margin-left: 12px;
      margin-top: 5px;
      
    }
     .anthA1{
      width: 90%;
      border: 1px solid rgb(237, 232, 232);
      
   border-radius: 6px;
   
   text-align: center;
  
    
    }

    .anthB{
      width: 95%;
    padding: 13px;
    }

    .inranth{
      padding: 15px;
          border: 1px solid rgb(187, 181, 181);
      border-radius: 20px;
     background-color: rgb(233, 239, 241);
      height: 300px;
    }

    .inranthh{
      padding: 15px;
          border: 1px solid rgb(187, 181, 181);
      border-radius: 20px;
     background-color: rgb(233, 239, 241);
      height: 450px;
    }
    .lwrcrd{
      width: 100%;
      text-align: center;
    }

    .btnenq1{
  margin-top: 20px;
    height: 40px;
    border: none;
     background-color: rgb(65, 65, 130);;
    border-radius: 10px;
color: white;
    
    }

      .btnenq2{
  margin-top: 20px;
    height: 40px;
    border: none;
     background-color: orangered;
    border-radius: 10px;
color: white;
    
    }
      .btnenq3{
  margin-top: 20px;
    height: 40px;
    border: none;
     background-color: green;
    border-radius: 10px;
color: white;
    
    }
      .btnenq4{
  margin-top: 20px;
    height: 40px;
    border: none;
     background-color: purple;
    border-radius: 10px;
color: white;
    
    }







    .ytvd{
      height: 600px;
      width: 100%;
      background-color: rgb(65, 65, 130);
      text-align: center;
      margin-bottom: 60px;
     
    }
    .ytvd .ythead{
      font-size: 60px;
      font-weight: bolder;
      color: white;
    
    }
    .ytpar{
      font-size: 20px;
      color: white;
    }
    .video{
      width:100% ;
      height: 400px;
      display: flex;
      text-align: center;
      justify-content: space-evenly;
    }

    .video iframe{
      height: 80%;
      width: 30%;
      border: 2px solid white;
      border-radius: 20px;
    }

    .metads{
      width: 100%;
      margin-top: 20px;
      text-align: center;
      
    }
    .methead{
      font-size: 50px;
      font-weight: bold;
      color: rgb(65, 65, 130);
    }
    .metpar{
      font-size: 25px;
    }
    .metbtn button{
      height: 50px;
width: 250px;
border-radius: 10px;
border-color:rgb(65, 65, 130) ;
margin: 10px;
font-size: 20px;


    }

    .metbtn button:hover{
      background-color: rgb(65, 65, 130);
      color: white;
      border: none;
    }

    .metcard{
      width: 80%;
      display: flex;
    margin: auto;
      border: 1px solid rgb(65, 65, 130);
      padding: 20px;
      border-radius: 20px;
      height: 100%;
      margin-bottom: 10px;
      margin-top: 20px;
      
    }
    .metcard img{
      width: 500px;
      height: 300px;
    }
    .content{
      text-align: start;
    padding: 20px;
    
    }
    .content p{
      font-size: 15px;
    }
    .bdg{
      display: flex;
      gap: 30px;
    }
.bdg p{
  border: 1px solid  rgb(65, 65, 130);
  height: 30px;
  width: 300px;
  border-radius: 10px;
  text-align: center;
  align-items: center;
}
.smlcard{
  height: 100px;
 width: 400px;
  border: 1px solid gray;
border-radius: 10px;
  padding: 15px;
}
.content  .metbtn{
  margin-top: 8px;
text-align: center;
padding: 8px;
width: 120px;
    height: 40px;
    border: none;
     background-color:  rgb(65, 65, 130);
    border-radius: 10px;
color: white;
    
    }



    .imgcm{
      width: 100%;
          background-image: url(https://i.pinimg.com/originals/04/ff/b9/04ffb96016eaba8635718f0f85bbbb99.jpg);
          display: flex;
          align-items: center;
          justify-content: space-around;
          padding: 40px;
         
    }

    .foundermsg{
  
      height: 600px;
      width: 40%;
    }

    .fndmsgp{
      color: white;
      font-size: 30px;
      font-weight: bold;

    }
    .foundermsg h1{
      background-color: rgb(65, 65, 130);
      color: white;
      width: 280px;
      height: 60px;
      padding: 5px;
      transform: rotate(-2deg);

    }
    .foundermsg .para{
      color: white;
      font-weight: bold;
      font-size: 20px;
    }
    .foundermsg .btnp{
      display: flex;
    }
    .foundermsg .btnp p{
      height: 100px;
      width: 250px;
      background-color: rgb(65, 65, 130);
      color: white;
      padding:  5px;
      text-align: center;
      border-radius: 10px;
      border: 2px solid white;
      border-style: dotted;
      transform: rotate(-2deg);
      margin: 10px;
    }
    .btnp span{
      font-size: 40px;
      font-weight: bold;
    }



    .imgwithcm{
      height: 600px;
      width: 40%;
    }
    .imgwithcm img{
      height: 100%;
      width: 100%;
      border: 5px solid white;
      border-radius: 20px;
    }





    .singleimg{
      text-align: center;
      margin-top: 10px;

    }
    .sngpar1{
      font-size: 60px;
      font-weight: bold;
    
    }
    .sngpar2{
      font-size: 30px;
      font-weight: 500;
    }
    .sngpar2 span{
      color: rgb(65, 65, 130);
    }

    .singleimg img{
      width: 1100px;
      height: 700px;
      border: 5px solid rgb(65, 65, 130);
      border-style: double;
      border-radius: 20px;
     
      
    }
    

    .sngcnt{
      height: 400px;
      width: 100%;
     background-color:rgb(65, 65, 130);
     margin-top: 20px;
   justify-content: center;
text-align: center;
   align-items: center;
     
      
margin-bottom: 50px;
    }

    .sngcntpar{
 height: 70px;
      color: white;
      background-image: linear-gradient(to right,rgb(187, 187, 231),rgb(65, 65, 130), rgb(141, 141, 218));
      font-size: 30px;
    
      text-align: center;
     
   
    
    }
    .nm{
      display: flex;
      justify-content: center;
      margin-top: 80px;
      width: 100%;
    }
   .nm p{
    height: 100px;
    background-color: white;
    width: 18%;
  
    margin-left: 10px;
    border-radius: 10px;
    padding: 10px;
    font-size: 30px;
    color: rgb(65, 65, 130);
    text-align: start;
    font-weight: bolder;
   }
   .nm p span{
    color: black;
    font-weight: 400;
   }



.curious{
  margin-top: 40px;

  background: linear-gradient(135deg, #0f76ec, #043f83);

  text-align: center;
  padding: 40px;
}
.crshead{
  font-size: 50px;
  font-weight: bold;
  color: white;
  line-height: 1;
}

.curiouspar{
  font-size: 20px;
  color: white;
}

.curious details{
  background-color: white;
  border-radius: 10px;
  width: 800px;
  margin: 20px;
text-align: start;
padding: 10px;
 font-size: 20px;
 margin: auto;
 margin-top: 20px;

  }
  .curious details p{
    font-size: 16px;
  }

  #footer{
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    border: 1px solid gray;
    padding: 20px;
    border-radius: 20px;
  }

  .services{
    display: flex;
    justify-content: space-around;
    width: 95%;
    margin: auto;
   
    border-radius: 10px;
    padding: 10px;
  background-color: rgb(213, 213, 241);
  }
  .services p{
    font-size: 20px;
  }

  .lwrftr{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
  
  }
.lwrcrd1{
  background-color: rgb(213, 213, 241);
  padding: 20px;
  border-radius: 20px;

}

  .lwrcrd1 button{

      margin-top: 8px;
text-align: center;
padding: 8px;
width: 160px;
    height: 40px;
    border: none;
    border-radius: 10px;
    background-image: linear-gradient(to right,rgb(187, 187, 231),rgb(65, 65, 130), rgb(141, 141, 218));
color: white;
    
  }
  .lwrcrd1 iframe{
    height: 250px;
    width: 500px;
    border-radius: 20px;
    
  }
  .endline{
    text-align: center;
    margin-top: 20px;
  }




