/* hero section  */
.hero-section{
    position: relative;
}
.hero-section .info{
    position: absolute;
    inset: 0;

}

.hero-section .info .heading{
    font-family: Exo;
font-size: 5.091vw;
font-weight: 700;
color: #ffff;
}

.hero-section .info .desc{
    font-family: Exo;
    font-size: 1.164vw;
    font-weight: 400;
    color: #EFF1ED;
}

/* gallery-section */
.gallery-section .active {
    background: #E84B04;
    color: white !important;
}

.gallery-section  .cat-items {
    font-family: Exo;
    font-size: 14px;
    font-weight: 700;
    /* line-height: 77px; */
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    cursor: pointer;
    user-select: none;
}