/* scoped: si-things-to-do-ThingsFoodSection */

  .food-section:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    width: 100%;
    height: 537px;
    padding: 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    background:
      linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
      linear-gradient(359.52deg, #FFFFFF 71.64%, #999999 129.12%);
  }

  .food-header:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .food-title:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #272727;
    margin: 0;
  }

  .food-underline:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
  }

  .food-cards:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    display: flex;
    gap: 24px;
  }

  .card:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    width: 258px;
    height: 264px;
    min-height: 264px;
    max-height: 264px;
    flex-shrink: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .card--1:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){ background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('/cardimg1.jpg'); background-size: cover; background-position: center; }

  .card-topline:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    width: 100%;
    height: 4px;
    background: #D62121;
    flex-shrink: 0;
  }

  .card-topline--white:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    background: #FFFFFF;
  }

  .card-underline--white:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    background: #FFFFFF !important;
  }

  .card-text--2:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    color: #FFF9F9;
  }

  .card-title--3:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){ color: #FEF9F9; }
  .card-text--3:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){ color: #FEF9F9; }

  .card-title--4:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){ color: #FDF2F2; }
  .card-text--4:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){ color: #FDF2F2; }

  .card-content:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .card-title:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFF8F8;
    margin: 0;
    min-height: 44px;
  }

  .card-underline:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    width: 210px;
    height: 4px;
    background: #D62121;
    flex-shrink: 0;
  }

  .card-text:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFF8F8;
    margin: 0;
    margin-top: 8px;
  }
  .card--2:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){ background-image: linear-gradient(rgba(214,33,33,0.8), rgba(214,33,33,0.8)), url('/cardimg2.jpg'); background-size: cover; background-position: center; }
  .card--3:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){ background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('/cardimg3.jpg'); background-size: cover; background-position: center; }
  .card--4:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){ background-image: linear-gradient(rgba(214,33,33,0.8), rgba(214,33,33,0.8)), url('/cardimg4.jpg'); background-size: cover; background-position: center; }



  html.is-mobile .food-section:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    height: auto;
    padding: 80px 40px;
    gap: 52px;
    align-items: center;
    position: relative;
    background: none !important;
  }

  html.is-mobile .food-section:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *)::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/BlurredMobile.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: 0;
  }

  html.is-mobile .food-header:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *), html.is-mobile .food-cards:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    position: relative;
    z-index: 1;
  }

  html.is-mobile .food-title:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    font-size: 22px;
    text-align: center;
  }

  html.is-mobile .food-underline:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    width: 60px !important;
    height: 4px !important;
  }

  html.is-mobile .food-cards:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }

  html.is-mobile .food-cards .card:where(.si-things-to-do-ThingsFoodSection, .si-things-to-do-ThingsFoodSection *){
    width: 258px;
    height: 264px;
    min-height: 264px;
    max-height: 264px;
    flex-shrink: 0;
  }
