.gallery-section a{
    width: 100%;
    height: 300px;
}

.gallery-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.gallery-section .gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-section .gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.gallery-section .filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.gallery-section .filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.gallery-section .filter-button.active
{
    background-color: #42B32F;
    color: white;
}
.gallery-section .port-image
{
    width: 100%;
}

.gallery-section .gallery_product
{
    margin-bottom: 30px;
	-webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.gallery-section .block{
    opacity: 0;
}


@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.gallery-section .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


.gallery-section .filter-button a {
    text-decoration: none;
    
    font-size: 17px;
    color: #42B32F !important;
}
.gallery-section .filter-button a:active {
    color: white !important; 
}

.gallery-section .filter-button a:hover {
    color: white !important; 
}

