*{
margin: 0;
padding: 0;
font-family: 'Josefin Sans',sans-serif;
scroll-behavior: smooth;
}

.logo{
    color: white;
    color: white;
	font-size: 35px;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: 30px;
	margin-top: 20px;
    float: left;
    list-style: none outside none;
    position: relative;
    z-index: 101;
}
h2 span{
	color:#0eefff;
}


nav{
    border: none;
    width: 20%;
    height: 750px;
    background-color: rgb(1, 4, 14);;
}
nav a{
 text-decoration: none;
  line-height: 45px;
  font-size: 25px;
  color: white;
  display: block;

}


.navigation{
    margin-top: 230px;
    text-align: left;
    margin-left: 65px;
}
.social a{
	display: inline-block;
	color:white;
	margin-left:15px;
	transition:transform .3s;
    display: block;
}
.share .social a:hover{
	transform: scale(2.4);
}

header{
    width: 50%;
    text-align: center;
    height: 750px;
    background-color: rgb(1, 4, 14);
    color: white;
    

}

.content{
	position:absolute;
	top:36%;
	right:36%;
	
    
}
h1{
	color:white;
	margin:20px 0px 20px;
	font-size: 45px;
    text-align: left;
}
h3{
	color:white;
	font-size: 25px;
	margin-bottom: 50px;
    text-align: left;
}
h4{
	color:#585c63;
	font-size:20px;
	letter-spacing: 2px;
    text-align: left;
}

.btn{
	background-color:#0eefff;
    font-size: 20px;
	color:white;
	text-decoration: none;
	border:2px solid transparent;
	font-weight: bold;
	padding: 10px 25px;
	border-radius: 30px;
	transition: transform .4s;
    margin-right: 270px;
    
	

}
.btn:hover{
	transform: scale(1.1);
    background-color: #0fbecb;
}

.share{
	position:absolute;
	top:90%;
	right:8%;
	display:flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;

}
.share p{
	font-size: 20px;
	color:white;
	margin-left:60px ;
	
}
.share .social a{
	display: inline-block;
	color:white;
	margin-left:15px;
	transition:transform .3s;
}
.share .social a:hover{
	transform: scale(2.4);
}

.imagebox{
    background-color: rgb(1, 4, 14);
    width: 30%;
    height: 750px;
  
}
img{
    width: 400px;
    height: 400px;
    border-radius: 50%;
    margin-top: 150px;
    margin-left: 15px;
}


.flex{
    display: flex;
}


/* about section */

.about{
    background-color:  rgb(8, 17, 45);
    padding: 50px;
    height: 700px;
}
.about h1{
    color:  rgb(255, 255, 255);;
    text-align: center;
    margin:0px 0px 20px;
	font-size: 45px;
    padding-top: 80px;
}
.about-flex{
    
    display: flex;
    
    
}


.detail{
width: 50%;
height: 400px;

column-gap: 20px;
margin: 40px;

}
.detail h1{
    position: relative;
    display: inline-block;
    color:  rgb(255, 255, 255);
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    letter-spacing: .4px;
    text-transform: capitalize;
    padding-bottom: 13px;
    font-family: 'Montserrat', sans-serif;
}
.detail hr{
    width: 10%;
    margin-top: -25px;
    margin-bottom: 20px;
}

.detail p{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;

}

.personal-detail{
    margin-top: 30px;
    margin-left: 10px;
    margin-right:30px;
    padding: 10px;
    border: 2px solid rgb(255, 255, 255);
    display: flex;
}
.detail-1{
margin-left: 20px;
}

.detail-2{
    margin-left: 60px;
}

.education{
width: 50%;
height: 400px;

column-gap: 20px;
margin: 40px;
}
.education h1{
    position: relative;
    display: inline-block;
    color:  rgb(255, 255, 255);
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    letter-spacing: .4px;
    text-transform: capitalize;
    padding-bottom: 13px;
    font-family: 'Montserrat', sans-serif;
}

.education hr{
    width: 10%;
    margin-top: -25px;
    margin-bottom: 20px;
    
}

.demTable {
    height:63%;
    border:2px solid #ffffff;
    border-collapse:collapse;
    padding:5px;
    margin-top: 47px;
}
.demTable th {
    border:2px solid #ffffff;
    padding:5px;
    color: #ffffff;
}
.demTable td {
    border:2px solid #ffffff;
    text-align:center;
    padding:5px;
    color: #ffffff;
}


/* certificate */

