/*
Theme Name: U Slaviku
Author: Lukas Perny
Author URI: https://www.lp-webdesign.cz
Description:  Theme for web U Slaviku
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
@font-face {
  font-family: Roboto;
  src: url(./assets/fonts/Montserrat-VariableFont_wght.ttf);
}

@font-face {
  font-family: Sanchez;
  src: url(./assets/fonts/Sanchez-Regular.ttf);
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /* font-family: "Roboto", sans-serif; */
  font-family: "Roboto", sans-serif;
  color: #050505;
  background-color: #fff;
  font-size: 16px;
}

a {
  color: #c49b66;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Sanchez", serif;
}

.menu-nav {
  text-align: center;
}

.menu-nav .nav-link {
  display: inline-block;
  margin: 5px;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid #ddd;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
  background: #fff;
}

.menu-nav .nav-link:hover {
  background: #c59d5f;
  color: #fff;
  border-color: #c59d5f;
}

/* aktivní */
.menu-nav .nav-link.active {
  background: #c59d5f;
  color: #fff;
  border-color: #c59d5f;
}
.menu-category {
  margin-bottom: 50px;
}

.menu-category h2 {
  font-size: 32px;
  margin-bottom: 25px;
}

.menu-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.menu-item-inner {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.menu-item-image {
  width: 95px;
  min-width: 95px;
}

.menu-item-image img {
  width: 100%;
  height: 82px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.menu-item-content {
  flex: 1;
}

.menu-item-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 6px;
}

.menu-item-head h3 {
  margin: 0;
  font-size: 22px;
  color: #c49b66;
  font-weight: 500;
  line-height: 1.2;
}

.menu-price {
  font-weight: 700;
  white-space: nowrap;
  color: #111;
}

.menu-item p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #c49b66;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #c49b66;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  transition: all 0.3s;
}

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

.back-to-top:hover {
  background: #e94927;
  color: #fff;
}

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

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: transparent;
  /* background: #161917; */
  height: 40px;
  font-size: 16px;
  transition: all 0.3s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
  /* height:0px; */
  background-color: #161917;
}

#topbar .contact-info a {
  line-height: 1;
  color:#fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #0e385c;
}

#topbar .contact-info i {
  color: #c49b66;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #c49b66;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #0e385c;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  /* background: #161917; */
  transition: all 0.3s;
  z-index: 997;
  padding: 15px 0;
  top: 0px;
  border-bottom: 4px solid #c49b66;
  /* box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1); */
}


#header .logo {
  /*font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;*/
  display: inline;
  transition: all 0.3s;
  height: 60px;
}

#header h2{
    color:#030303;
  font-size: 2em;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  /* letter-spacing: 1px; */
  font-family: "Sanchez", serif;
}
#header h3{
    color:#c49b66;
  font-size: 1.6em;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  /* letter-spacing: 1px; */
  font-family: "Sanchez", serif;
}

#header .logo a {
  color: #c49b66;
}


/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #c49b66;
  color: #fff;
  /* border-radius: 5px; */
  padding: 10px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.appointment-btn:hover {
  /* color: #c49b66; */
  color: #fff;
  background: #e94927;
}

@media (max-width: 1281px) {
  #header h2{
  font-size: 1.8em;
}
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }

  #header h2{
  font-size: 1.4em;
}
#header h3{
  font-size: 1em;
}
#header .logo {
  height: 80px;
}
}

@media (max-height: 520px) {
  #header .logo {
    height: 80px;
  }
  #header.header-scrolled .logo{
  height: 60px;
}
}

@media (max-width: 400px) {
  #header .logo {
    height: 60px;
  }
  #header.header-scrolled .logo{
  height: 60px;
}
}

/*--------------------------------------------------------------
# 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>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #c49b66;
  white-space: nowrap;
  transition: 0.3s;
  /* border-bottom: 2px solid transparent; */
  padding: 5px 15px;
}

.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: #e94927;
  /* border-color: #c49b66; */
}



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

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@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(30, 31, 32, 0.9);
  transition: 0.3s;
  z-index: 999;
}

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

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 80px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

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

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

.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: #c49b66;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url("./assets/img/carousel2.jpg") top center;
  /* background-size: cover; */
  /* margin-bottom: -200px; */
}

