/* Template  */
html {
  scroll-behavior: smooth;
}

.page-wrapper {
  max-width: 1650px;
  margin: 0 auto;
}

/* Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  line-height: 1.5;

  font-family: "Roboto", sans-serif;

  background: #ffffff;
}

h1,
h2,
h3 {
  font-weight: 700;
}
p {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: sticky;
  top: 0;
  background: white;
  z-index: 10;
}
.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

/* Split sections */
.split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1100px;
  margin: auto;
  padding: 60px 20px;
}
.split.reverse {
  flex-direction: row-reverse;
}
.split .text {
  flex: 1;
  padding: 20px;
}
.split .image {
  flex: 1;
  padding: 20px;
}
.split img {
  width: 100%;
}

/* Instagram */
.instagram {
  text-align: center;
  padding: 60px 20px;
}
.instagram .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 20px;
}
.instagram img {
  width: 100%;
}

/* Footer */
.footer {
  background: #111;
  color: #eee;
  text-align: center;
  padding: 30px;
}

/* Mobile */
@media (max-width: 768px) {
  .split {
    flex-direction: column;
  }
  .instagram .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Template */

.container_custom {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px;
  flex-direction: row;
}

.logo_custom img {
  height: 86px;
  width: auto;
}

.menuitems_custom {
  margin: 10px 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 25px;
}

.hero {
  margin: 20px 20px;
}

.hero img {
  width: 100%;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
}

.outer_custom {
  margin: 0px 15px;
  height: 125px;
}

.menubutton_custom {
  width: 145px;
  height: 55px;
  border-radius: 30px;
  margin: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.button_and_menuitems {
  justify-content: center;
  align-items: center;
  color: #7d0000;
}

/* hero split */

/* Hero Split */
.hero-split {
  display: flex;

  height: 81vh;
}

.hero-text {
  flex: 1;
  background: #7e1000; /* warm orange */
  color: white;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  height: 100%;
}

.hero-text h1 {
  font-size: 2.45vw;
  font-weight: 100;
  margin-bottom: 0px;
  line-height: 2.3;
}

.hero-text p {
  margin-bottom: 10px;
  padding: 35px 0px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.text_p_general {
  margin-bottom: 10px;
  padding: 25px 0px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #7e1000;
}

.btn-custom {
  background: #ffffff; /* deep red */
  border: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
}

.btn {
  background-color: #7e1000;
  color: #ffffff;
  border: none;
}

/* optional rounded edges */
.hero_rounded {
  border-radius: 20px;
  overflow: hidden; /* crop the rounded edges */
}

.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Rounded title and image  */

.hero-img {
  width: 50%;
}

.hero-img-inner {
  background-image: url("/images/9.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 81vh;
}

.hero-img-inner2 {
  background-image: url("/images/10.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 81vh;
}

.hero-img-inner3 {
  background-image: url("/images/2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 81vh;
}

.splide__slide {
  padding: 0; /* no space inside */
  margin: 0; /* no margin between */
}

.splide__slide img {
  width: 100%;
  height: 81vh;
  object-fit: cover;
  display: block;
}

.btn-custom {
  background: #ffffff;
  color: #8f0000;
  font-weight: 200;
  width: 35%;
  height: 55px;
  text-transform: uppercase;
  font-size: 14px;
}
.menubutton_custom2 {
  background: none;
  color: #7e1000;
  border: 2px solid #7e1000;
}

@font-face {
  font-family: "DeLatto";
  src: url("../fonts/DeLatto.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* All menu items */

.all_menu_items_fonts {
  font-weight: 500;
  font-size: 15px;
}

/* Colours */

.white_custom {
  background: #ffffff;
}

.hero_rounded {
  margin: 0px;
  border-radius: 20px;
}

.hero-split {
  margin: 0px 35px 0px 5px;
}

.hero_padding {
  margin: 0px 30px;
}

/* Section 2 */

.hero-section {
  background-color: #fff6f2;
  text-align: center;
  padding: 130px 20px;
  font-family: "Mitr", sans-serif;
  margin: 30px 40px;
  border-radius: 20px;
}

.hero-section h2 {
  font-size: 40px;
  font-weight: 600;
  color: #8f0000;
  margin-bottom: 20px;
}

.hero-section-remix h2 {
  margin-bottom: 0px !important;
}

.hero-section p {
  max-width: 700px;
  margin: 0 auto 30px;
}

.btn-custom {
  background: #ffffff;
  color: #8f0000;
  font-weight: 200;
  width: 35%;
  height: 55px;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

/* Animation */

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* === Entrance Animations === */

/* fade + rise */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* fade + slide left */
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* fade + zoom */
@keyframes fadeZoom {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Apply animations */
.hero-text,
.splide,
.button_and_menuitems,
h2 {
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 0.3s;
}

.navbar,
.footer {
  animation: fadeUp 0.8s ease-out forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.logo_custom {
  opacity: 0;
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 0.2s; /* adjust timing */
}

/* Hovers */

.btn:hover {
  background: rgb(153, 2, 2);
  color: rgb(255, 213, 213);
  border: 1px solid rgb(153, 2, 2);
}

.hero-text,
.btn,
.logo_custom {
  transition:
    transform 0.5s ease,
    background-color 0.5s ease;
  transition:
    color 0.4s ease,
    transform 0.4s ease;
}
.hero-text:hover,
.btn:hover,
.logo_custom:hover,
h2:hover,
h1:hover,
p:hover {
  transform: scale(1.01);
  color: #fff6f2;
}

.menuitems_custom {
  display: inline-block;
  position: relative;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
  cursor: pointer;
}

.menuitems_custom:hover,
h2:hover,
p:hover {
  transform: translateY(-3px);
  color: rgb(153, 2, 2);
}

.hero-text h1 {
  font-family: "Mitr", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.btn_cutom_2 {
  background: #7e1000;
  color: #fef3e7;
  width: 135px;
}

h2 {
  display: inline-block;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
  cursor: pointer;
}

h2:hover {
  transform: translateY(-3px);
  color: rgb(153, 2, 2);
}
.hero-section h2 {
  display: block;
  transition:
    transform 0.25s ease !important,
    color 0.25s ease !important;
}
h2:hover {
  transform: translateY(-3px) !important;
  color: rgb(173, 46, 0) !important;
  transition:
    transform 0.25s ease !important,
    color 0.25s ease !important;
}
/* Section 3 */

.features-section {
  text-align: center;
  padding: 20px 20px;
  font-family: "Mitr", sans-serif;
  background: #fff;
}

.features-section h2 {
  font-size: 34px;
  font-weight: 600;
  color: #8f0000;
  margin-top: 15px;
  text-transform: uppercase;
}

.features-section .intro-text {
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.features_grid_4 {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  text-align: left;
}

.feature-card img {
  width: 100%;
  height: 200px; /* set a fixed height */
  object-fit: cover; /* crops instead of stretching */
  border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.feature-card img:hover {
  transform: scale(1.01);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 600;
  width: 175px;
  line-height: 25px;
  color: #6f0000;
  margin-bottom: 8px;
  margin-top: 25px;
}

@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

.container_custom_concept p {
  text-align: left;
  width: 400px;
  padding: 0px;
  margin: 0px;
}
.container_custom_concept {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}

.container_custom_seating {
  padding: 0px 0px 20px 0px;
  flex-direction: row-reverse;
}

.text_p_general2 {
  padding: 10px 0px;
}

.text_p_general_rightaligned p {
  text-align: right;
}

.features_section_seating {
  background-color: #fff6f2;
  padding: 50px 50px;
}

.features_section_seating img {
  height: 450px;
}

.instagram .grid img {
  border-radius: 20px;
  height: 250px;
  object-fit: cover;
}

.instagram_follow {
  margin-top: 60px;
}

.instagram .grid img {
  border-radius: 20px;
  height: 250px;
  object-fit: cover;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
}

.instagram .grid img:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  padding: 50px;
}

.info-card {
  border-radius: 20px;
  padding: 60px;
  font-family: "Mitr", sans-serif;
}

.info-card.light {
  background: #fff7f2;
  color: #7e1000;
}

.info-card.dark {
  background: #7e1000;
  color: #fff;
}

.info-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-card ul li {
  margin: 6px 0;
  font-size: 15px;
}

.info-card.map {
  padding: 0;
  overflow: hidden;
}

.info-card h2 {
  margin-bottom: 20px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline; /* optional */
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

@media (max-width: 768px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}

.lilitalyMaps img {
  width: 100%;
  height: 450px;
  object-fit: cover; /* no stretch, crop instead */
  border-radius: 15px; /* optional */
}

.find_us {
  margin-bottom: 10px;
  padding: 0px 0px 10px 0px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.find_us2 {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
  padding: 5px 0px 30px 0px;
  margin: 0px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 20px 0px 50px 0px;
}

.review-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
}

.review-card .stars {
  color: #ff4d4d;
  margin-bottom: 10px;
}

.review-card p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #7f1000;
}

.review-card strong {
  color: #450900;
}

@media (max-width: 992px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

.booking_section {
  background: white;
  padding: 55px 20px;
  margin: 30px 40px 0px 40px;
}

/* Footer */

.footer_custom {
  margin-top: 0px;
  font-family: "Mitr", sans-serif;
  background: #fff;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
}

.footer_menu {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.footer_menu li a {
  text-decoration: none;
  font-weight: 600;
  color: #7e1000;
  transition:
    transform 0.25s ease,
    color 0.25s ease;
}

.footer_menu li a:hover {
  color: #990202;
  transform: translateY(-2px);
}

.footer_logo img {
  height: 70px;
  margin-bottom: 20px;
}

.footer_text {
  font-size: 12px;
  color: #7e1000;
  font-weight: 500;
}

.footer_bottom {
  background: #7e1000;
  padding: 18px 0;
  text-align: center;
}

.footer_bottom a {
  color: #fff;
  margin: 0 15px;
  font-size: 22px;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.footer_bottom a:hover {
  color: #ffebb8;
  transform: scale(1.2);
}

.footer_bottom a {
  color: #ffffff !important; /* white by default */
  margin: 0 15px;
  font-size: 18px;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.footer_bottom a:hover {
  color: #ffebb8; /* soft highlight on hover */
  transform: scale(1.2);
}

.footer_menu a {
  color: #7e1000 !important;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

.booking_section p {
  margin: 0 auto 0px;
}

.calendly-inline-widget {
  margin-top: -30px;
  margin-bottom: -20px;
}

.feature-card-border {
  border: 2px solid darkred;
  padding: 20px;
  border-radius: 20px;
}

.feature-card-border {
  border: 2px solid transparent;
  border-radius: 15px;
  transition:
    border 0.3s ease,
    box-shadow 0.3s ease;
}

.feature-card-border:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* remove animation directly from .hero-text */
.hero-text {
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

/* use a wrapper or add a special class only for entrance */
.hero-text.animate {
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 0.3s;
}

.hero-text:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.instagram_follow {
  width: 35%;
}

.menu_full_background {
  margin-right: 20px;
}

/* Mobile */
.scroll_nav,
.button_and_menuitems {
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
}

@media (max-height: 800px) {
  .hero-split {
    display: flex;
    flex-wrap: wrap;
    height: 80vh;
  }
  .splide__slide img {
    height: 80vh;
  }
}

@media (max-height: 700px) {
  .hero-split {
    display: flex;
    flex-wrap: wrap;
    height: 75vh;
  }
  .splide__slide img {
    width: 100%;
    height: 75vh;
    object-fit: cover;
    display: block;
  }
}

@media (max-width: 900px), (max-height: 700px) {
  /* .hero-text h1 {
    font-size: 2.2vw;
  } */
  .hero-text p {
    font-size: 13px;
  }
  .logo_custom img {
    height: 80px;
    width: auto;
  }
}

@media (max-width: 1250px) {
  .btn-custom {
    width: 45%;
  }

  .instagram_follow {
    width: 60%;
  }

  .hero-text h1 {
    font-size: 45px;
  }

  .hero-text {
    padding: 50px;
  }
}

@media (max-width: 850px) {
  .hero-text h1 {
    font-size: 4.8vw;
  }
}

@media (max-height: 650px) {
  .hero-text h1 {
    font-size: 4.8vw;
    line-height: 10vh;
    /* font-size: clamp(16px, 5vw, 48px); */
  }
  .hero-text p {
    font-size: 12px;
  }
}

@media (max-height: 520px) {
  .hero-text h1 {
    font-size: 4vw;
    line-height: 14vh;
    padding: 30px 0px;
  }
  .hero-text p {
    display: none;
  }
}

.scroll_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px 30px 0px 0px;
  background: #ffffff;
  z-index: 1000;
  display: none;
}

.original_nav {
  display: block;
}
button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
}

.text_align_right_custom {
  text-align: right !important;
  width: 400px;
}

.text_align_left_custom {
  text-align: left !important;
  width: 500px;
}

.feature-card-border {
  border: 0px solid darkred;
  padding: 20px !important;
  border-radius: 20px;
  margin: 5px;

  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.feature-card-border:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.hide_menu {
  display: none;
}

.show_menu {
  display: block;
  list-style-type: none;
  background: #fff6f2;
  padding: 30px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 600;
  font-family: "Mitr", sans-serif;
  color: #8f0000;
  z-index: 1;
  position: fixed;
}

.click_button {
  position: fixed;
  z-index: 999;
}

.click_button i {
  color: rgb(95, 0, 0);
}

.buttons_concept_container {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  justify-content: center;
}

.click_button {
  display: none;
}

/* .hero-img-mobile {
  display: none;
} */

@media (max-width: 1060px) {
  .extra_button {
    display: none;
  }
  .explore_button {
    background-color: #7e1000;
    color: #ffffff;
  }
}

@media (max-width: 999px) {
  .feature-card_3rdImage {
    display: none;
  }
  .hero-img {
    width: 45%;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .click_button {
    display: block;
  }
  .hero-split {
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  .hero-img {
    width: 100% !important;
    padding: 38px 35px 10px 35px;
  }
  .splide__slide img {
    width: 100%;
    height: 100%;
  }
  .hero-text {
    padding: 40px 40px 40px 40px;
  }

  .features-section {
    padding: 0px;
  }

  .feature-card-border {
    padding: 10px;
  }

  .features-grid {
    margin-top: 0px !important;
    padding: 30px;
  }
  .container_custom_seating {
    padding: 30px;
  }

  .container_custom_concept p,
  .features-section h2 {
    width: 250px;
  }

  .calendly-inline-widget {
    margin: 20px 0px -100px 0px;
  }
  .button_and_menuitems {
    display: none !important;
  }
  .logo_custom img {
    height: 68px;
    width: auto;
  }

  .hero-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .container_custom_concept {
    flex-direction: column-reverse;
  }

  .features_section_reviews_reverse {
    flex-direction: column;
  }

  flex-direction: column;
  .features-section {
    padding: 0px;
    margin: 0px;
  }
  .container_custom_concept p,
  .features-section h2 {
    width: 250px;
    width: 80%;
  }
  .buttons_concept_container {
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 0px;
  }

  .container_custom_gallery {
    margin: 50px 0px 0px 0px;
  }

  .instagram .grid {
    padding: 0px 20px;
  }

  .info-grid-maps {
    padding: 30px;
  }

  .hero-split {
    margin: 0px 35px 0px 0px;
  }

  .btn-custom {
    width: 42%;
  }

  .features_section_reviews {
    padding: 50px 20px;
  }
  .footer_top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 40px;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .footer_logo img {
    height: 60px;
    margin: 30px 0px 35px 0px;
  }
  .calendly-mobile {
    min-width: 100%;
  }

  .hero-section {
    margin: 30px 30px;
  }

  .features-section {
    margin: 30px 5px;
  }

  .features-grid-concept {
    padding: 15px 25px 30px 25px;
  }

  .features_section_seating {
    margin: 30px;
  }

  .calendly-inline-widget {
    margin: 20px 0px -150px 0px;
  }

  .outer_custom {
    height: 110px;
  }

  .hero-section h2 {
    font-size: 32px;
  }
  .hero-section-favourite {
    padding: 40px 20px;
  }
  .container_custom_seating {
    padding: 20px;
  }

  .show_menu li {
    font-size: 32px;
    padding: 30px;
  }

  .info-card {
    padding: 50px;
  }

  .hero-section h2,
  h2,
  .feature-card h3,
  p,
  .hero-text h1 {
    text-align: center !important;
    width: 100%;
  }

  .btn-custom {
    width: 100%;
  }

  .hero-split {
    flex-direction: column;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  .hero-img {
    width: 100% !important;
    padding: 8px 35px 30px 35px;
  }

  .hero-section p {
    margin: 0 auto 0px;
  }

  .feature-card-border {
    border: 0px solid darkred;
    padding: 0px !important;
  }

  .instagram_follow {
    margin-top: 60px;
    width: 70% !important;
  }
  /* .hero-img-mobile {
    display: block;
    padding: 0px 35px 30px 35px;
  }

  .hero-img-regular {
    display: none;
  } */
}

@media (max-width: 768px) {
  .feature-card-border:hover {
    box-shadow: none !important;
    transform: none !important;
  }
}

.coming_soon_banner {
  text-align: center;
  height: 90vh !important;
  margin: 40px 0px;
  width: 100% !important;
}

.coming_soon_block {
}

.dukviH9w_EuHzTw_qBQt {
  display: none !important;
}

@media (max-width: 600px) {
  .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 500px;
  }

  .btn {
    margin-top: 20px;
  }
}
