:root {
    --heading: 46px;
    --subHeading: 36px;
    --body1: 22px;
    --body2: 19px;
    --body3: 16px;
}

.ed-package {
    background-color: #fff;
    border-radius: 8px;
    padding: 3rem 0;
    padding-bottom: 8rem;
    height: 100%;
    position: relative;
}

.ed-package a {
    padding: .5rem 1.5rem;
    border-radius: 8px;
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
    font-size: 18px;
}

.ed-package a,
.ed-packages-slick .slick-slide:nth-child(2) a:hover,
.ed-cta a:hover {
    color: #000;
    border: 2px solid #000;
    background-color: #fff;
}

.ed-packages-slick .slick-slide:nth-child(2) a,
.ed-package a:hover {
    background-color: #e91e24;
    color: #fff;
    border-color: #e91e24;
    transition: all 0.2s;
}

.ed-package h5 {
    margin: 0;
    font-family: GilroyBold;
    font-size: 26px;
    padding-left: 0.75rem;
    border-bottom: 2px solid #e91e24;
    width: 35%;
    padding-bottom: .5rem;
    font-style: italic;
}

.ed-basic-inclusions {
    /* border-bottom: 1px solid #d9d9d9; */
    padding-bottom: 1rem;
    margin: 1rem 0.75rem;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 2rem;
}

.ed-basic-inclusions p {
    font-family: GilroyMedium;
    font-size: 18px;
    margin: 0;
}

.ed-package-inclusions h6 {
    margin-left: 2.25rem;
    font-size: 18px;
    font-family: GilroyMedium;
    margin-bottom: .75rem;
}

.ed-package-inclusions span {
    display: flex;
    gap: .5rem;
    margin: 0 2.25rem;
    margin-bottom: .75rem;
}

.ed-package-inclusions span:last-child {
    margin-bottom: 0;
}

.ed-package-inclusions span svg {
    padding-top: .25rem;
}

.ed-package-inclusions span p {
    margin: 0;
    font-family: GilroyReg;
    font-size: 18px;
}

.ed-pricing-packages {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
} 

.ed-pricing-packages h3 {
    text-align: center;
    font-family: GilroyBold;
    font-size: var(--heading);
    margin-bottom: 1.5rem;
}

.ed-pricing-package > h4 {
    text-align: center;
    font-family: GilroySemiBold;
    font-size: var(--subHeading);
    text-transform: uppercase;
}