#hero .container {
  position: relative;
  text-align: center;
}

#hero p{
  color: #fff;
  /* color: #28547e; */
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 36px;
}

#hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  color: #fff;
  font-family: "Sanchez", serif;
}

#hero h2 {
  color: #fff;
  margin: 10px 0 20px 0;
  font-size: 56px;
  font-family: "Sanchez", serif;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 25px 12px 25px;
  margin-top: 30px;
  /* border-radius: 5px; */
  transition: 0.3s;
  color: #fff;
  background: #c49b66;
  border: 5px solid transparent;
  border-radius: 5px;
}

#hero .btn-alternative {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 14px 35px 12px 35px;
  margin-top: 30px;
  margin-right: 30px;
  border-radius: 5px;
  transition: 0.5s;
  border: 5px solid #c49b66;
  color: #fff;
  background: transparent;
}

#hero .btn-alternative:hover {
  background: #c49b66;
  border: 5px solid #0e385c;
}

#hero .btn-get-started:hover {
  background: #e94927;
  border: 5px solid #e94927;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (min-width: 2500px) {
  #hero {
    background-size: cover; 
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
    background: url("./assets/img/carousel2.jpg") center center;
    /* background-size: cover; */
  /* margin-bottom: -200px; */
  }

  #hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 10px 25px 8px 25px;
    margin-top: 15px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: #c49b66;
  }

  #hero .btn-alternative {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 10px 25px 8px 25px;
    margin-top: 15px;
    margin-right: 30px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: transparent;
  }

  #hero .container {
    /* padding-bottom: 63px; */
  }

  #hero h1 {
    font-size: 36px;
    line-height: 42px;
  }

  #hero h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

@media (max-height: 560px ) {
  #hero {
    height: 135vh;
  }

    #hero h1 {
    font-size: 24px;
    line-height: 24px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  #hero p{
    font-size: 16px;
    line-height: 18px;
  margin-bottom: 16px;
  }
}

@media (max-width: 428px) {
     #hero h1 {
    font-size: 32px;
    line-height: 32px;
  }

  #hero h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  #hero p{
    font-size: 18px;
    line-height: 24px;
  margin-bottom: 30px;
  }
}

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

@media (min-height: 900px) {
    section {
      padding: 100px 0;
    }
}


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


.section-title{
  font-size: 42px;
  color: #c49b66;
  /* margin-bottom: 2.5rem; */
  font-weight: 700;
    text-transform: uppercase;
  /* text-align: center; */
}

.section-title-center{
  font-size: 42px;
  text-transform: uppercase;
  display: block;
    color: #c49b66;
  /* margin-bottom: 2.5rem; */
  font-weight: 700;
  text-align: center;
}

@media(max-width: 640px){
  .section-title{
  font-size: 32px;
  /* text-align: center; */
}

.section-title-center{
  font-size: 32px;
}

.section-subtitle{
  color:#fff;
  margin-bottom:10px;
}
}

.center-title{
  text-align: center;
}


.section-subtitle{
  color:#fff;
  margin-bottom:10px;
  text-transform: uppercase;
    font-size: 16px;
}



/* .section-subtitle::before{
    content: "";
  display: block;
  position: relative;
  width: 60px;
  background-color: #c49b66;
  height: 10px;
  margin-left: 10px;
  margin-top: 20px;
} */

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #e94927;
}

/* .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #c49b66;
  bottom: 0;
  left: calc(50% - 20px);
} */

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 100px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

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


.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #e94927;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #c49b66;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #c49b66;
  border-color: #c49b66;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #e94927;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #c49b66;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background-size: cover;
  min-height: 500px;
}

