@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: 'Cairo', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

header{
    background-color: #f0f0f0;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 100px;
}

.logo{
    color: #590fbb;
   text-decoration: none;
    text-transform:uppercase;
    font-weight: 800;
    font-size: 1.7em;
}
/* section{
    text-align: center;
} */
.navigation a{
    color: #3a0a79;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    padding-left: 30px;
    transition: .5s;
}

.navigation a:hover{
    color: #f834ff;
    letter-spacing: 1.1px;
}

.main{
    background: #3a0a79;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: url(images/background.png)no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; */
    text-align: center;

}

.main h2{
    color: #b326b8;
    font-weight: 500;
    font-size: 1.4em;
    white-space: nowrap;
}

.main h2 span{
    display: inline-block;
    margin-top: -10px ;
    color: #fff;
    font-size: 2.5em;
    font-weight: 900;
}

.main h3{
    color: #b326b8;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.main-btn{
    color: #fff;
    background-color: #f834ff;
    text-decoration: none;
    font-size: 1em;
    font-weight: 900;
    display: inline-block;
    padding: 1em 2em;
    border-radius: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    transition: .5s ease;
}

.main-btn:hover{
    background: #b326b8;
    transform: scale(1.1);
}

.social-icons a{
    display: inline-block;
    color: #fff;
    font-size: 1.7em;
    padding:0 20px;
    transition: 0.5s ease;
}

.social-icons a:hover {
    color: #afadad;
    transform: scale(1.5);
}

.AboutMe{
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}

.title-d{
    font-size: 2em;
    font-weight: 800;
    color: #3a0a79;
    margin-top: 30px;
    text-align: center;
}

.About-info{
    font-size: 1.4em;
    font-weight: 700;
    padding: 30px 50px;
}

.About-info a {
    text-decoration: none;
    color: #3a0a79;
    font-size: 1em;
    transition: 0.5s ease;

}
.About-info a:hover{
    color: #c728cc;
}

.cards{
    /* margin-bottom: 10px; */
    background: #3a0a79;
    padding-top: 30px;
    padding-bottom: 50px;

}

.title-l{
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 2em;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.card{
    background-color: #fff;
    width: 20em;
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: .5s ease;
}
.card:hover{
    transform: scale(1.1);
}

.icon {
    color: #3a0a79;
    font-size: 7em;
    text-align: center;
}

.info{
    text-align: center;
}

.info p{
    font-weight: 700;
}
.info h3{
    color: #3a0a79;
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px;
} 

.Projects{
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}

.project-card{
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(1, 1, 1 ,50%);
    border-radius: 8px ;
    min-height: 14em;
    width: 23em;
    overflow: hidden;
    margin: 20px;
    transition: .5s ease;
}
.project-card:hover{
    transform: scale(1.1);
}
.project-card:hover .project-image{
    opacity: 0.8;
}

.project-image img{
    width: 100%;
    transition: .5s ease;
    padding: 2px;
    border-radius: 8px;
}

.project-info{
    padding: 1em;
}

.project-category{
    font-size: 0.9em;
    color: black;
    font-weight: 600;
}

.project-title{
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 10px;
}

.more-details{
    text-decoration: none;
    color: #3a0a79;
    transition: .5s ease;

}
.more-details:hover{
    color: #c728cc;

}

.contact .icon {
    font-size: 3.5em;
}

.contact .info h3 {
    color: #000;
}
.contact .info p {
    font-size: 1.3em;
}

.footer{
    background-color:#f0f0f0;
    color: #3a0a79;
    padding: .5em;
    display: flex;
    justify-content: space-between;
}

.footer-info {
    font-size: 1em;
    font-weight: 700;
    padding: 5px;
}
.footer-info span{
    color: #c728cc;
}
.footer .social-icons a {
    font-size: 1.3em;
    color: #3a0a79;
    padding:0 15px 0 0;
    
}

@media (max-width:1024px){
    header{
        padding: 0.5px 10px;
    }
    .main h2 {
        padding-top: 10px;
        font-size: 1.2em;
    }
    .main h3{
        font-size: 1.2em ;
    }
    section{
        padding: 20px 0;
    }
    .About-info{
        font-size: 1.5em;
    }
    .content{
        flex-direction: column;
        align-items: center;
    }
    .title-l{
        text-align: center;
    }
}




