*{
    padding:0;
}

body{
  background-color: black;
  color: white;
  font-family: 'poppins',sans-serif;

}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    background-color: rgb(18, 18,62);
    cursor: pointer;

}
nav ul{
    display: flex;
    justify-content: center;
}
nav ul li{
    list-style: none;
    margin: 0 23px;
}
nav ul li a:hover{
    text-decoration: none;
    color: white;
}
nav ul li a:hover{
    color: rgb(153, 153, 226);
    font-size: 1.05rem;
}

main hr{
    border: 0;
    background: #9c97f1;
    height:1.2px;
    margin:40px 84px;
}
.left{
    font-size: 3rem;
}
.firstSection{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 130px 0;
}
.firstSection > div{
    width: 30%;
}
.leftSection{
    font-size: 3rem;
}
.leftSection .btn{
    padding: 12px;
    background:#1e2167;
    color:white;
    border: 2px solid white;
    border-radius: 6px;
    font-size: 25px;
    cursor: pointer;
}
.rightSection img{
    width: 80%;
}
.purple{
    color: rgb(170, 107, 228);
}
.text-gray 

#element {
    color: rgb(170, 107,228);
}
.secondSection{
    max-width: 80vh;
    margin: auto;
    height: 80vh;
}
.secondSection h1{
    font-size: 2rem;
}

.secondSection .box{
    background: white;
    width: 80vw;
    height: 2px;
    margin: 56px 0;
}

.secondSection .vertical {
    height: 93px;
    width: 1px;
    background-color: white;
    margin: 0 120px;
}
.image-top{
    width: 23px;
    position: relative;
    top: -32px;
    left: -9px;
}
.vertical-title{
position: relative;
top: 75px;
width: 150px;
font-size: 9px;
}
.vertical-desc{
    position: relative;
top: 75px;
width: 150px;
font-size: 9px;
}

.container{
    
    background-color: rgb(22, 22, 42);
    height: 46vh;
    margin-top: 10px;
    font-size: 1.3rem;
}
.btn{
    background-color: rgb(72, 27, 195);
    border-radius: 4px;
}
.about{
    font-size: 1.3rem;
    color: rgb(21, 104, 104);
}
.skills{
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.918);
}





.skills {
    max-width: 600px;
    margin: auto;
    background: rgb(167, 108, 244);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.skills h2 {
    text-align: center;
    text-decoration: underline;
    color: #000000;
}

.skills ul {
    list-style-type: none;
    padding: 0;
}

.skills li {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.skill-icon {
    width: 60px; /* Adjust size as needed */
    height: 60px;
    margin-right: 10px;
}


.pr {
    font-family: Arial, sans-serif;
    background-color: #070708;
    margin: 0;
    padding: 20px;
}

.projects {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1, h3 {
    text-align: center;
}

.project-item {
    display: flex;
    align-items: center;
    margin: 20px 0;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
}

.project-image {
    width: 100px; /* Adjust size as needed */
    height: 100px;
    margin-right: 20px;
    border-radius: 4px;
}

.project-link {
    flex: 1;
    text-decoration: none;
    color:white;
    font-weight: bold;
}

.project-button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.project-button:hover {
    background-color: #0056b3;
}



.education {
    max-width: 800px;
    margin: auto;
    background: rgba(2, 2, 2, 0.908);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
}

.container {
    margin-top: 20px;
}

.education-item {
    display: flex;
    align-items: center;
    margin: 15px 0;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
}

.education-image {
    width: 100px; /* Adjust size as needed */
    height: 100px;
    margin-right: 20px;
    border-radius: 4px;
}

.education-details {
    flex: 1;
}

.education-details li {
    font-weight: bold;
}

.btn {
    margin-top: 10px;
}

.btn a {
    display: inline-block;
    padding: 10px 15px;
    
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.btn a:hover {
    background-color: #0056b3;
}


footer {
    background-color: #380d4a;
    color: hsl(202, 89%, 86%);
    text-align: center;
    padding: 15px;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-content {
    max-width: 800px;
    margin: auto;
}

.social-links {
    margin-top: 10px;
}

.social-links a {
    color: hsl(202, 89%, 86%);
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s;
}

.social-links a:hover {
    color: white;
}
