/*

T 2137 

https://www.lavicafood.pl/

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #fffdf5;
  --primary-color:                #1b4339;
  --secondary-color:              #d8ede5;
  --section-bg-color:             #d8ede5;
  --custom-btn-bg-color:          #edf6f3;
  --custom-btn-bg-hover-color:    #b69acc;
  --dark-color:                   #1b4339;
  --p-color:                      #717275;
  --border-color:                 #b69acc;
  --link-hover-color:             #b69acc;

  --body-font-family:             'Plus Jakarta Sans', sans-serif;

  --h1-font-size:                 68px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  22px;
  --btn-font-size:                15px;
  --form-btn-font-size:           18px;
  --menu-font-size:               16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-thin:             200;
  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family);
  letter-spacing: 0.05em; /* Adjust this value as needed */
  /* Other body styles */

}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--primary-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
  
  
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
 
.section-bg{
background-color:#fff8d4; 
}


.section-overlay {
  background-color: var(--white-color);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.65;
}

.section-overlay + .container {
  position: relative;
  z-index: 22;
}

.back-top-icon {
  font-size: var(--h2-font-size);
}


/*---------------------------------------
  TIMELINE               
-----------------------------------------*/
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline-reviews-block-info p {
  color: var(--primary-color);
  line-height: normal;
 
}
.timeline-content .reviews-block-info p {
  color: var(--primary-color);
	
   /* Add your desired line-height here */
}
.timeline-content .reviews-block-info strong {
font-size: var(--btn-font-size);
  font-style: italic;
  
 
}
  
.reviews-block.col-lg-12 h3 {
color:  #d8ede5;
   
}
.timeline::after {
  content: '';
  position: absolute;
  width: 5px;
  background-color: var(--secondary-color);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline-container {
  padding: 10px 40px;
  padding-top: 0;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: #d7ece0;
  border: 5px solid #d7ece0;;
  top: 15px;
  border-radius: 50%;
  z-index: 1;}

.timeline-container-left {
  left: 0;
}

.timeline-container-right {
  left: 50%;
}

.timeline-container-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 9px;
  width: 0;
  z-index: 1;
  right: 25px;
  border: medium solid white;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent ;
}

.timeline-container-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 9px;
  width: 0;
  z-index: 1;
  left: 25px;
  border: medium solid white ;
  border-width: 20px 20px 20px 0;
  border-color: transparent transparent transparent;
}

.timeline-container-right::after {
  left: -13px;
}

.timeline-content {
  padding: 5px;
  position: relative;
  border-radius: var(--border-radius-medium);
}

@media screen and (max-width: 991px) {
  .timeline::after {
    left: 31px;
  }

  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .timeline-container::before {
    left: 58px;
    border: medium solid white;
    border-width: 20px 20px 20px 0;
    border-color: transparent transparent transparent;
  }

  .timeline-container-left::after, .timeline-container-right::after {
    left: 6px;
  }

  .timeline-container-right {
    left: 0%;
  }
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  
 
  
  
   font-size: var(--menu-font-size);
  font-weight: var(--font-weight-bold);
 }

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
  
}









/*---------------------------------------
  NAVIGATION BAR & OFFCANVAS              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  z-index: 999999;
  top: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper.is-sticky .container {
  background:rgba(252, 248, 230, 0,9);;
  border-radius: var(--border-radius-medium);
  padding: 15px 30px;
}

.navbar {
  background:rgba(252, 248, 230, 0,9);;
  z-index: 999999;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar .container {
  background: rgba(255, 252, 221, 0.90);
  border-radius: var(--border-radius-medium);
  padding: 15px 30px;
}

.navbar-brand,
.navbar-brand:hover {
  
  
  display: block;
  color: var(--primary-color);
}

.navbar .navbar-brand-image {
  filter:none;
}

.navbar-brand-image {
  width: 120px;
  height: auto;
  margin-right: 20px;
  fill: none; 
}




.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
 color: var(--primary-color); 
  margin: 10px;
  padding: 10px;
}

.navbar-nav .nav-link { /* Existing style, good to keep */
    display: inline-block;
    color: var(--primary-color); /* This is the color you want */
    font-size: var(--menu-font-size);
    font-weight: var(--font-weight-bold);
    padding-top: 15px;
    padding-bottom: 15px;
}



.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--border-color);
}


.navbar .dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(255, 252, 221, 0.85);
  border: 0;
  display: inherit;
  opacity: 0;
  min-width: 9rem;
  margin-top: 20px;
  padding: 13px 0 10px 0;
  transition: all 0.3s;
  pointer-events: none;
}

