
.gallery-container a img:hover {
    box-shadow: 0px 4px 64px -10px #019384;
    transition: all 0.5s;
}

.gallery_item:hover {
    transform: scale(102%);
    box-shadow: unset;

}

.gallery-container a img {
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
    aspect-ratio: 1/1;
    border-radius: var(--dl-radius-radius-radius4);
}
.lg-outer.lg-grab img.lg-object{
  object-fit: cover;
}
.grid_gallery {
    width: 100%;
    display: grid;
    grid-row-gap: var(--dl-space-space-space-11);
    justify-items: center;
    grid-column-gap: var(--dl-space-space-space-7);
    grid-template-columns: 1fr 1fr 1fr;
}

.gallery_item {
    cursor: pointer;
    transition: 0.3s;
    border-radius: var(--dl-radius-radius-radius4);
}

.gallery-container .navitem-container[active="true"] a {
    color: rgba(255, 255, 255, 1);
    border-color: var(--dl-color-theme-accent);
    border-width: 2px;
    margin-bottom: -2px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.gallery-container .gallery_item{
    width: 100%;
    position: relative;
    display: none;
}
.gallery-container .gallery_item[active="true"]{
    display: block;
}

.gallery-container {
    width: 100%;
    display: flex;
    overflow: auto;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
    background-color: var(--dl-color-theme-neutral);
}
.gallery-component {
    text-decoration: none;
}
.gallery-component01 {
    text-decoration: none;
}
.gallery-component02 {
    text-decoration: none;
}
.gallery-grid-section {
    padding-top: var(--dl-space-space-space-4);
}
.gallery-image:hover {
    transform: scale(102%);
    box-shadow: 0px 4px 64px -10px #019384;
}
.gallery-image:active {
    transform: scale(98%);
    box-shadow: 0px 4px 64px -8px #e24d34;
}
.gallery-image2 {
    width: 100%;
}
.gallery-image2:hover {
    transform: scale(102%);
    box-shadow: 0px 4px 64px -10px #019384;
}
.gallery-image2:active {
    transform: scale(98%);
    box-shadow: 0px 4px 64px -8px #e24d34;
}
.gallery-image3 {
    width: 100%;
}
.gallery-image3:hover {
    transform: scale(102%);
    box-shadow: 0px 4px 64px -10px #019384;
}
.gallery-image3:active {
    transform: scale(98%);
    box-shadow: 0px 4px 64px -8px #e24d34;
}
.gallery-image4 {
    width: 100%;
}
.gallery-image4:hover {
    transform: scale(102%);
    box-shadow: 0px 4px 64px -10px #019384;
}
.gallery-image4:active {
    transform: scale(98%);
    box-shadow: 0px 4px 64px -8px #e24d34;
}
.gallery-image5 {
    width: 100%;
}
.gallery-image5:hover {
    transform: scale(102%);
    box-shadow: 0px 4px 64px -10px #019384;
}
.gallery-image5:active {
    transform: scale(98%);
    box-shadow: 0px 4px 64px -8px #e24d34;
}
.gallery-container4 {
    position: relative;
}
.gallery-container5 {
    width: 100%;
    margin: auto;
    display: flex;
    max-width: var(--dl-size-size-maxwidth);
    align-items: center;
    justify-content: center;
}
.gallery-navlink {
    display: contents;
}
.gallery-logo {
    text-decoration: none;
}
.gallery-desktop-menu {
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.gallery-component03 {
    text-decoration: none;
}
.gallery-component04 {
    text-decoration: none;
}
.gallery-burger-menu {
    display: none;
}
.gallery-icon {
    fill: var(--dl-color-theme-neutralwhite);
    width: auto;
    height: var(--dl-size-size-size-4);
}
.gallery-nav {
    width: 100%;
    height: 100%;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
}
.gallery-top {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: var(--dl-space-space-space-9);
    justify-content: space-between;
}
.gallery-logo1 {
    width: auto;
    cursor: pointer;
    height: var(--dl-size-size-small);
    transition: 0.3s;
    text-decoration: none;
}
.gallery-logo1:hover {
    fill: var(--dl-color-theme-accent);
}
.gallery-close-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-icon2 {
    fill: var(--dl-color-theme-neutralwhite);
    width: var(--dl-size-size-size-4);
    height: auto;
}
.gallery-links1 {
    gap: var(--dl-space-space-space-7);
    flex: 0 0 auto;
    display: flex;
    align-self: center;
    margin-top: var(--dl-space-space-space-12);
    align-items: center;
    flex-direction: column;
}
.play_icon{
    height: 50px;
    width: 50px!important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media(max-width: 991px) {
    .gallery-container5 {
        justify-content: space-between;
    }
    #gallery-container{
        grid-row-gap: var(--dl-space-space-space-9);
        grid-column-gap: var(--dl-space-space-space-6);
    }
    .gallery-desktop-menu {
        display: none;
    }
    .gallery-burger-menu {
        display: flex;
        justify-content: space-between;
    }
}
@media(max-width: 767px) {
    #gallery-container{
        grid-row-gap: var(--dl-space-space-space-7);
        grid-column-gap: var(--dl-space-space-space-4);
        grid-template-columns: 1fr 1fr;
    }

    .gallery-burger-menu {
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 479px) {
    .grid_container {
        grid-column-gap: var(--dl-space-space-space-2) !important;
    }
}