.certificate{
    
    height: 750px;
    background-color: rgb(1, 4, 14);
    
    
    
}
.certificate h1{
    color:  white;
    text-align: center;
    margin:0px 0px 20px;
	font-size: 45px;
    padding-top: 80px;
}

.certification{
    display: flex;
    column-gap: 20px;
    margin: 40px;
    padding-top: 50px;
    
}



.certificate-1{
width: 50%;
padding: 10px;
}

.sec-1{
    width: 80%;
}
.sec-1 p{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
    line-height: 20px;
    color: white;
}



.certificate-box{
 border: 2px solid white;
 border-radius: 8px;
 display: flex;
 padding: 20px;
 column-gap: 20px;
 

}
.certificate-btn{
	background-color:#0eefff;
    font-size: 15px;
	color:white;
	text-decoration: none;
	border:1px solid transparent;
	font-weight: bold;
    border-radius: 4px;
	padding: 10px 25px;
	transition: transform .4s;
    cursor: pointer;
}
.sec-2{
    margin-top: 20px;
    /* margin-left: 400px; */
    width: 20%;
    margin-left: 80px;
    
}
.certificate-2{
width: 50%;
padding: 10px;
}


/* projects */


.project{
    background-color: rgb(8, 17, 45);
    height: 760px;
}
.project h1{
    margin:0px 0px 20px;
    padding: 40px;
    text-align: center;
}

