



.title-section-event-description-text {
    font-family: 'Didact Gothic';
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: black;

    letter-spacing: 1.1px;
    line-height: 1.7em;
    margin-bottom: 0;

}

.title-section-description-text {
    font-family: 'Didact Gothic';
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: black;
    letter-spacing: 1.0px;
    line-height: 1.8em;
    margin-bottom: 0;
}



.main-subtitle-wrap-glam-fest-pack-details {
    text-align: center;
    justify-content: center;
    width: 75%;
}


.overlay-pack-details-wrap-other-pack {

    background-repeat: no-repeat;
    background-color: #F5F3F1;
    width: 85%;
    height: 80%;
    justify-content: center;
    transform: translate(0%, 5%);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, .17);
    transition: transform .4s ease-in-out;

}