.about .border-div {
    background: #c49b66;
        background: linear-gradient(-2deg,#c49b66,#ef832a);
    color: #fff;
    padding: 1.1em;
    transform: skewX(2deg) skewY(2deg);
    display: inline-block;
     margin-bottom: 30px;
    /* margin: 0 1em; */
}


.about img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  /* border: 5px solid #c49b66; */
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#c49b66 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .section-subtitle{
  color:#030303;
  margin-bottom:10px;
  text-transform: uppercase;
    font-size: 16px;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.img-down{
  margin-top: 60px;
}

.about .play-btn:hover::after {
  border-left: 15px solid #c49b66;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

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

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


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{
  /* background-color: #fff; */

}

.services h4{
  margin-top: 60px;
  font-weight: 700;
  color: #e94927;
}

.services .quote{
  font-size: 56px;
  text-align: center;
}

.services .quote::before{
  font-size: 56px;
  content: '„';
  display: inline-block;
  position: relative;
  color: #c49b66;
  margin-left: 20px;
}

.services .quote::after{
  font-size: 56px;
  content: '“';
  display: inline-block;
  position: relative;
  color: #c49b66;
}

.services hr{
  width: 100%;
  color:#c49b66;
  height: 1px;
  margin-bottom:30px;
}

.services .products{
  /* color:#082744; */
  font-weight: 700;
  /* display: inline-block; */
}

.services .border-div {
    background: #c49b66;
    background: linear-gradient(-2deg,#c49b66,#ef832a);
    color: #fff;
    padding: 1.1em;
    transform: skewX(2deg) skewY(2deg);
    display: inline-block;
    /* margin: 0 1em; */
}

.services .border-div img {
    display: block;
    transform: skewX(-2deg) skewY(-2deg);
   
}

.services .product-img{
  height:auto;
  width:100%;
  display: block;
  border: 5px solid #c49b66;
}

.services .product-img-side{
  height:auto;
  width:100%;
  display: block;
}
@media (min-width:992px) {
  .services-boxes .d-flex{
    float:left; 
  }

  .services .quote{
    font-size: 56px;
    text-align: left;
  }
}

.services .middle-box{
  border-left: 1px solid #c49b66;
  border-right: 1px solid #c49b66;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  /* padding-left: 50px; */
  padding-left: 25px;
  padding-right: 25px;
}

.testimonials .section-subtitle{
  color:#030303;
  margin-bottom:10px;
  text-transform: uppercase;
    font-size: 16px;
}


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

.testimonials .testimonial-item {
  box-sizing: content-box;
  /* margin: 15px 15px; */
  min-height: 200px;
  /* box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08); */
  position: relative;
  /* border-radius: 5px; */
}

.testimonials .testimonial-item .testimonial-img {
  width: 100%;
  border: 5px solid #c49b66;
  border-radius: 10px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color:#c49b66;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color:#e94927;
  font-size: 18px;
  padding: 0 2px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

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

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #030303;
  border-radius:  5;
  opacity: 1;
  /* border: 4px solid #c49b66; */
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c49b66;
}

.company-img {
  max-width: 250px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonials .testimonial-item {
    padding: 0px;
    margin: 15px;
  }
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.intro{
  min-height: 400px;
  background-color: #c49b66;
    /* background-image: url("/assets/img/parallax.jpg"); */
  background-position: center bottom;
  text-align: center;
  color: #fff;
}

#intro .btn-alternative {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 14px 35px 12px 35px;
  border-radius: 5px;
  transition: 0.3s;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

#intro .btn-alternative:hover {
  color: #c49b66;
  background: #fff;
}


.restaurant{
  background-color: #c49b66;
}

.restaurant .title{
  color: #fff;
  display: inline-block;
  font-size:36px;
  margin-bottom: 20px;
}

.restaurant p{
  color: #fff;
}

.restaurant ul{
  margin-top: 30px;
  padding-left: 0px;
}

.restaurant ul>li{
  color: #fff;
  margin-top: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;   /* vertikální střed */
  gap: 10px; 
}

.restaurant ul>li:before{
  display: inline-block;
  content: "";
  position: relative;
  background-image:   url("./assets/img/iconSlavik.png");
  background-size: cover;
  width: 30px;
  height: 25px;
  flex-shrink: 0;    
}

.restaurant .img-show{
  width: 90%;
  height: auto;
  margin: 0px 20px 20px 20px;
  border: 2px solid #fff;
  border-radius: 10px;
}

.restaurant .btn-alternative {
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 14px 35px 12px 35px;
  border-radius: 5px;
  transition: 0.3s;
  /* border: 2px solid #fff; */
  color: #fff;
  background: #e94927;
}

.restaurant .btn-alternative:hover {
  color: #c49b66;
  background: #fff;
}

.parallax2{
  height: 400px;
  background-color: #c49b66;
  background-image: url("/assets/photos/parallax.jpg");
  background-position: center;
}

.parallax2:before {
  content: "";
  position:absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(196,155,102,1);
}

.parallax-background{
  height: 500px;
  /* background-image: url("/assets/img/parallax.jpg"); */
  background-position: center bottom;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.projects {

}

.projects .project-item {
  background-color:#e94927;
  color: white;
  border-radius: 12px;
}

.projects .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 30px
}

.projects .project-info{
  padding: 15px;
}

.projects .project-title{
  color: #c49b66;
  display: inline-block;
  font-size:24px;
  margin-bottom: 20px;
}

.projects .project-type{
  font-size: 14px;
  display: inline;
  float: right;
  line-height: 18px;
}

.projects .tag {
  background-color: #161917;
  /* background-color: #c49b66; */
  padding: 5px 10px 3px 10px;
  border-radius: 5px;
  font-size: 0.85rem;
  /* color:#161917; */
  color:#c49b66;
}

.projects img {
  max-width: 100%;
  border-radius: 5px 5px 0px 0px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
  text-align: center;
  background-color: #161917;
  padding-bottom: 20px;
  color: #fff;
}

.contact-title{
  color:#c49b66;
  font-size: 46px;
  font-weight: 700;
}

.contact .foto{
  border: 5px solid #c49b66;
}

.contact .logo{
  /* max-height: 125px; */
  height: 150px;
}

.contact hr{
  color:#c49b66;
}

.contact i{
  font-style: normal;
  color:#c49b66;/*#c49b66;*/
}

.contact .socials{
  font-style: normal;
  color:#c49b66;
  font-size: 38px;
  margin-left:25px;
}

.contact .contactus{
  width:100%;
}

.contact p{
  margin-bottom: 36px;
}

.contact .socials:first-child{
  margin-left:0px;
}

.contact .column-left{
  text-align: left;
}

.contact .column-right{
  text-align: right;
}
@media (max-width:992px) {
  .contact .column-left{
    text-align: center;
  }
  
  .contact .column-right{
    text-align: center;
  }

  .contact-title{
  font-size: 36px;
}
}

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

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

.contact .payment-icons{
  height: 40px;
  margin-right: 10px;
}

.contact .border-div {
    width: 100%;
    background: #c49b66;
    background: linear-gradient(-1deg,#c49b66,#ef832a);
    color: #fff;
    padding: 1.1em;
    transform: skewX(1deg) skewY(1deg);
    display: inline-block;
    /* margin: 0 1em; */
}

.contact .border-div iframe {
    display: block;
    transform: skewX(-1deg) skewY(-1deg);
   
}

.btn-submit{
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 25px 12px 25px;
  margin-top: 30px;
  /* border-radius: 5px; */
  transition: 0.5s;
  color: #fff;
  background: #c49b66;
  border: 5px solid transparent;
  border-radius: 5px;
}
.btn-submit:hover{
  background: #e94927;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  padding: 10px;
  background-color: #030303;
  min-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}


.text-white{
  color: #fff;
}

footer .left{
  display: inline-block;
}

footer .right{
  display: inline-block;
}

@media(min-width: 767px){
footer {
  text-align: left;
}

  footer .left{
  text-align: left;
  }

  footer .right{
    text-align: right;
    float:right;
  }
}

.news-section {
  padding: 90px 0;
  background: #f6f6f4;
}

.news-section .section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.news-section .section-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #b88b4a;
  font-weight: 600;
}

.news-section .section-title {
  font-size: 54px;
  line-height: 1.1;
  margin-bottom: 15px;
  color: #111;
}

.news-section .section-subtitle {
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}

.news-list {
  margin-top: 10px;
}

.news-card {
  height: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 28px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border-left: 4px solid #c59d5f;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.09);
}

.news-card-date {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(197,157,95,0.12);
  color: #b88b4a;
  font-size: 14px;
  font-weight: 700;
}

.news-card-title {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #111;
}

.news-card-text {
  font-size: 17px;
  line-height: 1.75;
  color: #555;
}

@media (max-width: 991px) {
  .news-section {
    padding: 70px 0;
  }

  .news-section .section-title {
    font-size: 40px;
  }

  .news-card {
    padding: 24px 22px;
  }

  .news-card-title {
    font-size: 28px;
  }
}