.row{
    /* margin:10%; */
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.course-col{
    flex-basis: 31%;
    border: 2px solid white;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    width: 30%;
}



/* .course-col :hover{
    box-shadow: 0 0 20px 0px white;
  
  } */


.course-col h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

/* .course-col p{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: white;
    font-family: 'Open Sans', sans-serif;
} */
.course-col ul li{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin-left: 10px;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

/* skills */


.skills{
    background-color: rgb(1, 4, 14);
    height: 760px;

}

.skills h1{
    
    color:  white;
    text-align: center;
    margin:0px 0px 20px;
    font-size: 45px;
    padding: 40px;
    

}   
.skills-container{
    margin-left: 80px;
    width: 80%;   
}



.skills p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: white;
    font-family: 'Open Sans', sans-serif;

}


.skills-flex{
    display: flex;
    margin-top: 50px;
    
}


.first-skill{
    width: 50%;
   
    margin-top: 10px;
   margin-bottom: 148px;
   margin-left: 50px;
   padding: 40px;
}

.second-skill{
    width: 50%;

   margin-top: 10px;
   margin-bottom: 148px;
   margin-left: 125px;
   padding: 40px;
}
progress {
    position: absolute;
    height: 10px;
    width: 35%;
    border: 1px solid #fff;
    border-radius: 5px;
 }
 progress::before {
    
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: white;
 }
 progress::-webkit-progress-bar {
    background-color: white;
 }
 progress::-webkit-progress-value {
    background-color: #0eefff;
 }


 /* contact */

.contact{
    background-color: rgb(8, 17, 45);
    height: 750px;
    padding: 40px;
}

.contact h1{
    margin:0px 0px 20px;
    padding: 40px;
    text-align: center;
}


.contact-flex{
display: flex;
margin-top: 50px;
margin-left: 100px;
margin-right: 100px;
column-gap: 50px;
}

.contact-1{
width: 50%;
height: 400;
margin-left: 50px;




}

.contact-1 img{
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    border-radius: 50%;
    margin-top: 50px;
    margin-left: 15px;
    
}

.contact-1 p{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    color: white;
    font-family: 'Open Sans', sans-serif;
}
.contact-1 .social a{
    margin-top: 10px;
	display: inline-block;
	color:white;
	margin-left:15px;
	transition:transform .3s;
}
.contact-1  .social a:hover{
	transform: scale(2.4);
}


.contact-2{

width: 50%;

}


.form-edit{
   
    border: 2px solid white;
    border-radius:10px;
}

.form-edit h1{
    font-size: 35px;
    text-align: left;
    margin-bottom: -10px;
}

input[type="text"],
input[type="email"],
input[type="number"],

textarea{
    width: 92%;
    padding: 12px;
    border: 2px solid white;
    border-radius: 5px;
    margin: 10px;
}
fieldset{
    
    border: 2px solid white;
    border-radius: 5px;

}

.main-heading{
    text-align: left;
}
input[type="submit"]{
    background-color: #0eefff;
    color: white;
    padding: 10px 20px 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 15px;
    
    
}

/* footer */

.footer{
    background-color: rgb(1, 4, 14);
    height:40px;
}

.footer p{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
    padding-top: 5px;
    color: white;
    font-family: 'Open Sans', sans-serif;
}


.gotopbtn{
    position: fixed;
    width: 50px;
    height: 50px;
    background: #0eefff;
    border-radius: 10px;
    bottom: 40px;
    right: 50px;
    text-decoration: none;
    text-align: center;
     line-height: 50px;
     color: white;
     font-size: 22px;

}

@media(max-width: 700px){
    .flex{
        background-color: rgb(1, 4, 14);
    }
    nav{
        border: none;
        width: 50%;
        height: 700px;
        background-color: rgb(1, 4, 14);
        
       
    }
    nav a{
     text-decoration: none;
      line-height: 40px;
      font-size: 19px;
      color: white;
      display: inline;
      
    
    }
    
    
    .navigation{
        margin-top: 70px;
        text-align: left;
        margin-left: 10px;
    }

    header{
        width: 50%;
        text-align: center;
        height: 700px;
        background-color: rgb(1, 4, 14);
        color: white;
        
    
    }
    
    .content{
        position:absolute;
        top:50%;
        right:1%;
        left: 20%;
        
        
    }
    h1{
        color:white;
        margin:20px 0px 20px;
        font-size: 28px;
        text-align: left;
        margin-left: -30px;
    }
    h3{
        color:white;
        font-size: 16px;
        margin-bottom: 50px;
        text-align: left;
        margin-left: -30px;
    }
    h4{
        color:#585c63;
        font-size:22px;
        letter-spacing: 2px;
        text-align: left;
        margin-left: -30px;
    }
    .imagebox{
        background-color: rgb(1, 4, 14);
        width: 60%;
        height: 700px;
        
      
    }
    img{
        width: 200px;
        height: 200px;
        border-radius: 50%;
        margin-top: 70px;
        margin-right: 100px;
       
       
    }
    .btn{
        background-color:#0eefff;
        font-size: 15px;
        color:white;
        padding: 8px 20px;
        border-radius: 30px;
        margin-left: -23px;
        margin-right: 150px;
    
        
        
    }
    .share{
        position:absolute;
        top:85%;
        right:8%;
        display:flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    
    }
    .share p{
        font-size: 15px;
        color:white;
        margin-left:100px ;
        
        
    }
    .share .social a{
        display: inline-block;
        color:white;
        margin-left:15px;
        margin-top: -200px;
        transition:transform .3s;
    }

    .about{
        background-color:  rgb(8, 17, 45);
        padding: 10px;
        height: 1200px;
        margin-top: -50px;
    }

    .about-flex{
        display: block;
    }
    .detail{
        width: 100%;
        height: 500px;
        
        column-gap: 0px;
        margin-top: -50px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
        /* margin: 00px; */
        
        }
        .detail h1{
            position: relative;
            display: inline-block;
            color:  rgb(255, 255, 255);
            font-weight: 600;
            font-size: 30px;
            line-height: 1;
            letter-spacing: .4px;
            text-transform: capitalize;
            padding-bottom: 13px;
            font-family: 'Montserrat', sans-serif;
        }
        .detail hr{
            width: 10%;
            margin-top: -25px;
            margin-bottom: 20px;
        }
        .personal-detail{
           
            margin-top: 30px;
            margin-left: 00px;
            margin-right:00px;
            padding: 00px;
            border: 2px none rgb(255, 255, 255);
            display: block;
        }
        .detail-1{
        margin-left: 00px;
        }
        
        .detail-2{
            margin-left: 00px;
        }

        .education{
            width: 100%;
            height: 500px;
            
            column-gap: 0px;
            margin: 0px;
            }
            .education h1{
                position: relative;
                display: inline-block;
                color:  rgb(255, 255, 255);
                font-weight: 600;
                font-size: 30px;
                line-height: 1;
                margin-top: 100px;
                letter-spacing: .4px;
                text-transform: capitalize;
                padding-bottom: 13px;
                font-family: 'Montserrat', sans-serif;
            }
            
            .education hr{
                width: 10%;
                margin-top: -25px;
                margin-bottom: 20px;
                
            }
            
            .demTable {
                height:10%;
                border:2px solid #ffffff;
                border-collapse:collapse;
                padding:0px;
                margin-top: 47px;
            }
            .demTable th {
                border:2px solid #ffffff;
                padding:0px;
                color: #ffffff;
            }
            .demTable td {
                border:2px solid #ffffff;
                text-align:center;
                padding:5px;
                color: #ffffff;
               
            }

            .certificate{
                height: 1200px;
                margin-top: -40px;
            }
            .certification{
                display: block;
                column-gap: 20px;

                margin: 30px;
                padding-top: 00px;
                
            }
            .certificate-1{
                width: 100%;
                padding: 0px;
                }
                
                .sec-1{
                    width: 80%;
                }
                .sec-1 p{
                    font-size: 16px;
                    font-family: 'Montserrat', sans-serif;
                    font-weight:500;
                    line-height: 20px;
                    color: white;
                }
                
                
                
                .certificate-box{
                 border: 2px solid white;
                 border-radius: 8px;
                 display: flex;
                 padding: 20px;
                 column-gap: 20px;
                 
                
                }
                .certificate-btn{
                    background-color:#0eefff;
                    font-size: 15px;
                    color:white;
                    text-decoration: none;
                    border:1px solid transparent;
                    font-weight: bold;
                    border-radius: 4px;
                    padding: 10px 25px;
                    margin-left: -30px;
                    transition: transform .4s;
                    cursor: pointer;
                }
                .sec-2{
                    margin-top: 30px;
                    /* margin-left: 400px; */
                    width: 20%;
                    margin-left: 80px;
                    
                }
                .certificate-2{
                    width: 100%;
                    padding: 00px;
                    margin-top: 10px;
                    }


                    .project{
                        height: 1500px;
                    }
                    .row{
                        /* margin:10%; */
                        margin-left: 10%;
                        margin-right: 10%;
                        margin-top: 30px;
                        display: block;
                        justify-content: space-between;
                    }
                    
                    .course-col{
                      
                        width: 100%;
                    }
                    
                    
                    
                    
                    .skills{
                        background-color: rgb(1, 4, 14);
                        height: 1100px;
                        padding-top: 50px;
                    
                    }
                    
                    .skills h1{
                        
                        color:  white;
                        text-align: center;
                        margin:0px 0px 20px;
                        font-size: 45px;
                        padding-top: 10px;
                        
                    
                    }   
                    .skills-container{
                        margin-left: 50px;
                        width: 100%;   
                    }
                    
                    

                    
                    .skills-flex{
                        display: block;
                        margin-top: 50px;
                        
                    }
                    
                    
                    .first-skill{
                        width: 100%;
                       
                        margin-top: 10px;
                       margin-bottom: 148px;
                       margin-left: 0px;
                       padding: 0px;
                    }
                    
                    .second-skill{
                        width: 100%;
                    
                       margin-top: 10px;
                       margin-bottom: 0px;
                       margin-left: 0px;
                       padding: 0px;
                       margin-top: -140px;
                    }
                    progress {
                        position: absolute;
                        height: 10px;
                        width: 80%;
                        border: 1px solid #fff;
                        border-radius: 5px;
                     }

                     .contact{
                        height: 1150px;
                     }

                     .contact-flex{
                        display: block;
                        margin-top: 0px;
                        margin-left: 50px;
                        margin-right: 0px;
                        column-gap: 00px;
                        }
                        .contact h1{
                            margin:0px 0px 20px;
                            padding: 40px;
                            font-size: 32px;
                            text-align: center;
                        }
                        
                        .contact-1{
                        width: 100%;
                        height: 400;
                        margin-left: -50px;
                        
                        
                        
                        
                        }
                        
                        .contact-1 img{
                            width: 100px;
                            height: 100px;
                            margin-bottom: 30px;
                            border-radius: 50%;
                            margin-top: 0px;
                            margin-left: 15px;
                            
                        }
                        
                        .contact-1 p{
                            font-size: 18px;
                            font-weight: 500;
                            line-height: 1.8;
                            color: white;
                            font-family: 'Open Sans', sans-serif;
                        }
                        .contact-1 .social a{
                            margin-top: 10px;
                            display: inline-block;
                            color:white;
                            margin-left:15px;
                            transition:transform .3s;
                        }
                        .contact-1  .social a:hover{
                            transform: scale(2.4);
                        }
                        
                        
                        .contact-2{
                        
                        width: 100%;
                        margin-left: -50px;
                        
                        }
                        
                        
                        .form-edit{
                           
                            border: 2px none white;
                            border-radius:10px;
                            margin-top: 50px;
                            padding: 0px; 
                        }
                        
                        .form-edit h1{
                            font-size: 25px;
                            text-align: left;
                            margin-bottom: -20px;
                            margin-left: -30px;
                        }
                        .gotopbtn{
                            
                            right: 150px;
                
                        
                        }
                        
                        
                      
                        
   
    
}

