.logo-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background-color: transparent;
    z-index: 10;
    justify-content: center;
    margin: 0;
    padding: 0;
    backdrop-filter: blur(5px);
}

.logo-img:hover>img {
    width: 135px;
}

.img1 {
    margin-left:43%;
    position: absolute;
    padding: 0px;
    width: 130px;
    transition: all 1s ease-in-out;
}
