@media screen and (min-width: 1600px) and (max-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1680px;
  }
}
@media screen and (max-width: 1600px) {
  #VideoSection video {
    max-height: 550px;
  }
  #Header .SocialMedia {
    gap: 12px;
  }
  .qodef-background-grid-lines--enabled .qodef-m-background-grid-lines {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    width: 87%;
    margin: auto;
  }
  .GalleryWrapper {
    gap: 40px 45px;
  }
  .SectionTitle .Title::after {
    height: 40px;
    width: 40px;
    top: -14px;
  }
  #Testimonials .TestimonialCard {
    max-width: 550px;
  }
  #Header .Flag {
    width: 42px;
  }
  :root {
    --PrimaryFontSize: 48px;
    --BlogTitleSize: 32px;
    --BlogDescSize: 20px;
    --SecondaryFontSize: 17px;
    --SectionPadding: 70px;
  }
  #Header .MenuWrapper {
    width: 33%;
  }
  #Header .HeaderLogo {
    width: 33%;
  }
  #Header .HeaderLogo img {
    width: 80%;
    max-width: 90px;
  }
  #Header .burger {
    position: relative;
    width: 37.6px;
    height: 32px;
  }
  #Header .burger span {
    height: 4.6px;
  }
  #Header .HeaderMain {
    padding: 0;
  }
  #Header .SocialMedia {
    width: 33%;
  }
  .WebBtnWhite,
  .WebBtn {
    padding: 10px 20px;
  }
  #Hero {
    height: auto;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  #Hero .HeroContent {
    padding: 40px 0;
  }
  #Hero .HeroContent .SectionTitle .Title {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #Hero .HeroContent .SectionTitle p {
    max-width: 75%;
  }
  #Hero .HeroImages {
    max-width: 100%;
    margin: auto;
    transform: scale(0.9);
    transform-origin: center right;
  }
  #Hero .HeroImages .BowlRight {
    left: -200px;
    max-width: 330px;
    bottom: 0px;
  }
  #Hero .HeroImages .BowlBottom {
    right: -125px;
    top: 0px;
    max-width: 220px;
  }
  #Hero .HeroDecor {
    max-width: 260px;
    bottom: 0px;
    left: -40px;
  }
  #Hero .SocialMediaStrip {
    width: 65%;
    gap: 32px;
    padding: 16px;
    bottom: 22%;
  }
  #Hero .SocialMediaStrip a img {
    width: 50px;
  }
  #AboutUs {
    height: 120vh;
  }
  #AboutUs .container {
    min-height: 100vh;
  }
  #AboutUs #food-svg {
    width: 74%;
  }
  #AboutUs .AboutUsImg {
    width: 27%;
    bottom: -20px;
  }
  #BookTable .col-lg-4 {
    width: 32%;
    padding: 15px;
  }
  #BookTable .FormMain {
    width: 36%;
    padding: 20px 0 !important;
  }
  #BookTable .FormMain .BookingBox {
    padding: 30px 40px;
    border-radius: 6px 120px 6px 120px;
  }
  #BookTable .FormMain .BookingForm {
    gap: 16px;
  }
  #BookTable .FormMain .BookingForm .FormGroup select,
  #BookTable .FormMain .BookingForm .FormGroup input {
    padding: 10px 12px;
    font-size: calc(var(--SecondaryFontSize) - 1px);
  }
  #BookTable .FormMain .BookingForm .WebBtn input {
    padding: 6px 28px;
  }
  #BookTable .BookTableImg img {
    width: 100%;
    margin: auto;
    display: block;
    transform: scale(0.95);
  }
  #Menu {
    height: auto;
  }
  #OpeningHours .InfoWrapper .Icon {
    width: 70px;
  }
  #Story .DecorText {
    max-width: 50%;
    height: 245px;
    margin-bottom: -216px;
  }
  #Story .DecorText .Title {
    max-width: 95%;
    margin-top: 20px;
  }
  #WhoWeAre .SectionTitle p {
    max-width: 100%;
  }
  #WhoWeAre .WhoWeAreWrapper {
    padding: 40px;
    width: 240px;
    height: 240px;
  }
  #WhoWeAre .WhoWeAreWrapper::after {
    right: -200px;
  }
  #WhoWeAre .WhoWeAreWrapper .Icon {
    width: 70px;
    margin: auto;
    margin: 17px auto 14px;
  }
  #AboutVideo .Video video {
    max-height: 550px;
  }
  #Story .WebBtn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 22px auto 0;
  }
  #MenuCategory .no-js .owl-carousel,
  #MenuCategory .owl-carousel.owl-loaded {
    display: block;
    height: 100%;
  }
  #MenuCategory .owl-carousel .owl-stage-outer {
    height: 100%;
  }
  #MenuCategory .owl-carousel .owl-stage {
    height: 100%;
  }
  #MenuCategory .owl-carousel.owl-drag .owl-item {
    height: 100%;
  }
  #MenuCategory .MenuImg {
    height: 100%;
  }
  #MenuCategory .MenuImg img {
    height: 100%;
  }
  #MenuCategory .MenuListWrapper {
    max-width: 700px;
    margin: auto;
    padding-top: 30px;
    padding: 45px;
  }
}
@media screen and (max-width: 1024px) {
  #Hero .HeroImages .BowlRight {
    max-width: 360px;
    bottom: -65px;
  }
  #Hero .HeroImages .BowlBottom {
    top: -25px;
    max-width: 250px;
  }
  #AboutUs {
    height: 65vh;
  }
  #AboutUs .container {
    min-height: 50vh;
  }
  #AboutUs .AboutUsImg {
    width: 28%;
    bottom: 90px;
  }
  #AboutUs #food-svg {
    top: 45%;
    width: 74%;
  }
  #BookTable .FormMain .BookingBox {
    padding: 45px 40px;
  }
}
@media screen and (max-width: 990px) {
  #AboutUs .AboutUsImg {
    width: 30%;
    bottom: 151px;
  }
  #AboutUs .container {
    min-height: 70vh;
  }
  #AboutUs {
    height: 80vh;
  }
  #AboutUs #food-svg {
    width: 80%;
  }
  #BookTable {
    padding: 40px 0;
  }
  #BookTable .container {
    max-width: 100%;
  }
  #BookTable .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
  }
  #BookTable .col-md-12 {
    width: 100%;
  }
  #BookTable .FormMain {
    width: 100% !important;
    padding: 0 !important;
  }
  #BookTable .FormMain .BookingBox {
    width: 100%;
    padding: 48px 15px;
    border-radius: 40px;
    height: auto;
  }
  #BookTable .FormMain .BookingForm .FormGroup select,
  #BookTable .FormMain .BookingForm .FormGroup input {
    padding: 12px 8px !important;
  }
  #BookTable .FormMain .BookingBox .BookingForm .FormGroup label {
    left: 7px;
  }
  #VideoSection video {
    max-height: 750px;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --PrimaryFontSize: 38px;
    --BlogTitleSize: 32px;
    --BlogDescSize: 20px;
    --SecondaryFontSize: 16px;
    --SectionPadding: 40px;
  }
  .SectionTitle p {
    max-width: 100%;
  }
  .w-100 {
    width: auto !important;
  }
  #Header .HeaderLogo img {
    width: 80%;
    max-width: 80px;
  }
  #Hero {
    height: auto;
    padding: 40px 0 70px;
    text-align: center;
    /* SOCIAL STRIP */
    /* IMAGES STACKED + RESIZED */
    /* HERO DECOR IMAGE */
  }
  #Hero .HeroContent {
    padding: 0px 0 0;
  }
  #Hero .HeroContent .SectionTitle p {
    max-width: 100%;
  }
  #Hero .WebBtn {
    margin-top: 14px;
  }
  #Hero .SocialMediaStrip {
    position: relative;
    bottom: auto;
    width: 100%;
    padding: 14px 0;
    margin-top: 40px;
    gap: 20px;
  }
  #Hero .SocialMediaStrip a img {
    width: 45px;
  }
  #Hero .HeroImages {
    margin-top: 40px;
    position: relative;
  }
  #Hero .HeroImages .BgHero img {
    width: 100%;
    margin: auto;
  }
  #Hero .HeroImages .BowlRight {
    position: absolute;
    bottom: -50px;
    left: 10%;
    transform: translateX(-50%);
    max-width: 280px;
  }
  #Hero .HeroImages .BowlRight img {
    width: 100%;
  }
  #Hero .HeroImages .BowlBottom {
    top: -90px;
    right: -15%;
    max-width: 220px;
  }
  #Hero .HeroImages .BowlBottom img {
    width: 100%;
  }
  #Hero .HeroDecor {
    max-width: 120px;
    bottom: -20px;
    left: -10px;
  }
  #Hero .HeroDecor img {
    width: 100%;
  }
  #AboutUs {
    height: auto;
  }
  #AboutUs #food-svg {
    display: none;
  }
  #AboutUs .AboutUsImg {
    display: none;
  }
  #Gallery {
    /* SWIPER MOBILE ADJUSTMENTS */
    /* ARROWS */
  }
  #Gallery .SectionTitle {
    flex-direction: column;
    margin-bottom: 10px;
    align-items: center;
  }
  #Gallery .SectionTitle p {
    max-width: 100%;
    text-align: center;
  }
  #Gallery img {
    border-radius: 6px;
    width: 100%;
    height: auto;
  }
  #Gallery .swiper-container {
    width: 100%;
    padding: 10px 0 30px;
  }
  #Gallery .swiper-slide {
    width: 230px !important;
    margin-right: 12px;
  }
  #Gallery .swiper-button-next,
  #Gallery .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border-radius: 50%;
  }
  #Gallery .swiper-button-next:after,
  #Gallery .swiper-button-prev:after {
    font-size: 16px;
    color: #000;
  }
  #OpeningHours .InfoWrapper .SectionTitle {
    padding: 0;
  }
  #Blogs .BlogsMain .BlogCard {
    margin-bottom: 20px;
  }
  #Header .SocialMedia {
    display: none;
  }
  #Header .HeaderLogo {
    width: 50%;
    text-align: end;
  }
  #Header .CountryToggle {
    display: none;
  }
  #Header .main-menu .nav {
    display: block;
  }
  #Header .main-menu .nav__item a {
    font-size: 36px;
  }
  #Header .main-menu .nav__item {
    text-align: center;
  }
  #WhoWeAre .WhoWeAreWrapper {
    margin: 0 auto 50px;
  }
  #WhoWeAre .WhoWeAreWrapper::after {
    right: 50%;
  }
  #WhoWeAre .row > .col-lg-3:last-child .WhoWeAreWrapper::after {
    display: block;
  }
  #Stats .CounterMain .Countericon {
    width: 70px;
    margin: auto;
    opacity: 1;
  }
  .CounterBox {
    margin: 0 auto 32px;
  }
  #Stats .CounterMain .CounterDetails .CounterNo {
    font-size: 32px;
  }
  #BannerSection .SectionTitle {
    top: 50%;
    left: 50%;
  }
  #Story .DecorText {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    background: transparent;
    padding: 0 0 24px;
  }
  #Story .WebBtn {
    margin: 0 auto;
  }
  #BannerSection {
    padding: 40px 0 0;
  }
  #Story .Title {
    color: var(--SecondaryColor);
  }
  #Story .SectionTitle p {
    max-width: 100%;
    text-align: left;
  }
  #ContactInfo .px-4 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #ContactForm {
    padding: 20px 0 !important;
    text-align: center;
  }
  #ContactForm .MapWrapper .DetailsCard {
    position: static;
    margin: 0 auto 14px;
    width: 100%;
  }
  #ContactForm .MapWrapper iframe {
    width: 100%;
    height: 270px;
    min-height: 270px;
  }
  #ContactForm .ContactBox {
    padding: 20px 0;
    border-radius: 12px;
  }
  .GallerySection {
    padding: 30px 20px;
  }
  .GalleryWrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .TallItem {
    border-radius: 20vmax 0 0 0;
  }
  .OvalItem {
    border-radius: 35vmax;
  }
  .RoundedOne {
    border-radius: 50vmax 50vmax 0 0;
  }
  #MenuCategory .MenuListWrapper {
    max-width: 700px;
    margin: auto;
    padding: 30px;
  }
  #MenuCategory .MenuListWrapper .MenuList {
    height: auto;
  }
  /* Default order */
  #MenuCategory .row > .col-lg-6 {
    order: 1;
  }
  /* Image column first */
  #MenuCategory .row > .col-lg-6:has(.MenuImageWrapper) {
    order: 2;
  }
  /* EVEN rows: reverse order */
  #MenuCategory .row > .col-lg-6:nth-child(even):has(.MenuImageWrapper) {
    order: 2;
  }
  #MenuCategory .row > .col-lg-6:nth-child(even):has(.MenuListWrapper) {
    order: 2;
  }
  #AboutUs {
    background: #EBEBEB;
  }
  #AboutUs .AboutUsContent .SectionTitle {
    text-align: left;
  }
  #AboutUs .AboutUsContent .SectionTitle .Title {
    margin: auto;
  }
  #AboutUs .AboutUsContent .SectionTitle p {
    text-align: left !important;
  }
  .MenuImgContainer {
    display: none;
  }
  #Menu .MenuInner .MenuList .MenuItem {
    width: 100%;
    padding: 12px 0;
  }
  #BookTable .FormMain .BookingBox {
    margin: 10px;
  }
  #WhoWeAre .WebBtn {
    margin: 0px auto 0;
  }
  #Gallery .swiper-container {
    display: none;
  }
  #BookTable .FormMain .BookingBox .BookingForm .FormGroup input::-moz-placeholder, #BookTable .FormMain .BookingBox .BookingForm .FormGroup select::-moz-placeholder {
    color: #000;
    opacity: 1;
    /* Required for Safari */
  }
  #BookTable .FormMain .BookingBox .BookingForm .FormGroup input::placeholder,
  #BookTable .FormMain .BookingBox .BookingForm .FormGroup select::placeholder {
    color: #000;
    opacity: 1;
    /* Required for Safari */
  }
  /* Safari / WebKit specific */
  #BookTable .FormMain .BookingBox .BookingForm .FormGroup input::-webkit-input-placeholder,
  #BookTable .FormMain .BookingBox .BookingForm .FormGroup select::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
  }
  /* Firefox */
  #BookTable .FormMain .BookingBox .BookingForm .FormGroup input::-moz-placeholder,
  #BookTable .FormMain .BookingBox .BookingForm .FormGroup select::-moz-placeholder {
    color: #000;
    opacity: 1;
  }
  /* Edge (older versions) */
  #BookTable .FormMain .BookingBox .BookingForm .FormGroup input:-ms-input-placeholder,
  #BookTable .FormMain .BookingBox .BookingForm .FormGroup select:-ms-input-placeholder {
    color: #000;
  }
  #Testimonials .item {
    margin: 0;
    transform: scale(1);
  }
  #Testimonials {
    background: var(--SecondaryColor);
    padding: 20px 0 20px;
  }
  #Blogs .BlogsMain .BookingBox {
    padding: 20px 10px;
  }
  #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup select,
  #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup input {
    padding: 12px 5px;
  }
  #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup label {
    position: absolute;
    left: 3px;
  }
  #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup select option[disabled] {
    color: #000;
  }
  /* Base input & select text */
  #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup input,
  #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup select {
    font-size: 14px;
    color: #000;
    -webkit-text-fill-color: #000;
    /* Safari */
  }
  /* Standard placeholder */
  #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup input::-moz-placeholder, #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup select::-moz-placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
  }
  #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup input::placeholder,
  #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup select::placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
  }
  /* Safari / WebKit */
  #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup input::-webkit-input-placeholder,
  #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup select::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
  }
  /* Firefox */
  #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup input::-moz-placeholder,
  #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup select::-moz-placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
  }
  /* Edge (legacy) */
  #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup input:-ms-input-placeholder,
  #Blogs .BlogsMain .BookingBox .BookingForm .FormGroup select:-ms-input-placeholder {
    color: #000;
    font-size: 14px;
  }
  #Blogs .SectionTitle .Title {
    color: var(--SecondaryColor);
    display: none;
  }
  #BannerSection .SectionTitle .Title {
    margin: 0;
    color: var(--SecondaryColor);
    text-align: center;
  }
  #ContactForm .ContactBox .custom-input {
    background: #fff;
  }
}/*# sourceMappingURL=responsive.css.map */