/**
* Template Name: Delicious
* Updated: Jan 09 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/delicious-free-restaurant-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: sans-serif;
  color: #444;
}

a {
  text-decoration: none;
  color: #802c20;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Serif", serif, sans-serif;
  color: #802c20;
  text-shadow: 1px 1px 2px #fff, 2px 2px 8px #fff;
  }

strong {
  color: #555;
}

.btn-get-started {
  font-family: sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 50px;
  margin: 15px 0 0 0;
  color: #ecd8bd;
  background: #802c20;
  border: 1px solid #ecd8bd;
  border-radius: 50px;
  transition: all ease-in-out 0.8s;
}

.btn-get-started:hover {
  transform: scale(1.25);
  color: #802c20;
  background: #ecd8bd;
  border: 1px solid #802c20;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ecd8bd;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #fff;
  transition: all ease-in-out 0.5s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  transform: scale(1.35);
  background: #802c20;
  border: 1px solid #ecd8bd;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 996;
  transition: all ease-in-out 0.8s;
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar a {
  color: #ecd8bd;
  line-height: 0;
  margin: 0 0 0 5px;
}

#topbar a:hover {
  color: #fff;
}

#topbar i {
  color: #fff;
  line-height: 0;
}

#topbar i span {
  color: #ecd8bd;
  font-style: normal;
  padding-left: 5px;
}

#topbar img {
  width: 28px;
  margin: 0 0 0 1px;
  cursor: pointer; 
  filter: opacity(95%) blur(0.05rem) grayscale(30%);
  transition: all ease-in-out 0.4s;
}

#topbar img.active {
  filter: opacity(100%) blur(0) grayscale(0%);
}

#topbar img:hover {
  filter: opacity(100%) blur(0) grayscale(0%);
  transform: scale(1.20);
}



/*--------------------------------------------------------------
# Sticky Header
--------------------------------------------------------------*/
#header {
  top: 50px;
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  top: 0;
  background: linear-gradient(rgba(128, 44, 32, 1), rgba(128, 44, 32, 1), rgba(128, 44, 32, 0.8), rgba(128, 44, 32, 0.3));
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  transition: 0.8s;
  padding: 0;
  margin: 0;
  max-height: 45px;
}

#header .logo img:hover {
  transform: scale(1.25);
}


/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  background: rgba(236, 216, 189, 0.7);
  color: #802c20;
  border: 1px solid #802c20;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: all ease-in-out 0.8s;
}

.book-a-table-btn:hover {
  transform: scale(1.15);
  background: #802c20;
  border: 1px solid #ecd8bd;
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
    letter-spacing: 1px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #ecd8bd;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
  text-shadow: 1px 1px 3px #802c20;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #433f39;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #802c20;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  z-index: 0;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 85px;
  right: 50px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: rgba(236, 216, 189, 0.95);
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #802c20;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #802c20;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /* background-color: rgba(128, 44, 32, 0.8); */
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background: linear-gradient(rgba(128, 44, 32, 0.7), rgba(128, 44, 32, 0), rgba(128, 44, 32, 0), rgba(128, 44, 32, 0), rgba(128, 44, 32, 0), rgba(128, 44, 32, 0.5));
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  text-shadow: 1px 1px 1px #802c20, 0 0 1em white, 0 0 1em #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span,
#hero h2 strong {
  color: #802c20;
  text-shadow: 1px 1px 1px #fff, 0 0 0.3em #fff, 0 0 0.3em #fff;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  font-size: 150%;
  color: #fff;
  text-shadow: 1px 1px 1px #000, 1px 1px 0.5em black, 2px 2px 10px black, 3px 3px 20px black, 5px 5px 30px black;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(128, 44, 32, 0.6);
  color: rgba(236, 216, 189, 0.9);
}

#hero .carousel-indicators li {
  cursor: pointer;
  list-style-type: none;
}