.navbar .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--white-color);
  position: absolute;
  top: -10px;
  left: 10px;
}

.navbar .dropdown-item {
  display: inline-block;
  color: var(--p-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
}

.navbar .dropdown-item.active, 
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus, 
.navbar .dropdown-item:hover {
  background: transparent;
  color: var(--link-hover-color);
}

.navbar .dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--menu-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--primaty-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--primary-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}
/*---------------------------------------
  NAVBAR PRODUKTY             
-----------------------------------------*/
.produkty-section-padding .container .row .col-md-12 .product-category-nav ul li a {
    margin-bottom: 20px; /* Add some space below the nav */
    display: inline-block;
    color: var(--primary-color);
    font-size: var(--menu-font-size);
    font-weight: var(--font-weight-bold);
    padding-top: 15px;
    padding-bottom: 15px;
}

.produkty-section-padding .container .row .col-md-12 .product-category-nav ul li a:hover {
    color:var(--custom-btn-bg-hover-color) /* Example hover color (Bootstrap primary) */

}
/* Media query for medium screens (typically tablets, adjust breakpoint as needed) */
@media (max-width: 991.98px) { /* Bootstrap's md breakpoint */
    .produkty-section-padding .container .row .col-md-12 .product-category-nav ul li a {
        font-size: 0.9rem; /* Smaller font size for medium screens */
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* Media query for small screens (typically mobile, adjust breakpoint as needed) */
@media (max-width: 767.98px) { /* Bootstrap's sm breakpoint */
  .produkty-section-padding .container .row .col-md-12 .product-category-nav ul li a {
    font-size: 0.9rem;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 0px;
    margin-left: 5px;
  }

  .product-category-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .produkty-section-padding .container .row .col-md-12 .product-category-nav ul li {
    margin-right: 0;
    margin-bottom: 5px;
  }

  /* Add background color to .product-category-nav */
  .product-category-nav {
    background-color: var(--secondary-color); /* Or any color you want */
    /* Optional: Add padding for better appearance */
    padding: 5px;
    border-radius: 5px; /* Optional: Add rounded corners */
  }
}

/*---------------------------------------
 HERO
-----------------------------------------*/
.hero-section {
    background-color: var(--dark-color);
    position: relative;
    overflow: hidden;
    min-height: 650px;
    text-align: center;
}

@media screen and (min-width: 991px) {
    .hero-section {
        height: 100vh;
    }
}

.hero-section h1 {
    color: var(--white-color);
}

.small-text {
    color: var(--secondary-color);
}

.hero-section .custom-border-btn {
    border-color: transparent;
}

.hero-section .container {
    position: relative;
    z-index: 9;
}

/* Adjust padding for content within the hero section */
.hero-section .container {
    padding-top: 50px; /* Adjust as needed */
    padding-bottom: 50px;
}

.hero-slides-wrapper {
    width: 100%; /* Ensure full width */
    height: 100%; /* Ensure full height */
    position: absolute; /* Needed for Vegas to work correctly */
    top: 0;
    left: 0;
    overflow: hidden; /* Hide any overflow */
    z-index: 0; /* Behind the content */
}

.hero-slides {
    width: 100%;
    height: 100%;
}

/* Style the images within Vegas */
.hero-slides,
.hero-slides img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crucial for responsiveness */
	 object-position: center;
}

.opening-hours-list {
    margin: 0;
    padding: 0;
}

.opening-hours-list li {
    color: rgba(255, 255, 255, 0.75);
    font-size: var(--btn-font-size);
    font-weight: var(--font-weight-normal);
    margin-bottom: 10px;
}

.opening-hours-list li .underline {
    background-color: rgba(255, 255, 255, 0.75);
    width: 35%;
    height: 1px;
    margin: auto 15px 0 15px;
}

@media screen and (max-width: 480px) {
    /* Adjust hero section height on mobile */
    .hero-section {
        min-height: 550px;
        height: auto;
    }
	 .hero-slides img:nth-child(1) {
        object-position: 50% 20%; /* Move focus up */
    }
	  .hero-slides img:nth-child(2) {
        object-position: 50% 70%; /* Move focus down */
    }

    /* Adjust content within the hero section */
    .hero-section h1 {
        font-size: 2.2em;
    }

    .hero-section p {
        font-size: 1.1em;
        margin-bottom: 0.5em;
    }

    .hero-section .container {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    /* Hide the opening hours list on mobile */
    .opening-hours-list {
        display: none;
    }
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  section-hight: 30px;
  background-color:#d3bfdd;
  position: relative;
}

.about-image-wrap {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.about-video-info {
  border-radius: var(--border-radius-medium);
  bottom: 0;
  height: auto;
  padding: 40px;
}

.about-video-info h4 {
  color: var(--white-color);
}

.about-section h5 {
  color: var(--secondary-color);
}
.barista-section.section-padding{
 background-color:#fff8d4; 
}

.team-block-wrap {
  /* ... other styles ... */
  display: flex; /* Enable flexbox for easier content arrangement */
  flex-direction: column; /* Stack image and info vertically */
  align-items: center; /* Center items horizontally within the wrap */
}

.team-block-image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden; /* Keep the rounded corners contained */
  border-radius: var(--border-radius-medium); /* Apply the rounding here */
}

.team-block-image {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.team-block-info {
  /* Remove absolute positioning */
  position: static;
  z-index: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 10px 5px 0; /* Adjust padding to control spacing below image */
  width: 100%; /* Make info take full width */
  text-align: center; /* Center the text within the info area */
}

.team-block-info .product-name {
  color: #1b4339;
  font-weight: bold;
  font-size: 1.2em; /* Adjust as needed */
  margin-top: 5px; /* Add a little space between image and text */
}

.team-block-info .d-flex {
  justify-content: center; /* Ensure text is centered in the flex container */
}
/* For screens smaller than large (lg) - typically tablets and smaller desktops */
@media (max-width: 991.98px) {
  .col-md-6 { /* On medium screens, take up half the width */
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-3 { /* Reset the lg styles so md styles apply */
    flex: 0 0 auto;
    max-width: none;
  }
}

/* For screens smaller than medium (md) - typically phones */
@media (max-width: 767.98px) {
  .col-12 { /* On small screens, take up the full width */
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-6 { /* Reset the md styles so col-12 styles apply */
    flex: 0 0 auto;
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .team-block-image-wrap {
    aspect-ratio: 1 / 1; /* Example: Forces a 1:1 aspect ratio (square) */
    /* Adjust the aspect ratio based on the typical aspect ratio of your images */
    height: auto; /* Let the height be determined by the width and aspect ratio */
  }

  .team-block-image {
    object-fit: cover; /* Go back to cover to fill the adjusted wrapper */
    height: 100%; /* Make the image fill the wrapper */
  }
}
/*---------------------------------------
  OUR MENU              
-----------------------------------------*/
.menu-section {
  background-image: url('../images/hummus.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-block-wrap {
  background: rgba(0, 0, 0, 0.65);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.menu-block .border-top {
  border-top-color: rgba(255, 255, 255, 0.35) !important;
}

.menu-block h6 {
  color: var(--white-color);
}

.menu-block small {
  color: rgba(255, 255, 255, 0.35);
}

.menu-block strong {
  color: var(--secondary-color);
}

.menu-block-image {
  border-radius: 100%;
  width: 350px;
  height: 350px;
  object-fit: cover;
  display: block;
  margin: auto;
  
}

.badge {
  background-color: var(--primary-color);
  font-size: 12px;
  position: relative;
  bottom: 4px;
  padding-bottom: 6px;
}

.badge::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--primary-color);
}


/*---------------------------------------
  REVIEWS              
-----------------------------------------*/
.reviews-section {
  background-color: #a58cb6;
}

.reviews-block {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  
}
.reviews-section h2 {
  color: var(--secondary-color);
}


.reviews-block-info {
  padding: 30px 25px 30px;
}
.reviews-block-info p strong {
  line-height:0,1; /* Your desired line height */


  
  font-size: var(--btn-font-size);
  
}  
	
 .reviews-group i {
  color: var(--white-color);
}


/*---------------------------------------
  BOOKING SECTION              
-----------------------------------------*/
.booking-section {
  background-color:#c7b2d6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.booking-form-wrap {
  background-color: var(--custom-btn-bg-color)
  
}


.booking-form-wrap {
  border-radius: 10px;
}

.booking-form-wrap{
  padding: 55px 55px;
}
  .text-center p { /* More specific selector */
    color: var(--primary-color); /* Inherit from general p rule */
    font-size:1em; /* Your specific size */
    font-weight: var(--font-weight-medium); /* Inherit from general p rule */
    font-style: italic; /* Your specific style */
    padding-top: 20px;
	
    text-align: center;/* If you still need to center it */
}




/*---------------------------------------
  PRODUKTY        
-----------------------------------------*/
.produkty-section-padding {
  background-color:var(--white-color); 
}

.product-grid {
  margin-top: 20px; /* Add some space below the category header */
}

.product-item {
  margin-bottom: 30px; /* Vertical spacing between product items */
}

.product-item figure {
  margin-bottom: 10px; /* Space between image and text */
}

.product-item figure a {
  display: block; /* Make the link fill the figure */
}

.product-item figure img {
  width: 100%; /* Make images responsive within their columns */
  height: auto;
  border-radius: 10px; /* Optional: Rounded corners for images */
}

.product-item figure img { /* Target the image */
  transition: transform 0.3s ease-in-out; /* Add the smooth transition */
}

.product-item:hover figure img { /* Apply the scale on hover of .product-item */
  transform: scale(1.2); /* Adjust the zoom level as desired */
}

.product-item p {
  margin-top: 20px;
  font-size: 1em; /* Adjust as needed */
  color: var(--primary-color); /* Use your primary color */
  font-weight: var(--font-weight-medium);
}
.produkty-section-padding {
  padding-top: 180px; /* Adjust this value as needed */
  padding-bottom: 60px; /* Keep your existing bottom padding */
}
.product-category-nav{
 font-weight: var(--font-weight-bold);  
	
}


/* Responsive adjustments for product item spacing */
@media (min-width: 576px) {
  .product-grid.row-cols-sm-2 > * {
    padding: 0 10px; /* Add horizontal padding between items */
  }
}

@media (min-width: 768px) {
  .product-grid.row-cols-md-3 > * {
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .product-grid.row-cols-lg-4 > * {
    padding: 0 10px;
  }
}

@media (min-width: 1200px) {
  .product-grid.row-cols-xl-5 > * {
    padding: 0 10px;
  }
}
/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-section {
   background-image:  url('../images/_hummus-bakłażan.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
 

.google-map {
  
 
}

.contact-block-wrap {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  padding: 0;
  min-height: 200px;
}

.contact-block {
  background: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  transform: rotate(8deg);
  height: 100%;
  padding: 20px 40px;
}

.contact-block h6 {
  transform: rotate(-8deg);
}

.contact-block .custom-icon {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.contact-block strong {
  display: block;
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: var(--p-color);
  border-radius: var(--border-radius-small);
  margin-bottom: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
  box-shadow: none;
  outline: none;
  transition: all 0.3s;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  background: var(--primary-color);
  border-color: transparent;
}

.custom-form .form-label {
  color: var(--white-color);
  font-style: italic;
  margin-bottom: 15px;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--form-btn-font-size);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--white-color);
  border-color: transparent;
  color: var(--primary-color);
}

.contact-form .form-control,
.booking-form .form-control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
}

.booking-form .form-control {
  color: var(--white-color);
}

.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
   color: var(--white-color);
}

.booking-form input:-moz-placeholder,
.booking-form textarea:-moz-placeholder {
  color: var(--white-color);
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/




/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
   background-image:  url('../images/kontakt.png');
  padding-top: 100px;
  padding-bottom: 100px;
}

.site-footer strong {
  color: var(--white-color);
}

.site-footer p,
.site-footer-link {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--btn-font-size);
}

.site-footer-link {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--btn-font-size);
  transition: all 0.3s;
}

.site-footer-link:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.copyright-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
	
}

.copyright-text a {
	color: rgba(255, 200, 160, 0.75);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--border-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--menu-font-size);
  display: block;
  margin: 0 5px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

.social-icon-link span {
  display: block;
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 62px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }
  em {font-size: 16px
	}

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-section {
    padding-top: 148px;
    padding-bottom: 100px;
  }

  .navbar-brand,
  .navbar-brand:hover {
    font-size: var(--h5-font-size);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    margin-bottom: 0;
  }

  .navbar .custom-btn {
    
  }

  .booking-form {
    padding: 45px;
  }

  .contact-section .container {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 35px;
  }

  .site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
 

  .menu-block-wrap,
  .reviews-block-image-wrap,
  .reviews-block-info {
    padding: 20px;
  }
}


@media screen and (max-width: 578px) {
  .navbar .container,
  .sticky-wrapper.is-sticky .container {
    margin-right: 10px;
    margin-left: 10px;
  }
}


@media screen and (max-width: 480px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
	em {font-size: 16px
	}

  .hero-section::after {
    width: 200px;
    height: 200px;
  }

  .booking-form {
    padding: 35px;
  }

  .opening-hours-list li {
    font-size: 12px;
  }

  .reviews-block-image-wrap {
    flex-direction: column;
  }

  .reviews-block-image {
    margin-bottom: 15px;
  }

  .timeline-container {
    padding-left: 55px;
  }

  .timeline-container::before {
    left: 44px;
    border: medium solid white;
    border-width: 15px 15px 15px 0;
    border-color: transparent  transparent transparent;
  }

  .timeline-container-left::before,
  .timeline-container-right::before {
    top: 13px;
  }
}

