.logonew{
    width: 250px;
    padding-left: 70px;
    padding-bottom: 25px;
}
.logonew1{
     width: 450px;
    padding-left: 70px;

}



.gallery-item {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 15px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 15px;
}

.gallery-item:hover img {
    transform: scale(1.1);
}