* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


 a {
         /*color: #c1c1c1;*/
    display: flex
;
    align-items: center;
    justify-content: center;
 }
 a svg{
     fill:#ffffff;
 }
#out{
    background-color: rgb(236, 15, 15);
    text-align: center;
    color: white;
  
    width: 100%;
}

.studata{
    background-color: black;
    text-align: center;
    color: white;
    height: 20px;
    width: 100px;
}




.top {
     height: 20vh;
    width: 100%;
    background-image: url("image/cc2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
     background-size: contain; 
    /* margin: 10px; */
}
.top2 {
    height: 30vh;
    width: 100%;
    background-image: url("image/corse.jpeg");
    background-position: center center;
    background-repeat: no-repeat;
    /* background-size: cover; */
      margin: 70px 0px;
}
.personal {
    height: 20px;
}

/* .show-text-top{
    margin: 10px;

} */
#intobtn {
    /*background-color: #4CAF50;*/
    border: none;
    color: white;
    height: 40px;
    text-decoration: none;
    width: 200px;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    color: black;
        background-color: #50d150;
    border: 1px solid #4CAF50;
    border-radius: 10px;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#intobtn:hover {
    background-color: #4CAF50;
    color: white;
}

.intro {
    text-align: center;
    padding: 20px;
    height: 13vh;
    display: flex;
    align-items: center;
    justify-content: center;

}
ul li a:hover{
        color: #d8d9d9;
}
#intobtn {
    cursor: pointer;
    width: 200px;
    height: 30px;
}

.navbar {
   background-color: #3F51B5;
       height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar ul li {
    list-style: none;
}

.navbar ul li a {
     text-decoration: none;
    color: #ffffff;
       margin: 1px 15px;
    font-size: 21px;
    /*font-size: 21px;*/
    font-family: sans-serif;
}

/* paragraph */
.paragraph{
    
    width: 100%; 
    height: auto; 
}
.paragraph_img{
  width: 100%;
    height: auto;
}
/* paragraph */


/* center */
.center {
    /*height: center;*/
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
        margin: 50px 0px;
}

table,
th,
td {
      border: 1px solid rgb(50 49 49);
    border-spacing: 0px;
    border-radius: 9px;
    /* background-color: #aa0909; */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

#myTable {
   width: 90%;
    height: 40vh;
    text-align: center;
    /* margin: 10px; */
    /* background-color: rgb(247 247 247); */
    color: #d9d9d9;
    font-family: math;
    background: linear-gradient(45deg, #058385, #401387);
        
}

th {

    height: 40px;
}

.header {
    height: 40px;
}

.tr {
    height: 35px;
}

.td {
    height: 35px;
}

/* center */

#contact-Instratute {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin: 10px;

}

#chake-student {
       background-color: rgb(0 208 141);
    padding: 10px;
    border: 1px solid #9c9797;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    margin: 10px auto;
    border-radius: 10px;
       color: #fff;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.6);
    background: linear-gradient(137deg, #427a76, #9c62d1);
}



/* Student */
.student {
    /* height: 50vh; */
    /* background-color: rgb(143, 252, 92); */
    color: rgb(0, 0, 0);
}

#chake-student input {


       height: 34px;
    width: 172px;
    border: none;
    background-color: white;
    border-radius: 7px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    cursor: pointer;

}

.student input {
    text-align: center;
    margin: 10px;
    padding: 5px;
}

.a {
    text-align: center;
    margin: 10px;
    padding: 5px;
}

/* form */
form {
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 60vh; */
    width: 80%;
    /* border: 1px solid black; */
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #000000;
        color: aliceblue;
            background: linear-gradient(320deg, #098f77, #78065b);
}
form h2{
        margin: 25px 0px;
}
#mobile{
 margin: 7px 0px;
       border: none;
    border-radius: 7px;
    margin: 10px 0px;
    padding: 5px;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.7);
}
#name {
  
       margin-top:20px;
        margin-bottom: 7px;
        padding: 5px;
    border: none;
    border-radius: 7px;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.7);
}

#email {
           margin: 7px 0px;
        padding: 5px;
    border: none;
    border-radius: 7px;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.7);
}

#subject {
      margin: 20px 0px;
    height: 219px;
    width: 273px;
    padding: 27px 19px;
    border: none;
    border-radius: 7px;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.7);
}

#btn {
         margin: 18px 0px;
    width: 102px;
    padding: 8px;
    outline: none;
    border: none;
     background-color: #080808;
    color: #fff;
    border-radius: 3px;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.7);
}



