

/*Gallery*/

.section-gallery  .img-button{
    margin-bottom: 30px;
    background:transparent !important;
    border: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    /* height: 250px; */
    position: relative;
    padding:0px;
}
.section-gallery .img-button img{
    height:100%;
    width: 100%;
    object-fit: cover;
}
.section-gallery .hover{
    position: absolute;
    height:100%;
    width: 100%;
    top: 0px;
    z-index: 1;
    display: none;
    justify-content: center;
    align-items: center;
}
.section-gallery .hover i{
    opacity: 1 !important;
    color: var(--primary-text-color) !important;
    font-size: 3em;
    z-index: 1;
}
.section-gallery .img-button:hover .hover:before, .section-gallery .img-button:hover .hover {
    display: flex;
}


.section-gallery .button-icon-img{
    max-width: 30px;
}

.section-gallery span{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.5;
    color:rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-bottom: 20px;
}

.section-gallery .modal h3{
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}
.section-gallery .modal span{
    margin-bottom: 1.5em;
    font-size: 16px;
    display: block;
    color: #333333;
}
.section-gallery .modal p{
    font-size: 16px;
    margin-top: 1.5em;

}