#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  color: #802c20;
  background: rgba(236, 216, 189, 0.8);
  border: 1px solid #802c20;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  animation-delay: 0.8s;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: rgba(128, 44, 32, 0.8);
  color: #ecd8bd;
  border: 1px solid #ecd8bd;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}






/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #ecd8bd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;

}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}

.section-title span {
  color: #802c20;
  text-shadow: 1px 1px 2px #fff, 2px 2px 8px #fff;}

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

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}





/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about  {
  background-image: linear-gradient(rgba(236, 216, 189, 0.5), rgba(236, 216, 189, 0.6), rgba(236, 216, 189, 0.6), rgba(236, 216, 189, 0.2)), url('../../assets2k25/img-bgbody2k25/up2k25_bg_05.jpg'); 
  background-size: cover;
  background-position: center top; 
  background-repeat: no-repeat; 
  background-attachment: fixed; 
}

.about .content {
  padding: 0 50px;
}

.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #802c20;
}

.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .content p {
  font-size: 15px;
  color: #848484;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li+li {
  margin-top: 15px;
}

.about .content ul li {
  position: relative;
  padding-left: 26px;
}

.about .content ul i {
  font-size: 20px;
  color: #802c20;
  position: absolute;
  left: 0;
  top: 2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .btn-get-started {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #802c20;
  background: #ecd8bd;
  border: 1px solid #802c20;
  border-radius: 50px;
}



@media (max-width: 1024px) {

  .about .content,
  .about .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .about .content {
    padding-top: 30px;
  }

  .about .accordion-list {
    padding-bottom: 30px;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}




/*--------------------------------------------------------------
# Gastro - Stálý jídelák
--------------------------------------------------------------*/
.gastro {
  overflow: hidden;
}

.gastro span {
  color: #802c20;
}

.gastro .nav-tabs {
  border: 0;
}

.gastro .nav-link {
  border: 0;
  padding: 12px 15px 12px 15px;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  border-top: 1px solid transparent;
  border-right: 2px solid #ecd8bd60;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  font-weight: 600;
  font-size: 15px;
}

.gastro .nav-link:hover {
  color: #802c20;
  background: #ecd8bd;
  border: 1px dotted #802c20;
}

.gastro .nav-link.active {
  color: #802c20;
  background: #ecd8bd;
  border: 1px solid #ecd8bd;
  border-right: 2px solid #802c20;
}

.gastro .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.gastro h3 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px; 
  margin-bottom: 20px;
  color: #802c20;
}

.gastro .details p {
  color: #777777;
}

.gastro .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .gastro .nav-link {
    border: 0;
    padding: 15px;
  }

  .gastro .nav-link.active {
    color: #fff;
    background: #802c20;
  }
}




/*--------------------------------------------------------------
# Akce - Gastroakce
--------------------------------------------------------------*/
.akce {
  overflow: hidden;
}

.akce span {
  color: #802c20;
}

.akce .nav-tabs {
  border: 0;
}

.akce .nav-link {
  border: 0;
  padding: 12px 15px 12px 15px;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  border-top: 1px solid #fff;
  border-right: 2px solid #e0e0e0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  font-weight: 600;
  font-size: 15px;
}

.akce .nav-link:hover {
  color: #802c20;
  background: #ecd8bd;
  border: 1px dotted #802c20;
}

.akce .nav-link.active {
  color: #802c20;
  background: #ecd8bd;
  border-right: 2px solid #802c20;
}

.akce .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.akce h3 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px; 
  margin-bottom: 20px;
  color: #802c20;
}

.akce img {
  transition: all ease-in-out 0.8s;
  background: #ecd8bd;
  border: 1px dotted #802c20;
}

.akce img:hover {
  transform: scale(1.20);
}

.akce .details p {
  color: #777777;
}

