.hero_banner, .event-cta {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom 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: rgb(36 50 74 / 50%);
    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, .food-category-section, .menu-preview, .main_cafe_gallery {
    padding: 100px 16px;
}
span.subtitle {
    text-align: center;
    display: block;
}
.our_spaces .title, .food-category-section .title, 
.menu-preview .title, .main_cafe_gallery .title {
    text-align: center;
}
.event-grid, .food-category-grid,
.menu-preview .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}
.event-grid .event-item {
    width: calc(20% - 16px);
    padding: 20px;
    text-align: center;
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
}
.event-grid .event-item p, .food-category-desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}
.food-category-section, .main_cafe_gallery {
    background-color: #f8f8f8;
}
.food-category-card {
    background: #fff;
    border: 1px solid #e7e0d9;
    border-radius: 12px;
    text-align: center;
    position: relative;
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    overflow: hidden;
    width: calc(25% - 15px);
        display: flex;
    flex-direction: column;
}
.food-category-content {
    padding: 20px 10px;
}
.food-category-card img, .menu-preview .cards .card img, 
.main_cafe_gallery .cafe_gallery img {
    width: 100%;
    height: 100%;
    display: block;
}
.menu-preview .cards .card {
    width: calc(50% - 10px);
        background: #fff;
    border: 1px solid #e7e0d9;
    border-radius: 12px;
    text-align: center;
    position: relative;
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    overflow: hidden;
}
.main_cafe_gallery .gallery_img {
    margin-top: 40px;
    gap: 20px;
    align-items: self-start;
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 55px) / 4));
    column-gap: 18px;
        margin-bottom: 40px;
}
.main_cafe_gallery .cafe_gallery:nth-child(4n+2), 
.main_cafe_gallery .cafe_gallery:nth-child(4n+4) {
    transform: translateY(50px);
}
.main_cafe_gallery .cafe_gallery img {
    border-radius: 10px;
}
.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 h2 {
    margin-bottom: 5px;
}
.event-cta .cta-left p {
    color: #fff;
    max-width: 300px;
}
.zoom-img {
    cursor:pointer;
}
.modal{
    display:none;
    position:fixed;
    z-index:9999;
    inset:0;
    background:rgba(0,0,0,.9);
    justify-content:center;
    align-items:center;
    padding: 10px;
}
.modal img{
    max-width:100%;
    max-height:100%;
    border-radius: 10px;
}
.modal .close{
    position:absolute;
    top:0px;
    right:20px;
    color:#fff;
    font-size:34px;
    cursor:pointer;
}


@media(max-width: 1200px) {
.event-grid {
    justify-content: center;
}
.event-grid .event-item {
    width: calc(33.33% - 14px);
}
.modal img{
    max-width:90%;
    max-height:90%;
}
}

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

@media(max-width: 767px){
.hero_banner .page_wrapper {
    text-align: center;
}
.our_spaces, .food-category-section, .menu-preview, .main_cafe_gallery {
    padding: 60px 16px;
}
.main_cafe_gallery .cafe_gallery, .food-category-card {
    width: calc(50% - 10px);
}
.menu-preview .cards .card {
    width: 100%;
}
.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;
}
.main_cafe_gallery .gallery_img {
    grid-template-columns: repeat(2, calc((100% - 18px) / 2));
}
}

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