
a{
    text-decoration: none;
}



/* Header navbar */

.header-nav{
    background-color: #FFF;
}

.header-nav a{
    text-decoration: none;
    color: black;
    font-size: small;
    font-weight: 700;
}

#logo{
    cursor: default;
    color: #3F3F3F;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3em;
    font-weight: 700;
    font-size: large;
    
}

/* Who is me box */

.who-is-me{
    background-color: #FFB800;
    color: #FFFFFF;
    z-index: -1;
}

#who-text{
    opacity: 0.9;
}

#my-projects{
    padding: 10px 50px;
    background-color: #FFFDFD;
    color: #FFB800;
    border-radius: 30px;
    font-weight: 700;
}

#my-projects:hover{
    background-color: #000000;
    color: #FFFFFF;  
}


#download{
    padding: 10px 50px;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 30px;
    font-weight: 700;
}


#download:hover{
    background-color: #FFFDFD;
    color: #FFB800;
}

.social img{
    width: 40px;
}

#head-img{
    height: 250px;
}

/*blog box */

.card{
    background: #FDFDFD;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.btn-blog{
    background-color: #FFB800;
    font-weight: 700;
}


.pagination a{
    margin-right: 20px;
    border-radius: 50% !important;
}

.pagination a:hover{
    background-color: unset;
    border-color: #FFB800;
    color: #FFB800;
}

a.arrow{
    background-color: #FFB800;
    color: #FFF;
}


/* contact me box */

#contact-me{
    
    color: #FFFFFF;
    transform: skewY(-5deg)
   
}



#formm{
    background-color:#2A2A2A ;
    
    margin-top: -8px;
}

.form-enter {
    transform: skewY(5deg);
    width: 35%;
    border-radius: 30px;
    background-color: #C4C4C4;
    color: #5F5F5F;
    font-weight: 600;
    padding: 10px 10px 10px 50px;
    border: unset;
    outline: unset;
   

}

#name{
    background-image: url('./images/Vector.svg');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 4%;
}

#email{
    background-image: url('./images/Vector(2).svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 4%;
}

#message{
    background-image: url('./images/Vector(3).svg');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 4% 15%;
    height: 100px;
    resize: none;
}

#submit{
    transform: skewY(5deg);
    background-color: #FFB800;
    color: #FFF;
    border-radius: 30px;
    padding: 10px 40px;
    font-weight: 600;
    border: unset;
}

#cover{
    background-color: #2A2A2A;
    height: 100px;
    margin-top: -5px;
}

#cover2{
    background-color: #2A2A2A;
    height: 120px;
    margin-top: -60px;
}



@media screen and (max-width:972px){
    .form-enter{
        width: 60%;
    }
}

@media screen and (max-width:350px){
    .form-enter{
        width: 80%;
    }
}