.akce .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .akce .nav-link {
    border: 0;
    padding: 15px;
  }

  .akce .nav-link.active {
    color: #fff;
    background: #802c20;
  }  
}

  .akce .cta {
    text-align: center; 
  }

  .akce .btn-get-started {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #802c20;
  background: #ecd8bd;
  border: 1px solid #802c20;
  border-radius: 50px;
}

  .akce .btn-get-started:hover {
  color: #ecd8bd;
  background: #802c20;
  border: 1px solid #ecd8bd;
}






/*--------------------------------------------------------------
# Specials - Polední menu
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials span {
  color: #802c20;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px 12px 15px;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  border-right: 2px solid #ecd8bd60;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: #802c20;
  background: #ecd8bd;
  border: 1px dotted #802c20;
}

.specials .nav-link.active {
  color: #802c20;
  background: #ecd8bd;
  border-color: #802c20;
}

.specials .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.specials h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #802c20;
}

.specials .details p {
  color: #777777;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }

  .specials .nav-link.active {
    color: #fff;
    background: #802c20;
  }
}






/*--------------------------------------------------------------
# Events - ROOMS SLIDER
--------------------------------------------------------------*/
.events {
  background-image: linear-gradient(rgba(236, 216, 189, 1), rgba(236, 216, 189, 0.7), rgba(236, 216, 189, 1)), url('../../assets2k25/img-bgbody2k25/up2k25_bg_03.jpg'); 
  background-size: cover;
  background-position: center top; 
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  padding-top: 25px;
}

.events::before {
  content: "";
  background-color: rgba(236, 216, 189, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  padding: 30px;
}

.events .event-item {
  overflow: hidden;
  color: #000;
  padding: 10px 10px 0px 10px; 
}

.events .event-item img {
  border: 1px solid #802c20;
  transition: all ease-in-out 0.8s;
}

.events .event-item img:hover {
  transform: scale(1.05);
}

.events .section-title h2 {
  color: #444;
}

.events .event-item h3 {
  color: #802c20;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 3px;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #802c20;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #802c20;
  background: url('../img/UP_logo_50x50.png') center center no-repeat;
  background-size: cover;
}










/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/

.book-a-table {  
  background-image: linear-gradient(rgba(236, 216, 189, 1), rgba(236, 216, 189, 0.5), rgba(236, 216, 189, 1)), url('../../assets2k25/img-bgbody2k25/up2k25_bg_04.jpg'); 
  background-size: cover;
  background-position: center top; 
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  }

.book-a-table .php-email-form {
  width: 100%;
  background: linear-gradient(rgba(236, 216, 189, 1), rgba(236, 216, 189, 0.5), rgba(236, 216, 189, 0.9), rgba(236, 216, 189, 0.9));
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
}

.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}

.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .error-message br+br {
  margin-top: 25px;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  color: #802c20;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  margin-bottom: 3px;
  }

.book-a-table .php-email-form input
.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}

.book-a-table .php-email-form input[type=checkbox],
.book-a-table .php-email-form input[type=radio] {
  width: 15px; 
  margin-right: 3px; 
}

