img {
    object-fit: cover;
}

.videos {
    position: relative;
    height: 100vh;
}

.videos .head-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(51 27 66 / 79%), rgb(51 27 66 / 79%));
    text-align: center;
    z-index: 20;
}

.videos .head-text h4 {
    margin-top: 10%;
    color: #fff;
    font-size: 2.5rem;
}

.videos .head-text .play-video {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    line-height: 60px;
    margin-top: 1rem;
}

.videos .head-text #play-video {
    font-size: 1.5rem;
    color: rgb(37, 37, 37);
}

.swiper-container {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 100%;
    width: 100%;
}

.gallery-thumbs {
    position: absolute;
    bottom: 5%;
    height: 20%;
    padding: 10px 0;
    z-index: 22;
    overflow: hidden;
    margin-left: 5rem;
    margin-right: 5rem;
    width: 90%;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.8;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 4px solid #fff;
}
/********* cards **********/
.cards {
    padding: 70px 0;
    margin-top: 6rem;
}

.cards .section-title h2 {
    color: #000;
}

.cards .image-item img {
    width: 100%;
    height: 250px;
    border-radius: 6px;
}

.cards .item-title h5 {
    color: #000
}