*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    text-decoration: none;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 120px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}
.logo{
    font-size: 25px;
    color: purple;
    text-decoration: none;
    font-weight: 600;
}



.navbar a {
    font-size: 18px;
    text-decoration: none;
    text-decoration: none;
    font-weight: 500;
    margin-left: 35px;
    transition: .5s;
    
}
.navbar a:hover,
.navbar a.active {
    color: orange;
}


.detail{
    margin-left: 10%;
    margin-top: 18.4%;
}

.detail{
    font-size: 40px;
    color: #212121;
    margin-bottom: 20px;
}

span{
    color: orange;
}

.detail p{
    color: #555;
    line-height: 40px;
}

.detail a{
    background: #212121;
    padding:10px 20px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 30px 0;
    border-radius: 100px;

}

.images{
    width: 45%;
    height: 70%;
    position: absolute;
    bottom: 0;
    right: 100px;
}
.shape{
    right: 1000px;

}
.images img{
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: bottom 1.4s, left 1.4s;


}
.images:hover .shape{
    bottom: 45px;
    
  
    
}
.shape{
    width: 400px;
    height: 500px;
    margin-left: 90px;
    object-position: bottom 4px;
    
   
}
.images:hover .photo{
    left: 47%;
}

.photo{
    width: 500px;
    margin-left: 50px;
    margin-top: 50px;
    
    
}