.hero_banner, .event-cta {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    
}
.hero_banner .content {
    min-height: 100vh;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
    background: rgba(36, 50, 74, .7);
    padding: 0px 16px;      
}
.hero_banner .top-text {
    color: #f7c868;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
}
.hero_banner h1 {
    font-size: 70px;
    color: #fff;
    line-height: 80px;
}
.hero_banner p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.our_spaces, .main_cafe_gallery, .packages-section {
    padding: 100px 16px;
}
.packages-section {
    background-color: #f8f8f8;
}
.package-grid  {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}
.main_cafe_gallery .gallery_img {
     margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: self-start;
}
.our_spaces .title, .main_cafe_gallery .title, .packages-section .title {
    text-align: center;
}

.main_cafe_gallery .cafe_gallery {
    width: calc(25% - 15px);
}
.main_cafe_gallery .cafe_gallery img {
    border-radius: 10px;
    margin-bottom: 10px;
}
.main_cafe_gallery .cafe_gallery h3 {
    font-family: jost, sans-serif;
    text-align: center;
    font-size: 16px;
}
.space-content ul {
    padding-left: 60px;
    margin-top: 10px;
        font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.space-content .icon {
    background-color: #f7c868;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 4px;
        margin: 0 auto 10px;
}
.space-content h3 {
    text-align: center;
}

.event-cta {
    background-color: #3c160e;
    padding: 40px 16px;
    position: relative;
}
.event-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(36, 50, 74, .7);
}
.event-cta .page_wrapper {
    display: flex;
        gap: 40px;
    align-items: center;
        justify-content: space-between;
        position: relative;
}
.event-cta .cta-left {
    display: flex;
    gap: 15px;
    color: #fff;
}
.event-cta .cta-left p {
    color: #fff;
        max-width: 300px;
}
.event-cta .cta-left h2 {
    margin-bottom: 5px;
}
.cafe_gallery .gallery_img img, .cafe_gallery img {
    width: 100%;
    height: 100%;
    display: block;
}
.event-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
        margin-top: 40px;
}
.event-grid .event-item {
    width: calc(16.66% - 17px);
        padding: 20px;
    text-align: center;
        box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
}
.event-grid .event-item h4 {
    margin-top: 10px;
    font-family: 'Jost', sans-serif;
}
.package-card {
    background: #fff;
    border: 1px solid #e7e0d9;
    border-radius: 12px;
    padding: 35px 28px;
    text-align: center;
    position: relative;
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    overflow: hidden;
    width: 33.33%;
}
.package-card .price {
    margin-bottom: 15px;
}
.package-card .amount {
    font-size: 46px;
    font-weight: 700;
}
.package-card .guest {
    font-size: 16px;
    color: #777;
}
.package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.features {
    list-style: none;
    text-align: left;
    margin-bottom: 25px;
}
.features li {
    padding: 8px 0;
    font-size: 15px;
    border-bottom: 1px dashed #eee;
}
.features li::before {
    content: "✓";
    color: #c19345;
    font-weight: bold;
    margin-right: 10px;
}
.package-note {
    font-size: 12px;
    color: #777;
    font-style: italic;
}
.ribbon {
    position: absolute;
    top: 20px;
    left: -35px;
    background: #c19345;
    color: #fff;
    padding: 7px 40px;
    font-size: 12px;
    font-weight: 600;
    transform: rotate(-45deg);
    text-transform: uppercase;
}
span.subtitle {
    text-align: center;
    display: block;
}




@media(max-width: 1200px){
.event-grid .event-item {
    width: calc(25% - 15px);
}
.event-grid {
    justify-content: center;
}
.package-card .amount {
    font-size: 34px;
}
.package-name {
    font-size: 18px;
    margin-bottom: 18px;
}
}

@media(max-width: 991px){
.hero_banner .content {
    min-height: 600px;
}
.hero_banner h1 {
    font-size: 58px;
    line-height: 68px;
}
.event-grid .event-item {
    width: calc(33.33% - 14px);
}
.package-card .amount {
    font-size: 28px;
}
}

@media(max-width: 767px){
.hero_banner .page_wrapper {
    text-align: center;
}
.our_spaces, .main_cafe_gallery, .packages-section {
    padding: 60px 16px;
}
.package-grid {
    flex-wrap: wrap;
}
.package-card {
    width: 100%;
}
.main_cafe_gallery .cafe_gallery {
    width: calc(50% - 10px);
}
.event-cta .cta-left {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.event-cta .page_wrapper {
    flex-direction: column;
}
.event-cta .cta-left svg {
    width: 50px;
    height: 50px;
    display: block;
        margin: 0 auto;
}
.event-cta .cta-left p {
    margin: 0 auto;
}
}

@media(max-width: 550px){
.hero_banner h1 {
    font-size: 40px;
    line-height: 50px;
}
.event-grid .event-item {
        width: calc(50% - 10px);
    }
.main_cafe_gallery .cafe_gallery {
    width: 100%;
}    
}