/* 🔹 Banner Section */
body {
    font-family: "Raleway", sans-serif;
    /* line-height: 2 !important; */
}

.banner {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    filter: brightness(70%);
}

.banner-heading {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    width: 100%;
}

.inner-banner-heading {
    position: absolute;
    top: 60%;
    left: 90%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: start;



}



.heritageDesc {
    font-size: 4rem !important;
    font-weight: bold;
    /* letter-spacing: 1px; */
    text-align: center;

}

.welcomeDesc {
    font-size: 2.6rem;
    line-height: 0.8 !important;
}

.welcomeSmall {
    font-size: 1.6rem !important;

}

.heri-span {
    font-size: 2rem !important;
}