.main1 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: left;
    background-size: cover;
}

.main1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/umrah-main.jpeg);
    background-position: inherit;
    background-size: inherit;
    filter: blur(8px);
    z-index: -1;
}
.image-container {
    background-image:
            linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)),
            url('../images/img202.jpeg');
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
    padding: 214px 0 !important;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.group:hover .group-hover\:scale-110 {
    transform: scale(1.1);
}

    @media (min-width: 991px) {
        .abt-img {
            height: 118%;
            margin-left: -107px;
        }
    }