*{
    margin: 0;
    padding: 0;
}
body{
    background: #119eab;;
    font-family: 'Open sans', sans-serif;
}
.main{
    width: 100%;
    background: rgb(101, 178, 199);
    background-position: center;
    background-repeat: cover;
    height: 100vh;
    position: relative;
    font-family: sans-serif;
    background-size: cover;

}
.nevbar{
    width: 86%;
    display: flex;
    margin:auto;
    padding: 15px 0;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.nevbar .logo{
  width: 160px;
  cursor: pointer;
  margin-top: -3%;
  margin-left: -2%;  
}
ul{
    margin-top: -4px;
}
ul li{
    list-style: none;
    display: inline-block;
    padding: 10px 16px;
}
ul li a{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(1, 13, 13);
    margin-top: -3%;
    transition: .4s ease;
    font-family: 'poppins', sans-serif ;
}
ul li a:hover{
    color: #4da3ff;
}
.info{
    margin-left: 7%;
    margin-top: 6%;
    
    
}
.info h1{
    font-size: 3rem;
    color: #0a2a66;
       font-family:'Poppins', sans-serif;
}
.info h3{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;


}
.info span{
    color: blueviolet;
}
.info a{
    text-decoration: none;
    color: #fff;
    background:#0a2a66;
    margin: 26px 0;
    padding: 12px 20px;
    border-radius:8px;
    display: inline-block;
    transition: .3s ease;

}
.info a:hover{
    background: #4da3ff;

}
.image{
    width: 30%;
    height: 60%;
    position: absolute;
    right: 100px;
    bottom: 0;

}
.image img{
    position: absolute;
    height: 140%;
    left: 40%;
    transform: translate(-55%);
    bottom: 18%;
    transition: left 4s ease;
}
.image:hover .girl{
    left: 55%;
}
.icons a{
    text-decoration: none;
    color: black;
}
.icons ion-icon{
    margin-left: 7%;
    margin-right: -60px;
    color: black;
    font-size: 40px;
    transition: .4 ease;

}
.icons ion-icon:hover{
    color:#506520
}
