.d-flex {

    display: flex !important;
}

.align-center {
    align-items: center;
}

.row-rev-lx {
    flex-direction: row-reverse;
}

@media (max-width: 575.98px) {
    .row-rev-lx {
        flex-direction: column-reverse;
    }
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.col {
    flex-direction: column !important;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: end;
}

.gap {
    gap: 0.2rem;
}

.pt-2 {
    padding-top: 1.5rem;
}

.align-end {
    align-items: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

@media screen and (min-width:1240px) {
    .justify-bet {
        justify-content: space-between;
    }
}

@media screen and (min-width:760px) {
    .row-rev-md {
        flex-direction: row-reverse;
    }
}

@media screen and (max-width:760px) {
    .col-md {
        flex-direction: column;
    }

    .text-md-center {
        text-align: center;
    }
}


.bg-dark {
    background-color: rgba(27, 27, 27, 0.329);
}


.box-img {
    width: 600px;
    height: 400px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.box-img:hover .box-img-wrapper {
    opacity: 1;
}

.box-img-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.452);
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.box-img-wrapper h3 {
    z-index: 999;
    color: #fff;
    margin-right: 1rem;
    font-size: 1.3rem;
}

.img-one {
    background-image: url('../images/Gallery/001.jpg');
}

.img-two {
    background-image: url('../images/Gallery/002.jpg');
}

.img-three {
    background-image: url('../images/Gallery/003.jpg');
}

.img-four {
    background-image: url('../images/Gallery/004.jpg');
}

.img-five {
    background-image: url('../images/Gallery/005.jpg');
}

.img-six {
    background-image: url('../images/Gallery/006.jpg');
}

.img-seven {
    background-image: url('../images/Gallery/007.jpg');
}

.img-eight {
    background-image: url('../images/Gallery/008.jpg');
}