* {
    font-family: 'Noto Kufi Arabic', sans-serif !important;
}

.hero-banner {
    width: 100% !important;
    height: 100vh;
    background-image: url("/assets/img/banners/hero_banner.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: inset 0 0 0 1000px rgba(41, 60, 94, 0.8) !important;
    padding: 0 !important;
    direction: ltr;
}

.full-slider {
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* .full-slider .glide__slide img {
    width: 100%;
    height: 100%;
    contain: cover;
} */

.slide-img-container {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-bottom: 75%;
    /* Adjust this value to control the aspect ratio of the image */
    overflow: hidden;
}

.slide-img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.slide-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Adjust the opacity by changing the last value */
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-img-caption {
    color: #fff;
    /* Caption text color */
    font-size: 24px;
    /* Caption text font size */
    text-align: center;
    padding: 20px;
}


.slider-item {
    width: 100% !important;
    max-height: 512px !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.project-img {
    width: 100% !important;
    max-height: 450px !important;
}

.img-av {
    border-radius: 50%;
}

.text-wrap-5-lines {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services-img {
    max-height: 220px;
    min-height: 220px;
    object-fit: cover;
    width: 100%;
}

.locations-list {
    list-style: none;
    padding: 0;
}

#about-carousel {
    direction: ltr;
}

#about-carousel .glide__slide img {
    width: 100%;
    max-height: 420px !important;
    /* make image fit container */
    object-fit: fill;
    /* make image maintain aspect ratio */
    object-position: center center;
    /* center image */

}