.ed-pricing-package > p {
    font-family: GilroyReg;
    font-size: var(--body2);;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.faq-expand, 
.faq-collapse {
    font-family: GilroyReg;
    color: #d9d9d9;
    cursor: pointer;
}

.faq-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ed-faqs {
    border: none;
    margin: 0;
    margin-bottom: 5rem;
}

.ed-faq-arrow {
    font-size: var(--body1);;
}

.ed-faq-q p {
    font-family: GilroySemiBold;
    font-size: var(--body1);;
    letter-spacing: revert;
    line-height: revert;
    margin: 0;
}

.ed-faq-a p {
    font-size: var(--body2);;
    letter-spacing: revert;
    line-height: revert;
}

.ed-faqs .card {
    border-bottom: 2px solid #e91e24 !important;
    padding: 2rem 0;
    margin-bottom: 1rem;
    border-top: none;
}

.ed-faqs .card:last-child {
    border-bottom: none !important;
}

.ed-faq h3 {
    display: inline;
    font-family: 'GilroyBold';
    font-size: var(--heading);
    letter-spacing: revert;
    line-height: revert;
}

.ed-brands .container {
    font-family: GilroyBold;
    font-size: var(--heading);
    letter-spacing: revert;
    line-height: revert;
}

.ed-cta h3 {
    font-family: GilroyBold;
    font-size: var(--heading);
    letter-spacing: revert;
}

.ed-cta a {
    font-size: var(--body1);;
    font-family: GilroySemiBold;
    letter-spacing: revert;
    border: 2px solid #e91e24;
}

.ed-benefits-texts p {
    letter-spacing: revert;
    line-height: revert;
    font-size: var(--body2);;
}

.event-n-deal-slider .overlay {
    background: rgb(0 0 0 / 63%);
    overflow: hidden;
    height: 100%;
}

.event-n-deal-slider .overlay img {
    filter: brightness(0.5);
    height: 413px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.event-n-deal-slider .overlay .item-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'GilroyBold';
    text-align: center;
}

.event-n-deal-slider .overlay .item-title h1 {
    color: #fff;
    text-align: center;
    font-family: GilroyBold;
    font-size: 72px;
    font-style: italic;
    line-height: normal;
    letter-spacing: -1.892px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 1rem;
}

.event-n-deal-slider .overlay .item-title h2 {
    color: #fff;
    text-align: center;
    font-family: GilroyReg;
    font-size: 33px;
    font-style: italic;
    line-height: normal;
    letter-spacing: -0.792px;
    margin: 0;
}

.slick-dots {
    bottom: -54px;
}

.benefits-small-container {
    padding: 0px 25px;
}

.benefits-small-container img {
    display: inline;
    padding-right: 12px;
    width: 50px;
}

.benefits-small-container h4 {
    font-family: GilroySemiBold;
    display: inline;
    font-size: var(--body1);
}

.benefits-small-container p {
    padding-top: 16px;
    font-size: var(--body2);
    font-family: GilroyReg;
}

.events-baner-slider-container img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.ed-header-texts h1 {
    font-size: var(--heading);
    font-family: GilroyMedium;
    text-transform: uppercase;
    margin: 0;
}

.ed-header-texts h1 strong {
    font-family: GilroySemiBold;
    font-weight: normal;
}

.ed-header-texts > p {
    padding: 2rem 0;
    width: 90%;
    line-height: 1.5;
    font-family: GilroyReg;
    font-size: var(--body2);;
}

.ed-header-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-header-btn {
    border: 2px solid #000;
    border-radius: 6px;
    padding: 1rem 3rem;
    color: #000;
    font-size: var(--body1);;
    font-family: 'GilroySemiBold';
}

.cta-header-btn:hover {
    color: #fff;
    background: #000;
}

.ed-faq .toggle {
    font-size: var(--body2);;
    color: #d9d9d9;
    display: flex;
    float: right;
    gap: 1rem;
}

.faq-expand:hover,
.faq-collapse:hover,
.faq-expand.active,
.faq-collapse.active {
    color: #ff0000;
    text-decoration: underline;
}

.events-baner-slider-container {
    padding: 4rem 0;
}

.ed-header-cta {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.ed-header-cta p {
    margin: 0;
    font-size: var(--body3);
}

.ed-benefits-texts h3 {
    color: #000;
    font-family: GilroySemiBold;
    font-size: var(--subHeading);
    line-height: revert;
    letter-spacing: revert;
    margin: 0;
    margin-bottom: 1rem;
}

#events-ellipse {
    background: rgba(255, 132, 39, .2);
}

#deals-ellipse {
    background: rgba(233, 30, 36, .2);
}

#events-ellipse,
#deals-ellipse {
    border-radius: 594px;
    filter: blur(100px);
    width: 594px;
    height: 594px;
    flex-shrink: 0;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1!important;
    margin: auto;
}

.ed-packages {
    position: relative;
}

.ed-packages-slick {
    position: relative;
    z-index: 2;
}

.ed-packages-slick .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -16px;
    gap: .5rem;
}

.ed-packages-slick .slick-dots li button:before {
    font-size: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #000;
    opacity: 1;
    content: '';
}

.ed-packages-slick .slick-dots li.slick-active button:before {
    background: #000;
}

.ed-packages .row,
.ed-pricing-package > h4,
.ed-pricing-package > p {
    position: relative;
    z-index: 2;
}

.ed-packages .slick-track {
    display: flex !important;
}

.ed-packages .slick-slide {
    margin: 0 25px;
    height: inherit !important;
    padding-bottom: 3rem;
}

.ed-packages .slick-list {
    margin: 0 -16px;
    overflow: visible;
    padding: 0 16px;
}

.ed-packages .slick-slide > div,
.ed-packages .slick-slide .slide {
    height: 100%;
}

@media only screen and (max-width: 992px) {
    :root {
        --heading: 40px;
        --subHeading: 30px;
        --body1: 20px;
        --body2: 16px;
        --body3: 14px;
    }
    .ed-header-texts h1,
    .ed-header-texts > p,
    .ed-header-cta,
    .benefits-small-container {
        text-align: center;
    }

    .ed-header-cta {
        flex-direction: column-reverse;
        gap: .5rem;
        padding-top: 1rem;
    }

    .ed-pricing-package > p {
        width: 100%;
    }

    .ed-header-texts .pic img {
        max-height: 350px;
    }

    .ed-header-texts > p {
        padding-top: .5rem;
        padding-bottom: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    :root {
        --heading: 24px;
        --subHeading: 22px;
        --body1: 18px;
        --body2: 16px;
        --body3: 14px;
    }            
}

@media only screen and (max-width: 576px) {
    .ed-packages .slick-slide {
        margin: 0 8px;
    }

    .ed-packages .slick-list {
        margin: 0 -8px;
        padding: 0 32px;
    }
}

@media only screen and (max-width: 425px) {
    .ed-packages .slick-list {
        margin: 0 -8px;
        padding: 0 16px;
    }
}