/* clor is green and white combination 38E54D  28DF99  99F3BD ....
font families --> font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Ubuntu', sans-serif; */
body{
    width: 100%;
}
*{
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    /* background-color: #99F77E; */
}
em , .skl{
    font-weight: normal;
    /* font-size: large; */
    
}

#my-skill{
    padding: 4% 15%;
       
}
#contact{
    padding: 4% 15%; 
}
#my-project {
    padding: 7% 14%;
    padding-bottom: 1%;
    line-height: 2.3rem;
    
}
/* navbar  */
.container-fluid{
    padding: 3% 15%;
}
.navbar{
    padding: 0 0 4.5rem;
    font-weight: bold;
    
}
.nav-item{
    padding: 0 18px;
    
}
.nev-link{
    font-size: 1.2rem;
    font-family: "Montserrat-Light";
}


.g1, .g2{
    color: #28DF99 ;
    /* font-family: 'Roboto Slab', serif; */
}

.bh1, .bh2 , .bh3{
    color: darkslateblue ;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    font-size: 2.4rem;
    
}
.b1 , .b2{
    color: darkslateblue ;
    font-weight: bold;
    line-height: 1.7rem;
}

.title-img{
    border-radius: 15%;
    position:relative;
    left: 8%;
    bottom: 10%;
    margin: 20px;
}

.head-img{
    display: block;
    /* margin-left: auto;
    margin-right: auto;
    margin-top: auto; */
    /* width: 60%; */
    width: 100%;
    /* bottom: 0%; */ 
}
#about-me{
    padding: 7% 10%;
    background-color: #99F3BD;
}
.f1{
    padding: 2% 0% 3%;
    line-height: 2.5rem;

}
.devloper-img{
    border-radius: 8%;
    /* margin-left: 20%;
    margin-top: 15%; */
    /* margin: auto; */
}

#project{
    
    text-align: center;
    background-color: rgb(229, 237, 240);
    border: 5px solid rgb(145, 135, 207);
    color: rgb(145, 135, 207);
    border-radius: 2%;
}
.carousel-item{
    padding: 7% 15%;
}
.project-image{
    width: 80%;
    height:90%;
    /* border-radius: 10%; */
    margin: 20px;
}
.con{
    display: flex;
}
.sk{
    display: flex;
}
.sk .skl{
    width: 70%;
    padding: 10px;
    margin: 8px;
    border: 5px solid green;
    border-radius: 5px;
    transition: transform 0.5s;

}
.sk .skl:hover{
    
    background-color: #99F77E;
    /* color: blueviolet; */
    transform: translateY(-10px);
}
.skill{
    line-height: 5rem; 
}
.skl1{
    
    padding: 10px;
    
}
.skil1 , .card{
    padding: 10px;
    margin: 17px;
}

.form1{
    /* border: 3px outset grey; */
    padding: 20px;
    border-radius: 2%;
    line-height: 1.8rem;
    /* height:500px; */
    background-color: #99F77E;
    border: 1px solid;
    box-shadow: 5px 10px 18px #888888;
    margin-bottom: 50px;
}
.last{
    text-align: center;
    width: 100%;
    text-decoration:solid;
    /* margin: 20px; */
    padding: 20px;
    background-color:rgb(145, 135, 207);
    color: #fff;
}
/* .head-image-contact{
    height: 200px;
} */

@media (max-width:1028px){

    #title{
        text-align: center;
    }
    /* .nav-item{
        text-align: center;
    }
    .title-img{
        position: static;
        top: 20px;
        bottom: 30px;
        
    }
    .head-img{
        display: block;
        width: 80%;
        height: 60px;
        margin: auto;
    }
    #project{
        margin: 20px;
    } */
}
@media (max-width:768px){

    #title{
        text-align: center;
    }
    .nav-item{
        text-align: center;
    }
    .title-img{
        position: static;
        top: 20px;
        bottom: 30px;
        
    }

    .devloper-img{margin-top: 20px;
    margin-left: -40px;
    }
    .head-img{
        display: block;
        /* margin-left: auto;
        margin-right: auto;
        margin-top: auto; */
        /* margin: auto; */
        width: 80%;
        height: 60px;
        margin: auto;
    }
    #project{
        margin: 20px;
    }
    .sk{
        
    flex-wrap: wrap;
    }
    .skl{
        width: 100%;
    }
}