.our-packs-main-title-glam-fest {

    font-family: 'Dantina', sans-serif;
    letter-spacing: 0px;
    font-size: 42px;
    color: black;

}

.our-packs-title-area {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.our-packs-subtitle-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 12px;
    display: flex;
}

.our-packs-subtitle-wrap-glam-fest {
    padding-bottom: 32px;
    text-align: center;
    justify-content: center;
    width: 75%;
}

.our-packs-content-glam-fest {

    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;
}

.our-packs-main-subtitle-glam-fest {

    font-family: 'Playfair Display';
    font-size: 2.7em;
    font-weight: 400;
    color: black;
    letter-spacing: 0.2em;
    line-height: 1.2em;

}



.pack-main-container-grid {
    display: flex;
    flex-direction: column;
    gap: 132px;
}


.pack-main-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}



.overlay-pack-details-wrap {

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

}

.overlay-pack-details-wrap:hover {
    transform: translateY(17%) scale(1.03, 1.03);
}


.our-pack-card-text-content-wrap {
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.our-pack-card-title {

    font-family: 'Playfair Display';
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: black;
    letter-spacing: 4px;
}

.our-pack-card-price-container {
    display: flex;
    justify-content: center;
    align-items: end;

    gap: 8px;
}


.our-pack-card-description {

    color: black;
    font-family: 'Didact Gothic';
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    letter-spacing: 1.0px;
    line-height: 26.2px;
}


.our-pack-card-unity {

    line-height: 1.0;
    color: black;
    font-family: 'Playfair Display';
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: black;

}


.our-pack-card-price {

    line-height: 1.0;
    color: black;
    font-family: 'Playfair Display';
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 10px;

}


.our-pack-card-price-label {

    line-height: 1.0;
    color: black;
    font-family: 'Playfair Display';
    font-size: 0.9em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;

}


.background-pack-image:hover {
    transform: translate(0%, 0%);
}

.background-pack-image {

    background-color: #EEEBE8;
    background-image: url("../../icons/glamfest-wedding-Planner-dress-black.svg");
    background-repeat: no-repeat;
    background-position: 90% top;
    background-size: 25% 24%;
    border: 1px solid rgba(0, 0, 0, 0.1);

    width: 500px;
    height: 600px;
    display: flex;
    transition: transform .8s ease-in-out;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


.our-packs-separator-line-container {
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    margin-left: 3px;
    margin-right: 3px;
    border-bottom: 0.5px solid black;
    border-right: 0.5px solid black;
}

.our-packs-separator-left-line-container {

    height: 0.5px;
    background-color: black;
    width: 40%;
    opacity: 1;

}

.our-packs-separator-right-line-container {

    height: 0.5px;
    background-color: black;
    width: 40%;
    opacity: 1;

}

.our-pack-title-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (max-width: 1082px) {


    .pack-main-wrapper {
        display: flex;
        flex-direction: column;
        gap: 132px;
        align-items: center;
        justify-content: space-evenly;
    }

}



@media screen and (max-width: 647px) {

    .background-pack-image {

        background-color: #EEEBE8;
        background-image: url("../../icons/glamfest-wedding-Planner-dress-black.svg");
        background-repeat: no-repeat;
        background-position: 90% top;
        background-size: 25% 33%;
        border: 1px solid rgba(0, 0, 0, 0.1);

        width: 400px;
        height: 500px;
        display: flex;
        transition: transform .8s ease-in-out;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    .our-packs-main-title-glam-fest {

        font-family: 'Dantina', sans-serif;
        letter-spacing: 0px;
        font-size: 24px;
        color: black;
    
    }

    .our-pack-card-price {

        line-height: 1.0;
        color: black;
        font-family: 'Playfair Display';
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 2px;
        margin-top: 10px;

    }

    .our-pack-card-unity {

        line-height: 1.0;
        color: black;
        font-family: 'Playfair Display';
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 2px;
        margin-top: 10px;

    }

    .our-packs-separator-line-container {
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        margin-left: 1px;
        margin-right: 1px;
        border-bottom: 0.5px solid black;
        border-right: 0.5px solid black;

    }

    .our-packs-separator-left-line-container {

        height: 0.5px;
        background-color: black;
        width: 40%;
        opacity: 1;

    }

    .our-packs-separator-right-line-container {

        height: 0.5px;
        background-color: black;
        width: 40%;
        opacity: 1;

    }

    .our-pack-card-description {

        color: black;
        font-family: 'Didact Gothic';
        font-size: 0.82em;
        font-weight: 500;
        width: 100%;
        text-align: center;
        letter-spacing: 1.0px;
        line-height: 1.6em;
    }

    .our-pack-card-price-label {

        line-height: 1.0;
        color: black;
        font-family: 'Playfair Display';
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 1px;

    }


    .overlay-pack-details-wrap {

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

    }


}




@media screen and (max-width: 445px) {

    .background-pack-image {

        background-color: #EEEBE8;
        background-image: url("../../icons/glamfest-wedding-Planner-dress-black.svg");
        background-repeat: no-repeat;
        background-position: 90% top;
        background-size: 25% 33%;
        border: 1px solid rgba(0, 0, 0, 0.1);

        width: 350px;
        height: 450px;
        display: flex;
        transition: transform .8s ease-in-out;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .our-pack-title-text-wrapper {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    
    .our-pack-card-price-container {
        display: flex;
        justify-content: center;
        align-items: end;

        gap: 4px;
    }

    .our-pack-card-title {

        font-family: 'Playfair Display';
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        text-align: center;
        color: black;
        letter-spacing: 4px;
    }

    .our-pack-card-price {

        line-height: 1.0;
        color: black;
        font-family: 'Playfair Display';
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 2px;

    }

    .our-pack-card-unity {

        line-height: 1.0;
        color: black;
        font-family: 'Playfair Display';
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 2px;
        margin-top: 8px;

    }

    .our-packs-separator-line-container {
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        margin-left: 1px;
        margin-right: 1px;
        border-bottom: 0.5px solid black;
        border-right: 0.5px solid black;

    }

    .our-packs-separator-left-line-container {

        height: 0.5px;
        background-color: black;
        width: 40%;
        opacity: 1;

    }

    .our-packs-separator-right-line-container {

        height: 0.5px;
        background-color: black;
        width: 40%;
        opacity: 1;

    }

    .our-pack-card-description {

        color: black;
        font-family: 'Didact Gothic';
        font-size: 0.7em;
        font-weight: 500;
        width: 100%;
        text-align: center;
        letter-spacing: 1.0px;
        line-height: 1.6em;
    }

    .our-pack-card-price-label {

        line-height: 1.0;
        color: black;
        font-family: 'Playfair Display';
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 1px;

    }


    .overlay-pack-details-wrap {

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

    }


}



@media screen and (max-width: 531px) {

    .our-packs-main-subtitle-glam-fest {

        font-family: 'Playfair Display';
        font-size: 1.3em;
        font-weight: 300;
        color: black;
        letter-spacing: 0.2em;
        line-height: 1.2em;

    }

    .our-packs-content-glam-fest {

        font-family: 'Didact Gothic';
        font-size: 0.9em;
        font-weight: 400;
        text-align: center;
        color: black;
        letter-spacing: 0.1em;
        line-height: 1.8em;
        margin-bottom: 0;
        padding-bottom: 32px;
    }

    .our-packs-subtitle-wrap-glam-fest {
        padding-bottom: 32px;
        text-align: center;
        justify-content: center;
        width: 100%;
    }

}