.book-a-table .php-email-form button[type=submit], 
.book-a-table .php-email-form input[type=submit]  {
  background: #802c20;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type=submit]:hover, 
.book-a-table .php-email-form input[type=submit]:hover {
  transform: scale(1.50);
  color: #802c20;
  background: #fff;
  border: 1px solid #802c20;
}

.book-a-table .alert {
  text-align: center;
  font-weight: 600;
  text-shadow: 1px 1px 1px white, 1px 1px 0.5em white, 2px 2px 10px white, 3px 3px 20px white, 5px 5px 30px white;
  margin: 0px;
}

.book-a-table .alert b {
  color: #ff0000;
}

p.antonin {
    display: none;
    }




/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  padding-bottom: 0;
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.gallery .gallery-item img {
  border: 1px solid rgba(128, 44, 32, 0.7);
  transition: all ease-in-out 0.8s;
}

.gallery .gallery-item img:hover {
  transform: scale(1.35);
}

.gallery .gallery-item h3 {
  font-family: "PT Serif", serif, sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #802c20;
  margin: 10px 0 5px 0;
}

.gallery .gallery-item h4 {
  font-family: sans-serif;
  text-align: center;
  font-size: 16px;
  color: #444;
  padding-bottom: 10px; 
}

/*--------------------------------------------------------------
# Gallery SEPIA
--------------------------------------------------------------*/

.gallery-sepia {
  padding-bottom: 0;
}

.gallery-sepia .gallery-item {
  overflow: hidden;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.gallery-sepia .gallery-item img {
  filter: sepia(80%);
  border: 1px solid rgba(128, 44, 32, 0.7);
  transition: all ease-in-out 0.8s;
}

.gallery-sepia .gallery-item:hover img {
  filter: sepia(0%);
  transform: scale(1.25);
}








/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.chefs {
  background: url('../../assets2k25/img-bgbody2k25/up2k25_bg_07.jpg') center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.chefs::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(236, 216, 189, 0.7);
  z-index: 9;
}

.chefs .container {
  position: relative;
  z-index: 10;
}

.chefs .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.chefs .member .pic {
  overflow: hidden;
}

.chefs .member img {
  border: 1px solid #802c20;
  }

.chefs .member .member-info {
  position: absolute;
  bottom: -100px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #433f39;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.chefs .member h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  color: #802c20;
  position: relative;
  padding-bottom: 10px;
}

.chefs .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ecd8bd;
  bottom: 0;
  left: calc(50% - 25px);
}

.chefs .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.chefs .member .social {
  margin-top: 15px;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #7a7368;
}

.chefs .member .social a:hover {
  color: #802c20;
}

.chefs .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .chefs .member {
    margin-bottom: 110px;
  }
}

@media (min-width: 1024px) {
  .chefs {
    background-attachment: fixed;
  }
}





/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 10px 0;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  background-color: rgba(236, 216, 189, 0.5);
  border: 1px solid rgba(128, 44, 32, 0.8);
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-family: "PT Serif", serif, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #802c20;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-family: sans-serif;
  font-size: 16px;
  color: #444;
  padding-bottom: 10px; 
}

.testimonials .testimonial-item p {
  font-style: italic;
  color: #eee;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(128, 44, 32, 0.3);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(128, 44, 32, 1);
  background: url('../img/UP_logo_50x50.png') center center no-repeat;
  background-size: cover;
  border: none;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}



/* ===============================
Portfolio - KOLOTOČ -_by BS-Moderna
================================ */

#thumbs {
    margin: 0;
    padding: 0;
    }

.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
    }

.item-thumbs-headline {
    margin: -85% 0 60% 0;
    text-align: center;
    color: #ecd8bd;
    font-size: 220%;
    font-weight: 800;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px #802c20, 1px 1px 0.5em black, 5px 5px 20px black;
    }

.item-thumbs a + img {
    width: 100%;
    border: 1px solid #802c20;
    }

.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: all 950ms ease-out 0s;
       -moz-transition: all 950ms ease-out 0s;
         -o-transition: all 950ms ease-out 0s;
            transition: all 950ms ease-out 0s;

    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
       -moz-transform: rotateY(180deg) scale(0.5,0.5);
        -ms-transform: rotateY(180deg) scale(0.5,0.5);
         -o-transform: rotateY(180deg) scale(0.5,0.5);
            transform: rotateY(180deg) scale(0.5,0.5);
    }

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
       -moz-transform: rotateY(0deg) scale(1,1);
        -ms-transform: rotateY(0deg) scale(1,1);
         -o-transform: rotateY(0deg) scale(1,1);
            transform: rotateY(0deg) scale(1,1);
    }

