/*a{
    max-width: 100%;
    height: auto
}*/

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

.btn:focus {box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0);
}


.filter-button
{
    font-size: 20px;
    /*border: 1px solid #42B32F;
    border-radius: 5px;*/
    text-align: center;
    color: #151515;
    margin-bottom: 30px;
border:none;
    outline:none;
}
.filter-button:hover
{
    font-size: 20px;
    /*border: 1px solid #42B32F;
    border-radius: 5px;*/
    text-align: center;
    color: #3ea6cc;
    /*background-color: #42B32F;*/
border:none;
    outline:none;
}
.filter-button.active
{
    /*background-color: #42B32F;*/
    color: #3ea6cc;
    border:none;
    outline:none;
    font-weight:500;
}
.port-image
{
    width: 100%;
}

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

.block{
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
   
    
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
    
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    
    animation-timing-function: ease-out;
    
  
  
  
}

@media (max-width: 991px) {
.filter-button
{
    
    margin-bottom: 0px;
    }
}
@media (max-width: 800px) {
.filter-button
{
    font-size: 18px;
    
}
.filter-button:hover
{
    font-size: 18px;
    
}
    
}






