* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}


.main {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #eff4fd;
}

nav {
    display: flex;
    width: 99%;
    margin: auto;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
    size: 20rem;

}



nav ul{
    font-size: 147%;
    font-weight: bolder;
}

nav ul li a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

nav ul li a:hover {
    color: red;
    text-decoration: none;    

}


.details {
    margin-left: 5rem;
    margin-top: 18rem;
}

.details h1 {
    font-size: 50px;
    color: black;
    margin-bottom: 1rem;
}

span1 {
    color: orange;
}

span{
    color: orange;
}

.details p {
    color: rgb(63, 60, 60);
    line-height: 22px;
}

.images {
    width: 33%;
    height: 59%;
    position: absolute;
    bottom: 145px;
    right: 100px;


}

.images img {
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: bottom 1s, left 1s;
    /* mix-blend-mode: multiply; */
}




.images:hover .shape {
    bottom: 1rem;
}

.images:hover .pic {
    left: 36%;
}

span {
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    border-right: 3px solid;
}


@keyframes blink {
    50% {
        border-color: transparent
    }
}

.project1 {
    background-color: rgba(148, 144, 144, 0.408);
    height: 42rem;
    width: 150rem;
    margin-top: 1rem;
    margin-left: 1rem;
    display: grid;
    grid-template-columns: auto auto;


}

.text1 {
    padding-top: 1rem;
    padding-right: 1rem;
    font-family: cursive;

}

.text1 p {
    font-size: x-large;
    font-weight: lighter;
    color: black;
}


.project2 {
    background-color: rgba(148, 144, 144, 0.408);
    height: 42rem;
    width: 150rem;
    margin-top: 3rem;
    margin-left: 1rem;
    display: grid;
    grid-template-columns: auto auto;


}

.text2 {
    padding-top: 1rem;
    padding-right: 1rem;
    font-family: cursive;

}



.text2 p {
    font-size: x-large;
    font-weight: lighter;
    color:black;
    margin-top: 3rem;
}


.headingProject{
    height: 4rem;
    width: 100%;
    background-color: rgb(230, 115, 115);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    /* margin-top: 5rem; */
}
/* style="height: 10rem; width: 10rem; background-color: bisque; margin-bottom: 0rem; */

.headingProject p{
    margin-bottom: 0rem;
    font-family: cursive;
    font-size: xx-large;
    font-weight: 900;
    color: aliceblue;
    
}

p{
    font-family: cursive;
}


@media screen and  (min-width:1620px){

    div.images{
        display: none;
        
        
    }
}