.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 95%;
    height: 100%;
    background: #ecd8bd;
    color: #444;
    font-size: 110%;
    opacity: 0.99;
    filter: alpha(opacity=99);
    padding: 40px 50px 20px 50px;
    text-align: center;
    border: 1px dotted #802c20;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.9s;
    }

.item-thumbs .hover-wrap .overlay-img-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 0;
    color: #802c20;
    font-size: 24px;
    line-height: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
    }

.item-thumbs strong {
    color: #802c20;
    font-size: 180%; 
    font-weight: 800; 
    text-shadow: 1px 1px 2px white, 5px 5px 1em white, 1px 1px 0.5em white;
    }

/* TOHLE NENI ITALIKA, ALE SUBSTITUCE BLOKOVYCH TLACITEK */
.item-thumbs i {
  background: #802c20;
  font-style: normal;
  color: #ecd8bd;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  border-radius: 50px;
  border: 1px solid #fff;
  margin: 15px 0 0 0;
  padding: 10px 25px;
  transition: all ease-in-out 0.8s;
  }

.item-thumbs i:hover {
  background: #fff;
  color: #802c20;
  border: 1px solid #802c20;
  }





/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #802c20;
  float: left;
  width: 44px;
  height: 44px;
  background: #ecd8bd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.6s ease-in-out;
}

.contact .info:hover i {
  background: #802c20;
  color: #fff;
  transform: scale(1.25);
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #433f39;
  font-family: "PT Serif", serif, sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}





/*--------------------------------------------------------------
# Google map Responsive plugin
--------------------------------------------------------------*/

  .map-responsive {
    position: relative;
    width: 100%;
    /* moderní způsob: použij aspect-ratio pokud cílové prohlížeče podporují */
    aspect-ratio: 16 / 9; /* nebo 4/3, 1/1 podle potřeby */
    overflow: hidden;
  }
  .map-responsive iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(75%);
  }

  /* fallback pro starší prohlížeče bez aspect-ratio */
  @supports not (aspect-ratio: 1/1) {
    .map-responsive {
      height: 0;
      padding-bottom: 56.25%; /* 16:9 */
    }
  }





/*--------------------------------------------------------------
# Footer (orig. BS BizPage)
--------------------------------------------------------------*/

#footer {
  background-image: linear-gradient(#802c20, #802c20);
  color: #eee;
  font-size: 16px;
  padding: 0 0 30px 0;
}

#footer .footer-top {
  background-image: linear-gradient(#802c20, #ecd8bd);
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-family: sans-serif;
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #921837;
}

#footer .footer-top h4 {
  color: #ecd8bd;
  font-size: 18px;
  font-weight: 800;
  text-shadow: 1px 1px 2px #000, 2px 2px 8px #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #ecd8bd;
}

#footer .footer-top h4::after {
  background: #802c20;
  width: 60px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 220%;
  margin-bottom: 0;
  font-family: sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #802c20;
  color: #ecd8bd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.3);
  transition: all ease-in-out 0.8s;
}

#footer .footer-top .social-links a:hover {
  transform: scale(1.20);
  background: #ecd8bd;
  color: #802c20;
  border: 1px solid #802c20;
}

#footer img {
  transition: all ease-in-out 0.8s;
  box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.3);
}

#footer img:hover {
  transform: scale(1.25);
}

#footer .btn-get-started {
  font-family: sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 50px;
  margin: 15px 0 0 0;
  color: #ecd8bd;
  background: #802c20;
  border: 1px solid #ecd8bd;
  border-radius: 50px;
  box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.3);
  transition: all ease-in-out 0.8s;
}

#footer .btn-get-started:hover {
  transform: scale(1.25);
  color: #802c20;
  background: #ecd8bd;
  border: 1px solid #802c20;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #fff;
  padding: 7px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #921837;
  font-weight: 500;
  text-shadow: 1px 1px 10px white;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #921837;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #884B5A;
}

#footer .copyright {
  text-align: center;
  font-size: 13px;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
