.gallry-grid-wrapper {

    column-count: 3;
    column-gap: 36px;
}

.gallry-grid-wrapper .gallerybox {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 36px;
    break-inside: avoid;
}
.gallry-grid-wrapper .gallerybox:before
{
       position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgb(22 22 22 / 40%);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
}
.gallry-grid-wrapper .gallerybox:after
{
          position: absolute;
        content: "";
        width: 98px;
        height: 98px;
        background: url('../images/icon/zoom-icon.svg') no-repeat;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        margin: auto;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
}
.gallry-grid-wrapper .gallerybox:hover:before,
.gallry-grid-wrapper .gallerybox:hover:after {
        opacity: 1;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
    }

.wonderplugin-gridgallery-item-container>a
{
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.wonderplugin-gridgallery-item-container>a:before{
	        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgb(22 22 22 / 40%);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
}
.wonderplugin-gridgallery-item-container>a:after{
      position: absolute;
        content: "";
        width: 98px;
        height: 98px;
        background: url('../images/icon/zoom-icon.svg') no-repeat;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        margin: auto;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
}
.wonderplugin-gridgallery-item-container>a:hover:before,
.wonderplugin-gridgallery-item-container>a:hover:after{
	        opacity: 1;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore-btn
{
    margin: 0 !important;
    font-size: 18px !important;
    padding: 16px 28px !important;
    position: relative;
    overflow: hidden;
    display: inline-flex !important;
    align-items: center;
    z-index: 1;
    line-height: 1;
    text-decoration: none !important;
    justify-content: center;
    text-align: center !important;
    color: var(--white) !important;
    min-height: auto;
    min-width: auto;
    font-family: var(--font-body-family) !important;
    background: var(--theme) !important;
    border: 1px solid var(--theme) !important;
    font-weight: var(--font-weight-bold) !important;
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    width: auto !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    letter-spacing: 0.18px;
    text-shadow: none !important;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore-btn:hover
{
			 background: transparent !important;
    color: var(--theme) !important;
    border-color: var(--theme) !important;
}
/*-------- media query ------*/
@media (max-width: 1599.98px) {}

@media (max-width: 1439.98px) {
    .gallry-grid-wrapper {
        column-gap: 24px;
    }

    .gallry-grid-wrapper .gallerybox {
        margin-bottom: 24px;
    }
}

@media (max-width: 1199.98px) {
	.wonderplugin-gridgallery-item-container>a:after{
		width:60px;
		height:60px;
		background-size:contain;
	}
}

@media (max-width: 991.98px) {
    .gallry-grid-wrapper {
        column-gap: 12px;
    }

    .gallry-grid-wrapper .gallerybox {
        margin-bottom: 12px;
    }
}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {
    .gallry-grid-wrapper {
        column-gap: 8px;
        column-count:2;
    }

    .gallry-grid-wrapper .gallerybox {
        margin-bottom: 8px;
    }
}