*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
.hero{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: aliceblue;
}
nav{
    display: flex;
    width: 84%;
    margin: auto;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

 nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
 }
 nav ul li a{
    text-decoration: none;
    color: black;
    font-weight: bold;
 }
 nav ul li a:hover{
    color: red;
 }
 .date1{
    margin-left: 8%;
    margin-top: 13%;
 }
 .date1 h1{
    font-size: 50px;
    color: #212121;
    margin-bottom: 20px;
 }
 span{
    color: orange;
 }
 .date1 p{
    color:#555;
    line-height: 22px;
 }
 .date1 a{
    background-color: #212121;
    padding:  10px 18px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 30px 0;
    border-radius: 5x;
 }
 .images{
    width:45%;
    height: 80%;
    position: absolute;
    bottom: 0;
    right: 100px;
 }
 .images img{
    height: 100%;
    position: absolute;
    left:50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: bottom 1s , left 1s;
 }

 .images:hover .shape{
    bottom: 5%;
 }

 .images:hover .ravi{
    left :45%; 
    /* scale: 1.2; */
    /* transform: scale(2,2);
    transition: all 2s ease-in-out; */
    
 }
 .about-content{
    width: 50%;
    height: 60vh;
    float: left;
    margin-top: 200px;
    font-family: sans-serif;
    font-weight:bold;
    font-size: 20px;
    margin-left: 50px;
    
 }
 .about-img{
    width: 38%;
    height: 100vh;
    float: right;
   
    border-radius: 40%;
 }
 .about-body{
   background-color: aliceblue;
 }
 div i{
   font-size: 42px;
   color: blue;
   margin-left: 100px;
   margin-top: 110px;
   /* background-color: #212121; */
 }
/* portfolio css */
strong{
   font-size: 32px;
   font-family: sans-serif;
}
.card img{
   height: 300px;
   width: 90%;

}

