@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sedgwick+Ave+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Mono&display=swap");
.steas {
  margin: 0 !important;
  padding: 0 !important;
}

.nav-item a {
  font-size: 2rem;
  margin-right: 20px;
  font-family: "Sedgwick Ave Display", cursive;
}

nav.navbar {
  background-color: black !important;
}

a.nav-link {
  text-decoration: none;
  position: relative;
}

a.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

a.nav-link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

section.welcome-img {
  position: relative;
  background: transparent;
}

section.welcome-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img-1.png");
  background-size: cover;
  background-position: center;
  filter: brightness(50%);
  z-index: -1;
}

.welcome-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
}

.welcome-section h1 {
  font-size: 3rem;
  color: white;
}

.carousel-item img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center;
}

.carousel-item {
  position: relative;
}
.carousel-item h2 {
  color: white;
  font-size: 8rem;
  font-family: "Sedgwick Ave Display", cursive;
}
.carousel-item a {
  color: white;
  font-size: 3rem;
  font-family: "Sedgwick Ave Display", cursive;
}
.carousel-item a:active {
  background-color: rgb(224, 24, 24) !important;
}
.carousel-item h2.welcome-text {
  position: absolute;
  top: 25%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.carousel-item a {
  position: absolute;
  top: 45%;
  left: 25%;
  transform: translate(-50%, -50%);
}

.carousel-item a {
  background-color: white;
  color: #660102;
  border: #660102;
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.carousel-item a:hover {
  background-color: #ff002b;
  color: white;
  border: #660102;
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.nadpis-sekce-text-h {
  padding-top: 50px;
  font-size: 7rem;
  font-weight: bold;
  font-family: "Amatic SC", cursive;
}
.podnadpis-section-text {
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
}
p.lead {
  font-size: 3rem;
  font-family: Arial, sans-serif;
  margin-top: 1rem;
}
p.lead-text {
  text-align: justify;
  font-size: 1.7rem;
  font-family: Arial, sans-serif;
  margin-top: 1rem;
}

.img-onas {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.section-napojak {
  height: 1500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("src/Napojak/2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/*
.section-napojak .container {
  padding-top: 30px;
  color: white;
  background-color: rgba(222, 68, 68, 0.5);
  border-radius: 20px;
}*/
.section-napojak table {
  font-size: 1.8rem;
  color: white;
}

/*////////////////////EVENTS */

.events-section {
  /* background-color: #f5f5f5;*/
}

.event-item {
  padding: 0;
}

.card {
  background-color: #ffffff;
  border: none;
  border-radius: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.card:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease-in-out;
}

.card-img-top {
  border: 0px;
  border-radius: 20px 20px 0px 0px !important;
}

.card-body {
  padding: 20px;
}

.card-title {
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  font-size: 3.5rem;
}

.card-text {
  text-align: justify;
  font-size: 1.4rem;
  color: black;
}

.onas-text-h {
  font-size: 5rem;
  font-family: "Amatic SC", cursive;
}

.list-unstyled {
  font-size: 1.5rem;
}

.list-unstyled a {
  color: #bfbfbf;
  text-decoration: none;
}
.list-unstyled a:hover {
  color: #ede9e9;
  text-decoration: none;
}

.soc-kontakty {
  font-size: 2rem;
}

#kontakty {
  padding-top: 5%;
  padding-bottom: 5%;
}
#kontakty .row {
  padding: 2%;
}
#kontakty p {
  font-size: 1.4rem;
}
.soc-kontakty {
  font-size: 2rem;
}
.soc-kontakty i {
  font-size: 2.5rem;
  color: rgb(212, 23, 23);
}
.soc-kontakty i:hover {
  color: rgb(130, 35, 35);
}
p.lead-text-footer {
  text-align: justify;
  font-size: 1.1rem;
  font-family: Arial, sans-serif;
  margin-top: 1rem;
}

.meal-cards-container {
  margin: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.meal-card {
  flex: 0 0 calc(25% - 20px);
  margin-bottom: 20px;
  margin-left: 15px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
  border: none;
  border-radius: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.meal-card:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease-in-out;
}

.meal-card-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.meal-card-info {
  padding: 16px;
  background-color: #f5f5f5;
}

.meal-card-title {
  margin-top: 0;
}

.meal-card-price {
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 992px) {
  .meal-card {
    flex: 0 0 calc(33.33% - 20px);
  }
}

@media (max-width: 768px) {
  .meal-card {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .meal-card {
    flex: 0 0 calc(100% - 20px);
    margin-right: 0;
  }
}
.logo-class {
  height: 100px;
}

section.burgers {
  background-image: url(src/logo2.svg);
  background-repeat: no-repeat;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #bfbfbf !important; /* Barva pozadí při hoveru */
  color: #000; /* Barva textu při hoveru */
}

.meal-card-description-s {
  height: 80px;
  font-family: "Space Mono", monospace;
}
