.gallery-header{
    height: 100px;
}

.gallery-headerNew{
    height: 100px !important;
    background-color: #E4E4E4 !important;
}

.gallery-container{
    background-color: #E4E4E4;
}
.gallery-containerNew{
    background-color: #7A2046 !important;
}
.gallery-title{
    font-size: 50px;
    position: absolute;
    top: 10%;
    left: 10%;
}

.gallery-backgroundImg{
    width: 100%;
}

.gallery-remaining-background{
    height: fit-content;
    background-color: #7A2046;
    margin-top: -6px;
}


.gallery-imgContainerNew{
    margin-top: -16%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}
.gallery-imgContainer{
    background-color: #7A2046;
    margin-top: -16%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.gallery-img{
    margin: 2% 2%;
    width: 360px;
    height: 320px;
    object-fit: cover;
    box-shadow: 0px 1.19px 1.19px 0px #00000040;
}

.gallery-menuContainer{
    position: absolute;
    display: flex;
    align-items: center;
    gap: 36px;
    top: 20%;
    left: 10%;
}

.gallery-menuText{
    font-size: 20px;
    font-weight: 700;
    color: #595959;
}

.gallery-textVideos{
    padding-top: 8px;
}

.gallery-textAll{
    margin-top: -6px;
}
.gallery-icon{
    position: absolute;
}

.gallery-sphereIcon{
    right: 24%;
    top: 5%;
}

.gallery-Polygon{
    top: 40%;
    left: 33%;
}

.gallery-MultiIcon{
    top: 3%;
    left: 20%;
}

.gallery-menuIcon{
    right: 2%;
    top: 2%;
}

.gallery-textPhotos{
    margin-top: -6px;
}

ol li{
    list-style: none;
}

.image-container {
    display: inline-block;
    overflow: hidden;
    position: relative;
  }
  
.image-container img {
    transition: transform 0.3s ease-in-out;
    display: block;
}

.image-container:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 800px) {
    .gallery-title{
        font-size: 35px;
    }
    .gallery-menuText{
        font-size: 16px;
    }
    .gallery-img{
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 500px) {
    .gallery-imgContainer{
        gap: 8px;
    }
    .gallery-sphereIcon{
        width: 5%;
    }
    .gallery-Polygon{
        width: 3%;
        top: 26%;
    }
    .gallery-MultiIcon{
        width: 5%;
    }
    .gallery-menuIcon{
        width: 8%;
    }
    .gallery-title {
        font-size: 26px;
    }
    .gallery-menuContainer{
        align-items: flex-end;
        gap: 5px;
        top: 17%;
    }
    .gallery-allIcon{
        width: 70%;
    }
    .gallery-photosIcon{
        width: 70%;
    }
    .gallery-videosIcon{
        width: 60%;
    }
    .gallery-videos{
        margin-left: 7px;
    }
    .gallery-img {
        width: 170px;
        height: 170px;
        margin: unset;
    }
}

@media screen and (max-width: 350px) {
    .gallery-img {
        width: 145px;
        height: 145px;
    }
    .gallery-allIcon{
        width: 60%;
    }
    .gallery-photosIcon{
        width: 60%;
    }
    .gallery-videosIcon{
        width: 50%;
    }
}