/* *{
    margin: 0;
    padding: 0;
} */
/* body{
    background-color: rgb(191, 188, 188);
} */
/* ::-webkit-scrollbar{
    width: 1px;
} */
.main{
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%, rgba(0,0,0,0.5)50%), url('imag2 student.png');
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
}
.content{
   width: 800px;
   height: auto;
   margin: 30px;
   color: white;
   position: relative;
}
.content .par{
    padding-left: 20px; 
    padding-bottom: 25px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1.2px;
    line-height: 60px;
}
.content h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 50px;
    padding-left: 20px;
    margin-top: 5%;
    letter-spacing: 2px;
}
.content h3{
    padding-left: 20px;
    font-family: 'Times New Roman', Times, serif;
    color: orangered;
}
.content .cn{
    width: auto;
    height: 40px;
    font-size: 18px; 
    background: orangered;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 20px;
  
    padding: 4px;
    transition: .4s ease;
}
.content .cn a{
    text-decoration: none;
    color: white;
    transition: .3s ease;
    padding: 4px;
}
.cn:hover{
    background: orangered;
}
.content span i{
   font-size: 40px;
    color: white;
}
.imgg{
    height: 12vh;
    width: 60vw;
    display: flex;
}
.imgg .html, .css, .bootstrap, .js, .node-js, .react-js, .mongoDB{
    height:8vh;
    width: 9vh;
    margin-left: 21px;
    text-align: center;
}
.form{
    width: 285px;
    height: 470px;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%, rgba(0,0,0,0.5)50%);
    position: absolute;
    border-radius: 10px;
    padding: 25px;
    margin: 30px;
}
.form h2{
    width: 220px;
    text-align: center;
    color: orangered;
    font-size: 22px;
    padding: 8px;
}
.form input{
    width: 240px;
    height: 40px;
    background-color: transparent;
    border-bottom: 1px solid orangered;
    border-top: none;
    border-left: none;
    border-right: none;
    color: white;
    font-size: 15px;
    border-radius: 4px;
    margin-top: 2px;
}
.form textarea{
    width: 240px;
    height: 80px;
    background-color: transparent;
    border: 1px solid orangered;
    border-radius: 4px;
    border-top: none;
    color: white;
    font-size: 15px;
    margin-top: 2px;
}
.form input:focus{
    outline: none;
}
.form textarea:focus{
    outline: none;
}
::placeholder{
    color:rgb(223, 182, 150);
}
.form .btn{
    width: 240px;
    height: 40px;
    margin-top: 10px;
    font-size: 18px; 
    background: orangered;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    color: white;
}
.btn a{
    text-decoration: none;
    color: white;
}
.cos-time{
    display: flex;
    justify-content: center;
    margin-top: -40px;
    z-index: 100;
}
.cos-container{
    height: 15vh;
    width: 85%;
    background:orangered;
    border: 1px solid  rgba(238, 233, 233, 0.5) ;
    border-radius:10px ;
    display: flex;
    justify-content: center;
}
.cos-con{
    height: 11.7vh;
    width: 239px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5)50%,rgba(255, 255, 255, 0.5)50%);
    border-radius: 10px;
  
}
.cos-con span{
    font-size: 35px;
    padding: 5px;
    color: aliceblue;
}
.cos-con .p{
    text-align: center;
   font-size: large;
   color:rgb(0, 0, 0);
}
.tools{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    
}
.tool-container{
    text-align: center;
}
.tool-head{
    border-radius: 10px;
}
.tool-head h1{
    font-size: 50px;
}
.tool-tto{
    display: flex;
    padding: 5px;
    align-items: center;
    text-align: center;
}
.tool-tto div{
    border: 1px solid gray;
    box-shadow: 5px 10px 5px black;
    border-radius: 20px;
    text-align: center ;
    margin-left: 30px;
    background-color: rgb(237, 128, 128);
   
}
.tto{
   text-align: center;
    height: 80px;
    width: 100px;
    border-radius: 10px;
    margin: 10px;
}
.section{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    
}
.main-section{
    width: 90%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.63)50%, rgba(0,0,0,0.63)50%), url('img/imag2 student.png');
    background-position: center;
    background-size: cover;
    margin-top: 10px;
    height: 60vh;
    display: flex;
    border-radius: 30px;
}
.main-content{
    width: 60vw;
    height: auto;
    margin: 30px;
    color: white;
    position: relative;
}
.main-content .par{
    padding-left: 20px; 
    padding-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1.2px;
    line-height: 30px;
}
.main-content h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 3rem;
    padding-left: 20px;
    margin-top: 4%;
    letter-spacing: 2px;
    color: orangered;
}
.c-section{
    display: flex;
    justify-content: center;
}
.c-main-section{
    width: 90%;
    margin-top: 10px;
    height: 60vh;
    display: flex;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    /* box-shadow: 5px 10px 5px black; */
}
.c-content{
    width: 60vw;
    height: auto;
    margin: 30px;
    /* color: white; */
    position: relative;
}
.c-content h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 2rem;
    padding-left: 20px;
    margin-top: 4%;
    letter-spacing: 2px;
    color: orangered;
}
.c-content p{
    padding-left: 20px; 
    padding-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
}
.c-certificate{
    background: url('webdev.png');
    background-position: center;
    background-size:contain;
    background-repeat: no-repeat;
    width: 30%;
    height: 40vh;
}
.block-section{
    /* display: flex;
    justify-content: center; */
    text-align: center;
    border: 4px solid whitesmoke;
    border-radius: 30px;
}
.block-section h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 4rem;
    padding-left: 20px;
    letter-spacing: 2px;
    color: orangered;
    margin-top: 2%;
}
.block-main{
    width: 90%;
    height: 50vh;
    display: flex;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
}
.blocks{
    height: 35vh;
    width: 100%;
    border-radius: 10px;
    margin-left: 50px;
}
.b{
    height: 200px;
}