/* footer */
#footer {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    width: 100%;
    height: 55vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
        margin-top: 40px;
        padding:20px 0px;
}
.footer-a{
    text-align:center;
        font-family: sans-serif;
}
.footer-b{
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
font-family: math;
}
.footer-b h1{
     margin: 7px;
    font-size: 35px;
    color: #4aafff;
        margin: 15px 0px;
}
.footer-b h2{
    margin :4px;
      
    color: #b4b4b7;
    font-family: math;
    font-size: 1.3rem;
}
.footer-b p{
   margin: 3px;
    color: #c5c5c5;
    font-size: 16px;
}
/* courser */
.courser {
       
       /* height: 60vh; */
    background-color: rgb(7 10 96);
    text-align: center;
    color: #f4f4f4;
    padding: 10px;
margin: 30px 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 15px 18px rgba(0, 0, 0, 0.7);
    border-radius: 50px;
    background: linear-gradient(136deg, #7e77dd, #13935e);
   
}
.courser a {
    text-decoration: underline;
    color: aliceblue;
    font-family: emoji;
        display: flex
;
    align-items: center;
    justify-content: space-around;
        font-family: inherit;
      text-decoration-color: #b3afaf;
}
.courser h2 {
       color: rgb(255 244 244);
    font-family: system-ui;
    font-size: 1.3rem;
    margin: 8px;
    padding: 6px;
    border-radius: 20px;

}

.courser ol {
    margin: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.courser ol li {
     margin: 30px;
    font-size: 1.1rem;
}

/* courser */


.end {
    text-align: center;
}

/* misson */
#modal-container {
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    opacity: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
    transition: opacity 0.3 ease;

}
#modal-c{
    background-color:rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    opacity: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
    transition: opacity 0.3 ease;
}


#modal-container.show {
    pointer-events: auto;
    opacity: 1;
    text-align: center;
}
#modal-c.sho{
    pointer-events: auto;
    opacity: 1;
    text-align: center;
}

#modal{
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.719);
    padding: 30px 50px;
    width: 600px;
    max-width: 100%;
    text-align: center;

}
#moda {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.719);
    padding: 30px 50px;
    /* width: 600px; */
    max-width: 100%;
    text-align: center;
    /* z-index: 1; */
}

#modal h1 {
    margin: 0;
    margin: 10px;
    background-color: #4CAF50;
}

#modal ul {
    font-size: 14px;

}

#modal ul li {
    font-size: 14px;
    margin: 10px;

    font-size: 20px;
}

#close {
    width: 200px;
    margin: 10px;
    height: 30px;
    background-color: red;
    color: white;
}
#c {
    width: 200px;
    margin: 10px;
    height: 30px;
    background-color: red;
    color: white;
}
#logo-footer{
height: 50px;
width: 50px;
}
#contact-Institute{
    display:flex;
  
    align-items: center;
    justify-content: center;
     flex-direction: column;
}
#subject{
    margin:10px;
}
@media (max-width:920px) {
    .top {
        background-size: contain;
           
    }
    .top2 {
        background-size: contain;
    }
    
}
@media (min-width:920px) {
    .top {
        background-size: contain;
        
           
    }
    
}

@media (max-width:920px) {

    .navbar {
               height: max-content;
        flex-direction: column;
        padding: 9px 0px;
    }
    .navbar ul {
        flex-direction: column;
    }
    .navbar ul li {
           margin-bottom: 13px;
    }
    
  

}

@media (max-width:296px) {
    .courser ol {
        margin:0px 20px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .courser ol li {
        margin:0px 10px;
        font-size: 1rem;
    }
    

    th {

        height: 10px;
         font-size: smaller;
    }
    
    .header {
        height: 10px;
         font-size: smaller;
    }
    
    .tr {
        height: 15px;
         font-size: smaller;
    }
    
    .td {
        height: 15px;
        font-size: smaller;
    }
   .h{display: none;}




}
@media (max-width:462px) {

    form{
        width: 100%;
    }
    #name {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 60%;
    
    }
    #mobile{
        width: 60%;
    }
    #email {
        margin-bottom: 5px;
    
    width: 60%;
    }
    
    #subject {
        margin-bottom: 5px;
    /*    width: 60%;*/
    /*height: 80%;*/
    
    }
    
    #btn {
            margin-bottom: 5px;
    width: 33%;
    
    }
    
    

}
@media (max-width:500px) {
#modal h1{
    font-size: smaller;
}
#modal  ul{
font-size: smaller;
}
#modal  ul li{
font-size: smaller;
}
#close{
    width: 100px;
    margin: 0px;
    height: 20px;
    background-color: red;
    color: white;
}


}
@media (max-width:226px) {
    .courser ol {
        margin:0px 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9rem;
    }
    
    .courser ol li {
        margin:0px 10px;
        font-size: 0.7rem;
    }
}

@media (max-width:634px) {
    #footer {
    text-align: center;
        width: 100%;
        height: 100%;
        flex-direction: column;
       
    }


}


@media (max-width:500px) {
    



}
 .cr{
       /*color: #c1c1c1;*/
         color: #000;
 }

/* media query Start */


.studentbtn{
background-color: #1a76d5;
    color: #e7e7e7;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.7);

}