*{
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(0, 0, 33);
    color: white;
    font-family: 'Poppins', sans-serif;
}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    background-color:rgb(9, 9, 80) ;
}
nav ul{
    display: flex;
    justify-content: center;
}
nav ul li{
    list-style: none;
    margin: 0px 23px;

}
nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 1.2rem;

}
nav ul li a:hover{
    
    color: rgb(145, 145, 215);
    font-size: 1.25rem;

}
.left{
    font-size: 1.7rem;
}
.firstSection{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 40px 0px ;

}
.firstSection > div{
    width: 33%;

}
.leftSection{
    font-size: 3rem;
    
}
.leftSection .buttons{
    padding: 50px 0;
}
.leftSection .btn:hover{
    color: rgb(171, 171, 234);
    font-size: 1.3rem;
    

}
.leftSection .btn{
    padding: 12px;
    background-color: #1a1c54;
    color: white;
    border: 2px solid white;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
    
}
.rightSection img{
    width: 83%;
    /* margin: 20px 0px; */
    
}
.purple{
    color: rgb(159, 99, 215);
}
.text-gray{
    color: gray;

}
#element{
    color: rgb(159, 99, 215);
}
.secondSection{
    max-width: 80vw;
    margin: auto;
    height: 70vh;

}
main hr{
    border: 0;
    background: #9c97f1;
    height: 1.5px;
    margin: 40px 84px;

}
.secondSection h1{
    font-size: 1.9rem ;

}
.secondSection .box{
    background: white;
    width: 80vw;
    height: 2px;
    margin: 56px 0px;
    display: flex;
}
.secondSection .vertical{
    height: 93px;
    width: 1px;
    background-color: white;
    margin:0 450px 0px 50px ; 
    /*  to increase the width of the section */

}
.image-top{
    width: 23px;
    position: relative;
    top: -32px;
    left:-9px;
}
.vertical-title{
    position: relative;
    top: 75px;
    width: 450px;
    font-size: 18px;



}
.vertical-desc{
    position: relative;
    top: 86px;
    color: gray;
    width: 450px;
    font-size: 15px;

}
footer{
    background-color:rgb(17, 17, 65) ;
    /* height: 233px; */
}
.footer{
    display: flex;
    padding: 20px 100px;
    justify-content: space-evenly;
}
.footer ul{
    list-style: none;
}
.footer > div{
    width: 200px;
}
footer .footer-rights{
    text-align: center;
    color: rgb(175, 173, 173);
    padding: 12px 0px;
    
}

.footer li{
    font-size: 1.5rem;
}

.about-header{
    margin: 50px 0px ;
    font-size: 1.5rem;
}
.about-body{
    margin: 40px 100px;

}
.about-main{
    margin: 50px 50px;
}
.about-intro{
    font-size: 20px;
    
   
}

.about-education h2{
    font-size: 2.5rem;
}
.about-education h3{
    font-size: 1.5rem;
}
.about-education p{
    font-size: 1.2rem;
}


.about-footer{
    background-color:rgb(17, 17, 65) ;
    padding: 10px;
    margin: 20px 0px;
    text-align: center;
}

.projects-body {
    margin: 40px 100px;
}
.projects-header{
    
    font-size: 1.5rem;
}
.projects-section{
    margin: 50px 50px;
}
.projects-section h2{
    font-size: 2rem;
}
.projects-section p{
    font-size: 20px;
}


.projects-btn{
    /* padding: 50px 0; */
    padding: 12px;
    margin-bottom: 30px;
    background-color: #1a1c54;
    color: white;
    border: 2px solid white;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;

}

.projects-btn:hover{
    color: rgb(171, 171, 234);
    font-size: 1.3rem;
    
    

}


.footer-contact{
    font-size: 1.5rem;
    text-align: center;
    padding-top: 30px;
}


.contact ul{
    display: flex;
    justify-content: center;
}
.contact ul li{
    list-style: none;
    margin: 0px 23px;

}
.contact ul li a{
    text-decoration: none;
    color: white;
    font-size: 1.4rem;

}
.contact ul li a:hover{
    
    color: rgb(145, 145, 215);
    font-size: 1.5rem;

}

